header{
    width: 100%;
}
header .top-header{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-container{
    width: 100%;
    background-color: #f4bc16;
    margin-bottom: 8px;
}
header .top-header ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header .contact-details li{
    border-left: 1px solid #fff;
    padding: 8px 20px;
    color: #fff;
    /* font-family: 'Raleway', sans-serif; */
    font-size: 20px;
}
header .main-header ul li.selected a{
    color: #f4bc16;
}
header .main-header ul li a{
    transition: all .5s ease-in-out;
}
header .main-header ul li:nth-of-type(3){
    position: relative;
    top: 0;
}
header .main-header ul li:nth-of-type(3):hover ul.dropdown{
    opacity: 1;
    visibility: visible;
}
header .main-header ul.dropdown{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    width: 250px;
    padding: 0;
    border: 1px solid #ddd;
    margin-top: 25px;
    z-index: 999;
    background-color: #fff;
}
.about  h2::after{
    left: 0;
    transform: translateX(0%);
}
header .main-header ul.dropdown li a{
    padding: 0px 15px;
}
header .main-header ul.dropdown li{
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
header .main-header ul.dropdown li:nth-of-type(3){
    border-bottom: none;
}
header .main-header ul li a:hover{
    color: #f4bc16;
}
header .contact-details li:nth-of-type(2){
    border-right: 1px solid #fff;
}
header ul.social-icon li{
    border-left: 1px solid #fff;
    padding: 10px 15px;
}
header ul.social-icon li:nth-of-type(2){
    border-right: 1px solid #fff;
}
header .main-header{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
}
header .main-header figure{
    width: 100px;
    height: 100px;
}
header .logo {
    width: 133px;
    padding: 0px 18px 10px;
    position: absolute;
    display: block;
    margin: 0px;
    border-radius: 10px;
    z-index: 9;
    background-color: #fff;
}
header .main-header-container{
    width: 100%;
    background-color: #fff;
    position: relative;
}
header .main-header a{
    color: #000;
}
.main-header-container.sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    left: 0;
    width: 100%;
    padding: 15px 0;
}
header .main-header ul{
    display: flex;
    align-items: center;
}
header .main-header ul{
    padding-left: 194px;
}
header .main-header ul li a{
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 25px;
    color: #444444;
    font-weight: 700;
}
.banner-section{
    width: 100%;
}
.banner-section button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    font-size: 0;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    transform: translateY(-50% );
    background: #fff;
    text-align: center;
}
.banner-section .slick-arrow.slick-prev:after {
    content: "\f053";
    font-size: 20px;
    font-family: FontAwesome;
}
.banner-section .slick-arrow.slick-next:after {
    content: "\f054";
    font-size: 20px;
    font-family: FontAwesome;
}
.banner-section button.slick-next.slick-arrow{
    right: 0px;
    left: auto;
}
.client-logo .wrapper img{
    height: 175px;
    object-fit: none;
}
.client-logo .wrapper{
    height: 120px;
}
.about-slider{
    margin-bottom: 66px;
}
/*-------Quatanty section------*/
.quality{
    width: 100%;
    margin-bottom: 65px;
}
.quality h1 span{
    font-size: 13px;
    color: #b90202;
    letter-spacing: 2px;
}
.quality h1{
    text-align: center;
    position: relative;
}
.quality .row .re-preload img{
    border-radius: 50%;
}
.quality .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.quality .row .col{
    width: 50%;
}
.quality .row .col figure{
    width: 88px;
    height: 88px;
    padding: 19px;
    border-radius: 50%;
    background-color: #f4bc16;
}
.quality .row .features-list img{
    object-fit: contain;
}
.quality .row .features-list li{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 58px 8px 8px 28px;
}
.quality .row .features-list li:nth-of-type(2) figure{
    width: 100px;    
    height: 90px;
}
.quality .row .features-list li:nth-of-type(3) figure{
    width: 106px;    
}
.quality .row .features-list .text{
    padding-left: 30px;
}
.quality .row .features-list  h4{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
}

.quality .row .features-list li p{
    font-size: 14px;
    line-height: 1.6;
}
/*----offer-----*/
.offer{
    width: 100%;
    background-color: #F5F5F5;
}
.offer h2{
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}
.offer .btn{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 87px;
}


/* -----client-logo----------*/
.client-logo{
    width: 100%;
    padding: 70px 40px 66px;
    background-color: #000;
}
.client-logo .wrapper{
    background-color: #fff;
    border-radius: 15px;
    min-height: 196px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}
