body,
html {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    width: 100% !important;
    height: 100% !important;
    scroll-behavior: smooth !important;
}

.logo-fluid {
    max-width: 180px;
    height: 46px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 700;
    color: #1f1c0c;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h4,
.h4 {
    font-size: 18px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 15px;
}

.h6,
h6 {
    font-size: 12px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;

}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    color: #ff532e;
    outline: 0 solid transparent;
}


ul,
ol {
    padding: 0;
    margin: 0px;
    list-style: none;
    webkit-padding: 0;
    moz-padding: 0;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/



a,
button {
    color: inherit;
    outline: medium none;
}


/*============topbar--section==============*/



.info-bar {
    background-color: #fff;
    padding: 0px 0;
}

.info-bar .top-left {
    text-align: left;
    margin-left: 0;
}

.info-bar .date {
    float: left;
    margin-right: 20px;
}

.info-bar .top-left p {
    color: #f74f21;
    font-weight: 400;
    margin-bottom: 0;
}

.info-bar .top-left p span:first-child {
    margin-right: 10px;
}

.ticker-slider {
    color: #fff !important;
}

.info-bar .top-left p span {
    color: #ffffff;
    margin-left: 10px;
}

.extra-small-icon li a i {
    color: #002e5b;
}


.bar {
    position: relative;
    width: 25px;
    margin: 7px auto;
    height: 2px;
    background-color: black;
    transition: 0.4s;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}

.navbar-scroll {
    position: fixed !important;
    top: 0% !important;
    right: 0;
    background: #fff !important;
    left: 0;
    z-index: 999;
    transition: 0.10s ease;
    color: transparent;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

/* .navbar-scroll .navbar-brand img {
}

.navbar-brand img {
} */

@keyframes slidedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: white;
    vertical-align: middle;
    content: "";
    background: #1f343a;
    border-radius: 5px;
}

.navbar-toggler-icon i {
    color: white !important;
}

.header {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 999;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

.header-style-two {
    background: #e6f5ff;
    border-bottom: 0;
    padding: 10px 0px;
}


.logo a img {
    max-width: 146px;
    margin: 0px auto;
}

.header-area .header-right {
    text-align: right;
}

.header-area .header-right ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-style-two .header-right ul li {
    color: #1f1c0c;
}

.header-area .header-right ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 35px;
    position: relative;
}

.header-area .header-right ul li i {
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.header-style-two .header-left a i {
    background: #1f1c0c;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
}

.header-area .header-left a i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}



@media only screen and (min-width:992px) {
    .small-display {
        display: none;
    }

    .padding-bg-screen {
        padding-top: 130px;
    }
}

@media only screen and (max-width:992px) {

    .text-box .inner .title {
        font-size: 26px !important;
        font-weight: 600;
        line-height: 29px !important;
    }

    .padding-bg-screen {
        padding-top: 50px;
    }

    .nav-item .nav-link {
        /* background-color: #333; */
        color: #eaeaea !important;
        border-bottom: 1px solid #474747;
        padding: 4px 3px !important;
    }

    .nav-item .nav-link i {
        position: absolute;
        right: 10px;
        top: 11px;
    }

    .outer-ul {
        display: block !important;
    }

    .header-bottom {
        display: none;
    }


    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        padding-top: 66px;
        transform: translateX(100%);
        z-index: -1;
        height: 100vh;
        background-color: white;
        overflow: auto;
    }

}


.menu-active {
    transition: all 0.5s ease;
    transform: translateX(0%);
}



.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-toggler {
    width: 30px;
    margin: 16px 0px;
    height: 25px;
    right: 15px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}




.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.navbar button:focus {
    text-shadow: none;
    outline: none;
    border: none;
}





.small-menu {
    background: transparent #fff;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    position: relative;
    border-radius: 0px;
    padding: 0px;
    margin: 0px 0px 0px 1px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    min-width: 15rem;
    padding: 0px;
    border: none;
    opacity: 0;
    transform: translatey(30px);
    visibility: hidden;
    animation: slidedown 0.4s ease 1;
}

