body {
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  color: #0c0c0c;
  overflow-x: hidden;
}
/*.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color:#0E1935 !important;
  z-index: 3;
}*/
.layout_padding {
  padding: 40px 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;
}

.slider_section .detail-box h1 {text-shadow: 2px 2px black;}

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

.heading_container h2 span {
  color: #de5e43;
}

.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: 100vh;
  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 {
  background-color:  #252525;
  padding: 15px 0;
 
}

.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: white;
  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:white;
}

.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;
  
  
  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: #de5e43;
}

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

.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;
  
  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: #de5e43;
}

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

.header_section .header_bottom {
  background-color:white;
  padding: 15px 0;
}

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

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

.custom_nav-container {
  padding: 0;
}

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

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: black;
  
   font-size: small;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: orangered;
}

.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 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: #de5e43;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color:orangered;
}

/*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/newimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height:700px;
  display: inline-block;
  position: relative;
  

   
}

.slider_section::before{
  content: " "; 
 /* background-color: rgba(255, 255, 255, 0.6);*/
 background-color: rgb(0 0 0 / 60%);
  
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

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

.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: blacks;
  margin-top: 50px;
  text-align: center;
}

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


.slider_section .detail-box p { /*.detail-box*/
  color:#ffffff;
  opacity: 1;
  font-size: 16px;
  
  text-align: justify;
  letter-spacing: 1px;
  padding-top: 20px;
  
}

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

.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:#0E1935;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid;
  
}

.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:#6f66611f;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid ;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: wheat;
  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;
  opacity: 0.9;
}

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

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

.service_section {
  position: relative;
}

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

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(146, 102, 102, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

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

.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: 15px;
}

.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: #de5e43;
}

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

.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: #de5e43;
  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: #de5e43;
  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 .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: #de5e43;
}

.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: #de5e43;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #de5e43;
  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: #de5e43;
}

.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();
  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: #de5e43;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

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

.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: #de5e43;
  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: #de5e43;
  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: #de5e43;
  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: #de5e43;
  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: #de5e43;
}

.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 {

}

.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: #de5e43;
}

.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: #de5e43;
  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: #de5e43;
  font-size: 18px;
  margin-right: 10px;
}

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

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

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

.footer_section p a {
  color: inherit;
}
/*
read more button
*/
#extra{
  display: none;
}
#myBtn{
  background-color: #0E1935;
  color: white;
  border: none;
  height: 40px;
  width: 100px;
}
#extra1{
  display: none;
}
#myBtn1{
  background-color:#0E1935;
  color: white;
  border: none;
  height: 40px;
  width: 150px;
}
.heading{
  text-align: center;
  padding-bottom: 20px;
}

/* dropdown*/


#foot{
  color: white;
  
  padding-top: 15px;
}
#foot:hover{
  color: orangered !important;
}
i{
  padding-left: -15px;
}
  .footer-colour2{
    background-color: #0E1935;
    min-height: 450px;
  }
  .footer-content {
    margin-top: 30px;
    margin-bottom: 20px;
}
.style1{
  position: relative;
  left: -5px;
}
.footer-colour {
  color: #FDBE33;
}.fa, .fas {
  font-weight: 1000;
}
.footer-content p{
  color: white;
}
.social_box1{
word-spacing: 10px;
}
.fa1{
  padding: 5px;
  
  margin: 5px 2px;
}

#space-x{
  padding-bottom:20px !important;
}


/* dropdown*/
.nav-item {
  position: relative; /* Make the parent element a positioning context */
  display: inline-block; /* Display the menu horizontally */
  margin-right: 40px; /* Add some spacing between menu items */
}

/* Style for the dropdown container */
.dropdown {
  display: none; /* Hide the dropdown by default */
  position: absolute; /* Position it absolutely with respect to the parent */
  top: 100%; /* Position it below the parent */
  left: 0; /* Align it with the left side of the parent */
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; /* Ensure it appears above other content */
}

/* Style for the individual dropdown items */
.dropdown li {
  padding: 12px 6px;
  text-decoration: none;
  display: block;
 
}

/* Change the background color of dropdown items on hover */
.dropdown li:hover {
  
}

/* Show the dropdown when hovering over the parent item */
.nav-item:hover .dropdown {
  display: block;
} .nav-item {
  position: relative; /* Make the parent element a positioning context */
  display: inline-block; /* Display the menu horizontally */
  margin-right: 40px; /* Add some spacing between menu items */
}

/* Style for the dropdown container */
.dropdown {
  display: none; /* Hide the dropdown by default */
  position: absolute; /* Position it absolutely with respect to the parent */
  top: 100%; /* Position it below the parent */
  left: 0; /* Align it with the left side of the parent */
  background-color: white;
 
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; /* Ensure it appears above other content */
}

/* Style for the individual dropdown items */
.dropdown li {
  padding: 12px 6px;
  text-decoration: none;
  display: block;
 
}

/* Change the background color of dropdown items on hover */
.dropdown li:hover {
  background-color: white;
}

