@charset "utf-8";

@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:100,200,300,400,500,600,700,800,900|Poppins:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800);

*:root {
  --primary-color: #e87816;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  color: #575757;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #575757;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

p.line-height26 {
  line-height: 26px;
}

p.fnt-17 {
  font-size: 17px;
}

p.fnt-18 {
  font-size: 18px;
}

header,
footer,
nav,
section {
  width: 100%;
  float: left;
}

h2 {
  font-size: 46px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

h2 span {
  font-weight: 700;
}

h3 {
  font-size: 30px;
  margin-bottom: 44px;
}

h3.mar-btm30 {
  margin-bottom: 30px;
}

h3.white-color {
  color: #fff;
}

h4 {
  font-size: 17px;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

.pad100-top-bottom {
  padding: 100px 0px;
}

.pad100-70-top-bottom {
  padding: 100px 0px 70px;
}

a:hover {
  text-decoration: none;
}

.marbtm20 {
  margin-bottom: 20px;
}

.marbtm50 {
  margin-bottom: 50px;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.pad-left_zero {
  padding-left: 0px;
}

.pad-right_zero {
  padding-right: 0px;
}

.pad_zero {
  padding: 0px;
}

.wdt-100 {
  width: 100%;
  float: left;
}

.img img {
  width: 100%;
  float: left;
  height: auto;
}

.yellow-background {
  background: var(--primary-color);
}

.read-more-link {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.read-more-link a {
  color: var(--primary-color);
}

header {
  padding: 23px 0px 0px;
}

ul.header-info {
  margin: 5px 0px 20px 0px;
  padding: 0px;
  width: 72%;
  float: left;
}

ul.header-info li {
  list-style: none;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 0px 15px;
  border-right: 1px solid #838383;
  margin-right: 10px;
  position: relative;
  font-weight: 600;
}

ul.header-info li:last-child {
  border: 0px;
  margin: 0px;
}

ul.header-info li:before {
  font-family: "FontAwesome";
  top: 3px;
  left: 0px;
  font-size: 30px !important;
  color: var(--primary-color);
  margin-right: 10px;
  float: left;
}

ul.header-info li.phn {
  width: 41%;
}

ul.header-info li.address {
  width: 48%;
}

ul.header-info li.address:before {
  content: "\f041";
  font-size: 40px !important;
}

ul.header-info li.phn:before {
  content: "\f095";
}

a.header-requestbtn {
  font-size: 14px;
  color: #000;
  background: var(--primary-color);
  display: block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 20px;
  font-family: "Montserrat", sans-serif;
  margin: 3px 0px;
  text-align: center;
}

a.header-requestbtn:before {
  background: #333;
  color: #fff;
}

#main-navigation-wrapper.navbar-default {
  width: 100%;
  float: left;
  margin: 10px 0px 0px;
  height: 64px;
  background: #131313;
  z-index: 1009;
  border-radius: 0px;
  border: 0px;
}

.navbar-collapse.collapse {
  padding: 0px;
}

#main-navigation-wrapper .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

#main-navigation-wrapper .nav > li {
  padding: 18px 0px;
}

#main-navigation-wrapper .nav > li > a {
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-right: 1px dashed #383838;
}

.header1 #main-navigation-wrapper .nav > li {
  padding: 0px;
}

.header1 #main-navigation-wrapper .nav > li > a {
  border-right: 0px;
  padding: 22px 20px;
}

#main-navigation-wrapper .nav > li:last-child > a {
  border: 0px;
}

#main-navigation-wrapper .navbar-nav li .dropdown-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 243px;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ebebeb;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}

#main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

#main-navigation-wrapper .dropdown-submenu li {
  width: 100%;
  position: relative;
}

#main-navigation-wrapper .dropdown-submenu li a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  color: #2a2a2a;
  white-space: nowrap;
  padding: 14px 25px;
  border-bottom: 1px solid #cec8ba;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

#main-navigation-wrapper .dropdown-submenu li:hover {
}

#main-navigation-wrapper .dropdown-submenu li:last-child a {
  border: none;
}

#main-navigation-wrapper .dropdown-submenu li > a:focus,
#main-navigation-wrapper .dropdown-submenu li a:hover {
  background: var(--primary-color);
  color: #f1f1f1;
}

@keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.logo-menu {
  float: left;
  margin: 14px 0 14px 25px;
  display: none;
}

#main-navigation-wrapper .nav > li.dropdown:hover:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -7px !important;
  z-index: 1010;
  text-align: center;
  left: 20px;
}

#main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a,
#main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
  background: none;
  color: var(--primary-color);
}

.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a,
.header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
  color: #fff;
  background: #000;
}

.header-nav-right {
  width: 22%;
  float: right;
}

.header-socials {
  float: left;
}

.header-socials i {
  color: #fff;
  font-size: 16px;
  margin: 0px 8px;
  width: 30px;
  line-height: 64px;
  text-align: center;
}

.header-socials a:before {
  background: var(--primary-color);
}

.header-socials i:hover {
  color: #000;
}

.search-column {
  position: relative;
  float: right;
  margin: 19px 10px;
}

.search-column:before {
  width: 1px;
  height: 26px;
  background: url(../images/btn-left-divider.jpg) no-repeat;
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
}

.search-btn {
  width: 40px;
  height: 26px;
  background: url(../images/white-search-btn.png) no-repeat center center;
  border: 0px;
  float: left;
  padding: 0px;
}

.search-btn:focus {
  outline: none;
}

.search-btn:hover {
  opacity: 0.8;
}

.modal {
  padding-right: 0px;
  background-color: rgba(4, 4, 4, 0.8);
}

.modal-dialog {
  width: 37%;
  position: absolute;
  left: 20%;
  right: 20%;
  margin: 0 auto;
  vertical-align: center;
}