@keyframes slidedown {
    0% {
        transform: translatey(40px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.small-menu a {
    display: block;
    color: #afa3a3;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    transition: 0.5s ease;
    padding: 8px 15px;
}

@media only screen and (min-width:992px) {
    .dropdown:hover .small-menu {
        opacity: 5;
        display: block !important;
        transform: translatey(0px);
        visibility: visible;
    }
}

@media only screen and (max-width:992px) {
    .dropdown .small-menu {
        opacity: 1;
        transform: translatey(0px);
        visibility: visible;
    }
}


.small-menu a:hover {
    color: navy !important;
}

.bg-lightest {
    background-color: #fcfcfc;
}

.info-bar .infobar-ticker span {
    margin-right: 10px;
}

.info-bar .social {
    text-align: right;
}

.info-bar .social a {
    padding: 0 8px;
    color: #c5c5c5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.info-bar .infobar-ticker .single-ticker {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}


#select-office {
    background-color: #329cd7;
    border-radius: 0px;
    border: none;
    height: 47px;
    font-size: 12px;
    color: white;
}

.stm-iconbox i {
    color: #999999;
    margin-right: 5px;
}

.stm-iconbox__text,
.stm-iconbox__description {
    font-size: 11px;
    color: #999999;
    line-height: 17px;
    font-weight: 400;
}

.stm-iconbox__info {
    margin-left: 6px;
}

.header-item {
    margin: 0px 20px;
}


.navigation {
    /* background-color: #333;*/
    padding: 8px 0px;
    z-index: 3;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-brand {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    padding: 0px;
}


.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: navy;
    background: none !important;
    padding: 28px 15px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease;
    font-family: 25px;
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 12px;
}



.navbar-nav .nav-item.active .nav-link {
    color: navy;
    font-weight: 500;
}

.appoint-btn a {
    /* background: #fff;*/
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
}

.header-social-icon {
    border-left: 1px solid #333;
}

.extra-small-icon li {
    margin: -3px 8px;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: relative;
}

.btn-theme-colored {
    /*color: #fff;*/
    background-color: #f44336;
    border-color: #f44336;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 0px;
}

.btn:focus {
    box-shadow: none;
    border: none;
}

.menu-bar i {
    font-size: 24px;
    color: #222;
}

.label-warning {
    background-color: #f0ad4e;
}

.menu-bar {
    margin-left: 38px;
}

.font-12 {
    font-size: 12px;
}

.text-gray {
    color: #808080;
}

@media only screen and (min-width:1200px) {
    .navbar-nav .nav-item .nav-link {
        padding: 9px 10px !important;
    }
}


.navbar-nav .nav-item.active:after {
    /*background-color: #fff;*/
    width: 75% !important;
}

.navbar-nav .nav-item:hover:after,
.nav-item.active:after {
    width: 75%;
}

.navbar-nav .nav-item:last-child:after {
    display: none;
}



.text-theme-colored {
    color: #FFAB00 !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-black-333 {
    color: #333333 !important;
}




/*--------
.nav-item:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
--------------*/


/*------------slider---section------------*/

.pt-60 {
    padding-top: 120px;
}



/* ---------------------------------- */

.fullwidthbanner-container {
    width: 100% !important;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 630px !important;
    overflow: hidden;
}


.slider-section {
    position: relative;
}

.admission-badge {
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 99;
    width: 100%;
    background: #f05325;
    padding: 7px 0px;
    text-align: center;
}

.tp-banner {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, .6);
}





/*------about--seection----*/

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}



/*============================================
   footer---
   ----------------*/
.footer-area {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area .footer-widget .footer-logo {
    margin-bottom: 10px;
}

.footer-area .footer-widget .newsletter-area h3 {
    font-size: 18px;
    color: navy;
    margin-bottom: 20px;
    font-weight: bolder;
}

.footer-area .footer-widget h3 {
    font-size: 22px;
    color: navy;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.footer-area .footer-widget p {
    font-size: 15px;
    margin-bottom: 15px;
    color: navy;
}

.footer-area .footer-widget ul i {
    color: #016cec;
}

.footer-area .footer-widget .newsletter-area .newsletter-form {
    position: relative;
}

.footer-area .footer-widget .newsletter-area {
    margin-bottom: 22px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form input {
    background: #ffffff;
    border-radius: 0;
    height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #2192FF;
    color: navy;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
}

.footer-area .footer-widget .footer-social a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #2a2818;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget ul li a {
    color: navy;
}

.footer-area .footer-widget ul li a:hover {
    color: #12eff7;
}

.footer-area .footer-widget ul li {
    list-style: none;
    margin-bottom: 8px;
    color: navy;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: navy;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-area .footer-bottom {
    border-top: 1px solid navy;
    padding: 20px 0;
    margin-top: 11px;
}

.footer-area .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-area .footer-bottom ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.footer-area .footer-bottom ul li a {
    color: navy;
}

.footer-area .footer-bottom .copyright-text p {
    color: navy;
    margin-bottom: 0;
}

.footer-area .footer-bottom .copyright-text {
    text-align: right;
}

.footer-area .footer-bottom .copyright-text p a {
    color: navy;
    font-weight: 500;
}

.footer-area .footer-widget ul li a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #e2cc21;
    font-size: 15px;
    margin-right: 5px;
}


#scrollUp {
    /* background: #f6732e; */
    background: #000;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 40px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 48px;
    transition: .3s;
}

#scrollUp svg {
    fill: #ffea04;
    transform: rotate(225deg);
    width: 20px;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}

@keyframes wiggle {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}




.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title span {
    color: #1f1c0c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-top: 44px;
}

.section-title span::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: #1f1c0c;
    top: 0;
    left: -10px;
}