.client-logo .wrapper img{
    border-radius: 10px;
}
.client-logo button.slick-arrow{
    display: none !important;
}
.features-list.big li h4:after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------choose Section-------*/
.choose{
    width: 100%;
    padding-top: 65px;
}
.choose .row {
    width: 1170px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.choose .column{
    width: calc(33.33% - 20px);
    position: relative;
    margin-right: 30px;
    padding: 8px;
}
.choose .column:nth-of-type(3n){
    margin-right: 0px;
}
.choose h4{
    color: #000;
    font-weight: 600;
    padding-top: 20px;
}
.choose .row .column h4{
    font-size: 18px;
    position: relative;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 0px;
}
.choose .row .column p{
    font-size: 14px;
    padding: 19px 14px 33px;
    max-width: 80%;
    margin: 30px auto 0;
    font-family: system-ui;
    text-align: center;
    font-weight: 400;
}
.choose h2{
    text-align: center;
    position: relative;
}
.features-list.big li:before {
    clear: both;
    float: none;
    display: block;
    width: 60px;
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 39px;
}
.features-list .box{
    width: 88px;
    height: 88px;
    background-color: #f4bc16;
    padding: 16px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.features-list .box i{
    color: #fff;
    bottom: -10px;
    font-size: 57px;
    font-weight: 100;
    position: absolute;
}
.features-list li:before {
    width: 88px;
    /* height: 88px; */
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}
.features-list.big .ornament {
    position: relative;
    width: 1px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    background: #E2E6E7;
}
.features-list.big .ornament:after {
    position: absolute;
    content: "";
    border: 1px solid #E2E6E7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 11px;
    height: 11px;
    left: -6px;
    bottom: -13px;
}



.top-footer{
    width: 100%;
    background: #F4BC16;
    padding: 30px 0;
}
.top-footer .row{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.top-footer .row .col{
    width: calc(33.33% - 40px);
    margin-right: 60px;
}
.top-footer .row .col:nth-of-type(3n){
    margin-right: 0px;
}
.top-footer .row .col ul{
    display: flex;
    align-items: center;
}
.top-footer .row .col ul li{
    padding-right: 20px;
}
.top-footer .row .col ul li i{
    width: 90px;
    font-size: 38px;
    color: #F4BC16;
    border-radius: 50%;
    background: #fff;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-footer .row .col ul  span{
    color: #fff;
}
.top-footer .row .col ul  p{
    color: #fff;
}
.top-footer .row .col ul .email{
    font-size: 14px;
}

footer{
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0;
}
footer .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer .row .col{
    margin-right: 20px;
    width: calc(25% - 20px);
}
footer .row .col h6{
    position: relative;
    font-size: 15px;
    color: #000000;
    border-bottom: 1px solid #E2E6E7;
    padding-bottom: 15px;
}
footer .row .col p{
    color: #444;
    margin-top: 48px;
    font-size: 14px;
    padding-right: 40px;
    text-align: left;
}
footer .row .col h6.box-header::after{
    width: 40px;
    left: 21px;
    bottom: 0;
}
footer .row .col ul{
    margin-top: 48px;
}
footer .row .col ul li{
    font-size: 14px;
    padding: 3px 0;
    color: #444444;
    position: relative;
    padding-left: 30px;
}
footer .row .col ul li a{
    font-size: 14px;
    color: #444444;
}
footer .row .col ul li::before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 17px;
    content: "\f00c";
    color: #f4bc16;
    font-weight: 600;
}
footer .row .col ul.social-icon {
    display: flex;
    align-items: center;
    
}
footer .row .col ul.social-icon li {
    padding-left: 0px;
}
footer .row .col ul.social-icon li a{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f4bc16;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
    border: 1px solid #f4bc16;
}
footer .row .col ul.social-icon li a:hover{
    background-color: transparent;
    border: 1px solid #f4bc16;
}
footer .row .col ul.social-icon li a:hover i{
    color: #000;
}
footer .row .col ul.social-icon li i{
    color: #fff;
}
footer .row .col ul.social-icon li::before{
    font-size: 0px;
}


/*-------banner-home about page------*/
.banner-home{
    width: 100%;
    padding: 40px 0;
    background-color: #f5f5f5;
}
.banner-home .row{
    display: flex;
    justify-content: space-between;
    padding: 0 80px 0 176px;
}
.banner-home ul.bread-crumb{
    display: flex;
}
.banner-home .bread-crumb-container {
    display: flex;
    align-items: center;
}
.banner-home .bread-crumb-container label{
    color: #999999;
    font-size: 13px;
}
.banner-home .bread-crumb-container ul li{
    font-size: 13px;
    color: #999999;
}
.banner-home .bread-crumb-container ul li a{
    color: #444444;
    font-size: 13px;
    padding: 0 15px;
}
.quality  h2{
    position: relative;
}
.about .col ul li{
    position: relative;
}
.about .col ul li{
    font-size: 14px;
    padding: 3px 0;
    color: #444444;
    position: relative;
    padding-left: 30px;
}
.about .col p{
    font-size: 14px;
    margin-top: 54px;
    text-align: left;
}
.about .col ul {
    margin: 20px 0 40px 20px;
}
.about .col ul li::before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 17px;
    content: "\f00c";
    color: #f4bc16;
    font-weight: 600;
}
.vision_mission{
    width: 100%;
}
.vision_mission p {
    max-width: 851px;
    margin: 5px;
    padding: 5px;
    margin-left: auto;
    display: flex;
    line-height: 1.8;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 14px;
    
}
.vision_mission img{
    width: 212px;
}
.mission p{
    line-height: 1.8;
}
.mission img{
    width: 220px;
}
.mission{
    padding: 26px;
    margin: 9px;
    margin-bottom: 85px;
}
.mission p{
    display: flex;
    align-items: center;
    width: 824px;
    margin: 5px;
    padding: 5px;
    font-size: 14px;
}
.service-section{
    background-image: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    margin-bottom: 66px;
}
.multiple-items{
    width: 100%;
    padding: 70px 30px 66px;
    display: flex;
    flex-wrap: wrap;
}

.multiple-items .column{
    width: 20%;
    padding-right: 20px;
}
.multiple-items .column img{
    object-fit: contain;
    height: 107px;
    border-radius: 40px;
    padding: 8px;
}
.banner-home h1{
    text-transform: uppercase;
}
.form-section{
    width: 100%;
    padding: 50px 0;
}
.form-section .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.form-section .row .col{
    width: calc(50% - 30px);
    margin-right: 30px;
}
.form-section .row .col:nth-of-type(2n){
    margin-right: 0px;
}
.form-section textarea{
    resize: none;
    height: 166px;
}
form .captcha{
    max-width: 120px;
    height: 30px;
    width: 100%;
    margin-bottom: 30px;
}
form p{
    width: 100%;
    margin: 20px 0 0;
}
.send-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.send-btn p{
    font-size: 14px;
}
form small{
    width: 100%;
}
input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;    
    appearance: none;
    margin: 0;  
}
.form-group{
    margin-bottom: 20px;
    background-color: #fff;
}
.form-control{
    width: 100%;
    border: 1px solid #CCC;
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
}
.form-control:-moz-focus-inner{
    background-color: #f4bc16;
}
/*------carrer-form------*/
.carrer{
    width: 100%;
    background-color: #eafcff;
    padding: 40px 0px;
}
.carrer-form{
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    padding: 15px;
    margin: 0px auto;
}
.carrer-form form{
    display: flex;
    flex-wrap: wrap;
}
.carrer-form .form-group{
    width: calc(50% - 11px);
    margin-right: 22px;
    margin-bottom: 25px;
}
.carrer-form .form-group label{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}
.carrer-form .form-group.full{
    width: 100%;
    margin-right: 0px;
}
.carrer-form .form-group.full textarea{
    width: 100%;
}
.carrer-form button{
    margin-bottom: 25px;
    margin-left: 195px;
    margin-top: 14px;
}
.carrer-form .form-group:nth-of-type(2n){
    margin-right: 0px;
}

