* {
    outline: 0;

}

/* Navabar Section */
#anchor_tag {
    text-decoration: none;
    color: white;
}

#anchor_tag:hover {
    color: blue;
}



/*  Button */
.btn {
    border-radius: 6.25rem;
    border-width: 0.125rem;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: .9375rem;
    padding: 0.5rem 1.25rem;
    position: relative;
    outline: none !important;
}

.btn-primary {
    background-color: #f4b200;
    border-color: #f4b200;
    color: #fff;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

/* Latest course */
.course-img {
    width: 100%;
}

#latest-courses {
    margin-top: 100px;
}


/* Contact Section */
/* #contact {
    margin-top: 100px;
} */

/* Numbers section  */
#numbers {
    background-color: gray;
}


/* about page start */
.darkcyan {
    /* background: #00bdbd; */
    color: #fff;
    position: relative;
}




section .container {
    padding-top: 85px;
    padding-bottom: 93px;
}

.sfmsb-follow-social-buttons.sfmsb-float .sfmsb-text,
.sfmsb-follow-social-buttons.sfmsb-float a {
    padding: 0 5px 0 5px;
    margin-right: 0;
}

.sfmsb-follow-social-buttons a,
.sfmsb-follow-social-buttons a:hover {
    text-decoration: none !important;
}

.sfmsb-follow-social-buttons a,
.sfmsb-follow-social-buttons .sfmsb-text {
    display: block;
    float: left;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #f25252;
    outline: none;
}

img.bio-img {
    border-radius: 50%;
    /* -moz-border-radius: 50%;
    -webkit-border-radius: 50%; */
    border: 2px solid #fff;
    margin: 8px auto;
    display: table;
    max-width: 400px;
    max-height: 400px;
}

#about_img {
    width: 400px;
    height: 400px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    #about_img {
        margin-left: 100px;
    }
}

/* about page end */

/* education part start */

section .container {
    padding-top: 85px;
    padding-bottom: 93px;
}

.column_first.column_last {
    padding: 0px;
}



.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.heading-red,
.heading-white {
    text-align: center;
    padding-bottom: 45px;
}

.heading-red .title {
    color: #0088CC;

}




.workYear {
    font-size: 17px;
    color: #fff;
    background: #0088CC;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 40px 0 40px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}



@media screen and (min-width: 1200px) {
    .smoke .workYear {
        padding-top: 58px;
    }
}

@media screen and (min-width: 1200px) {
    .workYear {
        width: 140px;
        height: 140px;
        padding-top: 50px;
    }
}

/* education part end */

/* footer part start */


/* footer part end */
#aboutus{
    margin-top: 3rem;
}
#counter .container {
    padding-top: 0px !important;
    padding-bottom: 3rem !important;
}
#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.logo-size{
    height: 100px;
    width: 100px;
}
.header-row>h4 {
    font-size: 2em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 30px;
}
.lead {
    letter-spacing: 0.015em !important;
    text-align: justify;
}
.page-header.page-header-modern.page-header-lg {
    padding: 0px 0 !important;
}
.text-md-start{
    text-align: center !important;
}
.text-md-end {
    text-align: center !important;
}
.banner-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    flex-direction: column-reverse;
}
#home{
    height: 100vh !important;
}
@media (max-width: 1880px){
    .row-gutter-sm .col-6{
        padding-left: 300px;
    }
}
@media (max-width: 1440px){
    .row-gutter-sm .col-6{
        padding-left: 90px;
    }
}
@media (max-width: 1024px){
    .row-gutter-sm .col-6{
        padding-left: 0px;
        margin-left: -3em;
    }
}
@media (max-width: 768px){
    .row-gutter-sm .col-6{
        padding-left: 10px;
        margin-left: 0;
        width: 100%;
    }
    #about_img{
        width: 740px !important;
        height: 555px !important;
        margin-top: 0px !important;

    }
}
@media (max-width: 991px){
    .row-gutter-sm .col-6{
        padding-left: 10px;
        margin-left: 0;
    }
    #about_img{
        width: 400px !important;
        height: 400px !important;
        margin-top: 0px !important;

    }
    #about-description{
        text-align: justify !important;
        letter-spacing: 0.015em !important;
    }
    .banner-row {
        flex-direction: column;
    }
    #header .header-nav-main {
        position: absolute;
        background: transparent;
        width: 100%;
        top: -22% !important;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
    #header .header-nav-main nav {
        max-height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        transition: ease all 500ms;
    }
    #aboutus{
        margin-top: .3rem;
    }
    #aboutus .appear-animation.animated.appear-animation-visible{
        text-align: center !important;
    }
    #gallery-image{
        text-align: center !important;
    }
    .rows>* {
        flex-shrink: 0;
        width: 50% !important;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* 2);
        margin-top: var(--bs-gutter-y);
    }
    .logo-size{
        height: 50px;
        width: 50px;
    }
    .header-row>h4 {
        font-size: 1.8em;
        font-weight: 600;
        line-height: 27px;
        margin: 10px 0 14px 40px;
    }
    .dasignation{
        text-align: center;
    }
}
.display-none{
    display: none !important;
}
