:root{
    scroll-behavior: smooth;
  }
body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
    font-family: 'Open Sans', sans-serif;
    color: #6A6A6A;
font-size: 15px;
font-weight: 400;
line-height: 1.65;
}
.btn-blue{
    background: #104089;color:#fff;width: 100%;height: 50px;    border-radius: 6px;
}
.btn-blue:hover{color:#fff;}
#toc_container {
    padding: 1rem;
    margin: 2rem 0;
    transition: .5s all;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    width: 100%;
    background: #fff;
}
.toc_title {
    font-size: 1.5rem;
    color: #1897d4;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
#toc_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.entry-content ul li {
    padding-bottom: 5px;
}
#toc_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#toc_container a {
    color: #000;
}
#toc_container .toc_number {
    padding-right: 5px;
    margin-left: 0;
}
#toc_container .toc_number:after {
    content: ".";
}


.tw-heading{
    color: #1B1B1B;
    font-size: 38px;
    font-weight: 600;
}
.tw-heading span{color: #104089;}
.spad{padding: 80px 0;}
a { text-decoration: none;}
.text-white{color:#fff;}
@media only screen and (min-width: 1200px){
    .tw-heading{ font-size: 45px;}
}

@media only screen and (min-width: 1600px){
    body{font-size: 18px;}
    .tw-heading{ font-size: 55px;}
}

#rightsidebar{display: none;}

@media only screen and (max-width: 991px){
    .toggle-cu-menu { cursor: pointer;}
    .hamburger-box-close {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 24px;
        cursor: pointer;
        top: 2px;
    }
    .hamburger-box-close{    top: 50%; transform: translate(0px, -50%);}
    body.open-mm .mobile-menu .header-expandable-menu-top {
        position: absolute;
        right: 13px;
        top: 25px;
    }
    .hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #000; width: 28px;}
    .hamburger-box-close .hamburger-inner {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .hamburger-box-close .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0;
    }
    .hamburger-box-close .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg);
    }
    .toggle-cu-menu.toggle-cu-menu-open {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 20000000;
    }
    body.open-mm .mobile-base {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,.5);
        z-index: 10000;
    }
    .mobile-menu {
            text-align: left;
            display: block;
            position: fixed;
            right: 0;
            top: 0;
            width: 300px;
            max-width: 100%;
            height: 100vh;
            max-height: 400vh;
            -webkit-overflow-scrolling: touch;
            transition: transform .5s;
            -ms-transform: translateX(310px);
            transform: translateX(310px);
            z-index: 10000010;
            background-color: #fff;
    }
    body.open-mm .mobile-menu {
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity,filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        z-index: 100;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
        top: 3px;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
    }
    .hamburger-inner:after, .hamburger-inner:before {display: block; content: "";}
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 15px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
       right: 0;
    }
    .hamburger-inner:before {
        top: -7px;
        width: 20px;
    }
    .hamburger-inner:after {
        bottom: -7px;
        width: 20px;
    }
    .hamburger-inner {
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: 75ms;
    }
    .hamburger-inner:before {  transition: top 75ms ease .12s,opacity 75ms ease; }
    .hamburger-inner:after { transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); }
    body.expand .hamburger{
        top: 15px;
        margin-top: 0px;
        position: absolute;
    }
    body.expand .hamburger-inner {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    body.expand .hamburger-inner:before {
        top: 0;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0;
    }
    body.expand .hamburger-inner:after {
        bottom: 0;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transform: rotate(-90deg);
    }
    .menu { margin-top: 50px;}
    #rightsidebar {
        right: 0;
        top:0px;
        display: block!important;
    }
    #rightsidebar ul.dropdown-menu li {
        padding: 5px 0px 5px 10px;
        font-size: 15px;
    }
    ul.header-menu-mobile {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    ul.header-menu-mobile >li {
        font-size: 18px;
        position: relative;
        padding: 10px 20px;
    }
    ul.header-menu-mobile li a {
        color: #000;
        padding: 0;
        font-weight: 500;
       text-decoration: none;
    }
    ul.header-menu-mobile >li ul{padding: 0;margin: 0;list-style: none;}
    ul.header-menu-mobile >li ul li a{font-size:15px; color: #555;}
    #rightsidebar ul.header-menu-mobile li a {
        position: relative;
        display: block; 
    }
    ul.dropdown-menu3 {
        position: relative;
        right: 0px;
        width: fit-content;
    }
    #rightsidebar .dropdown-toggle::after {
        content: '\f078';
        position: absolute;
        right: 0;
        top: 50%;
        font-family: "FontAwesome";
        font-weight: 400;
        transition: transform .5s;
        padding: 7px 0  7px 3px;
        border-width: 0px;
        font-size: 14px;
        transform: translate(0px, -50%);
    }
    .dropdown-menu{
        float: none;
        border-width: 0px;
        position: relative!important;
        min-width: auto!important;
        padding: 10px 10px 0px;
        transform: translate3d(0px, 0px, 0px)!important;
        border-top: 3px solid rgb(255 255 255)!important;
    }
    .header-part .social-menu {margin-right: 0px;}
    .search-box-wrapper .search-box{display: none;}
    #rightsidebar .search-box {
        display: block;
        padding: 20px;
        width: 100%;
    }
    #rightsidebar .search-box form{position: relative;}
    ul.dropdown-menu2,ul.dropdown-menu3 {
        position: relative!important;
        right: auto!important;
        background-color: #fff!important;
    }

}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    padding: 10px 50px;
    background-color: #fff;box-shadow: 0 5px 14px #00000014
}
.navbar-nav li a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-right: 0!important;
    padding-left: 30px!important;
    text-decoration: none;
}

