@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

p{
    font-size: 15px;
}

.section_A {
    background: rgb(0 124 124);
    padding-bottom: 2px;
    position: relative;
    overflow: hidden;
}
.section_A::after{
    position: absolute;
    top: 0px;
    right: -5px;
    width: 43%;
    height: 40px;
    background-color: #fff;
    content: '';
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.Top-email_row{
    display: flex;
    justify-content: space-between;
}

.email_bar {
    margin-top: 6px;
    position: relative;
    z-index: 12;
}

.email_bar span a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}


.top_email {
    margin-left: 5px;
}
.email_bar span a {
    color: #030303;
    font-size: 14px;
    text-decoration: none;
}

.social_icon a {
    font-size: 13px;
}
.social_icon i {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 5px;
    margin: 3px 3px;
}



.page-scroll .nav-links li a {
    color: #ee9e25;
}

.active_nav{
    color: #007c7c !important;
}

.page-scroll .active_nav{
    color: #007c7c !important;
}

/* banner sections  https://www.bestjquery.com/codelab/ */

.banner-sec{
    background-image: url(https://codeminifier.com/job-stock-5.4.1/job-stock/assets/img/slider-1.jpg);
    /* background-position: center; */
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
}
.svc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.svc h2{
    color: #c4970f; 
}

.svc h2 span{
    display: flex;
    font-size: 44px;
    color: #f8f9fa;
    font-weight: 900;
    border-top: 1px solid #eee;
    padding: 6px 12px;
    background-image: linear-gradient(45deg, #05041d, #0d4179);
}

/* ======================== */
/* about_hm_right */
.about_hm{
    padding-bottom: 0px;
    position: relative;
}
.about_hm::after{
    /* position: absolute;
    content: '';
    width: 46%;
    height: 40px;
    background-color: #f8f9fa;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 0%);
    margin: 0px;
    padding: 0px;
    bottom: -7px;
    right: 0px;
    z-index: 99; */
}


.about_hm_hdding{
    padding: 60px 0px 40px 0px;
}
.about_hm_left {
    position: relative;
}
.about_hm_left{
    position: relative;
}
.about_hm_left_sm1{
    height: 200px;
    width: 266px;
    /* border: 9px solid #f60; */
    border-bottom: 5px solid #007c7c;
    border-top: 3px solid #007c7c;
    border-left: 2px dotted #007c7c;
    padding: 7px 5px 7px 7px;
    border-radius: 8px 108px 5px 110px;
    border-right: 7px solid #007c7c;
    margin-left: 50px;
}

.about_hm_left_sm2{
    position: absolute;
    top: 100%;
    right: 0px;
    margin-top: 4px;
    height: 200px;
    width: 263px;
    /* border: 8px solid #ffd310; */
    border-radius: 5px 137px 10px 124px;
    border-right: 2px dotted #007c7c;
    border-left: 5px solid #007c7c;
    border-bottom: 3px solid #007c7c;
    border-top: 5px solid #007c7c;
    padding: 6px 7px 7px 5px;

}

.about_hm_right{

}

.about_hm_hdding h4 {
    text-align: center;
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
}


.about_hm_hdding h3{
    text-align: center;
    font-family: 'DM Serif Display', serif;
}
.about_hm_right h3{
    font-size: 33px;
    color: #05041d;
    font-weight: 400;
    font-family: 'Poppins';
}

.about_hm_right_ul{
    display: flex;
}
.about_hm_right ul{

}
.about_hm_right ul li{
    display: flex;
    list-style-type: none;
}

.about_hm_right ul li img {
    width: 30px;
    margin-right: 8px;
}

.about_hm_right ul li span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.about_hm_btn{
    margin: 20px 0px;
}

.about_hm_btn a{
    color: #fff;
    background-color: #ee9e25;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 15px;
    border: 1px solid #ee9d2500;
    transition: 0.5s ease;
}

.about_hm_btn a:hover{
    text-decoration: none;
    color: #ee9e25;
    background-color: #ffffff;
    border: 1px solid #ee9e25;    
}


.abt_textimg img{
    width: 70%;
}
/*  abt end hm */

/* services section  */

.thrust_services_hm{
    position: relative;
    padding: 25px 0px 50px 0px;
    background-color: #f8f9fa;    
}


.thrust_services_hm_hd h3{
    text-align: center;
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 20px;
}

.thrust_services_bx{
    padding-bottom: 20px;
    margin: 0px 5px;
}

.thrust_services_bx img{
    width: 100%;
}


.thrust_services_boxs_content {
    padding: 10px;
}

.thrust_services_boxs_content h3{
    font-size: 25px;
    color: #007c7c;
    font-weight: 600;
    font-family: 'Poppins';
}

.thrust_services_boxs_content p{

}

.thrust_services_boxs_content_btn {

}
.thrust_services_boxs_content_btn a{
 background-color: #ee9e25;
    border: 1px solid #ee9e25;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 15px;
    border: 1px solid #ee9d2500;
    transition: 0.5s ease;
    color: #fff;
}

.thrust_services_boxs_content_btn a:hover{
    text-decoration: none;
    color: #ee9e25;
    background-color: #ffffff;
    border: 1px solid b8740e;
    font-size: 15px;
    border: 1px solid #ee9e25;
}











/* banquet halls */
.banquet_hall_hm{
    padding: 50px 0px;
    background-color: #000;
}

.banquet_hall_hm_hedding h2{
  
    font-size: 30px;
    letter-spacing: 2px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 10px;
}
.banquet_hall_hm_hedding p{
    color: #fff;
}

.banquet_hall_hm_left{
    background-color: #e9e9e9;
    padding: 25px;
}

.banquet_hall_hm_row{
    padding: 0px !important;
}

.banquet_hall_hm_left_ac{

}
.banquet_hall_hm_left_ac img{
    width: 100%;
}

.banquet_hall_hm_left_ac h3{
    font-size: 30px;
    margin: 10px 0px 5px 0px;
    color: #ee9e25;
    font-weight: 700;
    font-family: 'DM Serif Display', serif;
    text-shadow: 0px 2px 10px rgb(229 229 229 / 66%);
}

.banquet_hall_hm_left_ac i{
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.banquet_hall_hm_left_ac p{

    margin-bottom: 10px;

}

.banquet_hall_hm_right{
    background-color: #e9e9e9;
    -webkit-box-shadow: -5px 1px 14px -5px #000000ad;
    box-shadow: -5px 1px 14px -5px #000000ad;
}


.banquet_hm_btn{
    margin: 10px 0px 0px 0px;
}

.banquet_hm_btn a{
    color: #fff;
    background-color: #ee9e25;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 15px;
    border: 1px solid #ee9d2500;
    transition: 0.5s ease;
}

.banquet_hm_btn a:hover{
    text-decoration: none;
    color: #ee9e25;
    background-color: #ffffff;
    border: 1px solid #ee9e25;
}


/* banquet_hall_ ends */
/* ------------------------ */
.trust_events_boxstt{
    padding: 50px 0px;
}


.mmh_room_boxs{
    margin: 0px 5px;
}
.mmh_room_boxs img{
    height: 255px;
    object-fit: cover;
}

.trust_events_boxstt_hd{

}

.trust_events_boxstt h3{
    text-align: center;
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 30px;
}




.mmh_room_boxs img{
    width: 100%;
}

.mmh_room_boxs_content{
    padding: 8px 10px;
    display: none;
    background-color: #ee9e25;
}


.mmh_room_boxs h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    margin: 0px;
}


.mmh_room_boxs h4{

}

.serv_hm_btn{
   
}

.serv_hm_btn a{
    color: #fff;
    background-color: #ee9e25;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 15px;
    border: 1px solid #ee9d2500;
    transition: 0.5s ease;
}

.serv_hm_btn a:hover{
    text-decoration: none;
    color: #ee9e25;
    background-color: #ffffff;
    border: 1px solid #ee9e25;    
}


/* ================= */

/* middle-strip */

.middle-strip {
    /* padding: 50px 0px; */
    align-items: center;
    /* background-color: #06c9f9; */
    /* background-color: #15a5c9; */
    color: #fff;
    text-align: center;
    padding: 70px 8px;
    position: relative;
     background-image: linear-gradient(#ee9e25, rgb(238 158 37)), url(../images/footer-bg.jpg);
}


.middle-strip::after{
    z-index: 1;
    position: absolute;
    content: '';
    top: -1px;
    width: 67%;
    height: 40px;
    background-color: #f8f9fa;
    clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 0% 0%);
    margin: 0px;
    padding: 0px;
    left: -120px;
      display:none;
}

.middle-strip::before{
    position: absolute;
    content: '';
    bottom: -52px;
    /* right: 0px; */
    /* top: -26px; */
    width: 57%;
    height: 40px;
    background-color: rgb(255 255 255);
    clip-path: polygon(95% 0%, 100% 100%, 0% 100%, 0% 0%);
    margin: 0px;
    padding: 0px;
    left: 0px;
    bottom: -7px;
    display:none;
}
.middle-strip {
    color: #fff;
}

.serv_1 h6 {
    font-size: 20px;
    color: #000;
    font-family: 'Courgette', cursive;
    font-family: 'DM Serif Display', serif;
}

/* middle-strip end */

/* ========footer_section satrtt============== */

.footer_section_total{
    /* padding: 30px 0px 40px 0px; */
    background-color: #000;
   background-image: linear-gradient(313deg, #058181, #058181), url(../images/banner/event-bg.jpg);
    /* padding: 50px 0px; */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.footer_section_total::after{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 300px;
    height: 230px;
    background-color: #058181;
    content: '';
    display:none;
}

.footer_section_total::before{
    position: absolute;
    top: 50px;
    right: 0px;
    width: 20px;
    height: 230px;
    background-color: #007c7c;
    content: '';
     display:none;
}


.footer_section{
    padding: 20px 0px 25px 0px;
    position: relative;
    /* background-color: #000; */  
}
.footer_section::after{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 470px;
    height: 43px;
    background-color: #ffffff;
    content: '';
    z-index: 0;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 7% 0%);
}

.footer_left{
display: block;
}

.footer_left img{
    width: 65%;
    position: relative;
    z-index: 99;
    margin: 15px 0px 0px 0px;
}

.footer_left p{
    color: #fff;
    /* width: 295px; */
    text-align: justify;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 30px;
}
/* 2 */
.usfull_links h3{
    color: #fff;
    font-family: ui-sans-serif;
}

.usfull_links ul li{
    list-style-type: none;
}
.usfull_links ul li a{
    color: #fff;
    font-size: 18px;
    transition: 0.5s ease;
}

.usfull_links ul li a:hover{
    text-decoration: none;
    margin-left: 7px;
}

.footer_left2{
    display: flex;
    margin-top: 15px;
}

.footer_left2_social_icons{
    margin-bottom: -30px;
}

.ftr-abt {
       color: #fff;
    width: 310px;
    text-align: justify;
}

.ftr-headings h3 {
    font-size: 27px;
    font-family: ui-sans-serif;
    margin-bottom: 9px;
}


.ftr-abt p {
    color: #ffffffd4;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}


.contact-dta p span{
    padding-right: 5px;
}

/* social */
.social_cons_ft{
    margin-left: 15px;
    /*width: 360px;*/
    margin: auto 0 auto auto;
    position: relative;
    z-index: 1;
}

.fte-social-icons-sec{
    display: flex;
}
.ftr-headings2 h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 23px;
}


.fte-social-icons-sec .item {
    display: flex;
    margin-bottom: 10px;
}
.fte-social-icons-sec .item a{
     display: flex;
     text-decoration:none;
}

.fte-social-icons-sec .item a h3{
    color: #fff;
}

.ftr-abt .item {
    margin-bottom: 15px;
}
.foot_si{
    padding: 6px;
    margin-right: 5px;
    font-size: 19px;
    color: #fff;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.face{    background-color: #3b5998;
    color: #fff;
}
.incs_i{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.youtb_i{
    background-color: #f70000;
}

.fte-social-icons-sec .item h6 {
    font-weight: 600;
    color: #fff;
    margin: 6px 15px 0px 0px;
}

.footer_left3 img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}



















/* ===right foot */
.footer_right {

}

.footer_right iframe{
    width: 100%;
    height: 330px;
}


/* right section */

.footer_right {
    width: 100%;
    border-top: 1px solid #eaeaea45;
    /* background-color: rgb(0, 0, 0); */
}

.footerbottom1 h5 {
    font-size: 13px;
    margin-top: 12px;
    color: #fff;
}

.footerbottom2 {
    float: right !important;
}
.footerbottom2 h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.svapps_ft_logo{
    width: 75px;
    border-radius: 40px;
    padding: 0px 0px;
    margin-left: 5px;
}

/* respny */
@media screen and (max-width: 1200px){
   
  }


@media (max-width: 991px){
  .banquet_hall_hm_left {
    margin-bottom: 15px;
  }
    .tab_right_banner{
        margin-top: 15px;
    }
    .about_hm_left img {
        width: 85%;
    }
    .about_hm_left_sm {
        position: absolute;
        bottom: 40px;
        right: 99px;
        width: 300px;
        height: auto;
    }
    .about_hm_left{
        margin-bottom: 20px;
    }
    .top_email{
        display: none;
    }
    .footerbottom1 h5 {
        text-align: center;
    }
    .footerbottom2 {
        float: none !important;
        text-align: center;
    }
    .footerbottom2 h4 {
        margin-top: -2px;
    }
    .footerbottom2 span a {
        color: #427ab9;
        cursor: pointer;
    }
    .footer_right{
        margin-top: 0px;
    }
    .about_hm_right h3 {
        font-size: 25px;
    }    
}

@media (max-width: 768px){

    .top_email{
        display: none;
    }
    .about_hm_left img {
        width: 100%;
    }

    .about_hm_left_sm {
        position: absolute;
        bottom: 22px;
        right: 61px;
        width: 217px;
        height: auto;
    }
        

    .svc h2 {
            font-size: 15px;
        }
        .svc h2 span {
            font-size: 14px;
        }
        .banner-sec {
            height: 270px;
        }
        .logo img {
            width: 150px !important;
        }      
        .about_hm_hdding h4 {
            text-align: center;
            font-size: 25px;
        }
        .about_hm_hdding h3 {
            font-size: 22px;
        }
    
        .about_hm_hdding {
            padding: 15px 0px 10px 0px;
        }
        .trust_events_boxstt {
            padding: 35px 0px 20px 0px;
        }

        .trust_events_boxstt {
            padding: 35px 10px 20px 10px;
        }
        .slick-prev, .slick-next{
            display: none !important;
        }
       
      
}

@media (max-width: 600px){
    .banquet_hall_hm_hedding{
        padding: 0px 15px;
    }
    .about_hm_left_sm {
        position: absolute;
        bottom: 22px;
        right: 27px;
        width: 115px;
        height: auto;
    }
    .banquet_hall_hm {
        padding: 50px 0px 10px 0px;
    }    


    .footer_left {
        display: block;
    }
    .footer_left1 {
        display: block;
    }
  
    .footer_left p {
        color: #fff;
        width: 100%;
        text-align: justify;
        font-size: 14px;
        margin-top: 18px;
        margin-left: 0px;
    }
}
@media (max-width: 400px){
    .ftr-abt {
        width: 278px;
    }
    .page-scroll {
        background-color: #057f7f;
    }

}


/*  navbar css*/





/* why choose us */

.bg-cover {
    background-size: cover;
  }
  
  .bg-center {
    background-position: center;
  }
  
  .overlay-wraper {
    position: relative;
  }
  
  .bg-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .why_chos_sec{
    padding: 30px 0px 40px 0px;
    background-color: #000;
   background-image: linear-gradient(45deg, #058181e0, #05818129), url(../images/banner/event-bg.jpg);
    padding: 50px 0px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    /* padding: 100px 0px; */
  }
  
  
  /*.why_chos_sec::after{*/
  /*  position: absolute;*/
  /*  content: '';*/
  /*  bottom: -52px;*/
  /*  width: 57%;*/
  /*  height: 40px;*/
  /*  background-color: rgb(255, 255, 255);*/
  /*  clip-path: polygon(95% 0%, 100% 100%, 0% 100%, 0% 0%);*/
  /*  margin: 0px;*/
  /*  padding: 0px;*/
  /*  left: 0px;*/
  /*  bottom: -7px;*/
  /*}*/

  /*.why_chos_sec::before{*/
  /*  z-index: 1;*/
  /*  position: absolute;*/
  /*  content: '';*/
  /*  top: -1px;*/
  /*  width: 67%;*/
  /*  height: 40px;*/
  /*  background-color: #ffffff;*/
  /*  clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 0% 0%);*/
  /*  margin: 0px;*/
  /*  padding: 0px;*/
  /*  left: -120px;*/
  /*}*/



  .p-b20 {
    padding-bottom: 0px;
  }
  
  .p-t40 {
    padding-top: 20px;
  }
  .p-b20 {
    padding-bottom: 0px;
  }
  .text-center {
    text-align: center;
  }
  .sec-title.text-center h2 {
    text-align: left;
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 30px;
}


  .mt-separator, .sep-line-one, .sep-line-two {
    position: relative;
  }
  .sec-title.text-center h2:before {
    /*left: 46%;*/
    /*top: 43px;*/
    /*width: 65px;*/
    /*background-color: #f8a504;*/
  }
  .mt-separator:before, .sep-line-one:before {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
  }
  .mt-separator:after, .mt-separator:before, .sep-line-one:after, .sep-line-one:before {
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }
  .sec-title.text-center h2:after {
    left: 52%;
    top: 43px;
  }
  .sec-title h2:after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 10px;
    height: 2px;
    background-color: #333;
    z-index: -1;
  }
  .whychoose-box {
    display: inline-flex;
    padding: 15px 15px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .whychoose-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
  }
  .whychoose-icon {
    float: left;
    display: inline-block;
  }

  .whychoose-icon i{
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    /* border: 1px solid #fff; */
    padding: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.5s ease;
    justify-content: center;
  }

  
  .whychoose-box:hover i{
    color: #007c7c;
  }
  aside {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-family: latoregular;
    flex: 1;
  }
  .whychoose-box h5{
    color: #fff;
    font-family: 'DM Serif Display', serif;
  }
  .whychoose-box:hover h5 {
    color: #f8a504;
  }
  .whychoose-text h5 {
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .whychoose-text p {
    font-size: 12px;
    margin-bottom: 0!important;
    color: #fff;
    letter-spacing: .05px;
  }
  .whychoose-box:hover p{
    color: #000;
  }

   .why_choos_right_pic{
        margin-top: -79px;
        position: relative;
    }
    .why_choos_right_pic::after{
          position: absolute;
        top: -25px;
        right: -25px;
        content: '';
        height: 75PX;
        width: 75PX;
        background-color: #ff000000;
        border: 6px solid #e59a27;
    }
 .why_choos_right_pic::before{
          position: absolute;
        bottom: -15px;
        left: -15px;
        content: '';
        height: 75PX;
        width: 75PX;
        background-color: #e59a27;
    }
    
  .why_choos_right_pic img{
    width: 100%;
    position: relative;
    z-index: 99;
  }


  .slick-prev:before, .slick-next:before {
    color: #0d0d0d !important;
  }

    
    @media (max-width: 768px){
        .why_chos_sec {
            padding: 0px 0px 18px 0px;
        }
        .middle_strip_left{

        }
        .middle_strip_left h2 {
            font-size: 18px;
            text-align: center;
        }
        .about_hm_right h3 {
            font-size: 22px;

        }
    }

    @media (max-width: 668px){
        .middle_strip_left h2 {
            font-size: 15px;
        }
        .footer_left2 {
            display: block;
        }
        .social_cons_ft {
            margin-left: 0px;
        }
        .footer_right iframe {
            width: 100%;
            height: 200px;
        }

        .about_hm_hdding h3 {
            font-size: 18px;
        }
        .about_hm_right h3 {
            font-size: 18px;
        }     
        .carousel-indicators{
            display: none !important;
        }   
        
    }


    .owl-theme .owl-controls .owl-buttons div {
        padding: 0px 10px !important;
    }


    /* footer marq */
    .footer_marquee_tg{
        margin: -30px 0px 30px 0px;
    }

    .footer-marquee {
        border-radius: 1px 7px 1px 13px;
        border-left: 4px solid #fa6870;
        border-right: 4px solid #fa676f;
    }

    .footer-marquee img {
        height: 50px;
    }










    
.creasoft-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(23, 22, 26, .06)
}

@media(max-width:767px) {
    .line_wrap {
        border-left: 1px solid rgba(0, 0, 0, .03)
    }
}

.line_wrap.layout2 {
    border-left: 1px solid rgba(246, 246, 246, .02)
}

.line_wrap.layout2 .line_item {
    border-right: 1px solid rgba(246, 246, 246, .02)
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b3e59), to(transparent));
    background-image: linear-gradient(0deg, #2b3e59, transparent)
}

.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23, 22, 26, .06)
}

