/* section 1 start here */
#section1{
	margin-top: 100px;
	margin-bottom: 100px;
}

#section1 h1{
	color: #242424;
	font-size: 39px;
    font-weight: 800;
    line-height: 1.2em;
    margin: 0 0 16px;
    text-align: left;
}
#section1 p{
	color: #7e7e7e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 0;
    text-align: left;
}
#btn-holder{
	margin-top: 55px;
}
#btn-holder .btnstyle{
    border-width: 0 !important;
    border-radius: 30px;
    box-shadow: 0 10px 37.2px 2.8px rgba(56,2,144,.2);
        
    font-size: 18px;
    font-weight: 600 !important;
    padding: 19px 30px !important;
    transition: all .3s;
    text-transform: uppercase;
    min-width: 29%;
    float: left;
    border-style: solid;
    border-color: #c51e3a;
    text-align: center;
}
#section1 .btnstyle:hover{
	text-decoration: none;
}
#btn-holder .btn1{
	background: #6a62fe;
	color: #fff;
	margin-right: 30px;
}
#btn-holder .btn2{
	background: #ffffff;
	color: #6a62fe;
}
.sec1_img {
    vertical-align: middle;
    display: inline-block;
    /* height: auto; */
    /* max-width: 100%; */
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: 238px;
}
    
/* section 1 end here */
/* section 2 start here */

#section2 .h5head{
	color: #6a62fe;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 10px;
    text-align: center;
}
#section2 .h1head{
	color: #1b3a4e;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

#section2 #sec2heading{
	margin-bottom: 50px;
}
#section2 .sec2body{
	margin-bottom: 80px;
}
#section2 .boxes{
	text-align: left;
	color: #708791;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.05);
    padding: 27.5px 20px;
    min-height: 210px;
    margin-top: 20px;
    min-height: 215px;
}
#section2 .boxes:hover{
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) and (max-width: 1199px){
    .sec3btns{
        display: inline-block;
    }
}
@media (min-width: 768px){
	#section2 .boxes{
	-webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
	}	
}
.boxes figure{
	width: 18%;
	margin-right: 28px;
	display: inline-block;
	text-align: left;
}
.boxes img {
    transition-duration: .3s;
    /* height: auto; */
    /* max-width: 100%; */
    border: none;
    border-radius: 0;
    vertical-align: middle;
    width: 100px;
    text-align: left;
    width: auto;
    height: 40px;
}

.sec2box_content{
	width: 100%;
	text-align: left;
}

.sec2box_content h3 {
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    /*margin-left: 16px;*/
}
.sec2box_content p{
	color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top:15px;
}

/* section 2 end here */
/* section 3 start here */
#section3{
	background-color: #F0F5FC;
	padding-bottom: 70px;
}
.sec3h5{
	    margin-bottom: 38px;
	    margin-top: 50px;
    color: #ff8a00;
    font-size: 28px;
    line-height: 28px;
}
.sec3h1{
	margin-bottom: 24px;
	    font-weight: 700;
	    font-size: 45px;
    line-height: 52px;
    margin-top: 20px;
    color: #3b368c;
}
#section3 p{
	font-size: 18px;
    color: #504c89;
    line-height: 30px;
}
.sec3btns{
	margin: 10px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    padding: 11px 34px;
    border-radius: 25px;
}
.sec3btns:hover {
    text-decoration: none;
}
#sec3btn1{
	background: -webkit-linear-gradient(-65deg,#c165dd 0,#1153fc 100%);
    box-shadow: 0 10px 7px 0 rgba(17,83,252,.35);
    color: #fff;
    border: none;
}
#sec3btn2{
color: #3b368c;
    border: 1px solid #d4cff4;
}
#sec3btn2:hover{
    box-shadow: 0 17px 24px 0 rgba(18,83,252,.51);
}
.sec3-img-holder{
	margin: 80px 0;
}
/* section 3 end here */
/* section 4 starts here */
#section4{
	padding: 50px 0px;
	background-color: #F8F8F8;
}
#section4 h2{
	text-align: center;
	color: #423f4f;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.box-wrapper{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.sec4boxes{
	text-align: center;
	color: #423f4f;
	padding: 20px;
	min-height: 460px;
}

.sec4boxes h5{
    color: #6a62fe;
    font-size: 24px;
    font-weight: 500;
    line-height: 2em;
}
.sec4boxes sup{
	font-size: 22px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -31px;
}
.sec4boxes sub{
	font-size: 22px;
    font-weight: 400;
	}
.sec4boxes span {
	color: #423f4f;
	font-size: 45px;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: 1px;
}
.price_holder{
	margin-bottom: 15px;
}
.sec4boxes p{
	font-size: 18px;
}
.btn_details{
	background: #1b3a4e;
	background-color: #fff;
    color: #6a62fe;
    padding: 8px 30px 8px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 35px 35px 35px 35px;
    box-shadow: none;
    text-decoration: none;
    border: 3px solid #6d7d9a;
    display: inline-block;
    transition: all 0.3s;
}
.btn_details:hover{
	background-color: #6a62fe;
    color: #ffffff;
    padding: 8px 30px 8px 30px;
    border: 3px solid #6a62fe;
    box-shadow: none;
    text-decoration: none;
}
.sec4boxes:hover{
	background-color: #6a62fe;
	color: #fff;
}
.sec4boxes:hover span,.sec4boxes:hover .sec4h5{
	color: #fff;
}
.sec4boxes:hover .btn_details{
	border-color: #fff;
	background-color: #6a62fe;
	color:#fff;
}
/* section 4 end here */
/* section 5 start here */
#section5{
    padding: 50px 0px;
    background: url(../img/vps-cloud/sec5bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px !important;
}
#section5 h2{
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 50px;
    padding-top: 150px;
    color: #403663;
    font-weight: 400;
    margin: 0.25em 0 0.25em;
}

