

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
      url('../fonts/AvenirLTStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
      url('../fonts/AvenirLTStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
      url('../fonts/AvenirLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}







body{
  font-family: 'Avenir LT Std';
  overflow-x: hidden !important;
  background-color: #000;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6{
  padding: 0px;
  margin: 0px;
}
button:focus, button:active, .btn-check:focus+.btn{
    outline: none;
    box-shadow: none !important;

}

img {
  max-width: 100%;
  
}
.menu-warpper {
    background: rgba(0, 0, 0, 0.687);
}


.image-filer-none{
  filter: none !important;
}
a{
text-decoration: none;}
li, ul, ol{
list-style: none;}
button, button:focus, button:hover, button:active{
    outline: none;
}


.col-mtb{
    margin: 15px 0;
}
.owl-carousel .owl-item img{
    max-width: 100%;
    width: auto;
}


.owl-nav button span{
    display: none;
}

a.navbar-brand img {
  width: 80%;
}

.owl-nav button.owl-next::after {
  content: "\f054";
  font-size: 0px;
  background-image: url(/images/slider-arow1.svg) !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2c419300;
  border-radius: 5px;
  border: 1px solid #ffffff00;
  font-weight: 600;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-nav button.owl-prev::after {
    content: "\f053";
    background-image: url(/images/slider-arow2.svg) !important;
    font-size: 0px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 40px;
    line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2c419300;
  border-radius: 5px;
  border: 1px solid #ffffff00;
  font-weight: 600;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-next.disabled::after, .owl-prev.disabled::after{
    border-color: #949FC8 !important ;
    background-color: #949FC8 !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu.svg) !important;
}


.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0);
	border-color: currentColor;
}
.Testimonials-sec {
  position: relative;
}



.menu-content .nav-link:hover {
  color: #efefef !important;
}

.Testimonials-slidar .owl-dots {
  display: inline-block;
  bottom: 45px;
  position: absolute;
  left: -474px;
}

.innovations-img .project-img-con {
	box-shadow:none;
  background-color: transparent;
}

.Testimonials-slidar .owl-dot.active {
    height: 15px;
    width:15px;
    background-color: #fff !important;
    border-radius: 100%;
}

.Testimonials-slidar .owl-dot{
  height: 15px;
  width: 15px;
  background-color: #E5E5E5 !important;
  border-radius: 100%;
  margin-right: 25px;
}

.owl-nav {
  position: absolute;
  top: 145px;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
}
.thm-heading span{
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.thm-heading h2{
  margin-top: 10px;
  font-size: 55px;
  font-weight: 800;
  color: #000000;
}


.Testimonials-slidar .item{
  display: flex;
  justify-content: center;
}


.details-sec {
	display: flex;
	justify-content: end;
}

.header-bg{
 
  background:  url(../images/Cover-01-1-3.jpg) no-repeat;

}

.menu-content {
	color: #fff ;
  font-size: 16px;
  font-weight: 500;
}

.menu-content ul li a{
	color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}


section.banner-warpper span {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	
  margin-bottom: 10px;
}
.banner-warpper h1 {      
	color: #fff;
	font-size: 70px;
  margin-top: 10px;
	font-weight: 800;
}

.banner-warpper {
  padding: 95px 0px;
  padding-bottom: 10px;
}
.header-bg {
	background-size: cover;
  min-height:650px ;
}

.banner-but a:first-of-type {
  background-color: #d6aa69;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 500;
}
.banner-but a:first-of-type:hover
{
  background-color: #bb8d4b;

}

.banner-but a {
	color: #fff;
  font-size: 22px;
}


.banner-but a img{
 width: 54px;
 margin-right: 17px;
}

.banner-but {
  display: flex;
  margin-top: 25px;
  align-items: center;
  position: absolute;
  bottom: 18%;
}

.Testimonials-slidar{
  margin-top: 20px;
}

.banner-play {
  display: flex;
  align-items: center;
  margin-left: 16px;
  font-weight: 500;
}

.category-warpper{
  margin-top: -0px;
  background:#fefefe !important;
  padding:30px 0px 40px;
}

.category-box {
  padding: 15px 25px;
  border-radius: 36px;
  transition: all .3s ease-in-out;
  background-color: #fff; 
}



.category-content {
  margin-top: 50px;
}
.category-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.category-box:hover{
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}


.category-box img {
  width: 60px ; 
  height: 60px;
}

.category-box h3{
  margin-top: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #1E1D4C;
}

.category-box p{
  margin-top: 10px;
  font-size: 16px;
  color: #5E6282;
  line-height: 28px;
}

.equipment-warpper{
  margin-top: -0px;
  background: #cfba93;
  padding: 35px 0px;
}

.equipment-img{
  overflow: hidden;
}

.equipment-img img{
  border-radius: 0px;
  transition: transform 3s;
  object-fit: none;
}

.equipment-img img:hover{
  transform: scale(1); 
}

.equipment-img {
	position: relative;
	margin-bottom: 30px;
	width: fit-content;
	overflow: hidden;
  border-radius: 0px;
}
.equipment-img h4 {
  position: absolute;
  bottom: -10px;
  border-radius: 10px;
  width: fit-content;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 16px;
  color: #5E6282;
  width: 90%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment-contant {
  width: 100%;
  
  justify-content: center;
  display: flex;
}

.equipment-content {
  margin-top: 30px;
}

.about-wapper {
  margin-top: -0px;
  background-repeat: no-repeat;
  background-position: right ;
  background-size: contain;
  background: #ffffff;
  padding: 35px 0px;
}
.about-sec ul{
  margin-top: 30px;
}

.thm-heading p{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}

.about-sec ul li {
  list-style: disc;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 8px 0px;
}

.about-sec ul li::marker{
  color:#000;

}

.projects-wapper{
  margin-top: -10px;
  background: #cfba93;
  padding:35px 0px;
}
.Choose-wapper{
  margin-top: -10px;
  background: #ffffff;
  padding:35px 0px;
}

.projects-img {
	border-radius: 15px;
	background-color: #fff;
  text-align:center;
 
}

.projects-img img{
  border-radius: 20px 20px 0px 0px;
  height:325px;
}

.project-img-con {
	padding: 15px 20px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   border-radius: 0px 0px  20px 20px;
   background-color: #fff;
}

.project-img-con h5{
  font-size: 20px;
  font-weight: 500;
  color: #5E6282;
}


.project-img-con p{
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  color: #5E6282;
}

.projects-content {
	margin-top: 30px;
}

.innovations-warpper {
  margin-top: 50px;
}

.innovations-img{
  position: relative;
  border-radius: 15px;
}

.innovations-img img{
  border-radius: 15px;
}


.innovations-content{
  width: 100%;
  display: flex;
  justify-content: center;
}

.innovations-content h5{
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  margin-top: -25px;

}

.innovations-sec {
	margin-top: 50px;
}





.Testimonials-sec {
  margin-top: 84px;
}

.test-1 h5 {
  font-size: 16px;
  color: #082A5A;
}
.test-1 h2 {
  font-size: 55px;
  font-weight: 400;
color: #14183E;
}

.test-2 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #5E6282;
  margin: 0px;
}

.test-2 h6 {
  font-size: 18px;
  color: #5E6282;
  font-weight: 700;
  margin-top: 35px;
}
.test-2 span {
  font-size: 14px;
  color: #5E6282;
  font-weight: 500;
}
.test-3 {
  padding: 40px 40px;
  border-radius: 10px;
  width: 500px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 30px 0px;
  background-color: #fff;
}

.owl-dots {
  display: contents;
}

.test-2 {
	position: relative;
	margin-top: 35px;
}

.test-34 {
  position: absolute;
  margin: -29px -40px;
}
.test-34 img {
  max-width: 80%;
}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  display: contents;
}
.clients-2 {
  width: 45%;
  margin-left: 34px;
}

.clients-slider-1 {
  width: 160px;
}

.clients-slider-2 {
  max-width: 142px;
  padding-left: 50px;
}


.clients-sec {
  margin-top: 50px;
  text-align: center;
}

.clients-sliser {
  margin-top: 30px;
}
.test-34 {
  height: 70px;
  width: 70px;
  margin-left: -30px;
  margin-top: -5px;
}



.sosal-midiva ul {
  display: flex;
}

.footar-1 p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 28px;
}
.sosal-midiva li {
  margin-right: 16px;
}
.sosal-midiva {
  margin-top: 24px;
}

.link-quick {
  margin-top: 24px;
}
.link-quick a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.footar-2 h6 {
  font-size: 20px;
  font-weight: 700;
}

.footar-3 h6 {
  font-size: 16px;
  font-weight: 800;
}
.footar-3 p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.footar-3 {
  background-color: #F7E9D2;
}
.footar-3 {
  background-color: #F7E9D2;
  border-radius: 20px;
  padding: 10px 24px 6px;
  margin-top: 10px;
}
.Connect-footar-btn a{
  display: flex;
  align-items: center;
}
.Connect-footar-btn a {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  padding: 5px 15px;
  width: fit-content;
  height: 53px;
  margin-top: 12px;
}
.footar-3 span {
  padding: 8px 14px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.Connect-footar-btn img {
  max-width: 16%;
}
.link-quick li {
  margin-top: 4px;
}
.copy-raid {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin-top: 26px;
}

.footar-warpper {
  background-color: #FFF1DA !important;
  display: block;
  margin-top: 40px;
  padding: 44px 0px;
}

.link-quick li {
  margin-top: 7px;
}

.sosal-midiva img {
  width: 80%;
}

.footar-logo {
  width: 29%;
}

.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}

.details-sec-bottam{
  display: none;
}

.footar-warpper {
	padding-bottom: 0px;
}

.copy-raid h5{
  font-size: 18px;
}

#btn-back-to-top {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: none;
	border-radius: 100%;
	padding: 0px;
	font-size: 16px;
	z-index: 9;
}

/* *********************************counter-sec************************************* */


.counter-box {
display: block;
background: #f6f6f6;
padding: 40px 20px 37px;
text-align: center;
border-radius: 10px;
}

.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #909090;
font-size: 18px;
font-weight: 500
}

