*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Montserrat;
    color: white;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.container{
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
/* .spacer{
    padding: 120px 0;
} */
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.align center{
    align-items: center;
}

/* arrow */
.bbtn15{
    border: none;
    position: fixed;
    height: 40px;
    width: 40px;
    background-color: red;
    font-size: 20px;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 999;    
}

.bbtn15 span{
    position: relative;
}

.bbtn15::before{
    content: '';  
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s; 
    outline: 4px transparent solid;
    outline-offset: 10px;   
}
.bbtn15:hover::before{
    outline: solid 4px red;
    outline-offset: -5px;
    box-sizing: border-box;

}
/* arrow end*/
/* loader strt */

.preloader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #16AD44;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    animation: flipX 1s linear infinite;
  }
  
  @keyframes flipX {
    0% {
      transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
      transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    }
  }

      
      
/* loader end */

/* header start */
html{
    scroll-behavior: smooth;
}
.sticky {
    object-fit: cover;
    width: 100%
  } 
.fixed {
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: .5s;
}
.logo_img{
    padding: 20px 0px;
}
.main_menu li .active{
    color: #f82538;
}
.main_menu{
    position: relative;
}
.main_menu > li > a{
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    display: block;
    padding: 0px 25px;
    line-height: 90px;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.main_menu li a i{
    font-size: 20px;
    color: #1e1e1e;
}
.sub_menu{
    position: absolute;
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);  
}
.main_menu li:hover > a{
    color: #FF0000;
}
.sub_menu  li  a{
    color: #1e1e1e;
    padding: 0 20px;
    line-height: 55px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: .3s;
}
.main_menu li:hover .sub_menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.sub_menu li a:hover{
    background-color: #FF0000;
    color: white;
}

header{
    position: absolute;
    width: 100%
}
/* header end */

/* slider start */

#slider{
    padding: 50px 0 0 0;
    height: 1024px;
    background-color: #EDF1FA;
    /* position: relative; */
}
.left_text{
    width: 55%;
}
.right_img{
    width: 45%;
}
.slider_title{
    padding-top: 260px;
}
.sub_title{
    font-size: 30px;
    color: #7a7a7a;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
    text-decoration: underline 1px #7a7a7a;
    text-underline-offset: 5px;
    position: relative;
}
.main_title{
    font-size: 110px;
    color:#1e1e1e;
    font-weight: 800;
    line-height: 0.857
}
.h_btn button{
    font-size: 14px;
    font-weight: 600;
    padding: 0 45px;
    background-color: red;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 80px;
    line-height: 70px;
    border-radius: 0;
    border: none;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    &:hover{
        background-color: #16ad44;
    }
}
.main_title span{
    font-size: 58px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline 3px #1e1e1e;
    text-underline-offset: 11px;
    padding-right: 25px;
}

.right_img{
    /* background-image: url('../image/banner.jpg'); */
    position: absolute;
    right: 0;
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    top: 94px;
    bottom: 90px;
    left: auto;
    background-position: center;
    border: 20px solid #fff;
    border-right: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(4,10,50,0.05);
    box-shadow: 0px 0px 10px 0px rgba(4,10,50,0.05);
    border-top-left-radius: 427px;
}
.sub_title::before{
    content: url('../image/shape2.png');
    position: absolute;
    left: 0;
    top: -60px;
}
.sub_title::after{
    content: url('../image/shape3.png');
    position: absolute;
    right: -210px;
    top: -92px;
}
.h_btn{
    position: relative;
}
.h_btn::before{
    content: url('../image/shape1.png');
    position: absolute;
    left: 50%;
    bottom: -75px;
}
.slider_img{
    position: relative;
}
.slider_img::before{
    content: url('../image/shape4.png');
    position: absolute;
    top: 550px;
    left: -90px;
}



/* slider end */