/* Show the dropdown when hovering over the parent item */
.nav-item:hover .dropdown {
  display: block;
}










         
/*# sourceMappingURL=style.css.map */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
::selection{
  color: #fff;
  background:orangered;
}

  .wrapper{
  margin: 100px auto;
  max-width: 1100px;
}
.wrapper nav{
  display: flex;
  justify-content: center;
}
.wrapper .items{
  display: flex;
  max-width: 800px;
  width: 100%;
  justify-content: space-between;
}



.items span{
  padding: 7px 17px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color:black;
  border-radius: 50px;
  border: 2px solid orangered;
  transition: all 0.3s ease;
}
.items span.active,
.items span:hover{
  color: #fff;
  background: orangered;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image{
  width: calc(100% / 3);
  padding: 7px;
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}
.gallery .image.hide{
  display: none;
}
.gallery .image.show{
  animation: animate 0.4s ease;
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}
.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: rgb( 0, 0, 0,.9);
  
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details{
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.details .title p{
  font-weight: 500;
  margin-left: 5px;
}
.details .icon{
   font-weight: bolder;
  font-style: 62px;
  cursor: pointer;
  font-size: 40px;
  color: white;
}
.preview-box .image-box {
  width: 100%;
  height: auto;
  display: flex;
 
}
.image-box img{
  width: 100%;
  max-height: 550px;
   
 object-fit: contain;
  border-radius: 0 0 3px 3px;
}
@media (max-width:600px) {
  .image-box img{
    width: 100%;
    height: 450px;
     
   object-fit: contain;
    border-radius: 0 0 3px 3px;
  }
}

.shadow{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.4);
}
.shadow.show{
  display: block;
}
@media (max-width: 1000px) {
  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper nav .items{
    max-width: 600px;
  }
  nav .items span{
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  .gallery .image{
    width: 100%;

  }
}





/* pop up know more button*/
.model-text{

  max-width: 800px;
  font-size: small;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;

 
}
.model-text ul{
  
 
  
    text-align: justify;

}
.model-text li{
padding-top: 5px;
}
.close{
  position: relative;
  right: 30px;
  top: 5px;
}
#close1{
  margin-left: 90px;
}

/* adding more space in tesyimonal or form work sys*/
.my-row{
  margin-top: 50px;
}
/*testimoniyal or wrolk system*/
.list-style li{
 margin-left: 35px;
 
 
}
.test-btn{
  margin-left: 80px;
}
/*conact*/

#contact {
  width: 100%;
  height: 100%;
  
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color:black;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color:white;
  color:black;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: black;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: black;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
  
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: black;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color:orangered;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
@media (min-width:1100px) {
  .my-style{
    position: relative;
    top:50px;
  }
  
}

/*@media (max-width:700px) {
  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 45px;
    position: relative;
    left: 50px ;
   
  }
  
}*/
@media (max-width:430px) {
  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 5px;
    position: relative;
    left:  10px !important;
   
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
  
}
/* conact page inside the service section*/
@media (min-width:900px) {
  #kd{
    position: relative;
    left: 180px;
  }
}

/* footer side reduce in smal device*/
@media (min-width:321px) and (max-width:430px) {
  
.small-screen p{
  font-size: 13px !important;
}

  .footer-content{
    
  }
  .footer-content p {
    color:  black !important;
  }
  .footer-align {
    
    padding-left: 50px !important;
  }
  .d-flex a {
    padding-left: 60px;
    color: black !important;
  }
  
  .footer-colour{
    
    color: orangered !important;
    padding-left: 50px;
   }
   .footer-colour3{
           padding-left: 70px;
   }
 
 .footer-colour2{
  background-color: #F2F6F9!important;
  border-bottom: 2px solid black;
  
 }
}
/* whatsupp button style*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:4;
}

.my-float{
	margin-top:10px;
  margin-right: 1px;
}

.popup{
  background-color:wheat;
  width: 350px;
  padding: 10px 30px;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 30px;
  font-family: "Poppins",sans-serif;
  display: none; 
  text-align: center;
  z-index: 100;
  
}
.popup button{
  display: block;
  margin:  0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: orangered;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup .pop-heading{
margin-top: -20px;
}
.popup .pop-paragrap{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}
.pop-button{
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color:orangered;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
}
.input-text{
   border: 1px solid ;
    box-shadow: black;
    font-weight: 300;
     height: 40px;
    margin-top: 20px;
    text-align: center;
      font-weight: 300;
    background-color:whitesmoke ;
  
} 

@media (min-width:321px)and (max-width:420px) {
  .popup{
    background-color:wheat;
    width: 250px;
    padding: 10px 10px;
    
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 30px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    z-index: 100;
    
  }
  .float{
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:4;
  }
  
  .my-float{
    margin-top:10px;
    margin-right: 1px;
  }
}


/*footer*/

  @media (max-width:420px) {
    .pages1{
      border-top: 2px solid black;
     
    }
  }

  @media (min-width:1000px) {
    
  
  .pages2{
    margin-left: 30px !important;
  }
  }