.modal-content {
  border-radius: 0px;
  border: none;
  top: 40%;
  position: relative;
}

.modal-body {
  color: white;
  width: auto;
  float: left;
  padding: 0 5px;
}

.modal-body h3 {
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
}

.modal-body .search-form {
  width: 100%;
  float: left;
  position: relative;
}

.search_lightbox_input {
  width: 100%;
  float: left;
  border-bottom: 1px solid #242424 !important;
  border: 0px;
  font-size: 18px;
  color: #242424;
  background: transparent;
  padding: 5px 0;
}

.search-form input::placeholder {
  color: #242424;
}

.search-form input:focus {
  outline: none;
}

.search_lghtbox_btn {
  position: absolute;
  right: 0px;
  background: url(../images/search_popup_icon.png) no-repeat;
  width: 18px;
  height: 18px;
  border: 0;
  top: 8px;
}

.solution-available {
  padding: 20px 0px 21px;
}

.solution-available h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  margin: 10px 20px;
  display: inline-block;
}

.solution-available h5 span {
  font-weight: 700;
}

a.header-requestbtn.contactus-btn {
  background: #fff;
  color: #000;
  width: 200px;
  float: none;
  display: inline-block;
  font-size: 16px;
  margin: -15px 0px 0px;
  text-align: center;
}

a.header-requestbtn.contactus-btn:hover {
  color: #fff;
}

.ftr-section {
  background: #0b0c0c;
  width: 100%;
  float: left;
  padding: 100px 0px 0px;
  background: url(../images/footer-bg.jpg) no-repeat center top;
  background-size: cover;
}

.ftr-section h6 {
  font-size: 18px;
  color: #b6b6b7;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 25px;
}

.ftr-section p {
  color: #757575;
}

ul.footer-info {
  width: 100%;
  float: left;
  margin: 0px 0px 70px;
  padding: 0px;
  border-bottom: 1px solid #373737;
}

ul.footer-info li {
  list-style: none;
  float: left;
  width: auto;
  font-size: 18px;
  color: #c8c8c8;
  padding: 8px 40px 23px 35px;
  border-right: 1px solid #373737;
  margin-right: 49px;
  position: relative;
}

ul.footer-info li:last-child {
  border-right: 0px;
  margin: 0px;
}

ul.footer-info li:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 3px;
  left: 0px;
  font-size: 20px !important;
  color: var(--primary-color);
}

ul.footer-info li.ftr-loc {
  font-size: 16px;
  padding: 0px 40px 12px 35px;
}

ul.footer-info li.ftr-loc:before {
  content: "\f041";
  top: 9px;
}

ul.footer-info li.ftr-phn:before {
  content: "\f095";
  top: 8px;
}

ul.footer-info li.ftr-msg:before {
  content: "\f0e0";
  font-size: 15px !important;
  top: 10px;
}

.ftr-about-text {
  padding-right: 70px;
  float: left;
}

a.ftr-read-more {
  font-size: 14px;
  color: #c8c8c8;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border: 1px solid #676868;
  padding: 8px 20px;
  display: block;
  float: left;
  text-decoration: none;
}

a.ftr-read-more:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

ul.footer-link {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.footer-link li {
  list-style: none;
  float: left;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
}

ul.footer-link li a {
  color: #757575;
  text-decoration: none;
}

ul.footer-link li a:hover {
  color: var(--primary-color) !important;
}

.header-socials.footer-socials {
  margin: 0px 0px 30px;
  width: 100%;
  float: left;
}

.header-socials.footer-socials i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #515151;
  border-radius: 30px;
  margin: 0px 3px 0px 0px;
  color: #fff;
  text-align: center;
}

