
/*--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i");

/*Color Variables*/
::selection {
  background-color: #f8b81d;
  color: #FFFFFF;
}



* {

  scroll-behavior: smooth;


}

@media (min-width: 1100px) {
  .container-fluid {
    max-width: 90%;
    /* Limit the width */
    margin-left: auto;
    /* Center it horizontally */
    margin-right: auto;
  }

}

.container-fluid-wr{
  width:100%;
padding-right:var(--bs-gutter-x,.75rem);
padding-left:var(--bs-gutter-x,.75rem);
margin-right:auto;
margin-left:auto
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-white{
  color: white;
}
.text-grey{
  color: rgb(217, 217, 217);
}

/* Button */
.button_all {
  font: 700 18px/59px "Roboto", sans-serif;
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  border: 0;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 0;
}

.button_all:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0d5499;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.button_all:hover,
.button_all:focus {
  color: #fff !important;


}

.button_all:hover:before,
.button_all:focus:before {
  transform: scaleY(1);
}

/* Section Title*/
.tittle {
  text-align: center;
  text-transform: uppercase;
}

.tittle h2 {
  font: 400 24px "Oswald", sans-serif;
  color: #222222;

  position: relative;
}

.tittle h2:after {
  content: "";
  position: absolute;
  background: #f6b60b;
  height: 5px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.tittle h4 {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
  padding-top: 55px;
}

/* Subtittle */
.subtittle h2 {
  font: 700 36px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.subtittle h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background: #222222;
  left: 0;
  bottom: -22px;
}

.subtittle h5 {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
  padding-top: 22px;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.png);
}

/*--------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  /*Section Fix*/
}

body h1,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body p {
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #555555;
  margin: 0;
}

body section.row,
body header.row,
body footer.row {
  margin: 0;
}

/*Ancore*/
a,
.btn,
button {
  outline: none;
  transition: all 300ms linear 0s;
}

a:before,
a:after,
.btn:before,
.btn:after,
button:before,
button:after {
  transition: all 300ms linear 0s;
}

a:focus,
a:hover,
.btn:focus,
.btn:hover,
button:focus,
button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*--------------------------------------------------*/
/* Top header */
.top_header_area {
  background: #0e4370;
}

.top_header_area .top_nav li a {
  font: 400 14px/50px "Roboto", sans-serif;
  color: #fff;
  padding: 0;
  padding-left: 30px;
}

.top_header_area .top_nav li a i {
  color: #f6b60b;
  font-size: 18px;
  padding-right: 10px;
}

.top_header_area .top_nav li a:hover,
.top_header_area .top_nav li a:focus {
  background-color: transparent;
  color: #f6b60b;
}

.top_header_area .top_nav li:first-child a {
  padding: 0;
}

.top_header_area .social_nav {
  margin: 0;
  padding-top: 12px;
}

.top_header_area .social_nav li a {
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
}

.top_header_area .social_nav li a i {
  line-height: 24px;
}

.top_header_area .social_nav li a:hover,
.top_header_area .social_nav li a:focus {
  background: #f6b60b;
  color: #111f29;
}

/* End Top header */
/* Top header 2 */
.top_header_area.top_header {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.top_header_area.top_header .right_top_header {
  background: #111f29;
  display: block;
  overflow: hidden;
  padding-left: 20px;
}

.top_header_area.top_header .right_top_header:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  background: #111f29;
  height: 50px;
  z-index: -1;
}

.navbar-nav .dropdown a .fa-size {
  font-size: 1.7em !important;
  position: relative;
  top: 3px;
  left: 4px;
}



/* End Top header 2 */
/* Header Aera */
.header_aera {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  top: 0;
  box-shadow: 0px 0px 20px 0px rgba(21, 47, 95, 0.2);
}

.header_aera .searchForm {
  height: 0;
  overflow: hidden;
  transition: all 300ms linear 0s;
}

.header_aera .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 0 45px;
  background: #f6b60b;
  color: #fff;
  cursor: pointer;
}

.header_aera .searchForm .form-control {
  height: 79px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #f6b60b;
  text-align: center;
  font: 400 16px "Roboto", sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.header_aera .searchForm .form-control.placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .searchForm .form-control:-moz-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .searchForm .form-control::-webkit-input-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .show {
  height: 80px;
  border-bottom: 1px solid transparent;
}

.header_aera .navbar-header .navbar-brand {
  padding-top: 25px;
}

.header_aera .navbar-header .navbar-brand img {
  max-width: 200px;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
  font: 700 14px/100px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding: 0;
  padding-left: 30px;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover,
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
  color: #f6b60b;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
  width: 100px;
  background: #f6b60b;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 15px;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:hover,
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:focus {
  color: #222222;
}

.navbar-collapse .dropdown ul li {
  z-index: 999999;
  /* visibility: visible; */
}

@media only screen and (max-width: 576px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    min-width: 190px;
    transition: all 500ms ease-in-out !important;
    background: #f6b60b !important;
  }

  /* .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li:hover{
  transition: all 500ms ease-in-out !important;
  background: #ffffff !important;
  color:#f6b60b !important;
} */
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li:focus {
    transition: all 500ms ease-in-out !important;
    background: #ffffff !important;
    color: #f6b60b !important;
  }
}



@media only screen and (max-width: 767px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    min-width: 190px;
    transition: all 500ms ease-in-out !important;
    background: #f6b60b !important;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: -15px !important;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu .other_dropdwn {
    margin-right: -122px;
  }

  .header_aera .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (min-width: 768px) {
  .header_aera .navbar-header .navbar-brand img {
    max-width: 250px;
    margin-top: -17px;
  }
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  min-width: 190px;
  transition: all 500ms ease-in-out;
  background: #f6b60b;
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    margin-right: -150px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top;
  }
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li {
  display: block;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a {
  line-height: normal;
  font: 700 14px/normal "Roboto", sans-serif;
  padding: 12px 8px;
  display: block;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #222222;
  position: absolute;
  top: 0px;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 800ms ease-in-out;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  background: #222222;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 800ms ease-in-out;
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul {
    transform: rotateX(0deg);
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:before {
    transform: scaleX(1);
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:after {
    transform: scaleX(1);
  }
}

/* End Header Aera */
/* End header area 2 */
.header_aera_tow {
  background-color: transparent;
  position: relative;
  box-shadow: none;
}

.header_aera_tow .navbar_right_fulid {
  background: #fff;
  height: 100px;
  padding-left: 20px;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}

.header_aera_tow .navbar_right_fulid:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  width: 30%;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}

.header_aera_tow .navbar_right_fulid ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

/* header area 2 */
/*--------------------------------------------------*/
/* slider_area */
.slider_area .slider_inner .camera_caption {
  height: 100%;
}

.slider_area .slider_inner .camera_caption div {
  background: transparent;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  text-shadow: none;
  left: 0;
}

.camera_caption {
  position: relative;
  z-index: 1;
}

.slider_inner .slider-img-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay with transparency */
  z-index: -1;
  /* Keeps the text above the overlay */
}


.slider_area .slider_inner .camera_caption div h5 {
  color: #ffffff;
    font: 400 22px "Roboto", sans-serif;
}

.slider-h5 {
  font-size: 24px; /* Adjust size */
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #000; /* Black text */
  text-align: center;
  position: relative;
  display: inline-block;
}

.slider-h5::before,
.slider-h5::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px; /* Adjust line length */
  height: 3px; /* Line thickness */
  background-color: #f6b60b; /* Line color */
}

.slider-h5::before {
  left: -50px;
}

.slider-h5::after {
  right: -50px;
}
.slider_area .slider_inner .camera_caption div h3 {
  color: #fff;
  font: 400 52px "Roboto", sans-serif;
  padding-top: 27px;
  font-weight: 700;
}

.slider_area .slider_inner .camera_caption div p {
  padding-top: 30px;
  color: #fff;
  font: 400 14px/26px "Roboto", sans-serif;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  text-transform: full-size-kana;
}

.slider_area .slider_inner .camera_caption div a {
  font: 700 18px/59px "Roboto", sans-serif;
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  outline: none !important;
  box-shadow: none;
  border: 0;
  color: #222222;
  position: relative;
  z-index: 2;
  padding: 0;
}

.slider_area .slider_inner .camera_caption div a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slider_area .slider_inner .camera_caption div a:hover:before,
.slider_area .slider_inner .camera_caption div a:focus:before {
  transform: scaleY(1);
}

.slider_area .slider_inner .camera_prev,
.slider_area .slider_inner .camera_next {
  opacity: 1 !important;
  background-color: transparent;
}

.slider_area .slider_inner .camera_prev span,
.slider_area .slider_inner .camera_next span {
  display: none;
}

.slider_area .slider_inner .camera_prev {
  position: relative;
}

.slider_area .slider_inner .camera_prev:after {
  content: "";
  position: absolute;
  top: -20px;
  background: url("../vendors/camera-slider/images/prev.png") no-repeat;
  left: 382px;
  height: 50px;
  width: 50px;
}

.slider_area .slider_inner .camera_next:after {
  content: "";
  position: absolute !important;
  top: 0;
  background: url("../vendors/camera-slider/images/next.png") no-repeat;
  right: 382px;
  height: 50px;
  width: 50px;
}

.slider_area .slider_inner .camera_fakehover {
  top: 20px;
}

/* End slider_area */
/* slider_area_tow */
.slider_area_tow .slider_inner .camera_caption div .container {
  width: 1170px !important;
  text-align: left;
  position: relative;
  top: 250px;
}

.slider_area_tow .slider_inner .camera_caption div .container p {
  margin: 0;
}

.slider_area_tow .slider_inner .camera_caption div .container a {
  margin: 0;
}

.slider_area_tow .slider_inner .camera_prev:after {
  left: 230px;
}

.slider_area_tow .slider_inner .camera_next:after {
  right: 230px;
}

/* End slider_area_tow */
/* Banner Area */
.banner_area {
  background: url("../images/hero-echipa.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 80px !important;
}

.banner_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.banner_area h2 {
  color: #fff;
  font: 400 40px "Oswald", sans-serif;
  text-transform: uppercase;
  padding-top: 85px;
  margin-top: 0px !important;

}

.banner_area .breadcrumb {
  background-color: transparent;
  padding-top: 15px;
}

.banner_area .breadcrumb li a {
  font: 400 14px "Roboto", sans-serif;
  color: #fefefe;
}

.banner_area .breadcrumb li a.active {
  color: #f6b60b;
}


/* about banner area */


.about_area {
  background: url("../images/banner-about.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.about_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.about_area h2 {
  color: #fff;
  font: 400 40px "Oswald", sans-serif;
  text-transform: uppercase;
  padding-top: 85px;
  margin-top: 0px !important;

}

.about_area .breadcrumb {
  background-color: transparent;
  padding-top: 15px;
}

.about_area .breadcrumb li a {
  font: 400 14px "Roboto", sans-serif;
  color: #fefefe;
}

.about_area .breadcrumb li a.active {
  color: #f6b60b;
}

/* End Banner Area */
/*--------------------------------------------------*/
.professional_builder {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 50px;
}

.professional_builder .builder_all .builder {
  text-align: center;
  padding-bottom: 25px;
}

.professional_builder .builder_all .builder i {
  font-size: 48px;
  color: #f6b60b;
  padding-bottom: 35px;
}

.professional_builder .builder_all .builder h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 20px;
}

.professional_builder .builder_all .builder p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
}

/*--------------------------------------------------*/
/* about_us_area */

.our_skill_inner {
  margin-top: 40px;
}

.about-section {
  padding: 50px 0 80px;
}

.about_us_area {
  background: #fefefe;
}

.about_us_area .about_row {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about_us_area .about_row p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 28px;
  padding-bottom: 54px;
}

.about_us_area .about_row .about_client {
  padding-top: 7px;
}

.about_us_area .about_row .about_client img {
  max-width: 100%;
}

.about_us_area .about_row .our_skill_inner .single_skill h3 {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 8px;
}

.about_us_area .about_row .our_skill_inner .single_skill .progress {
  background: #f5f5f5;
  box-shadow: none;
  height: 8px;
  width: 100%;
  overflow: visible;
  border-radius: 0;
  position: relative;
  margin-bottom: 40px;
}

.about_us_area .about_row .our_skill_inner .single_skill .progress .progress-bar {
  background: #f6b60b;
  box-shadow: none;
}

.about_us_area .about_row .our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
  position: absolute;
  right: 0;
  top: -30px;
}

