body{
   font-weight: normal;
     font-family: "DM Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
      font-weight: 600;
    font-family: "Sora", sans-serif;
}

.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --light: #8E6226;
    --blue: #253447;
    --bg_gray:#E8E8E8;
    --textdark: #030303;
    --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;
}
.pr-40{
    padding-right: 40px;
}
.title_head .sub_head{
     color: var(--light);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #8e62265c;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
.title_head .head{
       color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
}
.title_head p {
        font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 15px;
}
.title_head.white .head,.title_head.white p {
    color: #fff;
}
/*

.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.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_call{
    display: flex;
    align-items: center;
}
.btn_style{
    margin-bottom: 0 !important;
}
.btn_style a {
         color: #fff;
    background-color: var(--light);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
}
.btn_style a i {
    padding-left: 5px;
}
.btn_style a:hover{
    background-color: var(--blue);
    
    color:#fff;
}


/*start header*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
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: #fff;
    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: #fff;
    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: uppercase;
    background-color: var(--light);
    text-decoration: none;
    transition: 0.3s;
}
header .top_part .right_part .my_btn:hover{
     background-color:#fff;
    color: #000;
}
header .nav_part .box{
    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 .logo{
   width: 275px;
}
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: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    padding: 40px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
}
/*
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: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-right: 10px;
}
.call span {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.call span b {
       font-size: 22px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
    font-family: "Titillium Web", sans-serif;
}
/*end header*/
/*start banner*/
.home_banner{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        padding-top: 195px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.home_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
        background: #000;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .3;
}


.home_banner .con_part h1{
    font-size: 85px;
    line-height: 105px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
        margin-top: 25px;
}

.home_banner .con_part p{
        font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 600px;
    width: 100%;
}
.home_banner .form_part{
    background: #fff;
	overflow:hidden;
}
.home_banner .form_part .form_head{
    padding: 20px;
    text-align: center;
    padding-bottom: 38px;
    background-color: var(--blue);
    clip-path: polygon(100% 0, 100% 75%, 65% 100%, 0 73%, 0 0);
}
.home_banner .form_part .form_head h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #fff;
}
.home_banner .form_part .form_head p{
  font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.home_banner .form_part .form_body{
    padding: 30px;
}
.home_banner .form_part .form-group{
    margin-bottom: 10px;
}
.home_banner .form_part .form-control{
    border:1px solid #ACB2BC;
border-radius:0;
    height: 50px;
}
.home_banner .form_part .my_btn{
        color: #fff;
    background-color: var(--light);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    display: block;
    margin-top: 15px;
}
.home_banner .form_part .my_btn:hover{
    background-color: var(--blue);
}
/*end banner*/

/*start services */
.services{
    position:  relative;
    z-index: 1;
    padding-top: 70px;
}
.services:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
  background-color: var(--bg_gray);
    z-index: -1;
    top: 0;
    right: 0;
}
.services.inner:after{
	display:none;
}
.services .box{
    margin-top: 20px;
    text-decoration: none;
    display: block;
}
.services .box .img_box{
    position: relative;
}
.services .box .img_box .btn_arrow{
     background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    transition: 0.3s;
}
.services .box:hover .img_box .btn_arrow{
    background-color: var(--light);
    color: #fff;
}
.services .box .text_box{
    background-color: #fff;
   display: flex;
    align-items: center;
}
.services .box .text_box .icon{
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-right: 20px;
}
.services .box .text_box .icon img{
    width: 32px;
}
.services .box .text_box h3{
    color: var(--textdark);
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}
.services .owl-nav{
       position: absolute;
       top: -18%;
    right: 0;
    display: flex
;
    align-items: center;
}
.services .owl-nav button{
    width: 55px;
    height: 55px;
    border: 1px solid var(--light) !important;
    color: var(--light) !important;
        font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
/*end services*/
/*start content area*/
.content_area .btn_call{
    margin-top: 25px;
}
.content_area .btn_call .call{
    margin-left: 15px;
}
.content_area .btn_call .call i{
        width: 55px;
    height: 55px;
    border: none;
    background-color: var(--blue);
    border-radius: 50%;
    font-size: 18px;
}
.content_area .btn_call .call span{
    color: var(--textlight);
}
.content_area .btn_call .call span b{
     color: var(--textdark);
     color: var(--textdark);
}
.mid_content{
    overflow: hidden;
    position: relative;
}
.mid_content .left_img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
}
.mid_content .left_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mid_content .box{
    background-color: var(--blue);
    padding: 80px 0px 80px 60px;
    position: relative;
    z-index: 1;
}
.mid_content .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
     background-color: var(--blue);
    z-index: -1;
}
.mid_content .box .btn_style a:hover{
    background-color: #fff;
    color: #000;
}
/*end content area*/


/* start gallery*/
.gallery .nav-tabs{
        display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin-top: 5px;
        border: none;
}
.gallery .nav-tabs .nav-link{
       text-align: center;
    display: block;
    padding: 20px 0px;
    background-color: var(--bg_gray);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    width: 100%;
    border-radius: 0;
    color: #000;
}
.gallery .nav-tabs .nav-link img{
    width: 38px;
    height: 38px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    
}
.gallery .nav-tabs .nav-link.active img{
      filter: brightness(5);
}
.gallery .nav-tabs .nav-link.active{
     background-color: var(--blue);
    color: #fff;
}
.gallery .box{
    position: relative;
    z-index: 1;
    height: 320px;
    overflow: hidden;
    margin-top: 30px;
}
.gallery .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}
/* end gallery*/
/* start form*/
.contact_form{
  background-color: var(--blue);

    position: relative;
    z-index: 1;
   
}