.header-socials.footer-socials i:hover {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.ftr-logo {
  width: auto;
  float: left;
}

.footer-btm {
  width: 100%;
  float: left;
  border-top: 1px solid #373737;
  padding: 22px 0px 26px;
  margin: 60px 0px 0px;
}

.carousel-caption h1 {
  font-size: 65px;
  color: #fff;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
  text-transform: none;
}

.carousel-caption h1 span {
  font-weight: 700;
}

.carousel-caption p {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 25px;
}

a.header-requestbtn.learn-more {
  padding: 14px 10px;
  float: left;
  margin-right: 10px;
  width: 185px;
  font-size: 17px;
  text-align: center;
  background: var(--primary-color);
  color: #000;
}

a.header-requestbtn.learn-more:before {
  background: #fff;
}

a.header-requestbtn.learn-more.our-solution {
  background: #fff;
  margin-right: 0px;
  color: #000;
}

a.header-requestbtn.learn-more.our-solution:before {
  background: #000;
}

a.header-requestbtn.learn-more.our-solution:hover {
  color: #fff;
}

.head-section {
  margin-bottom: 50px;
}

.head-section h3 {
  margin: 47px 0px;
}

.head-section p {
  border-left: 1px solid #838383;
  padding: 4px 41px;
}

.index-services .col-lg-4{height:100%;}

.service-column {
  padding: 30px 15px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid var(--primary-color);
  margin: 5px;
  height: 485px;
  /*height:100%;*/
}

.service-column .icons {
  width: 78px;
  height: 78px;
  display: inline-block;
}

.service-column h5 {
  font-size: 16px;
  margin: 5px 0px 20px;
}

.service-column p span {
  font-weight: 700;
}

/*.one.service-column{position:relative; background:#fff;}*/
/*.one.service-column:before {*/
/*    background:#000 url(https://jesscontrol.in/Subcategory/1754912248.png);*/
/*    transition: all 0.3s ease-in;*/
/*    background-size: cover;*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 0;*/
/*    opacity:0;*/
/*}*/
/*.one.service-column:hover:before {*/
   
/*    opacity:0.3;*/
/*}*/
/*.one.service-column p,.one.service-column h5{color:#000!important;font-weight:bold;}*/

/*.one.service-column a{z-index:99;position: relative;}*/
.service-column:hover a {
  text-decoration: none;
  
}

.service-column:hover p,
.service-column:hover h5,
.service-column:hover .read-more-link {
  color: #000;
}

.service-manufactureicon {
  background: url(../images/manufacture-icon.png) no-repeat 0px 0px;
}

.service-cncicon {
  background: url(../images/cnc-icon.png) no-repeat 0px 0px;
}

.service-chemicalicon {
  background: url(../images/chemical-icon.png) no-repeat 0px 0px;
}

.service-energyicon {
  background: url(../images/energy-icon.png) no-repeat 0px 0px;
}

.service-oilicon {
  background: url(../images/oil-icon.png) no-repeat 0px 0px;
}

.service-materialicon {
  background: url(../images/material-icon.png) no-repeat 0px 0px;
}

.bestthing-section {
  position: relative;
  padding: 30px 0px 70px;
  /* height:387px; */
  background: #f1f1f1;
}

.bestthing-text-column {
  z-index: 1;
}

.bestthing-text-column li {
  padding-bottom: 10px;
}

.bestthing-text-column li i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.bestthing-img {
  padding-right: 0px;
}

.bestthing-img img {
  width: 100%;
  float: left;
  height: 387px;
}

.recent-project-section {
  background: #e7e7e7;
  padding-top: 100px;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.recent-project-section h3 {
  color: var(--primary-color);
}

.hight-level-section {
  padding: 100px 0px 0px;
}

.hight-level-section h2 {
  font-size: 40px;
  text-transform: none;
}

.hight-level-section ul {
  margin: 25px 0px;
  padding: 0px;
  display: inline-block;
}

.hight-level-section ul li {
  list-style: none;
  display: inline-block;
  font-size: 17px;
  color: #242424;
  font-weight: 700;
  padding: 12px 25px 12px 20px;
  border-right: 1px solid #666;
  margin-right: 15px;
}

.hight-level-section ul li:last-child {
  border: 0px;
}

.testimonial-section {
  background: #000;
  position: relative;
}

.testimonial-left-sidebar {
  margin: 102px 0px 97px;
}

.testimonial-slider {
}

.testimonial-slider .carousel-control.left {
  background: none;
}

.testimonial-slider .carousel-control {
  width: 20px;
  top: 50px;
}

.testimonial-left-sidebar .testimonial-head {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 0px 60px;
}

.testimonial-left-sidebar .testimonial-head .testi-img {
  width: 123px;
  float: left;
}

.testimonial-left-sidebar .testimonial-head .testi-text {
  float: left;
  margin: 30px 0px 0px 30px;
}

.testimonial-left-sidebar .testimonial-head .testi-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-left-sidebar .testimonial-head .testi-text .testi-designation {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.testimonial-left-sidebar p {
  font-size: 17px;
  color: #aeaeae;
}

.testimonial-rght-head {
  width: 34%;
  float: right;
  background: var(--primary-color);
  padding: 133px 0px 123px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

.testimonial-rght-head:before {
  position: absolute;
  left: -159px;
  top: 0px;
  width: 159px;
  height: 457px;
  content: "";
  border-bottom: 457px solid var(--primary-color);
  border-left: 157px solid transparent;
}

.testimonial-rght-head h2 {
  font-size: 50px;
  color: #000;
  background: url(../images/testi-quotes.png) no-repeat center top;
  padding: 146px 0px 0px;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
}

.head-section.client-head {
  margin: 0px 0px 50px;
  width: 100%;
  float: left;
}

.head-section.client-head h3 {
  margin: 32px 0px;
}

.client_hover .image_hover {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.client_hover .image_hover img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.client_hover .image_hover:focus:after,
.client_hover .image_hover:hover:after {
  opacity: 0;
}

.client_hover .image_hover {
  border: 1px solid #9a9a9a;
}

.client_hover .image_hover:hover .zoom_img_effect {
  transform: scale(1.1) translateZ(0);
}

.inner-pages-bnr {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.inner-pages-bnr img {
  width: 100%;
}

.inner-pages-bnr .banner-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -44px;
}

.inner-pages-bnr h1 {
  font-size: 45px;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}

ul.breadcumb {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul.breadcumb li {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
}

ul.breadcumb li a {
  color: #fff;
}

ul.breadcumb li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.office-info-col {
  margin-bottom: 73px;
}

ul.office-information {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.office-information li {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}

ul.office-information li:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 3px;
  left: 0px;
  font-size: 23px !important;
  color: var(--primary-color);
}

ul.office-information li.office-loc:before {
  content: "\f041";
  top: 9px;
}

ul.office-information li.office-phn:before {
  content: "\f095";
  top: 8px;
}

ul.office-information li.office-msg:before {
  content: "\f0e0";
  font-size: 18px !important;
  top: 10px;
}

ul.office-information li .info-txt {
  width: 90%;
  float: right;
  font-size: 16px;
  color: #bcbcbc;
  border-left: 1px solid #8e8e8e;
  padding: 10px;
}

ul.office-information li .info-txt.fnt_17 {
  font-size: 17px;
}

.contact-help {
  width: 100%;
  float: left;
  padding: 40px 0px 0px 20px;
  background: url(../images/contact-help-bg.jpg) no-repeat center top;
  border-bottom: 4px solid #e87816;
  background-size: cover;
  position: relative;
}

.contact-help h4 {
  color: #fff;
  text-transform: none;
}

.contact-help p {
  color: #bebebe;
  line-height: 26px;
  padding: 3px 86px 52px 0px;
}

.contact-help:after {
  background: url(../images/contact-help-cal.png) no-repeat right top;
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 100px;
  height: 141px;
  content: "";
}

.form-field {
  margin-bottom: 8px;
}

.form-field:last-child {
  margin-bottom: 0px;
}

.form-field .form-input,
.form-field .form-comment {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #939393;
  border: 1px solid #a3a3a3;
  padding: 18px;
  font-family: "Lato", sans-serif;
}

.form-field.input-halfrght {
  padding-right: 5px;
}

.form-field.input-halflft {
  padding-left: 5px;
}

.form-submit-btn {
  width: auto;
  background: #313131;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
  border: 0px;
  font-weight: 700;
}

.form-submit-btn:hover {
  background: var(--primary-color);
  color: #000;
}

.contact-info-column {
  margin-bottom: 60px;
}

.contact-info-column img {
  margin-bottom: 20px;
}

.contact-form {
  width: 74%;
  display: inline-block;
  margin: 40px 0px 0px;
  text-align: center;
}

.contact-form.request-form {
  width: 100%;
  margin: 0px;
  text-align: left;
}

.contact_map {
  width: 100%;
  height: 421px;
  float: left;
  border: 0;
}

.contact_map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 421px;
  border: 0;
}

.recent-project-section .item.active {
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-zoom-on-hover {
  overflow: hidden;
}

.image-zoom-on-hover img {
  transition: opacity 300ms ease-out, transform 300ms ease-out,
    filter 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out,
    -moz-filter 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out,
    -o-filter 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out,
    -webkit-filter 300ms ease-out;
}

.image-zoom-on-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.get_in_01 {
  background: #f3f3f3;
}

.get_in_01 textarea {
  height: 100px;
}

.ftr-section p a {
  color: #757575;
  text-decoration: none;
}

.ftr-link-column {
  margin-left: -40px;
}

.header-info .phn a {
  color: #575757;
  word-wrap: break-word;
}

.icon_size i {
  font-size: 40px;
  padding-right: 15px;
  margin-top: 15px;
  vertical-align: middle;
  display: inline;
}

.gal-item a {
  display: block;
}

.img-full {
  display: block;
  width: 100%;
}

.black-hover:hover .tour-layer {
  opacity: 1;
}

.black-hover:hover .vertical-align {
  opacity: 1;
}

.delay-1 {
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.gal-item .vertical-align {
  opacity: 1;
  margin-top: 0;
}

.gal-item .vertical-align {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gal-item .vertical-align {
  text-align: center;

  margin-top: 10px;
}

.vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -50px;
  position: absolute;
  width: 100%;
  left: 0;
}

.tour-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(232 120 22 / 44%);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.delay-1 {
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.border h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.view-all.slide_learn_btn.view_project_btn {
    width: 90%;
    font-size: 16px;
    display: inline-block;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.9s;
    transition: transform 0.9s;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0px 10px 0;
    background: rgb(255 255 255 / 45%);
    color: #0e0e0e;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    height:80px;
    align-content: center;
}

.view-all.slide_learn_btn.view_project_btn:hover {
  color: #fff;
}

.portfolio-2 .grid,
.portfolio-3 .grid,
.portfolio-4 .grid,
.portfolio-5 .grid {
  overflow: hidden;
  position: relative;
}

.hmslider1 .slide-1 {
  background-image: url(../images/home1-images/home1-slide1.png);
  background-position: center right;
}

.hmslider1 .slide-2 {
  background-image: url(../images/home1-images/home1-slide1.jpg);
  background-position: center right;
}

.hmslider1 .slide-3 {
  background-image: url(../images/home1-images/home1-slide2.jpg);
  background-position: center right;
}

.form-submit-btn {
  margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .search-btn {
    width: 25px;
  }
}

@media (max-width: 991px) {
  .bestthing-text-column h2 {
    margin-top: 30px;
  }

  .ftr-link-column {
    margin-left: 0;
  }
  .dropdown-sub-submenu {left:0!important;top:60px;position:relative!important;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header1 #main-navigation-wrapper .nav > li > a {
    padding: 22px 15px;
  }

  .header-nav-right {
    width: 27%;
  }

  .carousel-caption h1 {
    font-size: 49px;
  }

  .service-column p {
    min-height: 80px;
  }

  h2 {
    font-size: 35px;
  }

  .bestthing-text-column {
    padding-top: 0px;
  }

  .testimonial-rght-head {
    width: 38%;
  }

  .testimonial-left-sidebar {
    margin: 99px 0px 70px;
  }

  ul.footer-info li.ftr-loc {
    padding: 0px 13px 12px 28px;
  }

  ul.footer-info li {
    padding: 8px 16px 23px 29px;
    margin-right: 14px;
  }

  .header-socials.footer-socials i {
    margin: 0px;
  }

  .bestthing-section {
    padding: 95px 0px 96px;
  }

  #main-navigation-wrapper .nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .nav li i.fa {
    display: none;
  }
}

@media only screen and (min-width: 260px) and (max-width: 991px) {
  .display-block {
    display: none;
  }

  .display-none {
    display: block;
  }

  .header-nav-right {
    width: 100%;
  }

  .header-nav-right .header-socials {
    display: none;
  }

  .header-nav-right .search-column {
    display: none;
  }

  .mob-social {
    width: 200px;
    float: right;
  }

  header.header1 .search-column {
    margin: 6px 0px;
  }

  header.header1 .search-btn {
    background: url(../images/search-btn.png) no-repeat center center;
  }

  ul.header-info li {
    color: #000;
    border-right: 1px solid #000;
    font-size: 14px;
  }

  .display-block {
    display: none !important;
  }

  .container {
    width: 100%;
    padding: 0px 10px;
  }

  header.header1 ul.header-info {
    margin: 0px;
    width: 72%;
  }

  header.header1 .header-socials {
    margin: 4px 0px;
  }

  header.header1 .header-socials i {
    color: #000;
    line-height: 27px;
    border: 2px solid #ccc;
    border-radius: 100%;
    height: 30px;
    margin: 0px 2px;
  }

  #main-navigation-wrapper .container {
    padding: 0px;
  }

  .logo-menu {
    display: block;
    margin: 8px 0px 0px 10px;
    max-width: 160px;
  }

  .logo-menu img {
    width: 100%;
    float: left;
    height: auto;
  }

  .navbar-header {
    width: 100%;
    float: none;
    margin: 0px !important;
  }

  .navbar-default .navbar-toggle {
    border: medium none;
    display: block;
    margin: 8px 0px 9px;
    padding: 15px 10px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle:hover {
    border-color: #fff;
    background: none !important;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
  }

  .navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%;
  }

  .navbar-default .navbar-collapse {
    background: #12121b;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    max-height: 80vh;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  #main-navigation-wrapper .navbar-collapse {
    border-color: #232333;
    border-radius: 0px;
    background: var(--primary-color);
    text-align: center;
  }

  .navbar-nav {
    margin: 0;
  }

  #main-navigation-wrapper .nav {
    width: 100%;
  }

  #main-navigation-wrapper .nav > li {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  #main-navigation-wrapper .nav > li > a {
    display: block;
    width: 100%;
    padding: 16px 25px;
    border-bottom: 1px solid #f3c05f !important;
    border-right: 0px;
    position: relative;
    font-size: 15px;
    color: #48402b;
  }

  #main-navigation-wrapper .nav > li:first-child > a {
    padding-left: 25px;
  }

  #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a,
  #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
    background: #000;
    color: #fff;
  }

  #main-navigation-wrapper .nav > li:last-child > a {
    border-bottom: 1px solid #c3a554;
  }

  .header1 #main-navigation-wrapper .nav > li > a {
    padding: 16px 20px;
  }

  #main-navigation-wrapper .nav > li + li > a {
    border-left: none;
  }

  #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: auto;
    right: auto;
    transform: translate3d(0px, 0px, 0px);
    transition: none !important;
    display: none;
    top: auto;
    float: none;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 #fff;
  }

  #main-navigation-wrapper .dropdown-submenu > li > a {
    /* color: #000;
         */
    border-bottom: 1px solid #ccc;
  }

  a.header-requestbtn {
    width: 90%;
    display: inline-block;
    float: none;
    background: #fff;
  }

  .bestthing-img {
    padding-right: 0px;
    padding-left: 0px;
    position: static;
    float: none;
    display: inline-block;
    width: 91%;
    margin-bottom: -5px;
  }

  .bestthing-section {
    height: auto;
    padding: 0px;
    text-align: center;
  }

  .bestthing-text-column {
    padding: 0px 15px 40px;
    text-align: justify;
  }

  .bestthing-img img {
    height: auto;
  }

  .hight-level-section p {
    text-align: center !important;
  }

  .testimonial-rght-head {
    width: 100%;
    text-align: center;
    padding: 50px 0px 45px;
    position: static;
  }

  .testimonial-rght-head:before {
    display: none;
  }

  .testimonial-rght-head h2 {
    float: none;
    font-size: 28px;
    padding: 35px 0px 0px;
    margin-bottom: 0px;
    background-size: 32px;
  }

  .testimonial-left-sidebar {
    margin: 52px 0px 45px;
    float: left;
    text-align: center;
    padding: 0px;
  }

  .testimonial-left-sidebar .testimonial-head .testi-text h5 {
    font-size: 18px;
  }

  .testimonial-left-sidebar .testimonial-head .testi-text .testi-designation {
    font-size: 18px;
  }

  .testimonial-left-sidebar .testimonial-head {
    width: auto;
    float: none;
    display: inline-block;
  }

  .testimonial-left-sidebar .testimonial-head .testi-text {
    text-align: left;
  }

  .head-section.client-head {
    margin: 0px 0px 80px;
  }

  .form-field {
    float: left;
    width: 100%;
    padding: 0;
  }

  .form-field.input-halfrght {
    padding-right: 0px;
  }

  .form-field.input-halflft {
    padding-left: 0px;
  }

  a.header-requestbtn.contactus-btn {
    margin: 10px 0px;
  }

  i.fa.fa-chevron-down {
    float: right;
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 9px;
    padding: 13px 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-block {
    display: none !important;
  }

  .display-none {
    display: block;
  }

  .carousel-caption h1 {
    font-size: 44px;
  }

  .ftr-about-text {
    padding-right: 30px;
  }

  ul.footer-info li {
    width: 45%;
  }

  ul.footer-info li {
    width: 48%;
    margin-right: 10px;
  }

  ul.footer-info li:nth-child(2) {
    border-right: 0px;
  }

  .ftr-sol-column {
    min-height: 310px;
  }

  .hight-level-section {
    padding: 93px 0px 76px;
  }

  .row {
    margin: 0;
  }
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  a.header-requestbtn.learn-more {
    display: none !important;
  }

  .row {
    margin: 0;
  }

  .header-info {
    width: 100%;
  }

  ul.header-info li {
    padding: 0px 13px 0px 20px;
    margin-right: 14px;
  }

  ul.header-info li.address {
    width: 53%;
  }

  ul.header-info li.phn {
    width: 41%;
  }

  .navbar-collapse.in {
    height: 400px !important;
    overflow-y: scroll;
  }

  .head-section {
    margin-bottom: 10px;
  }

  .head-section h3 {
    margin: 0px 0px 10px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .solution-available h5 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }

  ul.footer-info li {
    width: 100%;
    border-right: 0px;
    margin-right: 0px;
    font-size: 15px;
  }

  ul.footer-info li.ftr-loc:before {
    top: 5px;
  }

  ul.footer-info li.ftr-phn:before {
    top: 7px;
  }

  ul.footer-info li.ftr-msg:before {
    top: 7px;
  }

  .ftr-section h6 {
    font-size: 17px;
  }

  ul.footer-info {
    margin: 0px 0px 30px;
  }

  .ftr-about-text {
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: left;
  }

  a.ftr-read-more {
    float: none;
    display: inline-block;
  }

  .ftr-sol-column,
  .ftr-link-column,
  .ftr-follow-column {
    margin-bottom: 20px;
    text-align: left;
  }

  .ftr-logo {
    float: none;
    display: inline-block;
  }

  .ftr-section {
    padding: 40px 0px 0px;
  }

  a.ftr-read-more {
    font-size: 13px;
  }

  .footer-btm {
    margin: 10px 0px 0px;
    text-align: center;
  }

  .footer-btm .text-right {
    text-align: center;
  }

  .solution-available h5 {
    font-size: 20px;
    margin: 0px 0px 10px;
  }

  .solution-available {
    padding: 20px 0px;
    text-align: center;
  }

  .pad100-top-bottom {
    padding: 50px 0px;
  }

  .testimonial-left-sidebar .testimonial-head .testi-text {
    margin: 30px 0px 0px 20px;
  }

  .testimonial-left-sidebar .testimonial-head {
  }

  .head-section p {
    border-left: 0px;
    padding: 4px 0px;
    font-size: 15px;
  }

  .hight-level-section ul li {
    padding: 12px 15px 12px 55px;
  }

  .hight-level-section ul {
    margin: 25px 0px 0px;
  }

  .head-section.client-head h3 {
    margin: 0px 0px 20px 0px;
  }

  p.fnt-17 {
    font-size: 15px;
  }

  .inner-pages-bnr .banner-caption {
    margin-top: -30px;
  }

  .inner-pages-bnr h1 {
    font-size: 35px;
  }

  ul.breadcumb {
    display: none;
  }

  .faq-mobile-margin {
    margin-bottom: 40px;
  }

  .contact-help p {
    text-align: left;
  }

  .contact-form {
    width: 100%;
  }

  .inner-pages-bnr img {
    height: 180px;
    width: 100%;
  }

  header.header1 ul.header-info {
    width: 100%;
  }

  ul.header-info li:before {
    font-size: 15px !important;
    top: 0px;
  }

  .mob-social {
    float: left;
    margin: 10px 0px 0px;
  }

  .hight-level-section h2 {
    font-size: 28px;
  }

  .testimonial-left-sidebar p {
    font-size: 15px;
  }

  .marbtm50 {
    margin-bottom: 45px;
  }

  .head-section.client-head {
    margin: 0px 0px 40px;
  }

  a.header-requestbtn.contactus-btn {
    font-size: 14px;
    width: 160px;
  }

  ul.footer-info li.ftr-loc {
    font-size: 15px;
  }

  p.fnt-18 {
    font-size: 15px;
  }

  .pad100-70-top-bottom {
    padding: 50px 0px 20px;
  }

  .recent-project-section {
    padding-top: 45px;
  }

  .hight-level-section {
    padding: 47px 0px 40px;
  }
}