/* information start */
#information{
    padding: 130px 0 100px 0;
}
.info_box{
    padding: 50px 45px 60px;
    background-color: transparent;
    height: 376px;
    width: 360px;
    border-radius: 0 0 30px 0;
    transition: all .3s ease-out 0s;
    &:hover{
        background-color: #edf1fa;
    }
}
.info_icon{
    position: relative;
}
.info_icon a,
.i2 .info_icon a,
.i3 .info_icon a{
    color: white;
    height: 86px;
    width: 86px;
    background-color: #F82538;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 35px;
}
.i2 .info_icon a{
    background-color: #16AD44;
}
.i3 .info_icon a{
    background-color: #3B78F3;
}
.info_icon::before,
.i2 .info_icon::before,
.i3 .info_icon::before{
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    height: 86px;
    width: 86px;
    background: transparent;
    content: '';
    border: 1px solid #f82538;
    border-radius: 50%;
    opacity: 0.8;

}
.i2 .info_icon::before{
    border: 1px solid #16AD44;
}
.i3 .info_icon::before{
    border: 1px solid #3B78F3;
}
.info_main{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #1e1e1e;
    font-weight: 700;
}
.info_sub{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #6f6f6f;
}


/* information end */


/* about start */
#about{
    position: relative;
}
.about_img{
    background-image: url('../image/about-img.jpg');
    position: absolute;
    left: 0;
    top: 0;
    width: 46%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 427px;
    height: 90vh;
    position: relative;
}
.price img{
    position: absolute;
    top: 10px;
    left: 450px;
}

.about_main{
    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 40px;

}
.about_sub{
    margin-bottom: 40px;
    font-size: 20px;
    color: #f82538;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: underline 2px rgba(248, 37, 56,0.3);
    text-underline-offset: 5px;
}
.about_des{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #6f6f6f;
    margin-bottom: 55px;
}
.about_text{

    width: 40%;
    padding-left: 75px;
}
.about_icons{
    /* height: 137px;
    width: 540px; */
}
.imain{
    font-weight: 700;
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 25px;
}
.info_icon_text{
    width: 80%;
    padding-left: 20px;
    margin-bottom: 50px;
}
.isub{
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 400;
}
.margin{
    margin-bottom: 0;
}
.abouti::before,
.abouti2::before{
    content: '';
    position: absolute;
   top: 4px;
   left: -7px;
    height: 86px;
    width: 86px;
    background: transparent;
    content: '';
    border: 1px solid #f82538;
    border-radius: 50%;
    opacity: 0.8;
}
.abouti2::before{
    border: 1px solid #16ad44;
    
}
.abouti2 a{
    background-color: #16AD44;
}
/* about end */

/* img_galarry start */
#protfolio{
    padding: 130px 0 0 0 ;
}
.img_main{
    font-size: 55px;
    color: #1e1e1e;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 800;
}
.img_sub{
    font-size: 20px;
    color: #f82538;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    text-decoration: underline 1px #F82538;
    text-underline-offset: 3px;
}
.img_heding{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}
.img_icon_list li a{
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    color: #f82538;
    border: 1px solid #dcdfe2;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 0 38px;
    margin-right: 15px;
}
.img_icon_list li .active{
    background-color: #F82538;
    color: white;
}
.img_icon_list li a:hover{
    background-color: #F82538;
    color: white;
}

.img_gallry{
   display: flex;
   flex-wrap: wrap;
   /* justify-content: center;
   align-items: center; */
   overflow: hidden;
   gap: 20px;
   position: relative;
}
.img1 img{
    height: 840px;
    width: 426px;
    object-fit: cover;
    position: relative;
}
.img1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 840px;
    width: 426px;
    background-color: rgba(0, 0, 0,0.7);
    z-index: 1;
    opacity: 0;
    transition: .4s;
}
.img1:hover::before,
.img2:hover::before,
.img3:hover::before,
.img4:hover::before,
.img5:hover::before{
    opacity: 1;
}

