body {
   margin: 0;
   position: relative;
}

.contentRow {
   margin-top: 20px;
}
.wrappertest {
   padding: 0 15px;
}
.imageJumbo {
   margin-top: 98px;
   width: 100%;
   margin-left:auto;
   margin-right:auto;
   height: 356px;
   background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Images/MainBG.jpg") no-repeat center center ;
   background-size: cover;
   background-position: 50% 0%;
   background-repeat: no-repeat;
}
.imageJumbo h1 strong{
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 65px;
    padding-left:95px;
    color: #ffffff;

}
.imageJumbo h1{
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 65px;
    padding-top: 150px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

.imageJumbo p{
   padding-top: 10px;
 padding-left:115px;
 font-size: 18px;
 font-weight: 300;
 font-family: 'Lato', sans-serif;
     color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

.ServicesImages {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-radius: 12px;
    background: #73AD21;
    padding: 0px;
}
.secondRow {
   margin-top: 20px;
   
}

.thirdRow {
   margin-top: 20px;
}
.imgs {
   height: 160px;
   max-width: 454px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-radius: 12px;
    padding: 0px;
}
.imgs:hover {
   opacity: 0.5;
}
.img1 {
   background: url('../Images/Domainnames.jpg') no-repeat center center;
}
.img2 {
   background: url('../Images/Unix1.jpg') no-repeat center center;
}
.img3 {
   background: url('../Images/Linux.jpg') no-repeat center center;
}
.img4 {
   background: url('../Images/Virtualisation.jpg') no-repeat center center;
}
.img5 {
   background: url('../Images/SSL.jpg') no-repeat center center;
   height: 160px;
   max-width: 700px;
   margin-bottom: 20px;
}
.ImagesIndex {
   cursor: pointer;
}



.tp-bannershadow.tp-shadow1 {
    background: url(../Images/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 30px;
    bottom: -30px;
}
.indexHead {
   border-bottom: solid 1px #e7e7e7;
   margin-bottom: 10px;
}
.indexHead h1 strong{
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 45px;
    color: #2a5a85;

}
.indexHead h1{
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 45px;
    color: #333;
    text-shadow: 1px 1px 1px #000;
}
.imagesRow {
   margin-bottom: 20px;
   margin-right: 0 !important;
   margin-left: 0 !important;
}
.indexHead p{
   padding-top: 7px;
 font-size: 22px;
 font-weight: 300;
 font-family: 'Lato', sans-serif;
     color: #333;
    margin-bottom: 20px;
}
.indexContent {

   margin-bottom: 30px; 
}
.indexContent h2{
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 40px;
    color: #333;
    text-shadow: 1px 1px 1px #000;
   
}
.indexContent h2 strong{
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size:40px;
    color: #2a5a85;
   
}
.indexContent p{
     font-size: 16px;
      font-family: 'Lato', sans-serif;
         color: #333;
      margin-bottom: 20px;
   
}
.indexContent ul li{
   
       font-size: 16px;
       font-family: 'Lato', sans-serif;
       color: #333;
       margin-bottom: 10px;
}
.imageCol {
   margin-right: 0;
   padding-right: 0;
}
@media only screen and (max-width: 1200px) {
    .contentRow {
    margin-top: 50px;
}
.imageCol {
   margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
   .imageJumbo h1 strong{
font-size: 45px;
padding-left:50px;

}
.imageJumbo h1{
font-size: 45px;
}

}
@media only screen and (max-width: 380px) {

.imageJumbo h1 strong{

padding-left:0px;

}
.imageJumbo h1{
padding-left:50px;
}


}