@media (max-width:1820px) {
    .main-header {
        margin-top: -11%
    }
}

@media (max-width:1500px) {
    .main-header {
        margin-top: -13%
    }

    .team {
        overflow: hidden;
    }

    #testi {
        padding: 60px 0;
        overflow: hidden;
    }

    section.publishers .publz {
        overflow: hidden;
    }

    .t-carsoul>.slick-list>.slick-track {
        padding: 60px 0 80px;
    }

    .imgbxz {
        height: 40vh;
    }

    .achive .c {
        font-size: 55px;
    }

    .ffh {
        font-size: 30px !important;
    }

    .o-col-1,
    .o-col-2,
    .o-col-3,
    .o-col-4 {
        padding: 50px 25px;
    }


    .main-footer {
        padding-bottom: 0px;
    }
}

@media (max-width:1199px) {
    .btn {
        min-width: 150px;
        font-size: 16px;
    }

    #wcu {
        padding: 40px 0;
    }

    #wcu h2.sect-h2-head {
        padding: 0px 0 10px 0;
    }

    .sbox .col-lg-3 {
        padding: 10px;
    }

    .simg {
        margin-top: 0%;
    }

    .simg .col-lg-6 {
        padding: 40px;
        padding-top: 14%;
        padding-left: 30px;
    }

    .col-lg-6.t-w {
        margin: 0px 0 0 0;
    }

    h3 {
        font-size: 20px !important;
    }

    .ffh {
        font-size: 25px !important;
    }

    #ffsec {
        padding: 120px 0;
    }

    .toverlay {
        font-size: 18px;
    }

    .achive .c {
        font-size: 45px;
    }

    .achive h2 {
        font-size: 20px !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {

    .mobile-header,
    .side-menu {
        display: block;
    }

    .mobile-header {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background-color: transparent;
        color: white;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    .logo img {
        width: 170px;
    }

    .menu-toggle {
        font-size: 26px;
        cursor: pointer;
    }

    .side-menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #00000087;
        backdrop-filter: blur(25px);
        color: white;
        transition: left 0.3s ease;
        z-index: 1000;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .side-menu ul {
        width: 100%;
        height: 100%;
        list-style: none;
        overflow-y: scroll;
        padding: 0;
        margin: 0;
    }

    .side-menu li {
        border-bottom: 1px solid #fff;
    }

    .side-menu a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 15px;
    }

    .dropdown-toggle {
        position: relative;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-toggle .arrow {
        float: right;
        transition: transform 0.3s ease;
    }

    .dropdown.open .dropdown-toggle .arrow {
        transform: rotate(180deg);
    }

    .dropdown .dropdown-menu {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        background-color: #00000000;
        backdrop-filter: blur(30px);
        transition: max-height 0.3s ease;
        display: block;
        position: unset;
        float: unset;
    }

    .dropdown.open .dropdown-menu {
        max-height: 590px;
    }

    .dropdown-menu li {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-left: 25px;
    }

    .publishers .container {
        z-index: 4;
        position: relative;
    }

    #bk1,
    #bk2,
    #bk3,
    #bk4 {
        display: none;
    }

    nav#mynav span.form-inline {
        display: none;
    }

    nav#mynav {
        display: none;
    }

    .main-header {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .tbx h2 {
        margin: 15px 0 15px 0;
    }

    .img-box2 {
        display: none;
    }

    .bookSec .box img {
        width: 100%;
    }

    .bookSec .box:after {
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
    }

    #wcu .row.wcur .col-lg-3 {
        text-align: center;
    }

    .simg .col-lg-6 {
        padding: 40px;
        padding-top: 30px;
        background: #050e62;
    }

    .sbox .col-lg-3 {
        padding: 10px;
        margin: 10px !important;
        text-align: center;
    }

    .sbox .col-lg-3 img {
        margin: 0 auto;
    }

    #wcu .row.wcur .col-lg-4 {
        text-align: center;
    }

    .main-header .col-lg-6.text-center,
    .achive .col-lg-5.achive,
    .main-header .col-lg-6.text-left,
    .contact-c .col-lg-6 img {
        display: none;
    }

    .achive {
        padding: 0;
        margin: 0;
        height: unset;
    }

    .achivesec {
        background: #36a9e0;
        border-bottom-left-radius: 0;
    }

    .achive .col-lg-7 {
        padding: 0 !important;
    }

    .achive h2 {
        font-size: 25px !important;
        margin-bottom: 20px;
    }

    .o-col-1,
    .o-col-2,
    .o-col-3,
    .o-col-4 {
        padding: 25px;
    }

    ul.second-service {
        padding: 0px 0 0 0;
    }
}

