body {
  font-family: "Inter", sans-serif;
  color: #272B36;
}

body.noScroll {
  overflow: hidden;
}

button:hover,
button:focus,
button:active {
  outline-style: none;
  box-shadow: none;
  outline: none;
  border: none;
}

h4.heading_title {
  font-size: 18px;
  color: #e25419;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

h5.sub_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 span {
  color: #e25419;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

p {
  line-height: 29px;
}

.btnPrimary {
  background: #e25419;
  color: #fff;
  padding: 15px 40px 15px 40px;
  text-transform: uppercase;
}
.btnPrimary:hover, .btnPrimary:focus, .btnPrimary:active {
  background: #e7e7e7 !important;
  color: #e25419 !important;
  border: 1px solid #e25419;
}

.header_widget {
  background: #21242e;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}
.header_widget a {
  color: #fff;
  text-decoration: none;
}
.header_widget .header_social_media a {
  margin-left: 15px;
}

.stickyBg {
  background: #151823;
  transition: all 0.3s ease-in-out;
}

header {
  background: rgba(33, 36, 46, 0.3294117647);
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}
header .navbar {
  padding: 0px;
}
header .navbar .navbar-brand {
  padding: 1px 0px;
}
header .navbar .navbar-brand img {
  max-width: 100%;
}
header .navbar .navbar-nav .nav-item a.nav-link {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
  color: #fff;
}
header .navbar .navbar-nav .nav-item a.nav-link:before {
  content: "";
  background: #e25419;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item a.nav-link.active {
  color: #e25419;
}
header .navbar .navbar-nav .nav-item a.nav-link:hover::before {
  width: 100%;
}
header .navbar .navbar-nav .nav-item a.nav-link.active::before {
  width: 100%;
}
header .navbar .navbar-nav .nav-item:last-child a.nav-link {
  margin-right: 0;
}
header .navClosebtn {
  display: none;
  position: absolute;
  top: 24px;
  right: 10px;
  font-size: 50px;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  line-height: 30px;
}
header .navClosebtn:hover {
  opacity: 9;
}
header .hamburger_btn {
  display: none;
  position: relative;
  float: right;
  height: 27px;
  width: 38px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
header .hamburger_btn:hover {
  opacity: 0.7;
}
header .hamburger_btn.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
header .hamburger_btn.active .middle {
  opacity: 0;
  background: #fff;
}
header .hamburger_btn.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
header .hamburger_btn.active {
  opacity: 0.2;
}
header .hamburger_btn span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 0.2rem;
}
header .hamburger_btn span:nth-of-type(2) {
  top: 11px;
}
header .hamburger_btn span:nth-of-type(3) {
  top: 22px;
}

header .navbar-collapse .hamburger_btn.active {
  opacity: 9;
}
header .navbar-collapse .hamburger_btn.active .top {
  background: #000000;
}
header .navbar-collapse .hamburger_btn.active .bottom {
  background: #000000;
}

.banner_wrap {
  position: relative;
  margin-top: -88px;
}
.banner_wrap .carousel .carousel-inner .carousel-item {
  position: relative;
}
.banner_wrap .carousel .carousel-inner .carousel-item::before {
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.55;
  z-index: 1;
}
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info {
  max-width: 640px;
  position: absolute;
  bottom: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
  font-weight: 600;
  font-size: 58px;
}
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 span {
  color: #e25419;
}
.banner_wrap .carousel .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 800px;
  min-height: 380px;
}

.banner_wrap.in_page_banner .carousel .carousel-inner .carousel-item img {
  max-height: 480px;
}

.brand_expertise {
  margin-top: -75px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}

.infoBox_space {
  height: 100%;
  padding-bottom: 30px;
}

.infoBox {
  position: relative;
  background-color: #FFFFFF;
  padding: 33px 30px 33px 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  height: 100%;
}
.infoBox .iconHolder {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infoBox .iconHolder img {
  max-width: 100px;
}
.infoBox .infoBox_body h3 {
  margin: 20px 0px 20px 0px;
}

.home_about {
  padding: 35px 0 50px 0;
}
.home_about .about_img_holder img {
  max-width: 100%;
}
.home_about .home_about_content {
  padding-left: 40px;
}
.home_about .aboutOffer {
  padding-left: 30px;
  border: none;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #e25419;
}
.home_about .aboutOffer p:last-child {
  padding: 0;
  margin: 0;
}

.home_services {
  padding: 50px 0;
}
.home_services .serv_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_services .home_serv_content {
  padding-right: 30px;
}
.home_services .home_serv_content .home_serv_img img {
  max-width: 100%;
}

.serv_card {
  position: relative;
  background-color: #FFFFFF;
  padding: 33px 30px 33px 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  height: 100%;
}
.serv_card .iconHolder {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.serv_card .iconHolder img {
  max-width: 100px;
}
.serv_card .serv_card_body h3 {
  margin: 20px 0px 20px 0px;
  font-size: 24px;
}
.serv_card p {
  line-height: 26px;
}
.serv_card p:last-child {
  margin-bottom: 0px;
}

.home_testimonials {
  background-color: #141323;
  padding: 75px 0px 160px 0px;
  margin: 50px 0;
  position: relative;
  overflow: hidden;
}
.home_testimonials h2 {
  color: #fff;
}
.home_testimonials .mapWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_testimonials .mapWrap img {
  max-width: 100%;
  height: auto;
}
.home_testimonials .testimonial_content {
  position: relative;
  z-index: 5;
}
.home_testimonials .testimonial_content .testDescription {
  max-width: 75%;
}
.home_testimonials .testimonial_content .testDescription p {
  color: #fff;
}
.home_testimonials .testimonial_cards {
  padding-top: 50px;
}
.home_testimonials .testimonial_cards .testi_card {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/testimonial-map.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 33px 30px 33px 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  height: 100%;
}
.home_testimonials .testimonial_cards .testi_card p {
  font-size: 14px;
  line-height: 18px;
}
.home_testimonials .testimonial_cards .testi_card .testi_thumb {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
}
.home_testimonials .testimonial_cards .testi_card .testi_thumb img {
  max-width: 90px;
}
.home_testimonials .testimonial_cards .testi_card .testi_thumb:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  line-height: 50px;
  bottom: -15px;
  right: -30px;
  background-color: #e25419;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.home_testimonials .testimonial_cards .testi_card .reviews_rating {
  padding: 0 0 15px 0;
}
.home_testimonials .testimonial_cards .testi_card .reviews_rating .fa {
  color: #e25419;
}
.home_testimonials .testimonial_cards .testi_card .testi_title {
  position: relative;
  padding-top: 20px;
}
.home_testimonials .testimonial_cards .testi_card .testi_title h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.home_testimonials .testimonial_cards .testi_card .testi_title h5 {
  font-size: 13px;
  font-weight: 300;
}
.home_testimonials .testimonial_cards .testi_card .testi_title::before {
  background-color: #e25419;
  left: calc(50% - 25px);
}
.home_testimonials .testimonial_cards .testi_card .testi_title::after {
  background-color: #ddd;
  left: 50%;
}
.home_testimonials .testimonial_cards .testi_card .testi_title::before, .home_testimonials .testimonial_cards .testi_card .testi_title::after {
  position: absolute;
  top: 0;
  content: "";
  height: 1px;
  width: 25px;
}
.home_testimonials .owl-carousel .owl-stage {
  height: 100%;
}
.home_testimonials .owl-carousel .owl-item {
  height: 100%;
}
.home_testimonials .owl-carousel .owl-item .item {
  height: 100%;
}

.home_process {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fefefe;
}
.home_process .process_content {
  padding-bottom: 30px;
  max-width: 75%;
}
.home_process .process_bg {
  background: url(../images/process.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.home_process .process_wrap {
  margin-top: 80px;
  margin-bottom: 40px;
  z-index: 3;
  background-size: cover;
  background: url(../images/Vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 284px;
}
.home_process .process_wrap .step_box {
  padding: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.home_process .process_wrap .step_box.step_one {
  top: -104px;
}
.home_process .process_wrap .step_box.step_two {
  bottom: -54px;
}
.home_process .process_wrap .step_box.step_three {
  top: -82px;
}
.home_process .process_wrap .step_box.step_four {
  bottom: -56px;
}
.home_process .process_wrap .step_box.step_five {
  top: -55px;
}
.home_process .process_wrap .step_box .num_holder {
  font-size: 30px;
  color: #b7b7b7;
  padding-bottom: 15px;
}
.home_process .process_wrap .step_box .icon_holder {
  background: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #e25419;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_process .process_wrap .step_box .icon_holder img {
  max-width: 40px;
}
.home_process .process_wrap .step_box .step_info {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 500;
}

.home_brand_info {
  background-color: #000000;
  position: relative;
  padding: 120px 0px 210px 0;
  overflow: hidden;
}
.home_brand_info:before {
  content: " ";
  background: url(../images/banner_bg3.png);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
  animation: zoominBg 40s ease-in infinite;
  transition: all 0.2s ease-in-out;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.home_brand_info .image_holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_brand_info .content_box {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  max-width: 992px;
  margin: 0 auto;
}
.home_brand_info .content_box h2 {
  color: #fff;
}

.home_request_wrap {
  margin-top: -90px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}
.home_request_wrap .request_shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.home_request_wrap .service_details {
  padding: 50px;
  background-color: #FFFFFF;
  background-image: url(../images/brand_emp.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
}
.home_request_wrap .service_details .details_content {
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.home_request_wrap .service_details .details_content ul li {
  line-height: 29px;
}
.home_request_wrap .request_form {
  height: 100%;
  background: #fff;
  padding: 50px;
}
.home_request_wrap .request_form .form_required {
  color: red;
}

.home_request_wrap.inn_contact_wrap {
  margin-top: 0px;
  padding: 90px 0;
}
.home_request_wrap.inn_contact_wrap .widgetWrap {
  width: 100%;
  margin: 0px 0px 4px 0px;
  padding: 30px 0px 30px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(207, 207, 207, 0.5058823529);
}
.home_request_wrap.inn_contact_wrap .widgetWrap .wrapper {
  display: flex;
}
.home_request_wrap.inn_contact_wrap .widgetWrap .wrapper .icon {
  margin-right: 15px;
  line-height: 1;
}
.home_request_wrap.inn_contact_wrap .widgetWrap .wrapper .icon .fa {
  display: inline-block;
  color: #e25419;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  background-color: #fff;
}
.home_request_wrap.inn_contact_wrap .widgetWrap .wrapper p {
  margin: 0px;
  line-height: 26px;
}
.home_request_wrap.inn_contact_wrap .widgetWrap .wrapper a {
  color: #fff;
  text-decoration: none;
}
.home_request_wrap.inn_contact_wrap .widgetWrap:last-child .wrapper .icon .fa {
  font-size: 38px;
}

.home_projects {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fefefe;
}
.home_projects .project_content {
  padding-bottom: 30px;
  max-width: 75%;
}

.carouselProjects_wrap .projects_holder {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  margin-bottom: 30px;
  position: relative;
}
.carouselProjects_wrap .projects_holder img {
  max-width: 100%;
}

footer.main_footer {
  padding: 50px 0;
  background: #151823 url(../images/testimonial-map.png);
  background-size: cover;
  color: #fff;
}
footer.main_footer .footer_logo {
  margin-bottom: 15px;
}
footer.main_footer .footer_logo img {
  max-width: 100%;
}
footer.main_footer .footer_about {
  padding-bottom: 20px;
}
footer.main_footer .footer_about p {
  color: #A1A1A1;
  font-size: 15x;
  line-height: 22px;
}
footer.main_footer ul.footer_contact {
  color: #e25419;
  padding-left: 0;
}
footer.main_footer ul.footer_contact li {
  list-style: none;
  margin-bottom: 15px;
}
footer.main_footer ul.footer_contact li:nth-child(1) .fa {
  font-size: 29px;
  vertical-align: middle;
}
footer.main_footer ul.footer_contact li:nth-child(3) .fa {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 23px;
}
footer.main_footer ul.footer_contact li:nth-child(3) a:hover {
  color: #fff;
}
footer.main_footer ul.footer_contact li .fa {
  margin-right: 15px;
}
footer.main_footer ul.footer_contact a {
  color: #fff;
  text-decoration: none;
}
footer.main_footer .footer_social_media a {
  color: #e25419;
  text-decoration: none;
  margin-left: 15px;
}
footer.main_footer .footer_social_media a:hover {
  color: #fff;
}
footer.main_footer .footer_menu {
  padding: 0 50px;
}
footer.main_footer .footer_menu h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
footer.main_footer .footer_menu ul {
  padding-left: 0;
}
footer.main_footer .footer_menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer.main_footer .footer_menu ul li .fa {
  color: #e25419;
  margin-right: 15px;
}
footer.main_footer .footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}
footer.main_footer .footer_menu ul li a:hover,
footer.main_footer .footer_menu ul li a.active {
  color: #e25419;
}
footer.main_footer .gf_logo {
  padding-top: 30px;
}
footer.main_footer .gf_logo img {
  max-width: 200px;
  width: 100%;
}
.copyright_section {
  background: #21242e;
  color: #b3b0b0;
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
}

.brand_overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e25419;
  opacity: 0.9;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.inn_about_content {
  padding: 100px 0 70px 0;
}
.inn_about_content .innAbout_img_holder img {
  width: 100%;
}
.inn_about_content .brandDetails {
  padding-left: 30px;
}
.inn_about_content h3 {
  margin-bottom: 18px;
}
.inn_about_content .author_box {
  position: relative;
  display: block;
  padding-bottom: 39px;
  margin-bottom: 37px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 120px;
}
.inn_about_content .author_box .author_thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.inn_about_content .author_box .author_thumb img {
  width: 100%;
  border-radius: 5px;
}
.inn_about_content .author_box .signature {
  position: relative;
  margin-bottom: 19px;
}
.inn_about_content .author_box h5 {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.innVisionMission {
  padding: 100px 0 85px 0;
  position: relative;
  overflow: hidden;
}
.innVisionMission::after, .innVisionMission::before {
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  animation: zoominBg 40s ease-in infinite;
  transition: all 0.2s ease-in-out;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.innVisionMission::after {
  background: url(../images/banner_bg3.png);
  opacity: 0.2;
  background-position: right;
}
.innVisionMission::before {
  background: #000;
}
.innVisionMission .innVisionMissionImg {
  height: 100%;
}
.innVisionMission .innVisionMissionImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.innVisionMission .visionMission_info {
  padding: 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.innVisionMission .visionMission_info.vision_bg {
  background: #e25419;
}
.innVisionMission .visionMission_info.mission_bg {
  background: #164393;
}

.inn_services_info {
  padding: 100px 0 0 0;
}
.inn_services_info .inn_servImg_holder {
  text-align: right;
}
.inn_services_info .inn_servImg_holder img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.inn_services_info .services_info {
  padding-left: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.serv_card_description {
  color: #fff;
  padding-bottom: 50px;
}

.serv_card_wrap {
  position: relative;
  z-index: 2;
}
.serv_card_wrap .serv_card {
  background-color: rgba(226, 84, 25, 0.55);
  transition: background-color 0.5s ease;
  color: #fff;
}
.serv_card_wrap .serv_card:hover {
  background-color: rgba(226, 84, 25, 0.8);
  transition: background-color 0.3s ease;
}

.inn_services_details {
  background-color: #000000;
  position: relative;
  padding: 100px 0px 100px 0;
  overflow: hidden;
}
.inn_services_details:before {
  content: " ";
  background: url(../images/banner_bg4.jpg);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
  animation: zoominBg 40s ease-in infinite;
  transition: all 0.2s ease-in-out;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inn_ser_projects .ser_projects_col {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inn_ser_projects .ser_projects_col .ser_projects_info {
  padding-right: 40px;
}
.inn_ser_projects .proImg_group {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.inn_ser_projects .proImg_group img {
  width: auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.inn_ser_projects .proImg_group div {
  position: absolute;
  bottom: 0;
  max-width: 80%;
}
.inn_ser_projects .proImg_group div:first-of-type {
  z-index: 1;
  right: 0;
}
.inn_ser_projects .proImg_group div:last-of-type {
  left: 0;
}

.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.was-validated .form-control:valid {
  border-color: #198754;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Zoom in Keyframes */
@keyframes zoominBg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/*End of Zoom in Keyframes */
@media (max-width: 1199px) {
  .banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
    font-size: 42px;
  }
  .btnPrimary {
    padding: 12px 26px 12px 26px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .brand_expertise {
    padding-bottom: 10px;
  }
  .home_about {
    padding: 40px 0;
  }
  .home_services {
    padding: 40px 0 15px 0;
  }
  .home_services .home_serv_content {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .home_services .serv_content_center {
    display: block;
  }
  .home_testimonials {
    padding: 50px 0px 50px 0px;
    margin: 40px 0;
  }
  .home_testimonials .testimonial_cards {
    padding-top: 40px;
  }
  .home_process {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .home_process .process_content {
    max-width: 100%;
  }
  .home_process .process_wrap .step_box.step_two {
    bottom: -30px;
  }
  .home_process .process_wrap .step_box.step_four {
    bottom: -26px;
  }
  .home_process .process_wrap .step_box .num_holder {
    font-size: 22px;
  }
  .home_process .process_wrap .step_box .icon_holder {
    width: 60px;
    height: 60px;
  }
  .home_process .process_wrap .step_box .icon_holder img {
    max-width: 26px;
  }
  .home_request_wrap {
    padding-bottom: 40px;
  }
  .home_projects {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .home_projects .project_content {
    max-width: 100%;
  }
  .home_testimonials .testimonial_content .testDescription {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner_wrap {
    margin-top: 0px;
  }
  .brand_expertise {
    margin-top: 50px;
  }
  header {
    background: #151823;
  }
  header .hamburger_btn {
    display: block;
  }
  header .navClosebtn {
    display: block;
  }
  header .navbar .navbar-nav {
    margin-top: 50px;
    padding: 30px;
  }
  header .navbar .navbar-nav .nav-item a.nav-link {
    color: #212121;
  }
  header .navbar .navbar-nav .nav-item a.nav-link.active {
    color: #b53400;
  }
  header .navbar .navbar-nav .nav-item a.nav-link:before {
    background: #b53400;
  }
  .navbar-collapse {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.941);
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 120;
  }
  .navbar-collapse.show {
    opacity: 9;
    visibility: visible;
    width: 400px;
  }
  .collapse:not(.show) {
    display: block;
  }
  .page_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
    transition: opacity 5s ease-out;
  }
  .page_overlay.open {
    display: block;
    transition: opacity 5s ease-out;
  }
  .home_about .about_img_holder {
    text-align: center;
    margin-bottom: 30px;
  }
  .home_about .about_img_holder img {
    max-width: 400px;
  }
  .home_about .home_about_content {
    padding-left: 0;
  }
  .home_process {
    padding-bottom: 40px;
  }
  .home_process .process_wrap .step_box.step_two {
    bottom: 12px;
  }
  .home_process .process_wrap .step_box.step_four {
    bottom: 12px;
  }
  .googleMap_wrap {
    margin-top: 30px;
  }
  .inn_ser_projects .ser_projects_col {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .inn_ser_projects .ser_projects_col .ser_projects_info {
    padding-right: 0;
  }
  .inn_services_info {
    padding: 50px 0 0 0;
  }
  .inn_services_info .services_info {
    padding-left: 0;
  }
  .inn_services_details {
    padding: 50px 0;
  }
  .inn_about_content {
    padding: 50px 0 15px 0;
  }
  .inn_about_content .brandDetails {
    padding-left: 0px;
  }
  .inn_about_content .innAbout_img_holder {
    text-align: center;
    padding-bottom: 50px;
  }
  .inn_about_content .innAbout_img_holder img {
    max-width: 400px;
  }
  .home_request_wrap.inn_contact_wrap {
    padding: 50px 0;
  }
  .home_request_wrap.inn_contact_wrap .widgetWrap {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
    font-size: 28px;
  }
  .home_process .process_wrap {
    margin-top: 30px;
    margin-bottom: 40px;
    background: none;
  }
  .home_process .process_wrap .step_box.step_one {
    top: 0px;
  }
  .home_process .process_wrap .step_box.step_two {
    bottom: 0px;
  }
  .home_process .process_wrap .step_box.step_three {
    top: 0px;
  }
  .home_process .process_wrap .step_box.step_four {
    bottom: 0px;
  }
  .home_process .process_wrap .step_box.step_five {
    top: 0px;
  }
  footer.main_footer .footer_menu {
    padding: 50px 0 0 0;
  }
  .carouselProjects_wrap .item {
    text-align: center;
  }
  .carouselProjects_wrap .projects_holder {
    display: inline-block;
  }
  .carouselProjects_wrap .projects_holder img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  h3 {
    font-size: 23px;
  }
  h4.heading_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  p {
    line-height: 24px;
  }
  .home_brand_info {
    padding: 70px 0px 160px 0;
  }
  header .navbar .navbar-nav {
    padding: 20px;
  }
  .navbar-collapse.show {
    width: 280px;
  }
  .home_request_wrap .request_form,
  .home_request_wrap .service_details {
    padding: 30px;
  }
  .home_process .process_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  header .navbar .navbar-brand img {
    max-width: 180px;
  }
  .home_about .about_img_holder img {
    max-width: 100%;
  }
  .step_col {
    flex: 0 0 auto;
    width: 100%;
  }
  .home_process .process_wrap {
    min-width: auto;
  }
}/*# sourceMappingURL=style.css.map */