html {
    scroll-behavior: smooth;
  }

body{

    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

/* loader css */

.viewBlockMobile{
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 110vh;
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 103vw;
    background: white;
}

.viewBlockMobileContainer{
  text-align: center;
  height: 100vh;
  padding-top: 10vh;
  padding-left: 10vw;
}

.loaderContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
    position: fixed;
    z-index: 999999997;
    top: 0;
    width: 100vw;
    background: white;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #63b130;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* loader css */

/* =============== about us page  =================*/

/* ------------------------------- section styles start ------------------------------- */

.page_header{
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
}

/* navbar  */
.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: rgb(255 255 255 / 86%);
  transition: all 0.3s ease;
  border-radius: 0 0 4vw 4vw;
}

.tm-navbar.scroll {
  background: rgb(249 243 243 / 77%);
  /* background: rgb(67 103 163 / 41%); */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.3px);
  -webkit-backdrop-filter: blur(7.3px);

}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  font-weight: bold;
}

.navbar-nav{
  margin-right:40px ;
}

.tm-navbar.scroll .navbar-brand img{
  color: #369;
  width:223px;
  height:50px;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: #01030e;
  font-size: 18px;
  padding-left: 1.5rem !important;
}

.tm-navbar.scroll .tm-nav-link {
  color: #01030e;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  font-weight: bold;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}
/* navbar  */

/* -----section 01----- */

.logo_decklo{
  width:200px;
  position: fixed;
  top: 30px;
  left: 30px;
}

.hero_section{
  background-repeat: no-repeat;
  background-image: url('../images/about_us_bak.webp');
  background-size: cover;
  height: 41vh;
}

.hero_header{
 padding-left: 30px;
 padding-top: 31vh;
 font-size: 45px;
 color: white;
 font-family: 'Jura', sans-serif;
 text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}

.sec_one_leaf{
  position: relative;
  top: 46px;
  left: 119px;
}

.sec_one_title_one{
  margin-top: 56px;
}

.sec_one_title_two{
  margin-left: 2.5vw;
}

.sec_one_title_three{
  margin-left: 7vw;
}

.sec_one_title_one_ls{
  margin-top: 56px;
  margin-left: 5vw;
}

.sec_one_title_two_ls{
  margin-left: 8vw;
}

.sec_one_title_three_ls{
  margin-left: 13vw;
}

.sec_one_arrow{
  position: relative;
  top: 175px;
  left: 90px;
}

.sec_one_ceo{
  text-align: center;
}

.sec_one_ceo_pic{
  width: 32vw;
}

.sec_one_line{
  position: relative;
  top: 8px;
  left: -1px;
  z-index: 1;
}

.sec_one_line_two{
  position: relative;
  top: -425px;
  left: 30px;
  z-index: 1;
}

.sec_one_para{
  margin-top: 205px;
}

.sec_one_div{
  padding: 105px;
  padding-bottom: 30px;
}

.sec_one_quote{
  font-size: 18px;
}

.sec_one_quote_person{
  text-align: right;
  font-weight:900;
  font-style: normal;
  font-size: 18px;
  line-height: 33px;
}

.sec_one_vector{
  text-align: right;
}

.sec_three_top{
  text-align: center;

}

.our_team_vector{
  position: absolute;
  top: -21px;
  left: 33px;
}

.team_two{
  margin-top: 40px;
}

.team_three{
  margin-top: 80px;
}

.team_four{
  margin-top: 120px;
}

.carousel_branch_text_sec{
  height: 45vh; 
  margin-top: 10vh;
  padding-right: 0.2 px;
}

.carousel_branch_text{
  height:45vh;
  border: 0.6px solid black;
  padding: 2vw;
}

.carousel_branch{
  padding: 3vh;
  width: 17vw;
  display: flex;
  justify-content: space-between;
}

.sec_three_arrow{
  text-align: end;
}

.sec_three_bulb{
  float: left;
}

.sec_four_header{
  font-style: normal;
  font-weight: 400;
  font-size: 91px;
  line-height: 108.7%;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-family: 'Oswald';
}

.sec_five_header{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 91px;
  line-height: 108.7%;
  padding-left: 70px;
}

.sec_five_header_vector{
  margin-top: 120px;
  width: inherit;
}

.sec_five_card{
  background-image: url(../images/dowb_bak.png);
    text-align: center;
    margin: 52px 40px;
    height: 248px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: contain;
    padding: 69px 45px;
}

.sec_five_card h2{
  font-family: 'Abhaya Libre';
  color: #87878A;
  height: 2.5vw;
  font-size: 1.6vw;
}

.sec_five_card img{
  width: 2vw;
}

.sec_five_card img:hover{
  transform: scale(1.2);
  transition: 0.5s;
}

.carouselSize{
  height: 40vh;
}

.branch_img{
  display: inline-block;
  width: inherit;
  top: -18vh;
  position: relative;
}

/* =================== about us page end ==================== */


/* footer two css */

.footer_two{
  min-height: 200px;
  padding: 50px;
  border-top: 2px solid ;
  padding-bottom: 0;
}

.footer_two_text{
  display: flex;
  align-items: flex-start;
}

.footer_two_text img {
  margin-right: 30px;
}

.footer_two_text p {
  font-family: 'Nunito Sans';
  font-weight: 600;
  width: 291px;
}

.footer_site_map_section{
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.footer_site_map_section h4{
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 700;
}

.footer_site_map a{
  padding: 16px;
  text-decoration: none;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #8C8686;
}

.footer_site_map a:hover{
  color: #D13D24;
}

.footer_site_map {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: medium;
  margin-bottom: 50px;
}

.footer_site_map li{
  float: left;
}

.Social_media_icons{
  display:flex;
  position: absolute;
  align-items: center;
  margin-bottom: 50px;
}

.sm_icon{
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-right: 15px;
}


.footer_two_sm{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* footer two css */

/* ======================================= products page css =====================================*/

.green_city{
  margin-left: 26%;
  margin-top: 6%;
  margin-bottom: 3%;
  width: 42vw;
}

.prod_top_sec_para{
  padding: 2.6vw 11vw;
}

.prod_top_sec_para p {
    font-weight: 700;
    font-size: 18px
}

.hero_header_products{
  padding-left: 30px;
  padding-top: 31vh;
  font-size: 45px;
  color: white;
  font-family: 'Jura', sans-serif;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
 }

 /* select menu animation css */

 .product_menu_para_section{
  padding: 10px;
  text-align: justify;
  border-left: 5px solid #5E9F0F;
  min-height: 255px;
 }

 .product_doc_download{
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  color: #D13D24;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .product_doc_download p{
  height: 8px;
  padding-left: 10px;
 }

 .prod_panels{
    padding: 0 8vw
 }

 .tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
  padding-top: 30px;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  width: 100px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #5E9F0F;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #5E9F0F;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

 /* select menu animation css end */

 .prod_topic{
  display: flex;
  justify-content: center;
  align-content:flex-end;
 }

 .prod_header{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 81px;
  line-height: 108.7%;
}

.prod_service_sec_para{
  text-align: center;
  font-size: large;
  font-weight: 700;
  padding: 0 149px;
  padding-top: 15px;
}

.service_img{
  height: 358px;
  z-index: 400;
  left: -96px;
  position: relative;
  width: 30vw;
  height: auto;
}



.service_header{
  display: flex;
  position: relative;
  left: -65px;
  margin-top: 17px;
  align-items: center;
  font-family: 'Jura';
  font-weight: 700;
}
.service_header h1{
  margin-right: 45px;
}



.prod_service_container{
  margin-top: 50px;
  height: 70vh;
}

.prod_service_con_middle{
  flex-direction: row-reverse;
  margin-top: 5vw;
}

.prod_border{
  border: 0.6px solid black;
}

.prod_service_con_middle_text{
  position: relative;
  right: -78px;
}

.prod_srvice_numbers_container{
  display: flex;
  align-items: center;
}

.prod_srvice_numbers{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 113px;
  text-align: center;
}

.prod_srvice_numbers h1{
  margin: 0;
  font-family: 'Lucida Fax';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  margin-top: 10px;
  color: #D13D24;
}

.prod_srvice_numbers p{
  margin: 0;
}

.prod_srvice_link{
  border-bottom: 4px solid #858585;
  height: 30px;
  margin-left: 203px;
}

.prod_detail_sec{
  margin-top: 3.9vw;
}

.prod_srvice_list{
  display: flex;
  align-items: flex-start;
}

.prod_srvice_list img{
  margin-right: 20px;
}

.prod_sun_header{
  font-family: 'Jura';
  font-weight: 700;
  font-size: 45px;
}

.prod_sec_clientslogo{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 0px;
}

.prod_sec_clientslogo img{
  padding-left: 30px;
  width: 248px;
}

.prod_testimonial_header{
  font-family: 'Jura';
  font-weight: 700;
  font-size: 45px;
}

.prod_testimonial{
  display: flex;
  margin-top: 30px;
  padding: 0 8vw;
}

.carousel_inside_section_right{
  text-align: center;
}

.prod_testimonial_img{
  margin-top: 83px;
  width: 200px;
}

.prod_testimonial_para{
  margin-top: 50px;
}

.prod_testimonial_carousel{
  height: unset !important;
  min-height: unset !important;
}

.prod_testimonial_tes_para{
  margin-top: 135px;
  font-size: large;
  font-weight: 600;
}

.prod_testimonial_tes_auther{
  font-family: 'Nunito Sans';
  font-style: normal;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  justify-content: flex-end;
}

.prod_carousel_button_section{
  width: 28vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 28vw;
  margin-top: 47px;
}

.prod_carousel_button_section img{
  cursor: pointer;
}

.prod_carousel_button_section img:hover{
  transform: scale(1.2);
}

/* ======================================= products page css =======================================*/



label .menu {
  position: fixed;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #FFF;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69D2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 1; }

label ul {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
  
}



.land_sec_first_text{
  position: absolute;
  top: 0px;
}



/*******common css*************/
/******************************/

.top_logo{
  width: 115px !important;
  position: absolute;
  margin-top: -20px;
}

.top_social_row{
  background-color: rgba(115, 95, 77, 0.7);
  text-align: right;
}

.top_social_row a{
  color: #ffffff;
}

.top_social_row .social_icon{
  margin-top: 5px;
  margin-bottom: 5px;
}

.top_social_row .social_icon .fa {
  padding: 7px;
  font-size: 12px;
  width: 28px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 50%;
  background-color: #ffffff !important;
  color: #735f4d;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top_social_row .social_icon .fa:hover{
 background-color: #f4b242 !important; 
 color: #ffffff !important;
}

.carousel-item {
height: 100vh;
min-height: 500px;
background: no-repeat center top scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.search_btn:hover .fa{
  color: #0d5ca1;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f8b445;
}

.navbar-nav .dropdown-menu {
  /*position: absolute;*/
  padding-left: 0px !important;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
  /*margin-top: 50px;*/
}

.nav-active{
  font-weight: 900;
  color: #509ec4 !important;
}

.desktop_menu .navbar-collapse {
  border-bottom: 1px solid #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  /*display: block !important;
  flex-basis: auto;*/
}

.dropdown-item {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


.second_nav_bar{
  padding-left: 0px !important;
  float: right;
}

.heading{
  font-size: 25px;
  color: #999999;
  text-transform: capitalize;
}

.sub_heading{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.carousel_caption {
  /*width: 600px;*/
  position: absolute;
  right: 0%;
  bottom: 30px;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 999;
/*  background-color: rgba(0,0,0, 0.5);*/
}

.carousel_caption_col{
  padding: 20px 0px;
    /*background-color: rgba(0,0,0, 0.5);*/
    background-color: transparent;
    margin-right: 2px;
    color: #ffffff;
    width: 600px;
    position: absolute;
    top: 25vh;
    width: 100%;
    /* left: 30%; */
    
    text-align: center;
}

.carousel_caption_col h1{
  font-size: 80px;
}

.carousel_caption_col .sub_heading{
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0px;
}

.carousel_caption_col .heading{
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.carousel_caption_col a{
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.carousel_caption_col a:hover{
  color: #f8b445;
}

.carousel-indicators {
  position: absolute;
  z-index: 999;
  right: 0;
  /*width: 300px;*/
  bottom: 0;
  left: 0;
  justify-content: flex-start;
  padding-left: 10px;
  margin-bottom: 1rem;
  margin-right: auto;
   margin-left: auto; 
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  position: relative;
  z-index: 99999;
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 20px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /*opacity: .5;*/
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #f8b445;
}

.circle_white{
  position: absolute;
  right: -58px;
  top: 48vh;
  z-index: 10;
}

.whatsapp-float {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  bottom: 10px;
  right: 20px;
  background-color: #63b130;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  z-index: 100;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
    color: #FFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}

.whatsapp-float img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.line_home{
  position: absolute;
  z-index: 10;
  left: -17px;
}

.pro_head{
  text-align: center;
  
}

.leaf_back{
  position: absolute;
  right: -54%;
  top: 36%;
  height: 900px;
}

.products_section_home{

}

.product_home_box {
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  padding: 25px 25px;
  border-radius: 16px;
  background-color: #fff;
}

.product_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
}


.product_box{
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product_box_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 16px 24px;
}

.product_box_text p{
  margin-bottom: 8px;
}

.project_box_img_container{
  width: 100%;
  overflow: hidden;
}

.project_box_img{
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.green_vector{
  position: relative;
  top: 20px;
  left: 0px;
  
}

.prod_img{
  margin-right: 10px;
}

.prod_text h2{
  color: D13D24;
  font-weight: bold;
  margin-bottom: 0;
}

.prod_text p{
  font-size: 13px;
  text-align: left;
}

.prod_img img{
  border-radius: 0 8px 8px 0;
}

/*btn*/

.button_sub {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  cursor: pointer;
  /* button_sub */
  /* bg button_sub */
}
.button_sub .link {
  background-color: transparent;
  font-size: 16px;
  color: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 10px;
  left: 0;
  line-height: auto;
  overflow: hidden;
}
.button_sub .link:before {
  content: "";
  background-color: #63b132;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.button_sub .link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: absolute;
  border: solid 3px #63b132;
  border-left: 0;
  border-bottom: 0;
  top: calc(50% - 7px);
  border-radius: 2px;
  transform: translateX(-42px) rotate(45deg);
  transition: all 0.3s 0.2s ease-in-out;
}
.button_sub:before {
  content: "";
  background-color: transparent;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  transition: all 0.4s 0.3s ease-in-out;
}
.button_sub:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
}
.button_sub:hover .link {
  padding-left: 50px;
}
.button_sub:hover .link:before {
  left: 17px;
  transform: rotate(90deg);
}
.button_sub:hover .link:after {
  transform: translate(-33px) rotate(45deg);
}

/*btn*/

.angled-top-right {
  width: 100%;
  position: relative;
}

.angled-top-right:before, .angled-top-right:after {
  content: "";
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-top-right:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-2deg);
}
.footer_row .social_icon .fa {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 50%;
  background-color: #93090d !important;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer_row .social_icon .fa:hover{
 background-color: #ffd400 !important; 
 color: #000000 !important;
}

/*****************************/
/*********footer**************/

.footer_logo{
  width: 350px !important;
  margin-bottom: 15px;
}

.footer_row{
  background-color: #e9ecf6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social_icon{
  margin-top: 15px;
}

.orange_btn {
  border: transparent;
  cursor: pointer;
  background-color: #e5a748 !important;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #84121f;
}

.footer_row a p{
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer_row a p:hover{
  color: #0d5ca1;
  padding-left: 5px;
}

.sol_text{
  text-align: right;
}

.angled-top-right {
width: 100%;
position: relative;
}
.angled-top-right:before, .angled-top-right:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: inherit;
z-index: -1;
transition: ease all 0.5s;
}
.angled-top-right:before {
top: 0;
transform-origin: left top;
transform: skewY(-2deg);
}

.footer_logo_col{
  padding-right: 35px;
}

.footer_row p a{
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer_row p a:hover{
  color: #0d5ca1;
  padding-left: 5px;
}


/*****************************/
/*********footer**************/

.testi_bg{
  padding-top: 30px;
  padding-bottom: 30px;
  background-image:url('../images/testi_bg.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.testi_box {
  text-align: center;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
  padding: 25px 25px;
  border-radius: 5px;
}

.testi_symbol {
  position: absolute;
  right: 70px;
  top: 75px;
}

.testi_text_col{
  padding-top: 90px;
}

.testi_slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 10px 10px 10px 10px;
  border-radius: 5px;
  /*box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);*/
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}

.image_first_homepage{
 margin-top: 72px;
}

.land_screen_counts{
  position: relative;
    margin: auto;
    height: 7.3vw;
    background: #ffffff4f;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(1.6px);
    -webkit-backdrop-filter: blur(1.6px);
    border: 1px solid rgba(255, 255, 255, 0.19);
}


#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.contact_box{
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: #000000;
}

.contact_input{
width: 100%;
height: 40px;
background-color: #ffffff;

border-bottom: 1px solid;

}

.contact_input_msg{
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  
  border-bottom: 1px solid;
}

.contact_input>label{
  color: #000000;
}

.cvUploadiframe{
  border: none;

}

/* arrows */
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 42px;
}

.arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 2px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}


@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
/* arrows */


.project_pic_img{
  width: 100%;
}

.project_item_row{
  margin-bottom: 70px;
  text-align: left;
}

.project_pic_img_hide{
  display: none;
  width: 30vw;
}

.phone_number{
  color: #212529;
  text-decoration: none;
}

.phone_number:hover{
  color: #63b132;
  text-decoration: none;
}

.branch_name{
  font-size: 1.5vw;
}

.projects_columns{
  /* height: 50vh; */
}


.primary-btn{
  background-color: #D13D24;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.secondary-btn{
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.primary-btn:hover{ 
  background-color: #4a8a26;
  color: #fff;
}

.secondary-btn:hover{
  background-color: #4a8a26;
  color: #fff;
  border: none;
}

.primary-btn:active{
  background-color: #4a8a26;
  color: #fff;
  border: none;
}

.secondary-btn:active{
  background-color: #D13D24;
  color: #fff;
  border: none;
}

.primary-btn:focus{
  background-color: #4a8a26;
  color: #fff;
  border: none;
}

.secondary-btn:focus{
  background-color: #D13D24;
  color: #fff;
  border: none;
}