@media screen and (max-width: 768px) {

    .slick-arrow.slick-next,
    .slick-arrow.slick-prev {
        width: 41px;
        height: 41px;
    }

    .element-3 {
        height: 580px;
        padding-top: 120px;
    }

    .main-header,
    .element-1,
    .element-1-s {
        height: 580px;
    }

    .imgbxz {
        height: 200px;
    }

    .t-carsoul>.slick-list>.slick-track {
        padding: 60px 0 50px;
    }

    .footer-links ul li a {
        font-size: 16px;
        width: 100%;
    }

    .imgbxz {
        height: 450px;
    }

    .imgbxz:hover .toverlay {
        padding-top: 50px;
    }

    .achive .col-lg-7 {
        padding: 0px 15px !important;
    }

    .achivesec {
        padding: 40px 0;
    }

    .main-header,
    .element-1,
    .element-1-s,
    .element-3 {
        height: 680px;
    }
}

@media (max-width: 600px) {
    .page-text {
        padding: 0px 0px;
    }

    h1.hd-web {
        /*text-align: center;*/
        font-size: 30px !important;
        color: #000c69;
        margin: 10px 0px 30px 0px;
    }
}

@media screen and (max-width: 576px) {
    div#rc-anchor-container {
        margin: 6px -3px;
    }

    .slick-arrow.slick-next {
        right: 4%;
    }

    .bookSec .box img {
        width: 30%;
        margin: 0 auto;
    }

    .tbxz img {
        margin-bottom: -16%;
        margin-left: 15%;
    }

    #ffsec {
        padding: 40px 0;
    }

    .main-footer {
        padding: 40px 0;
        padding-bottom: 0px;
    }

    .intro-1 {
        padding: 40px 0;
    }

    h2 {
        font-size: 22px !important;
    }

    .btn {
        min-width: 120px
    }

    .program-title a {
        font-size: 14px;
    }
}

