html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

::-moz-selection {
  background:#0162a6;
  color:#FFF;
  text-shadow:none;
}

::selection {
  background:#0162a6;
  color:#FFF;
  text-shadow:none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
/*button Start here*/
.custom-button,
.custom-button:visited,
a.button,
.custom-button.custom-primary-button,
.custom-button.custom-primary-button:visited {
	transition: all 0.3s ease 0s;
	background: #068eff;
	color: #fff;
	font-size:14px;
	line-height: 1.8;
	padding:10px 35px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
	min-width: 135px;
	text-align: center;
	margin: 0;
	position: relative;
	font-weight: 500;
	vertical-align: middle;
	text-transform:uppercase;
}

.custom-button a:hover, .custom-button a:active, .custom-button a:focus {
	color:#FFF;
    text-decoration: none;
    outline: none;
}

.btn-theme {
  border: 0px solid transparent;
  background:#0164a9;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding: 14px 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 'all' '0.5s' ease-in-out;
  -moz-transition: 'all' '0.5s' ease-in-out;
  -o-transition: 'all' '0.5s' ease-in-out;
  transition: 'all' '0.5s' ease-in-out;
  margin-bottom: 0;
  letter-spacing: 0em;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  letter-spacing: 3px;
}
.btn-theme:hover {
  border: 0px solid transparent;
  color: #FFFFFF;
  background: #068eff;
}
/*button End here*/


a,
button {
  font-size: 14px;
  font-family:'Roboto', sans-serif;
  margin: 0;
  letter-spacing: 0.3px;
  color: #033259;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #F68A1E;
  text-decoration:underline;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.fat-reseller-hosting-button {
	color: #FFF;
	background:#02ae8e;
	font-size: 18px;
	font-weight: 400;
	padding:18px 40px;
	border: 0px;
	text-align: center;
	border-radius:3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.fat-reseller-hosting-button i {
	font-size:42px;
	vertical-align:middle;
	padding-right:10px;
}
.fat-reseller-hosting-button:hover {
	color:#033259;
	background:#f58a1b
}
.primary_button, .secondry_button {
	font-size: 18px;
	font-weight: 400;
	padding: 8px 30px;
	border: 0px;
	text-align: center;
	letter-spacing: 1px;
	border-radius:3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.primary_button:hover, .secondry_button:hover {
	text-decoration: none;
}
.primary_button:hover span, .secondry_button:hover span {
	display:block;
	text-decoration:none;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation-duration: .5s;
	animation-timing-function: linear;
}
.primary_button {
	background:#033259;
	color:#FFF;
	border-bottom:4px solid #0863b0;
}
.primary_button:hover {
	color:#033259;
	background:#f58a1b
}
.secondry_button {
	background:#f6891e;
	color:#FFF;
}
.secondry_button:hover {
	color: #FFF;
	background:#fba529
}


input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}
.section {
    padding:40px 0;
}
.section-header{
    color:#fff;
    margin-bottom:40px;
    text-align:center;
}
.section-header .section-title{
    font-size: 42px;
	margin-top: 0;
	font-weight: 500;
	color: #0097bb;
	position: relative;
}
.section-header .section-title span{
    color:#3b4056;
}
.section-header .section-subtitle{
    margin-top:15px;
    color:#333;
    font-size:14px;
    font-weight:400
}
.section-header .lines{
    margin:auto;
    width:70px;
    position:relative;
    border-top:2px solid #346afe;
    margin-top:15px
}
.section-header .lines:before{
    position:absolute;
    content:"";
    display:inline-block;
    height:10px;
    width:10px;
    top:-10px;
    border:4px solid #fff;
    border-radius:50%;
    background:#4676fa;
    left:27px
}

.section-title, .section-title-s2, .section-title-s3 {
  /*margin-bottom: 50px;*/
  margin-top:1px;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  color: #0b6b62;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 52px;
	font-weight: bold;
	margin: 0.23em 0 0.5em;
	position: relative;
	text-transform: uppercase;
	color: #033259;
	line-height: 80px;
}
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 span {
	color:#F68A1E;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p {
  padding-bottom: 35px;
  color:#302e2e;
  margin:0;
  font-size:18px;
}

.section-title-s2 h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.section-title-s2 h2:before {
  content: "";
  width:117px;
  height:20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title-s3 {
  text-align: center;
}
.header-section{
    position:relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color:#f7f9fa;
	border-bottom:1px solid #eeeeee;
    padding:6px 0;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}
.top-content-wrap ul li a{
    display: inline-block;
    color:#4d4e49;
}
.top-content-wrap ul li a:hover {
	color:#f6891b;
}
.top-content-wrap ul li i{
    color:#fff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i{
    margin-right:5px;
    color:#4d4e49;
    font-size:16px;
	padding-right:5px;
}

/*Bottom Header */
.bottom-header {
    background-color: #fff;
    position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}
.bottom-header .default-btn{
    border-radius: 30px;
}
#mainmenu{
    display: inline-block;
    /*margin-right: 20px;*/
}
#mainmenu .menu-home {
	font-size: 24px;
}
#mainmenu li{
    position: relative;
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #03416e;
	font-weight: 500;
	padding: 30px 12px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
#mainmenu li a:hover{
    color: #fc8308;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height:5px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: #0aa4e3;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
   background-color: #0164a9;
   margin:15px 15px 25px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #3e3b3b;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #0262a6;
}

.slicknav_nav li, .slicknav_nav ul {
    border-bottom: 1px solid #0165a4 !important;
}
/*Domain Search Start*/
.home_search {
	clear: both;
	padding:0px 0px;
	background-image:url(../img/domain-registration.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	position: relative;
	background-size: cover;
}
.home_search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#2c2f31,#333131);
    background: linear-gradient(-135deg, rgba(2, 179, 228, 0.4), rgba(0, 0, 0, 0.8));
    opacity: .2;
}
.home_search h1 {
	text-align: center;
	padding:60px 0px 25px 0px;
	margin: 0px;
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	color:#FFF;
}
.home_search img {
	padding:50px 0px 0px 0px;
	float:right;
}
.home_search .search_box {
	padding-bottom:100px;
	display:inline-block;
	width:100%;
}
.home_search .search_box .h_search {
	float: left;
	width: 75%;
	font-size: 15px;
	text-indent: 8px;
	border: 0px;
	height: 70px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:26px;
	color:#033259;
}
.home_search .search_box .h_submit {
	float: left;
	width: 25%;
	height: 70px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 26px;
	text-transform: uppercase;
	background: #033259;
	color: #fff;
	border: none;
	cursor: pointer;
}
.home_search .search_box .h_submit:hover {
	background:#fba529;
}
.home_offer {
	background-color:#f68a1e;
	padding:20px 0px;
	display:inline-block;
	width:100%;
	text-align:center;
}
.home_offer ul {
	margin:0px;
	padding:0px;
}
.home_offer ul li {
	display:inline;
	margin:0px 10px;
}
.home_offer ul li a {
	color:#FFF;
	border:1px solid #FFF;
	padding:10px 20px;
	display:inline-block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.home_offer ul li a:hover {
	text-decoration:none;
}
.home_offer ul li a:hover span {
	display:block;
	text-decoration:none;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation-duration: .5s;
	animation-timing-function: linear;
}
/*Domain Search End */
/*Linux and windows Reseller Hosting Features Start Here*/
.fat-reseller-hosting-features {
	background:#fff;
	padding-bottom:75px;
}
/*.fat-reseller-hosting-features .reseller-features-box {
	position: relative;
	display: inline-block;
}*/
.fat-reseller-hosting-features .reseller-features-box {
	background-color:#edf4fd;
	border-bottom: 3px solid #D8E7F9;
	padding: 10px 0;
	margin: 30px 0px 0px 0px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.fat-reseller-hosting-features .reseller-features-box h5{
	margin: 0;
	padding: 30px 0px 20px 0px;
	font-size: 28px;
	font-weight: 700;
	color:#033259;
}
.fat-reseller-hosting-features .reseller-features-box:hover h5 {
	color:#F68A1E;
}
.fat-reseller-hosting-features .reseller-features-box .reseller-features-img {
	background-color:#033259;
	border-radius: 100%;
	width: 110px;
	display: block;
	float: left;
	margin: 35px 20px 0px 20px;
	height: 110px;
	border-radius: 100%;
	padding-top: 37px;
	padding-left: 6px;
}
.fat-reseller-hosting-features .reseller-features-box .reseller-features-img i {
	color: #fff;
	text-align: center;
	font-size: 50px;
	padding: 30px;
}
.fat-reseller-hosting-features .reseller-features-box:hover  {
	background-color: #033259;
	border-bottom: 3px solid #012039;
	
}
.fat-reseller-hosting-features .reseller-features-box:hover p {
	color:#FFF;
}
.fat-reseller-hosting-features .reseller-features-box:hover .reseller-features-img {
	background-color:#F68A1E;
}
.fat-reseller-hosting-features .reseller-features-box .reseller-features-content {
	padding: 0px 20px 0 0;
}
.fat-reseller-hosting-features .reseller-features-box .reseller-features-content p {
	padding: 0px 0px 20px 0;
}
.fat-reseller-hosting-features .reseller-features-box .reseller-features-content p a {
	color:#F68A1E;
	text-decoration:underline;
}
/*Linux and windows Reseller Hosting Features End Here*/
/*One-Click Install comes here*/
.one-click {
	padding:50px 0;
	text-align: center;
	background: #edf4fd;
}
.one-click ul {
	margin: 0;
    padding:0;
}
.one-click ul li {
	display: inline-block;
    list-style: outside none none;
    border:1px solid #dee5ea;
	width: 180px;
	height: 80px;
	vertical-align:middle;
	margin-bottom: 9px;
	margin-right: 5px;
}
/*One-Click Install end here*/

/*Fat Reseller Hosting Features Start Here*/
.features-text {
	padding:30px 0;
	background:#fff;
}
.features-text h1 {
	font-size: 24px !important;
	color: #033259 !important;
	font-family:'Open Sans','Arial';
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top:0px !important;
	font-weight: bold;
	text-shadow:none !important;
}
.features-text p {
    font-size: 16px;
	line-height: 32px;
	padding-left: 0px;
	text-align: justify;
	color: #3a3d3f;
}
.features-text .features-list {
	margin:0;
	padding:0 0 0 12px;
}
.features-text .features-list li {
	margin:0;
	padding:5px 0;
    font-size: 16px;
	list-style:none;
	color: #3a3d3f;
}
.features-text .features-list li i {
	padding-right:5px;
	font-size:16px;
	color:#f8891a;
}
.features-text .features-list li a {
	color:#06406F;
	text-decoration:underline;
}
.features-text .features-list li a:hover {
	color:#F68A1E;
	text-decoration:underline;
}
.features-text p a {
	color:#06406F;
	text-decoration:underline;
}
.features-text p a:hover {
	color:#F68A1E;
	text-decoration:underline;
}
/*Fat Reseller Hosting Features End Here*/
/*Reliable Fat Reseller Section Start here*/
.reliable-reseller {
	position:relative;
}
.reliable-reseller .features-block {
	position:relative;
	text-align:center;
}
.reliable-reseller .features-block h3 {
	font-size:22px;
	color:#033259;
	padding-top:15px;
}
/*Reliable Fat Reseller Section End here*/
/*price Start*/
#pricing {
	padding-bottom:80px;
	background:#f0f4fb;
}
.pricing-home {
	padding-top:100px;
}
.pricing-table{
    padding:20px 20px 0px;
    margin:0 auto;
    margin-bottom:5px;
    border:transparent;
    text-align:center;
    background-color:#fff;
    position:relative;
    border-bottom: 5px solid #f58a1b;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pricing-table:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #4d90fe;
    background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background: -moz-linear-gradient(top, rgb(77, 144, 254), #4787ed);
    background: -o-linear-gradient(top, #4d90fe, #4787ed);
    background: linear-gradient(top, #4d90fe, #4787ed);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-table .pricing-details h2{
    font-size:32px;
	font-weight: 700;
	color:#06406f;
}
.pricing-table .pricing-details h2.home{font-size:27px}
.pricing-table .regular-pricing {
    padding:12px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.pricing-table .regular-pricing .plan-regular-pricing span {
    text-decoration: line-through;
	font-weight:600;
    color: #222;
	font-size: 14px;
}
.pricing-table .regular-pricing .plan-regular-pricing .plansdiscounttxt {
  background-color: #fbd8a6;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  color: #033259;
  border: 1px solid #fbd8a6;
}


.pricing-table .pricing-details span{
    display: inline-block;
	font-size: 42px;
	font-weight: 600;
	color: #414141;
	/*margin-bottom: 20px;*/
	font-family: "Montserrat", sans-serif;
}
.pricing-table .pricing-details .period {
    font-size:18px;
	font-weight:600;
}
.pricing-table .pricing-details ul{
    margin:15px 0 12px;
	border-top: 1px solid #b6b6b6;
	padding-top: 10px;
}
.pricing-table .pricing-details ul li{
    padding:7px 0;
    font-size:15px;
	list-style:none;
	color:#21242c;
}
.pricing-table .pricing-details ul li strong {
	color:#06406f;
}
.popular {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 0 40px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index:3;
  background:red;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.plan-button {
	margin-top:1px;
}
.plan-button .primary_button {
    background: #033259;
    color: #FFF;
    border-bottom:3px solid #0863b0;
    border-radius:3px;
    padding: 12px 47px;
}

.popular span {
  position: relative;
  display: block;
  z-index: 0;
  padding: 3px 20px 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.plan-features {
	padding-top: 25px;
	font-size: 22px;
	color: #0b63d7;
}
/*price End*/ 
/*Migration Domain and Hosting Transfer Start Here*/
.migration-domain-transfer { 
	padding:60px 0;
	text-align:center;
	background:#edf4fd;
}
.migration-domain-transfer .dw-icon {
    width:210px;
	height:210px;
    margin:auto;
}
.migration-domain-transfer .mig-dom-warp h4 {
	padding:15px 0;
	color: #055dae;
	font-weight: bold;
	text-transform: none;
	font-size:32px;
}
.migration-domain-transfer .mig-dom-warp p {
	color: #21242c;
	padding:5px 0 25px;
	text-align:center;
}
/*Migration Domain and Hosting Transfer End Here*/
/*Domain Pricing table start*/
.domain-table {
 margin-bottom:30px
}
.domain-table .thead-dark th {
 background-color: #0b3860;
 border-color: #edf4fd;
 font-size:18px;
 font-weight:500;
 padding:15px 10px;
 vertical-align:middle;
 text-align:center;
}
.domain-table td {
 padding:18px 10px
}
.domain-table tbody {
 font-size:16px;
 color:#00162a;
}
.domain-table tbody span {
    font-weight: bold;
    color: #0b3860;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
}
.domain-table tbody a {
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #0b3860;
	padding:12px 24px;
	border-radius: 3px;
	color: #f68a1e;
}
.domain-table tbody a:hover {
 color:#0b3860;
 background:#f68a1e;
}
.domain-table tbody i {
 font-size:12px
}
.domain-table tbody i.fa-times {
 color:#f00
}
.domain-table tbody i.fa-check {
 color:#008000
}
.domain-table tbody td {
 border-color:#e1eeff;
 width:25%;
 vertical-align:middle;
 text-align:center;
}
.domain-table tbody tr {
 -webkit-transition:all .2s;
 transition:all .2s
}
.domain-table tbody tr:hover {
 background-color:transparent;
 box-shadow:0 0 20px rgba(0,0,0,0.1)
}
/*Domain Pricing table End*/
/*Inner Banner Start here*/
.fat-reseller-contact {
	padding:35px 0 0 0;
	background:#03416E;
	color:#FFF;
}
.fat-reseller-contact h3 {
	font-size:24px;
	padding-top:25px;
}
.fat-reseller-contact p {
	font-size:16px;
	padding:5px 0 45px;
}
.fat-reseller-contact p a {
	color:#FFF;
}
.fat-reseller-contact p a:hover {
	color:#f58a1b;
}
.fat-reseller-contact .img-support {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    max-width: 100%;
    width:170px;
}
.fat-reseller-contact-info {
	padding-left:45px;
}

.inner-banner-section {
	/*background-image: url("../img/page_hd.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 10px;
	position: relative;
	background-size: cover;
}
.reseller-hosting {
	background-image:url(../img/reseller-hosting.jpg);
}
.inner-banner-section h1 {
	font-size:70px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
}
.breadcrumb-list {
	text-align: center;
}
.breadcrumb-list li { 
	display:inline-block;
	position: relative;
	padding: 0px 14px;
}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  	color: #F68A1E;
}
.breadcrumb-list li::before {
	content: "-";
 	position: absolute;
	right: -8px;font-size:16px;
	font-weight: 600;
	color:#fff;
}
.breadcrumb-list li:last-child::before {
	display:none;
}
.breadcrumb-list li:last-child::before {
  display: none;
}
.images-overlay {
   background-color:rgba(41, 42, 42, 0.66);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
/*Inner Banner End here*/
/*Reseller Hosting Features Start*/
#hosting-features{
    position:relative;
}
.hosting-features-boxes{
    /*! text-align:center; */
    padding:15px;
    /*border-radius:4px;*/
    margin-bottom:15px;
    webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
	min-height:360px;
	border:1px solid #dddada;
    padding-left: 30px;
	text-align:center;
}
.hosting-features-boxes ul {
	margin:0;
	padding:0;
}
.hosting-features-boxes ul li {
	margin:0;
	padding:5px 0;
	text-align: left;
	list-style: none;
}
.hosting-features-boxes ul li i {
	padding-right:5px;
	color:#2e5ae8;
}
.hosting-features-boxes ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float:left;
  margin-right:5px;
  margin-left:5px;
  color:#F68A1E;
}
.hosting-features-boxes .icon{
    width:120px;
	height:120px;
    display:inline-block;
    margin-top:10px;
    margin-bottom:15px;
    webkit-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.hosting-features-boxes h4{
	color:#033259;
	font-size:24px;
	font-weight:800;
	margin-bottom:10px;
}
/*Reseller Hosting Features End*/
/*cPanel Hosting Features Start Here*/
.cpanel-hosting-features {
	margin:1px;	
	color: #3f3f3f;
}
.cpanel-hosting-features .cpanel-hosting-features-content {
	padding-left: 30px;
	text-align:left;
}
.cpanel-hosting-features .cpanel-hosting-features-content h4 {
	color: #033259;
	padding: 15px 0;
}
.cpanel-hosting-features .cpanel-hosting-features-content img {
	min-height:440px !important;
}
.cpanel-hosting-features .cpanel-hosting-features-content ul {
	margin:0;
	padding:0;
}
.cpanel-hosting-features .cpanel-hosting-features-content ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
}
.cpanel-hosting-features .cpanel-hosting-features-content ul li i {
	color: #F68A1E;
	padding-left:5px;
}

.light-bg {
	background: #edf4fd;
}
.white-bg {
	background:#FFF !important;
}
/*cPanel Hosting Features End Here*/
.windows-reseller {
    padding:35px 0;
    background: #03416E;
    color: #FFF;
}
.windows-reseller p {
	font-size:24px;
	font-weight: bold;
}
.windows-reseller p a {
	color: #F68A1E;
	font-size:24px;
	font-weight: bold;
}
/*Contact Info Start*/
.contact_info .contact_box {
	background-color: #fff;
	box-shadow:0px 0px 5px #0332594d;
	padding: 30px;
	min-height:380px;
}
.contact_info .contact_box h3 {
	padding:20px 0 15px;
	color:#F68A1E;
	font-size: 36px;
}
.contact_info .contact_box i {
	background-color: #033259;
	color: #fff;
	font-size: 40px;
	height: 90px;
	line-height: 85px;
	margin: 0px;
	padding: 0;
	width: 90px;
	border-radius: 60px;
}
.contact_info .contact_box a {
	display: block;
	margin: 25px auto;
	width: 80%;
}

/* Contact Info End*/
.runing-text {
	padding:15px 0 40px;
	font-family: 'Nunito', sans-serif;
	color:#000;
	font-size:15px;
	text-align:justify;
}
.runing-text li {
	list-style:none;
}
.runing-text li i {
	color: #326bf3;
}

.runing-text  h1 {
	color: #03416e;
	font-size: 42px;
	text-transform: uppercase;
}
.runing-text  h3 {
	color: #f38a22;
	padding: 15px 0;
}
.runing-text p {
	line-height:32px;
}

/*Footer Code Start Here*/
#footer-top {
	background: #06406f;
	padding:25px 0;
	color: #FFF
}
#footer-top h3 {
	font-size:24px;
	font-weight:bold;
}
#footer-top p {
	color: #FFF;
	margin-bottom: 0;
}
#footer-top a {
	margin-top:15px !important;
	font-weight:bold;
}
footer.footer {
	background:#033259 none repeat scroll 0 0;	
}
.footer-section {
	padding-top: 30px;
	position: relative;
	padding-bottom: 20px
}
.footer-section h2 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
}
.footer-widget-menu li:before{
	content: "\f101";
	font-family: fontawesome;
	left:0px;top:0px;
	position:relative;
	color:#fff;
	padding-right:7px;
}
.footer-widget-menu li{
	position:relative;
	list-style: none;
	padding-bottom: 10px;
	color:#FFF;
}
.footer-widget-menu li a {
  color: #f4f4f4;
  text-transform: capitalize;
  
  display: inline-block;
}
.footer-widget-menu li a:hover {
	color:#3DA7FF;
	transition: all 0.4s ease 0s;
}
.footer-bottom-section {
	padding:18px 0;
	background:#021d33;
}
.footer-bottom-section p {
	color: #f4f4f4;
	margin: 0;
	text-align: left;
}
.copy-right {
	margin-top: 8px;
}
.footer-bottom-section p a{
  color: #fc8308;
}
.footer-bottom-section p a:hover {
  color: #fc8308;
}

/*Footer Code End Here*/
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{display: flex;position: fixed;bottom:3em;right:3em;outline: 0;cursor: pointer;  }
.live-chat .wc-btn .wc-chat-icon img{position: relative;width: 50px;height: 50px;line-height: 0.8;font-size: 25px;text-align: center;border-radius: 50%;}
.live-chat .wc-btn:hover .wc-chat-icon img{box-shadow: 0 0px 10px #222;}
.live-chat .wc-btn p{padding:2px 36px 2px 36px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -24px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius:3px;}
.live-chat .wc-btn:hover .wc-chat-icon img,
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.live-chat .wc-btn .wc-chat-icon img,
/*.live-chat .wc-btn:hover p{box-shadow: 0 0px 2px #222;}*/
.live-chat .wc-btn .wc-chat-icon img{border:2px solid #fff;background:#fff;}
.live-chat .wc-btn p{color: #06406f;background:#fba529;}
/*WhatsChat Button*/
.modal-title {
  font-size: 21px;
  color: #033259;
  font-weight: 600;
}
.modal-body .btn-primary {
	background-color:#033259;
	border-color:#033259;;
	padding: 10px 32px;
  	font-size: 16px;
  	text-transform: uppercase;
}