@media(max-width:767px) {
    .line_item {
        border-right: 1px solid rgba(0, 0, 0, .03)
    }
}

.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute
}

.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#2b3e59));
    background-image: linear-gradient(0deg, transparent, #2b3e59)
}

.line_item:nth-child(even):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b3e59), to(transparent));
    background-image: linear-gradient(0deg, #2b3e59, transparent)
}

@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: .5
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: .5
    }
}
/*end here*/

.slick-slide img {
    display: block;
    border: 2px solid #ed9d25 !important;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40% !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #007c7c !important;
}

.slick-dots li button:before {
    font-size: 12px  !important;
    opacity: 1.25  !important;
    color: #ee9e25  !important;
}

  
@media (max-width:1458px){
    .footer_section_total::after {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 380px;
}
.footer_section::after{
    width: 580px;
}
}
@media (max-width: 1345px){
.footer_section_total::after {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 325px;
}

}

@media (max-width: 1230px){
.footer_section_total::after {
    width: 281px;
}
}

@media (max-width: 1040px){
.footer_section_total::after {
    width: 252px;
}
}

@media (max-width: 991px){
    .footer_section_total::after{
        display: none;
    } 
    .abt_textimg{
        display: none;
    }
    .about_hm_left img {
        width: 48%;
    }
    .about_hm_left_sm2 {
        position: relative;
        top: 100%;
        right: 0px;
        float: right;
    }
    .footer_section_total::before {
        display: none;
    }
}
@media (max-width: 868px){
    .about_hm_left_sm2{
        display: none;
    }
    .about_hm_left_sm1{
        border: none;
        width: 100%;
    }
    .about_hm_left_sm1{
        width: 100% !important;
        border-radius: 0 !important;
        height: auto  !important;
        margin-left: 0px;
    }
    .about_hm_right_ul {
        display: block;
    }
    .middle-strip::before {
        display: none;
    }
    .middle-strip::after{
        display: none;
    }
    .why_chos_sec::before {
        display: none;
    }
    .why_chos_sec::after{
        display: none;
    }
    .social_cons_ft{
        width: auto !important;
    }
}
    .footer_section::after {
        display: none;
    }