.footer-copy{
    width: 100%;
    padding: 30px 0 32px;
    background: black;
}
.footer-copy p{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.footer-copy p a{
    color: #000000;
    font-weight: 500;
}

.service-page{
    background-color: #e3f6f9;
    padding: 40px 0px;
}

.service-box{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 20px;
}
.service-box:nth-child(2n) .right{
    order: -1;
}
.service-box .left{
    width: 40%;
}
.service-box .left img{
    height: auto;
    border-radius: 10px;
}
.service-box .right{
    width: calc(60% - 30px);
}
.service-box h2{
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.service-box h2:after{
    content: "";
    width: 100px;
    height: 2px;
    background-color: #F4BC16;
    display: block;
    margin-top: 4px;
}
.service-box p{
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 8px;
}
.service-box p span{
    font-weight: 700;
}
.service-box h3{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.service-box .flex-row{
    display: flex;
    padding-top: 15px;
}
.service-box ul{
    width: 50%;
}
.service-box ul li{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
.service-box ul li::before{
    color: #F4BC16;
    position: absolute;
    top: 0px;
    left: 0px;
    vertical-align: text-top;
    font-family: FontAwesome;
    content: "\f00c";
}
.service-box ol{
    counter-reset: section;
    padding-top: 20px;
}
.service-box ol li{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
.service-box ol li::before{
    counter-increment: section;
    content: counter(section) ": ";
    position: absolute;
    top: 0px;
    left: 0px;
}

.toggle{
    font-size: 24px;
    display: none;
}
.tiggler{
    width: 100%;
    color: #fff;
    text-align: center;
    display: none;
    height: 40px;
    cursor: pointer;
    padding: 10px 0px;
}

@media(max-width: 767px){
    .toggle{
        display: block;
    }
    .tiggler{
        display: block;
    }
    header .top-header{
        flex-wrap: wrap;
        display: none;
    }
    header .contact-details{
        width: 100%;
        display: block;
    }
    header .top-header ul li{
        border: none !important;
    }
    header .main-header{
        display: block;
    }
    header .contact-details li{
        font-size: 14px;
    }
    header .logo{
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .main-header{
        position: relative;
        padding: 5px 0px;
    }
    header .main-header figure{
        width: 70px;
        height: 70px;
    }
    nav{
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background-color: #F0F0F0;
        display: none;
    }
    nav li{
        padding: 10px 0px;
        border-bottom: solid 1px #fff;
    }
    header .main-header ul.dropdown{
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: #f7f7f7;
    }
    header .main-header ul.dropdown li{
        text-align: left;
        border-bottom: solid 1px #f0f0f0;
        padding: 10px 25px;
    }
    header .main-header ul{
        display: block;
        padding-left: 0px;
    }
    .main-header-container.sticky{
        padding: 0px;
    }
    .quality{
        padding: 20px 0px;
        margin-bottom: 0px;
    }
    .quality .row .col{
        width: 100%;
    }
    .re-preload img{
        width: 300px;
        height: 300px;
        margin: 10px 0px;
    }
    .quality .row .features-list li{
        padding: 20px 0px;
    }
    .quality .row .features-list .text{
        padding-left: 10px;
    }
    .quality .row .features-list h4{
        padding-bottom: 10px;
    }
    .quality .row .col figure, .quality .row .features-list li:nth-of-type(2) figure, .quality .row .features-list li:nth-of-type(3) figure{
        width: 80px;
        height: 80px;
    }
    .quality .row .features-list .text{
        width: calc(100% - 80px);
    }
    .offer .btn{
        padding-bottom: 30px;
    }
    .client-logo{
        padding: 30px 0px;
    }
    .choose{
        padding-top: 30px;
    }
    .choose .column{
        width: 100%;
        margin-right: 0px;
    }
    .choose .row .column h4{
        margin-top: 0px;
    }
    .top-footer .row .col{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .top-footer .row .col ul li i{
        width: 50px;
        height: 50px;
    }
    footer .row .col{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    footer .row .col ul{
        margin-top: 20px;
    }
    footer .row .col p{
        padding-right: 0px;
        margin-top: 20px;
    }
    footer .row .col ul li{
        margin-right: 10px;
    }
    .footer-copy{
        padding: 30px 0px;
    }

    .banner-home{
        padding: 30px 0px;
    }
    .banner-home .row{
        flex-wrap: wrap;
        padding: 0px;
    }
    .banner-home h1{
        width: 100%;
        padding-bottom: 10px;
    }
    .vision_mission{
        padding: 30px 0px;
    }
    .vision_mission p{
        max-width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
    }
    .vision_mission img{
        display: block;
    }
    img{
        height: auto;
    }
    .mission{
        padding: 0px;
        margin: 0px;
    }
    .mission p{
        width: 100%;
        display: block;
    }
    .mission img{
        width: 100%;
    }
    .banner-home .bread-crumb-container{
        display: block;
    }
    .banner-home .bread-crumb-container label{
        display: block;
        padding-bottom: 15px;
    }
    .banner-home .bread-crumb-container ul li{
        margin-right: 10px;
    }
    .banner-home .bread-crumb-container ul li a{
        padding: 0px;
    }
    .service-box{
        display: block;
    }
    .service-box .left{
        width: 100%;
        padding-bottom: 15px;
    }
    .service-box .right{
        width: 100%;
    }
    .service-box h2{
        font-size: 24px;
    }
    .service-box h3{
        font-size: 16px;
    }
    .service-box .flex-row{
        display: block;
    }
    .service-box ul{
        width: 100%;
    }
    .carrer{
        padding: 30px 15px;
    }
    .carrer-form .form-group{
        width: 100%;
        margin-right: 0px;
    }
    .form-section{
        padding: 30px 0px;
    }
    .form-section .row{
        padding: 0px;
    }
    .form-section .row .col{
        width: 100%;
        margin-right: 0px;
    }
    form .captcha{
        margin-bottom: 10px;
    }
    .send-btn{
        display: block;
        margin-top: 20px;
    }
    .send-btn p{
        padding-bottom: 20px;
    }
}