body{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}
.flex_v_cen{
    display: flex;
    align-items: center;
}
.flex_cen{
      display: flex;
    align-items: center;
    justify-content: center;
}
:root{
    --green: #800000;
    --blue: #0D0C3B;
    --textdark: #282A2E;
    --textlight: #2F2F2F;
}

.wrapper{
    padding-left: 80px;
    padding-right: 80px;
}
.container{
    width: 100%;
    max-width: 1320px;
}
.mt_70{
    margin-top: 70px;
}
.pr{
    padding-right: 30px;
}
.pl{
    padding-left: 30px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}

.title_head .sub_head{
      color: #363494;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
     font-family: "Unbounded", sans-serif;
}

.title_head .head{
         color: var(--textdark);
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.title_head p {
    color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.title_head.white p {
    color: #fff;
}
.title_head.text-center .sub_head{
    justify-content: center;
}
.title_head.white .head, .title_head.white .sub_head{
    color: #fff;
}

.btn_style{
           background: var(--green);
    color: #fff;
    padding: 16px 65px 16px 32px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}
.btn_style i {
        width: 42px;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 7px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: var(--blue);
    transition: 0.3s;
}
/*
.btn_style:hover{
     background-color: var(--green);
    color: var(--blue);
}
.btn_style:hover i{
     background-color: var(--blue);
     color: var(--green);
}
*/
.call{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.call i{
          font-size: 25px;
    color:#fff;
    background-color: var(--green);
    border: 1px solid var(--green);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.call span{
         font-size: 25px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-left: 10px;
    transition: 0.3s;
        font-weight: 600;
}
.call span small{
        font-size: 16px;
    font-weight: 400;
}
/*start header*/
header{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
header .top_part{
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #363494;
}

header .top_part .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top_part .box .right_part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
header .top_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
header .top_part ul.social{
    justify-content: flex-end;
}
header .top_part ul.social li a{
       color: #fff;
        font-size: 18px;
    margin-left: 18px;
    transition: 0.3s;
}
header .top_part ul.social li a:hover{
    color: var(--green);
}

header .top_part ul.con li{
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 15px;
    margin-left: 15px;
}
header .top_part ul.con li:first-child{
    padding: 0;
    margin: 0;
    border: none;
}
header .top_part ul.con li a{
     color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .3s;
}
header .top_part p{
    text-transform: uppercase !important;
      color: #fff;
    font-size: 14px;
}
/*
header .top_part ul.con li a:hover{
   color: var(--green); 
}
*/
header .top_part ul.con li a i {
    padding-right: 10px;
}

header .nav_part{
  background-color: #fff;
    max-width: calc(100% - 80px);
    border-bottom-right-radius: 10px;
}
header .nav_part .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav_part .box .left_part .logo{
    width: 260px;
    margin-right: 80px;
}
header .nav_part .box .right_part{
    display: flex;
    align-items: center;
}
header .nav_part .box .right_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .nav_part .box .right_part ul li{
    display: inline-block;
    margin: 0px 20px;
}
header .nav_part .box .right_part ul li a{
          font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--textdark);
    padding: 40px 0px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: 0.3s;
}

/*

header .nav_part .box .right_part ul li a:after{
     position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--green);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    opacity: 0;
    transition: 0.3s;
}
header .nav_part .box .right_part ul li a:before{
     position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--green);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    opacity: 0;
    transition: 0.3s;
}
header .nav_part .box .right_part ul li a:hover:after, header .nav_part .box .right_part ul li a:hover:before{
    opacity: 1;
}
header .nav_part .box .right_part ul li a.active:after, header .nav_part .box .right_part ul li a.active:before{
    opacity: 1;
}
*/


/*end header*/
/*start home banner*/
.home_banner{
    background-image: url(../img/home_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
/*
.home_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .75;
}
.home_banner:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../img/abstract.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
*/
.home_banner .con_part{
       padding-top: 300px;
     padding-bottom: 200px;
    background-color: var(--blue);
   padding-left: 150px;
   padding-right: 80px;
    position: relative;
    z-index: 1;
}
.home_banner .con_part:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    top: 0;
    left: -50%;
    z-index: -1;
}
.home_banner .con_part h3{
 margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    background-color: #ffffff1f;
    border-radius: 50px;
    border: 1px solid #ffffff5c;
}
.home_banner .con_part h3 i{
  color: var(--green);
    font-size: 26px;
    margin-right: 7px;
}
.home_banner .con_part h1{
       font-size: 55px;
    line-height: 67px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
}
.home_banner .con_part h1 b{
     color: var(--green);
     font-weight: 500;
}
.home_banner .con_part p{
     font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
       max-width: 600px;
}
.home_banner .con_part .btn_grp{
    display: flex;
    align-items: center;
}
/*
.home_banner .con_part .btn_grp .btn_style{
        background: var(--green);
    color: var(--textdark);
}
*/
/*
.home_banner .con_part .btn_grp .btn_style i{
        background-color: var(--blue);
        color: var(--green);
}
.home_banner .con_part .btn_grp .btn_style:hover{
    background: #fff;
        color: var(--blue);
}
.home_banner .con_part .btn_grp .btn_style:hover i{
        background-color: var(--green);
        color: var(--blue);
}
*/
.home_banner .con_part .call{
    margin-left: 15px;
    transition: 0.3s;
}
.home_banner .con_part .call:hover i{
    background-color: var(--green);
    color: var(--blue);
}
.home_banner .img_part{
    position: relative;
}
.home_banner .img_part .banner_img{
    display: block;
    margin: 0 auto;
}
.home_banner .img_part .abs_1{
          position: absolute;
    bottom: 28%;
    left: -28%;
    animation: up_down 8s infinite;
}
@keyframes up_down{
    0%{
       transform: translate(0,0);
    }
    50%{
        transform: translate(0,30px);
    }
    100%{
        transform: translate(0,0);
    }
}
.home_banner .img_part .abs_2{
      position: absolute;
        top: 8%;
    left: -70px;
    animation: zoom 6s infinite;
}
@keyframes zoom{
    0%{
       transform: scale(.8);
        opacity: .5;
    }
    50%{
       transform: scale(1);
         opacity:1;
    }
    100%{
       transform: scale(.8);
         opacity: .5;
    }
}

/*end home banner*/
/*start service new*/
.ser_sec {
    position: relative;
    z-index: 1;
   
}

.ser_sec .box{
         height: 450px;
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.ser_sec .box:after{
      position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    z-index: 0;
    background: linear-gradient(to top, #000000b3, transparent);
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.ser_sec .box:before{
      position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background:var(--blue);
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
}
.ser_sec .box:hover:before{
     opacity: .7;
}
.ser_sec .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ser_sec .box p{
             position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    width: 85%;
    justify-content: space-between;
    color: var(--textdark);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
     transition: 0.3s;
}
.ser_sec .box:hover p{
    background-color: var(--green);
    color: #fff;
}
.ser_sec .box .icon{
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    color: #000;
    opacity: 0;
    transition: 0.3s;
}
.ser_sec .box:hover .icon{
     opacity: 1;
}
/*
.ser_sec .box .hover_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 85%;
     margin: 0 auto;
    transition: 0.3s;
}
.ser_sec .box:hover .hover_box{
    bottom: 25px;
}
.ser_sec .box .hover_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ser_sec .box .hover_box ul li {
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.ser_sec .box .hover_box ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primaryclr);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
*/

/*end service new*/
/*start about*/
.con_part ul{
        list-style: none;
    padding: 0;
    margin: 0;
}
.con_part ul li{
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}
.con_part ul li:before{
        position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--green);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.con_part ul li b{
       font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: var(--textdark);
}
.about .con_part ul{
    margin-top: 20px;
}
.about {
    position: relative;
    z-index: 1;
}
.about .img_part{
    position: relative;
    margin-right: 50px;
}
.about .video_box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 375px;
border-radius: 10px;
    overflow: hidden;
}
/*
.about:after{
        position: absolute;
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../img/abt_abs.png);
    background-position: center;
    background-size: contain;
    top: 5%;
    right: 5%;
    z-index: -1;
    background-repeat: no-repeat;
    animation: up_down 6s infinite;
}
*/
/*end about*/
/*start service*/
.services{
    background-color: var(--blue);
   
    position: relative;
    z-index: 1;
}
/*
.services:after{
        position: absolute;
    content: '';
    display: block;
    width: 100px;
    height:100px;
    background-image: url(../img/banner_short_2.png);
    background-position: center;
       bottom: 8%;
    right: 6%;
    z-index: -1;
    background-repeat: no-repeat;
    animation: zoom 6s infinite;
     background-size: contain;
}
.services:before{
        position: absolute;
    content: '';
    display: block;
    width: 80px;
    height:80px;
    background-image: url(../img/bubble.png);
    background-position: center;
    background-size: contain;
       top: 5%;
    left: 3%;
    z-index: -1;
    background-repeat: no-repeat;
    animation: up_down 6s infinite;
}
*/
.services .title_head{
    padding-right: 60px;
}
.services .video_part{
     padding-top: 100px;
    padding-bottom:100px;
    position: relative;
    z-index: 1;
}
.services .video_part:after{
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    right: -40px;
    background-color: var(--green);
    content: '';
    z-index: -1;
    
}
.services .video_part iframe{
    border-radius: 10px;
    overflow: hidden;
}
.services .right_con h3{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.services .right_con p{
        color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    opacity: .8;
    font-weight: 300;
}
.services ul{
        display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
  margin-top: 25px;
    margin-bottom: 0;
}
.services ul li{
    padding: 25px;
    border-radius: 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    transition:0.3s;
}
.services ul li:nth-child(4), .services ul li:nth-child(8){
    border: none;
}
.services ul li:hover{
   border-color: rgba(255, 255, 255, 0.0);
     border-radius: 10px;
    background-color: var(--green);
}
.services ul li .icon{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    transition:0.3s;
}
.services ul li .icon img{
    width: 75px;
}
.services ul li p {
       font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition:0.3s;
}
.services ul li:hover .icon{
     background-color: var(--blue);
}
.services ul li:hover p{
    color: var(--textdark);
}

/*end service*/
/*start content part*/
.content_part .call i{
    background-color: var(--green);
    color: var(--blue);
}
.content_part .call span{
    color: var(--textdark);
}
/*end content part*/
/*start call to action*/
.call_ac{
    padding-bottom: 30px;
    padding-top: 250px;
    background-image: url(../img/call_ac_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
/*
.call_ac:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../img/abstract.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
*/
/*
.call_ac:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--green);
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    opacity: .75;
}
*/
.call_ac .box{
    text-align: center;
}
.call_ac .box h2{
    color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 550;
}
.call_ac .box p {
        color: var(--textlight);
    font-size: 16px;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.call_ac .box .btn_grp{
    justify-content: center;
    text-align: left;
    align-items: center;
}
.call_ac .box .btn_grp .call{
    margin-left: 15px;
}
.call_ac .box .btn_grp .btn_style:hover{
    background-color: #fff;
    color: var(--blue);
}
.call_ac .box .btn_grp .call i{
    background-color: #fff;
    color: var(--blue);
}
.call_ac .box .btn_grp .call:hover i{
    background-color: var(--blue);
    color: #fff;
}
.call_ac .box .btn_grp .call span{
    color: var(--textdark);
}
/*end call to action*/
/*start form testi*/
.form_testi{
    position: relative;
    z-index: 1;
     background-color: var(--blue);
}
.form_testi .box{
   
    padding: 40px;
    border-radius: 15px;
}
.form_testi img{
    max-width: 220px;
    width: 100%;
    margin-top: 30px;
    
}
.form_testi .con_part{
    margin-top: 30px;
    display: grid;
    gap:25px;
    position: relative;
z-index: 1;
}
.form_testi .con_part:after{
    position: absolute;
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    background-image: url(../img/chair.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -5%;
    bottom: -30%;
    background-position: bottom right;
}
.form_testi .con_part .call span{
    font-size: 20px;
}

.form_testi .form_part{
   background-color: var(--green);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--green);
    padding: 60px 40px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.form_testi .form_part h2{
        font-size: 27px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background-color: var(--green);
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.form_testi .form_part h2:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form_testi .form_part form{
      display: grid;
    gap:15px;
}
.form_testi .form_part .grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:15px;
}

.form_testi .form_part .form-control{
        color: #000;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.form_testi .form_part .my_btn{
            background: var(--blue);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    transition: 0.3s;
    margin: 0 auto;
    border: none;
    width: 100%;
}
.form_testi .form_part .my_btn:hover{
     background: var(--green);
    color:var(--blue);
}
.testi .owl-nav {
    display: flex !important;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.testi .owl-nav button {
    width: 50px;
    height: 50px;
   border: 2px solid var(--green) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
   margin-right: 10px;
}
.testi .owl-nav button:hover{
    background-color:  var(--green)  !important;
     color: var(--blue) !important;
}

/*end form testi*/

/*start gallery*/
.gallery {
    margin-top: 150px;
}
.gallery .grid_top{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
}
.gallery .grid_bot{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
}
.gallery .box{
    height: 325px;
    
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 25px;
}
.gallery .box img{
        object-fit: cover;
    width: 100% !important;
    height: 100%;
}
.gallery .box .icon{
          width: 100%;
    height: 100%;
    background-color: rgb(128 0 0 / 56%);
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
   
}
.gallery .box:hover .icon{
    opacity: 1;
}
.gallery .box .icon i{
    font-size: 25px;
 color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery .owl-nav{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery .owl-nav button{
    width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
    margin: 0;
}
.gallery .owl-nav button:hover{
    background-color:  var(--primaryclr)  !important;
     color: var(--dark) !important;
}
.gallery .owl-dots{
       display: flex;
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery .owl-dots button{
     width: 100%;
}
.gallery .owl-dots button span{
    background-color: #ddd !important;
    height: 1px;
    display: block;
}
.gallery .owl-dots .owl-dot.active span{
    background-color: var(--primaryclr) !important;
}
/*end gallery*/
/*start footer*/
footer .top_part{
/*    background-color:#fff;*/
}
footer .top_part .bg_red{
    background-color: var(--green);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
footer .top_part .bg_gray{
    background-color: #05042A;
}
footer .top_part .bg_dark{
    background-color: #01010F;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
footer .top_part .box{
    padding: 40px 30px;
}
footer .top_part .col-lg-4:last-child .box{
    border: none;
}
footer .top_part .box .logo{
    width: 125px;
    margin-bottom: 20px;
}
footer .top_part .box .call{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    display: block;
} 
footer .top_part .bg_red i{
        width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--green);
    font-size: 25px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
} 
footer .top_part .bg_red i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim 1s infinite;
}

footer .top_part .box .call a{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

footer .top_part .bg_gray .box .call a{
       font-size: 18px;
    line-height: 25px;
    
    font-weight: normal;
}
footer .top_part .box .map_ico{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
     color: var(--blue);
    font-size: 25px;
}
footer .top_part .box .foot_link{
    font-size: 18px;
    color: #fff;
     text-decoration: none;
    display: block;
    font-weight: 500;
    margin: 10px 0px;
    transition: 0.3s;
}

footer .top_part .box h5{
        font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
footer .top_part .box iframe{
    height: 144px;
}



















footer {
    background-color: var(--blue);
    position: relative;
    z-index: 1;
}
footer:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}


footer .bot-footer{
     padding: 50px 0px;
}

footer .bot-footer .box img{
    max-width: 320px;
    margin-bottom: 20px;
}
footer .bot-footer .box p{
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height:160%;
}
footer .bot-footer .box h4{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
     }
footer .bot-footer .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .bot-footer .box ul li{
    padding-bottom: 10px;
    
}
footer .bot-footer .box ul li a{
     color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    
}
footer .bot-footer .box .time li a{
    display: flex;
}
footer .bot-footer .box .time li a i{
    color: var(--green);
    margin-right: 8px;
}

footer .bot-footer .box.contacts ul li a{
    display: flex;
    gap:10px;
}
footer .bot-footer .box.contacts ul li{
    padding-bottom: 15px
}
footer .bot-footer .box.contacts ul li a i{
    font-size: 20px
}
footer .bot-footer .box.contacts ul li a span small{
    font-size: 12px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}
footer .bot-footer .box.contacts ul li a span{
    font-size: 16px;
    color: #fff;
}
footer .bot-footer .box.contacts ul li a span .big{
    font-size: 25px
}
footer .bot-footer .box .form-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
footer .bot-footer .box .form-box .form-control {
    border-radius: 0;
    height: 45px;
    color: #000;
}
footer .bot-footer .box .form-box .my-btn {
    width: 60px;
    height: 45px;
    background-color: var(--red);
    color: #fff;
    position: absolute;
    border: none;
    text-transform: uppercase;
    font-family: .9rem;
    font-weight: 500;
    right: 0;
    transition: 0.3s;
}

footer .bot-footer .box .social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .bot-footer .box .social li{
    width: 40px;
    height: 40px;
    border: 1px solid #555555;
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px 4px;
    transition: 0.3s;
    border-radius: 50%;
}
footer .bot-footer .box .social li a{
    color: #fff;
}

footer .cpy{
    border-top: 1px solid #282828;
     padding: 15px 0px;
    background-color: #363494;
}

footer .cpy p{
    font-size: 15px;
    margin: 0;
    color: #fff;
    
}
footer .bot-footer .box img{
    max-width: 130px;
}
footer .cpy img{
       max-width: 175px;
    margin-left: auto;
    display: block;
}
footer .cpy p a{
    color: var(--red);
    text-decoration: none;
    transition: 0.3s;
}
footer .cpy ul{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .cpy ul li{
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
}
footer .cpy ul li a{
    text-decoration: none;
     color: #fff;
}
/*end footer*/
/* start service */
.inner_banner {
    padding-bottom: 110px;
    padding-top: 235px;
}
.inner_banner .con_part{
    text-align: center;
}
.inner_banner .con_part h1 {
    font-size: 60px;
    line-height: 70px;
        margin-bottom: 22px;
}
.inner_banner .con_part p{
    margin: 0 auto;
}
.inner_banner .breadcrumb {
    color: #fff;
    font-size: 16px;
    justify-content: center;
}
.inner_banner .breadcrumb a {
    color:var(--green);
    text-decoration: none;
}
.ser_pg .grid_box{
        display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    
}
.ser_pg .title_head p{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ser_pg .title_head p:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: var(--green);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: 0.3s;
}
.ser_pg .box {
    position: relative;
    margin-bottom: 40px;
}
.ser_pg .box img{
    width: 100%;
}
.ser_pg .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
}
.ser_pg .box:hover:after{
    opacity: .5;
}
.ser_pg .box p{
     position: absolute;
    left: 20px;
    right: 20px;
    padding: 20px 0px;
    color: var(--textdark);
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    bottom: 0;
   transform: translate(0px, 45px);
    transition: 0.3s;
    z-index: 1;
}
.ser_pg .box:hover p{
    transform: translate(0px, 0);
     background-color: var(--green);
}
/* end service */
/* start contact */
.contact_info .grid_dvd{
        grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 15px;
}

.contact_info .box {
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    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;
}
.contact_info .box i {
       width: 75px;
    height: 75px;
    line-height: 55px;
    font-size: 30px;
    border-radius: 50%;
    color: var(--blue);
    background-color: var(--green);
    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: 500;
    line-height: 22px;
}
.contact_info .box .para {
       color: var(--blue);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.contact_info .box:first-child .para{
    font-size:22px;
    font-weight: 600;
}
.cont_form{
    border-radius: 10px;
    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;
}
.cont_form .form_part .head b{
    color: var(--green);
    font-weight: 500;
}
.cont_form .form_part .form_group {
    margin-bottom: 12px;
}

.cont_form .form_part .form-control {
    color: #000;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.cont_form .form_part textarea.form-control{
    height: 100px;
}
.cont_form .form_part .my_btn {
    background: var(--green);
    color: var(--dark);
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    transition: 0.3s;
    border: none;
}
.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;
    border-radius: 10px;
    overflow: hidden;
}
/* end contact */