@media only screen and (min-width: 260px) and (max-width: 467px) {
  .testimonial-left-sidebar .testimonial-head .testi-text {
    margin: 20px 0px 0px;
    width: 100%;
    text-align: center;
  }

  a.header-requestbtn.learn-more {
    margin-right: 0px;
  }

  #minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 800px !important;
  }

  ul.header-info li {
    border: 0px;
    margin-bottom: 5px;
  }

  ul.header-info li br {
    display: none;
  }

  ul.header-info li.address {
    width: 100%;
  }

  ul.header-info li.phn {
    width: 100%;
  }

  .testimonial-left-sidebar .testimonial-head {
    width: 100%;
    text-align: center;
  }

  .testimonial-left-sidebar .testimonial-head .testi-img {
    float: none;
    display: inline-block;
  }

  .hight-level-section ul li {
    float: none;
    margin: 10px 0px;
    border-right: 0px;
    padding: 5px 12px 5px 37px;
    font-size: 16px;
  }

  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    margin-right: 0px !important;
    margin-top: 90px !important;
  }

  .vision-icon {
    background-size: 30px;
  }

  .value-icon {
    background-size: 30px;
  }

  .mission-icon {
    background-size: 30px;
  }
}

/*****************Home6, Home7 & Home8*******************/
@media (max-width: 1190px) {
  #minimal-bootstrap-carousel .carousel-control {
    display: none;
  }
}

