@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    
}
:root{
    --main_theme_color:#00AFF3;
}
/* ------------------------- Main Header------------------------------ */
body{
    background-image: url('images/back.jpg');
}
.mainHead
{
    width: 100%;
   padding: 50px 0px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: var(--main_theme_color);


}
.mainHead img{

height: 80px;

}

.homeIcon {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;

}
.homeIcon 
.custom_home{
    color: #fff;
    font-size: 25px;
}

.preVbutton{
    position: absolute;
    top: 10;
    right: 0;
}
.mainHead h2{
    margin-bottom: 0;
    font-size: 2rem;
}

/* ------------------------- Second Section ------------------------------ */

.MainSection{
    width: 100%;
    padding: 20px 0px ;

    background-image: url('images/back.jpg');
}

.curvedLine
{
    width: 120%;
    height: 30px;
    background: #00AFF0;
    transform: rotate(-7deg);
    z-index: 9;
    margin-left: -20x;
} 
.card{
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 10px!important;
    height: 100%;
}
.card:hover >  .curvedLine{
    transform: rotate(180deg);
}
.bottomArea{
    background: black;
    margin-top: 0px;
padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    
  

}
.card:hover > .bottomArea::before {
    transform: rotate(0deg);
}
.bottomArea::before{
    content: '';
    position: absolute;
    background-color: #00AFF0;
    top: -28px;
    left: -10px;
    width: 110%;
    height: 52px;
    transform: rotate(
-7deg
);
    z-index: 0;
    transition: all .5s ease 0s;
     -webkit-transition: all .5s ease 0s;

}
.bottomArea h3{
    text-align: center;
    color: orange;
}
.bottomArea p{
    padding: 20px;
    color: white;
    transition: all .5s ease 0s;
     -webkit-transition: all .5s ease 0s;
}
.bottomImg{
    padding: 43px 0px;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    z-index: 99;
   
}
.bottomImg img{
    z-index: 99;
  
    filter: invert(1);
   
}

/* .btnBox{
    justify-content: center;
    align-items: center;
  
} */
.card:hover > .bottomArea p {
    display: none;
    visibility: hidden;
}


.btn-custom{
    
   
    color: orange;

    
    border-radius: 5px;
    text-decoration: none;
    
    
    
}


.bottomArea .btnBox{
    position: absolute;
    bottom: -20%;
    left: 33%;
    z-index: 9;
    transition: 0.5s ease;
}
.bottomArea:hover .btnBox{
    border: 1px solid orange;
    padding: 10px;
    border-radius: 10px;
bottom: 10%;
transition: 0.5s ease;
}




footer{
    width: 100%;
    background-color:var(--main_theme_color);
    padding: 10px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
   
    

}



.footerContent{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p{
    color: #fff;
    text-transform: uppercase;
    
}


/* ------------------------------------page Brochure--------------------------------------- */
.mainHead .singleLine{
    border-left: 2x solid #fff;
}
.mainHead .headLogoArea{
    display: flex;
    justify-content: center;
    align-items: center;
}
.headLogoArea
.vertiLine{
    background-color: #fff;
   position: relative;
   
}

.headLogoArea
.vertiLine::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10;
     bottom: -31px;
    width: 7px;
    height: 60px;
    background-color:#fff;
    margin-right: 10px;
}



.mainHead h2{
    color: #fff;
    display: inline;
    text-transform: uppercase;
    font-weight: bolder;
    margin-left: 15px;

    
}

.MainSectionService{
    width: 100%;
    padding: 40px 0px;

}

.MainSectionService a{
    text-decoration: none;
    color: black;
}
.MainSectionService a:hover {
    color: black;
}
.servicesBox
{
    width: 350px;
    /* height: 400px; */
    padding: 50px 0px;
    background-color:#fff;
    border: 1px solid lightgray;
    border-right: 2px solid gray;
    border-bottom: 3px solid gray;

    border-radius: 10px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesBox::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
  
    
}

.servicesBox:hover:after{
    background-color:rgb(5 81 96 / 41%);
    padding: 40px;
    padding: 50px ;
    z-index: 8;
    
    
}