.img2 img{
    height: 400px;
    width: 426px;
    object-fit: cover;
}
.img2::before,
.img3::before,
.img4::before,
.img5::before{
    content: '';
    position: absolute;
    top: 0;
    left: 446px;
    height: 400px;
    width: 426px;
    background-color: rgba(0, 0, 0,0.7);
    z-index: 1;
    opacity: 0;
    transition: .4s;
}
.img3 img{
    height: 400px;
    width: 426px;
    object-fit: cover;
}
.img3::before{
    left: 892px;
}
.img4::before{
    height: 420px;
    top: 48.6%;
    left: 892px;
}
.img5::before{
    height: 420px;
    top: 48.6%;
}
.img4 img{
    height: 420px;
    width: 426px;
    object-fit: cover;
    position: absolute;
    top: 48.7%;
    left: 446px;
}
.img5 img{
    height: 420px;
    width: 426px;
    object-fit: cover;
    position: absolute;
    top: 48.7%;
    left: 892px;
}
.img_icons,
.img_icons2,
.img_icons3,
.img_icons4,
.img_icons5{
    position: absolute;
    top: 53%;
    left: 165px;
    display: flex;
    gap: 3px;
    z-index: 1;
    transition: .3s;
}
.img_icons2{
    left: 47%;
    top: 26%;
}
.img_icons3{
    left: 80%;
    top: 26%;
}
.img_icons4{
    left: 80%;
    top: 74%;
}
.img_icons5{
    left: 47%;
    top: 74%;
}
.img_icons li a,
.img_icons2 li a,
.img_icons3 li a,
.img_icons4 li a,
.img_icons5 li a{
    height: 50px;
    width: 50px;
    background-color: white;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
    opacity: 0;
}
.img_icons li a:hover,
.img_icons2 li a:hover,
.img_icons3 li a:hover,
.img_icons4 li a:hover,
.img_icons5 li a:hover{
    background-color: #16AD44;
    color: white;
}
.img1:hover .img_icons{
    top: 49%;
}
.img2:hover .img_icons2,
.img3:hover .img_icons3{
    top: 22%;
}
.img4:hover .img_icons4,
.img5:hover .img_icons5{
    top: 70%;
}
.img1:hover .img_icons li a,
.img2:hover .img_icons2 li a,
.img3:hover .img_icons3 li a,
.img4:hover .img_icons4 li a,
.img5:hover .img_icons5 li a
{
    opacity: 1;
}
/* img_galarry end */

/* service start */
#Services{
    padding: 110px 0;
}
.sh{
    padding-left: 80px;
}
.s,.s2,.s3{
    padding: 50px 45px 60px;
    background-color: #edf1fa;
    height: 400px;
    width: 360px;
    border-radius: 0 0 30px 0;
    transition: all .3s ease-out 0s;
    margin-right: 30px;
    margin-bottom: 110px;

    &:hover{
        background-color: #E5F4E8;
    }
}
.read{
    margin-top: 40px;
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 600;
    cursor: pointer;
}
.right{
    padding-left: 10px;
}


/* service end */

/*  team start*/

#team{
    padding: 130px 0 110px 0;
    background-color: #EDF1FA;
}
.team_main_title{
    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1e1e1e;
}
.team_sub_title{
    font-size: 20px;
    color: #f82538;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    text-decoration: underline 1px rgba(248, 37, 56) ;
    text-underline-offset: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.box{
    overflow: hidden;
}
.img_slider{
    display: flex;
    gap: 30px;
}
.slider_container{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.slider_img_team{
    overflow: hidden;
    /* padding-right: 30px; */
  
}
.slider_img_team img{
    transition: .7s;
}
 .box:hover img,
 .box2:hover img,
 .box3:hover img{
    transform: scale(1.1);
}
.slider_img_team img{
    border-radius: 0 0 30px 0;
}
.slider_con{
    margin-top: 30px;
}
.team_main{
    font-weight: 700;
    color: #1e1e1e;
    font-size: 22px;
    margin-bottom: 10px;
}
.team_sub{
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 400;
}
.box::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 405px;
    width: 360px;
    border-bottom-right-radius: 30px;
    z-index: 2;
    background-color: #3b78f3;
    opacity: 0.4;
}
.box2{
    position: relative;
}
.box2::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 405px;
    width: 360px;
    border-bottom-right-radius: 30px;
    z-index: 2;
    background-color: #f82538;
    opacity: 0.4;
}
.box3{
    position: relative;
}
.box3::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 405px;
    width: 360px;
    border-bottom-right-radius: 30px;
    z-index: 2;
    background-color: #16ad44;
    opacity: 0.4;
}

/* team end */