@media (max-width: 991px) {
  .ftr-section {
    padding: 80px 15px 0;
  }
}

@media (max-width: 991px) and (min-width: 481px) {
  ul.header-info li.address {
    width: 43%;
  }

  ul.header-info li.phn {
    width: 40%;
  }

  .carousel-caption h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 768px) and (min-width: 415px) {
}

@media (max-width: 480px) {
  .bestthing-section h2 {
    font-size: 25px;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
    display: none;
  }
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*======home1 banner======*/

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  float: left;
  width: 54%;
}

#minimal-bootstrap-carousel.home1
  .carousel-caption
  .thm-container
  .box
  .content.home1-slides {
  float: right;
  width: 100%;
  text-align: left;
  margin-right: -92px;
  margin-top: 70px;
  z-index: 20;
  position: relative;
}

#minimal-bootstrap-carousel.home1
  .carousel-caption
  .thm-container
  .box
  .content.home1-slides
  h1 {
  color: #000;
}

#minimal-bootstrap-carousel.home1
  .carousel-caption
  .thm-container
  .box
  .content.home1-slides
  p {
  color: #000;
}

#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 640px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #1e1e1e;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
  opacity: 0.65;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  border-radius: 0;
  z-index: 88;
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

.carousel {
  position: relative;
  width: 100%;
  float: left;
}