@media only screen and (min-width: 1600px){
    .navbar-nav li a { font-size: 18px;}
}

.hm-banner {
    background: linear-gradient(90deg, #104089 0.67%, #082135 56.44%);
    aspect-ratio: 2.2;
}
.hm-banner .banner-overlay{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.hm-banner::after{
    background-image: url(../images/shape1.png);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 420px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-banner h1{
    color: #FFF;
font-size: 45px;
font-weight: 600;
}
.hm-banner p{
    color: #FFF;
}
.banner-img{
    position: absolute;
    right: 0;
    top: 0;
    min-width: 40%;
    bottom: 0;
    height: -webkit-fill-available;
    /* aspect-ratio: 3.1; */
    object-fit: cover;
}
.service-box{
    border-radius: 20px;
    border: 1px solid #59BADD;
    background: #104089;
    height: 100%;
    padding: 20px 25px 10px;
    position: relative;
}
.service-box::after{
    background-image: url(../images/shape2.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 155px;
    height: 130px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-box img{
    width: 80px;
    height: auto;
    position: relative;
    z-index: 2;
}
h5{
font-size: 22px;color: #1B1B1B;
font-weight: 700;
}
.service-box h5,.service-box p{color: #fff;}
.choose-us{background: rgba(22, 74, 144, 0.13);}
.choose-us-overlay{
    background-image: url(../images/shape3.png);
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form {
    border-radius: 20px;
    background: #FFF;
    border: 1px solid #ccc;
    padding: 40px 50px;
}
.contact-form .form-control {
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-radius: 6px;
    background-color: transparent;
    border: 0 solid #ced4da;
    border: 1px solid #d0d0d0;
    position: relative;
    z-index: 1;
    padding: 12px 10px;
}
.contact-form textarea, .course-form textarea {
    height: 150px !important;
}
::placeholder{color: #A3A1A1;}


.contact-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.contact-menu li {
    margin-bottom: 40px;
}
.contact-menu li i {
    padding: 9px;
    background:  #59BADD;
    height: 34px!important;
    width: 34px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff
}
.contact-menu p, .contact-menu p a{color: #404040;}
.contact-menu h5{
    font-size: 20px;
}
ul.social-menu {
    margin: 0 0 10px;
    padding: 0
}

ul.social-menu li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    position: relative
}

ul.social-menu li a {
    color: rgba(7, 7, 7, 1);
    text-decoration: none;
    font-size: 22px
}
.blog-wrapper {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.blog-wrapper img {
    width: 100%;
    height: auto;
}
.blog-details {
    padding: 1rem;
}
.blog-wrapper h3 {
    font-size: 1rem;
    font-weight: 600;
    min-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}
.blog-wrapper h3 a {
    color: #000;
    text-decoration: none;
}
.blog-side-card {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 1rem;
    width: 100%;
    background: #fff;
    position: sticky;
    top: 100px;
}
.blog-side-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}
.wp-block-latest-posts li a {
    text-decoration: none;
    color: #104089;
    line-height: 1.4;
    display: block;
}
.single-blog-img img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
p.blog-date {
    color: #000;
    text-decoration: none;
    margin-bottom: .8rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
p.blog-date i {
    color: #104089;
}



@media only screen and (min-width: 992px){
    .hm-banner {
        aspect-ratio: 2.9;
    }
}
@media only screen and (min-width: 1200px){
    .hm-banner h1 {
        font-size: 55px;
    }
}
@media only screen and (min-width: 1600px){
    .hm-banner h1{ font-size: 60px;}
    h5{ font-size: 24px;}
    .service-box{padding: 30px;}
  
    .service-box::after{
        width: 190px;
        height: 140px;
    }
    .service-box img{
        width: 100px;
        height: auto;
    }
    .contact-menu h5{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1199px){
    .hm-banner::after {
        width: 240px;
        height: 300px;
    }
}
@media only screen and (max-width: 767px){
    .navbar { padding: 10px 12px;}
    .banner-img{display: none;}
    .choose-us-overlay .text-center,.hm-about.text-center,.hm-services .tw-heading{text-align: left!important;}
    .spad{padding: 60px 0;}
    .hm-banner::after{display: none;}
    .hm-banner{
        aspect-ratio: auto;
        padding: 60px 0;
    }
    .hm-banner .banner-overlay {
        position: relative;
        top: 0;
        transform: translate(0, 0%);
    }
}
.footer-part {
    background: #082239;
    padding: 50px 0 20px;
}
.footer-part h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-part p ,.footer-part p a{color: #EDEDED;}
.footer-part ul {
    list-style: none;
    padding: 0
}
.footer-part .footer-menu li {
    margin-bottom: 5px
}
.footer-part .footer-menu li a {
    display: inline-block;
    position: relative;
    color: #EDEDED;
    padding: 0;
    line-height: 1
}
.footer-bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid gray;
}
.footer-bottom li {
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom li a {
    color: #EDEDED;
    font-size: 13px;
}
.copyright {
    text-align: right;
    font-size: 13px;
}
@media only screen and (min-width: 1600px){
    .footer-part h4 { font-size: 22px;}

}
@media only screen and (max-width: 767px){
    .copyright { text-align: left;}
    .footer-part h4{margin-top: 20px;}
}