.counter-box i {
font-size: 60px;
margin: 0 0 15px;
color: #d2d2d2
}

.counter { 
display: block;
font-size: 32px;
font-weight: 700;
color: #666;
line-height: 28px
}

.counter-box.colored {
    background: #d6aa69;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: #fff
}

.counter-content{
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-content span { 
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px
  }

  section.counter-warpper {
    padding: 20px 0px 40px;
    background: #f1e4cf;
}
section.counter-warpper .col-md-3
{
  
  width: 20%;
}

.contact-details{
  display: grid;
  margin-top: 20px;
}

.contact-contnat{
  display: flex;
  justify-content: start;
}

.contact-details span{
  margin: 4px;
  display: flex;
  align-items: center;
}

.form-section{
  width: 650px;
 
}

.form-warpper{
  display: flex;
  justify-content: center;
}

.form-content label {
  font-size: 20px;
  color: #fff;
}

.form-content input{
  height: 45px;
}

.form-content .form-control:focus {
  color: #212529;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #000;
}

.Products-heading{
  margin: 80px 0px;
}

.Core-sec li span{
    background-color: #fff;
    padding: 2px;
    color: #000;
    margin-right: 4px;
    font-size: 20px;
    font-weight: 600;
}

.Core-sec li {
  list-style: none !important;
  margin: 15px 0px;
}

.Core-sec li::before{
  color: #fff;
}

.about-sec ul li::marker {
  color: #fff;
}

.career-box{
  height: 100%;
  border-radius: 15px !important;
}

/* update css */

.about-banner{
  background-image: url(../images/about-bg.jpg);
}