@media (max-width: 560px){
    .fte-social-icons-sec {
        display: block;
    }

    .about_hm {
        padding-bottom: 0px;
    }
    .thrust_services_hm {
        position: relative;
        padding: 17px 0px 25px 0px;
    }
    .footerbottom1 h5 {
        font-size: 13px;
    }    
}


/* inner about us section */

.innerabout {
    background-image: url(../images/inner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 300px;
}
.innerabout1{
    background-image: url(../images/inner_about_bn.jpg) !important;
    
}

.innerabout2{
    background-image: url(../images/inner_services_bn.jpg) !important;
    
}

.innerabout3{
    background-image: url(../images/inner_contact_bn.jpg) !important;
    
}

.innerabthed {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50% , -50%);
    display:none;
}

.innerabthed h4 {
    background-color: #fff;
    padding: 10px 23px;
    border: 14px;
    color: #007c7c;
    border-radius: 48px 1px 46px;
    border: 2px solid #007c7c;
}



/* about_inner_sec */

.about_inner_sec{
    padding: 50px 0px;
}

.about_inner_left img{
    width: 100%;
    border-radius: 5px 105px;
    border-bottom: 10px solid #ee9e25;
    border-right: 10px solid #ee9e25;
    z-index: 1;
    position: relative;
}
.about_inner_left{
    position: relative;
}