.about_us_area .about_us2_pages {
  padding-top: 90px;
}

/* .aboutright-side {
  background: url("../images/about11.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;


} */

.aboutright-side:after {
  content: "";
  position: absolute;
  width: 96%;
  height: 100%;
  top: 10px;
  left: -2px;
  background-color: #ffbc13;
  z-index: -1;
}

.about-section .left-content p {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .aboutright-side {
    min-width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------*/
.what_we_area {
  background: #f8b81d;
}

.what_we_area .tittle h2:after {
  background: #fff;
}

.what_we_area .tittle h4 {
  color: #333;
}

.what_we_area .construction_iner {
  padding-top: 60px;
  padding-bottom: 70px;
}

.what_we_area .construction_iner .construction {
  text-align: center;
  padding-bottom: 30px;
  cursor: move;
}

.what_we_area .construction_iner .construction .cns-img {
  z-index: 2;
}

.what_we_area .construction_iner .construction .cns-img img {
  max-width: 100%;
}

.what_we_area .construction_iner .construction .cns-content {
  background: #fff;
  padding: 0 30px;
  padding-bottom: 20px;
  margin-top: -30px;
}

.what_we_area .construction_iner .construction .cns-content i {
  color: #fff;
  font-size: 24px;
  background: #333333;
  line-height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  z-index: 1;
  transition: all 300ms linear 0s;
  position: relative;
}

.what_we_area .construction_iner .construction .cns-content a {
  font: 700 18px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #222222;
  padding-top: 17px;
  display: block;
}

.what_we_area .construction_iner .construction .cns-content p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 20px;
}

.what_we_area .construction_iner .construction:hover a,
.what_we_area .construction_iner .construction:focus a {
  color: #f6b60b;
}

.what_we_area .construction_iner .construction:hover i,
.what_we_area .construction_iner .construction:focus i {
  font-size: 35px;
}

/*--------------------------------------------------*/
.our_feature_area {
  padding-bottom: 90px;
  background: #fefefe;
}

.our_feature_area .feature_row {
  padding-top: 70px;
}

.our_feature_area .feature_row .feature_img {
  padding-top: 10px;
}

.our_feature_area .feature_row .feature_img img {
  max-width: 100%;
}

.our_feature_area .feature_row .feature_content .subtittle {
  padding-bottom: 40px;
}

.our_feature_area .feature_row .feature_content .media {
  padding-bottom: 15px;
}

.our_feature_area .feature_row .feature_content .media .media-left {
  padding-right: 30px;
}

.our_feature_area .feature_row .feature_content .media .media-left a i {
  font-size: 24px;
  color: #f6b60b;
  line-height: 50px;
  width: 60px;
  text-align: center;
  background: #333333;
  border: 5px solid #f6b60b;
}

.our_feature_area .feature_row .feature_content .media .media-body a {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
}

.our_feature_area .feature_row .feature_content .media .media-body a:hover,
.our_feature_area .feature_row .feature_content .media .media-body a:focus {
  color: #f6b60b;
}

.our_feature_area .feature_row .feature_content .media .media-body p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 20px;
}

/*--------------------------------------------------*/
/* our_services_area */
.our_services_area {
  background: #2e3841;
  padding-bottom: 100px;
}

.our_services_area .tittle h2 {
  color: #fff;
}

.our_services_area .tittle h4 {
  color: #fefefe;
}

.our_services_area .portfolio_inner_area {
  padding-top: 60px;
}

.our_services_area .portfolio_inner_area .portfolio_filter {
  padding-bottom: 55px;
}

.our_services_area .portfolio_inner_area .portfolio_filter ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.our_services_area .portfolio_inner_area .portfolio_filter ul li {
  list-style: none;
  display: inline-block;
  padding-left: 30px;
}

.our_services_area .portfolio_inner_area .portfolio_filter ul li:first-child {
  padding: 0;
}

.our_services_area .portfolio_inner_area .portfolio_filter ul li a {
  font: 400 14px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #f5f5f5;
}

