﻿/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* CSS Reset End */

/* Header Wrapper */
.mainheader 
{
	width: 100%;
	height: 60px;
	padding: 5px 0px 5px 0px;
	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}
/* Header Wrapper */

/* Toll Free */
.phonenumber
{
	color: white;
	font-size: 33px;
	text-align: top;
	vertical-align: middle;
	line-height: 54px;
	padding: 0px 10px 0px 0px; 
	
}
/* End Toll Free */

.loginregister 
{
	width: 100%;
	height: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

/* Count UP Counter */
.counter 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	color: gray;
  	font-size: 44px;
  	font-weight: bold;
}
counterheader {
	width: 100%;
	height: 100px;
	padding: 0px 0px 0px 0px;
}
.countertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
}
/* Count Up Counter End */

/* Banner Button*/
button 
{
    background-color: Transparent;
    background-repeat:no-repeat;
    border-radius: 10%;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    height:  50px;
    line-height:  40px;
    border:  2px solid white;
    display:  inline-block;
    float:  none;
    text-align:  center;
    width:  160px;
    padding:  0px!important;
    font-size:  14px;
    color:  #fff;
}

button:hover  
{
    border-radius: 10%;
	background: rgb(2,0,36);
	background: linear-gradient(260deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	border:  2px solid red;
}
/* Banner Button End */

/* Banner Button*/
bodybutton 
{
    background-color: Transparent;
    background-repeat:no-repeat;
    border-radius: 10%;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    height:  50px;
    line-height:  40px;
    border:  2px solid black;
    display:  inline-block;
    float:  none;
    text-align:  center;
    width:  200px;
    padding:  0px!important;
    font-size:  14px;
    color:  #000;
}
 
bodybutton:hover  
{
    border-radius: 10%;
    background: rgb(2,0,36);
	background: linear-gradient(260deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);  
	border:  2px solid red;
}
/* Banner Button End */


.expertise 
{
	text-align: center;
	padding: 53px 0px 53px 0px;

}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  margin: auto;
  width: 33%;
  height: 68px; 
}

.countercolumn {
	text-align: center;
	padding: 50px 0;
	top: 50%;
  	float: left;
  	width: 20%;
  	height: 0px; 
}
.counter:column {
  width: 20%;
  height: 68px; 
}

.countercolumn:column {
  text-align: center;
  width: 20%;
  height: 68px; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/* services start */
.servicescolumn {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 14.27%;
  padding: 0px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.servicesrow:after {
  content: "";
  display: table;
  clear: both;
}
/* services end */

/* Site of the Month */
.som {
	font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 22px;
  	font-weight: bold;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0px 0px 337px;
}
/* Site of the Month End */

/* National Mini Bins */
.nmb {
	font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 22px;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 70px;
}
/* National Mini Bins */

/* Image Flip */
.box { 
	width: 600px; 
	height: 600px; 
	background-color: #000000; 
	color: #000000; 
	border-radius: 0px; 
	line-height: 50px; 
	text-align: center; 
	margin: 0px auto; 
	font-size: 3rem; 
}
/* Image Flip End */

 /* unvisited link */
a:link {
  color: red;
  	font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 16px;

}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 

/* Headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	color: gray;
  	font-size: 44px;
  	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	color: gray;
  	font-size: 33px;
  	font-weight: bold;

	
}

h3 {
		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	color: gray;
  	font-size: 22px;
  	font-weight: bold;

}

h4 {

		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	color: gray;
  	font-size: 11px;
  	font-weight: bold;

	
}

h5 {
	
}

h6 {
	
}
/* End Headers */

/* Flex Container */
flex-container{
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
}
flex-container .column{
	width: 50%;
	background: #ffffff;
	-webkit-flex: 1; /* Safari */
	-ms-flex: 1; /* IE 10 */
	flex: 1; /* Standard syntax */
}
flex-container .column.bg-alt{
	background: #ffffff;
}
/* Flex Container End */

.temp {
	
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* End Shine */

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}	

p {
	font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 22px;
  	padding: 15px 10px 0px 5px;
	
}




projectspacer
{
	display: block;
	width: 100%;
	height: 75px;

}


.container {
    width: 100%;

}
#left {
    width: 50%;
    float: left;


}
#right {
    width: 50%;
    float: left;

    color: white;
}
#clear {
    clear: both;
}

