* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #08080A;
    line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
header{
    padding: 15px 0;
    background: #fff;
}
.h_logo{
    display: inline-block;
}
.h_logo img{
    width: 150px;
    height: auto;
}
header ul{
    margin: 0;
    text-align: right;
}
header ul li {
    display: inline-block;
    list-style: none;
    padding: 0 15px;
}
header ul li:first-child{
    padding-left: 0;
}
header ul li:last-child{
    padding-right: 0;
}
header ul li a{
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    transition: .3s ease-in-out;
}
    header ul li a:hover, header ul li a.active {
        color: #D4AF37;
        border-bottom: 1px solid #D4AF37;
        text-decoration: none;
    }
/* .top_sec{
    background-image: url('../img/top_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 150px 0;
}
.top_sec h1{
    line-height: 70px;
    width: 600px;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 700;
} */
.top_sec img{
    width: 100%;
    height: auto;
}
.sec_pad{
    padding: 40px 0;
}
.sec_headignsmallblue {
    font-size: 18px;
    font-weight: 800;
    color: #D4AF37;
}
.sec_heading{
    font-size: 40px;
    font-weight: 600;
}

.btn_blue {
    border-radius: 5px;
    background: #D4AF37;
    border: 1px solid #D4AF37;
    color: #fff;
    font-size: 15px;
    font-weight:bold;
    padding: 5px 8px;
}
    .btn_blue:hover {
        color: #D4AF37;
        text-decoration: none;
        background: #fff;
    }
