.h-8 {
    height: 2rem;
}
.w-auto {
    width: auto;
}
.sm\:h-10 {
    height: 2.5rem;
}


.imgg{
    width: 50%;
}
.bord{
    border-radius: 100px;
}

.ms-bord{
    position: relative;
    background-color: #ff4880;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    padding: 50px;
    text-align: center;

    
}
.ms-content h3{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    
}
.ms-contentdt{
    border-bottom: 2px solid #fff;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    
}
.ms-content p{
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}


.vs-bord{
    position: relative;
    background-color: #ffae00;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    padding: 50px;
    text-align: center;

    
}
.vs-content h3{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    
}
.vs-contentdt{
    border-bottom: 2px solid #fff;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    
}
.vs-content p{
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

.cm-bord{
    position: relative;
    background-color: #5798fe;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    padding: 50px;
    text-align: center;

    
}
.cm-content h3{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.cm-bordbt{
    border-bottom: 2px solid #fff;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    
}
.cm-content p{
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}
/* 
.disp{
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 50;
} */
/* .large-title .slidertext4 .slidertext5{
    z-index: 9999;
    position: relative;
} */
.pft{
    padding-top: 200px;
}
.learn_info h3{
    font-size: 20px;
}
.pft2{
    padding-top: 80px;
}

@media only screen and (max-width: 576px){
    .pft{
        padding-top: 30px;
    }
}


 /* post */
 .pd-l{
    padding-left: 20px;
    }

    .post p+p {
    line-height: 0px !important;
    }
    .post p {
    padding-top: 60px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;

    }
    .post i {
    margin-right: 5px;
    }
    .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
    }
    .img-responsive{
    display: block;
    max-width: 100%;
    height: auto
    }
    blockquote {
    font-size: 22px;
    padding: 30px;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    line-height: 32px;
    border-left: none;
    text-align: center;
    background-color: rgb(0, 157, 128);
    }

    blockquote:before {
    content: "\f10d";
    margin-right: 20px;
    font-family: 'FontAwesome';
    font-size: 40px;
    }
    .sidebar{
    margin-top: 95px;
    background-color: #121518;

    width: 100%;
    position: relative;
    background-position: cover cover;
    /* padding-bottom: 100px; */
    border-radius: 20px;
    padding: 20px;

    }
    .hp{
    background-color: red;
    margin-top: 50px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color:#fff;
    border-radius: 80px 30px 80px 30px;
    }
    /* BIG Social Media Icons */

    .social-icon {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    }

    .social-icon a {
    color: #e90808;
    display: inline-block;
    font-size: 30px;
    margin: 5px;
    }

    .social-icon a i:hover {
    transform: scale(1.2);
    }

    .social-icon a i {
    font-weight: normal;
    transition: all .3s ease-in-out;
    margin: 3px;
    }

    .social-icon i {
    transition: all .3s ease-in-out;
    }
    /* Latest posts Widget */

    .blog {
    padding: 10px;
    border-bottom: 1px dotted #cecece;
    }

    .blog:last-child {
    border-bottom: 0;
    }

    .blog p {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Lato';
    line-height: 18px;
    }

    .blog span {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 24px;
    margin-bottom: 15px;
    display: inline-block;
    }

    .blog .col-xs-8 {
    padding: 0px;
    }
    .make{
    padding-top:100px;
    }
    .make p{
    text-align: left;
    }
    .make span{
    text-align: left;
    }
    @media only screen and (max-width: 576px){
    .make p{
    text-align: justify;
    }
    .make span{
    text-align: left;
    }
    .sidebar p{
    text-align: left
    }
    }
    /* end of post */