/* number start */
#number{
    padding-bottom: 80px;
    padding-top: 130px;
    position: relative;
}
.counter{
    position: absolute;
    font-size: 50px;
    line-height: 1.2;
    transform: rotate(270deg);
    -webkit-text-stroke: 1px #f82538;
    -webkit-text-fill-color: transparent
}
.num_title{
    font-size: 27px;
    color: #1e1e1e;
    font-weight: 700;
    padding-left: 70px;
}

/* number end */


/* Feedback start*/

.feedback_title_left{
    margin-top: 50px;
    width: 55%;
}

.feedback_img{
    width: 45%;
}

.feedback_main{
    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #1e1e1e;
}
.feedback_sub{
    font-size: 20px;
    color: #f82538;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: 1px underline;
    text-underline-offset: 3px;
    margin-bottom: 45px;
}
.url_hash{
    margin-bottom: 50px;
}
.url_hash a img{
    padding:0 20px 0 0; 
    opacity: .7;
}
.items_des p{
    font-weight: 500;
    color: #6f6f6f;
    line-height: 2;
    font-size: 18px;
    width: 90%;
    margin-bottom: 50px;
}
.name{
    font-weight: 700;
    line-height: 1.2;
    color: #1e1e1e;
    font-size: 22px;
}
.post{
    padding-top: 20px;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 500;
    display: block;
}
.feedback_conteiner{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.feedback_img img{
    height: 740px;
    width: 698px;
    border-top-left-radius: 427px;
}
.feedback_img{
    position: relative;
}
.feedback_img::after{
    content: '';
    height: 745px;
    width: 698px;
    border-top-left-radius: 427px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01020f;
    opacity: 0.3;
}
.feedback_img::before{
    content: '';
    height: 98px;
    width: 98px;
    text-align: center;
    line-height: 98px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top:45%;
    /* background-color: red; */
    left: 60%;
    display: block;
    transition: .7s;
}
.feedback_img a i{
    position: absolute; 
    top: 50.5%;
    left: 68.1%;
    font-size: 20px;
    color: white;
    display: block;
    z-index: 1;
}
 .feedback_img:hover::before{
    background-color: #16ad44;
}

#testi .owl-nav{
    /* position: relative; */
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  
  }
  #testi .owl-prev{
    position: absolute;
    left: 41%;
    bottom: 10px;
    width: 46px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    z-index: 222;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-top-left-radius: 10px;
    color: black;
   
  }
  #testi .owl-next{
    /* left: calc(50% + 55px); */
    border-radius: 0 10px 0 0 !important;
    /* border-top-left-radius: 0; */
    background-color: #f82538;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 46px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    z-index: 222;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* border-top-left-radius: 10px; */
     
  }

/*Feedback end  */

/* blog start */
#blog{
    position: relative;
    padding: 130px 0;
}
.go{
    position: absolute;
    top: 150px;
    left: 80%;
}
.br{
    margin-top: 4px;
    padding-left: 4px;
}
.go a{
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
    display: flex;
 
}
.margin_blog{
    margin-bottom: 70px;
}
/* .blog_img{
    position: relative;
}
.blog_img_layer{
    height: 588px;
    width: 653px;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
} */
.blog_left_con{
    background-image:url('../image/blog_img.jpg');
    margin-bottom: 0;
    border: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 555px;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-repeat: no-repeat;
    padding: 35px;
    color: white;
    /* gap: 20px; */
}
.blog_left_con::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 643px;
    height: 100%;
    content: '';
    background-color: #000000;
    opacity: 0.4;
    z-index: -1;
}
.blog_img_con{
    display: grid;
    grid-template-columns: 55% 45%;
}
.blog_inside_left span{
    font-size: 14px;
    font-weight: 400;
}
.blog_inside_left p{
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
}
.blog_inside_left a{
    color: white;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    &:hover{
        color: #f82538;
    }
}
.blog_a a{
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    &:hover{
        color: #f82538;
    }
}

.blog_box{
    padding: 35px;
    border: 1px solid rgba(191, 193, 194, 0.45);
    margin-bottom: 30px;
}
.icon_text1,
.icon_text2{
    padding-left: 5px;
}
.icon2{
    padding-left: 30px;
}
.blog_icon{
    font-size: 14px;
    color: #6f6f6f  ;
}
.blog_text span{
    font-weight: 700;
    font-size: 22px;
    color: #1e1e1e;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    &:hover{
        color: #f82538;
    }
}
.blog_right_img{
    padding-left: 30px;
}
#blog{
    padding-bottom: 130px;
}
/* blog end */