#section5 p{
    margin-bottom: 35px;
    font-size: 18px;    
    margin: 0 0 15px;
    color: rgba(64, 54, 99, 0.8);
    line-height: 26px;
}
#section5 ul{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    list-style: none;
    outline: none;
}
#section5 ul li{
    padding: 9px 0;
    font-size: 17px;
    padding-left: 30px;
    position: relative;
    color: #403663;
    font-weight: 600;
}
#section5 ul li::before {
    content: "\f00c" !important;
    margin-right: 20px;
    top: 50%;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    color: #49bcf7;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
}
.sec5btn{
    margin-top: 50px;
    background: #49bcf7;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px 0px rgba(255, 137, 110, 0.5);
    padding: 18px 42px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
}
.sec5btn:hover{
    text-decoration: none;
    background: #6a62fe;
    color: #ffffff;
}
/* section 5 end here */
/* section 6 start here */

#section6{
        margin: 50px auto;
}
#section6 h2{
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 30px;
        margin: 30px auto;
        text-align: center;
    }
    .service-item{
        background-repeat: no-repeat;
    background-position: 10px 20px;
    background-size: 64px;
        min-height: 200px;
        background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    
    text-decoration: none;
    display: block;
    padding: 20px 20px 20px 90px;
    border-radius: 5px;
    color: #337ab7;
    font-size: 14px;    
    text-decoration: none;
    width: 100%;
    }
    .service-item:hover{
        text-decoration: none;
    }
    .fh5co-text {
    padding: 5px 0;
}
#section6 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#section6 span {
    color: #666;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.7px;
        line-height: 1.42857143;
}
/* section 6 end here */

/*responsive design*/
    @media screen and (max-width: 330px){
        #btn-holder .btnstyle{
            display: block;
            margin-right: 20%;
            margin-left: 20%;
        }
        #btn-holder .btn2{
            margin-top: 20px;
        }
    }
    
        /* header{
            min-height: 47px;
        } */
        #section1{
            margin-top: 0px; margin-bottom: 50px;
        }
        #sec1left h1, #sec1left p, #btn-holder{
            text-align: center;
        }
        #sec1left h3 {
    text-align: center;
}
        #btn-holder a {
            float: none !important;
        }
		#sec1left{
            margin-top: 45px;
        }
        #sec1right{
            margin-top: 70px; text-align: center;
        }
		/*#sec1right img{*/
  /*          width: 60%;*/
  /*      }*/
        #section2 .boxes, .sec2box_content{
            text-align: center !important;
            min-height:257px;
        }
        #section3{
            text-align: center;
        }
        #section3 img{
            width: 100%;
        }
        .sec3btngrp{
            display: grid;
        }
        #section4{
            padding: 0px 0px !important;
        }
        #section5 h2{
            text-align: center;
            padding-top: 0px !important;
        }
        #section5 p{
            text-align: center;
        }
        #section5 ul{
            margin-left: 20%;
        }
        #sec5_btn_holder{
            text-align: center;
        }
      #sec5imgholder {
    margin-top: 16px;
    margin-left: 15px;
}
      #sec5imgholder img {
    width: 100%;
    border-radius: 19px;
}
        #section6{
            margin: 0px auto !important;
        }
        #section6 .service-item{
            margin-bottom: 30px !important;
        }
		#section2 .h1head{font-size: 35px; line-height: 1;}
		#section2 .h5head{margin-bottom: 0;}
		#section2 #sec2heading{margin-bottom: 20px;}
		.boxes figure{width: 13%;}
		.boxes figure{margin-right: 0;}
.content_img{ text-align: center; margin-bottom: 0!important}
.content_img img{width: 60%!important;}
#section4{padding-top: 50px!important;}

    }
    /* responsive design*/

@media screen and (max-width: 576px){
	    #section2 .boxes {
			-webkit-box-align: start;
			align-items: flex-start;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			flex-direction: row;
			display: flex;
		}
	.sec3-img-holder{text-align: center;}
	.sec3-img-holder img{width: 60%!important;}

	
}   

@media(max-width:575.5px){
    	#section4 {
    padding-top: 64px !important;
        padding-bottom: 63px !important;
}
#section4 h2 {
   
    font-size: 35px;
    padding-bottom: 15px;
   
}
#section2 .boxes, .sec2box_content {
 
    min-height: 158px !important;
}
section#section2{
    margin-top:2.5rem !important;
}
}


/*new css here VPS Microcraft */
#sec2heading .boost{
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
   text-align:center;
   padding-top:10px;
}
.powrful h2 {
    margin-bottom: 10px !important;
}

.powrful .powerful-para{
     color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
   text-align:center;
}

