#minimal-bootstrap-carousel.home1 .carousel-caption {
  width: 40%;
  height: 755px;
  background: rgb(232 120 22 / 75%);
}

#minimal-bootstrap-carousel.home1 .carousel-caption:after {
  width: 240px;
  /*background:url(../images/slider-left-bg.png) no-repeat right top; */
  content: "";
  right: -240px;
  top: 0px;
  z-index: 2;
  position: absolute;
  border-top: 755px solid rgb(232 120 22 / 75%);
  border-right: 240px solid transparent;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#minimal-bootstrap-carousel .carousel-caption h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#minimal-bootstrap-carousel .carousel-caption p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.image_hover {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_hover:after {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}

.image_hover:hover:after {
  opacity: 0.1;
}

.zoom_img_effect {
  position: relative;
  transition: all 0.3s ease-out;
}

.image_hover:hover .zoom_img_effect {
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

.image_hover:focus:after,
.image_hover:hover:after {
  opacity: 1;
}

a.view-all.slide_learn_btn.view_project_btn {
  width: 147px;
  font-size: 14px;
  display: inline-block;
  top: -140px;
  position: relative;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  line-height: 43px;
  font-family: "Montserrat", sans-serif;
  margin: 86px 0px 74px;
  background: var(--primary-color);
  color: #0e0e0e;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.projectsec1 a.view-all.slide_learn_btn.view_project_btn {
  margin: 86px 0px 74px;
}

a.view-all.slide_learn_btn.view_project_btn:hover {
  color: #fff;
}

.portfolio-2:hover a.view-all.slide_learn_btn.view_project_btn {
  top: -60px !important;
  margin: 0;
}

.portfolio-3:hover a.view-all.slide_learn_btn.view_project_btn {
  top: -200px !important;
}

.portfolio-4:hover a.view-all.slide_learn_btn.view_project_btn {
  top: -250px !important;
}

.portfolio-5:hover a.view-all.slide_learn_btn.view_project_btn {
  top: -270px !important;
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {
  #minimal-bootstrap-carousel.home1 .carousel-caption {
    width: 47%;
  }

  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    width: 74%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    margin-right: -40px;
    margin-top: 90px;
  }

  .portfolio-2:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -100px !important;
  }

  .portfolio-3:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -250px !important;
  }

  .portfolio-4:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -270px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    margin-right: -44px;
    margin-top: 67px;
  }

  .portfolio-2:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -140px !important;
  }

  .portfolio-3:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -230px !important;
  }

  .portfolio-4:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -220px !important;
  }
}