/*------------------------- certificates --------------------------*/
.container-box {
    width: 556px;
    height: 778px;
    padding: 9px;
    border: 1px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}


/*----page--style-----*/

.sub-bnr {
    background: url(../img/page-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
    text-align: center;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub-bnr h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0px;
}

.sub-bnr hr {
    margin: 20px auto;
}

hr.main {
    width: 50px;
    height: 2px;
    border: none;
    background: #ffbe00;
}

.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.sub-bnr .breadcrumb li {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.sub-bnr .go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
    z-index: 2;
    right: 0px;
}

.go-down {
    background: url(img/go-down) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
    z-index: 77;
    right: 0px;
}

.pb-100 {
    padding-bottom: 20px;
}

.pt-100 {
    padding-top: 50px;
}



.contact-section .contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .contact-card i {
    color: #ffea00;
    background: #1f1c0c;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-section .contact-card ul li {
    list-style: none;
    color: #1f1c0c;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
    color: #1f1c0c;
}

.contact-section .contact-area {
    padding: 50px;
    -webkit-box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
}

.contact-section .contact-area h3 {
    margin-bottom: 20px;
}

.contact-section .contact-area .form-group .form-control {
    border: 1px solid #bebebe;
    border-radius: 30px;
    padding: 5px 20px;
    background: #f9efef;
    height: 50px;
}

.contact-section .contact-area .form-group .message-field {
    border: 1px solid #bebebe;
    background: #f9efef;
    border-radius: 30px;
    padding: 15px 20px;
    width: 100%;
}

textarea { 
    resize: vertical;
}

.contact-section .contact-area .default-btn {
    background: #ffea00;
    color: #1f1c0c;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #1f1c0c;
}

@media only screen and (max-width:990px) {
    .container-box {
        width: 100%;
        margin: 5% auto;
        height: auto;
    }
    .cert-container img{
        width: 100%;
        margin: auto;
    }
}