@import url('https://fonts.googleapis.com/css?family=raleway:400,400i,700,700i');


.slide{ background-image: linear-gradient(90deg, rgba(20 70 135 / 100%), rgba(17 151 238 / 70%)), url(../img/img/bg-slider.png);  background-repeat: no-repeat; background-size: cover;  padding:130px 0px;   }
.slide h4{ color:#f16f00; font-size: 20px;  font-weight: 600;}
.slide h1{ 
    color:white;
    font-weight:800;
    font-size:6rem !important;
    font-family:Raleway;
     }

.slide p{ color:white;
    margin-bottom:40px;
    font-size:18px;
     }
.slide a{
    padding:15px 35px;
    color: white;
    text-decoration: none;
    background-color:#f16f00 ;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
     }




.slideimg img{ width:100%;  }


.div2 h1{
    font-size: 40px;
    font-weight: 700;
}


.div2{text-align: center; padding:100px 0px;}
.div2 hr{position: relative; left: 34%; width: 500px;}
.div2 a { text-decoration:none; background-color:#1197ee; padding :9px 15px;  color: white; }

.div2 .col-lg-4 strong{ color:blue; }

.div2 .col-lg-4 p{padding: 10px 10px;}

.div2 .div3 {border: 1px solid #d9d9d9; padding:20px; margin-top:20px; }
.div2 .div3 h3{ margin-top:20px; font-size: 19px; font-weight: 700;}

.server-area{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgba(231 246 253 / 90%), rgba(231 246 253 / 90%)), url(../img/server-section.png);
    background-repeat: no-repeate;
    background-position: center center;
    background-size: cover;
}

.server-align{
    position: relative;
    top: 150px;
    left: 7%;
    transform: translate(-5%, -7%);
}

.server-align h3{
    font-size: 40px;
    font-weight: 700;
}

.server-align p{
    margin-bottom: 20px;
}

.pricing-area{
    padding: 100px 0;
    text-align: center;
}

.pricing-area h2{
    font-weight: 700;
    font-size: 40px;
}

.pricing-box{
    margin-top: 30px;
    padding: 35px 15px;
    border: 1px solid #e7f6fd;
    text-align: left;
    border-radius: 5px;
}

.pricing-box:hover{
    box-shadow:0px 0px 15px 8px #fbfbfb;
}

.pricing-box h6{
    font-size: 25px;
    font-weight: 300;
    margin-top: 20px;
}

.pricing-box h2{
    font-size: 55px;
    color: #119ee7;
    margin-bottom: 15px;
}

.pricing-box h2 sub{
    font-size: 18px;
    color: #c0c0c0;
}

.pricing-box a{
    color: #fff;
    width: 100%;
    padding: 15px 0;
    background-color: #119ee7;
}

.pricing-box a:hover{
    color: #fff;
    background-color: #000;
}

.pricing-box ul{
    list-style: none;
    padding-inline-start: 0;
    margin-top: 15px;
}

.pricing-box ul li{
    margin-top: 15px;
    color: #898989;
}

.pricing-box ul li:before{
    content:'\2713';
    color: #119ee7;
    margin-right: 15px;
}




.center3{ padding:70px 150px; }
.center3 h5{ margin-bottom:20px; }
.center3 img{ height:85px; width:85px;float:left; margin-right:10px ;border-radius: 50%; background-color: #119EE7; padding: 10px;}
.centerunder:hover h6{ color:#119EE7;  }
.centerunder:hover img{ background-color:black;  }
.tab-feature{ border:1px solid #d9d9d9; border-bottom:none;}
.tab-feature .nav-tab li a{ text-decoration: none; color:#119ee7; text-align: center;}
.tab-content {border: 1px solid #d9d9d9; border-left:none ; border-right: none;}
.tab-feature .nav-tab .active{border-right: 1px solid #d9d9d9;}
.tab-feature .nav-tab li{padding:15px 25px;}
.tab-feature .tab-content a{ text-decoration: none; background-color:#119EE7; color:white; padding:10px; margin-top:20px }


a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #119ee7;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #119ee7;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;

}


.computer{ margin-top: 60px; background-color:#119ee7; padding:50px 200px; }

.footer1{ color:white; background-color:black;padding-top:60px; }

.footer1 a{ text-decoration:none; color:#727272;  }
.footer1 a:hover{ color:white; }
.footer1 p {  color:#727272 }
.footer1 ul{ list-style-type:none; padding-inline-start:0 }
.footer1 ul li{margin-top: 12px;}
 .footer1 .footer1button{ background-color:#119ee7; padding-right:15px; padding-left:15px; margin-bottom:60px; }
.footer1 input { padding:10px 10px 10px 4px; }
.footer1 .bordrhover a{ text-decoration:none; color:white; }
.footer1 .bordrhover:hover a{ color:#119ee7; }
.footer1 p span{ font-size: 14px;
    font-weight: normal;
     }

    .footer1 .bordrhover img{ float:left; margin-right: 25px;}
    .footer1 .bordrhover{ align-content:center;  }
.footer1 .bordrhover:hover img{ border:solid 2px #199ee7; }



.footr{  }
.footr p{ float:left; color:white; }
.footr img{ margin-left:20px; }
.footr hr{ margin-bottom:30px; }
.footr a{ color:white; padding:10px 25px; background-color:#8ac700; border-radius:4%; margin-left:40px; }



.Copyright1{ color: #727272; text-align:center; padding-top:1px; padding-bottom:9px; background-color:#2E2E2E; }
.Copyright1 a{color:#f16f00;}


@media only screen and (max-width: 768px){
	

	.div2 hr{
	   position: relative;
       left: 19%;
	}

	.div3{
		margin-bottom: 20px;
	}

    .slide h1{ font-size:2.5rem
     }
     
     .slide p{ font-size:14px; }
     
     .server-align{
         position: relative;
         top: 0px;
         left: 0px;
     }
     
     .server-align h3{
         font-size: 26px;
     }
     
     .server-align p{
         font-size: 14px;
     }
	

}

@media only screen and (max-width: 576px){

    

    .div2 hr{
    	width: 100px;
    	position: relative;
    	left: 35%;
    }

.center3 {
     padding: 70px 0px;
}

.computer{
	padding: 50px 0; 
    text-align: center;
}

.slideimg{
    margin-top: 50px;
}

.server-align img{
    marign-top: 60px;
}


}

