body{
    font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
      font-weight: 600;
	 font-family: "Plus Jakarta Sans", sans-serif;
}

.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --light: #A6A182;
    --blue: #160F48;
    --textdark: #30373E;
    --textlight: #7D7D7D;
}

.wrapper{
    padding-left: 100px;
    padding-right: 100px;
}
.container{
    width: 100%;
    max-width: 1300px;
}
.mt_70{
    margin-top: 70px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.title_head .sub_head{
   color: var(--light);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 35px;
    position: relative;
    display: inline-block;
}
.title_head .sub_head:before{
       background-color: var(--light);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    left: 0;
    top: 6px;
    position: absolute;
}
.title_head .sub_head:after{
     background-color: var(--light);
    width: 30px;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    top: 10px;
}
.title_head .head{
       color: var(--textdark);
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
}
.title_head p {
        font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 12px;
}
.title_head.text-center .sub_head{
        justify-content: center;
}
.title_head.text-center .sub_head:before{
    left: 0;
    right: 0;
}
.title_head.white .head{
    color: #fff;
}

.btn_style a {
       color: #fff;
    background-color: var(--light);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.btn_style a i {
    padding-left: 5px;
}
.btn_style a:hover{
    background-color: var(--blue);
    
    color:#fff;
}

/*
.pop_call{
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.pop_call:after{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/call_corner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    bottom: -20px;
    left: 0;
}
.pop_call i{
        width: 50px;
    height: 50px;
    background-color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}
.pop_call span{
    font-size: 16px;
    color: var(--textlight);
    font-family: var(--primaryfnt);
    line-height: 24px;
}
.pop_call span b{
    font-size: 24px;
    font-weight: 600;
    color: var(--textdark);
    transition: 0.3s;
}
.pop_call:hover span b{
    color:  var(--blue);
}
*/

/*start header*/
header{
	background-color:#fff;
}
header.fixed{
	    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	box-shadow: 0px 0px 10px 0px #0003;
}

header .d_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top_part{
    background-color: var(--blue);
}
header .top_part .left_part{
    display: flex;
    align-items: center;
}
header .top_part .social{
        list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-right: 80px;
}
header .top_part .social li a{
        color: #B0B6BC;
    font-size: 16px;
    margin-left: 13px;
    text-decoration: none;
}
header .top_part .contact{
      list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
header .top_part .contact li a{
     color: #B0B6BC;
    font-size: 14px;
    margin-right: 10px;
     text-decoration: none;
}
header .top_part .contact li a i{
    padding-right: 6px;
}
header .top_part .right_part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top_part .right_part p{
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}
header .top_part .right_part .my_btn{
       font-size: 15px;
    color: #fff;
    padding: 12px 50px;
    margin-left: 25px;
    text-transform: capitalize;
    background-color: var(--light);
    text-decoration: none;
}
header .nav_part .box{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav_part .box .left_part{
    display: flex;
    align-items: center;
    position: relative;
}
header .nav_part .box .left_part .logo{
   width: 225px;
}
header .nav_part .box .left_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .nav_part .box .left_part ul li{
    display: inline-block;
    margin: 0px 15px;
}
header .nav_part .box .left_part ul li a{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--textdark);
    padding: 45px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
}
header .nav_part .box .left_part ul li.current-menu-item a{
	color: var(--light);
}
header .nav_part .box .left_part ul li a:hover{
     color: var(--blue); 
}
header .nav_part .box .left_part ul li a.active, header .nav_part .box .left_part ul li a:hover{
    color: var(--light);
}
header .nav_part .box .left_part ul li a:after{
       position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--light);
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
}
header .nav_part .box .left_part ul li a.active:after{
    opacity: 1;
}
header .nav_part .box .right_part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.call {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.call i {
    width: 50px;
    height: 50px;
      border: 2px solid var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--light);
    margin-right: 10px;
    transition: 0.3s;
}
.call:hover i{
    background-color: var(--light);
    color: #fff;
}
.call span {
    font-size: 14px;
    color: var(--textlight);
    line-height: 24px;
}
.call span b {
    font-size: 20px;
    font-weight: bold;
    color: var(--textdark);
    transition: 0.3s;
}
/*end header*/
/*start banner*/
.home_banner{
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.home_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
        background: linear-gradient(to right, #06012b, #06012b5c);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .7;
}
.home_banner .con_part{
    position: relative;
}
.home_banner .con_part:after{
     position: absolute;
    content: '';
    display: block;
    width: 175px;
    height: 124%;
    border: 4px solid var(--light);
    left: -65px;
    top: -12%;
    clip-path: polygon(0 0, 100% 0, 100% 5%, 90% 5%, 90% 95%, 100% 95%, 100% 100%, 0 100%);
}
.home_banner .con_part h3{
       font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--light);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.home_banner .con_part h1{
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
}
.home_banner .con_part h1 b{
    font-weight: 400;
    font-style: italic;
     color: var(--light);
}
.home_banner .con_part p{
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 600px;
    width: 100%;
}

/*end banner*/
/*start home banner bottom*/
.home_bann_btm{
     margin-left: auto;
    max-width: 960px;
    margin-top: 30px;
    width: 100%;
}
   
.home_bann_btm .grid{
   display: grid;
    grid-template-columns: repeat(4,1fr);
  
    
}
.home_bann_btm .grid .box{
    padding: 30px;
}
.home_bann_btm .grid .box.nahb{
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_bann_btm .grid .box.bg_blue{
    background-color: var(--blue);
}
.home_bann_btm .grid .box.bg_white{
      background-color: #fff;

}
.home_bann_btm .grid .box:nth-child(3){
    border-right: 1px solid #ddd;
}
.home_bann_btm .grid .box .icon{
    width: 55px;
    margin-bottom: 15px;
}
.home_bann_btm .grid .box p {
    color: var(--textdark);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.home_bann_btm .grid .box.bg_blue p{
    color: #fff;
}
/*end home banner bottom*/ 
/*start services */
.services.bg_img{
    position:  relative;
    z-index: 1;
}
.services.bg_img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/service_bg.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    right: 0;
}
.services .box{
    margin-top: 25px;
}
.services .box .text_box{
    background-color: #fff;
    padding: 25px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
}
.services .box .text_box img{
    margin-bottom: 15px;
    width: 65px;
}
.services .box .text_box h3{
    color: var(--textdark);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.services .box .text_box p {
    color: var(--textlight);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.services .box .text_box .btn_arrow{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
     color: var(--textdark);
    display: flex;
    align-items: center;
    margin-top: 12px;
}

/*end services*/
/*start quick link */
.quick_links .box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 40px 30px 60px 30px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.quick_links .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2B2F2E;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
     transition: 0.3s;
}

.quick_links .box h3{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}
.quick_links .box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.quick_links .box .arrow{
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0 ;
    margin: 0 auto;
    background-color: var(--blue);
    border-radius: 50%;
    outline: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
     transition: 0.3s;
}
.quick_links .box:hover .arrow{
     background-color: var(--dark);
}
.quick_links .box:hover:after{
        background-color: #1067f3;
}
/*end quick link */
/*start call to action */
.call_action_section{
    background-image: url(../images/call_to_ac_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.call_action_section:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}
.call_action_section h2{
        color:#fff;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 600;
    text-align:center;
}
.call_action_section h2 span{
    font-weight: 400;
    font-style: italic;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.call_action_section h2 span:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--light);
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.call_action_section p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffffbd;
    margin-bottom: 0;
    text-align:center;
}
.call_action_section .btns_group{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_action_section .btns_group .btn_style {
    margin-right: 15px;
}
.call_action_section .btns_group .call span, .call_action_section .btns_group .call span b{
    color: #fff;
}
/*end call to action */
/* start gallery*/
.gallery .box{
    position: relative;
    z-index: 1;
    margin-top: 25px;
    max-height: 500px;
    overflow: hidden;
}
.gallery .box .num{
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
   color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    font-weight: 600;
}
.gallery .box .icon{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #160f48ba;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    
    transition: 0.3s;
    cursor: pointer;
}
.gallery .box .icon i{
    width: 70px;
    height: 70px;
    background-color: var(--light);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.gallery .box:hover .icon{
    opacity:1;
}
.gallery .box img{
	    height: 450px !important;
    width: auto !important;
    object-fit: cover;
}
/* end gallery*/
/* start form*/
.contact_form{
        background-image: url(../images/form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    position: relative;
    z-index: 1;
   
}
.contact_form:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    left: 0;
    top: 0;
    z-index: -2;
    opacity: .7;
}
.contact_form:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.contact_form .left_part h2{
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 500;
        color: #fff;
}
.contact_form .left_part p{
        font-size: 16px;
    line-height: 24px;
    color: #ffffffbd;
    margin-bottom: 15px;
}
.contact_form .btns_group{
    display: flex;
    align-items: center;
}
.contact_form .btns_group .btn_style{
    margin-right: 15px;
}
.contact_form .btns_group .call span, .contact_form .btns_group .call span b {
    color: #fff;
}
.contact_form .right_part{
    padding: 30px;
    background-color: var(--light);
}
.contact_form .right_part h2{
          font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.contact_form .right_part .form-control {
    color: #000;
    height: 55px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
}
.contact_form .right_part textarea.form-control{
    height: 90px;
}
.contact_form .right_part .my_btn{
        color: #fff;
    background-color: var(--blue);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border: none;
    display: block;
    width: 100%;
}
/* end form*/
/*start blog */
.blogs{
    position: relative;
    z-index: 1;
}
.blogs:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/service_bg.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    right: 0;
}
.blogs .box{
    margin-top: 15px;
}
.blogs .box .img_box{
    position: relative;
	    height: 200px;
}
.blogs .box .img_box img{
	    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.blogs .box .img_box .bl_cat{
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    padding: 5px 15px;
    color: var(--textdark);
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.blogs .box .img_box .bl_date{
       width: 80px;
    height: 80px;
    right: 15px;
    bottom: -12px;
    background-color: var(--light);
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blogs .box .img_box .bl_date span{
    display: block;
    line-height: 13px;
}
.blogs .box .img_box .bl_date b{
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.blogs .box h3 a{
       text-decoration: none;
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--textdark);
    font-weight: 600;
}
.blogs .box .btn_arrow{
           text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--textdark);
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
/*end blog */


/*start benefits */
.benefits{
    background-image: url(../images/benefits_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    
}
.benefits .box{
   border-radius: 0;
    background-color: var(--blue);
    box-shadow: 0px 0px 0px 0px #000;
    padding: 30px;
    margin-top: 60px;
    border-top: 2px solid var(--light);
	height: 85%;
}
.benefits.proc .box{
    height: 80%;
}
.benefits .box .icon{
       width: 70px;
    height: 70px;
    /* margin: 0 auto; */
    background-color: var(--light);
    border-radius: 0;
    /* outline: 5px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin-top: -68px;
}
.benefits .box h4{
         font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #ffffff;
    margin-top: 15px;
}
.benefits .box p {
           font-size: 15px;
    line-height: 23px;
    color: #ffffffbd;
    margin-bottom: 0;
}
.benefits .box .btn_arrow{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
     color: var(--light);
    display: flex;
    align-items: center;
    margin-top: 12px;
    
}
.benefits.bg_light{
	    background: none;
	padding:0 !important;
}
.benefits.bg_light .box{
	background-color: #F8F5F0;
}
.benefits.bg_light .box h4{
	color: var(--textdark);
}
.benefits.bg_light .box p{
	    color: #4e4e4e;
}
.benefits.bg_light .box .btn_arrow {
	    color: var(--textdark);
}
/*end benefits */

/*start footer */

footer .foot_bottom{
    background-color: var(--blue);
    padding-top: 40px;
}
footer .foot_bottom .logos{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 0;
}
footer .foot_bottom .logos img{
    width: 100%;
    max-width: 150px;
}
footer .foot_bottom .cont_box{
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
footer .foot_bottom .cont_box .box{
    flex-basis: 50%;
    
}
footer .foot_bottom .cont_box .box:first-child{
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
footer .foot_bottom .box i {
    color: var(--light);
    font-size: 35px;
   line-height: 35px;
    margin-right: 15px;
}
footer .foot_bottom .box {
    text-decoration: none;
    font-family: var(--primaryfnt);
      display: flex;
    padding: 10px 25px;
    align-items: center;
}
footer .foot_bottom .box span{
    font-size: 16px;
    color: #fff;
    font-weight:500;
    line-height: 24px;
}
footer .foot_bottom .box span b{
        font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.foot_nav{
     padding-bottom: 30px;
    padding-top: 30px;
}
.foot_nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.foot_nav ul li a{
           color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 20px;
    text-decoration: none;
}
.foot_last{
    background-color: #282256;
    padding:15px 0px;
}

.foot_last p{
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    
}
.foot_last p a{
    color: #ffffffbd;
    text-decoration: underline;
}
.foot_social{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
        padding-bottom: 30px;
}
.foot_social li a{
       color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin: 0px 15px;
}
/*end footer */
/*start inner pages*/
.service_banner{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
       padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.service_banner:after{
   position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #06012b, #06012b5c);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .8;
}
.service_banner .con_part .breadcrumb{
       color: var(--light);
    font-size: 14px;
    margin-top: 15px;
}
.service_banner .con_part .breadcrumb a{
     color: #fff;
    text-decoration: none;
}
.service_banner .con_part h1{
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
}
.service_banner .con_part p{
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 600px;
    width: 100%;
}
.service_banner .exp_box{
      max-width: 370px;
    width: 100%;
    background-color: #a6a182d1;
    overflow: hidden;
    margin:0 auto;
}
.service_banner .exp_box .exp_head{
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
/*    border: 1px solid #a6a182;*/
    margin: 5px;
}
/*
.service_banner .exp_box .exp_head:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
.service_banner .exp_box .exp_head .count{
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
    
}
.service_banner .exp_box .exp_head .exp{
        color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    padding-left: 8px;
    text-transform: uppercase;
}
.service_banner .exp_box .exp_head .exp b{
       font-size: 28px;
    font-weight: 600;
}
.service_banner .book_appo{
    padding: 25px;
    background-color: #fff;
}
.service_banner .book_appo ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.service_banner .book_appo ul li{
           font-size: 16px;
    line-height: 24px;
    color: var(--textdark);
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.service_banner .book_appo ul li:before{
           position: absolute;
    content: '\F26A';
    display: block;
    font-size: 18px;
    color: var(--light);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.service_banner .book_appo .btn_style{
        margin-bottom: 0;
    text-align: center;
}
.service_banner .book_appo .btn_style a{
        font-size: 16px;
    padding: 14px 20px;
    color: var(--textdark);
    background-color: transparent;
    border: 2px solid var(--light);
}
.service_banner .book_appo .btn_style a:hover{
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.call_to_ac .abt_call_ac:after{
    display: none;
}
.call_to_ac .abt_call_ac{
    padding: 0;
       padding-left: 50px;
        margin-top: -125px;
    border-radius: 15px;
    overflow: hidden;
}
.call_to_ac .abt_call_ac .btn_style{
    margin-top: 15px;
}
.call_to_ac .abt_call_ac .img_box{
        height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}


.other_pg_banner{
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    position: relative;
    z-index: 1;
}
.other_pg_banner:after{
    position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background:#06012B;
        top: 0;
        left: 0;
        z-index: -1;
    opacity: .5;
}
.other_pg_banner .con_part{
    text-align: center;
}
.other_pg_banner .con_part h1 {
       color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
}
.other_pg_banner .con_part p {
    color: #fff;
     font-size: 16px;
    max-width: 700px;
     margin: 0 auto;
}
.other_pg_banner .breadcrumb{
     background-color: var(--blue);
    max-width: 575px;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    padding: 15px;
    margin: 0 auto;
    margin-top: 110px;
}
.other_pg_banner .breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.side_con .more_ser{
       background-color: #F8F5F0;
    padding: 25px;
    border: 1px solid #DDDDDD;
}
.side_con .more_ser h4{
     font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    color: var(--textdark);
    position: relative;
}
.side_con .more_ser h4:after{
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--blue);
}
.side_con .more_ser h4 span{
    color: var(--blue);
}
.side_con .more_ser ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.side_con .more_ser ul li a{
        display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    color: var(--textdark);
    margin: 10px 0px;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
}
.side_con .more_ser ul li a:after{
    position: absolute;
    content: '\F138';
    display: block;
    font-size: 20px;
    color: var(--light);
    right: 20px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    transition:0.3s;
}
.side_con .more_ser ul li a:hover{
    color: #fff;
    background-color: var(--blue);
}
.side_con .more_ser ul li a:hover:after{
    color: #fff;
}
.side_con .side_call {
    background-color: var(--blue);
    padding:40px 30px;
    text-align: center;
    margin-bottom: 25px;
}

.side_con .side_call h4 {
   font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
}
.side_con .side_call p {
       color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 300;
}
.side_con .side_call .call {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    display: block;
}
.side_con .side_call .call span {
   font-size: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
}



.content_part .title_head .head{
        font-size: 38px;
    line-height: 45px;
}
.content_part ul{
	list-style:none;
	padding:0;
}
.content_part .title_head ul li {
	    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 8px;
	    padding-left: 30px;
    position: relative;
}
.content_part .title_head ul li:before {
    position: absolute;
    content: '\F140';
    display: block;
    font-size: 18px;
    color: var(--light);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.remove_footer_gap{
    margin-top: -70px;
}
.content_part a{
	text-decoration:none;
	color:var(--blue);
	    font-weight: 600;
}
/*end inner pages*/

/* start contact */
.contact_info .grid_dvd{
        grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 15px;
}

.contact_info .box {
        text-align: center;
    padding:25px 15px;
    border-radius: 0;
     box-shadow: 0px 0px 30px 0px rgb(25 47 87 / 5%); 
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    background-color: #fff;
/*    border: 1px solid #ddd;*/
}
.contact_info .box i {
         width: 65px;
    height: 65px;
    line-height: 55px;
    font-size: 30px;
    border-radius: 0;
    color: #fff;
    background-color: var(--light);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.contact_info .box .head {
     text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--textdark);
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.contact_info .box .para {
       color: var(--blue);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.contact_info .box:first-child .para{
    font-size:22px;
    font-weight: 600;
}
.cont_form{
    border-radius: 0;
    overflow: hidden;
    background-color: var(--blue);
    margin-top: 30px;
}
.cont_form .img_part{
        background-image: url(../images/contact_left.jpg);
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cont_form .form_part{
    padding: 40px;
}
.cont_form .form_part .head{
    margin-top: 0;
    margin-bottom: 20px;
}

.cont_form .form_part .form_group {
    margin-bottom: 12px;
}

.cont_form .form_part .form-control {
    color: #000;
    height: 50px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
}
.cont_form .form_part textarea.form-control{
    height: 100px;
}
.cont_form .form_part .my_btn {
    background: var(--light);
    color:#fff;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    display: block;
    transition: 0.3s;
    border: none;
    margin-top: 15px;
}
.social_sec {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.social_sec .dvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_sec .dvd h3{
        color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 550;
}
.social_sec .dvd ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social_sec .dvd ul li a {
    color: var(--textdark);
    text-decoration: none;
        font-size: 25px;
    margin-left: 25px;
}
.map iframe{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.blogs.bl:after{
    display: none;
}
.blogs.bl .box {
    margin-bottom: 30px;
    margin-top: 0;
}

.bl_details h4.date{
	    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.bl_details .img-box{
	    margin-top: 20px;
    margin-bottom: 20px;
}
.bl_details .img-box img{
	       width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 0;
    position: relative;
}
.bl_details .con-box p {
    max-width: 100% !important;
    color: var(--textlight);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bl_details h1 {
	    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}
.bl_details h1,.bl_details h2, .bl_details h3, .bl_details h4, .bl_details h5, .bl_details h6{
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
  margin-top: 20px; 
	font-weight: 500;
}
.bl_details h2{
	 font-size: 42px;
    
}
.bl_details h2{
	 font-size: 35px;
    
}
.bl_details h3{
	 font-size: 30px;
}
.bl_details h4{
	 font-size: 26px;
}
.bl_details h5{
	 font-size: 24px;
}
.bl_details h6{
	 font-size: 20px;
}
.bl_details ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
	list-style:none;
}
.bl_details ul li {
    max-width: 100% !important;
    color: var(--textlight);
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
	    padding-left: 30px;
	    position: relative;
}
.bl_details ul li:before{
	    position: absolute;
    content: '\F140';
    display: block;
    font-size:18px;
    color: var(--light);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.bl_details ul li a, .bl_details p a{
	color:var(--blue);
	font-weight:500;
	text-decoration:none;
}
.bl_details{
	margin-bottom:50px;
	margin-top:50px;
}
.bl_details .nav-links{
	display:none;
}
/* end contact */
.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip{
	display:none;
}
.form-control.wpcf7-not-valid{
	    border: 1px solid #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.frm_valid_err{
	  background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	
}
.blogs .pagination{
	    justify-content: center;
}
.blogs .pagination .nav-links a{
	    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 22px;
    display: inline-block;
}
.blogs .pagination .nav-links span{
	    border: 1px solid var(--blue);
    padding: 5px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    display: inline-block;
    background-color: var(--blue);
}
.blogs .pagination .nav-links a.next, .blogs .pagination .nav-links a.prev{
	    background-color: var(--light);
    color: #fff;
    border: 1px solid var(--light);
}