html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Space Grotesk';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}


@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo.woff2') format('woff2'),
      url('../fonts/Bilo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-Bold.woff2') format('woff2'),
      url('../fonts/Bilo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-Black.woff2') format('woff2'),
      url('../fonts/Bilo-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bilo';
  src: url('Bilo-ExtraBold.woff2') format('woff2'),
      url('Bilo-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Bilo-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-ExtraLight.woff2') format('woff2'),
      url('../fonts/Bilo-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-Hairline.woff2') format('woff2'),
      url('../fonts/Bilo-Hairline.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-Medium.woff2') format('woff2'),
      url('../fonts/Bilo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bilo';
  src: url('../fonts/Bilo-Thin.woff2') format('woff2'),
      url('../fonts/Bilo-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
      url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
      url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
      url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'),
      url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
      url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}






img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Space Grotesk';
}


textarea,
div,
span,
li,
button,
a {
  font-family: 'Space Grotesk';
  font-weight: 400;
  color: #000;
  transition: ease-in-out 1s;
}

input{font-family: 'Bilo';}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  
}

p {
font-family: 'Bilo', sans-serif;
font-size: 20px;
line-height: 34px;
color: #000;
font-weight: 400;
margin-bottom: 15px;
 
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
}

a:hover {
  transition: ease-in-out 1s;
  color: #ccbb95;
}
a,
span {
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea, input, div, span, li, button {font-family: 'Bilo', sans-serif;}



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/

/*nav*/  
.fixed-nav .navbar .nav-item:hover a{color: #3361e1;}

header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    background-color:#fff;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
}
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{
 
  align-items: center !important;

}
.fixed-nav .logo{width: 300px;}
.select-lang {display: flex;justify-content: end;}
.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #ccbb95;}
.fixed-nav .navbar li.active a {color: #fff;}
.fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar { padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 8px;}
.navbar a,
.navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0 16px 0px 16px;font-size: 19px;font-weight: 500; color:#ffffff;white-space: nowrap;transition: 0.3s;position: relative;text-transform: uppercase;}
.navbar a i,
 .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
/*.navbar>ul>li>a:before {content: "";position: absolute; width: 100%;height: 2px;bottom: -6px;left: 0; background-color:#ccbb95;visibility: hidden;width: 0px;
transition: all 0.3s ease-in-out 0s;} */
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before { visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff; transition: ease-in-out 2s;}
.navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}
.navbar .dropdown ul {display: block;position: absolute;background: #3361e1;border: 1px solid #fff;  left: 28px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 250px;}
.navbar .dropdown ul li:hover{background: #fff;}
.navbar .dropdown ul a {padding: 10px 10px;font-size: 18px;text-transform: none;color: #fff; }
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color:#000;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
}

/* @media (min-width: 992px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%; }}
@media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
}
 */
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/* @media (max-width: 991px) {
.navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
.navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff;}
.navbar .getstarted,
.navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
.navbar .dropdown ul,
.navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
.navbar .dropdown>.dropdown-active,
.navbar .dropdown .dropdown>.dropdown-active { display: block;}
.mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
.mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .navbar {right: 0;} */
/* .mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}
 */

.is_mobile #mnmwp-main-menu #mnm-menu-button {
    width: 100%;
    position: absolute;
    background: none;
    padding: 0;
    z-index: 99;
    right: -190px;
    top: -26px;
}

.header-bg{background-color: #252525}
.top-nav-bar{
 position: fixed; 
 top: 0px;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ffffff5e;
  border-top: 1px solid #ffffff5e;
  margin-top: 25px;}
.top-container{ padding: 0 40px;}


.email-text {
  position: fixed;
  top: 70%;
  z-index: 7;
}
.email-icon {
  position: fixed;
  right: 26px;
  top: 50%;
  z-index: 2;
  background: #2f63f5;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header-section.fixed-nav .top-nav-bar {animation: smoothScroll 4s forwards;background: #000;}
header.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 190px;}
  .scrollIcon {
    width: 45px;
    height: 85px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
	 margin: auto;
}
/*  .scrollIcon:after {
	 content: 'Scroll Down';
	 color: #bfbfbf;
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 300;
	 width: 100px;
	 display: block;
	 position: absolute;
	 bottom: 0;
	 text-align: center;
	 animation: scrollText 2s infinite;
} */
.banner-scroll {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 2;
}
 i.scroll {
	 background: #fff;
	 width: 6px;
	 height: 14px;
	 display: block;
	 border-radius: 40px;
	 animation: scrollWheel 2s infinite;
}
 @keyframes scrollWheel {
	 0% {
		 opacity: 1;
		 transform: translateY(40%);
	}
	 100% {
		 opacity: 0.7;
		 transform: translateY(130%);
	}
}
 @keyframes scrollText {
	 0% {
		 opacity: 1;
		 transform: translateY(120%);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(180%);
	}
}
 
.home-banner{position: relative; line-height: 0}
.home-banner:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
}
.banner-text-heading-1{
  font-size: 84px;
  font-weight: bolder;
  color: #fff;
}
  .banner-text-container p {
    font-size: 31px;
    line-height: 49px;
    font-weight: 500;
    color: #fff;
    font-family: 'Space Grotesk';
}
.banner-text {width: 850px;}
.banner-text-container {
  position: absolute;
  bottom: 24%;
  left: 40px;
  right: 40px;
  z-index: 2;
  text-align: left;
  margin: auto;
}


.banner-text-btn {
  position: relative;
  text-decoration: none;
  font-size: 21px;
  padding: 28px 110px;
  font-weight: 400;
  height: 55px;
 border-radius: 5px;
 border: 1px solid #3361e1;
 font-family: 'Bilo', sans-serif;
}


.banner-text-btn span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #3361e1;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
  font-family: 'Bilo', sans-serif;
}
.banner-text-btn:hover{
  border: 1px solid #000;
}
.banner-text-btn:hover span{
  background: #000;
}




.nav-ct-button {
  position: absolute;
  background: #3361e1;
  padding: 12px 40px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition:0.7s ease-in-out;
}
a.nav-ct-button i {
  padding-right: 20px;
}

.nav-ct-button:hover {
    background: #fff;
    color: #3361e1;
    border-bottom: 1px solid #3361e1;
}



.home-section-1{
padding: 100px 0px;
position: relative;
background-image: url(../images/hm-sec1-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.hm-sec1-heading{font-size: 60px;font-weight: bold;color: #000000;}


.hm-sec1-img img {
  border-radius: 0px 20px 20px 0px;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hm-sec1-img {position: relative;}
.hm-sec1-img:before{
  position: absolute;
  content: "";
  left: 36px;
  top: 0px;
  background-image: url(../images/hm-sec1-before.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 134px;
  height: 439px;
  transform: rotate(6deg);
}
.hm-sec1-btn {
position: relative;
text-decoration: none;
font-size: 21px;
padding: 30px 90px;
font-weight: 400;
height: 55px;
border-radius: 5px;
border: 1px solid #000;
font-family: 'Bilo', sans-serif;
}
.hm-sec1-btn span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #000;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
}
.hm-sec1-btn:hover{
  border: 1px solid #3361e1;
}
.hm-sec1-btn:hover span{
  background: #3361e1;
}
.home-section-3{
  padding: 100px 0px;
  background-image: url(../images/hm-sec3-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-section-3:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 85%);
}
.hm-sec3-container {position: relative;z-index: 1;}
.hm-sec3-heading1{font-size: 60px;font-weight: bold;color: #fff;}
.hm-sec3-right-text p{color: #fff;}
.hm-sec3-right-text{padding-right: 40px;}



/* .hm-sec3-right-text{display: flex;justify-content: center;gap: 20px;} */
.hm-sec3-box {
  padding: 20px 10px;
  border-radius: 5px;
  background: #314270d9;
  text-align: center;
  border: 1px solid #314270d9;
  height: 100%;
}
.hm-sec3-box:hover{transition: ease-in-out 1s;box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}
.hm-sec3-box-heading{font-size: 24px;margin-bottom: 0; color: #fff;font-weight: bold;}
.hm-sec3-box p{line-height: 28px; color: #fff; font-family: 'Bilo', sans-serif;}
.hm-sec3-icon img {padding-bottom: 10px;}
.hm-sec3-box-top {padding-bottom: 50px;border-bottom: 5px solid #3c3e3ffc;}
.hm-sec3-box-bottom {padding-top: 50px;}




.home-section-4{padding: 90px 0px;background-color: #f3f4f6;}
.hm-sec4-heading1{font-size: 60px;padding-bottom: 30px; font-weight: bold;text-align: center; 
  color: #000;
}
.hm-sec4-box-heading {
  font-size: 24px;
  line-height: 35px;
  padding: 30px 0px 20px 0px;
  font-weight: 600;
  color: #000;
}
.hm-sec4-text p{
  font-size: 18px;
  line-height: 28px;
  /* color: #000000; */
  font-weight: 400;
}


.hm-sec4-btn {
  position: relative;
  text-decoration: none;
  font-size: 21px;
  padding: 27px 90px;
  font-weight: 400;
  height: 55px;
 border-radius: 5px;
 border: 1px solid #3361e1;
 font-family: 'Bilo', sans-serif;
}


.hm-sec4-btn span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #3361e1;
  color: fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
  font-family: 'Bilo', sans-serif;
}
.hm-sec4-box:hover .hm-sec4-btn{
  border: 1px solid #000;
}
.hm-sec4-box:hover  .hm-sec4-btn span{
  background: #000;
}

.hm-sec4-img img {border-radius: 10px;}
.hm-sec4-text {border-top-left-radius: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #000;}
.hm-sec4-box:hover .hm-sec4-text{padding: 0px 20px 30px 20px;color: #fff !important;background: #3361e1;transition: ease-in-out 1s;}

.hm-sec4-box:hover .hm-sec4-img img{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;transition: ease-in-out 1s;}
.hm-sec4-box:hover p{color: #fff;transition: ease-in-out 1s;}
.hm-sec4-box:hover .hm-sec4-box-heading {color: #fff;}









.footer-heading-1{font-size: 32px;padding-bottom: 15px;color: #fff;font-weight: 600;}
.footer-item li{font-size: 20px;padding-bottom: 10px;color: #fff;font-weight: 400;font-family: 'Bilo', sans-serif;}
.footer-item li a{  border-bottom: 2px solid transparent;font-family: 'Bilo', sans-serif;}
.footer-item li:hover a{color: #fff;transition: ease-in-out 1s;border-bottom: 2px solid #fff;padding-left: 8px;}
.footer-section{
padding: 60px 0px; background: #000;
border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.footer-item-1{gap: 6px; display: flex;align-items: center;}

.footer-item-1 li a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #fff;
}
.footer-item-1 li a:hover{border: 1px solid #fff;background: transparent;color: #fff;}
.footer-item-1 li a i{font-size: 26px; color: #3361e1;}
.footer-item-1 li:hover a{background-color: #000;}
.footer-item-1 li:hover i{color: #fff;}
.footer-logo {padding-bottom: 30px;}
.footer-bottom p{color: #fff;font-size: 19px; font-family: 'Bilo', sans-serif;}
.footer-bottom {padding: 80px 0px 0px 0px;}
.footer-btm-left span{padding: 0px 5px;}
.footer-btm-right {text-align: end;}
.footer-btm-right p i{color: #d32f2f;}
.footer-btm-right p a:hover{color: #3361e1;}

.footer-heading-2{font-size: 28px;padding-bottom: 5px; color: #fff;font-weight: 500;}
/*Animations*/

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}


.hm-sec6-form-input {
  padding-bottom: 20px;
  width: 100%;
  position: relative;

}
.hm-sec6-form-input a {
  position: absolute;
  font-size: 24px;
  right: 16px;
  top: 8px;
  font-weight: 300;
  color: #fff;
}
.hm-sec6-subscribe-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  line-height: 38px;
  color: #fff;
  background-color: #333333;
  background-clip: padding-box;
  border: none;
}

.hm-sec6-subscribe-form .form-control::placeholder{color: #ffff;} 
.home-section-6{position: relative;    overflow: hidden;}
.home-section-6:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c1;
}
.hm-sec6-form .form-control {
  display: block;
  width: 76%;
  padding: 16px 0px;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  line-height: 38px;
  color: #fff;
  background-color: #ffffff00;
  border-bottom: 1px solid #d3cfcf !important;
  border: none;
}
.hm-sec6-form .form-control::placeholder{color: #fff;}



/* ----------------------- */

main {
  position: relative;
  column-gap: 3rem;
  padding-inline: 2.3em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  main {
    display: flex;
    padding-inline: 0;
 }
}
main .content {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 3em;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
}
.swiper {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.swiper-slide {
/*   width: 400px; */
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: opacity 0.4s ease-in;
}
.swiper-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 90%;
}

.swiper-slide-active {
  display: grid;
  opacity: 1;
  width: 820px !important;
  height: auto;
}
.swiper-pagination {
  position: relative;
  bottom: 20px !important;
  text-align: end;
  width: auto;
}
.swiper-pagination-bullet {
  margin-left: 3px !important;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #000;
}
.swiper-pagination-bullet-active {
background: #3361e1;
border-radius: 50%;
width: 18px;
height: 18px;
}
.swiper-wrapper img {
  max-width: 100%;
  border: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px); 
}
.home-section-2{padding: 60px 0px;background-color: #f3f4f6;}
.hm-sec2-text {padding: 0px 300px 50px;}
.hm-sec2-heading1{padding-bottom: 10px;}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}
.slide-content h3{font-size: 24px;font-weight: bold;color: #fff;position: relative;}
.swiper-slide-1{width: 340px;}
.slide-content-1{opacity: 0;text-align: left; display: none;}
.swiper-slide-active .slide-content{opacity: 0;transition: ease-in-out 0s;}
.swiper-slide-active .slide-content-1 {
  opacity: 1;
  position: absolute;
  width: 48%;
  bottom: 0;
  top: 0;
  background: #305acdc9;
  right: 0px;
  z-index: 1;
  transition: ease-in-out 0s;
  border-radius: 0px 10px 10px 0px;
  padding: 200px 30px 0px 30px;
  display: block;
}
.sl-cnt1-heading{font-size: 40px;font-weight: bold; color: #fff;}
.slide-content-1 p{line-height: 30px; color: #fff;}
/* .swiper-slide:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0 / 90%));
 border-radius: 10px;
 z-index: -1;
} */
/* .swiper-slide-active .swiper-slide-btn{
 padding: 20px;
 background: #fff;
 border-radius: 50%;
 display: inline-block;
 width: 70px;
 height: 70px;
 position: absolute;
 right: 30px;
 bottom: 36px;
 z-index: 1;
 opacity: 1 !important;
 transition: ease-in-out 1s;
 display: flex;
 justify-content: center;
 align-items: center;
} */
.swiper-slide .swiper-slide-btn{opacity: 0;display: none;}
/* .swiper-pagination {bottom: 80px !important;left: 1% !important;width: 100%;} */
.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.inner-banner {
  position: relative;
}
.inner-banner-text-container {
  position: absolute;
  bottom: 30%;
  z-index: 1;
}
.inner-banner-text-heading {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0 / 30%));
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}

.about-section-1{
  padding: 40px 0px 100px 0px;
  position: relative;
  background-image: url(../images/hm-sec1-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ab-sec1-image{padding-right: 20px; position: relative;z-index: 0;}
.ab-sec-img2 {
  margin-top: -280px;
  text-align: end;
  position: relative;
}

.ab-sec-img1 img{border-radius: 10px;}
.ab-sec-img2 img{border-radius: 10px;}

.ab-sec-img1:before{
  position: absolute;
  content: "";
  right: 50px;
  top: 70px;
  background-image: url(../images/ab--sec1-before.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 243px;
  height: 273px;
  z-index: -1;
}
.ab-sec1-text p{ font-family: 'Bilo', sans-serif;font-weight: 400;}

.about-section-2 {padding: 80px 0px 100px 0px;text-align: center;}
.ab-sec2-box{border-radius: 8px;background: #2f63f5;}
.ab-sec2-box img{border-radius: 8px;}
.ab-sec2-box-text{border-radius: 0px 0px 8px 8px;background: #2f63f5;}
.ab-heading-1{
  font-size: 69px;
  font-weight: bold;
  color: #000000;
}
.ab-heading-2{padding-bottom: 20px;}
.ab-sec2-box-text{padding: 25px 0px;}
.ab-sec2-name{font-size: 24px;font-weight: bold;color: #fff;}
.breadcrumb-item.active {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
  font-family: 'Bilo', sans-serif;
}
.breadcrumb-item a{
  font-size: 18px;
  font-weight: 400;
  color: #000;
 font-family: 'Bilo', sans-serif;
}
.breadcrum-box{padding-bottom: 50px;}

.news-sec-dp-form .form-control {
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  border: none !important;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #80808099 !important;}
  .news-sec-dp-form .form-control::placeholder{color: #000;}

.news-sec-dp-form i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 0px 8px;
}

.ud-ct-button {
  position: relative;
  text-decoration: none;
  font-size: 21px;
  padding: 27px 90px;
  font-weight: 400;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #3361e1;
  font-family: 'Bilo', sans-serif;
}
.ud-ct-button span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #3361e1;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
font-family: 'Bilo', sans-serif;
}
.ud-ct-button span:hover {
  background: #000;
  
}
.ud-ct-button:hover {
  border:1px solid #000;
  
}
.under-ct-section-1 {
  padding: 70px 0px;
  text-align: center;
  background-color: #f3f4f6;
}
/* .under-ct-box{padding: 0px 200px;} */
.news-sec-dp-form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact-sec1-btn {
  padding: 14px 20px;
  background: #19363a;
  border: none;
  color: #fff;
}
.under-ct-img {
  padding: 40px 0px;
}

.header-section.fixed-nav .top-nav-bar {
    margin: 0; border: none;
}

.mobile-banner{display:none;}	
.wpcf7 form.sent .wpcf7-response-output { border-color: #fff !important;   margin: 0 0 10px 0px !important; color: #fff !important;}
.footer-section form.wpcf7-form.sent p {margin: 0 !important;} 
.hm-sec6-subscribe-form p{margin: 0 !important; }
.hm-sec6-form-input .wpcf7-form-control-wrap {  position: relative;  width: 100%;}
.wpcf7 form.invalid .wpcf7-response-output{ border-color: #fff !important;  color: #fff !important;}




body, html{ overflow-x: hidden}	




/* ------------------New CSS--------------- */

.about-section-1{
  padding: 40px 0px 100px 0px;
  position: relative;
  background-image: url(../images/hm-sec1-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ab-sec1-image{padding-right: 20px; position: relative;z-index: 0;}
.ab-sec-img2 {
  margin-top: -280px;
  text-align: end;
  position: relative;
}

.ab-sec-img1 img {
    border-radius: 10px;
    width: 100%;
}
.ab-sec-img2 img{border-radius: 10px;}

.ab-sec-img1:before{
  position: absolute;
  content: "";
  right: 50px;
  top: 70px;
  background-image: url(../images/ab--sec1-before.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 243px;
  height: 273px;
  z-index: -1;
}
/* .ab-sec1-text p{ font-family: 'Bilo';font-weight: 400;} */

.about-section-2 {padding: 80px 0px 100px 0px;text-align: center;}
.ab-sec2-box{border-radius: 8px;background: #2f63f5;}
.ab-sec2-box img{border-radius: 8px;}
.ab-sec2-box-text{border-radius: 0px 0px 8px 8px;background: #2f63f5;}
.ab-heading-1{
  font-size: 69px;
  font-weight: bold;
  color: #000000;
}
.ab-heading-2{padding-bottom: 20px;}
.ab-sec2-box-text{padding: 25px 0px;}
.ab-sec2-name{font-size: 24px;font-weight: bold;color: #fff;}
.breadcrumb-item.active {
    font-size: 18px;
    font-weight: 400;
    color: #3162f5 !important;
    /* font-family: 'Bilo'; */
}
.breadcrumb-item a{
  font-size: 18px;
  font-weight: 400;
  color: #000;
/*   font-family: 'Bilo'; */
}
.breadcrum-box {padding: 20px 0px;}

.news-sec-dp-form .form-control {
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  border: none !important;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #80808099 !important;}
  .news-sec-dp-form .form-control::placeholder{color: #000;}

.news-sec-dp-form i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 0px 8px;
}

.ud-ct-button {
  position: relative;
  text-decoration: none;
  font-size: 21px;
  padding: 27px 90px;
  font-weight: 400;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #3361e1;
  font-family: 'Bilo';
}
.ud-ct-button span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #3361e1;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
  font-family: 'Bilo';
}
.ud-ct-button span:hover {
  background: #000;
  
}
.ud-ct-button:hover {
  border:1px solid #000;
  
}
.under-ct-section-1 {
  padding: 70px 0px;
  text-align: center;
  background-color: #f3f4f6;
}
.under-ct-box{padding: 0px 200px;}
.news-sec-dp-form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact-sec1-btn {
  padding: 14px 20px;
  background: #19363a;
  border: none;
  color: #fff;
}
.under-ct-img {
  padding: 40px 0px;
}


.contact-section-1{
  padding: 100px 0px;
    position: relative;
    background-image: url(../images/hm-sec1-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;


}
.contact-heading{
  font-size: 43px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.contact-form-conatiner{
    margin: auto;
    max-width: 1500px;
    
}
.contact-sec1-left{
    padding: 20px 60px 20px 30px;
    border-radius: 10px;
    background: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact-sec1-left .form-control{
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #adaaaa;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.contact-sec1-left .form-control::placeholder{color: #000;}
.contact-sec1-right{
  padding: 20px 40px;
  margin-left: -30px;
  border-radius: 10px;
  background: #2f63f5;
}
.ct-sec1-list{
  padding: 20px 20px;
  margin-bottom: 15px;
  background-color: #4473f6;
   display: flex;gap: 15px;
   align-items: center;
   border-radius: 10px;
}
.ct-sec1-list:hover .ct-sec1-text p{color: #2f63f5;transition: ease-in-out 1s;}
.ct-sec1-list:hover .ct-sec1-text a{color: #2f63f5;transition: ease-in-out 1s;}
.ct-sec1-list:hover .ct-sec1-text h4{color: #2f63f5;transition: ease-in-out 1s;}
.ct-sec1-list:hover .ct-sec1-icon i{color: #2f63f5;transition: ease-in-out 1s;}
.ct-sec1-list:hover{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;transition: ease-in-out 1s;background: #fff;}
.ct-sec-heading{font-size: 28px;margin-bottom: 0; color: #fff;font-weight: bold;}
.ct-sec1-icon i{font-size: 36px; color: #fff;}
.ct-sec1-text p{font-size: 20px;font-weight: 400;color: #fff;}
.ct-sec1-text a{font-size: 20px;font-weight: 400;color: #fff;}
.contact-heading-right{font-size: 43px;padding-bottom: 10px; font-weight: bold;color: #fff;}
.contact-button-border{padding: 4px; border: 1px solid #3361e1;border-radius:5px;background: transparent;display: inline-block;}
.contact-sec1-btn{
  font-size: 19px;
  padding: 8px 48px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #3361e1;
  background: #3361e1;
}
.contact-button-border:hover{border: 1px solid #000;transition: ease-in-out 1s;}
.contact-button-border:hover .contact-sec1-btn{background: #000;border: 1px solid #000; transition: ease-in-out 1s;}
/* -----------------blog-detail-------------- */
.blog-dt-section-1 {
  padding: 40px 0px;
}
.blog-detail-sec-2{padding-bottom: 60px;}
.blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;}
.form-check-label-1{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #0f0f0f;}

.news-search-form-text {
  background: #3361e1;
  padding: 8px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.blog-dt-imgage-1{overflow: hidden;border-radius: 10px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}

.blog-dt-imgage-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}

.blog-sec-dp-form {
    position: relative;
}

.news-dp-category li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.news-dp-category li:hover a{color: #3361e1;transition: ease-in-out 1s;}
.news-dp-category a i {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 16px;
    color: #000;
}
.news-dp-category li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #bababa;
    position: relative;
}
.blog-dt-sec1-heading {
    font-size: 29px;
    padding-bottom: 8px;
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}

.blog-dt-sec1-left p{
font-size: 19px;
line-height: 32px;
color: #000;
font-weight: 400;
}
.blog-dt-sec1-left {padding-right: 20px;}
.blog-sec-dp-form {padding-bottom: 20px;}
.blog-sec-dp-form .form-control {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #2a2a2a;
    border-bottom: 2px solid #bababa !important;
    border: transparent;
    border-radius: 0;
    background: transparent !important;
}
.blog-dt-sec1-left p a, .blog-dt-sec1-left ul li a, .blog-dt-sec1-left ol li a{color: #3361e1; font-weight:bold;}
.blog-sec-dp-form .form-control::placeholder{color: #2a2a2a;}
.blog-dt-sec1-left ul, .blog-dt-sec1-left ol{ padding-left:20px; margin-bottom:15px;}
.blog-dt-sec1-left ul li{ list-style:disc; margin-bottom:5px;    font-size: 19px;
    line-height: 32px;
    color: #000;
    font-weight: 400;}
.blog-dt-sec1-left ol li{ list-style:numbers; margin-bottom:5px;    font-size: 19px;
    line-height: 32px;
    color: #000;
    font-weight: 400;}

.blog-sec-dp-form i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0px 0px 0px 8px;
}
.blog-section-1 {padding: 50px 0px;}
.blog-sec1-heading{font-size: 24px;line-height: 35px;padding: 15px 0px 10px 0px; color:#000;font-weight: 500;}
/* .blog-sec1-heading:hover{color: #fff;transition: ease-in-out 1s;} */
.blog-box-btn-border{
padding: 4px; border: 1px solid #3361e1;border-radius:5px;background: transparent;display: inline-block;}
.blog-box-button{
  font-size: 19px;
  color: #fff;
  padding: 8px 36px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #3361e1;
  background: #3361e1;
}
.wpcf7-not-valid-tip {
    font-size: 16px !important;
}
.news-pt-sec-3-heading-2 {font-size:22px;margin-bottom: 0;}
.blog-se1-img img{border-radius: 10px;}
.blog-se1-img{display: block;}
.blog-sec1-box{margin-bottom: 40px;}
.blog-sec1-box:hover .blog-sec1-text{background: #3361e1;transition: ease-in-out 1s;padding: 0px 0px 30px 20px;;border-radius: 0px 0px 10px 10px;}
.blog-sec1-box:hover{background: #3361e1;transition: ease-in-out 1s;border-radius: 10px 10px 10px 10px;color: #fff;}
.blog-sec1-box:hover .blog-sec1-heading{color: #fff;transition: ease-in-out 1s;}
.blog-sec1-box:hover p{color: #fff;transition: ease-in-out 1s;}
.blog-sec1-box p{font-size: 18px;line-height: 28px; font-weight: 400;color: #000;font-family: 'Space Grotesk';}
.blog-sec1-box:hover .blog-box-btn-border{border: 1px solid #000;transition: ease-in-out 1s;}
.blog-sec1-box:hover .blog-box-button{background: #000;color: #fff;transition: ease-in-out 1s;}

.accordion-button{font-size: 24px;padding: 22px 0px !important; font-weight: bold;font-family: 'Space Grotesk';background: none !important;}
.accordion-button:hover{color: #3361e1;transition: ease-in-out 1s;}
.accordion-button:not(.collapsed) {color: #000;background-color: #e7f1ff0f;}
.accordion-item {
    /* border-top: 1px solid rgba(0, 0, 0, .125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important; */
    border-left: none;
    border-right: none;
    background: none !important;
}
.accordion-body ul{padding-left: 20px;}
.accordion-body ul li {
    
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    list-style: disc;
}
.ab-section-1-heading1{font-size: 69px;padding-bottom: 10px; font-weight: bold;color: #000;}
.accordion-body {
  padding: 15px 0px;
}

.about-section-4{padding: 100px 0px;}
.ab-sec4-text p{font-size: 20px;line-height: 28px;font-weight: 400;}
.ab-sec4-text {padding-right: 40px;}
.ab-sec4-img img{border-radius: 10px;}



.mechanical-sec1-text {padding-right: 30px;}
.mechanical-section-1{padding: 70px 0px;margin-bottom: 60px; background: #f3f4f6;}
.mechanical-sec1-list li{font-size: 26px;padding-bottom: 13px;font-weight: 500;color: #000;list-style: disc;font-family: 'Space Grotesk';}
.mech-sec1-listing li{font-size: 20px;padding-bottom: 5px; font-weight: 400;color: #000;list-style: circle;font-family: 'Space Grotesk';}
.mechanical-sec1-list{padding-left: 30px;}
.mech-sec1-listing{padding-left: 20px;}
.mech-sec1-listing ul{padding-left: 20px;}
.mechanical-sec1-heading{padding-bottom: 30px; text-align: center;}
.mechanical-sec1-img1{margin-bottom: 25px;}
.mechanical-sec1-img1 img{border-radius: 10px;}
.mechanical-sec1-img2 img{border-radius: 10px;}
.mechani-sec1-heading1{font-size: 30px;padding-bottom: 7px;font-weight: bold;color: #000;font-family: 'Space Grotesk';}



.about-section-3 {
    padding: 100px 0px;
    background-image: url(../images/hm-sec3-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.about-section-3:after
 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 85%);
}
.ab-sec3-container {
    position: relative;
    z-index: 1;
}
.ab-sec3-box-top {
    padding-bottom: 50px;
    border-bottom: 5px solid #3c3e3ffc;
}
.ab-sec3-box-bottom {
    padding-top: 50px;
}

.ab-sec3-box{
    padding: 30px 160px 30px 30px;
    border-radius: 5px;
    background: #314270d9;
    border: 1px solid #314270d9;height: 100%;}
.ab-sec3-box:hover{
box-shadow: rgba(238, 235, 237, 0.4) 5px 5px, rgba(232, 229, 231, 0.474) 10px 10px, rgba(204, 202, 203, 0.2) 15px 15px, rgba(208, 206, 207, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
   transition: 1s;
     /* box-shadow: 0 11px 11px 0 rgba(0, 0, 0,.16);
  transform: translateY(-5px); */
}



.ab-sec3-box p {
    line-height: 28px;
    color: #fff;
/*     font-family: 'Bilo'; */
}
.ab-sec3-box-heading {
    font-size: 24px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
}



.ab-sec-img1 img {
	 --b: 4px;
	 --g: 14px;
	 --c: #2f63f5;
	 outline: calc(var(--s)/2) solid #000 9;
	 outline-offset: calc(var(--s)/-2);
	 cursor: pointer;
	 transition: 1s;
}
 .ab-sec-img1 img:hover {
	 outline: var(--b) solid var(--c);
	 outline-offset: var(--g);
   border-radius: 10px;
}
.ab-sec-img2 img {
	 --b: 4px;
	 --g: 14px;
	 --c: #2f63f5;
	 outline: calc(var(--s)/2) solid #000 9;
	 outline-offset: calc(var(--s)/-2);
	 cursor: pointer;
	 transition: 1s;
}
 .ab-sec-img2 img:hover {
	 outline: var(--b) solid var(--c);
	 outline-offset: var(--g);
   border-radius: 10px;
}

.ab-sec4-img img {
	 --b: 4px;
	 --g: 14px;
	 --c: #2f63f5;
	 outline: calc(var(--s)/2) solid #000 9;
	 outline-offset: calc(var(--s)/-2);
	 cursor: pointer;
	 transition: 1s;
}
 .ab-sec4-img img:hover {
	 outline: var(--b) solid var(--c);
	 outline-offset: var(--g);
   border-radius: 10px;
}
.mechanical-sec1-img1 img{
 --b: 4px;
	 --g: 14px;
	 --c: #2f63f5;
	 outline: calc(var(--s)/2) solid #000 9;
	 outline-offset: calc(var(--s)/-2);
	 cursor: pointer;
	 transition: 1s;
}
.mechanical-sec1-img1 img:hover{
outline: var(--b) solid var(--c);
	 outline-offset: var(--g);
   border-radius: 10px;
}

.mechanical-sec1-img2 img{
 --b: 4px;
	 --g: 14px;
	 --c: #2f63f5;
	 outline: calc(var(--s)/2) solid #000 9;
	 outline-offset: calc(var(--s)/-2);
	 cursor: pointer;
	 transition: 1s;
}
.mechanical-sec1-img2 img:hover{
outline: var(--b) solid var(--c);
	 outline-offset: var(--g);
   border-radius: 10px;
}


.thanku-section {padding: 80px 0px 80px 0px;position: relative;background-color: #fff;}
.message {
      padding: 60px 40px;
      border-radius: 5px;
      text-align: center;
      max-width: 700px;
      margin: auto;
      position: relative;
      background: #fff;
      box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .thanku-text{
      font-size: 70px;
      color: #3361e1;
      font-weight: bold;
      text-transform: uppercase;

  }
  .message p{
      font-size: 32px;
      color: #000;
      font-weight: 500;
      padding: 10px 0px 20px 0px;
      letter-spacing: 1px;
      text-transform: capitalize;
  }



  .poster {
    transform: scale(0.6);
    transform-origin: top center;
  }
  
  
  .codepen {
    background: url(https://assets.codepen.io/images/codepen-logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    height: 92px;
  }
  
  .bungalow {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/bungalow.webp) no-repeat;
    height: 63px;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  
  #drawing_canvas {
    position: absolute;
    width: 512px;
    height: 512px;
    top: 51px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    pointer-events: none;
  }
  /* --------------error-page-------------- */
  .error-section {background: #fff;padding: 80px 0px;}
  .error-title {
    color: #000;
    font-weight: 500;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
  }
  .error-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    
  }
    .error-box-title{
      font-size: 150px;
      line-height: 100px;
      letter-spacing: 8px;
      font-weight: 400;
      color: #000;
  }
  .error-box p {
    font-weight: 400;
    font-size: 24px;
    padding: 10px 0px;
    color: #000;
  }

.thank-btn-box{
padding: 4px; border: 1px solid #3361e1;border-radius:5px;background: transparent;display: inline-block;}
.thanku-btn{
  font-size: 19px;
  color: #fff;
  padding: 8px 36px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #3361e1;
  font-family: 'Bilo';
  background: #3361e1;
}

.error-btn-box{
padding: 4px; border: 1px solid #3361e1;border-radius:5px;background: transparent;display: inline-block;}
.error-btn{
  font-size: 19px;
  color: #fff;
  padding: 8px 36px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #3361e1;
  background: #3361e1;
}
.error-btn-box:hover{
  border: 1px solid #000;transition: ease-in-out 1s;
}
.error-btn-box:hover .error-btn{color: #fff;background: #000;transition: ease-in-out 1s; border: 1px solid #000;}

.hm-sec6-subscribe-form .form-control{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    line-height: 38px;
    color: #fff;
    background-color: #333333 !important;
    background-clip: padding-box;
    border: none;
  }



.email-text {
  position: fixed;
  top: 60%;
  z-index: 99;
  right: 0;
}
.email-icon{margin-bottom: 8px;}
.email-text a {
  right: 0px;
  z-index: 2;
  background: #3361e1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.email-text a 
  i {
  background-color: transparent;
  color: #fff;
  font-size: 24px;
 
}

.email-text a::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease-in;

 
}

.email-text a:hover::after {
  background-color:#000;
  top: 0;
}

.email-text a:hover {
  box-shadow: 0 0 20px #000;
}

.email-text a:hover .fa-brands {
  color: #fff;
  z-index: 2;
}

.mechanical-sec1-img1 img {width: 100%;}
.sustian-text-right {padding-left: 30px;}
.sustian-text-left {padding-right: 30px;}

.ab-sec1-image .myvideo {
    width: 100% !important;
    height: 75vh!important;
    object-fit: cover;
}
.ab-sec1-list{padding-left: 20px;}
.ab-sec1-list li {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    list-style: disc;
}
.ab-sec1-list{padding-left: 20px;}
.ab-sec1-list li {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    list-style: disc;
}
/* .ab-section-1-heading1{font-size: 69px;padding-bottom: 10px; font-weight: bold;color: #000;} */
.accordion-body {
    padding: 15px 0px;
}

.about-section-4{padding: 100px 0px;}
.ab-sec4-text p{font-size: 20px;line-height: 28px;font-weight: 400;}
.ab-sec4-text {padding-right: 40px;}
.ab-sec4-img img{border-radius: 10px;}



.affi-box{padding-bottom: 20px; display: flex;justify-content: center;align-items: center;gap: 20px;}
.affi-logo-1 img {width: 180px;}

.ab-sec3-heading1{
    color: #fff;
}


/* new add  */

.page-id-12 .ab-sec-img1:before {display:none !important;}

/* end here  */

/* ratna css start */
.mechanical-sec1-text ul{padding-left:20px; margin-bottom:15px;}
.mechanical-sec1-text ul li{ list-style:disc !important; margin-bottom:5px;}
.mechanical-sec1-text ul li a, .mechanical-sec1-text p a{color:#3361e1;}
.dark-bg-section{ padding:90px 0px; background:url(https://allpipesolutionsinc.com/wp-content/uploads/2025/08/dark-bg.webp)no-repeat center center; background-size:cover; background-attachment:fixed; justify-content:center;}
.content-center{text-align:center;}
.content-left{text-align:left;}
.dark-sp-content p{ color:#fff;}
.dark-sp-content ul{padding-left:20px; margin-bottom:15px;}
.dark-sp-content ul li{ list-style:disc !important; margin-bottom:5px; color:#fff;}
.light-bg{ background:#eef1f9;}
.gren-bg-section{padding:90px 0px; background:url(https://allpipesolutionsinc.com/wp-content/uploads/2025/08/grn-bg.jpg)no-repeat center center; background-size:cover; background-attachment:fixed;}
.list-srcbox{ border-radius:8px 15px 8px 15px; background:#000; padding:30px; border-top:solid 1px #3361e1; border-right:solid 1px #3361e1; border-bottom:solid 1px #3361e1; border-left:solid 8px #3361e1; height:100%;}
.list-srcbox h3{color:#3361e1; }
.list-srcbox p{color:#fff;}
.list-srcbox p a{color:#3361e1;}
.only-line{ width:100%; height:1px; border:dashed 1px #3361e175; margin:5px 0px;}
.hm-sec1-btn i{ margin-right:5px;}
.dark-sp-content p a, .gren-bg-section p a{color: #ccbb95;}
.list-srcbox ul{ padding-left:20px;}
.list-srcbox ul li{color:#fff; list-style:disc; margin-bottom:5px;}











@media (max-width: 1600px){
.navbar a, .navbar a:focus {font-size: 16px;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 5px;}
a.logo.d-flex.align-items-center {width: 180px;}
.select-lang .select-lang-btn {font-size: 14px;padding: 10px 24px;background-position: right 18px center;}
.banner-text-heading-1 {font-size: 75px;}
.banner-text-container p { font-size: 28px;	line-height: 40px;}	
.hm-sec1-heading {font-size: 56px;}	
.swiper-slide-active { width: 675px !important;}	
.sl-cnt1-heading {	font-size: 35px;}
.slide-content-1 p { line-height: 28px;    font-size: 19px;}	
.swiper-slide-active .slide-content-1 { padding: 150px 20px 0px 25px;  }	
.hm-sec3-heading1 {	font-size: 56px;}	
.hm-sec4-heading1 {	font-size: 56px;}
.hm-sec3-box p {line-height: 26px;font-size: 17px; margin: 10px 0 0;}
.home-section-3 {padding: 80px 0px;}	
.hm-sec4-box-heading { font-size: 22px; line-height: 32px; padding: 20px 0px 10px 0px;}	
.footer-heading-1 {  font-size: 30px; padding-bottom: 10px;}	
.footer-item li {font-size: 18px;}	
.footer-bottom {  padding: 60px 0px 0px 0px;}
.footer-section {  padding: 60px 0px 30px 0px;  }	
.footer-bottom p { font-size: 18px;}	
.ab-heading-1 {	font-size: 55px;}	
.under-ct-img { padding: 25px 0px;}	
	
/* 	
	-------------------New CSS---------------- */
.wpcf7-response-output {
    margin: 0 0 10px !important;
}	
.ab-section-1-heading1 {font-size: 56px;padding-bottom: 25px;}
.accordion-button {font-size: 19px;padding: 15px 0px !important;}
.ab-sec1-list li {font-size: 19px;}
.about-section-1 {padding: 40px 0px 75px 0px;}
.about-section-3{padding: 80px 0px;}
.ab-sec3-box {padding: 20px 10px 20px 15px;}
.about-section-4 {padding: 80px 0px;}
.inner-banner-text-heading {font-size: 55px;}
p {font-size: 19px;line-height: 30px;}
.mechanical-sec1-text ul li{font-size: 19px;line-height: 30px;}


.contact-section-1 {padding: 80px 0px;}
.contact-heading {font-size: 38px;padding-bottom: 5px;}
.contact-sec1-left .form-control {padding: 9px 12px;font-size: 17px;font-weight: 400;line-height: 30px;}
.contact-heading-right {font-size: 38px;padding-bottom: 8px;}
.ct-sec-heading {font-size: 26px;}
.ct-sec1-list {padding: 16px 20px;margin-bottom: 12px;}
.ct-sec2-map iframe {height: 580px;}
.contact-sec1-btn {font-size: 18px;padding: 6px 32px;}
.ct-sec1-icon i {font-size: 33px;}

.blog-sec1-heading {font-size: 22px;line-height: 30px;padding: 10px 0px 4px 0px;}
.blog-box-button {font-size: 18px; padding: 6px 20px;}
.news-dp-category li a {font-size: 17px;}

.blog-dt-sec1-heading {font-size: 28px;padding-bottom: 0px;}

.mechani-sec1-heading1 {font-size: 25px;padding-bottom: 0px;}
.mechanical-sec1-list li {font-size: 20px;padding-bottom: 10px;}
.mech-sec1-listing li {font-size: 19px;}

.ab-sec-img1:before{display:none;}	

/* .ab-sec1-image .myvideo {height: 84vh !important;} */
	
	
	
	
}


@media (max-width: 1440px) {
.navbar>ul>li {padding: 10px 0 10px 5px;}
.navbar a, .navbar a:focus {padding: 0 16px 0px 4px;}
nav#navbar {  padding-right: 60px;}
.home-section-1 {padding: 80px 0px;}
.swiper-slide-active {width: 565px !important;}	
.swiper-slide-active .slide-content-1 {width: 52%;}
.swiper-slide-active .slide-content-1 { padding: 50px 20px 0px 25px; }	
.home-section-2 { padding: 45px 0px 35px 0px;  }	
.hm-sec3-box-heading {font-size: 21px;}	
.nav-ct-button {font-size: 21px;}	
.home-section-4 { padding: 70px 0px; }	
.footer-logo { width: 215px;}
.hm-sec4-box-heading { font-size: 21px;line-height: 30px;}
.hm-sec4-box:hover .hm-sec4-text {padding: 0px 20px 25px 20px;}	
.hm-sec1-btn { font-size: 18px;	padding: 27px 95px;}	
.hm-sec1-img:before { height: 400px;}
.under-ct-section-1 {padding: 50px 0px;}		
	
	
	
	
/* 	----------------------New CSS-------------------- */
	
.ab-section-1-heading1 {font-size: 50px;}
.hm-sec3-box {padding: 30px;}
.about-section-1 {padding: 40px 0px 65px 0px;}
.inner-banner-text-heading {font-size: 45px;}

.contact-section-1 {padding: 60px 0px;}
.ct-sec2-map iframe{height: 530px;}
.contact-heading {font-size: 33px;}
.ct-sec-heading {font-size: 24px;}
.ct-sec1-icon i {font-size: 28px;}
.contact-sec1-right {padding: 20px 26px;}
   
.blog-section-1 {padding: 30px 0px;}
.mechanical-section-1 {padding: 50px 0px;}
.mech-sec1-listing li {font-size: 18px;}
.ab-sec1-list li {font-size: 18px; }
.mechanical-sec1-heading.in-view { margin-bottom: 40px;}	
.error-section {padding: 60px 0px;}	
.thanku-section {padding: 60px 0px 60px 0px;}
.message {padding: 50px 30px;}	
.thanku-text {font-size: 68px;margin: 0;}	
.message p { font-size: 31px; padding: 10px 0px 10px 0px;}	
	
	
	
}




@media (max-width: 1400px) {
.navbar>ul>li {padding: 10px 0 10px 2px;}

.breadcrumb-item.active {font-size: 17px;}
	
	
	
}






@media (max-width: 1366px) {
.top-nav-bar {padding: 8px 0px;}
.navbar a, .navbar a:focus {font-size: 16px;}
.nav-ct-button {font-size: 20px;}
.banner-text-heading-1 {font-size: 65px;}	
.banner-text-container p {font-size: 27px; line-height: 38px;}	
.banner-text-btn {font-size: 20px;}	
.hm-sec1-heading {font-size: 52px;}	
p { font-size: 19px; line-height: 32px;}	
.mechanical-sec1-text ul li{font-size: 19px; line-height: 32px;}	
.hm-sec1-img:before {height: 350px;}	
.swiper-slide-active { width: 530px !important;}	
.sl-cnt1-heading {font-size: 30px;}	
.swiper-slide-active .slide-content-1 {width: 54%; }	
.slide-content-1 p {font-size: 17px;}	
.swiper-slide-active .slide-content-1 {padding: 70px 20px 0px 20px;}	
.hm-sec3-heading1 {font-size: 52px;}	
.hm-sec3-box-heading {font-size: 19px;}	
.hm-sec3-box p {line-height: 26px;  font-size: 17px;}
.hm-sec3-box-bottom { padding-top: 35px;}
.hm-sec3-box-top {padding-bottom: 35px;}
.hm-sec4-heading1 { font-size: 52px; }
.footer-item li {font-size: 17px;  padding-bottom: 8px; }
.hm-sec6-subscribe-form .form-control {padding: 8px 15px;  font-size: 17px;  line-height: 34px; }
input.wpcf7-form-control.wpcf7-submit.has-spinner {  top: 8px!important; right: 14px!important;  font-size: 16px !important; }
.footer-bottom p { font-size: 17px; }
.hm-sec4-btn { font-size: 18px; padding: 18px 75px;}
.hm-sec4-box-heading {font-size: 19px; line-height: 27px;    }
.hm-sec4-text p { font-size: 16px;	line-height: 24px;}
.hm-sec1-heading {font-size: 46px;}
.hm-sec3-heading1 { font-size: 46px;}
.hm-sec3-right-text { padding-right: 15px;}	
.ab-heading-1 { font-size: 48px;}	
.ab-heading-1 {font-size: 40px;}	
	
	
/* 	--------------------New CSS----------------- */
	
	.inner-banner-text-heading {font-size: 40px;}
.ab-section-1-heading1 {font-size: 40px;}
.accordion-button {font-size: 16px;padding: 12px 0px !important;}
.ab-sec1-list li {font-size: 17px;}
.hm-sec3-box {padding: 20px 20px 20px 20px;}
.contact-heading {font-size: 30px;}
.contact-heading {font-size: 26px;}
.contact-sec1-left .form-control {padding: 6px 12px;font-size: 16px;line-height: 26px;}
.contact-heading {font-size: 23px;}
.contact-sec1-btn {font-size: 17px;padding: 4px 26px;}
.contact-heading-right {font-size: 28px;padding-bottom: 2px;}
.ct-sec-heading{font-size: 20px;}
.ct-sec1-text p {font-size: 17px;}
.ct-sec1-text a {font-size: 17px;}
.ct-sec1-icon i {font-size: 24px;}
.ct-sec1-icon i {font-size: 22px;}
.contact-section-1 {padding: 50px 0px;}
.ct-sec2-map iframe {height: 350px;}

.blog-sec1-heading {font-size: 19px;line-height: 26px;}
.blog-sec1-box p {  font-size: 17px;line-height: 26px;}
.news-dp-category li a {font-size: 15px;}
.blog-box-button {font-size: 17px;padding: 4px 14px;}
.news-pt-sec-3-heading-2 {font-size: 19px;}
.blog-sec-dp-form i {font-size: 18px;}
/* .news-dp-category li a {font-size: 15px;} */

.blog-dt-section-1 {padding: 30px 0px;}
.blog-dt-sec1-heading {font-size: 26px;margin-top: 15px;}
p {line-height: 28px;font-size: 18px;}
.mechanical-sec1-text ul li{line-height: 28px;font-size: 18px;}
.mechanical-sec1-list li {font-size: 17px;}
.mech-sec1-listing li {font-size: 16px;padding-bottom: 5px;}
.ab-sec3-box-heading {padding-bottom: 0px;}
	
.accordion-body ul li {font-size: 17px;line-height: 26px;}	
.accordion-body {padding: 10px 0px;}
.ab-section-1-heading1 {padding-bottom: 20px;}	
	
	
}





@media (max-width: 1360px) {
.home-section-3 { padding: 70px 0px;}
.swiper-slide-active .slide-content-1 {width: 60%;padding: 50px 20px 0px 20px;}	
.sl-cnt1-heading {font-size: 28px; }
.hm-sec3-box p {line-height: 26px;font-size: 17px;margin: 5px 0 0;}	
	
	
	
}







@media (max-width: 1280px) {
.sl-cnt1-heading {font-size: 26px; }
.swiper-slide-active .slide-content-1 {  padding: 90px 20px 0px 20px; }	
.hm-sec4-box-heading {font-size: 19px;}	
.footer-bottom {padding: 40px 0px 0px 0px; }		
.footer-section {padding: 50px 0px 20px 0px; }	
.footer-logo {width: 190px; }	
.home-section-4 {padding: 50px 0px; }
.home-section-1 {padding: 60px 0px; }
.home-section-3 { padding: 70px 0px;}
.footer-item li {font-size: 16px;}
.footer-bottom p { font-size: 16px;}
 .hm-sec1-img:before {  height: 300px;}
.banner-text-container { bottom: 15%;}
.nav-ct-button { font-size: 18px;}
header.header-section.fixed-nav a.logo.d-flex.align-items-center img {  width: 150px;}
.banner-text-heading-1 {font-size: 60px;}
.banner-text-container p {font-size: 26px;}
.accordion-body { padding: 10px 0px;}
.about-section-3 { padding: 60px 0px;}	
.ab-sec3-box-top { padding-bottom: 30px;}
.ab-sec3-box-bottom {padding-top: 30px;}
.about-section-4 {padding: 60px 0px;}	
.ab-sec4-text p {font-size: 18px; line-height: 28px;}
.ab-section-1-heading1 { font-size: 38px;}
.blog-sec1-heading {font-size: 19px;line-height: 26px;padding-bottom: 15px;}
.error-box p {font-size: 22px; padding: 0px 0px 10px;}	
.message {padding: 50px 30px;max-width: 600px;}
	
.ab-sec1-image .myvideo {height: 60vh !important;}
	
	
}






@media (max-width: 1152px) {
.footer-logo-text .footer-item li {	font-size: 15px;}
.hm-sec4-box-heading {font-size: 18px;} 
.banner-text-heading-1 {font-size: 54px; }
.banner-text-container p {font-size: 24px; line-height: 35px; }
.banner-text-btn {font-size: 18px;  padding: 28px 100px;}
 p { font-size: 18px;   line-height: 30px;}	
.mechanical-sec1-text ul li{font-size: 18px;   line-height: 30px;}
.ab-sec-img2 {margin-top: -130px;text-align: right;position: relative;width: 230px;float: right;}	
 .contact-section-1 {padding: 30px 0px 50px;}	
	
	
	
	
	
}




@media (max-width: 1024px) {
.footer-logo-text .footer-item .footer-email {font-size: 13px;}	
.footer-item li { font-size: 15px;    }	
.footer-bottom { padding: 30px 0px 0px 0px; }	
.footer-heading-1 {font-size: 26px;   padding-bottom: 8px; }	
.footer-logo { width: 170px; }
.hm-sec6-subscribe-form .form-control {padding: 8px 15px;  font-size: 16px;  line-height: 30px;}	
.footer-bottom p {font-size: 15px;}	
.hm-sec1-heading {font-size: 42px;}	
.home-section-1 {padding: 50px 0px;}
.swiper-slide-active {width: 550px !important;}	
.swiper-pagination-bullet {    width: 13px !important;    height: 13px !important;}	
.home-section-2 {padding: 40px 0px 20px 0px; }
.swiper-slide-active .slide-content-1 { padding: 120px 20px 0px 20px;}	
.ab-heading-1 {font-size: 42px;}
.under-ct-img { padding: 15px 0px;}	
.top-container {padding: 0px 20px;}
.breadcrum-box { padding: 10px 0px 0;}	
 .top-nav-bar {padding: 8px 0px; margin-top: 20px;}
 .mechanical-sec1-heading.in-view {margin-bottom: 30px;}	
.blog-sec1-box:hover .blog-sec1-text { padding: 0px 0px 20px 15px;}	
.message { padding: 30px 20px; max-width: 550px;}	
	
/* .ab-sec1-image .myvideo {height: 38vh !important;} */
	
	
}


@media (max-width: 991px) {
.container { max-width: 95%;}	
.swiper-slide-active .slide-content-1 { padding: 130px 20px 0px 20px;}		
.hm-sec3-right-text {padding-right: 0;}
.hm-sec4-box-heading { line-height: 22px; }	
.hm-sec4-btn {font-size: 17px;  padding: 16px 70px;}	
.mobile-nav-show {font-size: 28px !important;padding: 3px !important; border-radius: 50% !important;right: 16px !important;position: absolute !important;color: #fff !important;display: none;}
.nav-ct-button {padding: 20px 90px 0px 20px; display: block;}
/* .mobile-nav-active .navbar:before {background: #284cb1e6 !important;}	 */
.navbar ul {padding: 10px 0px 10px 15px !important; background: #284cb1e6 !important;}	
.fixed-nav .navbar .nav-item:hover a { color: #000;}	
.home-section-3 {padding: 50px 0px; }	
.under-ct-section-1 { padding: 50px 0px 80px 0px; }
.top-menu-main .d-flex.justify-content-between.align-items-center {display: block !important;}
#mnmwp-main-menu > ul > li { display: block !important;}	
#mnmwp-main-menu > ul > li > a {padding: 10px 0px !important;font-size: 15px !important;}
 .is_mobile #mnmwp-main-menu #mnm-menu-button {right: 0px;top: -47px;padding: 0px !important;width: fit-content !important;}
nav#navbar { padding: 0;}
.top-nav-bar {margin-top: 0;}	
.header-section.fixed-nav  #mnm-menu-button { right: -150px;top: -40px !important;padding: 0px !important;}
.is_mobile #mnmwp-main-menu ul {margin: 15px 0 5px;}	
.nav-ct-button:hover { background: #3361e1; color: #ffffff;border-bottom: 1px solid #3361e1;}
.hm-sec3-right-text p { color: #fff;font-size: 16px;line-height: 28px;}
.nav-ct-button { padding: 12px 40px;font-size: 23px; bottom: auto !important; right: 0; left: 0; width: fit-content;margin: auto;top: 13px; }
.top-nav-bar {padding: 15px 0px; }
	
.header-section.fixed-nav .nav-ct-button { top: 7px; }	
	
	
}










@media (max-width: 912px) {
.banner-text-heading-1 {font-size: 48px;}	
.banner-text-container p {font-size: 22px; line-height: 30px;}	
.hm-sec1-heading {font-size: 37px;}	
.hm-sec1-img:before {height: 230px;left: 20px;}	
.home-section-2 main { padding-inline: 0;}	
.hm-sec3-heading1 {font-size: 38px;}	
.home-section-4 {padding: 35px 0px 45px 0px; }	
.hm-sec4-heading1 {font-size: 42px;  padding-bottom: 20px;}	
.top-nav-bar {margin-top: 15px;}	
.hm-sec3-heading1 {font-size: 35px;}	
.footer-logo { padding-bottom: 15px;  width: 130px;}	
.footer-bottom {padding: 20px 0px 0px 0px; }	
.footer-logo-text .footer-item li { font-size: 14px;}	
.footer-bottom p { font-size: 14px;}	
.hm-sec6-subscribe-form .form-control { font-size: 13px; line-height: 23px;}	
input.wpcf7-form-control.wpcf7-submit.has-spinner {  top: 3px !important;   right: 14px !important;  font-size: 13px !important; }	
.about-section-4 { padding: 50px 0px;}
.ab-section-1-heading1 {font-size: 35px;}	
	
	
}





@media (max-width: 840px) {
.is_mobile #mnmwp-main-menu #mnm-menu-button {right: -120px;top: -48px;}
.mechanical-section-1 {padding: 30px 0px;}	
.inner-banner-text-container {bottom: 10%;}
.error-btn { font-size: 18px;padding: 8px 20px;}	
	
	
}

@media (max-width: 768px) {
.ab-sec1-image .myvideo {height: 52vh!important;}
}






@media (max-width: 767px) {
.desktop-banner{display:none;}	
.mobile-banner{display:block;}	
.banner-text-heading-1 { font-size: 32px;}	
.banner-text-container p { font-size: 20px; line-height: 30px;}	
.banner-text-container { bottom: 22%;    left: 15px;}	
.top-container { padding: 0 10px;}	
a.logo.d-flex.align-items-center {width: 120px;}	
.nav-ct-button {font-size: 16px;padding: 10px 20px;}
a.nav-ct-button i { padding-right: 10px;}	
.mobile-nav-show {right: 0px !important;}
header.header-section.fixed-nav a.logo.d-flex.align-items-center img { width: 120px;}
.banner-text {  width: 100%;}	
.scrollIcon { width: 30px; height: 60px;}	
.hm-sec1-heading { font-size: 30px;}	
.home-section-1 {padding: 30px 0px; }	
.hm-sec1-btn {font-size: 17px; padding: 25px 70px; margin-bottom: 20px;}	
.swiper-slide-active {width: 100% !important;}	
.home-section-2 {padding: 30px 0px 10px 0px;    }
.swiper-slide-active .slide-content-1 { width: 60%; }	
.swiper-slide-active .slide-content-1 { padding: 20px 15px 0px 15px;}	
.sl-cnt1-heading { font-size: 19px; }	
.slide-content-1 p { font-size: 16px; line-height: 24px; }	
.hm-sec3-heading1 { font-size: 30px; margin-bottom: 20px;}	
.home-section-3 {padding: 30px 0px;}
.hm-sec3-box {  padding: 15px 0px;  height: auto; margin-bottom: 20px;}	
.hm-sec3-box-top {  padding-bottom: 10px;}	
.hm-sec4-heading1 { font-size: 32px;  padding-bottom: 10px; }	
.hm-sec4-box { margin-bottom: 25px;}	
.home-section-4 {  padding: 30px 0px 15px 0px;  }	
.hm-sec6-form-input {padding-bottom: 0;}	
.footer-bottom { padding: 0; }
.footer-btm-right { text-align: start;}	
.footer-btm-left p { margin: 0 !important; }	
.footer-section {padding: 30px 0px 0px 0px;}
.banner-text-btn { font-size: 17px; padding: 26px 90px; }	
.hm-sec1-img:before {height: 250px;}	
.wpcf7 form.sent .wpcf7-response-output { border-color: #fff !important;   margin: 0 0 10px 0px !important; color: #fff !important; font-size: 13px !important;}
.footer-section form.wpcf7-form.sent p {margin: 0 !important;} 
.hm-sec6-subscribe-form p{margin: 0 !important; }	
.ab-heading-1 {font-size: 36px;}	
 .under-ct-section-1 {padding: 60px 0px 30px 0px;}	
.footer-logo {width: 160px;}	
.footer-logo-text .footer-item .footer-email { font-size: 15px; }	
.inner-banner:after {height: -webkit-fill-available;}
.ab-sec-img2 {  display: none;}	
.ab-sec-img1 img {border-radius: 10px; width: 100%;}	
.ab-sec1-image {padding-right: 0;}	
.ab-sec-img1 {margin-bottom: 20px;}	
.about-section-1 {padding: 40px 0px 40px 0px;}
.ab-sec-img1 img:hover {outline: none !important;}	
.about-section-3 {padding: 30px 0px;}
.ab-sec3-box-top {padding-bottom: 0px;border: none;}
 .ab-sec3-box-bottom { padding-top: 25px;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button {right: 10px;top: -36px;padding:0px !important}
header.header-section.fixed-nav #mnm-menu-button { right: 10px;top: -36px !important;padding: 0px !important;}
nav#navbar { padding: 0;}
.top-nav-bar {margin-top: 0;}
.blog-box-btn-border { display: block; width: fit-content;}	
.wpcf7-form-control-wrap {  width: 100%;}	
.contact-sec1-left { padding: 20px 20px 20px 20px; margin-bottom: 20px;}	
.contact-sec1-right {margin-left: 0px;}	
.error-section { padding: 40px 0px;}
 .thanku-section {padding: 40px 0px 40px 0px;}	
.message p {font-size: 28px;padding: 0px 0px 10px 0px;}	
.sustian-text-right {padding-left: 0;}	
.nav-ct-button {top: 11px;}	
.header-section.fixed-nav .nav-ct-button {top: 11px;}
	
	
	
}





@media (max-width: 460px) {
.about-section-4 {padding: 30px 0px 50px;}
.inner-banner-text-container {position: absolute;bottom: 10%; z-index: 1;}
.inner-banner-text-heading {font-size: 28px;margin: 0;}	
.mechanical-sec1-heading.in-view {margin-bottom: 30px;text-align: left;font-size: 32px;}	
.mechani-sec1-heading1 {font-size: 22px;padding-bottom: 0px; }
.ab-section-1-heading1 {font-size: 30px;}
 .error-box p { font-size: 21px; padding: 0px 0px 10px;  line-height: 28px;}	
.ab-sec1-image .myvideo {margin-bottom: 20px;}
 .nav-ct-button { top: 11px;width: fit-content;right: 50px; margin-right: inherit !important; }
	
	
	
	
}




@media (max-width: 414px) {
.ab-sec-img1:before { top: 20px;}
 .is_mobile #mnmwp-main-menu ul ul li a {padding-left: 10px;font-size: 15px;}
.thanku-text { font-size: 55px; margin: 0;}

	
	
	
}



@media (max-width: 390px) {
.inner-banner-text-heading {font-size: 22px; margin: 0;}
.nav-ct-button {right: 45px; }
	
	

}






@media (max-width: 375px) {
.sl-cnt1-heading {font-size: 17px;}	
.slide-content-1 p {font-size: 15px;  line-height: 20px; }	
.swiper-slide-active .slide-content-1 {width: 63%;}	
.swiper-slide-active .slide-content-1 {padding: 10px 15px 0px 15px;}	
.hm-sec1-img:before {height: 223px; left: 9px; }
.thanku-text {font-size: 50px;margin: 0;}	
 .message p {font-size: 24px;padding: 0px 0px 10px 0px;line-height: 28px;}
	
	
}