@media only screen and (min-width: 467px) and (max-width: 767px) {
  .portfolio-2:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -110px !important;
  }

  .portfolio-3:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -200px !important;
  }

  .portfolio-4:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -200px !important;
  }
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  #minimal-bootstrap-carousel.home1 .carousel-caption {
    width: 100%;
    height: auto;
    background: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  #minimal-bootstrap-carousel.home1 .carousel-caption:after {
    display: none;
  }

  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides
    p {
    display: none;
  }

  #minimal-bootstrap-carousel .carousel-caption h1 {
    font-size: 25px !important;
    text-align: center;
    color: #fff !important;
  }

  #minimal-bootstrap-carousel.home1
    .carousel-caption
    .thm-container
    .box
    .content.home1-slides {
    margin-right: 0px;
    padding: 0px 30px;
    margin-top: 105px;
  }

  #minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 240px !important;
  }

  #minimal-bootstrap-carousel .carousel-caption p {
    display: none;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
    width: 100%;
  }
}

@media only screen and (min-width: 260px) and (max-width: 467px) {
  .recent-project-section:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -200px;
  }

  .portfolio-2:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -180px !important;
  }

  .portfolio-3:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -250px !important;
  }

  .portfolio-4:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -250px !important;
  }

  .portfolio-5:hover a.view-all.slide_learn_btn.view_project_btn {
    top: -245px !important;
  }
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "codropsicons";
  src: url("../fonts/codropsicons/codropsicons.html");
  src: url("../fonts/codropsicons/codropsiconsd41d.html?#iefix")
      format("embedded-opentype"),
    url("../fonts/codropsicons/codropsicons-2.html") format("woff"),
    url("../fonts/codropsicons/codropsicons-3.html") format("truetype"),
    url("../fonts/codropsicons/codropsicons-4.html#codropsicons") format("svg");
}