.servicesBox::before{

    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 20px;
    width: 90%;
    height: 90%;
    transition: all 0.5s ease;
    margin: auto;
    padding: 10px;
}

.servicesBox:hover:before{
    border: 4px solid #fff ;
    z-index: 99;
    
    
}
.servicesBox .serviceContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.servicesBox .serviceContent h2{
    font-size: 62px;
    color: orange;
    font-weight: 700;
}
.servicesBox .serviceContent p{
    font-weight: 600;
}
.servicesBox .centerImage i{
    font-size: 50px;
    color: #fff;
}

.servicesBox .centerImage {
    position: absolute;
    top:-20%;
    left: 42%;
    z-index: 9;
    transition:  0.5s ease;
   
}

.servicesBox:hover .centerImage {
       top: 41%;
    transition:  0.5s ease;
    

}


.servicesBoxPort{
    width: 400px;
    height: 400px;
    background-color:#fff;
    border: 1px solid lightgray;
    
    

    border-radius:50%;
    overflow: hidden;
    position: relative;
}


.servicesBoxPort::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
  
    
}

.servicesBoxPort:hover:after{
    background-color:rgb(5 81 96 / 41%);
    padding: 40px;
    padding: 50px ;
    z-index: 8;
    
    
}

.servicesBoxPort::before{

    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 20px;
    width: 350px;
    height: 350px;
    transition: all 0.5s ease;
    margin: auto;
}

.servicesBoxPort:hover:before{
    border: 4px solid #fff ;
    z-index: 99;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    
    
}
.servicesBoxPort .serviceContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.servicesBoxPort .serviceContent h2{
    font-size: 62px;
    color: orange;
    font-weight: 700;
}
.servicesBoxPort .serviceContent p{
    font-weight: 600;
}
.servicesBoxPort .centerImage i{
    font-size: 50px;
    color: #fff;
}

.servicesBoxPort .centerImage {
    position: absolute;
    top:-20%;
    left: 42%;
    z-index: 9;
    transition:  0.5s ease;
   
}

.servicesBoxPort:hover .centerImage {
       top: 41%;
    transition:  0.5s ease;
    

}

/* ------------------------------------Services & vps -------------------------------------- */

.vps_services .headingVps{
    
    padding: 6px 0px ;
    background-color: white;
    color: black;
    font-weight: bolder;
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid black;
  
}
.vps_services .custom-row{
    width: 98%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.vps_services   .tabMenuContent{

    background-color: #EEEEEE ;
}

.nav-pills{
    height: 100%;
    width: 200px;
    background-color:#EEEEEE    ;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #00aff3!important;
}

.nav-pills .nav-link {
    border-bottom: 1px solid lightgray!important;
    border-radius: 0px!important;

}
.tab-content {
    
    width: 79% !important;}

.tabBox{
    width: 100%;

    padding: 10px;
    border: 2px solid black;
}

.tabMenuContent{
    background-color: #EEEEEE;
}

.tablistDesign{
    margin: auto;
}

.tablistDesign ul{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.tablistDesign ul li {
   margin: 10px ;
    width: 30%;
    padding: 20px 10px 2px;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fdfdfd;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
  
    min-height: 150px;
  
    
    color: #444;
}

.tablistDesign ul li span{
    margin-top: 5px;
    font-size: 14px;
    margin: 30px 0px;
}
.tablistDesign .iconBox{
    height: 60px;
    width: 60px;
    margin: auto;
}
.tablistDesign .iconBox img{
    width: 100%;
}

.certifiedImages{
    display: flex;
    padding: 10px;
    justify-content: center;
}

.certifiedImages img{
    height: 80px;

}

.rightMarketBox{
    background-color: #E7E7E7;
    height: 100%;
}
.rightMarketBox h4{
    margin-left: 10px;
}

.listofdigital ul li{
    padding: 5px;
    font-size: 14px;
}

.vps_services .tabMenuContent {
    background-color: #EEEEEE ;
    height: 100%;}

    .tab-content{
        background-color: #fff;
        width: 100%;
    }