@media (max-width:420px) {
    .mobile-header {
        width: 100%;
    }

    .falist li {
        margin-top: 10px;
    }

    h1.fw-light {
        font-size: 25px !important;
    }

    #testi {
        display: none
    }

    .wrapper {
        overflow-x: hidden
    }

    .element-3 {
        height: 700px;
        position: absolute;
        width: 100%;
        padding-top: 130px
    }

    .element-1 {
        background-size: cover;
        height: 605px;
        position: absolute;
        width: 100%;
        z-index: -1;
        background: linear-gradient(211deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, #3b2f64 46%)
    }

    .element-1-s {
        background-image: none;
        background-size: cover;
        height: 770px;
        position: absolute;
        width: 100%;
        z-index: -1;
        background: linear-gradient(211deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, #3b2f64 46%) !important
    }

    .publishers {
        margin-top: 19%;
        display: none
    }

    .tbx {
        margin: 0px 0 45px 0px !important
    }

    .tbx-service {
        margin: 60px 0 50px 0
    }

    .tbx-service h2 {
        color: #010d69;
        margin: 0 0 25px 0
    }

    .box img {
        margin: 0 75px
    }

    .bx-3 {
        background-image: url(../imga/b2.png);
        background-size: cover;
        height: inherit;
        position: absolute;
        width: 103%
    }

    .btn-group-lg>.btn,
    .btn-lg {
        padding: .5rem 1rem;
        font-size: .8rem;
        ;
        line-height: 1.5;
        border-radius: .3rem;
        margin-left: 4%
    }

    .simg {
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -5%;
        background-color: #010d69
    }

    .nph {
        display: none
    }

    .cta-btn {
        display: flex
    }

    .tbx>h1 {
        text-align: center
    }

    .img-box {
        height: 50vh;
        width: 100%;
        margin-left: -11%;
        padding: 0 0 0 0px !important;
        display: none
    }

    .img-box2 {
        height: 42vh !important;
        width: 100%;
        margin-left: -8%
    }

    .mbx-z {
        margin-left: 0px !important
    }

    .sbox {
        display: contents
    }

    .sbox>.col-lg-3 {
        display: block;
        text-align: center;
        margin-bottom: 5%
    }

    .pe2 {
        padding-left: 1% !important
    }

    .pe1 {
        background-image: none;
        background-size: contain !important;
        padding: -55%;
        background: linear-gradient(180deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, rgb(40 1 170) 46%)
    }

    .simg .col-lg-6 {
        padding: 5%
    }

    .hm-sec-03 p.para-02 {
        padding: 9%
    }

    #cta {
        padding-top: 5%;
        padding-bottom: 16%;
        background-image: none;
        background: linear-gradient(180deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, rgb(40 1 170) 46%);
        background-size: cover
    }

    .blue-bg {
        padding: 5%
    }

    .t-carsoul>.slick-list>.slick-track {
        padding: 25%
    }

    #wcu {
        display: block;
        text-align: center
    }

    .element-1-s {
        background-image: url(../imga/services/mainbanner.png);
        background-size: cover;
        height: 710px;
        position: absolute;
        width: 100%;
        z-index: -1;
        background-position-x: -250px
    }

    .mdnone {
        display: none
    }

    .falist li {
        list-style: none;
        font-family: 'MyWebFont-r';
        display: inline-flex
    }

    .falist>li>img {
        height: 24px
    }

    .simgz {
        width: 80%;
        padding: 5%
    }

    .imgs {
        display: block;
        text-align: center
    }

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
        color: #000;
        font-size: .7em
    }

    .imgbxz {
        height: 280px;
    }
}

@media (max-width:380px) {
    .publishers {
        margin-top: 19%
    }

    body {
        overflow-x: hidden
    }

    .imgs {
        display: none
    }

    .btn-group-lg>.btn,
    .btn-lg {
        padding: .5rem 1rem;
        font-size: .8rem;
        line-height: 1.5;
        border-radius: .3rem;
        margin-left: 3%
    }

    .nph {
        display: none
    }

    .cta-btn {
        display: flex
    }

    .tbx>h1 {
        text-align: center
    }

    .mbx-z {
        margin-left: 0px !important
    }

    .sbox {
        display: contents
    }

    .sbox>.col-lg-3 {
        display: block;
        text-align: center;
        margin-bottom: 5%
    }

    .pe2 {
        padding-left: 1% !important
    }

    .pe1 {
        background-image: none;
        background-size: contain !important;
        padding: -55%;
        background: linear-gradient(180deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, rgb(40 1 170) 46%)
    }

    .simg .col-lg-6 {
        padding: 5%
    }

    .hm-sec-03 p.para-02 {
        padding: 9%
    }

    #cta {
        padding-top: 5%;
        padding-bottom: 16%;
        background-image: none;
        background: linear-gradient(180deg, rgb(6 18 108) 0%, rgb(6 88 153) 0%, rgb(40 1 170) 46%);
        background-size: cover
    }

    .blue-bg {
        padding: 5%
    }

    .t-carsoul>.slick-list>.slick-track {
        padding: 25%
    }

    #wcu {
        display: block;
        text-align: center
    }

    .mdnone {
        display: none
    }

    .falist li {
        list-style: none;
        font-family: 'MyWebFont-r';
        display: inline-flex
    }

    .falist>li>img {
        height: 24px
    }

    .simgz {
        width: 80%;
        padding: 5%
    }

    .imgs {
        display: block;
        text-align: center;
        width: 70%;
        margin-left: 13%
    }

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
        color: #000;
        font-weight: 400;
        font-size: .7em
    }

    .ffh {
        font-size: 16px !important;
    }

    .form-control::placeholder {
        font-size: 14px;
    }

    .footer-links ul li a {
        font-size: 14px;
        width: 100%;
    }

    .btn {
        min-width: 100px;
    }
}

@media (max-width:320px) {

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: .8rem;
        margin-left: 2%
    }
}