/*@import url('global.css');*/
@font-face {
  font-family: "Futura-Light-BT";
  src: url("../fonts/Futura-Light-BT.eot");
  src: url("../fonts/Futura-Light-BT.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Light-BT.woff2") format("woff2"), url("../fonts/Futura-Light-BT.woff") format("woff"), url("../fonts/Futura-Light-BT.ttf") format("truetype"), url("../fonts/Futura-Light-BT.svg#Futura-Light-BT") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/Futura-Bold.eot");
  src: url("../fonts/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Bold.woff2") format("woff2"), url("../fonts/Futura-Bold.woff") format("woff"), url("../fonts/Futura-Bold.ttf") format("truetype"), url("../fonts/Futura-Bold.svg#Futura-Light-BT") format("svg");
  font-weight: normal;
  font-style: normal;
}
.main-header .header-upper .auto-container, .sticky-header .auto-container {
  max-width: 1700px;
  padding: 0px 15px;
  margin: 0 auto;
}
/*.banner-slider h1 {
  font-family: "Futura-Bold" !important;
}*/
.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .auto-container {
  max-width: 100%;
}
/*Sticky Header*/
.sticky-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 0px 0px 5px #dcdcdc;
}
.sticky-header .logo {
  padding: 0px 0px;
}
.sticky-header .logo img {
  max-height: 65px;
}
.main-header .header-upper .auto-container, .sticky-header .auto-container {
  max-width: 1700px;
}
/* Header Top */
.header-top {
  background-color: rgba(37, 39, 51, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}
.header-top ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header-top ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-right: 40px;
  margin-right: 40px;
  line-height: 52px;
  letter-spacing: 2px;
}
.header-top ul li a {
  color: #fff;
}
.header-top ul li:before {
  position: absolute;
  content: '';
  background: #fff;
  right: 0;
  bottom: 20px;
  width: 1px;
  height: 2px;
}
.header-top ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.header-top ul li:last-child:before {
  display: none;
}
/* Header Upper */
.main-header .header-upper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.main-header .header-upper .header-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-upper .logo-box {
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 0px 90px;
  border-right: 0px solid rgba(255, 255, 255, 0.07);
}
.main-header .header-upper .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  object-fit: contain;
}
.main-header .header-upper .nav-outer {
  position: relative;
}
.main-header .header-upper .nav-outer .main-menu {
  position: relative;
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 32px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li {
  padding: 25px 20px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  /*font-weight: 600;*/
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 1px;
  color: #fff;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li > ul {
  background: #fff;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #ccc;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 230px;
  z-index: 100;
  padding: 15px 0px;
  opacity: 1;
  background: rgb(255 255 255 / 0.1);
  border-radius: 0 0 3px 3px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li > a {
  display: block;
  font-size: 15px;
  line-height: normal;
  padding: 8px 0;
  white-space: nowrap;
  color: #fff;
  /*font-weight: 600;*/
  letter-spacing: 0.5px;
  text-align: left;
  white-space: normal;
  /*text-transform: uppercase;*/
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  /* color: #f58634; */
  opacity: 0.5;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 25px;
  color: #222222;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 230px;
  z-index: 100;
  padding: 30px 35px;
  opacity: 1;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}
.main-menu .navigation > li > ul > li > ul > li > a, .main-menu .navigation > li > ul > li > ul > li > ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  color: #222;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a, .main-menu .navigation > li > ul > li > ul > li > ul li:hover a {
  color: #f58634;
}
.main-menu .navigation > li.dropdown:hover > ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .outer-box {
  position: relative;
  margin-right: -15px;
}
.main-header .outer-box .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-header .outer-box .social-icon-one {
  margin-right: 50px;
}
.main-header .outer-box .social-icon-one li a {
  font-size: 22px;
  color: #fff;
  transition: .5s ease;
}
.main-header .outer-box .social-icon-one li a:hover {
  color: #f58634;
}
.main-header .outer-box .theme-btn {
  padding: 46px 45px;
  font-size: 24px;
  font-weight: 500;
}
.main-header .outer-box .theme-btn span {
  font-size: 20px;
  margin-right: 7px;
}
.main-header .outer-box .contact-info li {
  border: 4px solid #3b3d48;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 40px;
  float: left;
}
.main-header .outer-box .contact-info li a {
  color: #fff;
}
.main-header .outer-box .contact-info li span {
  font-size: 14px;
  color: #f58634;
  margin-right: 10px;
}
.logo img {
  max-height: 75px;
}
.readmore-icon img {
  width: 14px !important;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block !important;
}
.suryam-btn {
  padding: 0;
  border: none;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
}
.suryam-btn:hover {
  background-color: transparent;
  color: #fff;
}
.link-box .suryam-btn {
  padding: 0 15px;
  color: #fff;
}
.suryam-btn:hover .readmore-icon {
  opacity: 0.5;
}
.testimonial-block .text strong {
  margin-bottom: 10px !important;
  display: inline-block;
  width: 100%;
}
.sticky-header li a {
  color: #333 !important;
}
.home-page-project-outer {
  background: #f9f9f9;
}
@media only screen and (max-width: 1023px) {
  .main-header .header-upper .nav-outer {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .main-menu .navbar-collapse {
    width: 100% !important;
  }
  .main-menu .navbar-collapse {
    top: 15px;
    position: relative;
  }
  .main-menu .navbar-header .navbar-toggler {
    padding: 0;
    left: 15px;
    position: relative;
  }
}
.whatsapp-icon {
  width: auto;
  position: fixed;
  z-index: 9;
  right: 30px;
  top: 120px;
  font-size: 38px;
}
.whatsapp-icon a {
  color: #ddd;
}
.whatsapp-icon a:hover {
  color: #fff;
}
.navbar-toggler {
  outline: 0px !important
}