/* heading color */
.head-color{
  color: orangered;
}

.test-text li{
  padding-bottom: 10px ;
  padding-left: 30px;
  font-size: 14px;
  text-align: justify;
  list-style: none;
 
}

.model-body li{
  padding-bottom: 6px ;
  
}
@media (min-width:320px) and (max-width:600px) {
  .layout_padding {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
}
@media (min-width:1000px) and (max-width:1030px){
  .about_section .row{
    margin-top: 30px;
  }
  .form-work-imgages {
    -ms-flex: 0 0 98%  ;
    flex: 0 0 98% !important;
    max-width: 98% !important;
  
}
.form-work-text{
  -ms-flex: 0 0 90%;
  flex: 0 0 90 !important;
  max-width: 90% !important;

}
 .img-box .images-box{
    width: 1000px !important;
    height: 500px !important;
    
 }
 .form-align-position{
     padding-left: 80px !important;
 }

}

@media (min-width:700px) and (max-width:991.98px) {
  .images-box {
    height: 500px !important;
    width: 800px;
  }
  
}

@media (min-width: 1032px){

  .form-work-imgages {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  
}
.form-work-text{
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
  max-height: 490px !important;
 
} 
.img-box1 img{
  height: 450px;
 
}
.form-work-imgages1{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
 

} 
.test-text{
  max-height:480px ;
  overflow: hidden;
}

.text-botem{
  width:700px; height:  700px; object-fit:cover;
}
.form-work-space{
  margin-left: 60px;
  }
  .form-work-space1{
   margin-left: 70px;
  }
.images-box{
  width: 820px;
  height:480px;
  min-height: 200px;
}

}


.form-heading{
  padding-left: 30px !important;
}

.form-button-style{
margin-left: 80px;
margin-bottom: 20px;
}
@media (min-width:1023px)and (max-width:1099px) {
  .form-positon{
    position: relative;
    margin-top: 140px;
  }
}
@media (min-width:1100px) {
  .form-positon{
    position: relative;
    margin-top: 90px;
  }
}
@media  (max-width:992px) {
  .form-positon{
    position: relative;
    margin-top: 80px;
  }
  .test-text li{
    padding-right: 30px;
  }
}
@media (min-width:770px) and (max-width:990px){
  .butn-readmore{
      margin-bottom: 20px;
  }
}

@media (min-width:992px) {
  .sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: white;
    width: 100%;
    padding-left: 30px;

  }
 
  .shadow-sm{
    
  }
}
@media (min-width:1208px) {
  .slider_section .detail-box .btn-box{
    left: 330px;

  }
}
@media (min-width:430px) and (max-width:698px){
  .slider_section .detail-box .btn-box{
    left: 100px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
  .slider_section .detail-box p{
    font-size: 13px;
  }
}

@media (min-width:700px) and (max-width:790px){
  .slider_section .detail-box .btn-box{
    left: 50px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }  .slider_section .detail-box p{
    font-size: 13px;
  }
}
@media (min-width:800px) and (max-width:902px){
  .slider_section .detail-box .btn-box{
    left: 80px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
}
@media (min-width:904px) and (max-width:1000px){
  .slider_section .detail-box .btn-box{
    left: 140px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
}
@media (min-width:1004px) and (max-width:1030px){
  .slider_section .detail-box .btn-box{
    left: 180px;
  }
}

.slider_section #customCarousel1{
  height: 530px;
}
#myBtn,#myBtn1{
  position: relative;
  left: 100px;
  margin-bottom: 30px;
 }
 @media (min-width:1208px) {
  .slider_section .detail-box .btn-box{
    left: 330px;

  }
}
@media (min-width:431px) and (max-width:698px){
  .slider_section .detail-box .btn-box{
    left: 80px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
  .slider_section .detail-box p{
    font-size: 13px;
  }
}

@media (min-width:700px) and (max-width:790px){
  .slider_section .detail-box .btn-box{
    left: 50px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }  .slider_section .detail-box p{
    font-size: 13px;
  }
}
@media (min-width:800px) and (max-width:902px){
  .slider_section .detail-box .btn-box{
    left: 80px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
}
@media (min-width:904px) and (max-width:1000px){
  .slider_section .detail-box .btn-box{
    left: 140px;
    margin-top: 5px;
  }
  .slider_section .carousel-indicators{
    margin-top: 5px;
  }
}
@media (min-width:1004px) and (max-width:1030px){
  .slider_section .detail-box .btn-box{
    left: 180px;
  }
}

.slider_section #customCarousel1{
  height: 530px;
}

@media (min-width:1280px) {
  .form-work-text1{
  margin-top:-200px ;
 } 
 .form-work-text2{
  margin-top:-100px ;
 } 
 .form-work-text3{
  margin-top:-80px ;
 } 
 .form-work-text4{
  margin-top:-60px ;
 } 
}