.about_inner_left::after{
    position: absolute;
    top: -15px;
    left: -16px;
    width: 100px;
    height: 100px;
    background-color: #ee9e25;
    content: '';
    z-index: 0;
    border-radius: 5px 1px 1px 1px;
}


.about_inner_right{

}


.about_inner_right h3{
    color: #ee9e25;
    font-size: 25px;
}
 
.about_inner_right p{
    font-size: 15px;
}





.about_inner_highlets_row{
    background-color: #ee9e25;
    padding: 12px;
    overflow: hidden;
}
.about_inner_highlets{
    margin-bottom: 40px;
}

.about_inner_highlets_left h4{
    font-size: 24px;
    color: #ffffff;
}
.about_inner_highlets_left ul{
    padding: 0px;
}
.about_inner_highlets_left ul li{
    list-style-type: none;
    font-size: 16px;
    color: #fff;
}

.about_inner_highlets_left ul li i{
    font-size: 17px;
    color: #007c7c;
    margin-right: 4px;
}


.about_inner_highlets_right{
    position: relative;
  
}

.about_inner_highlets_right::after{
    position: absolute;
    top: 30px;
    right: -147px;
    background: #007c7c;
    content: '';
    width: 251px;
    height: 365px;
    transform: rotate(37deg);
}


