@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right center no-repeat !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.mainMenu .navbar {
  padding: 0px;
}
.mainMenu .navbar .navbar-nav .nav-item .nav-link.activeMenu,
.mainMenu .dropdown-content a.activeMenu {
  color: #c0330e;
}
.mainMenu .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 0px;
  cursor: pointer;
}
.mainMenu .navbar .navbar-nav .nav-item.menuImg .nav-link {
  border: 1px solid #c0330e;
  width: 110px;
  transition: all 0.3s ease;
}
#header.headerAfterScroll .mainMenu .navbar .navbar-nav .nav-item.menuImg .nav-link {
  width: 80px;
}
.mainMenu .navbar .navbar-nav {
  margin-left: auto;
  align-items: center;
  margin-right: -8.3%;
}
.mainMenu .navbar .navbar-nav .nav-item {
  padding: 44px 42px;
  transition: all 0.3s ease;
}
#header.headerAfterScroll .mainMenu .navbar .navbar-nav .nav-item {
  padding-top: 29px;
  padding-bottom: 29px;
}
.mainMenu .navbar .navbar-nav .nav-item:first-child {
  padding-left: 0px;
}
.mainMenu .navbar .navbar-nav .nav-item.menuImg {
  padding: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mainMenu .navbar .navbar-nav .nav-item:nth-child(4) {
  padding-right: 14px;
  margin-left: -12px;
}
.mainMenu .navbar .navbar-toggler {
  padding: 0px;
}
.mainMenu .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.mainMenu .navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.logo img {
  width: 359px;
  transition: all 0.3s ease;
}
#header.headerAfterScroll .logo img {
  width: 259px;
}
.bennerTitle {
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.bennerText {
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: -5px;
}
#banner {
  background: url('../img/bannerBg.jpg') no-repeat center;
  background-size: cover;
  padding: 174px 0px 178px;
}
.mainMenu .dropdown {
  position: relative;
  display: inline-block;
}
.mainMenu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 370px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 111px;
  transition: all 0.3s ease;
}
#header.headerAfterScroll .mainMenu .dropdown-content {
  top: 81px;
}
.mainMenu .dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  letter-spacing: 1px;
}
.mainMenu .dropdown-content a:hover {
  background-color: #ddd;
}
.mainMenu .dropdown:hover .dropdown-content {
  display: block;
}
.mainMenu .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.aboutTitle {
  position: relative;
  font-size: 46px;
  font-weight: 800;
  color: #00a7f2;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.aboutTitle span {
  font-weight: 400;
  color: #c0330e;
}
.aboutTitle::after {
  content: url('../img/titleAfterImg.png');
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -82px;
}
.aboutText {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
}
.aboutText b {
  font-weight: 700;
}
.aboutRight {
  margin-top: 25px;
}
.aboutUl {
  padding-left: 18px;
  margin-top: 10px;
}
.aboutUl li::marker {
  color: #c0330e;
  font-size: 20px;
}
.aboutUl li span {
  position: relative;
  left: 6px;
}
.commonPadding {
  padding: 65px 0px 80px;
}
#services {
  background: #f1f1f1;
  padding-bottom: 110px;
  scroll-margin-top: 60px;
}
.servicesText {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: normal;
}
.servicesAll {
  display: flex;
  align-items: end;
  position: relative;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  transition: height 0.75s;
  margin-bottom: 30px;
  text-decoration: none;
}
.servicesAll:hover {
  height: 430px;
}
.servicesAll.services1 {
  background: url('../img/product1.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll.services2 {
  background: url('../img/product2.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll.services3 {
  background: url('../img/product3.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll.services4 {
  background: url('../img/product4.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll.services5 {
  background: url('../img/product5.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll.services6 {
  background: url('../img/product6.jpg') no-repeat center;
  background-size: cover;
}
.servicesAll .serviceArrow {
  margin-top: 20px;
}
.servicesContant {
  position: relative;
}
.servicesGradient {
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 0%, rgba(255, 255, 255, 0) 45%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.servicesAllTogethr {
  -moz-column-count:3;
  -moz-column-gap: 3%;
  -moz-column-width: 30%;
  -webkit-column-count:3;
  -webkit-column-gap: 3%;
  -webkit-column-width: 30%;
  column-count: 3;
  column-gap: 30px;
  column-width: 33.33333333%%;
  width: 100%;
  margin-bottom: -30px;
}
.reachUsBefore .row {
  margin-left: 0px;
  margin-right: 0px;
}
.reachUsBefore [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.reachUsBefore img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.reachUsBefore {
  border-bottom: 6px solid #00a7f2;
}
.reachUsAll {
  padding: 65px 0px 80px;
  background-color: #f1f1f1;
}
.reachUsForm {
  padding: 40px 98px 0px;
}
.reachUsForm .form-group .form-control,
.reachUsForm .form-group .form-control::placeholder {
  font-size: 16px;
  color: #545454;
}
.reachUsForm .form-group .form-control {
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
  border-radius: 0px;
  padding: 0px 15px 0px 0px;
  height: 44px;
  margin-bottom: 16px;
}
.btnSubmit {
  font-weight: 700;
  text-transform: uppercase;
  color: #00a7f2;
  letter-spacing: 4px;
  background: #fff;
  border: 2px solid #c0330e;
  border-radius: 10px;
  width: 365px;
  height: 55px;
  margin-top: 44px;
}
.footerMenuAll {
  background-color: #545454;
  text-align: center;
  padding: 24px 0px;
}
.footerMenu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.footerMenu li {
  padding: 20px 40px;
}
.footerContactText1 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.footerContactText2 {
  font-weight: 400;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
.footerContactAll {
  background: url('../img/footerContactBg.jpg') top center repeat-y;
  background-size: contain;
  padding: 25px 0px;
}
.footerBelowText,
.footerBelowText a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.footerBelow {
  background: #00a7f2;
  padding: 28px 0px;
}
.footerBelow .row {
  align-items: center;
}
.bennerProductTitle {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#banner.bannerProductBg {
  background-size: cover;
  padding: 72px 0px 73px;
}
.aboutTextSubTitle {
  font-size: 22px;
  font-weight: 700;
  color: #545454;
  margin-top: 15px;
}
.aboutSubImg {
  margin-top: 80px;
  margin-bottom: -30px;
}
.aboutSubImg [class*="col-"] {
  margin-bottom: 30px;
}
.aboutTextSubTitle.contactDetailsTitle {
  color: #00a7f2;
  text-transform: uppercase;
  margin-top: 26px;
  line-height: normal;
}
.contactDetails .aboutTextSubTitle.contactDetailsTitle:first-child {
  margin-top: 0px;
}
.contactDetailsText {
  font-size: 16px;
  color: #545454;
}
.contactDetailsText2 {
  font-size: 30px;
  color: #545454;
  line-height: normal;
}
.contactDetails {
  background-color: #f1f1f1;
  border: 2px solid #c0330e;
  padding: 44px 40px 34px;
  border-radius: 8px;
}
.contactDetails.contactMap {
  padding: 0px;
  overflow: hidden;
}
.contactDetails.contactMap iframe {
  height: calc(337px - 4px);
}
.contactInfo [class*="col-"] {
  margin-bottom: 30px;
}
.contactInfo {
  margin-bottom: -30px;
}












.topMarginOfHeader {
  margin-top: 110px;
}
#header {
	position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 99999;
  top: 0px;
  background: #fff;
  transition: all 0.6s ease;
}
#header.headerAfterScroll {
	transition: 0.2s;
  -webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #00a7f2;
  font-size: 32px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}


/* pre loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #f1f1f1;
    transition: all 300ms ease-in;
  }
  #preloader:before {
    content: "";
    background: url('../img/loader.gif') no-repeat center;
    background-size: 600px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    width: 600px;
    height: 400px;
  }
  .hideloader {
    opacity: 0;
    pointer-events: none;
  }
/* pre loader end */


@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}

@media (max-width:1300px) {
  .mainMenu .navbar .navbar-nav {
    margin-right: -3%;
  }
}
@media (max-width:1199px) {
  .logo img {
    width: 292px;
  }
	.mainMenu .navbar .navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainMenu .navbar .navbar-nav .nav-item:nth-child(4) {
    margin-left: -6px;
  }
  .servicesText {
    font-size: 18px;
  }
  .footerBelowText, 
  .footerBelowText a {
    font-size: 14px
  }
}

@media (max-width:991px) {
	.myHeaderTop {
    padding: 12px 0px;
  }
  .topMarginOfHeader {
    margin-top: 91px;
  }
  .mainMenu .navbar .navbar-nav .nav-item {
    padding: 8px 0px !important;
  }
  .mainMenu .navbar .navbar-nav {
    margin-right: 0px;
    margin-top: 20px;
    align-items: normal;
  }
  .mainMenu .navbar .navbar-nav .nav-item.menuImg {
    display: none;
  }
  .mainMenu .dropdown-content {
    top: 39px !important;
  }
  .servicesAllTogethr {
    column-count: 2;
  }
  .footerContactText2 {
    font-size: 26px;
  }
  .contactDetailsText2 {
    font-size: 20px;
  }
  .aboutTextSubTitle.contactDetailsTitle {
    font-size: 18px;
  }
  .contactDetails.contactMap iframe {
    height: calc(319px - 4px);
  }
}

@media (max-width:767px) {
	.bennerTitle {
    font-size: 44px;
  }
  .bennerText {
    font-size: 32px;
  }
  .aboutTitle {
    font-size: 34px;
  }
  .reachUsBefore .row {
    display: none;
  }
  .footerContactAll .footerContact:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width:575px) {
	.bennerTitle {
    font-size: 42px;
  }
  .bennerText,
  .aboutTitle {
    font-size: 30px;
  }
  .reachUsForm {
    padding: 40px 0px 0px;
  }
  .footerMenu li {
    padding: 20px 15px;
  }
}

@media (max-width:489px) {
	.bennerTitle {
    font-size: 34px;
  }
  .bennerText,
  .aboutTitle {
    font-size: 26px;
  }
  .servicesAllTogethr {
    column-count: 1;
  }
}

@media(max-width:413px) {
  .logo img {
    width: 230px;
  }
  #header.headerAfterScroll .logo img {
    width: 204px;
  }
  .topMarginOfHeader {
    margin-top: 77px;
  }
	.btnSubmit {
    width: 265px;
  }
  .footerMenu li a {
    font-size: 14px;
  }
  .footerMenu li {
    padding: 20px 8px;
  }
  .footerContactText1 {
    font-size: 14px;
  }
  .footerContactText2 {
    font-size: 20px;
  }
}