.services {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.services .cover {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/img5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}

.services .content {
    width: 70%;
    min-height: 200px;
    margin-left: 15%;
    margin-right: auto;
}

.services .content h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.services .content h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

.services .content p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
}

.services .content p span {
    font-size: 1.2em;
    color: #00A4CE;
}

.space5 {
    height: 10vh;
}

.space10 {
    height: 10vh;
}

.lease {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.lease .content {
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}

.lease .content .column1 {
    display: grid;
    align-content: center;
}

.lease .content .column1 h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.lease .content .column1 h1 span {
    font-size: 1em;
    color: #00A4CE;
}

.lease .content .column1 h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.lease .content .column1 h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.lease .content .column1 p {
    line-height: 1.8;
}

.lease .content .column1 p a {
    text-decoration: none;
    color: #00A4CE;
    cursor: default;
}

.lease .content .column1 p i {
    font-size: 0.8em;
    color: #00A4CE;
    padding-right: 15px;
}





.security-content {
   background: url("../imagini/img7.jpg") ;
   background-size: cover;
   background-position: center;
   width: 100%;
   display: flex;
   position: relative;
   justify-content: space-around;
   border-top-left-radius: 400px;
   border-bottom-right-radius: 400px;
   box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
  
}
.security-contain{
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}



.lease-btn{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
 
}
.lease-btn .button{
    display: row;
    width: 100%;
    margin-top: 4%;
    
}
.tablea1{
    width:250px;
    
}

.contlea1{
    background: #fff;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
}
 .contactivelea1{
    background: #00A4CE;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
}

 .tabcontentlea1 {
  padding: 6px 12px;
  border-top: none;
}
 .tabcontentlea1 p{


}

.security-content .security-contain .security-column1 {
    width: 100%;
}

.security-content .security-contain .security-column2 {

    width: 100%;
}

.security-content .security-contain .security-column2 h1{
  color:white;
    text-align: center;
    font-size: 2.6em;
}

.security-content .security-contain .security-column2  h1 span {
    font-size: 1em;
    color: #00A4CE;
}

.security-content .security-contain .security-column2 p{
    color: white;
    font-size: 1.3em;
   
}

.security-content .security-contain .security-column2 li{
   color: white;
    margin-left: 20px;
}
.security-content .security-contain .security-column2 .lista2{
    margin-left: 20px;
}


.space11 {
    height: 7vh;
}
.space12 {
    height: 3vh;
}

.sec-btn{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
    
}
.sec-btn .button-sec{
    display: row;
    width: 100%;
    
}

.tabsec{
    float: left;
    width:250px;
    margin-top: 5%;
    
    
}

.contsec{
    background: #fff;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
}
.contactivesec{
    background: #00A4CE;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;

    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
}

.tabcontentsec{
  padding: 6px 12px;
  border-top: none;
  justify-content: center;
}
.tabcontentsec p{
margin-top:12%;
text-align: center;


}


.develop {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.develop .content {
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}

.develop .content .column1 {
    display: grid;
    align-content: center;
}

.develop .content .column1 h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.develop .content .column1 h1 span {
    font-size: 1em;
    color: #00A4CE;
}

.develop .content .column1 h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}


.develop .content .column1 p {
    line-height: 1.8;
}

.develop .content .column1 p a {
    text-decoration: none;
    color: #00A4CE;
    cursor: default;
}

.develop .content .column1 p i {
    font-size: 0.8em;
    color: #00A4CE;
    padding-right: 15px;
}


.dev-btn{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
    

}
.dev-btn .button-dev{
    display: row;
    width: 100%;
    
}

.tabdev{
    float: left;
    margin-left: 1%;
 margin-top: 4%;
    width:250px;
}

.contdev{
    background: #fff;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
}
.contactivedev{
    background: #00A4CE;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    
}

.tabcontentdev{
  padding: 6px 12px;
  border-top: none;

}
.tabcontentdev p{
margin-top:8%;
  

}

.space13 {
    height: 13vh;
}

.marketing {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.marketing .content-marketing {
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}

.marketing .content-marketing .column1 {
    display: grid;
    align-content: center;
   
}

.marketing .content-marketing .column1-marketing h1 {
    font-size: 3em;
    margin-bottom: 20px;
    padding-left: 10%;
}

.marketing .content-marketing .column1-marketing h1 span {
    font-size: 1em;
    color: #00A4CE;
}

.marketing .content-marketing .column1-marketing h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}


.marketing .content-marketing .column1-marketing p {
    line-height: 1.8;
    padding-left: 10%;
}

.marketing .content-marketing .column1-marketing p a {
    text-decoration: none;
    color: #00A4CE;
    cursor: default;
}

.marketing .content-marketing .column1-marketing p i {
    font-size: 0.8em;
    color: #00A4CE;
    padding-right: 15px;
}


.mark-btn{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
    

}
.mark-btn .button-mark{
    display: row;
    width: 100%;
    
}
.tabmak{
    float: left;
    margin-left: 10%;
   margin-top: 4%;
    width:250px;
}

.contmak{
    background: #fff;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
}
.contactivemak{
    background: #00A4CE;
    border: 1px solid #00A4CE;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
}

.tabcontentmak{
  padding: 6px 12px;
  border-top: none;
}
.tabcontentmak p{
margin-top:8%;
text-align: justify;

}

.space15 {
    height: 13vh;
}
.spacelea {
    height: 5vh;
}

@media (max-width: 1350px){
    .services {
    
        border-bottom-right-radius: 150px!important;
    }
  
    .services .content p {
        font-size: 0.8 em;
        line-height: 1.6;
        color: #fff;
        text-align: justify;
        
    }
    
    .services .content p span {
        font-size: 0.8em;
        color: #00A4CE;
    }

    .lease .content {
        display: flex;
        flex-direction: column;
     
    }
    .develop .content {
        display: flex;
        flex-direction: column;
    }
    .marketing .content-marketing{
        display: flex;
        flex-direction: column;
    }
}
