* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    margin: 0%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0%;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 10px;
}

h1 {
    font-size: 50px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

h3 {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.flex {
    display: flex;
}

.pad-top {
    padding-top: 50px;
}

.pad-btm {
    padding-bottom: 50px;
}

.global-btn {
    background-color: #000;
    width: 158px;
    color: #fff;
    padding: 13px 0px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s;
}

.global-btn:hover {
    background-color: #ea592a;
}

.mt-top {
    margin-top: 35px;
}

.header {
    padding: 2px 15px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header .global-btn {
    width: 228px;
    background-color: #f9de68;
    color: #000;
}

.header .nav .menu li {
    display: inline-block;
    padding: 0px 15px;
}

.header .nav .menu li a {
    text-transform: uppercase;
    color: #404040;
    font-weight: 500;
}

.header .mail p {
    padding-left: 5px;
    margin-top: 13px;
}

.mail a {
    color: #000;
}

.mail i {
    color: #fdbf00;
    font-weight: 600;
    font-size: 22px;
}

.header .toggle-btn {
    display: none;
}

.slider {
    width: 100%;
    float: left;
    background-image: url('../img/home-banner.webp');
    background-size: cover;
    background-position: top;
    height: 75vh;
    display: grid;
    place-items: center;
    margin-top: 100px;
}

.slider h1 {
    width: 55%;
}

.slider p {
    width: 40%;
    line-height: 25px;
    margin: 25px 0px;
}

.email-suuprt {
    width: 100%;
    float: left;
}

.report {
    width: 100%;
    float: left;
    background-color: #f9de68;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.association {
    width: 100%;
}

.association {
    width: 100%;
    float: left;
}

.endorse {
    width: 100%;
    float: left;
    background-color: #f9de68;
}

.endorse ol.mt-top {
    line-height: 35px;
    margin-left: 18px;
}

.services {
    width: 100%;
    float: left;
}

.services .box {
    text-align: center;
}

.services .box p {
    text-align: center;
}

.services .box h5 {
    padding: 19px 0px;
    font-size: 20px;
}

.services .box .box-img {
    position: relative;
}

.services .box .box-img .img-one {
    cursor: pointer;
}

.services .box .box-img .img-two {
    position: absolute;
    left: 42%;
    top: 20%;
    transition: all 0.5s;
    cursor: pointer;
}

.services .box .box-img .img-two:hover {
    transform: rotate(360deg);
}

.box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.association h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.endorse h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about-us {
    width: 100%;
    float: left;
    background-color: #e0dfdc;
}

.about-us h3 {
    margin-bottom: 10px;
}

.about-us .contact-info h5 {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

.about-us .contact-info h5 a {
    color: #404040;
}

.footer {
    float: left;
    width: 100%;
    background-color: #021c3c;
    text-align: center;
}

.footer h5 {
    color: #ffb938;
}

.footer p {
    color: #fff;
    padding: 15px 0px;
}

.footer .social-icon {
    margin-top: 15px;
}

.copyright {
    width: 100%;
    float: left;
    background-color: #021c3c;
    padding: 10px 0px;
    border-top: 1px solid #a4a6ac;
    text-align: center;
}

.copyright h6 {
    color: #a4a6ac;
    text-align: center;
}

@media(max-width:991px) {
    .pad-btm {
        padding-bottom: 40px;
    }
    .pad-top {
        padding-top: 40px;
    }
    h2 {
        font-size: 21px;
        font-weight: 600;
        line-height: 34px;
    }
    h4 {
        font-size: 17px;
    }
    h3 {
        font-size: 18px;
    }
    .header {
        position: relative;
    }
    .header .nav .menu li {
        display: block;
        line-height: 60px;
    }
    .header .nav .menu li a {
        color: #f9de68;
    }
    .header .toggle-btn {
        display: block;
    }
    .header .toggle-btn i.fa.fa-bars {
        font-size: 25px;
    }
    .slider {
        height: 85vh;
    }
    .slider h1 {
        width: 80%;
    }
    .slider p {
        width: 50%;
    }
    .services .box .box-img .img-two {
        left: 35%;
    }
    .about-us {
        padding: 40px 0px;
    }
    .about-us .flex.align-items-center {
        margin-bottom: 10px;
    }
    .endorse ol li {
        font-size: 15px;
    }
}

@media(max-width:575px) {
    .services .box .box-img .img-two {
        left: 41%;
    }
    .services .box {
        margin-bottom: 25px;
    }
    .services .col-lg-4.mt-top.col-md-4.col-sm-6.col-12 {
        margin-top: 0px;
    }
    .footer p {
        text-align: center;
    }
    .copyright h6 {
        text-align: center;
    }
}

@media(max-width:375px) {
    h1 {
        width: 90%;
        font-size: 25px;
    }
    .slider p {
        width: 65%;
    }
    p {
        font-size: 13px;
    }
    h2 {
        font-size: 18px;
        line-height: 27px;
    }
    h4 {
        font-size: 15px;
    }
    .endorse ol.mt-top {
        line-height: 31px;
    }
}

@media(max-width:375px) {
    .about-us .contact-info h5 a {
        font-size: 12px;
    }
    .mail-button img {
        width: 100%;
    }
    .mail-button {
        width: 70%;
    }
    .header .nav {
        z-index: 99;
    }
    .search-form:not(.media-toolbar-primary) input[type=search] {
        width: 90%;
    }
}

.feature_main_section li {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.feature_main_section li span i {
    color: #f9de68;
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
    font: 600 14px/22px sans-serif;
    background-color: #003679;
    cursor: pointer;
    margin: 10px 0px;
    border-radius: 10px;
}

.dropdown__top h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    padding: 16px 0px;
}

.dropdown__top:hover {
    background: #021c3c
}

.dropdown__top::after {
    content: '\f067';
    font: 20px FontAwesome;
    transition: transform .5s ease;
    will-change: transform
}

.heading_h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}

.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none
}

.faq_main_top_section {
    background-color: #e0dfdc;
    float: left;
    width: 100%;
    padding: 40px 0px;
}

.acc {
    background-color: #003679;
    color: #fff;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    margin: 30px 0px;
}

.acc h4 {
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.uad_gold {
    text-align: center;
    margin: 40px 0px;
}

.faq_img_main img {
    width: 100%;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, .61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.credit-btn {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #ffbb38;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #fff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}

.credit-btn:hover {
    font-size: 14px;
    font-weight: 700;
    background-color: #ff9100;
    color: #fff;
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #021c3c;
}

.white {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
    font-weight: 600;
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 355px;
}

.breadcrumb-area .breadcrumb-content h1 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    display: block
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, .61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 30px 3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #ffbb38;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.section-heading.white h2,
.section-heading.white p {
    color: #fff;
}

.section-heading h2 {
    font-size: calc(1.4rem + 1vh);
    color: #212121;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-area .cta-content h6 {
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    color: #ffbb38;
    font-size: 16px;
    font-weight: 600;
}

.cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #f9de68;
}

.contact--area.contact-page .contact-content h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
}

.contact--area .contact-content .single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.contact--area .contact-content .single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    background-color: #ff9100;
}

.contact--area .contact-content .single-contact-content .text p {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    word-break: break-all;
}

.text p a {
    color: #000 !important;
}

.contact--area .contact-content .single-contact-content .text span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #838383;
}

.single-contact-content .text span {
    color: #000 !important;
    font-weight: 600;
}

.map-area .contact---area {
    margin: 20px 0px;
}

.map-area .contact---area .contact-page {
    background-color: #f9de68;
    padding: 70px 45px;
    border-radius: 20px;
}

.map-area .contact---area .contact-page h4 {
    color: #000;
    font-weight: 600;
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 54px;
    width: 100%;
    background-color: #f1f7f9;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.contact-form-area textarea.form-control {
    height: 250px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.aol_desktop h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.aol_desktop p {
    margin-bottom: 15px;
}

.aol_steps h3 {
    margin-bottom: 10px;
}

.aol_steps p {
    margin-bottom: 15px;
}

.feature_main_section li {
    list-style-type: decimal;
    font-size: 16px;
    text-align: justify;
}

.feature_main_section {
    margin-left: 15px;
}

.feature_main_section_first li {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.feature_main_section_first li span i {
    color: #f9de68;
}

.sere {
    line-height: 30px;
    margin-left: 18px;
}

.about-thumbnail img {
    width: 100%;
}

.associationn {
    float: left;
    width: 100%;
}

.accordian_main {
    float: left;
    width: 100%;
}

.banner_main {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 760px;
    background-position: center right;
}

.Banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.sine-board {
    max-width: 100%;
    height: auto;
}

.service3,
.service2,
.service1 {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .header .nav .menu li {
        padding: 0px 5px;
    }
}

@media screen and (max-width: 991px) {
    .banner_main{background-image: initial !important; background-color: #000 !important;}
    .slider-content h1, .slider-content p {
        color: #fff;
    }
    .global-btn {background-color: #fec001;}
    .navbar-toggler {
        display: contents;
    }
    .banner_main {
        min-height: initial;
        margin-top: 80px;
        padding: 150px 0;
    }
    .nav {
        display: block;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
    }
    .header .nav .menu li a {
        color: #30433f;
        display: block;
        background-color: #ebd26d;
        padding: 0px 0px 0px 15px;
        transition: easy-in-out 1.5s;
        margin-bottom: 1px;
    }
    .header .nav .menu li a:hover {
        background-color: #4b6a72;
        color: #ffffff;
    }
}

.calling i.fa.fa-phone {
    height: 60px;
    width: 60px;
    background: #f23800;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    padding: 15px;
}

.calling {
    position: fixed;
    bottom: 95px;
    left: 10px;
}

.faqqqq {
    height: 90vh;
    display: flex;
    justify-content: center;
    padding: 60px 0px;
    align-items: center;
}


@media screen and (max-width:600px) {
.blog .hestia-blogs, .archive .hestia-blogs {padding-top: 0 !important;}
}

@media screen and (max-width:525px) {
    .dddd {
        display: none;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .mail-button img {
        width: 100%;
        height: auto;
    }
}