body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f07b26;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #252525;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_top .social_box a:hover i {
  color: #252525;
}

.header_section .header_bottom {
  background-color: #efbc54;
  padding: 0px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {padding:0;}

.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #006c4c;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; 
  font-weight:400; font-size:18px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #006c4c;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container img{ height:80px;}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #bc570d;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f07b26;
}




.service_section {
  position: relative;
}



.service_section .heading_container h2 {
  text-transform: none;
}

.service_section h2.adipark {text-transform: none; font-size: 74px; color: #efbc54; font-weight: 700;}
.service_section h3 {text-transform: none; font-size: 34px; color: #000; font-weight:500;}
.service_section p{text-align:justify; font-size:17px;}

.service_section .service_container {
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  padding: 0px;
  margin: 0 25px;
}

.service_section .box {
  margin-top: 45px;
}

.service_section .box  img{width:100%;}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 7em;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #f07b26;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}


.about_section{background: url(../images/vidbg.jpg) no-repeat top center; background-size:cover;}
.about_section .vidimg-box{width:100%; padding:60px 0;}


.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #f07b26;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}



.project_section{background: url(../images/lagbg.jpg) no-repeat top center; background-size:100%;}
.project_section .lgbox img{width:80%; padding-top:60px;}
.project_section .detail-box{width:80%; margin-top:100px;}
.project_section .detail-box h2.adipark {text-transform: none; font-size: 74px; color: #efbc54; font-weight: 700;text-align:right;}
.project_section .detail-box h3 {text-transform: none; font-size: 34px; color: #000; font-weight:500;text-align:right;}
.project_section .detail-box p{text-align:right; font-size:17px;}
.project_section .detail-box p span{color:#006c4c;}



.project_section .lgbox01 img{width:80%; padding:0px 0; float:right;}
.project_section .detail-box01{width:80%; margin:100px;}
.project_section .detail-box01 p{text-align:left; font-size:17px; margin-top:15em;}
.project_section .detail-box01 p span{color:#006c4c;}


.project_section .lgbox02 img{width:80%; padding-bottom:50px; float:left;}
.project_section .detail-box02{width:80%; margin:100px;}
.project_section .detail-box02 p{text-align:right; font-size:17px; margin-top:10em;}
.project_section .detail-box02 p span{color:#006c4c;}




.project_section02{background: url(../images/lgimg04bg.jpg) no-repeat top center; background-size:100%; }
.project_section02 .lgbox img{width:100%; padding:70px 0;}
.project_section02 .detail-box{width:100%; margin:100px 0;}
.project_section02 .detail-box h2.adipark {text-transform: none; font-size: 74px; color: #efbc54; font-weight: 700;}
.project_section02 .detail-box h3 {text-transform: none; font-size: 34px; color: #000; font-weight:500;}
.project_section02 .detail-box p{text-align:justify; font-size:17px;}
.project_section02 .detail-box p span{color:#006c4c;}




.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: #f07b26;
}

.project_section .box {
  position: relative;
}

.project_section .box .img-box {
  position: relative;
}

.project_section .box .img-box img {
  width: 100%;
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f07b26;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f07b26;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.project_section .box .detail-box h5 {
  font-weight: bold;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.project_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.project_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: #f07b26;
}

.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #f07b26;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #f07b26;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: #f07b26;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .why_us_container .box .img-box {
  background-color: #f07b26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  background-color: #bc570d;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::placeholder {
  color: #252525;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #bc570d;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
  padding: 45px 0;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #f07b26;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f07b26;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  width: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #bc570d;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_bottom .info_logo {
  margin-right: 45px;
}

.info_section .info_bottom .info_logo a img {
  width: 125px;
}

.info_section .info_bottom .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_bottom .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #f07b26;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_bottom .social_box a:hover {
  color: #252525;
}

/* footer section*/
.footer_section { padding-top:20px;
  position: relative;
  background-color: #fcf2da;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */



/*---------- interiors page --------------*/

.interiors .service_container.space--right,
.printing .service_container.space--right{
    margin-right: 0;
    padding-bottom: 40px;
}

.interiors .service_container.space--right .container-fluid,
.printing .service_container.space--right .container-fluid{
    padding-right: 0;
}

section.interiors.about_section {
    background: url(../images/interiors-img2.jpg);
    border-top: 20px solid #f0bd54;
    padding: 40px 0px 40px 0;
    border-bottom: 20px solid #f0bd54;
    background-size: cover;
}

section.interiors.about_section .head-title {
    padding-right: 20px;
}

section.interiors.about_section .image img {
    max-width: 160px;
}

section.interiors.about_section  p {
    color: #006c4b;
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
}

.head-title {
    text-align: right;
}

.head-title h2 {
    text-transform: none;
    font-size: 54px;
    color: #efbc54;
    font-weight: 600;
    text-align: right;
    line-height: 60px;
    margin-bottom: 40px;
}

section.interiors.interiors_service_section {
    padding: 80px 0;
}

section.interiors.footertop_section {
    background: #efbc53;
    padding: 30px 0;
}

section.interiors.footertop_section .row {
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: auto;
}

section.interiors.footertop_section .right ul {
    display: flex;
    margin: 0;
    padding: 0;
}

section.interiors.footertop_section .right ul li {
    display: flex;
    margin: 0 30px;
}

section.interiors.footertop_section .right ul li:last-child {
    margin-right: 0;
}

section.interiors.footertop_section .right ul li a {
    color: #006d42;
    font-size: 19px;
}

section.interiors.footertop_section .left h2 {
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    color: #006c4c;
    line-height: 50px;
    text-transform: uppercase;
}


/*---------- fivetech page --------------*/


.fivetech .service_container.space--right {
    margin-right: 0;
    padding-bottom: 40px;
}

.fivetech .service_container.space--right .container-fluid {
    padding-right: 0;
}

section.fivetech.about_section {
    background: none;
    border-top: 20px solid #f0bd54;
    padding: 55px 0px 40px 0;
    border-bottom: 0px solid #f0bd54;
    background-size: cover;
}

section.fivetech.about_section .container-fluid {
    padding: 0 60px;
}

section.fivetech.about_section .box--in {
    display: flex;
    align-items: center;
    min-width: 370px;
    background: #ffffffc2;
    border-radius: 20px;
    padding: 10px 10px 10px 0px;
    position: relative;
    box-shadow: 7px 4px 5px 3px #0000001f;
    z-index: 9;
}

section.fivetech.about_section .box--in h3 {
    color: #006d42;
    font-size: 14px;
}

section.fivetech.about_section .box--in .image-right img {
    max-width: 40px;
}

section.fivetech.about_section .box--in  li {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    list-style: none;
}

section.fivetech.about_section .box--in li:last-child {
    margin: 0;
}

section.fivetech.about_section .box--in .text {
    padding: 0 15px 0 10px;
}

section.fivetech.about_section .box--in  ul {
    padding: 0 0 0 0;
    margin: 0;
}

section.fivetech.about_section .box {
    background: #006c4c;
    border-radius: 30px;
    padding: 15px;
    position: relative;
    max-width: 317px;
}

section.fivetech.about_section .box--in .image-left {
    position: relative;
    left: 0px;
}

section.fivetech.about_section .box--in .image-right {
    position: relative;
    right: 6px;
}

section.fivetech.about_section .btm-text h3 {
    padding-top: 40px;
    color: #006c4c;
    line-height: 35px;
    margin-bottom: 0;
}

section.glamray.service_section{
    padding-bottom: 0px;
    padding-top: 30px;
}

.glamray .service_container.space--right {
    margin-right: 0;
    padding-bottom: 0px;
}

.glamray .service_container.space--right .container-fluid {
    padding-right: 0;
}

section.glamray.about_section {
    background: url(../images/interiors-img2.jpg);
    border-top: 20px solid #f0bd54;
    padding: 40px 0px 60px 0;
    border-bottom: 20px solid #f0bd54;
    background-size: cover;
}

section.glamray.about_section .head-title {
    padding-left: 20px;
}

section.glamray.about_section2.about_section .head-title h2{
    color: #efbc54;
    font-weight: 600;
    text-align: left;
    line-height: 60px;
    margin-bottom: 40px;
}

section.glamray.about_section .image img {
    max-width: 160px;
}

section.glamray.about_section p {
    color: #006c4b;
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
}

section.glamray.about_section .container .service-box {
    justify-content: space-between;
}

section.glamray.about_section2.about_section {}

section.glamray.about_section2.about_section .service-box {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
    flex-wrap: unset;
    align-items: center;
    padding: 0 50px;
}

section.glamray.about_section2.about_section .service-box.last{
    margin-bottom: 0px;
}

section.glamray.about_section2.about_section .service-box .col-md3 {
    background: #fff;
    box-shadow: 7px 4px 5px 3px #0000001f;
    padding: 10px 20px;
    border-radius: 10px;
    width: 11%;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    position: relative;
}

section.glamray.about_section2.about_section .service-box .col-md3:after {
    height: 8px;
    width: 43px;
    content: "";
    display: block;
    background: #006c4c;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
}

section.glamray.about_section2.about_section .service-box .col-md3 .image img {
    max-width: 70px;
    margin-top: -30px;
}

section.glamray.about_section2.about_section .service-box .col-md3 p {
    font-size: 14px;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top:0;
}

section.printing_section.about_section.top {
    background: url(../images/interiors-img2.jpg);
    border-top: 20px solid #f0bd54;
}
section.printing_section.about_section {
    background: url(../images/interiors-img2.jpg);
    padding: 0px 0px 40px 0;
    border-bottom: 0px solid #f0bd54;
    background-size: cover;
}

section.printing_section.about_section .head-title h2 {
    color: #000;
    font-size: 50px;
}

section.printing_section.about_section p {
    font-size: 23px;
    text-align: right;
}

section.printing_section.about_section .detail-box {
    width: 95%;
    margin-top: 100px;
    padding-left: 50px;    
}
section.printing_section.about_section .lgbox img {
    width: 100%;
    padding-top: 60px;
}

section.printing_section.about_section .img_right .lgbox {
    display: flex;
    justify-content: end;
}

section.printing_section.about_section .img_right .left {
    display: flex;
    justify-content: start;
}

section.printing_section.about_section .img_right .detail-box .head-title h2 {
    text-align: left;
}

section.printing_section.about_section .img_right .detail-box p {
    text-align: left;
}

section.printing_section.about_section .btm-text p {
    text-align: center;
    font-size: 23px;
}

section.printing_section.about_section .btm-text {
    padding: 0 140px;
}

section.printing.service_section,
section.vastu.service_section{
    padding-top: 0;
    padding-bottom: 0;
}

section.printing.service_section .service_container,
section.vastu.service_section .service_container{
    padding-bottom: 0;
}

section.vastu.about_section2.about_section .head-title h2{
    text-align: right;
}
section.vastu.about_section2.about_section .service-box .col-md3 {
    background: #fff;
    box-shadow: 7px 4px 5px 3px #0000001f;
    padding: 10px 20px;
    border-radius: 10px;
    width: 11%;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    position: relative;
}
section.vastu.about_section2.about_section .service-box .box .image img {
    max-width: 70px;
    margin-top: -30px;
}
section.glamray.about_section2.about_section .service-box .box {
    background: #fff;
    box-shadow: 7px 4px 5px 3px #0000001f;
    padding: 10px 20px;
    border-radius: 10px;
    width: 11%;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    position: relative;
    max-width: 270px;
}
section.vastu.about_section2.about_section .service-box .box p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 0;
}
section.vastu.about_section2.about_section .service-box .box:after {
    height: 8px;
    width: 43px;
    content: "";
    display: block;
    background: #006c4c;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
}

section.vastu_section.about_section .btm-text p {
    text-align: center;
    font-size: 23px;
    color:#006c4c;
}

section.vastu_section.about_section {
    background: none;
    padding-top: 60px;
    background: #fff;
}


.fbox01{width:100%; float:left; background:#fcf2da; border-bottom:2px solid #838383;}
.fbox01a{width:33%; float:left; background: url(../images/icon-map.png) no-repeat top left; padding-left:40px; margin:50px 0;}
.fbox01a p{color:#000; font-size:13px; text-align:left; line-height:30px; padding:0; margin-right:30px;}

.fbox01b{width:33%; float:left; padding-left:40px; margin:50px 0; border-left:2px solid #414652; border-right:2px solid #414652;}
.fbox01b p{color:#000; font-size:14px; text-align:left; line-height:30px; padding:0;  background: url(../images/icon-mail.png) no-repeat left 8px; padding-left:40px;}

.fbox01c{width:33%; float:left; padding-left:40px; margin:50px 0;}
.fbox01c p{color:#000; font-size:14px; text-align:left; line-height:30px; padding:0;  background: url(../images/icon-phone.png) no-repeat left 8px; padding-left:50px;}




.fbox02{width:100%; float:left; background:#fcf2da; border-bottom:2px solid #838383;}
.fbox02a{width:25%; float:left; margin:50px 0;}
.fbox02a img{width:80%; float:left; padding:0 40px;}

.fbox02b{width:25%; float:left; margin:50px 0; text-align:left;line-height:30px;}
.fbox02b p{color:#000; font-size:18px; text-align:left;  padding:0; font-weight:500;}
.fbox02b ul{margin:0; padding:0;width:100%; float:left;}
.fbox02b li{margin:0; padding:0;width:100%; float:left; list-style:none;}
.fbox02b li a{margin:0; padding:0;width:100%; float:left; color:#8e939f; font-size:14px;}


.fbox02c{width:25%; float:left; margin:50px 0; text-align:left; line-height:30px;}
.fbox02c p{color:#000; font-size:18px; text-align:left;  padding:0; font-weight:500;}
.fbox02c ul{margin:0; padding:0;width:100%; float:left;}
.fbox02c li{margin:0; padding:0;width:100%; float:left; list-style:none;}
.fbox02c li a{margin:0; padding:0;width:100%; float:left; color:#8e939f; font-size:14px;}

.fbox02d{width:25%; float:left; margin:50px 0; text-align:left; line-height:30px;}
.fbox02d p{color:#000; font-size:18px; text-align:left;  padding:0; font-weight:500;}
.fbox02d ul{margin:0; padding:0;width:100%; float:left;}
.fbox02d li{margin:0; padding:0;width:100%; float:left; list-style:none;}
.fbox02d li a{margin:0; padding:0;width:100%; float:left; color:#8e939f; font-size:14px;}

.fbox02d {
  width: 25%;
  float: left;
  margin: 50px 0;
  text-align: left;
  line-height: 30px;
}

.fbox02d p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fbox02d ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.fbox02d li {
  list-style: none;
}

.fbox02d li a {
  color: #8e939f;
  font-size: 14px;
  text-decoration: none;
}

.footer-subscribe {
  display: flex;
  margin: 12px 0 15px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.footer-subscribe input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  font-size: 14px;
  outline: none;
}

.footer-subscribe button {
  background-color: #efbc54;
  color: #026d4a;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-subscribe button:hover {
  background-color: #d4a63d;
  color: #fff;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  background-color: #026d4a;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #efbc54;
  color: #026d4a;
}




.fbox03{width:100%; float:left; background:#fcf2da; border-bottom:2px solid #838383;}
.fbox03 p{color:#8e939f; font-size:14px; text-align:left; line-height:30px; padding:20px;}

section.about_section.vdo_section {
    padding: 80px 50px;
}

section.about_section.vdo_section .vidimg-box {
    padding: 0;
}

section.about_section.vdo_section h2.adipark {
    text-align: right;
    color: #006c4c;
    font-size: 24px;
    font-weight: bold;
}

section.about_section.vdo_section .info-box {
    padding-right: 50px;
}

section.about_section.vdo_section h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: normal;
}


section.testimonial_section {
    padding: 60px 50px 40px 50px;
    background: transparent;
    border-top: 20px solid #efbc54;
    border-bottom: 20px solid #efbc54;
}

section.testimonial_section .detail-box {
    margin-top: 0;
}

.testm-box.yellow-bg {
    background: #f0bd54;
}

.testm-box.green-bg {
    background: #036c4d;
}

.testm-box {
    padding:20px 0px;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    box-shadow: 5px 5px 0px 0px #00000042;
}

.testm-box .image {
}

.testm-box .text {
    padding: 30px 40px 30px 50px;
    position: relative;
}
.testm-box .end {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.testm-box .start img,.testm-box .end img {
    max-width: 40px;
}

.testm-box .start {
    position: absolute;
    left: 0;
    top: 0;
}
.testm-box .text p {
    text-align: left;
    font-size: 15px;
    line-height: 27px;
}

.testm-box.yellow-bg .text:before {
    content: "";
    display: block;
}


.testm-box .post {
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
    padding: 10px 0;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.testm-box .post:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #006c4c;
    position: absolute;
    left: -5px;
}

.testm-box.green-bg .post:before{
    background: #f5bc55;
}

.testm-box.green-bg .text p, .testm-box.green-bg .text h2 {
    color: #fff;
}

.testm-box.green-bg .post,.testm-box.green-bg .post h3 {
    color: #fff;
}

.testm-box .post h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.testm-box .image img {
    max-width: 40%;
}
 
@media screen and (max-width: 1451px) {
section.about_section.vdo_section h3 {
    font-size: 22px;
}
section.about_section.vdo_section h3 br {
    display: none;
}
section.about_section.vdo_section h2.adipark {
    font-size: 20px;
}  
}

@media screen and (min-width: 1451px) and (max-width: 1700px) {
    section.fivetech.about_section .box {
    max-width: 280px;
    padding: 10px;
}

section.fivetech.about_section .box--in {
    min-width: 325px;
}

section.fivetech.about_section .box--in .text {
    padding-right: 20px;
}

section.fivetech.about_section .box--in .image-right {
    right: 0;
}

section.fivetech.about_section .box--in .image-right img {
    max-width: 34px;
}
}

@media screen and (max-width: 1450px) {
    section.fivetech.about_section .box {
        max-width: 245px;
    }
    section.fivetech.about_section .box--in {
        min-width: 285px;
    }
    
}

@media screen and (max-width: 600px) {
    section.fivetech.about_section .container-fluid {
        padding: 0 20px;
    }
    section.fivetech.about_section .box--in {
        min-width: 305px;
    }
}