.grid-container-counter {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  grid-template-rows: repeat(5, 1fr);
  gap: 0px 0px;
}
.websitescreated { grid-area: 1 / 1 / 2 / 2; 
margin: auto;
text-align: center;
padding: 10px 10px 50px 10px;
}
.websitesupdated { grid-area: 2 / 1 / 3 / 2; 
margin: auto;
text-align: center;
padding: 0px 10px 50px 10px;

}
.developmenthours { grid-area: 3 / 1 / 4 / 2;
margin: auto;
text-align: center;
padding: 0px 10px 50px 10px;

 }
.onlinewebservers { grid-area: 4 / 1 / 5 / 2; 
margin: auto;
text-align: center;
padding: 0px 10px 50px 10px;
}
.livechats { grid-area: 5 / 1 / 6 / 2; 
margin: auto;
text-align: center;
padding: 0px 10px 50px 10px;
}

.operationalhours{ grid-area: 5 / 1 / 6 / 2; 
margin: auto;
text-align: center;
padding: 0px 10px 50px 10px;
}

.contactfeatures { 


    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.Features { grid-area: 1 / 2 / 4 / 3; 
margin: auto;
text-align: center;

}
.form { grid-area: 1 / 3 / 6 / 4; }


.myButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color: white;

	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myLaunchButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color: white;

	font-family:Arial;
	font-size:12px;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myLaunchButton:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.myLaunchButton:active {
	position:relative;
	top:1px;
}

.contactcolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.contactrow:after {
  content: "";
  display: table;
  clear: both;
}

.aboutleftbox {
                float:left; 

                width:4%;
                height:560px;
            }
.aboutmiddlebox{
                float:left; 

                width:48%;
                height:560px;
            }
.aboutrightbox{
                float:right;

                width:48%;
                height:560px;
            }


/* Shared Hosting Screen */
.promo {
		font-family: Arial, Helvetica, sans-serif;
  	color: gray;
  	font-size: 12px;
  	padding: 15px 0px 15px 0px;

	
}

.shared_hosting_leftbox {
	float:left; 
	width:2%;
	height:280px;
	}
.shared_hosting_middlebox{
    float:left;
    margin: 0 auto;
    text-align: left;
	width:49%;
	height:280px;
	}
.shared_hosting_rightbox{
    float:right;
    margin: 0 auto;
    text-align: left;
	width:49%;
	height:280px;
    }
    
.sup{font-size: 40px;}


sup{font-size: 40px;}

.testul{list-style: none; font-size: 15px;font-family:'Open Sans';color: #9095aa;padding: 0px;margin: 0px;}
.testli{border-bottom: 1px solid #494a5a; padding: 0px; margin: 0px; text-align: center; height: 52px; line-height: 52px;}
.whole{display: inline-block;}
.type{width: 300px; border-radius: 5px 5px 0px 0px; background-color: #00d1fd; height: 62px; border-bottom: 3px solid #FFFFFF;}
.type p{font-family:'Open Sans'; font-weight: 800; font-size: 29px; text-transform: uppercase; color: white; text-align: center; padding-top: 10px;}
.plan{width: 300px; background-color: #2b2937; border-radius: 0px 0px 5px 5px; font-family:'Open Sans'; font-style:condensed; font-size: 90px; color: white; text-align: center;}
.standard{background-color: #073394; border-bottom: 3px solid #FFFFFF;}
.ultimate{background-color: #040342; border-bottom: 3px solid #FFFFFF;}
.header{border-bottom: 1px solid #494a5a; padding-bottom: 39px;}
.header span{font-size: 32px;}
.month{font-size: 14px; color: #575757; padding: 0px; margin: -10px;}
.price{height:80px;}
.cart{color:white; position: relative; top: 16px;}
#plancontainer{width: 100%; text-align:center;}
/* End Shared Hosting Screen */


/* Shared Starter Hosting Screen */
.shared_starter_hosting_leftbox {float:left; width:0%; height:2210px;}
.shared_starter_hosting_middlebox{float:left; width:50%; height:2210px; padding: 0px 0px 0px 500px;}
.shared_starter_hosting_rightbox{float:right; width:50%; height:2210px;}

/* Shared Starter Hosting Screen */

/* Shared Hosting Features */

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #073999;
}

.payment
{
display: flex;
justify-content: center;
}
.techuseddetails{
	font-size: 14px;
	font-style: italic;
	padding: 0px 0px 10px 20px;
	width: 900px;
}
.techuseddetailsdemo{
		font-size: 14px;
	font-style: italic;
	padding: 0px 0px 10px 20px;
width: 160px;

}
/* Shared Hosting Features End */