.about_inner_highlets_right img{
    width: 100%;    
    border-radius: 20px 20px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}




/* contact us page  */

.contact_inner_page {
    padding: 50px 0px;
}

.contat-head h2 {
    /* text-align: center; */
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
    overflow: auto;
    resize: vertical;
}
textarea.form-control {
    height: auto;
}

#contact-us-innerpage .btn-success {
    color: #fff;
    background-color: #ee9e25;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 15px;
    border: 1px solid #ee9d2500;
    transition: 0.5s ease;
}

#contact-us-innerpage .contct-right {
    text-align: center;
    padding: 20px;
    color: #000000;
    background-color: #000000;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 8px 0px #008dd5;
    box-shadow: 0px 1px 8px 0px #f5be23;
}

#contact-us-innerpage .contct-right i {
    font-size: 17px;
    color: #fff;
}

#contact-us-innerpage .contct-right h5 {
    font-size: 17px;
    color: #fff;
}

#contact-us-innerpage .contct-right h6 {
    font-size: 15px;
    color: #fff;
}

.appoint_select {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}










/* services inner page  */
.serv_inner_page{
    padding: 40px 0px;
}

.serv_inner_boxs{
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    background: #ffc107;
}

.serv_inner_boxs::after{
    position: absolute;
    top: 135px;
    left: 0px;
    content: '';
    width: 100%;
    height: 300px;
    z-index: -1;
    background-color: #f5be23;
    border-radius: 50px 50px 0px 0px;
}