.H_abotimg{
    height: auto;
    width: 100%;
    border-radius: 5px;
    /* background: url(...); */
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);

}
.h_servicesec{
    position: relative;
    z-index: 1;
}
.h_servicesec::before{
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../img/service_bg.jpg') no-repeat center;
    background-size: cover;
    opacity: .5;
}

    .h_servicesec::after {
        z-index: -1;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(#ffc814d0 45.54%, #ffcf4084 100%);
        opacity: 0.6;
    }
    .services-h {
        font-size: 4vw;
        font-weight: bolder;
        background: linear-gradient(45deg, gold 30%, #ffe992 10%,#ffc814fd 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
.service-para{
    padding: 3vw;
    font-size: 1.2rem;
}
.serv_box{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.44);
    padding:20px;
    margin-top: 30px;
}
.serv_box:hover{
   
    background: linear-gradient(45deg, #FFD700, #FFFACD);
    color:rgb(0, 0, 0);
   
}
.serv_box h5{
    font-weight: 700;
}
    .serv_box p {
        font-size: 1rem;
        line-height: 1.2;
    }
    /* .serv_box .serve-text {
        height: 150px;
        overflow-y: scroll;
    } */
    
    /* Custom scrollbar styling for webkit browsers */
    .serv_box .serve-text::-webkit-scrollbar {
        width: 3px;
    }
    
    .serv_box .serve-text::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .serv_box .serve-text::-webkit-scrollbar-thumb {
        background-color: gold;
        border-radius: 20px;
        border: 1px solid transparent;
    }
    
    /* Custom scrollbar styling for Firefox */
    .serv_box .serve-text {
        scrollbar-width: thin;
        scrollbar-color: rgb(228, 176, 33) transparent;
    }
.serv_box ul {
    margin-bottom: 0;
    margin-top: 20px;
}
.serv_box ul li{
    list-style: none;
}
.serv_box ul li + li{
    margin-top: 20px;
}
.serv_box ul li a{
    position: relative;
    color: #000;
    padding-left: 20px;
    display: block;
}
    .serv_box ul li a:hover {
        text-decoration: none;
        color: #a67c00;
    }
.serv_box ul li a::before{
    content:'\f105' ;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.client_lsit{
    margin-bottom: 0;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    display: flex;
    margin: 0 -5px;
    justify-content: center
}
.client_lsit li {
    list-style: none;
    text-align: center;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
    margin-top: 40px;
}
.client_lsit li img{
    height: auto;
    width: 180px;
}
.testimonials .tbox{
    background: #fff;
    padding: 20px;
    padding-top: 50px;
    position: relative;
}
.testimonials .tbox p{
    line-height: 32px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
.testimonials .tbox::before{
    content: '';
    position: absolute;
    top: -40px;
    left: 15px;
    background-image: url('../img/testi.svg');
    height: 100px;
    width: 100px;
    background-size: 100%;
}
.testimonials .owl-stage-outer{
    padding-top: 25px;
}
.testimonials .tuserdet{
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.testimonials .tuserdet figure{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.testimonials .tuserdet figure img{
    max-width: 100%;
    max-height: 100%;
}
.testimonials .tuserdet h5{
color: #0066b2;

}
.testimonials .tuserdet p{
    margin-bottom: 0;
}
.sec_heading.blueboldhead{
font-weight: 700;
color: #0066b2;

}
.blog_bx{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(218, 182, 50, 0.582);
    border-radius: 5px;
}
.blogs .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}
.blogimg{
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blogimg img{
     height: 270px;
     width: 100%;
     object-fit: cover;
}
.blogimg span{
    position: absolute;
    bottom: 0;
    padding: 10px 15px; 
    color: #fff;
    left: 20px;
    background: #c38d18;

}
.blog_det{
    padding: 20px;
}
.blog_det h5{
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blog_det p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.blog_det a{
    color: #dec038;
    font-weight: 600;
}
.blogs .owl-nav{
    margin-top: 30px;
    text-align: center;
}
.blogs .owl-nav button img{
    height: 35px;
    width: 35px;
}
.blogs .owl-nav .owl-next img{
    transform: rotate(180deg);
}
.blogs .owl-nav button.owl-next{
    margin-left: 8px;
}
.blogs .owl-nav button.owl-prev{
    margin-right: 8px;
}
.blogs .owl-nav button:active, .blogs .owl-nav button:focus{
    outline: 0;
    box-shadow: none;
}
footer {
    background: linear-gradient(#D4AF37 0.54%, #bf9b30 100%);
}

.footer_det img{
    width: 150px;
    height: auto;
}
.footer_det p{
    margin-top: 30px;
    color: #fff;
    font-weight: 300;
}
.footer_det ul{
    margin-bottom: 0;
}
.footer_det ul li{
    display: inline-block;
    list-style: none;
}
.footer_det ul li+li{
    padding-left: 15px;
}
.footer_det ul li a{
    color: #fff;
    font-size: 22px;
}
.footer_lnk{
    margin-top: 40px;
}
.footer_lnk h4{
    color: #fff;
    margin-bottom: 0;
}
.footer_lnk ul{
    margin-bottom: 0;
}
.footer_lnk ul li{
    margin-top: 30px;
    list-style: none;
}
.footer_lnk ul li + li{
    margin-top: 20px;
}
.footer_lnk ul li a{
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
    transition: .3s ease-in-out;
}
.footer_lnk ul li a i{
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.footer_lnk ul li a:hover{
    color: #fff;
    text-decoration: none;
}
.top_breadcrumb{
    
    position: relative;
    z-index: 1;
}
.top_breadcrumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0568b30d;
}
.top_breadcrumb ul{
    margin-bottom: 0;
}
.top_breadcrumb ul li{
    position: relative;
    list-style: none;
    display: inline-block;
}
.top_breadcrumb ul li + li{
    margin-left: 5px;
}
.top_breadcrumb ul li + li::before{
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-size: 12px; 
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -5px;

    
}
    .top_breadcrumb ul li a {
        color: #D4AF37;
        font-size: 14px;
        display: block;
        padding: 15px 10px;
        position: relative;
    }
.top_breadcrumb ul li:last-child a{
    color: #000;
    pointer-events: none;
    font-weight: 800;
}
.top_breadcrumb ul li  a:hover{
    text-decoration: none;
    color: #000;
}
.blog_search .form-group{
    margin: 0;
    display: flex;
    align-items: center;
}
.blog_search .form-control{
    padding: 0 3.75em 0 1.25em;
    background: transparent;
    height: 50px;
    width: 100%;
    border-radius: 0;
    display: block;
}
.blog_search .form-group button{
    height:50px;
    border: 0;
    width: 50px;
    background-color: #1e4888;
    color: #fff;
}
.blog_sidebar{
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.blog_sidebar h4{
    padding: 20px;
    font-size: 22px;
    margin-bottom: 0;
    background: #1e4888;
    color:#fff
}
.blog_sidebar ul{
    margin: 0;
    padding: 20px;
}
.blog_sidebar ul li{
    list-style: none;
    position: relative;
    color: #000;
    font-size: 17px;
}

.recent_post ul li + li{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #eee;
}
.blog_sidebar .blog_categ li{
    display: inline-block;
    margin: 5px;
    margin-left: 0;
}
.blog_sidebar .blog_categ li a{
    background: #f2f2f2;
    padding:2px 8px;
    display: block;
    border-radius: 5px;
}
.blog_sidebar .blog_categ li a:hover{
    background: #0066b2;
    color: #fff;
}
.blog_sidebar ul li a{
    color: #000;
    transition: .3s ease-in-out;
}

.recent_post ul li a{
    display: block;
}
.recent_post ul li  span{
    color: #707070;
    font-size:12px
}
.blog_sidebar ul li a:hover{
    text-decoration: none;
    color: #0066b2  ;
}
.blog_row .col-md-12:nth-child(n+2) .blog_bx{
    margin-top: 30px;
}
.blg_dets{
    border: 1px solid #eee;
    padding: 20px;
}
.blg_dets img{
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}
.blg_dets h1, .blg_dets h2, .blg_dets h3, .blg_dets h4, .blg_dets h5, .blg_dets h6{
   margin-bottom: 15px;
}
.blg_dets > *{
    margin: 10  px 0;
}
.blg_dets ul li{
    list-style: none;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
}
.blg_dets ul li+li{
    margin-top: 5px;
}
.blg_dets ul li::before{
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
}
.blog_autordet{
    background-color: #f2f2f2;
    padding: 15px 20px;
    display: flex;
}
.blog_autordet ul{
    margin: 0;
}
.blog_autordet ul li{
    font-size: 14px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.blog_autordet .share{
    display: flex;
    align-items: center;
    margin-left: auto   ;
}
.blog_autordet .share h6{
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 10px;
}
.blog_autordet .share ul li a{
    color: #122b56;
    transition: .3s ease-in-out;
}
.blog_autordet .share ul li a:hover{
    color: #0066b2;
    text-decoration: none;
}
.CommentsBox .form-control{
    min-height: 45px;
    border-radius: 0;
}
.CommentsBox h4{
    color: #1e4888;
}
.user_rply ul li{
    list-style: none;
    padding:20px ;
    box-shadow: 0 0 20px 0 #eee;
    border: 10px;
    display: flex;
}
.user_rply ul li+li{
    margin-top: 20px;
}
.user_rply ul li i.fa-user-circle{
    font-size: 50px;
    margin-right: 10px;
    color: #122b56;
}
.user_rply ul li span{
    font-size: 14px;
    color: #707070;
}
.form_blog{
    padding: 20px;
}
.user_rply ul li a{
    text-decoration: none;
    color: #1e4888;
}
.bloginner_bx{
    display: flex;
}
.bloginner_bx .blogimg{
    max-width: 320px;
    flex: 0 0 320px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
}
.bloginner_bx .blog_det p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bloginner_bx .blog_det h5{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.bloginner_bx .blogimg span{
    left: 0;
}
.counter_section .box{
    display: flex;
}
.counter_section .box img{
    width: 75px;
    max-width: 75px;
    flex: 0 0 75px;
    height: 75px;
    margin-right: 20px;
    object-fit: cover;
}
.counter_section .box h4{
    font-size: 35px;
    color: #122b56;
    font-weight: 600;
}
.counter_section .box p{
    margin-bottom: 0;
}
.mv_box{
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}

.mv_box img{
    width: 100%;
}
.mv_box .text{
    padding: 10px;
}
.mv_box .text p{
    margin-bottom: 0;
}
.cont_dets{
    background-color: #f0c66b6b;
    padding: 20px;
    border: 4px solid #d4ab35;
}
.cont_dets .box{
    margin-top: 30px;
}
.cont_dets .box p{
    margin-bottom: 0;
}
.cont_dets .box h5{
    color: #D4AF37;
}
.cont_dets .box a{
    color: #D4AF37;
}
.cont_dets .box a:hover{
    text-decoration: none;
}
.cont_dets .box+.box{
    border-top: 1px solid #cda84c;
    padding-top: 30px;
}
.cont_form .form-control{
    min-height: 45px;
    border-radius: 0;
}
.cont_form p{
    margin-bottom: 30px;
}
.ser_stabs ul{
    margin: 0;
    border: 0;
    display: block;
}
.ser_stabs ul li{
    display: block;
}
.ser_stabs ul li a{
    padding: 15px;
    background: #f3f4f5;
    display: block;
    color: #000;
    transition: .3s ease-in-out;
    border-left: 5px solid #f3f4f5;
    text-transform: capitalize;
    font-size: 16px;
}
.ser_stabs ul li a:hover, .ser_stabs ul li a.active{
    text-decoration: none;
    border-left-color: #0066B2;
}
.ser_stabs ul li+li{
    padding-top: 5px;
}
.ser_scont ul li{
    list-style: none;
    
    position: relative;
}
.ser_scont ul li::before{
    content: '- ';
    color: #0066B2;
    font-weight: 600;
}

.accordion-box {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 20px 30px 0;
}
.accordion-box .accordion {
    margin-bottom: 20px;
    position: relative;
}
.accordion-box .accordion .accord-btn {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    padding: 0px 0px 20px 50px;
    position: relative;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    transition: all 500ms ease;
    margin-bottom: 0;
}
.accordion-box .accordion .accord-btn::after {
    color: #cfcfcf;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 28px;
    margin-top: -25px;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: all 500ms ease 0s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
    text-align: center;
}
.accordion-box .accordion .accord-content {
    display: none;
    padding: 0px 0px 10px 50px;
    position: relative;
    border-bottom: 1px solid #ededed;
}   
.accordion-box .accordion .accord-content.collapsed {
    display: block;
    margin-top: -10px;
}
.accordion-box .accordion .accord-btn.active {
    border-bottom: 1px solid transparent;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active:after {
    content: "\f068";
    border: 2px solid #D4AF37;
    color: #D4AF37;
    background: transparent;
}
.ab_bxs {
    background: #ffe17ea7;
    padding: 20px;
    margin-top: 15px;
    border-bottom: 3px solid #D4AF37;
    height: 215px;
}
.ab_bxs:hover {
    background: #ffffff;
}
.ab_bxs p{
    margin-bottom: 0;

}
.bg-light {
    background: #f8f9fa !important
}
.footer_btm{
    padding: 5px 0;
}
.footer_btm .col-md-12{
    display: flex;
    align-items: center;
}
.footer_btm  ul{
    margin-left: auto;
    margin-bottom: 0;
}
.footer_btm  p{
    margin: 0;
}
.footer_btm ul li{
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0 10px;
}
.footer_btm ul li:first-child{
    padding-left: 0;
}
.footer_btm ul li:last-child{
    padding-right: 0;
}
    .footer_btm ul li + li::before {
        content: '|';
        position: absolute;
        left: -4px;
        font-size: 16px;
        top: 50%;
        color: #D4AF37;
        transform: translateY(-50%);
    }
    .footer_btm ul li a {
        color: #D4AF37;
        transition: .3s ease-in-out;
    }
.footer_btm ul li a:hover{
    color: #000;
    text-decoration: none;
}
.abot_border{
    border-top: 2px solid #f0c33c;
    margin-top: 50px;
    margin-bottom: 50px;
}
.tc_page{
    text-transform: capitalize;
}
.tc_page p, .tc_page ul li{
    font-size: 16px;
}
.tc_page ul li, .job_desc ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.tc_page ul li::before, .job_desc ul li::before{
    content: '';
    height: 5px;
    width: 5px;
    top: 11px;
    background-color: #0066b2;
    position: absolute;
    left: 0;
}
.tc_page ul li+li, .job_desc ul li+li{
    margin-top: 10px;
}
.job_desc{
    margin-top: 30px;
}
.jobs .job+.job .job_desc{
    display: none;
}
.job_title {
    cursor: pointer;
}
.jobs .job{
   padding-bottom: 20px;
   margin-bottom: 20px;
    border-bottom: 1px rgba(0,0,0,.06) solid;
    
}

.job_title {
    display: flex;
    align-items: center;
}
.job_title h4{
    margin-bottom: 0;
}
.job_title i{
    margin-left: auto;
}
.job.active .job_title i{
    transform: rotate(180deg);
}
.job_form .form-control{
    min-height: 45px;
    border-radius: 0;
}
.job_form textarea{
    height: 166px;
}
.job_form .btn_blue{
    height: 45px;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
.news{
    margin: 0;
}
.news li{
   list-style: none;
   background-color: #f2f2f2;
   padding:15px;
}
.news li + li{
    margin-top: 10px;
}
.news li a{
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    transition: .3s ease-in-out;
}
.news li a:hover{
    color: #D4AF37;
    text-decoration: none;
}
.news li span{
    display: block;
    color: #ccc;
    margin-top: 10px;
}
.img_modal{
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.img_modal img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img_modal button{
    position: absolute;
    
    border: 0;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
}
.img_modal button:active, .img_modal button:focus{
    outline: 0;
    box-shadow: none;
}
.about_slide .item img{
    cursor: pointer;
}
.form-control {
    border: 1px solid #D4AF37;
    color: #c38d18;
}
.form-control::placeholder {
    color: #D4AF37;
}

/* responsive  */
@media(max-width:1199px){
    .ab_bxs{
        height: 245px;
    }
    .blogimg img{
        height: 230px;
    }
    .bloginner_bx .blogimg{
        flex: 0 0 280px;
        max-width: 280px;
    }
    .bloginner_bx .blogimg img{
        height: 240px;
    }
    .bloginner_bx .blog_det p{
        -webkit-line-clamp: 3;
    }
    /* .serv_box .serve-text {
        height: 150px;
        overflow-y: scroll;
    } */
}
@media(max-width:991px){
    .ab_bxs{
        height: auto;
    }
    header ul li{
        padding: 0 15px;
    }
    header ul li a{
        font-size: 18px;
    }
    /* .top_sec h1{
        line-height: 50px;
        width: 530px;
        font-size: 40px;
    } */
    .sec_heading{
        font-size: 35px;
    }
    .h_abotp{
        font-size: 18px;
    }
    .client_lsit li{
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .testimonials .tbox p{
        font-size: 18px;
    }
    .testimonials .tuserdet figure{
        width: 80px;
        height: 80px;
    }
    .serv_box .serve-text {
        height: 150px;
        overflow-y: scroll;
    }
  
}

@media(max-width:767px){
    .bloginner_bx{
        display: block;
    }
    .bloginner_bx .blogimg{
        max-width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
    .blog_row .col-md-6:nth-child(n+2) .blog_bx{
        margin-top: 30px;
    }
    /* .top_sec{
        padding: 80px 0;
    }
    .top_sec h1{
        width: 100%;
        font-size: 35px;
    
    } */
    .sec_heading{
        font-size: 30px;
    }
    .blogimg img, .bloginner_bx .blogimg img{
        height: 320px;
    }
    .client_lsit li img{
        width: 100%;
    }
    .side_nav {
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 250px;
        background: #fff;
        transition: .3s ease-in-out;
        z-index: 9999;
        box-shadow: -6px 0px 20px 0 #00000036;
    }
    .side_nav.slide{
        right: 0;
    }
    .side_nav ul{
        margin: 0;
    }
    .side_nav ul li{
        list-style: none;
        padding: 20px;
    }
    .side_nav ul li a{
        color: #000;
        transition: .3s ease-in-out;
    }
    .side_nav ul li a:hover{
        color: #0066B2;
        text-decoration: none;
    }
    .sidem_toggle {
        padding: 10px;
        background: none;
        border: 0;
        font-size: 22px;
    }
    .footer_btm .col-md-12{
        display: block;
    }
    .footer_btm ul{
        margin-top: 10px;
    }
    .services-h {
        font-size: 8vw;
        font-weight: bolder;
        background: linear-gradient(45deg, gold 30%, #ffe992 10%,#ffc814fd 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .serv_box .serve-text {
        height: 150px;
        overflow-y: scroll;
    }
}
@media(max-width:575px){
    .img_modal button{
        top: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .blogimg img, .bloginner_bx .blogimg img{
        height: auto;
    }
    .client_lsit li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services-h {
        font-size: 8vw;
        font-weight: bolder;
        background: linear-gradient(45deg, gold 30%, #ffe992 10%,#ffc814fd 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .serv_box .serve-text {
        height: 150px;
        overflow-y: scroll;
    }
}
.ab_bxs1{
    height: auto !important;
    text-align: center;
    margin-top: 30px;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 0 20px 0 #f8dc77;
    border-radius: 10px;
}
.ab_bxs1 img{
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}
.ab_bxs1 h4{
    margin-bottom: 0;
    color: #bf9b30;
}
.box_imext {
    background: #fff;
    padding: 20px;
    height: 290px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #1E43DF33;
    border-radius: 10px;
    border: 2px solid #f8f9fa;
}
    .box_imext:hover {
        border: 2px solid #D4AF37;
        cursor: pointer;
    }
    .box_imext h4 {
        font-size: 20px;
        font-weight: 600;
        position: relative;
        
        padding-bottom: 10px;
    }
    .box_imext p {
        margin-bottom: 0;
    }
    .box_imext ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }
.navcallaction {
    /* background: rgba(255, 255, 255, 1); */
    color: rgba(0, 93, 145, 1);
    /* border: 1px solid rgba(0, 93, 145, 1); */
    background: #d4af37;
    color: #fff;
    /* font-size: 14px; */
    font-weight: 600;
    /* height: 44px; */
    border-radius: 50px;
    padding: 10px;
    /* line-height: 44px; */
    transition: all 0.3s;
    border: 1px solid #d4af37;
    /* position: relative; */
}
    .navcallaction:hover {
        background-color: #fff;
        
        color: #000;
    }
.h_who {
    position: relative;
    z-index: 1;
}

    .h_who::before, .h_who::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background: url('/Content/img/h_whobg.webp') center right no-repeat;
        background-size: cover;
        z-index: -2;
    }

    .h_who::before {
        background: rgba(255, 255, 255, 0.80);
        z-index: -1;
    }
.sec_heading {
    position: relative;
    font-weight: 700;
    padding-top: 10px;
}
.h_whocont {
    padding: 60px 30px;
    padding-right: 140px;
}
.h_who .imgwho {
    width:100%;
    height:100%;
}
.prightabout {
    padding-right:50px;
}
.service ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.service h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.service_a a {
    color:#000;
    text-decoration:none;
}