.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child {
  padding-top: 0em;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "feathericons";
  src: url("../fonts/feathericons/feathericons3869.html?-8is7zf");
  src: url("../fonts/feathericons/feathericonsd41d.html?#iefix-8is7zf")
      format("embedded-opentype"),
    url("../fonts/feathericons/feathericons3869-2.html?-8is7zf") format("woff"),
    url("../fonts/feathericons/feathericons3869-3.html?-8is7zf")
      format("truetype"),
    url("../fonts/feathericons/feathericons3869-4.html?-8is7zf#feathericons")
      format("svg");
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .projectsec1 a.view-all.slide_learn_btn.view_project_btn {
    top: -70px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .projectsec1 a.view-all.slide_learn_btn.view_project_btn {
    top: 0px;
  }
}

.recent-project-section img {
  height: 300px;
  object-fit: cover;
}

.custom-prev,
.custom-next {
  font-size: 24px;
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  cursor: pointer;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #555;
}

.home1-project .grid {
  background: #fff;
  box-shadow: 10px 10px 10px #0000001a;
  margin-bottom: 20px;
}
.py-3{padding: 30px 0;}
.icon_size{display: flex;padding-bottom: 50px;}
.icon_size .col-lg-4{ height: 100%;border: 1px solid transparent;}
.icon_size .col-lg-4:hover{
    border: 1px solid #333;
}
.gal-item {
    height: 300px;
    overflow: hidden;
    display:flex;
}
.gal-item img{
   width: 100%!important;
   height: 100%!important;
}

 .left-column{
     width:28.8%;
     float:left;
}
 .left-column.right-left-column{
     float:right;
}
 ul.category-list{
     width:100%;
     float:left;
     margin:0px 0px 70px;
     padding:0px;
}
 ul.category-list li{
     list-style:none;
     float:left;
     font-size:15px;
     font-family: 'Montserrat', sans-serif;
     font-weight:700;
     text-transform:uppercase;
     width:100%;
     border-bottom:1px solid #cacaca;
}
 ul.category-list li a{
     color:#242424;
     text-decoration:none;
     padding:15px;
     display:block;
     margin:-1px 0px;
}
 ul.category-list li a:hover, ul.category-list li a.active-category{
     color:#000;
     background:#e87816;
}
ul.category-list li i.fa {
     display: none;
}
a.pdf-button {
    font-size: 18px;
    color: #242424;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: url(../images/pdf-icon.jpg) no-repeat 0px 0px;
    text-transform: uppercase;
    padding: 20px 0px 21px 80px;
    width: 100%;
    float: left;
}
a.pdf-button:hover {
    color: #e87816;
}
 .portfoli-section{
     padding:80px 0px 20px;
}
 .portfoli-section2{
     padding:80px 0px 60px;
}
 .portfolio-column{
}
 .portfolio-column img{
     width:100%;
     float:left;
     height:auto;
     margin-bottom:30px;
}
 .portfolio-column h4{
     font-size:16px;
}
 .portfolio-column p{
     font-size:16px;
     line-height:26px;
}
 .portfolio-img-column{
     width:100%;
     float:left;
}
 .portfolio-img-column img{
     width:100%;
     float:left;
     height:auto;
}
 .black-portfolio-left{
     background:#1c1c1c;
     padding:36px 20px;
}
 .black-portfolio-left ul{
     margin:0px;
     padding:0px;
}
 .black-portfolio-left ul li{
     list-style:none;
     float:left;
     font-size:17px;
     color:#fff;
     width:100%;
     padding:5px 10px;
}
 .black-portfolio-left ul li .colleft{
     width:30%;
     float:left;
     font-weight:700;
}
 .black-portfolio-left ul li .colrght{
     width:70%;
     float:right;
}
 .header-socials.portfolio-socials{
     margin:0px;
}
 .header-socials.portfolio-socials i{
     width:auto;
     height:auto;
     line-height:inherit;
     margin-right:20px;
     color:#fff;
}
 .black-portfolio-left ul li:last-child{
     border-top:1px solid #ccc;
     padding:12px 10px;
     margin-top:10px;
}
 .portfolio-info-column{
     background:#f2ae2b;
     padding:72px 0px;
}
 .portfolio-info-column ul{
     margin:0px;
     padding:0px;
}
 .portfolio-info-column ul li{
     list-style:none;
     float:left;
     width:33.3%;
     border-right:1px solid #000;
     padding:10px 0px 10px 50px;
}
 .portfolio-info-column ul li:last-child{
     border:0px;
}
 .portfolio-info-column ul li h4{
     font-weight:700;
     font-family: 'Lato', sans-serif;
     text-transform:none;
     color:#000;
     font-size:18px;
}
 .portfolio-info-column ul li p{
     font-weight:400;
     color:#000;
     font-size:18px;
}
.bg-white{
    background:#fff!important;
}
/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-sub-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  z-index: 1000;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dropdown-sub-submenu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-submenu li:hover  .dropdown-sub-submenu {
  display: block;
}

/* Optional: icon alignment */
.dropdown-sub > i.fa-chevron-right {
  margin-left: 5px;
  float: right;
  margin-top: 5px;
}
.recent-project-section .box{
    border:1px solid  var(--primary-color);
    margin:10px;
    padding:15px;
    height:250px;
}




.recent-project-section .box {
  position: relative;
  background-image: url("Front/assets/images/about-banner.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.recent-project-section .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* or any color */
  opacity: 1; /* hidden by default */
  transition: opacity 0.3s ease;
  z-index:0;
}

.recent-project-section .box:hover::before {
  opacity: 0; /* overlay appears on hover */
}

.recent-project-section .box h4, .recent-project-section .box p, .recent-project-section .box ul{position:relative; z-index:9;}
.recent-project-section .box:hover h4, .recent-project-section .box:hover p, .recent-project-section .box:hover ul{opacity:0}

.pt-5{padding-top:50px;}
.detail-sec h1{font-size: 46px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;}
.detail-sec h3{margin-bottom:0;}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.detail-sec table{
    width:100%;
    border:1px solid #e87816!important;
}
.detail-sec table thead tr td{
background:#e87816!important;
padding:8px!important;
color:#fff!important;
font-size:18px;
}
.detail-sec table  tr td{
background:#fff!important;
padding:8px!important;
}
.detail-sec table  tr td:first-child{
font-weight:bolder;
}


.detail-sec table tr {
 border-bottom:1px solid #e87816!important;
}
.detail-sec table thead tr td p{

color:#fff!important;
font-size:18px;
}


/* default: mobile first */
.mobile-only { display: block; }
.desktop-only { display: none; }

@media only screen and (max-width: 768px) {
  .mobile-only { display: block !important; }
  .desktop-only { display: none !important; }
}
@media  (min-width: 769px) {
  .mobile-only { display: none !important; }
  .desktop-only { display: block !important; }
}