.serv_inner_boxs img{
    width: 100%;
}


.serv_inner_boxs h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins';
    margin-top: 10px;
}
.serv_inner_boxs p{
    color: #fff;
}


/* services inner sub pages */
.serv_inner_sbinner{
    padding: 20px 0px;
}

.serv_sub_inner_wd{
    position: relative;

}

.serv_sub_inner_wd img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 20px 0px 5px 0px;
    z-index: 1;
    position: relative;
}

.serv_sub_inner_wd::before{
    position: absolute;
    top: 75px;
    left: -13px;
    width: 20px;
    height: 280px;
    background-color: #f2b90a;
    content: '';
}

.serv_sub_inner_wd h3{
    font-size: 35px;
    color: #007c7c;
    font-weight: 600;
    font-family: 'Poppins';
}

.serv_sub_inner_right{
    padding: 10px 10px;
    margin-top: 20px;
    background: #007c7c;
    border-top: 4px solid #ee9e25;
    background-image: linear-gradient(45deg, rgb(0 124 124 / 77%), rgb(0 124 124 / 87%)), url(http://redbrickinfra.com/assets/images/png/line.png);
    background-attachment: inherit;
    background-size: auto;
    transition: 0.5s ease;
    border: 1px solid transparent;
    overflow: hidden;
}


.serv_sub_inner_right ul li {
    list-style-type: none;
    padding: 10px 15px 10px 15px;
    background-color: #f4ba0a;
    border: 1px solid #ffffff00;
    margin: 15px 15px;
}

.serv_sub_inner_right_activ{
    background-color: #007c7c !important;
    border: 1px solid #fff !important;
}


.serv_sub_inner_right ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}


