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

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

.mob-menu{
    display: none;
}

.waa{
    text-decoration: none;
}

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

.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f2021cc;
}

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

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

.logo img{
    width: 170px;
}

.logo-text{
    width: 15%;
    margin-top: 29px;
    font-family: Gotham-Light; 
    font-size: 11px;
    line-height: 15px;
    color: #000; 
    text-align: right;   
}

.phone{
    width: 15%;
    margin-top: 20px;
}

.phone p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/phone-call.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

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

.email{
    width: 25%;
    margin-top: 20px;
}

.email p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/email.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.email span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.header-button{
    background-color: #16a34a;
    background-image: url(img/next2.png);
    background-repeat: no-repeat;
    background-position: right 15px top 10px;
    background-size: 26px;
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 15px;
    margin-top: 10px;
    border-top: solid 1px #b9b9b9;
}

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

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

.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: 11px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
}

.banner{
    width: 100%;
    height: 600px;
    background: url(img/data-center.jpg);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: top 30px right 115px;
    position: relative;
}

.banner-ic{
    position: absolute;
    top: 60px;
    left: 750px;
}

.banner-ic img{
    width: 150px;
}

.banner-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannertitle{
    width: 70%;
    text-align: left;
    font-size: 54px;
    font-family: Gotham-Bold; 
    color: #006726bd;
    padding-top: 50px;
}

.banner span{
    font-size: 36px;
    color: #8e6969;
    line-height: 42px;
    font-family: Gotham-Light;
}

.bannersmtitle{
    width: 70%;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-family: Gotham-Medium; 
    color: #000;
    padding-top: 30px;
}

.banner ul{
    padding-left: 0rem;
    width: 100%;
}

.banner li{
    list-style: none;
    font-family: Gotham-Light;
    font-weight: 700; 
    background: url(img/icon1.png);
    background-position: left 0px top 17px;
    background-size: 15px;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-size: 20px;
}

.banner-button-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
}

.banner-button-1 {
    background: #16a34a;
    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: 15px;
}

.banner-button-2 {
    background-color: #dee2e6;
    background-image: url(img/next.png);
    background-repeat: no-repeat;
    background-position: right 15px top 8px;
    background-size: 30px;
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: left;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 20px;
}

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

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

.about .left{
    width: 50%;
}

.about .left img{
    width: 90%;
    border-radius: 16px;
}

.about .right{
    width: 50%;
}

.about p{
    font-family: Gotham-Medium; 
    font-size: 20px;
    padding-bottom: 30px;
    color: #636464;
}

.about-title{
    font-family: Gotham-Medium; 
    font-size: 24px;   
    padding-bottom: 20px; 
}

.about ul{
    padding-left: 0rem;
}

.about ul > li{
    list-style: none;
    font-size: 17px;
    font-family: Gotham-Light;
    background: url(img/next.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 27px;
    background-size: 16px;
    padding-top: 10px;    
}

.about span{
    font-family: Gotham-Light;
    font-weight: 700;
    color: #16a34a;
}

.about-button-1 {
    background: #16a34a;
    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: 30px;
    margin-left: 30px;
}

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

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

.serv-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-top: 80px;  
}

.serv-item .left{
    width: 50%;
}

.serv-item .left h2{
    font-size: 24px;
    font-family: Gotham-Bold;
}

.serv-item .left p{
    font-family: Gotham-Medium;
    padding-top: 15px;
}

.serv-item .left ul{
    padding-left: 0rem;
}

.serv-item .left ul > li{
    list-style: none;
    font-size: 17px;
    font-family: Gotham-Light;
    background: url(img/next.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 27px;
    background-size: 16px;
    padding-top: 10px;    
}

.serv-item .right{
    width: 50%;
    height: 350px;
    border-radius: 16px;
    text-align: right;
}

.serv-item .right img{
    width: 90%;
    border-radius: 8px;
    position: relative;
    top: 100px;
}

.serv-button {
    background-color: #dee2e6;
    background-image: url(img/next.png);
    background-repeat: no-repeat;
    background-position: right 15px top 8px;
    background-size: 30px;
    border-radius: 30px;
    padding: 11px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: left;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.banner-icon{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(img/v1069-001.jpg) center/cover;
}

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

.banner-bottom-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 31%;   
    border-radius: 16px; 
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 10px 5px 10px -4px rgba(34, 60, 80, 0.2);
}

.banner-bottom-item .left{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.banner-bottom-item .left img{
    width: 58px;
}

.banner-bottom-item .right{
    width: 65%;
    padding-top: 5px;
}

.banner-bottom-item .right p{
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    width: 90%;
    padding-top: 20px;
}

.left-num{
    font-size: 54px;
    text-align: center;
    font-family: Gotham-Bold; 
}

.bs-form{
    padding: 40px 0 80px 0;
}

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

.bs-form .left{
    width: 45%;
}

.bs-form h3{
    font-family: Gotham-Bold;
    font-size: 48px;
    line-height: 54px;
    padding-top: 140px;
}

.bs-form p{
    font-family: Gotham-Medium;
    font-size: 28px;
    line-height: 34px;
    padding-top: 30px;
}

.bs-form .right{
    width: 50%;
}

.team{
    padding: 40px 0 40px 0;
}

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

.team-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    margin-top: 30px; 
}

.team-top-block{
    width: 45%;
    background: url(img/circle2.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 13px;
    padding-left: 25px;    
}

.team-top-block p{
    width: 100%;
    font-size: 18px;
    color: #071911;
    font-family: gilroy-bold; 
}

.team-top-block p > span{
    font-family: Gilroylight;
}

.team-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    margin-top: 30px;     
}

.team-item{
    width: 24%;
    margin-top: 40px;
}

.team-item .top{
    width: 200px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.team-item .top img{
    width: 100%;
}

.team-item .bottom{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.team-item h4{
    font-family: Gotham-Bold;
    font-size: 18px;
}

.team-item p{
    font-family: Gotham-Light;
    font-size: 14px;
}

.team-item p > span{
    font-family: Gotham-Medium;
    font-size: 16px;
}

.contact{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.contact .left{
    width: 40%;
    margin-top: 20px;
}

.contact .right{
    width: 60%;
    margin-top: 20px;
}

.contact h1{
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.contact iframe{
    width: 90%;
    height: 450px;
    border-radius: 30px;
}

.contact span{
    font-size: 14px;
    font-family: Gotham-Light;     
}

.cont-phone{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold; 
    background: url(img/phone-call.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;
}

.cont-adress{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/pin.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;      
}

.cont-social{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;        
}

.cont-mail{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/email.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;        
}

.cont-social p{
    font-size: 18px;
    font-family: Gotham-Bold;      
}

.cont-button{
    background: #16a34a;
    border-radius: 30px;
    padding: 13px 10px;
    color: #fff;
    width: 250px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    margin-top: 40px;
    margin-left: 30px;
    cursor: pointer;
}