.our_services_area .portfolio_inner_area .portfolio_filter ul li:hover a,
.our_services_area .portfolio_inner_area .portfolio_filter ul li:focus a,
.our_services_area .portfolio_inner_area .portfolio_filter ul li.active a {
  color: #f6b60b;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner {
  position: relative;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner img {
  max-width: 100%;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover {
  background-color: rgba(248, 184, 29, 0.851);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  padding-top: calc(50% - 70px);
  cursor: pointer;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover h4 {
  color: #fff;
  font: 700 14px "Roboto", sans-serif;
  padding-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  left: -65%;
  transition: all 300ms linear 0s;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul {
  padding: 0;
  margin: 0;
  position: relative;
  right: -67%;
  transition: all 300ms linear 0s;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li {
  list-style: none;
  display: inline-block;
  padding-left: 17px;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li:first-child {
  padding: 0;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a:hover,
.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a:focus {
  color: #f6b60b;
  background: #fff;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover,
.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover {
  opacity: 1;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover h4,
.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover h4 {
  left: 0;
}

.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover ul,
.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover ul {
  right: 0;
}

/* grid-sizer css */
.grid-sizer {
  width: 33.33333333%;
}

/* End our_services_area */
/* our_services_tow */
.our_services_tow {
  background: #f5f5f5;
  padding-bottom: 100px;
  overflow: hidden;
  display: block;
}

.our_services_tow .architecture_area {
  padding-top: 60px;
}

.our_services_tow .architecture_area .portfolio_filter_2 {
  border: 1px solid #dfe3e4;
  display: block;
  overflow: hidden;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul {
  padding: 0;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li {
  float: left;
  list-style: none;
  width: 20%;
  text-align: center;
  transition: all 300ms linear 0s;
  border-right: 1px solid #dfe3e4;
  height: 150px;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li:last-child {
  border-right: 0;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li a {
  font: 400 18px "Roboto", sans-serif;
  color: #222222;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li a i {
  font-size: 36px;
  display: block;
  padding-bottom: 10px;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li:hover,
.our_services_tow .architecture_area .portfolio_filter_2 ul li:focus,
.our_services_tow .architecture_area .portfolio_filter_2 ul li.active {
  border-bottom: 5px solid #f6b60b;
}

.our_services_tow .architecture_area .portfolio_filter_2 ul li:hover a,
.our_services_tow .architecture_area .portfolio_filter_2 ul li:focus a,
.our_services_tow .architecture_area .portfolio_filter_2 ul li.active a {
  color: #f6b60b;
}

.our_services_tow .architecture_area .portfolio_2 {
  padding-top: 90px;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities img {
  max-width: 100%;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area .subtittle {
  padding-bottom: 30px;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area .subtittle h2:after {
  background: #f6b60b;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-bottom: 30px;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area a {
  margin-top: 20px;
}

.our_services_tow .services_pages {
  padding-top: 0;
}

.grid-sizer-2 {
  width: 41.66666667%;
}

/* our_services_tow */
/*--------------------------------------------------*/
.our_team_area {
  padding-bottom: 70px;
  background: #fefefe;
}

.our_team_area .team_row {
  padding-top: 70px;
}

.our_team_area .team_row .team_membar {
  height: 378px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.our_team_area .team_row .team_membar img {
  max-width: 100%;
}

.our_team_area .team_row .team_membar .team_content {
  background: #f6b60b;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.our_team_area .team_row .team_membar .team_content ul {
  padding: 0;
  margin: 0;
  height: 0px;
  overflow: hidden;
  transition: all 300ms linear 0s;
}

.our_team_area .team_row .team_membar .team_content ul li {
  list-style: none;
  padding-left: 20px;
  display: inline-block;
}

.our_team_area .team_row .team_membar .team_content ul li:first-child {
  padding: 0;
}

.our_team_area .team_row .team_membar .team_content ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
}

.our_team_area .team_row .team_membar .team_content ul li a:hover,
.our_team_area .team_row .team_membar .team_content ul li a:focus {
  color: #f6b60b;
  background: #fff;
}

.our_team_area .team_row .team_membar .team_content .name {
  font: 700 14px "Roboto", sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}

.our_team_area .team_row .team_membar .team_content h6 {
  font: 400 14px "Roboto", sans-serif;
  color: #fff;
  padding-top: 5px;
}

.our_team_area .team_row .team_membar:hover .team_content ul,
.our_team_area .team_row .team_membar:focus .team_content ul {
  height: 50px;
}

.service-section {
  padding: 40px 0px 40px !important;
}


.service-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 55px;
}

.service-section .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: transparent;
  margin: 0px 18px;
}

.service-section .owl-dots .owl-dot.active span:before {}

.service-section .owl-dots .owl-dot span:before {
  position: absolute;
  content: '0';
  text-align: center;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  color: #c3c4c8;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-section .owl-dots .owl-dot:first-child span:before {
  content: '01';
}

.service-section .owl-dots .owl-dot:nth-child(2) span:before {
  content: '02';
}

.service-section .owl-dots .owl-dot:nth-child(3) span:before {
  content: '03';
}

.service-section .owl-dots .owl-dot:nth-child(4) span:before {
  content: '04';
}

.service-section .owl-dots .owl-dot:nth-child(5) span:before {
  content: '05';
}

.service-section .owl-dots .owl-dot span:after {
  position: absolute;
  content: '';
  background: #bbbcc0;
  width: 2px;
  height: 3px;
  right: -23px;
  bottom: -4px;
}

.service-section .owl-dots .owl-dot:last-child span:after {
  display: none;
}

.service-section .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 1;
}

.service-section .owl-nav button {
  position: relative;
}

.service-section .owl-nav button span {
  display: none;
}

.service-section .owl-nav button.owl-prev:before {
  position: absolute;
  content: "\f0d9";
  font-family: 'Font Awesome 5 Pro';
  left: -113px;
  top: -14px;
  font-size: 24px;
  color: #4f4d52;
  transform: rotate(0deg);
  transition: all 500ms ease;
}

.service-section .owl-nav button.owl-next:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  right: -121px;
  top: -15px;
  font-size: 24px;
  color: #4f4d52;
  transition: all 500ms ease;
}

.service-section .owl-nav button:hover:before {
  color: #fff;
}

/*--------------------------------------------------*/
.our_achievments_area {
  background: url("..assets/images/achievments_bg.jpg") no-repeat fixed;
  background-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.our_achievments_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.our_achievments_area .tittle h2 {
  color: #fff;
}

.our_achievments_area .tittle h4 {
  color: #fefefe;
}

.our_achievments_area .achievments_row {
  padding-top: 60px;
  text-align: center;
}

.our_achievments_area .achievments_row .completed {
  text-align: center;
  border-right: 3px solid #fff;
}

.our_achievments_area .achievments_row .completed:last-child {
  border: 0;
}

.our_achievments_area .achievments_row .completed i {
  font-size: 30px;
  color: #fff;
  display: block;
  padding-top: 10px;
}

.our_achievments_area .achievments_row .completed .counter {
  font: 700 40px "Roboto", sans-serif;
  color: #f6b60b;
  display: block;
  padding-top: 23px;
}

.our_achievments_area .achievments_row .completed h6 {
  font: 400 14px "Roboto", sans-serif;
  color: #fff;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

/*--------------------------------------------------*/
/* Testimonial Area */
.testimonial_area {
  padding-bottom: 90px;
  background: #fefefe;
}

.testimonial_area .testimonial_carosel {
  padding-top: 60px;
}

.testimonial_area .testimonial_carosel .item .media {
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.testimonial_area .testimonial_carosel .item .media .media-left {
  padding-right: 30px;
}

.testimonial_area .testimonial_carosel .item .media .media-left a img {
  width: auto;
}

.testimonial_area .testimonial_carosel .item .media .media-body {
  padding-top: 40px;
}

.testimonial_area .testimonial_carosel .item .media .media-body h4 {
  font: 700 14px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #222222;
}

.testimonial_area .testimonial_carosel .item .media .media-body h6 {
  font: 400 italic 14px "Roboto", sans-serif;
  color: #555555;
  padding-top: 5px;
}

.testimonial_area .testimonial_carosel .item p {
  font: 400 italic 14px/26px "Roboto", sans-serif;
  color: #f6b60b;
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.testimonial_area .testimonial_carosel .item p i {
  color: #555555;
  font-size: 18px;
  display: block;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-left {
  text-align: right;
  padding-top: 5px;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-right {
  text-align: left;
  padding-bottom: 5px;
}

.testimonial_area .testimonial_carosel .owl-controls {
  text-align: center;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 2px solid #555555;
  margin-left: 15px;
  display: inline-block;
  transition: all 300ms linear 0s;
  border-radius: 50%;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:hover,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:focus,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot.active {
  background: #f6b60b;
  border: 2px solid #f6b60b;
}

/* End Testimonial Area */
/* Our Partners Area */
.our_partners_area {
  background: #f5f5f5;
}

.our_partners_area .partners {
  padding-top: 60px;
  padding-bottom: 71px;
}

.our_partners_area .partners .item img {
  width: 100%;
}

.our_partners_area .book_now_aera {
  background: #f6b60b;
  padding: 50px 0;
}

.our_partners_area .book_now_aera .book_now .booking_text {
  padding-top: 8px;
}

.our_partners_area .book_now_aera .book_now .booking_text h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
}

.our_partners_area .book_now_aera .book_now .booking_text p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 5px;
}

.our_partners_area .book_now_aera .book_now .book_bottun a {
  width: 200px;
  background: #333333;
  border-radius: 10px;
  color: #fff;
}

/* End Our Partners Area */
/*--------------------------------------------------*/
.featured_works {
  background: url("../images/protfolio_bg.jpg") no-repeat fixed;
  background-position: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
  padding-bottom: 100px;
}

.featured_works .tittle {
  margin-left: auto;
  margin-right: auto;
}

.featured_works:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.featured_works .tittle h2 {
  color: #fff;
}

.featured_works .tittle h4 {
  color: #fefefe;
}

.featured_works .featured_gallery {
  padding-top: 60px;
}

.featured_works .featured_gallery .gallery_iner {
  position: relative;
  overflow: hidden;
}

.featured_works .featured_gallery .gallery_iner img {
  max-width: 100%;
}

.featured_works .featured_gallery .gallery_iner:after {
  content: "";
  position: absolute;
  background-color: rgba(248, 184, 29, 0.7);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.featured_works .featured_gallery .gallery_iner .gallery_hover {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
}

.featured_works .featured_gallery .gallery_iner .gallery_hover h4 {
  color: #fff;
  font: 700 14px "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 18px;
  position: relative;
  right: -100%;
  transition: all 300ms linear 0s;
}

.featured_works .featured_gallery .gallery_iner .gallery_hover a {
  width: 200px;
  font: 400 14px/60px "Roboto", sans-serif;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: #333333;
  color: #fff;
  position: relative;
  left: -100%;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
  margin: 0 auto;
}

.featured_works .featured_gallery .gallery_iner .gallery_hover a:hover,
.featured_works .featured_gallery .gallery_iner .gallery_hover a:focus {
  background: #fff;
  color: #f6b60b;
}

.featured_works .featured_gallery .gallery_iner:hover:after,
.featured_works .featured_gallery .gallery_iner:focus:after {
  opacity: 1;
}

.featured_works .featured_gallery .gallery_iner:hover .gallery_hover h4,
.featured_works .featured_gallery .gallery_iner:focus .gallery_hover h4 {
  right: 0;
}

.featured_works .featured_gallery .gallery_iner:hover .gallery_hover a,
.featured_works .featured_gallery .gallery_iner:focus .gallery_hover a {
  left: 0;
}

/*--------------------------------------------------*/
/* latest_blog_area */
.latest_blog_area {
  padding-bottom: 70px;
  background: #fefefe;
}

.latest_blog_area .latest_blog {
  padding-top: 60px;
}

.latest_blog_area .latest_blog .blog_content {
  padding-bottom: 25px;
}

.latest_blog_area .latest_blog .blog_content img {
  max-width: 100%;
}

.latest_blog_area .latest_blog .blog_content .blog_heading {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
  display: block;
  padding-top: 45px;
}

.latest_blog_area .latest_blog .blog_content .blog_heading:hover,
.latest_blog_area .latest_blog .blog_content .blog_heading:focus {
  color: #f6b60b;
}

.latest_blog_area .latest_blog .blog_content h4 {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
  text-transform: uppercase;
  padding-top: 25px;
}

.latest_blog_area .latest_blog .blog_content h4 a {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
}

.latest_blog_area .latest_blog .blog_content h4 a:hover,
.latest_blog_area .latest_blog .blog_content h4 a:focus {
  color: #f6b60b;
}

.latest_blog_area .latest_blog .blog_content h4 span {
  color: #f6b60b;
  width: 40px;
  text-align: center;
  display: inline-block;
}

.latest_blog_area .latest_blog .blog_content p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  text-align: justify;
  padding-top: 30px;
}

.latest_blog_area .latest_blog .blog_content p a {
  font-weight: 700;
  color: #222222;
}

.latest_blog_area .latest_blog .blog_content p a:hover,
.latest_blog_area .latest_blog .blog_content p a:focus {
  color: #f6b60b;
}

/* End latest_blog_area */
/* blog_tow_area */
.blog_tow_area {
  padding-top: 100px;
  padding-bottom: 70px;
}

.blog_tow_area .blog_tow_row .renovation {
  padding-bottom: 30px;
}

.blog_tow_area .blog_tow_row .renovation img {
  max-width: 100%;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content {
  border: 1px solid #888;
  padding: 28px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .clipboard {
  background: #f6b60b;
  border: 1px solid #fff;
  width: 60px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-top: -60px;
  text-align: center;
  z-index: 1;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .clipboard i {
  font-size: 24px;
  color: #fefefe;
  line-height: 60px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .tittle {
  font: 700 14px/1 "Roboto", sans-serif;
  color: #222222;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding-top: 30px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .tittle:hover,
.blog_tow_area .blog_tow_row .renovation .renovation_content .tittle:focus {
  color: #f6b60b;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .date_comment {
  padding-top: 20px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .date_comment a {
  font: 400 14px "Roboto", sans-serif;
  color: #888;
  padding-right: 60px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content .date_comment a i {
  padding-right: 10px;
}

.blog_tow_area .blog_tow_row .renovation .renovation_content p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 30px;
  padding-bottom: 5px;
}

/* End blog_tow_area */
/*--------------------------------------------------*/
.call_min_area {
  background: #f6b60b;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 100px;
}

.call_min_area h2 {
  font: 400 60px "Roboto", sans-serif;
  color: #fff;
}

.call_min_area P {
  font: 400 30px/36px "Roboto", sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 20px;
}

.call_min_area .call_btn a {
  display: inline-block;
  border: 2px solid #fff;
  font: 400 18px/56px "Roboto", sans-serif;
  color: #fefefe;
  margin-left: 20px;
}

.call_min_area .call_btn a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .building_construction_area .building_construction_row .constructing_right {
    display: none !important;
  }
}

@media only screen and (min-width : 1440px) {
  .building_construction_area .building_construction_row .constructing_right {
    display: block !important;
  }
}


/*--------------------------------------------------*/
.building_construction_area .building_construction_row {
  padding-top: 50px;
  /* padding-bottom: 40px; */
}

.building_construction_area .building_construction_row .constructing_laft h2 {
  font: 700 24px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.building_construction_area .building_construction_row .constructing_laft img {
  max-width: 100%;
}

.building_construction_area .building_construction_row .constructing_laft a {
  font: 700 24px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: block;
  padding-top: 25px;
}

.building_construction_area .building_construction_row .constructing_laft a:hover,
.building_construction_area .building_construction_row .constructing_laft a:focus {
  color: #f6b60b;
}

.building_construction_area .building_construction_row .constructing_laft p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  margin-top: 29px !important;
}

.building_construction_area .building_construction_row .constructing_laft .text-para {
  margin-top: 29px !important;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum {
  padding-left: 0;
  padding-top: 15px;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator {
  padding: 0;
  padding-top: 15px;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator li {
  list-style: none;
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  margin: 15px 0;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator li i {
  color: #f6b60b;
  padding-right: 15px;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum_img {
  padding-top: 25px;
  padding-bottom: 16px;
}

.building_construction_area .building_construction_row .constructing_laft .ipsum_img img {
  max-width: 100%;
}

.building_construction_area .building_construction_row .constructing_right h2 {
  font: 700 24px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 0px;
}

.building_construction_area .building_construction_row .constructing_right .painting {
  padding: 0;
  padding-bottom: 40px;
}

.building_construction_area .building_construction_row .constructing_right .painting li {
  list-style: none;
  padding-bottom: 10px;
}

.building_construction_area .building_construction_row .constructing_right .painting li a {
  font: 700 14px/50px "Roboto", sans-serif;
  color: #555555;
  background: #f5f5f5;
  display: block;
  padding-left: 25px;
}

.building_construction_area .building_construction_row .constructing_right .painting li a i {
  font-size: 18px;
  padding-right: 20px;
}

.building_construction_area .building_construction_row .constructing_right .painting li a:hover,
.building_construction_area .building_construction_row .constructing_right .painting li a:focus {
  color: #f6b60b;
}

.building_construction_area .building_construction_row .constructing_right .contact_us {
  background: #f6b60b;
  padding: 30px;
}

.building_construction_area .building_construction_row .constructing_right .contact_us h4 {
  font: 400 14px/1 "Roboto", sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.building_construction_area .building_construction_row .constructing_right .contact_us .contac_namber {
  font: 500 18px/26px "Roboto", sans-serif;
  color: #fefefe;
  display: block;
}

.building_construction_area .building_construction_row .constructing_right .contact_us p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fefefe;
  padding-top: 20px;
  padding-bottom: 25px;
}

.building_construction_area .building_construction_row .constructing_right .contact_us .button_all {
  width: 150px;
  border: 2px solid #fff;
  background-color: transparent;
  font: 400 14px/36px "Roboto", sans-serif;
  color: #fefefe;
}



/* hide element */

.building_construction_area .building_construction_row .moible-only .painting {
  padding: 0;
  padding-bottom: 40px;
}

.building_construction_area .building_construction_row .moible-only .painting li {
  list-style: none;
  padding-bottom: 10px;
}

.building_construction_area .building_construction_row .moible-only .painting li a {
  font: 700 14px/50px "Roboto", sans-serif;
  color: #555555;
  background: #f5f5f5;
  display: block;
  padding-left: 25px;
}

.building_construction_area .building_construction_row .moible-only .painting li a i {
  font-size: 18px;
  padding-right: 20px;
}

.building_construction_area .building_construction_row .moible-only .painting li a:hover,
.building_construction_area .building_construction_row .constructing_right .painting li a:focus {
  color: #f6b60b;
}

.building_construction_area .building_construction_row .moible-only .contact_us {
  background: #f6b60b;
  padding: 30px;
}

.building_construction_area .building_construction_row .moible-only .contact_us h4 {
  font: 400 14px/1 "Roboto", sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.building_construction_area .building_construction_row .moible-only .contact_us .contac_namber {
  font: 500 18px/26px "Roboto", sans-serif;
  color: #fefefe;
  display: block;
}

.building_construction_area .building_construction_row .moible-only .contact_us p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fefefe;
  padding-top: 20px;
  padding-bottom: 25px;
}

.building_construction_area .building_construction_row .moible-only .contact_us .button_all {
  width: 150px;
  border: 2px solid #fff;
  background-color: transparent;
  font: 400 14px/36px "Roboto", sans-serif;
  color: #fefefe;
}

@media screen and (max-width: 576px) {
  .building_construction_area .building_construction_row .moible-only {
    display: block !important;
  }
}



@media only screen and (min-width : 768px),
(min-width : 1440px) {
  .building_construction_area .building_construction_row .moible-only {
    display: none !important;
  }
}



/* end */


.building_construction_area .building_construction_row .constructing_laft .image-margin {
  margin-bottom: 20px !important;
}

.mobile-only {
  display: none !important;
}

.blog_content .excavator {
  padding: 0;
  padding-top: 15px;
}

.blog_content .excavator li {
  list-style: none;
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
}

.blog_content .excavator li i {
  color: #f6b60b;
  padding-right: 30px;
}

/*--------------------------------------------------*/
/* blog area */
.blog_all .blog_row {
  padding: 100px 0;
}

.blog_all .blog_row .main_blog img {
  max-width: 100%;
}

.blog_all .blog_row .main_blog .blog_date {
  background: #222222;
  text-align: center;
  width: 50px;
  padding: 10px;
}

.blog_all .blog_row .main_blog .blog_date a {
  display: block;
  font: 700 14px/30px "Roboto", sans-serif;
  color: #fefefe;
  border-bottom: 1px solid #f6b60b;
}

.blog_all .blog_row .main_blog .blog_date a:last-child {
  border: 0;
}

.blog_all .blog_row .main_blog .blog_content .blog_heading {
  display: block;
  font: 700 24px "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 33px;
}

.blog_all .blog_row .main_blog .blog_content .blog_heading:hover,
.blog_all .blog_row .main_blog .blog_content .blog_heading:focus {
  color: #f6b60b;
}

.blog_all .blog_row .main_blog .blog_content .blog_admin {
  font: 400 14px "Roboto", sans-serif;
  color: #222222;
  display: inline-block;
  padding-bottom: 30px;
}

.blog_all .blog_row .main_blog .blog_content .blog_admin i {
  color: #f6b60b;
  padding-right: 10px;
}

.blog_all .blog_row .main_blog .blog_content .blog_admin:hover,
.blog_all .blog_row .main_blog .blog_content .blog_admin:focus {
  color: #f6b60b;
}

.blog_all .blog_row .main_blog .blog_content .like_share {
  padding: 0;
  margin: 0;
  float: right;
}

.blog_all .blog_row .main_blog .blog_content .like_share li {
  list-style: none;
  display: inline-block;
}

.blog_all .blog_row .main_blog .blog_content .like_share li a {
  font: 400 14px "Roboto", sans-serif;
  color: #222222;
  padding-left: 20px;
}

.blog_all .blog_row .main_blog .blog_content .like_share li a i {
  color: #f6b60b;
  padding-right: 10px;
}

.blog_all .blog_row .main_blog .blog_content .like_share li:last-child a i {
  padding: 0;
}

.blog_all .blog_row .main_blog .blog_content p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-bottom: 30px;
}

.blog_all .blog_row .main_blog .blog_content .tag {
  padding-bottom: 40px;
}

.blog_all .blog_row .main_blog .blog_content .tag h4 {
  font: 400 18px "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 20px;
}

.blog_all .blog_row .main_blog .blog_content .tag a {
  border: 1px solid #888888;
  color: #888;
  font: 400 14px/30px "Roboto", sans-serif;
  padding: 0 20px;
  display: inline-block;
  margin-right: 10px;
}

.blog_all .blog_row .main_blog .blog_content .tag a:hover,
.blog_all .blog_row .main_blog .blog_content .tag a:focus {
  color: #fff;
  background: #f6b60b;
  border: 1px solid #f6b60b;
}

.blog_all .blog_row .main_blog .client_text {
  border-top: 1px solid #888;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog_all .blog_row .main_blog .client_text img {
  max-width: 100%;
}

.blog_all .blog_row .main_blog .client_text .client_name {
  font: 700 14px "Roboto", sans-serif;
  color: #222222;
  display: block;
  padding-top: 25px;
}

.blog_all .blog_row .main_blog .client_text p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 10px;
  padding-bottom: 50px;
}

.blog_all .blog_row .main_blog .client_text .control {
  font: 400 14px/70px "Roboto", sans-serif;
  color: #555555;
  border: 1px solid #888;
  float: left;
  display: block;
  width: 50%;
  text-transform: capitalize;
  background-color: transparent;
}

.blog_all .blog_row .main_blog .client_text .control i {
  color: #f6b60b;
}

.blog_all .blog_row .main_blog .client_text .control:last-child {
  border-left: 0;
}

.blog_all .blog_row .main_blog .comment_area {
  background: #f7f7f7;
  padding: 30px;
  border-bottom: 1px solid #888;
}

.blog_all .blog_row .main_blog .comment_area h3 {
  font: 700 14px/1 "Roboto", sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.blog_all .blog_row .main_blog .comment_area .media {
  margin: 0;
}

.blog_all .blog_row .main_blog .comment_area .media .media-left {
  padding-right: 40px;
}

.blog_all .blog_row .main_blog .comment_area .media .media-left a {
  height: 55px;
  width: 55px;
  display: block;
}

.blog_all .blog_row .main_blog .comment_area .media .media-left a img {
  width: 100%;
  border-radius: 50%;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body .media-heading {
  font: 700 14px "Roboto", sans-serif;
  color: #222222;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body .media-heading:hover,
.blog_all .blog_row .main_blog .comment_area .media .media-body .media-heading:focus {
  color: #f6b60b;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body h5 {
  font: 400 14px "Roboto", sans-serif;
  color: #888888;
  padding-top: 10px;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body p {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
  padding-top: 25px;
  padding-bottom: 20px;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body .reply {
  font: 400 14px/32px "Roboto", sans-serif;
  color: #fefefe;
  width: 80px;
  text-align: center;
  display: block;
  background: #4b4b4b;
}

.blog_all .blog_row .main_blog .comment_area .media .media-body .reply:hover,
.blog_all .blog_row .main_blog .comment_area .media .media-body .reply:focus {
  color: #f6b60b;
}

.blog_all .blog_row .main_blog .reply_comment {
  border: 0;
  padding-left: 80px;
}

.blog_all .blog_row .main_blog .post_comment {
  background: #f7f7f7;
  padding: 15px;
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
}

.blog_all .blog_row .main_blog .post_comment h3 {
  font: 700 14px/1 "Roboto", sans-serif;
  color: #222222;
  padding-left: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.blog_all .blog_row .main_blog .post_comment .comment_box h4 {
  font: 400 14px "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-top: 20px;
}

.blog_all .blog_row .main_blog .post_comment .comment_box .input_box {
  border: 1px solid #888;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 40px;
}

.blog_all .blog_row .main_blog .post_comment .comment_box textarea {
  height: 170px !important;
  resize: none;
}

.blog_all .blog_row .main_blog .post_comment .comment_box button {
  color: #fefefe;
  font: 400 14px/40px "Roboto", sans-serif;
  background: #f6b60b;
  width: 150px;
  border: 0;
  border-radius: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.blog_all .blog_row .main_blog .post_comment .comment_box button:hover,
.blog_all .blog_row .main_blog .post_comment .comment_box button:focus {
  color: #f6b60b;
  background: #222222;
}

.blog_all .blog_row .widget_area .resent {
  padding-bottom: 60px;
}

.blog_all .blog_row .widget_area .resent h3 {
  font: 700 14px/1 "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 15px;
}

.blog_all .blog_row .widget_area .resent .media {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #888;
}

.blog_all .blog_row .widget_area .resent .media .media-body a {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  display: block;
  margin-top: -7px;
}

.blog_all .blog_row .widget_area .resent .media .media-body a:hover,
.blog_all .blog_row .widget_area .resent .media .media-body a:focus {
  color: #f6b60b;
}

.blog_all .blog_row .widget_area .resent .media .media-body h6 {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #888;
}

.blog_all .blog_row .widget_area .resent .architecture {
  padding: 0;
}

.blog_all .blog_row .widget_area .resent .architecture li {
  list-style: none;
}

.blog_all .blog_row .widget_area .resent .architecture li a {
  font: 400 14px/35px "Roboto", sans-serif;
  color: #555555;
  border-bottom: 1px solid #555555;
  display: block;
}

.blog_all .blog_row .widget_area .resent .architecture li a:hover,
.blog_all .blog_row .widget_area .resent .architecture li a:focus {
  color: #f6b60b;
}

.blog_all .blog_row .widget_area .resent .architecture li a i {
  color: #f6b60b;
  padding-right: 10px;
}

.blog_all .blog_row .widget_area .resent .architecture li:last-child a {
  border: 0;
}

.blog_all .blog_row .widget_area .resent .tag {
  padding: 0;
}

.blog_all .blog_row .widget_area .resent .tag li {
  list-style: none;
  display: inline-block;
}

.blog_all .blog_row .widget_area .resent .tag li a {
  border: 1px solid #888888;
  color: #888;
  font: 400 14px/30px "Roboto", sans-serif;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog_all .blog_row .widget_area .resent .tag li a:hover,
.blog_all .blog_row .widget_area .resent .tag li a:focus {
  color: #fff;
  background: #f6b60b;
  border: 1px solid #f6b60b;
}

.blog_all .blog_row .widget_area .search {
  padding-bottom: 60px;
}

.blog_all .blog_row .widget_area .search input {
  border: 1px solid #888;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
  color: #888;
  font-size: 14px;
}

/* End blog area */
/*--------------------------------------------------*/
.not_found_area {
  text-align: center;
  padding: 100px 0;
}

.not_found_area h2 {
  font: 400 48px/1 "Roboto", sans-serif;
  color: #f6b60b;
  text-transform: uppercase;
}

.not_found_area p {
  font: 400 14px "Roboto", sans-serif;
  color: #555555;
  padding-top: 50px;
}

.not_found_area h1 {
  font: 700 72px/1 "Roboto", sans-serif;
  color: #f6b60b;
  padding-top: 50px;
  text-transform: uppercase;
  padding-bottom: 90px;
}

.not_found_area .search_error {
  position: relative;
  max-width: 555px;
  margin: 0 auto;
}

.not_found_area .search_error input {
  border: 1px solid #dfe3e4;
  box-shadow: none;
  color: #d3dadf;
  height: 50px;
  display: block;
  border-radius: 0;
  padding-left: 20px;
}

.not_found_area .search_error input.placeholder {
  color: #d3dadf;
}

.not_found_area .search_error input:-moz-placeholder {
  color: #d3dadf;
}

.not_found_area .search_error input::-webkit-input-placeholder {
  color: #d3dadf;
}

.not_found_area .search_error a {
  line-height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  color: #d3dadf;
}

.not_found_area .search_error:hover a,
.not_found_area .search_error:focus a {
  background: #f6b60b;
  color: #fff;
}

/*--------------------------------------------------*/
/* Map Css */
.contact_map iframe {
  height: 495px;
  width: 100%;
}

/* End Map Css */
/* All contact Info Css */
.all_contact_info .contact_row {
  padding: 100px 0;
}

.all_contact_info .contact_row .contact_info h2 {
  font: 700 26px/1 "Roboto", sans-serif;
  color: #222222;
  padding-bottom: 30px;
  position: relative;
}

.all_contact_info .contact_row .contact_info h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background: #f6b60b;
  left: 0;
  bottom: 0;
}

.all_contact_info .contact_row .contact_info p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 15px;
}

.all_contact_info .contact_row .contact_info .location {
  padding-top: 55px;
}

.all_contact_info .contact_row .contact_info .location a {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #555555;
  display: block;
  text-transform: uppercase;
}

.all_contact_info .contact_row .contact_info .location a:hover,
.all_contact_info .contact_row .contact_info .location a:focus {
  color: #f6b60b;
}

.all_contact_info .contact_row .contact_info .location .f_location {
  padding-bottom: 30px;
}

.all_contact_info .contact_row .contact_info .location .location_laft {
  width: 98px;
  float: left;
}

.all_contact_info .contact_row .contact_info .location .address a {
  text-transform: none;
}

.all_contact_info .contact_row .send_message .contact_box {
  padding-top: 30px;
}

.all_contact_info .contact_row .send_message .contact_box .input_box {
  border: 1px solid #10101075;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 50px;
  padding-left: 15px;
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}

.all_contact_info .contact_row .send_message .contact_box .input_box.placeholder {
  color: #d3dadf;
}

.all_contact_info .contact_row .send_message .contact_box .input_box:-moz-placeholder {
  color: #d3dadf;
}

.all_contact_info .contact_row .send_message .contact_box .input_box::-webkit-input-placeholder {
  color: #d3dadf;
}

.all_contact_info .contact_row .send_message .contact_box textarea {
  height: 120px !important;
  resize: none;
}

.all_contact_info .contact_row .send_message .contact_box button {
  color: #fefefe;
  font: 400 14px/40px "Roboto", sans-serif;
  background: #f6b60b;
  width: 140px;
  color: #222222;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.all_contact_info .contact_row .send_message .contact_box button:hover,
.all_contact_info .contact_row .send_message .contact_box button:focus {
  color: #f6b60b;
  background: #222222;
}

/* End All contact Info Css */
/*--------------------------------------------------*/
.footer_area {
  background: url("../images/footer.jpg") no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  /* margin-top: 100px; */

}

.footer_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.footer_area .footer_row {
  padding-top: 40px;
  /* padding-bottom: 40px; */
}

.footer_area .footer_row .footer_about {
  padding-bottom: 50px;
}

.footer_area .footer_row .footer_about h2 {
  font: 400 23px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 25px;
}

.footer_area .footer_row .footer_about img {
  max-width: 200px;
}

.footer_area .footer_row .footer_about p {
  font: 400 14px/26px "Oswald", sans-serif;
  color: #fefefe;
  padding-top: 22px;
}

.footer_area .footer_row .footer_about .socail_icon {
  padding: 0;
  margin: 0;
  padding-top: 25px;
}

.footer_area .footer_row .footer_about .socail_icon li {
  display: inline-block;
  list-style: none;
  padding-left: 8px;
}

.footer_area .footer_row .footer_about .socail_icon li:first-child {
  padding: 0;
}

.footer_area .footer_row .footer_about .socail_icon li a {
  border: 2px solid #f6b60b;
  display: block;
  line-height: 26px;
  width: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer_area .footer_row .footer_about .socail_icon li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f6b60b;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.footer_area .footer_row .footer_about .socail_icon li a i {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding-top: 7px;
}

.footer_area .footer_row .footer_about .socail_icon li a:hover:after,
.footer_area .footer_row .footer_about .socail_icon li a:focus:after {
  transform: scaleY(1);
}

.footer_area .footer_row .footer_about .quick_link {
  padding: 0;
  margin: 0;
}

.footer_area .footer_row .footer_about .quick_link li {
  list-style: none;
}

.footer_area .footer_row .footer_about .quick_link li a {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #fefefe;
  position: relative;
  padding-left: 30px;
}

.footer_area .footer_row .footer_about .quick_link li a i {
  font-size: 14px;
  color: #f6b60b;
  padding-right: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms linear 0s;
}

.footer_area .footer_row .footer_about .quick_link li a:hover,
.footer_area .footer_row .footer_about .quick_link li a:focus {
  color: #f6b60b;
}

.footer_area .footer_row .footer_about .quick_link li a:hover i,
.footer_area .footer_row .footer_about .quick_link li a:focus i {
  left: 8px;
}

.footer_area .footer_row .footer_about .twitter {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #fefefe;
  display: block;
  padding-bottom: 15px;
}

.footer_area .footer_row .footer_about .twitter:hover,
.footer_area .footer_row .footer_about .twitter:focus {
  color: #f6b60b;
}

.footer_area .footer_row .footer_about address p {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #fff;
  padding: 0;
}

.footer_area .footer_row .footer_about address .my_address {
  padding: 0;
  margin: 0;
  padding-top: 15px;
}

.footer_area .footer_row .footer_about address .my_address li {
  list-style: none;
}

.footer_area .footer_row .footer_about address .my_address li a {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #fff;
}

.footer_area .footer_row .footer_about address .my_address li a i {
  color: #f6b60b;
  padding-right: 20px;
  font-size: 18px;
  display: inline-block;
}

.footer_area .footer_row .footer_about address .my_address li a:hover,
.footer_area .footer_row .footer_about address .my_address li a:focus {
  color: #f6b60b;
}

.footer_area .footer_row .footer_about address .my_address li span {
  display: inline-block;
  padding-left: 35px;
  margin-top: -30px;
}

.footer_area .copyright_area {
  background: #090909;
  font: 400 14px/50px "Roboto", sans-serif;
  color: #fefefe;
  text-align: center;
  margin-top: 40px;
}

.footer_area .copyright_area a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #f6b60b;
}

.footer_area .copyright_area a:hover,
.footer_area .copyright_area a:focus {
  color: #fefefe;
}

.copyright_area a {
  margin-right: 5px;
}

.footer-copyright {
  margin-left: 5px;
}

.footer-blog {
  margin-right: 10px;
}

.footer-blog .fa-blog {
  color: orange;
}

.footer-blog .fa-blog:hover {
  color: white !important;
}

/*--------------------------------------------------*/
@media (max-width: 1700px) {
  .slider_area_tow .slider_inner .camera_prev::after {
    left: 0px !important;
  }

  .slider_area_tow .slider_inner .camera_next::after {
    right: 0px !important;
  }

  .slider_area .slider_inner .camera_next::after {
    right: 105px;
  }

  .slider_area .slider_inner .camera_prev::after {
    left: 105px;
  }
}

@media (max-width: 1199px) {
  .slider_area .slider_inner .camera_next::after {
    right: 0px;
  }

  .slider_area .slider_inner .camera_prev::after {
    left: 0;
  }

  .slider_area_tow .slider_inner .camera_caption div .container {
    max-width: 940px !important;
  }

  .our_team_area .team_row .team_membar img {
    height: 330px;
  }

  .blog_tow_area .blog_tow_row .renovation .renovation_content .date_comment a {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .nav_searchFrom {
    display: none !important;
  }


  .top_header_area .top_nav li a {
    padding-left: 20px;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    padding-left: 20px;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
    height: 101px;
    margin-top: -1px;
  }

  .header_aera_tow .navbar-collapse .navbar-nav.navbar-right li a {
    padding-left: 16px;
  }

  .top_header .top_nav li a {
    padding-left: 10px;
  }

  .header_aera_tow .navbar_right_fulid::after {
    display: none;
  }

  .top_header_area.top_header {
    background: #111f29 !important;
  }

  .top_header_area.top_header .right_top_header::after {
    display: none;
  }

  .header_aera_tow {
    background: #fff !important;
  }

  .header_aera_tow .navbar_right_fulid {
    box-shadow: none;
  }

  .all_header {
    box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
  }


  .slider_area .slider_inner .camera_caption div p {
    max-width: 600px;
  }

  .our_feature_area .feature_row .feature_img {
    padding-bottom: 20px;
  }

  .our_achievments_area .achievments_row .completed {
    padding-bottom: 30px;
  }

  .our_achievments_area .achievments_row .completed:nth-child(2) {
    border: 0;
  }

  .our_partners_area .book_now_aera .book_now .booking_text p {
    padding-bottom: 20px;
  }

  .footer_about.quick {
    padding-bottom: 70px !important;
  }

  .slider_area_tow .slider_inner .camera_caption div .container a {
    margin-bottom: 50px;
  }

  .slider_area_tow .slider_inner .camera_caption div .container {
    max-width: 720px !important;
  }

  .slider_area_tow .slider_inner .camera_caption div {
    padding-top: 30px;
  }

  .slider_area_tow .slider_inner .camera_caption div p {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .our_skill_inner {
    padding-top: 30px;
  }

  .our_partners_area .book_now_aera .book_now .book_bottun a {
    margin-left: 15px;
  }

  .building_construction_area .building_construction_row .constructing_laft .ipsum_img {
    padding-left: 0;
  }

  .building_construction_area .constructing_laft .image-wr {
    padding-bottom: 40px;
  }

  .contact_map #map {
    height: 300px;
  }

  .blog_all .blog_row .main_blog .blog_content .tag a {
    margin-bottom: 10px;
  }

  .blog_all .blog_row .main_blog .blog_content .blog_heading {
    padding-left: 20px;
  }
}

@media (max-width: 800px) {
  .slider_area_tow .slider_inner .camera_caption div {
    right: 0;
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .navbar-brand>img {
    display: block;
    margin-top: -20px !important;
    width: 200px;
  }

  .top_header_area .top_nav li {
    display: inline-block;
  }

  .top_header_area .top_nav li:first-child a {
    padding-left: 15px;
  }

  .top_header_area .top_nav li a {
    line-height: 28px;
  }

  .top_header_area .social_nav {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .top_header_area .social_nav li {
    display: inline-block;
  }

  .top_header_area .social_nav li:first-child a {
    margin-left: 0;
  }

  .navbar-toggle {
    top: 15px;
  }

  .navbar-brand>img {
    display: block;
    margin-top: 5px;
    width: 200px;
  }

  .header_aera .navbar-header {
    height: 80px;
  }

  .header_aera .navbar-header .navbar-brand {
    padding-top: 30px;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    line-height: 45px;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    padding-left: 30px;
    background-color: transparent;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a:hover,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a:focus {
    color: #f6b60b;
  }

  .slider_inner.camera_wrap {
    height: 500px !important;
  }

  .about_us_area .about_row .about_client {
    padding-top: 40px;
  }

  .what_we_area .construction_iner .construction {
    max-width: 390px;
    margin: 0 auto;
  }

  .our_team_area .team_row .team_membar {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .our_team_area .team_row .team_membar img {
    height: auto;
  }

  .our_achievments_area .achievments_row .completed {
    border: 0;
  }

  .latest_blog_area .latest_blog .blog_content {
    max-width: 360px;
    margin: 0 auto;
  }

  .footer_about.quick {
    padding-bottom: 50px !important;
  }

  .footer_area .footer_row {
    padding-bottom: 0;
  }

  .slider_area_tow .slider_inner .camera_caption div .container {
    max-width: 726px !important;
  }

  .header_aera_tow .navbar_right_fulid {
    height: 80px;
  }

  .top_header_area.top_header {
    display: none;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
    height: 45px;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #fff;
  }

  .our_services_tow .architecture_area .portfolio_2 .single_facilities img {
    margin-top: 30px;
  }

  .our_services_tow .architecture_area .portfolio_filter_2 ul li {
    width: 33.3333%;
    border-bottom: 1px solid #dfe3e4;
  }

  .our_services_tow .architecture_area .portfolio_filter_2 ul li:last-child {
    border-right: 1px solid #dfe3e4;
  }

  .our_services_tow .architecture_area .portfolio_filter_2 {
    border-bottom: 0;
    border-right: 0;
  }

  .about_client.about_pages_client {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .constructing_right {
    padding-top: 30px;
  }

  .constructing_rightBox {
    padding-top: 30px;
  }

  .blog_tow_area .blog_tow_row .renovation {
    max-width: 360px;
    margin: 0 auto;
  }

  .widget_area {
    padding-top: 60px;
  }

  .footer_area .footer_row .footer_about address .my_address li span {
    padding-left: 0;
  }

  .not_found_area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact_info.send_message {
    padding-top: 40px;
  }

  .blog_all .blog_row {
    padding-bottom: 40px;
  }
}

@media (max-width: 689px) {

  .navbar-brand>img {
    display: block;
    margin-top: -21px !important;
    width: 200px;
  }

  .slider_area .slider_inner .camera_caption div {
    width: 88%;
    right: 0;
    margin: 0 auto;
  }

  .slider_area .slider_inner .camera_caption div p {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .slider_area_tow .slider_inner .camera_caption div .container {
    max-width: 100% !important;
  }
}

@media (max-width: 546px) {
  .call_min_area h2 {
    font-size: 40px;
  }

  .call_min_area p {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover {
    display: none;
  }

  .our_services_area .portfolio_inner_area .portfolio_filter ul li:first-child {
    padding-bottom: 10px;
  }

  .our_services_tow .architecture_area .portfolio_filter_2 ul li {
    width: 50%;
  }

  .our_partners_area .partners .item img {
    width: auto;
    margin: 0 auto;
  }

  .call_min_area .call_btn a {
    display: block;
    margin: 0 auto;
  }

  .call_min_area .call_btn a:first-child {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .blog_all .blog_row .main_blog .client_text .control {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog_all .blog_row .main_blog .client_text .control:last-child {
    border-left: 1px solid #888;
  }

  .blog_all .blog_row .main_blog .reply_comment {
    padding-left: 30px;
  }

  .blog_all .blog_row .main_blog .blog_content .blog_heading {
    font-size: 20px;
  }
}

@media (max-width: 446px) {
  .slider_area_tow .slider_inner .camera_caption div {
    padding-top: 40px;
  }

  .slider_area_tow .slider_inner .camera_caption div h5 {
    font-size: 18px;
  }

  .slider_area_tow .slider_inner .camera_caption div h3 {
    font-size: 20px;
    padding-top: 10px;
  }
}

@media (max-width: 360px) {
  .navbar-brand>img {
    display: block;
    margin-top: -15px !important;
    width: 150px;
  }

  .slider_area .slider_inner .camera_caption div h3 {
    font-size: 26px;
  }

  .what_we_area .construction_iner .construction .cns-content {
    padding: 0 10px;
    padding-bottom: 20px;
  }

  .featured_works .featured_gallery .gallery_iner .gallery_hover {
    display: none;
  }

  .footer_area .copyright_area {
    line-height: 26px;
    padding: 10px 0;
  }

  .call_min_area h2 {
    font-size: 30px;
  }

  .call_min_area p {
    font-size: 16px;
  }

  .footer_area .footer_row .footer_about address .my_address li span {
    padding-left: 30px;
  }

  .blog_all .blog_row .main_blog .blog_content .blog_heading {
    font-size: 15px;
  }

  .slider_area_tow .slider_inner .camera_caption div h3 {
    font-size: 19px;
    padding-top: 10px;
  }
}

@media (max-width: 320px) {
  .slider_area_tow .slider_inner .camera_caption div {
    padding-top: 95px;
  }

  .slider_area .slider_inner .camera_caption div h3 {
    font-size: 23px;
  }

  .building_construction_area .building_construction_row .constructing_laft a {
    font-size: 22px;
  }

  .blog_all .blog_row .main_blog .blog_content .blog_heading {
    font-size: 13px;
  }

  .slider_area_tow .slider_inner .camera_caption div {
    padding-top: 60px;
  }

  .slider_area_tow .slider_inner .camera_caption div h3 {
    font-size: 18px;
    padding-top: 10px;
  }
}


/* slider area services  */

#news-slider {
  /* margin-top: 80px; */
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}


/* slider area services   ends*/
/*--------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

.bg-primary {
  background: #fec771 !important;
}



.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


h6 {

  color: white;
  font-size: 26px;
  text-align: center;
}

.para1 {
  color: white;
  font-size: 20px;
  margin-top: 36px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

/*** Service ***/
.service {
  padding: 40px 0px;
}

.card-sec {
  padding: 40px 0px;
}

.service-item {
  background: #0d5499;
  transition: .5s;
  color: white;
  margin-top: 55px;
  width: 100%;
  height: 366px;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  padding-right: 27px;
}

.service-item:hover {
  margin-top: -10px;
  background: orange;
  color: white;
  border-bottom: 7px solid blue;
}

.service-item * {
  transition: .5s;
  color: white;
  margin-top: 12px;
}

.service-item:hover * {
  color: var(--light) !important;
}

.service-item h5 {
  font-size: 020px;
}



.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.section-head{
  margin-bottom: 30px;
}
.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255, 77, 30);
  background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 48px 120px 48px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 45px;
  font-weight: 700;
  color: orange;
  line-height: 72px;
  margin-top: -56px;

}

.main-banner .left-content h2 em {
  color: #0d5499;
  font-style: normal;
  text-align: center;

}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
  text-align: justify;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}

.right-image img {
  width: 100%;
  border: 5px solid orange;
  border-radius: 56px;
  margin-top: 35px;
}

.blog-content {
  background-color: #f9fafa;
  padding: 30px;
}

h6 {

  color: white;
  font-size: 26px;
  text-align: center;
}

.para1 {
  color: white;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;

}

.main-banner .image-wr {
  text-align: center;
}

.main-banner .section-header .text-heading {
  color: orange;
  text-transform: capitalize;
  font-size: 25px;
  margin-top: 12px;
}


/* OUR_Service */
.margin_top {
  margin-top: 30px;
}

.maine_box {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.price_box {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
}

.green_bg {
  background: #2adc71;
}

.orgen_bg {
  background: #ffa500;
}

.maine_box .items_picher img {
  width: 100%;
}

.box_detail {
  width: 100%;
  background: rgba(34, 34, 34, 0.69);
  color: #fff;
  position: absolute;
  left: 0px;
  z-index: 9;
  bottom: 0;
  transition: all 0.3s;
  padding: 13px 15px 15px;
  max-height: 69px;
}

.box_detail h3 {
  color: #fff;
  margin: 0px;
  margin-top: 9px;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.maine_box:hover .box_detail {
  max-height: 220px;
}

.box_detail a,
.box_detail p {
  color: #fff;
}

.maine_box:hover .box_detail a,
.maine_box:hover .box_detail p {
  display: block;
}

.use_detail .event_detail {
  display: inline-block;
  position: relative;
}

.use_detail {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 15px;
  top: -30px;
}

.event_detail:hover .event_hover {
  opacity: 1;
  top: -55px;
}

.use_detail .event_detail {
  border-radius: 50%;
  border: 2px solid #ffa500;
  width: 50px;
  height: 50px;
  background: #FFA500;
  line-height: 45px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .margin_reponsive {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box_detail {
    bottom: -130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .margin_bott {
    margin-bottom: 30px;
  }
}

/*Event*/
figure {
  margin: 0;
}

.position_relative {
  position: relative;
  overflow: hidden;
}

.max_size {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.picher_doc img {
  width: 100%;
  cursor: auto;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}

.bg-extra-black {
  background-color: #222;
}

.picher_doc .inner_text {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform .35s ease-out;
  -webkit-transition: transform .35s ease-out;
  -moz-transition: transform .35s ease-out;
  -ms-transition: transform .35s ease-out;
  -o-transition: transform .35s ease-out;
  padding: 0 0 15px 60px;
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  cursor: default;
}

.picher_doc:hover .inner_text {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
}

.picher_doc .inner_text .show_tital {
  display: inline-block;
  color: #f2f2f2;
}

.date_top {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  padding: 6px;
  background: #ffa500;
  min-width: 80px;
  text-align: center;
}

.display_block {
  display: block;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  color: #cfcfcf;
  padding: 10px 0px;
}

.picher_doc .inner_text .btn {
  opacity: 0;
}

.picher_doc:hover .btn {
  opacity: 1;
}

.paragra {
  margin-top: 11px;
  color: #0e4370;
}

.maine_box {
  /* position: relative; */
  overflow: hidden;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
}

.box_detail {
  width: 100%;
  background: rgba(34, 34, 34, 0.69);
  color: #fff;
  position: absolute;
  left: 0px;
  z-index: 9;
  bottom: 0;
  transition: all 0.3s;
  padding: 13px 15px 15px;
  max-height: 58px;
}

.our_services_area {
  background: #2e3841;
  padding-bottom: 100px;
}

.sec_hedding h2 {

  color: orange;
  font-size: 46px;
  margin: 76px;
  text-decoration: underline;
}




.service-item img {
  transition: .5s;
}

.service-item:hover img {
  transform: scale(1.1);
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.project {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.project .img {
  width: 100%;
  height: 240px;
  display: block;
}

.project .img .icon {
  width: 70px;
  height: 70px;
  background: #fc5e28;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project .img .icon span {
  color: #fff;
}

.project .text {
  width: 90%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: -75px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
}

.project .text .subheading {
  background: rgba(0, 0, 0, 0.07);
  padding: 5px 10px;
  color: #fc5e28;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}

.project .text h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.project .text p {
  margin-bottom: 0;
  font-size: 13px;
}

.project .text p span.fa {
  color: #fc5e28;
}

.project:hover .text {
  background: #fc5e28;
}

.project:hover .text .subheading {
  color: #fff;
}

.project:hover .text h3 {
  color: #fff;
}

.project:hover .text p {
  color: rgba(255, 255, 255, 0.8);
}

.project:hover .text p span {
  color: #fff;
}

.project:hover .img .icon {
  opacity: 1;
}

.heading-section .subheading {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fc5e28;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}

.heading-section p {
  font-size: 15px;

}

.project .text:hover {
  background-color: orange;
  border-bottom: 7px solid blue;
}

.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  text-align: center;
}

.testimonial .testimonial-img {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}

.testimonial .testimonial-item img {
  margin: 0 auto;
  width: 150px;
  border: 15px solid #ffffff;
  border-radius: 100px;
}

.testimonial .testimonial-content {
  position: relative;
  margin-top: -90px;
  padding: 100px 25px 25px 25px;
  text-align: center;
  background: #FFD662;
  border-radius: 5px;
}

.testimonial .testimonial-item p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.testimonial .testimonial-content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.testimonial .testimonial-content h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFD662;
}

.testimonial .owl-dot.active {
  background: #00539C;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-footer {
  padding: 4em 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #fff;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.site-section-cover {
  position: relative;
}

.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2;
}

.site-section-cover,
.site-section-cover .container>.row {
  height: calc(100vh - 196px);
  min-height: 577px;
}

@media (max-width: 991.98px) {

  .site-section-cover,
  .site-section-cover .container>.row {
    height: calc(70vh - 196px);
    min-height: 400px;
  }
}

.site-section-cover.overlay {
  position: relative;
}

.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}

.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-section-cover h1 {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem;
  }
}

.site-section-cover p {
  font-size: 18px;
  color: #fff;
}

.site-section {
  padding: 7rem 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
}

.gradient-bg-1,
.block-feature-1 .icon {
  background: #51eaea;
  background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
  background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
  background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51eaea', endColorstr='#499bea', GradientType=0);
}

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold;
}

.block-heading-1 h2 {
  font-size: 3rem;
  color: #ff8b00;
}

.block-feature-1-wrap {
  margin-bottom: 7rem;
}

.block-feature-1-wrap>.container>.row {
  margin-left: -18px;
  margin-right: -18px;
}

.block-feature-1-wrap>.container>.row>.col,
.block-feature-1-wrap>.container>.row>[class*="col-"] {
  padding-right: 36px;
  padding-left: 36px;
}

.block-feature-1 {
  background: #f2f2f2;
  padding: 30px 30px 30px 50px;
  position: relative;
}

.block-feature-1 h2 {
  font-size: 18px;
}

.block-feature-1 .icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  border: 4px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.block-feature-1 .icon>span {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-img-video-1-wrap .block-img-video-1 {
  position: relative;
}

.block-img-video-1>a {
  display: block;
  position: relative;
  cursor: pointer;
}

.block-img-video-1>a .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.block-img-video-1>a .icon>span {
  position: absolute;
  top: 50%;
  font-size: .8rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.block-counter-1 {
  text-align: center;
}

.block-counter-1 .number,
.block-counter-1 .caption {
  display: block;
  line-height: 1;
}

.block-counter-1 .number {
  color: #fff;
  font-size: 4rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .block-counter-1 .number {
    font-size: 2rem;
  }
}

.block-counter-1 .number:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
}

.block-counter-1 .caption {
  font-size: 14px;
  color: #fff;
  letter-spacing: .05em;
}

.block-team-member-1 {
  padding: 30px;
  border: 1px solid #e9ecef;
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

.block-team-member-1 figure img {
  width: 130px;
}

.block-team-member-1:hover {
  top: -4px;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.block-social-1>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.block-social-1>a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-testimony-1 {
  padding: 20px;
}

.block-testimony-1 blockquote {
  background: #fff;
  padding: 30px;
  font-style: italic;
  font-size: 18px;
  color: #000;
  font-family: 'Georgia', Times, serif;
}

.block-testimony-1 figure {
  position: relative;
  padding-top: 20px;
}

.block-testimony-1 figure:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 50%;
  display: none;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ff8b00;
  height: 2px;
}

.block-testimony-1 figure img {
  max-width: 60px;
}

.block-testimony-1 h3 {
  font-size: 18px;
}

.block-13 .owl-nav {
  display: none;
}

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}

.block-13 .owl-dots .owl-dot {
  display: inline-block;
}

.block-13 .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}

.block-13 .owl-dots .owl-dot.active span {
  width: 20px;
  background: #ff8b00;
}

.block-team-member-1 img {
  width: 100%;
  border-radius: 137px;
  border-bottom: 4px solid orange;
}

.block-team-member-1 figure img {
  width: 265px;
}

.block-heading-1 h2 {
  margin-top: -56px;
  text-align: center;
  font-size: 42px;
  margin-left: 378px;
}

.button {
  font: 700 18px/59px "Roboto", sans-serif;
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  border: 0;
  color: #222222;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 0;
  float: right;
  margin-right: 562px;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #222222;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.button:hover,
.button:focus {
  color: #fff !important;
}

.button:hover:before,
.button:focus:before {
  transform: scaleY(1);
}

.ftco-fullwidth {
  position: relative;
  z-index: -1;
}

.ftco-fullwidth .overlay {
  position: absolute;
  width: 73%;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .3;
  background: #21bf73;
  z-index: -2;
}

@media (max-width: 767.98px) {
  .ftco-fullwidth .overlay {
    width: 100%;
  }
}

.ftco-fullwidth .text-wrapper {
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .ftco-fullwidth .text-wrapper {
    height: inherit;
  }
}

.ftco-fullwidth .one-half {
  width: 50%;
}

@media (max-width: 767.98px) {
  .ftco-fullwidth .one-half {
    width: 100%;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .ftco-fullwidth .one-half.half-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
  }

  .ftco-fullwidth .one-half.half-text .text-inner {
    max-width: 50%;
  }
}

.ftco-fullwidth .img {
  height: 600px;
}

.one-half {}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {

  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}


.tittle h2 {
  font: 400 24px "Oswald", sans-serif;
  color: #222222;
  /* padding-top: 90px; */
  position: relative;
}

.ftco-section {
  padding: 60px  0 60px;
  position: relative;
}


/* Image Hover Effect */
.project {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.project:hover {
  transform: scale(1.05);
}

.project a {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: 0.3s;
}

.project a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
}

.


@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.ftco-bg-dark {
  background: #3c312e;
}

@media (min-width: 1200px) {
  .ftco-fullwidth .one-half.half-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
  }

  .ftco-fullwidth .overlay {
    position: absolute;
    width: 73%;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #d4ca68;
  }

  .services-wrap .media-body h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
  }

  .testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
    border: 3px solid #d1ebf9;
    padding: 20px;
  }

  .bg-light {
    background-color: #f8f9fa !important;
  }

  a.bg-light:hover,
  a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #dae0e5 !important;
  }

  .agent img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 92%;
  }
}

@media (min-width: 768px) {
  .agent .desc {
    width: 80%;
  }

  .agent .desc {
    position: relative;
    width: 85%;
    padding: 20px;
    margin-top: -50px;
    margin-left: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
  }

  .subheading2 {
    display: inline-block;
    margin-bottom: 0;
    color: #e86ed0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
  }

  .subheadings {
    line-height: 6;
    font-size: 43px;
    color: orange;

    border-bottom: 3px solid #0b0ba3;
  }

  .sec_heddings h2 {

    font-size: 43px;
    color: orange;


    font-family: "Roboto", sans-serif;
  }

  .services-wrap:hover {
    margin-top: 33px solid red;
  }

  .services-wrap {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);
    border: 1px solid #141489;
  }
}

@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }
}



@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-bg-dark {
  background: #3c312e;
}

.ftco-footer {
  font-size: 16px;
  background: #030918;
  padding: 5em 0 0 0;
  z-index: 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .ftco-footer .ftco-footer-widget {
    margin-bottom: 40px;
  }
}

.ftco-footer .ftco-footer-widget ul {
  margin: 0;
  padding: 0;
}

.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.ftco-footer` .ftco-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.5);
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
  color: #fc5e28;
}

.ftco-footer p {
  color: rgba(255, 255, 255, 0.5);
}

.ftco-footer .ftco-heading-2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.ftco-footer .logo a {
  color: #fc5e28;
}

.ftco-footer .logo a span.flaticon {
  font-size: 24px;
  line-height: 1;
}

.ftco-footer .bg-primary {
  background: #030918 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ftco-footer .bg-primary p {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer .bg-primary p a {
  color: #fff;
  text-decoration: underline;
}

.ftco-footer .bg-primary .aside-stretch {
  background-color: #fc5e28;
}

.ftco-footer .bg-primary .aside-stretch:after {
  background-color: #fc5e28;
}

.ftco-footer .bg-primary .aside-stretch:before {
  position: absolute;
  top: 0;
  right: 100px;
  content: '';
  width: 100px;
  height: 100%;
  background: #fc5e28;
  -webkit-transform: matrix(1, 0, 0.9, 1, 150, 0);
  -ms-transform: matrix(1, 0, 0.9, 1, 150, 0);
  transform: matrix(1, 0, 0.9, 1, 150, 0);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .ftco-footer .bg-primary .aside-stretch:before {
    display: none;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0f5a95;
  border-color: #f6b60b;
  float: right;
  /* margin: -98px; */
  /* margin-left: -12px; */
  margin-right: -464px;
  margin-top: 72px;
}

.btn-primary:hover {
  transform: scaleY(1);
  background-color: orange;
  font-weight: 800;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  border-right: 56px;

}

.agent .desc:hover {
  border-bottom: 5px solid blue;
}

.feature {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.feature .col-md-6 {
  height: 100%;
}

.feature .feature-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.feature .feature-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: 30%;
  left: 0;
  border: 30px solid;
  border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .1) 1%) 30;
  z-index: 1;
}

.feature .feature-img:hover::after {
  border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .05) 1%) 30;
}

.feature .feature-img img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: 0 30px 30px 30px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .feature .feature-img {
    margin-bottom: 45px;
  }
}

.feature .counters .col-6 {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.feature .counters i {
  padding: 5px 15px 0 0;
  font-size: 28px;
  color: #0796fe;
}

.feature .counters h2 {
  position: relative;
  display: inline-block;
  color: #0796fe;
  font-size: 30px;
  font-weight: 300;
  padding-left: 23px;
}

.feature .counters h2::after {
  position: absolute;
  content: "+";
  top: -15px;
  right: -15px;
}

.feature .counters p {
  color: #092a49;
  font-size: 20px;
  margin: 0;
  padding-left: 23px;
}

.feature .counters i {
  font-size: 24px;
  color: #f6b60b;
  line-height: 50px;
  width: 60px;
  text-align: center;
  background: #333333;
  border: 5px solid #f6b60b;
}


.feature .counters {
  padding-top: 25px;
}

.our_services_area {
  background: #2e3841;
  padding-bottom: 100px;
}

.sec_hedding h2 {

  color: orange;
  font-size: 46px;
}



.service_section {
  padding: 0px 0px 50px;
}

.service {
  position: relative;
  width: 100%;
  padding: 45px 0 50px 0;
}

.service .service-item1 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.service .service-img {
  position: relative;
  overflow: hidden;
}

.service .service-img img {
  width: 100%;
  margin-top: -1px;
}

.service .service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, .7);
  transition: .5s;
  opacity: 0;
}

.service .service-item1:hover .service-overlay {
  opacity: 1;
}

.service .service-overlay p {
  margin: 0;
  color: #ffffff;
  text-align: justify;
}

.service .service-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #0e4370;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -1px;
}

.service .service-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 700;
  color: #fdbe33;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service .service-item1 a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #fdbe33;
  border-radius: 0;
  transition: .3s;
}

.service .service-item1:hover a.btn {
  color: #ffffff;
}

.service .service-img img {
  width: 100%;
  margin-top: -1px;
}

.section-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.section-header p {
  font-size: 1.2rem;
  color: #f39c12; /* Bootstrap warning color */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.section-header {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.section-header p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #777; /* Soft gray for a subtle look */
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #222; /* Dark shade for strong contrast */
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

.section-header h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ffa500;
  margin: 8px auto 0;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}

.section-header:hover h2::after {
  width: 100px; /* Expands on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-header h2 {
      font-size: 2rem;
  }
}


.ftco-section .section-header .text-space {
  margin-bottom: 50px;
}

.ftco-section .section-header h2 {
  /* margin-bottom: 44px; */
  /* margin-top: 8px; */
}



.floating_btn {
  position: fixed;
  bottom: 20px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #129bf4;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #129bf4;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 3px;
  color: #707070;
  font-size: 13px;
}


.wtspbtn {
  bottom: 110px !important;
  position: fixed;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.wtspbtn .contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
  rotate: none;
}


.abt-heading {
  padding-top: 29px;
}


/* why nexora section */

.why-nexora-section {
  background: #ebebeb70;
  padding: 46px 0;
}


.why-nexora {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* margin-top: 50px; */

}

.why-nexora h2 {
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-box {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #f8f9fa;
  transition: 0.3s ease;
}

.feature-box:hover {
  background: #eef4ff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.feature-box i {
  font-size: 36px;
  color: #f8b81d;
  margin-right: 15px;
}

.feature-text {
  font-size: 16px;
  font-weight: 500;
}

.contact-btn {
  margin-top: 30px;
}

.footer-h4 {
  color: #f8b81d;
  padding-top: 6px;
}

.footer-place {
  color: #f8b81d;
  padding-top: 22px;
  font-size: 20px;
}

.footer-h4 {
  color: #f8b81d;
  padding-top: 6px;
}


/* services */


.service-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  height: auto;
  margin: 20px 0;
}

.service-section-page .service-box { 
  height: 340px;
}

.service-box:hover {
  background: #e9ecef;
  transform: translateY(-5px);
}

.service-icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.service-title {
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: capitalize;

}

.service-sc-wr {
  position: relative;
  /* Ensure the pseudo-element positions relative to this container */
  background-image: url(../images/bg5.jpg);
  background-size: cover;
  /* Ensures the image covers the whole div */
  background-position: center;
  padding: 60px 0;
}

.service-sc-wr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Adjust transparency as needed */
  z-index: 1;
}

.service-sc-wr * {
  position: relative;
  /* Ensures text and other elements are above the overlay */
  z-index: 2;
}

.text-white {
  color: white;
}

.sc-img-width {
  width: 70px;
}


.sc-title {

  color: #ffa500;

}



.sc-title-text {
  font-size: 18px;
  margin-bottom: 10px;

}





/* solor */


.hero {
  position: relative;
  background: url('solar-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 15px;
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* Services Section */


.services .panel {
  transition: transform 0.3s;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 132px;
}

.services .panel:hover {
  transform: translateY(-5px);
}

.services .panel-heading {
  background: #f39c12;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.services .panel-body {
  text-align: center;
  font-size: 14px;
}

/* CTA Section */
.cta {
  background: #f39c12;
  color: white;
  text-align: center;
  padding: 40px;
  width: 80%;
  margin: 50px auto;
  border-radius: 16px;


}

.cta p {
  color: white;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.btn-more-wr {
  text-align: center;
  margin: auto;
  padding: 20px;
}

.text-dark {
  color: #555555;
}

.scw-titile-wr {
  padding: 40px 0;
}


.ssw-section .service-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #f8f9fa4f;
}

.p-0 {
  padding: 0 !important;
}

.abt-text-inside {
  margin: 20px 0 !important;
  padding: 0 !important;
}


.service-sec-title {
  padding: 0px 0 30px;
}

.service-sec-title {
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.sc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222; /* Dark text */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  position: relative;
}

.sc-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #f1c40f; /* Yellow line */
  margin: 10px auto 5px;
  position: relative;
}

.sc-title::before {
  content: "\25A0"; /* Unicode for small square */
  font-size: 12px;
  color: #333;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 2px;
}

.sc-title-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #555; /* Light gray text */
  margin-bottom: 10px;
}

.service-sec-title p {
  font-size: 1.1rem;
  color: #666; /* Gray for readability */
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .sc-title {
      font-size: 2rem;
  }

  .sc-title-text {
      font-size: 1.1rem;
  }

  .service-sec-title p {
      font-size: 1rem;
  }
}



.btn-cta-why-choose {
  margin: 25px auto;
  font-size: 15px;
  border: 1px solid #f8b81d;
  /* border-radius: 40px; */
  font-weight: 500;
  background-color: #0e4370;
}


.why-nexora-cta {
  font-size: 35px;
  color: #f8b81d;
  font-weight: 600;
  line-height: 40px;
  margin: 12px 0;
}

.why-nexora-cta span {
  font-size: 25px;
  color: #0e4370;
}



@media (max-width: 767px) {
  .top_header_area .social_nav {
    display: flex;
    justify-content: center;
  }

}



/* why choose us */


/* .why-choose-us {
  padding: 80px 0;
} */

.content-section {
  display: flex;
  align-items: center;
}

.content-section h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #0d5499;
}

.feature-box:hover {
  transform: translateX(5px);
  background: #eef5ff;
}

.feature-icon {
  font-size: 50px;
  color: #0d5499;
  margin-right: 15px;
}

.feature-box h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #333;
}

.feature-box p {
  margin: 5px 0 0;
  color: #666;
}

.image-section img {
  width: 100%;
  border-radius: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
  .content-section {
    flex-direction: column;
    text-align: center;
  }

  .image-section {
    margin-top: 20px;
  }
}


.why-choose-us-heading {
  text-align: center;
}

.why-choose-us-heading {
  font-size: 2rem; /* Adjust size */
  font-weight: bold;
  text-align: center;
  color: #2c3e50; /* Dark blue-gray */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.why-choose-us-heading:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #f39c12; /* Bootstrap warning color */
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .why-choose-us-heading {
      font-size: 1.6rem;
  }
}


.why-choose-us-section-home {
  padding: 60px 0;
  background-color: #f5f6f6;
}

.footer-location{
  color: white;
  text-align: center;
  margin:20px 0;
}



.footer-location-text{
  color: white;
  padding-bottom: 20px;
}

.locations-wrapper{
  border: 1px solid;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.footer_about .footer-titles:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 16px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid white;
  margin-bottom: 10px;

}




.footer_about .footer-titles:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 35px;
  height: 3px;
  margin: 0 0 0;
  width: 70px;
  margin: 10px 0;
  background-color: #f6b60b;
}


/*  */

.wt-separator-outer {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.wt-separator.style-square {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid white; /* Square with border */
  display: inline-block;
  position: relative;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 3px; /* Adjusted thickness */
  background-color: #f1c40f; /* Default color */
  transform: translateY(-50%);
}

.wt-separator .separator-left {
  left: -80px;
}

.wt-separator .separator-right {
  right: -80px;
}

/* Optional: Define site-bg-primary if it's missing */
.site-bg-primary {
  background-color: #f1c40f; /* Change to match your theme */
}

/* Responsive Fix */
@media (max-width: 768px) {
  .wt-separator .separator-left,
  .wt-separator .separator-right {
      width: 50px; /* Shorter lines on smaller screens */
      left: -60px;
      right: -60px;
  }
}

.building_construction_area{
  padding: 0 0 60px;
}



@media (max-width: 575.98px) {
  
  .mb-12{
  margin-bottom: 12px;
  }




   }


.service-section-page{
  padding: 60px 0;
  background: #c3c3c342;
}   

.service-section-page  .service-box{
  background-color: white ;
}

.ipsum .excavator li b{
  font-size: 15px;
}


.excavator li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.excavator li i {
  margin-right: 8px;
  font-size: 1.2em; /* Adjust size if needed */
  line-height: 1.4; /* Ensures it aligns with the first line of text */
  padding-top: 4px; /* Adjust this value if needed */
}



.mb-5{
  margin-bottom: 20px;
}

.m-0{
  margin: 0 !important;

}

.p-0{
  padding: 0 !important;
}


@media (max-width: 575.98px) { 
  .service-sc-wr .service-section-wr .service-box .service-title{
    font-size: 17px;
  }
  .service-sc-wr .service-section-wr .service-box p:nth-child(3){
    display: none;
  }
  .service-title-ml{
    font-size: 20px;
  }
  .service-item {
    height: auto;
  }
  .sc-img-width {
    width: 60px;
}


 }

img{
	width:100%;
}

.glry{
	padding: 80px 0px;
}
.main {
  

  .card {
    color: $color-black;
    border-radius: 2px;
    background: $color-white;
    box-shadow: $box-shadow;
	margin-bottom: 25px;

  

    &-image {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 70%;
      background: $color-white;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}


.portfolio-heading-bg{
  background: #1764ad;
  padding: 20px 10px 12px !important;
  color: white !important;
}

.portfolio-heading-bg i{
  color: #f6b60b;
  margin-right: 12px;
  font-size: 24px;
}