.serv_sub_inner_right_pic {
    text-align: center;
    margin: 17px 0px -25px 0px;
    border-radius: 27px 22px 0px 0px;
    padding-top: 13px;
    background: #007c7c;
    border-top: 4px solid #ee9e25;
    background-image: linear-gradient(45deg, rgb(0 124 124 / 77%), rgb(0 124 124 / 87%)), url(http://redbrickinfra.com/assets/images/png/line.png);
    background-attachment: inherit;
    background-size: auto;
    transition: 0.5s ease;
    border: 1px solid transparent;
    overflow: hidden;
}



.serv_sub_inner_right_pic img{
    height: 340px;
    width: auto;
    animation: svc_ani 8s linear infinite;
    transform: rotate(0deg);
}

@keyframes svc_ani {
    0% {
        transform: rotate(10deg);
        
    }
    
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate( 10deg);
    }
}


.our_customers{
    margin-bottom: 40px;
}


.our_customers_hedding h3{
    text-align: center;
    font-size: 30px;
    color: #ee9e25;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 30px;
    text-align: center;
}

.our_customers_box {

}

.our_customers_box h6 {
    text-align: end;
}
.our_customers_box h6 i{
    color: #ee9e25;
    font-size: 18px;
    margin: 8px 3px; 
}