/* contact start */
/* #contact{
    padding: 130px 0;
} */
    .contact_main{
        display: grid;
        grid-template-columns: 45% 55%;
    }
    .call{
        padding-bottom: 30px;
    }
    .call li a{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #1e1e1e;
    }
    .call_icon{
      margin-right: 20px;
      font-size: 24px;
    }
    label{
        font-size: 22px;
        color: #1e1e1e;
        font-weight: 700;
        margin-bottom: 20px;
    }
    textarea{
        height: 195px;
        padding-top: 20px;
        margin-top: 20px;
        padding: 20px 20px 0 20px;
        border: 1px solid rgba(0, 0, 0,0.2);

    }
    ::placeholder{
        font-family: Montserrat;
        color: #6f6f6f;
        font-weight: 300;
    
    }
    .input_box{
        padding: 22px 63px 18px 20px;
        border: 1px solid rgba(0, 0, 0,0.2);
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .input_box::placeholder{
        font-family: Montserrat;
        color: #6f6f6f;
        font-weight: 300;
    }
    .input_box2{
        padding: 22px 63px 18px 20px;
        border: 1px solid rgba(0, 0, 0,0.2);
        margin-top: 30px;
        margin-left: 30px;
    }
    .input_box2::placeholder{
        font-family: Montserrat;
        color: #6f6f6f;
        font-weight: 300;
    }
    .contact_right{
        padding-left: 80px;
    }
    .contact_btn button{
        font-family: Montserrat;
        width: auto;
        padding: 20px 35px;
        background-color: #f82538;
        transition: all .3s ease-out 0s;
        border: none;
        font-weight: 600;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        &:hover{
            background-color: #16ad44;
        }
    }
    #contact{
        padding-bottom: 130px;
    }
/* contact end */

/* footer start */
#footer{
    padding-top: 115px;
    background-color: #111111;
}
.main_footer_con{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.con1_title span{
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px  
}
.footer_con_info li{
    margin-bottom: 22px;
    display: inline-block;
}
.footer_con_info li span{
    font-size: 22px;
    font-weight: 500;
    color: white;
}
.footer_con_info li .size{
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding-right: 15px;
}
.footer_icon{
    margin-top: 11px;
    display: flex;
    margin-bottom: 80px;
}
.footer_icon li a{
   margin-right: 27px;
   font-size: 20px;
   color: white;
   transition: all .3s ease-out 0s;
   &:hover{
    color: #f82538;
   }
}
.con2_title{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 22px;
    color: white;
}
.con2_info{
    line-height: 36px;
}
.con2_info li a{
    color: white;
    transition: all .3s ease-out 0s;
   &:hover{
    color: #f82538;
   }
}
.con3_des{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
.f_main_input{
    position: relative;
}
.f_input_box{
    margin-top: 25px;
    width: 307.5px;
    height: 60px;
    padding-left: 20px;
    outline: none;
}
.f_input_box::placeholder{
    font-size: 17px;
    font-weight: 300;
    color: #6f6f6f;
}
.f_input_group button{
    width: 60px;
    height: 54px;background-color: #f82538;
    outline: none;
    border: none;
    font-size: 17px;
    color: white;
    position: absolute;
    top: 28px;
    right: 26px;
    cursor: pointer;
}
.grid{
    display: grid;
    grid-template-rows: repeat(2, 90px);
    grid-template-columns: repeat(3, 85px);
    grid-auto-rows: 90px;
    grid-gap: 10px;
}
.con2{
   margin-left: 75px;
}
.con4{
    margin-left: 40px;
}

/* footer end */

/* copyright area start */
#copy{
    padding: 30px;
    background-color: #111111;
    border-top: 1px solid #222;
}
.copy_text span{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
}
.copy_text a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
    color: rgba(248, 37, 56,0.6);
}
.copy li a{
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: white;
    transition: all .3s ease-out 0s;
    &:hover{
     color: #f82538;
    }
}

/* copyright area end */