html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.wppp{
    text-decoration: none;
    color: #fff;
}

.phone a{
    text-decoration: none;
    color: #000;    
}

.banner-button-wrap a{
    text-decoration: none;
    color: #fff;
}

header{
    width: 100%;
    height: 100px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo{
    width: 7%;
    margin-top: 15px;
}

.logo img{
    width: 100px;
}

.logo-text{
    width: 20%;
    font-family: Gotham-Light; 
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}

.adres{
    width: 25%;
    font-size: 12px;
    font-family: Gotham-Medium; 
    line-height: 20px;
    background: url(img/map.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 45px;
    margin-top: 25px;
}

.adres span{
    font-family: GTEestiProDisplay-Light; 
    font-size: 13px;
    color: grey;
}

.phone{
    width: 20%;
    font-size: 16px;
    font-family: Gotham-Bold; 
    line-height: 20px;
    margin-top: 25px;
    text-align: right;
}

.phone span{
    font-family: Gotham-Light; 
    font-size: 12px;
    color: grey;
}

.header-button{
    background: -webkit-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: -moz-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 22px;   
}

.header-menu{
    width: 100%;
    height: 40px;
    color: #34373b;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #b9b9b952;
    border-bottom: solid 1px #b9b9b952;
}

.header-menu a{
    text-decoration: none;
    color: #616161;
}

.header-menu a:hover{
    color: #B00000;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 14px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #34373b;
    padding-left: 0px;
    text-transform: uppercase;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

.banner{
    background: url(img/large-modern-warehouse-theme-blur-background.jpg);
    background-size: cover;
    background-position: left 0px top 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 520px;
    margin-top: 10px;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.round{
    position: absolute;
    top: 50px;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #08429869;
    z-index: 999;
}

.banner .left{
    width: 50%;
}

.banner-text{
    font-size: 16px;
    line-height: 22px;
    font-family: Gotham-Light; 
    text-align: left;
    padding-top: 20px;
    color: #fff;
}

.banner-title{
    font-size: 28px;
    line-height: 40px;
    font-family: Gotham-Bold; 
    text-align: left;
    padding-top: 100px;
    text-transform: uppercase;
    color: #fff;
}

.banner-title span{
    font-size: 24px;
    font-family: Gotham-Light;
    position: relative;
    color: #fff;
    text-transform: none;
}

.banner .right{
    width: 50%;
}

.banner-img{
    width: 90%;
    margin: 100px 0 0 65px;
}

.banner-img img{
    width: 100%;
    border-radius: 16px;
}

.banner-button-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin-top: 20px;
}

.banner-button{
    background: -webkit-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: -moz-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 22px; 
}

.banner-button-2{
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 22px; 
}

.about{
    padding: 80px 0 40px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 40%;
}

.about-number{
    color: grey;
    font-size: 120px;
    font-family: Gotham-Bold; 
}

.about-number span{
    font-size: 28px;
    font-family: Gotham-Light;
    color: #386384; 
    position: relative;
    top: 15px;
}

.about-number-text{
    font-size: 32px;
    font-family: Gotham-Light; 
    position: relative;    
    width: 100%;
    top: -50px;
    color: grey;
}

.about .right{
    width: 60%;
}

.about h3{
    font-size: 52px;
    font-family: Gotham-Light;
    color: #386384;    
}

.about p{
    font-size: 20px;
    font-family: Gotham-Light;   
}

.about-button{
    background: -webkit-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: -moz-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px; 
}

.about-bottom{
    padding: 20px 0 80px 0;
}

.about-bottom .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-bottom-item{
    width: 31%;
    border-radius: 16px;
    padding: 20px 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.about-bottom-item .top{
    font-size: 54px;
    color: #386384;
    font-family: Gotham-Bold;
    text-align: center; 
    margin: 0 auto;
}

.about-bottom-item .bottom{
    font-size: 20px;
    color: #000;
    font-family: Gotham-Light;
    position: relative; 
    top: -20px;
    text-align: center;
    margin: 0 auto;
    color: grey;
}

.client{
    padding: 20px 0 80px 0;
}

.client .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.client h1 {
    font-size: 54px !important;
    color: #212529cf;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

.client img{
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.clinet-title{
    width: 100%;
    font-size: 26px;
    color: #000;
    font-family: Gotham-Light; 
    padding-bottom: 50px;   
}

.cl-item{
    width: 24%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}

.cl-item img{
    width: 150px;
}

.services{
    padding: 40px 0 80px 0;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.sr-title{
    width: 100%;
    font-size: 26px;
    color: #000;
    font-family: Gotham-Light; 
    padding-bottom: 50px;   
}

.services h1 {
    font-size: 54px !important;
    color: #212529cf;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

.sr-item{
    width: 48%;
    height: 280px;
    background: #0d6efd1c;     
    border-radius: 16px;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}    

.sr-number{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 78px;
    font-family: Gotham-Bold; 
    color: #8420291f;
}

.sr-item .left{
    width: 20%;
}

.sr-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 20px;
    margin-top: 15px;
}

.sr-item .right{
    width: 65%;
}

.sr-item h3{
    font-family: Gotham-Bold; 
    font-size: 18px;
    padding-top: 20px;
    color: #212529;
    text-transform: uppercase;
}

.sr-item p{
    width: 90%;
    font-family: Gotham-Light; 
    font-size: 15px;
    padding-top: 15px;
}

.sr-button{
    background: -webkit-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: -moz-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px; 
}

.center{
    padding: 80px 0 80px 0;
}

.center .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.center h1 {
    font-size: 54px !important;
    color: #212529cf;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

.cn-item{
    width: 32%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 30px;
} 

.cn-item .top{
    width: 100%;
    height: auto;
}

.snimg{
    width: 95%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
}

.cn-item .bottom{
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.cn-item .bottom h3{
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Medium; 
    font-size: 18px;
    padding-bottom: 10px;
}

.cn-item .bottom p{
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-size: 14px;
    padding-top: 10px;
}

.cn-button{
    border: solid 1px #B00000;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #B00000;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 25px; 
}

.sr-line{
    width: 150px;
    text-align: left;
    height: 3px;
    background: #4034f2;
    border-radius: 16px;
    margin-left: 20px;
}

.lis{
    padding: 20px 0 80px 0;
}

.lis .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lis h1 {
    font-size: 54px !important;
    color: #212529cf;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

.carousell{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;    
}

.items{
    width: 24%;
    height: auto;
    margin-top: 30px;
}

.items img{
    width: 95%;
    border-radius: 16px;
}

.offer{
    padding: 150px 0 110px 0;
    background: url(img/environmental-pollution-factory-exterior-night.jpg);
    background-size: 130%;
    background-position: right 0px top 110px;
    background-repeat: no-repeat;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 70%;
}

.offer-title{
    font-family: Gotham-Medium; 
    font-size: 44px;
    padding-top: 60px;
    line-height: 52px;
    color: #000;
}

.offer-sm-title{
    font-family: Gotham-Light;  
    font-size: 26px; 
    padding-top: 10px;  
    color: #000;
}

.offer form{
    width: 80%;
    font-family: Gotham-Light; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: Gotham-Light; 
    border-radius: 12px;
}

.offer p{
    font-family: Gotham-Light; 
    font-size: 12px;     
}

.offer-button {
    border-radius: 12px;
    width: 300px;
    height: 50px;
    color: #000;
    font-family: Gotham-Medium;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

footer{
    width: 100%;
    padding: 50px 0 80px 0;
}

footer .container h1 {
    font-size: 54px !important;
    color: #212529cf;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

footer .left{
    width: 100%;
}

.footer-left-wrapper {
    width: 100%;
    padding: 50px 0 30px 0px;
    background: white;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    align-content: center;    
}

.footer-top-title{
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-family: Gotham-Light; 
}

footer .right{
    width: 100%;
}

footer .right iframe{
    width: 100%;
    height: 400px;
    border-radius: 30px;
}

.footer-content-phone{
    width: 24%;
    height: 80px;
    background: url(img/call.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;
}

.footer-content-mail{
    width: 24%;
    height: 80px;
    background: url(img/location.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;    
}

.footer-content-wp{
    width: 24%;
    height: 80px;
    background: url(img/email.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;     
}

.footer-title{
    font-family: Gotham-Light; 
    font-size: 15px; 
    text-align: left;     
}

.footer-text{
    font-family: Gotham-Medium; 
    font-size: 17px; 
    text-align: left;     
}

.footer-button{
    background: -webkit-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: -moz-linear-gradient(45deg, rgb(47, 25, 242), rgb(185, 240, 242));
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px; 
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/phonee-call.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.calc{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.calc form{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    background: #34383dc7;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;        
}

.calc form > input{
    width: 30%;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: Gotham-Light;
}

.calc-button{
    background: linear-gradient(45deg, rgb(0 161 195), rgb(185, 240, 242));
    border-radius: 8px;
    padding: 10px 10px;
    color: #fff;
    width: 30%;
    height: 65px;
    font-family: Gotham-Medium;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}