.contact_form .left_part h2{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: capitalize;
        color: #fff;
    font-weight: normal;
    width: 100%;
    max-width: 500px;
}

.contact_form .call i{
        width: 55px;
    height: 55px;
    border: none;
    background-color: var(--light);
    border-radius: 50%;
    font-size: 18px;
    
}
.contact_form .call span, .contact_form .call span b {
    color: #fff;
}
.contact_form .right_part{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.contact_form .right_part form{
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
	overflow:hidden;
}
.contact_form .right_part form .form-file{
	color:#fff;
}
.contact_form .right_part form .col-p{
	padding-left:15px;
	padding-right:15px;
}
.contact_form .right_part:after{
        position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ffffff82;
    left: -50px;
}
.contact_form .right_part:before{
      position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: var(--blue);
    left: -57px;
    border-top: 1px solid #ffffff82;
    border-right: 1px solid #ffffff82;
    transform: rotate(45deg);
    z-index: 1;
}
.contact_form .right_part h2{
            font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}
.contact_form .right_part .form-control {
    color: #000;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.contact_form .right_part .my_btn{
          color: #fff;
    background-color: var(--light);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 30px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    border: none;
    display: block;
}
.contact_form .right_part .my_btn:hover{
    background-color:#fff;
    color: #000;
}
/* end form*/
/*start reviews*/
.reviews{
    position: relative;
    z-index: 1;
}
.reviews:before{
    position: absolute;
    width: 500px;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../img/world_map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.reviews .btn_grp{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.reviews .btn_grp .btn_style:last-child a{
    margin-left: 15px;
    background: transparent;
    color: var(--textdark);
    border: 1px solid var(--textdark);
}
.reviews .btn_grp .btn_style:last-child a:hover{
     background: var(--blue);
    color:#fff;
}
/*end reviews*/
/*start map section */
.map_sec iframe{
    height: 375px;
    width: 100%;
}
.map_sec .get_touch{
    background-color: var(--blue);
    padding: 40px;
    margin-left: -70px;
}
.map_sec .get_touch h4{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.map_sec .get_touch h4:after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--light);
    bottom: 0;
    left: 0;
}
.map_sec .get_touch ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.map_sec .get_touch ul li{
    margin-bottom: 8px;
}
.map_sec .get_touch ul li a{
    color: #fff;
    font-size: 16px;
   text-decoration: none;
}
.map_sec .get_touch ul li a i{
    margin-right: 10px;
}
.map_sec .get_touch .btn_style a{
    background: transparent;
    border: 1px solid #fff;
       padding: 12px 20px;
    margin-top: 15px;
}
.map_sec .get_touch .btn_style a:hover{
     background: #fff;
    color: var(--textdark)
}
/*end map section */
/*start new footer*/
.footer_top{
    background-image: url(../img/bg_footer_top.jpg);
    background-size: cover;
    padding-bottom: 85px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer_top .box{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 40px 40px;
}
.footer_top .box h2{
         color: var(--textdark);
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    flex: 1;
    margin-right: 65px;
    margin-bottom: 0;
}
.footer_top .box .btn_call .call{
    margin-left: 15px;
}
.footer_top .box .btn_call .call i {
    width: 55px;
    height: 55px;
    border: none;
    background-color: var(--blue);
    border-radius: 50%;
    font-size: 18px;
}
.footer_top .box .btn_call .call span {
    color: var(--textlight);
}
.footer_top .box .btn_call .call span b {
    color: var(--textdark);
}
footer{
    background-color: var(--blue);
}
footer .box .logo{
    width: 100%;
    max-width: 280px;
}
footer .box p{
font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
footer .grid_box{
    padding: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
footer .link_box h5{
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
}
footer .link_box  ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}
footer .link_box  ul li a{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
}
footer .link_box  ul li a i{
    margin-right: 10px;
}
.foot_btm{
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    padding-top: 15px;
    padding-bottom: 15px;
}
.foot_btm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
   justify-content: center
}
.foot_btm ul li a {
      color: #fff;
    font-size: 18px;
    margin: 0px 6px;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffffff7a;
    transition: 0.3s;
    
}
.foot_btm ul li a:hover{
    background-color: var(--light);
}
.foot_btm p {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
     color: #fff;
}
/*end new footer*/






/*start inner pages*/
.service_banner{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
         padding-top: 245px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
}
.service_banner:after{
   position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .60;
}
.service_banner .con_part .breadcrumb{
    color: #fff;
    font-size: 16px;
    justify-content: center;
}
.service_banner .con_part .breadcrumb a{
     color: #fff;
    text-decoration: none;
}
.service_banner .con_part h1{
       color: #fff;
    text-transform: capitalize;
    font-weight: 500;
       font-size: 45px;
    line-height: 60px;

    text-align: center;
}

/*end inner pages*/

.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;
}
#exampleModal .modal-dialog {
    max-width: 800px !important;
    width: 100% !important;
}
/* 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(../img/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 .form-file{
	color:#fff;
}
.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;
}
.codedropz-upload-inner span:nth-child(2){
	display:none;
}
.codedropz-upload-inner i {
	font-size:25px;
}
.cd-upload-btn{
	    background: linear-gradient(223deg, #eaeaea, #d8d3d3);
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    border: 2px solid #d6d5d5;
}
.codedropz-upload-handler {
    border: 1px dashed #c5c5c5;
    background-color: #fff;
}