 
  @font-face {
    font-family: sanet;
    src: url('../fonts/HelveticaNeueLTGEO65Medium.otf');
}

body{
    background: #0c121e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #020a10, #0c121e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #020a10, #0c121e);
    
}

.carousel-item {
    height: auto;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.over{
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #222832f7 32%, rgb(0 0 0 / 16%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 12;
}

.navbar{
    background-color:  #222832f7!important;
}

.headed{
    font-family: 'sanet';
    font-size: 21px;
    color: #fff;
}

.txtx{
    font-family: 'sanet';
}

.calls{
    font-family: 'sanet';
    position: fixed;
    z-index: 89999;
    bottom: 30px;
    right: 30px;
    background-color: #ffc107;
    
    text-align: center;
 
    border: 6px dashed #ff0000cf;
    border-radius: 9px;
}
.calls a{
    padding: 17px 27px;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 21px;
}

.bg-color{
    padding: 21px;
    background: #47aaff14;
    border-radius: 3px;
}

.servlist{
    font-family: 'sanet';
    color: #fff;
    margin-top: 35px;
    border-radius: 3px;
    background-color: #5a79bf29;
    padding: 19px;
    border-left: 3px solid #ffc107;
}

.servlist ul{
  list-style: none;
}

.sl-text{
    position: relative;
    z-index: 9999;
    padding: 37px 17px 37px 0;
    color: #ffff;
    font-family: sanet;
   
}

.sl-text a{
    color: #fff;
 
}
 

 

 

.call a{ 
    border: 7px solid #ffffff1c;
    position: relative;
 
    color: #ffff;
    background-color: #1e2540;
    font-size: 18px;
    padding: 10px 23px;
    display: block;
    width: fit-content;
    margin: 80px auto 30px;
    border-radius: 10px;
   
}

 
.text-small{
    font-size: 13px;
    opacity: 0.6;
}
 

.dca  {
    background-color: #f02618 !important;
    color: #fff;
}

.bodysa img{
max-width:100%;	
}

 

.sw-logo{
    top: 0;
    position: absolute;
    width: 23%;
    border-radius: 1px;
}

 

.service{
    border-radius: 3px;
    font-family: sanet;
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.service img{
    width: 100%;
    height: 200px;
    object-fit: cover;

}

.service h4{
    font-size: 22px;
    color: #2f1313;
    padding: 19px;
    background-color: #ffc107;
}

.service a{
 color: #fff;
}

.bgs{
    position: absolute;
    background: linear-gradient(to top, #0e141b 4%, rgb(0 0 0 / -3%) 100%);
    height: 100%;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 3px;
}

.carousel {
    position: relative;
    
}

.portfolio-item {
  margin-bottom: 30px;
}


.logo{
    position: absolute;
    top: 1.5rem;
    border-radius: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    width: 150px;
}

.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    font-family: sanet;;
 
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
}


  .navbar-nav .nav-link {
    color: #ffffffeb;
    transition: all .4s;
 
}

  .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;


}

.carousel-item  {
	display: flex;
	justify-content: center;
	align-items: center;
 
}

.carousel-item img{
	max-width: 100%;
    width: 1000px;
    height: 240px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 30px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.carousel-item .col-md-7 h3{
	 font-family: sanetbold;
	 text-transform: uppercase;
     font-size: 54px;
     margin-bottom: 15px;
}

.carousel-item .col-md-7 p{
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffffde;
    margin-bottom: 30px;
}


.carousel-item .col-md-7 a{
    font-size: 13px;
    font-family: sanetbold;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    padding: 12px 26px;
    border: 2px solid #000;
    transition: all .4s;
}

a:hover{
	text-decoration: none !important;
}

.carousel-item .col-md-7 a:hover{
 border: 2px solid #face1f;
 color: #fff;
 background-color: #face1f;
}


 
 .swith-car{
 	opacity:1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 13px;
    background-color: #fff;
    padding-left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    transition: all .4s;
	z-index:99;
 }



 

 .swith-car:hover{
  cursor: pointer;
 }

 .swith-car:nth-child(1){
    left: 7px;
    margin-left: 7;
 
 }

  .swith-car:nth-child(2){
  	right: 7px;
  	margin-right: 7;
 }

.carousel-indicators li {
 
    background-color: #182020;
 
}

 

.heading {
    text-align: center;
    font-family: sanet;
    color: #fff;
}

.heading p.tbig{
    font-size: 27px;
 
}

.inform {
    color: #fff;
    font-family: sanet;
}


.heading p.tsmal{

    font-size: 14px;
 
}


.card.lift {
    text-decoration: none;
    color: inherit;
}
.card {
    font-family: sanet;
	border:none;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
    position: relative;
}
.lift {
    color: #fff !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    -webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.lift  a{
    color: #fff;
}

.lift:hover {
    -webkit-transform: translateY(-0.3333333333rem);
    transform: translateY(-0.3333333333rem);
    box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 65, 0.25);
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.card-text:last-child {
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0 22px;
    overflow: hidden;
}

.card , .swiper-slide {
 
    background-color: #182432 !important;
}

.card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}

.feather {
    height: 1rem;
    width: 1rem;
    vertical-align: top;
}

/*swiper*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-button-next, .swiper-button-prev {
        color: #ffffff !important;
        background: #ffc107;
        padding: 22px;
        padding-top: 32px;
        padding-bottom: 32px;
        border: 1px solid #343a401c;
        border-radius: 3px;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    right: auto;
    border-left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto;
    border-right: 0;
}

/* // */

.about{
	position: relative;
	margin: 50px 0;
    background-image: linear-gradient(-20deg, #020202 0%, #292d31 100%);
    padding: 4rem 4rem 0 4rem;

}

.shas{
	position: relative;
 
}

.shas img{
	position: relative;
	z-index: 777;
}

.shas::before{
    content: '';
    box-shadow: 0 0.15rem 5.75rem 0 rgb(253 253 253 / 52%);
    width: 250px;
    height: 250px;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    top: 6.5rem;
}


.about-text{
    font-family: sanet;
    color: #fff;
    max-height: 277px;
    overflow: hidden;
}
.about-text h3{
 
	 font-size: 41px;
	 text-transform: uppercase;
}

.aba{
    font-family: sanet;
    color: #fff;
    border: 1px solid var(--red);
    padding: 10px 20px;
    top: 21px;
    position: relative;
    color: var(--red);
    outline: 2px solid #dc354554;
}

footer{
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(-20deg, #385374 0%, #000000 100%);
    font-family: sanet;
}

footer::before{
    content: '';
    position: absolute;
    right: -4rem;
    width: 50%;
    height: 100%;
    background: #819cb312;
    top: 0;
    transform: skew(37deg, -4deg);
}

footer h3{
    color: #ffc107;
   
}

footer p{
   text-transform: uppercase;
   font-family: sanet;
   color: #090d118a;
   margin-bottom: 0;

}


.soc-inl a{
    width: 30px;
    height: 30px;
    color: #5a5a5a;
    background: #edecef;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px solid #3f51b500;
    margin-top: 20px;
    border-radius: 1px;
}


.footer-inl a{
  color: #fff;
  text-transform: uppercase;
  padding-right: 1rem;
}

.breadcrumb{
    justify-content: center;
    text-transform: uppercase;
    font-family: sanet;
    font-size: 14px;
    padding: 1.5rem 1rem;
    margin-top: 8rem;
    margin-bottom: 0rem;
    background-color: #33353e52;
    border-radius: 11px;
}

.breadcrumb a {
    color: #d39e00;
}

.img-sec{
    background-color: #f7f7f7;
    padding-left: 120px;
    position: relative;
}

.left-im{
    width: 120px;
    position: absolute;
    left: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 77;
}

.left-im img{
    margin-bottom: 15px;
    border: 1px solid #1719190f;
    padding: 9px;
    background: #fff;
    transition: all .5s;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.left-im img:hover{
  cursor: pointer;
  padding: 1px;
}


/* width */
.left-im::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.left-im::-webkit-scrollbar-track {
  background: #f7f7f7; 
}
 
/* Handle */
.left-im::-webkit-scrollbar-thumb {
  background: #3c4042;
}

/* Handle on hover */
.left-im::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.prod-body {
	width:100%;
	overflow-x:auto;
}

.prod-body img{
	max-width:100% !important;
	object-fit:contain;
}

.descr {
  padding: 12px;
}

.descr h1{
   text-transform: uppercase;
   font-family: sanetbold;
   font-size: 23px;
}

.img-sec .yout{
   text-align: center;
    position: absolute;
    right: 0;
    color: #ff085c;
    font-size: 16px;
    background: #e7eaea;
    padding: 10px;
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

.img-sec .yout.pdf{
    top: 3rem;
}

.contactform{
 
   font-family: sanet;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FFC107;
    border-color: #FFC107;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: #000;
    background: #ffffff;
    padding: 27px 35px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: inherit;
}

.whaywhe{
    color: #fff;
    padding: 50px 0;
    font-family: sanet;
    background-image: repeating-radial-gradient(#232333, #201f189c 100px);
    background-color: #000000b3;
    background-blend-mode: overlay;
}

.whaywhe h3{
   margin-bottom: 50px;   
}

.whaywhe p{
    font-size: 13px;
    color: #cecdcd;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #cbcbcb;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #898989;
    border-radius: 3px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #cbcbcb; 
    border-radius: 7px;
  }

.navbar-brand:hover {
    color: #000000;
}

.list-group-item {
    font-family: sanet;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #00000000;
}

.card-img, .card-img-top {
    height: 200px;
    object-fit: contain;
    filter: opacity(0.5);
 
}

.contactform .form-control{
    padding: 15px;
    text-transform: uppercase;
    height: auto;
    margin-bottom: 30px;
    border-radius: 48px;
    border: 1px solid #f7f7f7;
    background-color: #f3f3f3;
    font-size: 11px;
  }

  .btn-info {
    border-radius: 48px;
}

.single-contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    justify-content: center;
    background-color: #d39e00;
    border-radius: 7px;
}
.mb-40 {
    margin-bottom: 40px;
}

.contact-info-icon i {
    border: 1px solid #ffffff;
    border-radius: 100%;
    color:   #fff;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.contact-info-content {
    padding-left: 15px;
    font-family: sanet;
}

.contact-info-content p {
    color:  #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/carr.jpg');
}

 

@media screen and (max-width: 800px) {
 

.navbar-brand {
 
    padding: 18px 27px;
    font-size: 13px;
	font-wight:bold;
}

 .over, .sl-text{
     display: none;
 }

.swiper-slide {
 
    flex-wrap: wrap;
}
.dropdown-item {
 
    white-space: pre-wrap;
}

 .logo {
    border-radius: 0;
    left: 15px;
    top: 9px;
}

.carousel-item {
 
    background-position: top;
    background-size: contain;
	height: 150px;
    background-color: #000;
	min-height:auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    transition: all .4s;
    text-align: center;
    padding: .8rem 1rem;
}

.carousel-item .col-md-7{
  display: none;
}

 
footer::before {
     content: '';
 
    background: #f7f7f700;
}

footer p {
 
    color: #fff;
 
}

 

.card-text:last-child {
 
    font-size: 11px;
}

.swith-car{
	display:none;
}

.card-img, .card-img-top {
    height: 150px;
}

}


@media (max-width:992px) {
    .navbar-brand{
        position: relative;
    }
    .navbar-toggler {
        background-color: #ffc107;
    }

    .calls{
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}