.our_customers_box p{
    color: #fff;
    font-size: 14px;
}

.our_customers_box span{
    color: #ffffff;
    font-size: 30px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 30px
}


.our_customers_box_reviwes1{
    background-image: linear-gradient(45deg, #000000bf, #1b0e0ede), url(../images/servi_inner/w6.jpg);    padding: 15px 15px ;
    height: 320px;
    width: 100%;
    background-position: bottom;
}


.our_customers_box_reviwes2{
    background-image: linear-gradient(45deg, #000000bf, #1b0e0ede), url(../images/servi_inner/w2.jpg);    padding: 15px 15px ;
    height: 320px;
    width: 100%;
    background-position: bottom;
}

.our_customers_box_reviwes3{
    background-image: linear-gradient(45deg, #000000bf, #1b0e0ede), url(../images/servi_inner/w1.jpg);    padding: 15px 15px ;
     height: 320px;
    width: 100%;
    background-position: bottom;
}




/*  */


@media (max-width:991px) {
    #contact-us-innerpage .btn-success{
        margin-bottom: 20px;
    }
    
    .our_customers_box {
        margin-bottom: 20px;
    }
    
    .why_choos_right_pic {
        margin-top: 15px;
    }
}


@media (max-width:768px) {
    .serv_sub_inner_wd img {
        height: 300px;
        margin: 5px 0px 5px 0px;
    }
    .serv_sub_inner_wd h3 {
        font-size: 27px;
        margin: 3px 1px 0px 0px;
    }
    .innerabthed h4 {
        font-size: 17px;
    }
    .innerabout {
        height: 170px;
    }
    .serv_sub_inner_wd::before {
        position: absolute;
        top: -6px;
        left: -13px;
        width: 80px;
        height: 80px;
        background-color: #f2b90a;
        content: '';
    }

}


@media (max-width:600px){
    
    .why_choos_right_pic::after{
            display: none;
    }
    .why_choos_right_pic::before{
            display: none;
    }
    
    .serv_sub_inner_wd::before {
      
        top: -4px;
        left: -10px;
        width: 80px;
        height: 80px;
        background-color: #f2b90a;
        content: '';
    }
    #contact-us-innerpage .contct-right h6 {
        font-size: 15px;
    }
    #contact-us-innerpage .contct-right h5 {
        font-size: 17px;
    }
    .serv_sub_inner_wd h3 {
        font-size: 22px;
        margin: 7px 1px 5px 0px;
    }
}

@media (max-width:400px){
    .serv_sub_inner_wd img {
        height: 215px;
    }
    .thrust_services_boxs_content h3 {
        font-size: 18px;
    }
    .innerabout {
    height: 145px;
        }
}

.contact_map iframe{
    margin-bottom: -7px;
}


