/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&display=swap";
@import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap";
body {
   color:#1d1d1e;
  font-size:15px;
  font-family:'Muli',sans-serif;
  margin:0;
  overflow-x:hidden!important;
  font-weight:400
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #ff7300;
  text-decoration: none;
}
a, button {
  color: #ff6e00;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.ch-form input:focus:-moz-placeholder {
  opacity: 0;
}

.ch-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Heebo", sans-serif;
  color:#ff6e00;;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size:14px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.bg-one {
	background:#f2f7fb !important;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:#ff7300;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
  border-radius:10%;
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: #1655c5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1655c5;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1655c5;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #ff7300;
padding: 0 50px;
font-size:18px;
line-height: 60px;
border-radius: 40px;
color: #fff;
cursor: pointer;
z-index: 5;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
background-color: #ff7300;
}
.btn:hover {
	color:#FFF;
}

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  /*padding: 20px 56px;*/
}

.btn-border:hover {
  background: #fff;
  color: #000;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}


.form-control,
.input-text {
  height:calc(2.25rem + 18px);
  padding:14px 30px;
  outline:0;
  background-color: #fff;
  border: 1px solid #e2ebf7;
  color:#686a6f;
  font-size:.9rem;
  width:100%
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color:#686a6f;
  opacity:1
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color:#686a6f;
  opacity:1
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color:#686a6f;
  opacity:1
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color:#686a6f;
  opacity:1
}
.form-control::placeholder,
.input-text::placeholder {
  color:#686a6f;
  opacity:1
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color:#686a6f
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color:#686a6f
}
.form-control:focus,
.input-text:focus {
  border-color:#ff6e00;
  -webkit-box-shadow:none;
  box-shadow:none
}
textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
}



/* 2. header */
.topbar-one {
	background-color: #162171;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topbar-one .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-one p {
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: .01em;
}

.topbar-one p i {
	margin-right: 10px;
}

.header-area {
  padding-left: 0px;
  padding-right: 0px;
}
.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
}

.header-icon {
  margin-right: 16px;
  font-size: 20px;
  /*margin-top: 10px;*/
}

.header-ch p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:#f95d02;
  font-weight:500;
}

.header-ch h4 {
  color: #262626;
  font-size:18px;
  margin-bottom: 0px;
}

.header-icon i {
  color: #f95d02;
font-size: 20px;
background: #f4f5f7;
padding: 14px;
border-radius: 50%;
}
.header-icon .fa-phone {
    transform: scaleX(-1);
}

.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
}

.main-menu ul li a {
  color: #404656;
  font-weight: 700;
  font-size: 16px;
  padding: 25px 0px;
  display: list-item;
  line-height: 1;
  position: relative;
}

.main-menu ul > li > a::before {
 /* background: #ff6136 none repeat scroll 0 0;*/
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color: #f95d02 ;
}

.header-top-btn a {
  border-radius: 40px;
background: linear-gradient(to right, #ff5a00 0%, #ffa100 50%, #ff5a00 100%);
    background-size: auto;
background-size: 200% auto;
box-shadow: 0px 8px 16px 0px rgba(255, 140, 0, 0.3);
border: 0;
line-height: 60px;
padding: 0 40px;
color: #fff;
}
.header-top-btn a:hover {
	background-position: right center;
}

.header-top-btn {
  padding-top: 6px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.17);
	text-align: left;
	border-radius: 10px;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li:hover>ul.submenu:before {
    background-color: #fff;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all .2s ease 0;
    transition: all .2s ease 0;
    -webkit-transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #ff7300;
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-ch h4 {
	color: #262626;
}
/* 3. Hero Banner */
.hero {
	background:url("../images/main-banner.jpg") no-repeat;
    min-height:620px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background:rgba(22, 33, 113, 0.55);
}

.hero.creative-hero1:before {
    display: none;
}

.hero>.container {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hero-text h1,
.slider-text h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 500;
}

.hero-text.black-color h1 {
    color: #101010;
}

.hero-text.black-color h4 {
    color: #666;
}

.hero-text h4,
.slider-text h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.6em;
}
.hero-text p {
	color:#FFF;
}

.text-center .slider-text h4 {
    margin-left: auto;
    margin-right: auto;
}

.t-btn.hero-btn:hover,
.t-btn.hero-btn:focus {
    background-color: #fff;
    color: #ffb600;
}

.hero-text.style1 h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: inherit;
}

.hero-text.style1 h4 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    letter-spacing: 0.5px;
}
.hero-text.style2 {
    max-width: 700px;
    padding: 40px 30px 50px;
    margin: auto;
    background:rgba(22, 33, 113, 0.71);
    border-radius: 4px;
}
/*Parallax Background*/
.parallax {
    background-position: 50% 0;
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 100px;
  background: #162171;
}
.sub-banner-height {
  min-height:250px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:65px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align: left;
}
.sub-banner-area.block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.sub-banner-area .block ul li {
 color: #fff;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 16px;
}
.sub-banner-area .block ul li a {
  font-weight: 700;
  color: #ff6e00;
}
.page-wrapper {
  padding: 70px 0;
}
.sub-banner-area p {
	color: #FFF;
	font-size: 18px;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #002e44;
	padding-bottom: 15px;
}
.search_domain_section form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
  height: 60px;
  border: none;
  background: #f2f7fb;
  padding: 0 33px;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
}
input:-moz-placeholder {
  color:#262626;
}
input:-webkit-placeholder {
  color:#262626;
}
input:placeholder {
  color:#262626;
}
.btn.btn-form i {
  margin-right: 5px;
}
.btn.btn-form {
  position: absolute;
  right: 4px;
  top:0;	
  border-radius: 0px;
  /*padding: 20px 30px;*/
  font-weight: 600;
  font-size: 20px;	
}
.domain_tlds_list li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li:last-child {
	padding-right: 0
}
.domain_tlds_list li:first-child {
	padding-left: 0
}
.domain_tlds_list li span {
	font-family:'Muli',sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li span i {
	font-size: 12px;
}
.domain_tlds_list {
	margin-top: 15px
}
.domain_tlds_list li figure {
	margin-bottom: 10px
}

.xs-table {
 -webkit-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 background-color:#FFFFFF;
 margin-bottom:0px
}
.xs-table .domain-pricing-header th {
 width:25%;
 background-color:transparent;
 border:0px;
 color:#FFFFFF;
 padding:17px 10px;
 font-size:1.17647rem
}
.xs-table .domain-pricing-header tr {
 background:#162171;
}
.xs-table td,
.xs-table th {
 text-align:center;
 padding:15px 10px
}
.xs-table td, .xs-table th span i {
	font-weight: 400;
}
.xs-table tbody tr td,
.xs-table tbody tr th {
 border-right:1px solid #eaeaea;
 border-top:1px solid #eaeaea
}
.xs-table tbody tr td:last-child {
 border-right:0px
}
.xs-table tbody tr:first-child td,
.xs-table tbody tr:first-child th {
 border-top:0px
}
.xs-table tbody tr td {
 letter-spacing:-.4px
}
.xs-table tbody tr td>del {
 color:#a4afdf;
 font-size:0.82353rem;
 padding-left:3px
}
.xs-table.fixed-column {
 position:absolute;
 left:15px;
 width:83px;
 display:inline-block;
 z-index:1;
 -webkit-box-shadow:none;
 box-shadow:none
}
@media (min-width:576px) {
 .xs-table.fixed-column {
  display:none
 }
}
@media (max-width:576px) {
 .xs-table:not(.fixed-column) tr th:first-child {
  display:none
 }
 .xs-table:not(.fixed-column) {
  position:relative;
  left:83px
 }
}
.domain-price-v2 .xs-table .domain-pricing-header tr {
 background:#0217af;
 background:-webkit-linear-gradient(top, #0217af 0%, #0055ce 100%);
 background:-webkit-gradient(linear, left top, left bottom, from(#0217af), to(#0055ce));
 background:-o-linear-gradient(top, #0217af 0%, #0055ce 100%);
 background:linear-gradient(to bottom, #0217af 0%, #0055ce 100%)
}

/*Search Domain End Section*/

/* Price */
.pricing_boxes {
 width: 100%;
padding: 2rem 1.5rem;
position: relative;
border-radius: 20px;
margin-bottom: 25px;
height: 100%;
box-shadow: 0 56px 60px rgba(57,47,109,0.04);
-webkit-box-shadow: 0 56px 60px rgba(57, 47, 109, 0.12);
border: 1px solid #f4f4f4;
}
.pricing_boxes.vps {padding: 2rem .5rem;}
.pricing_boxes_header {
 width:100%;
 position:relative;
 text-align:center
}
.pricing_thumb {
 display:table;
 margin:0 auto 1rem
}
.pricing_thumb img {
 max-width:90px
}
.pricing_thumb_title h4 {
 font-size:36px;
 margin-bottom:7px;
 font-weight:700;
}
.pricing_thumb_title p {
 max-width:60%;
 margin:0 auto;
 line-height:1.6
}
.pricing_boxes_middle {
 width:100%;
 text-align:center;
 position:relative;
 padding-top:0.5rem;
}
.pricing_boxes_middle .discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom:10px;
}
.pricing_boxes_middle .discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #364263;
  font-size: 18px;
  line-height: 1;
  position: relative;
  margin-right: 10px;
  font-weight: 600;
}
.pricing_boxes_middle .discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#364263;
}
.pricing_boxes_middle .discount .save-btn {
color: #FFF;
  border-radius: 20px;
  background: #FF7300;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ff7300;
}
.pricing_rate {
 font-weight: 700;
font-size: 45px;
color: #364263;
 font-family: 'Muli',sans-serif;
 letter-spacing: 0;
}
.pricing_rate i {
	font-size:20px;
	vertical-align:super;
}
.btn.pricing_btn {
 width: 80%;
    background: #e8edf7;
    color: #2d3954;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem !important;
    border: 1px solid #dde3ef;
    font-weight: 400;
    transition: all ease .4s;
    font-size: 20px;
    font-family: "Heebo", sans-serif;
    margin: 0 auto;
}
.btn.pricing_btn:hover,
.btn.pricing_btn:focus {
 border:1px solid #f95d02;
 background:#f95d02;
 color:#fff
}
.featured .btn.pricing_btn {
 color:#fff;
 background:#17203a;
 border-color:#222d4c
}
.recommended-label {
    position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
background-color: #ff7300;
line-height: 32px;
padding-left: 22.5px;
padding-right: 22.5px;
font-size: 18px;
font-weight: 600;
color: #fff;
z-index: 11;
}
.pricing_boxes_detail {
 width:100%;
 position:relative;
 padding-top:1.5rem
}
ul.pricing_lists li {
 margin-left:15px;
 position:relative;
 padding-left:0;
 margin-bottom:10px
}
ul.pricing_lists li:last-child {
 margin-bottom:0
}
ul.pricing_lists li:before {
font-family: "Font Awesome 5 Pro";
  content: '\f058';
  margin: 0 10px 0 3px;
  font-size: 16px;
  color: #ff7300;
  vertical-align: middle;
  font-weight: 100;	
}
/*Our Guarantee*/
.our-guarantee {
	position:relative;
}
.guarantee-icon {
    width: 67px;
    height: 65px;
    background-color: #fb9ac8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.our-guarantee .features-item {
	background-color: #fff;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 35px;
	transition: all 500ms ease;
	box-shadow: 0px 6px 35px 0px rgba(58, 58, 59, 0.1);
	min-height: 390px;
}
.our-guarantee .features-item h4 {
	font-size: 24px;
	font-weight: 500;
	padding:15px 0;
}
.our-guarantee .features-item:hover {
    border-color: #fff;
    box-shadow: 0px 42px 35px 0px rgba(41, 26, 85, 0.27);
}

.migration-domain-transfer {position: relative;}
.migration-domain-transfer .dw-icon {
    width:420px;
	height:210px;
    margin:auto;
	margin-bottom: 80px !important;
}
.migration-domain-transfer .mig-dom-warp {
	border-right: 1px solid #03325999;
}
/*.migration-domain-transfer .mig-dom-warp:last-child {
	border-right:none;
}*/

.migration-domain-transfer .mig-dom-warp h4 {
	padding-top: 15px;
	/*padding-left: 15px;*/
	color: #055dae;
	font-weight: bold;
	text-transform: none;
	font-size:32px;
}
.migration-domain-transfer .mig-dom-warp p {
	padding-right: 15px;
	/*padding-left: 15px;*/
	text-align: justify;
}




/*Web Apps*/
.web-app {
	text-align: center;
}
.web-app p {
	color:#262626;
}
.web-app .hosting-app {
    border: 1px solid #d9d9d9;
	width:150px;
	height:50px;
	text-align:center;
	padding:10px 0;
	line-height:40px;
	margin-right:15px;
	text-transform:uppercase;
	font-size:14px;
}
.web-app .hosting-app:first-child {
	margin-left:10px;
}
.web-app .hosting-app:last-child {
	margin-right:15px;
}
.web-app .hosting-app:hover {
	background:#faf8f5;
	color:#ff4718 !important;
}
.web-app ul {
	margin: 0;
    padding:0;
}
.web-app ul li {
	display: inline-block;
    list-style: outside none none;
    border: 1px solid #f3f7f9;
	width: 180px;
	height: 80px;
	vertical-align:middle;
}
/*feature box css*/
/*feature */
.feature-area {
	position: relative;
	overflow: hidden;
}
.feature-wrap.wrap {
	background-color:transparent;
	padding:20px 25px;
}
.f-icon {
	background: #162171;
	width: 80px;
	height: 80px;
	margin-bottom:20px;
	padding:15px;
}
.feature-wrap h5 {
	font-size: 24px;
	margin-bottom: 15px;
	color:#162171;
}
.feature-wrap p {
	margin-bottom: 25px;
	text-align:justify;
}
/*Managed VPS code Start*/
.vps-management-set {
	border-bottom: 1px solid #e1e4e6;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	padding:50px 0 80px;
}
.basic-management-bg {
	background:#ff6e00;
	border-radius:3px 3px 0 0;
}
.fully-managed-bg {
	background:#162171;
	border-radius:3px 3px 0 0;
}
.vps-check {
	font-size: 27px;
    line-height: 40px;
    color: #13a519;
}
.vps-close {
	font-size: 27px;
    line-height: 40px;
    color: #f71e06;
}

table.table1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
    width: 100%;
	text-align:center;
}
.table1 thead th {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}
.table1 h3 {
    font-size: 20px;
    font-weight: normal;
}
.table1 h3 span {
    font-size: 30px;
    font-weight: bold;
}
.table1 p {
    font-size: 12px;
    color: #8e8e8e;
    font-weight: normal;
}
.table1 tbody tr td:empty {
    background: #FFF;
}
.table1 a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
.table1 tbody th {
    color: #000428;
    padding: 0px 10px;
    font-weight: normal;
    border-bottom: 1px solid #b6bcc3;
}
.table1 tbody th .fa {
    color: #033259;
    font-size: 20px;
    padding-right: 10px;
}
.table1 tfoot th {
    color: #000428;
}
.table1 tbody td {
    border-bottom: 1px solid #b6bcc3;
    border-left: 1px solid #b6bcc3;
    padding: 15px 10px;
    text-align: center;
    font-weight: normal;
}

/*Managed VPS code End*/
.contact-address {
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact-address ul li {
    padding:1px 0;
}
.contact-address ul li h4 {
	color: #162171;
	font-size:18px;
	padding:1px 0 0 0;
	margin: 0;
}
.contact-address ul li i {
	margin-right: 13px;
    font-size:24px;
    line-height: 24px;
    float: left;
    display: inline-block;
    padding-top: 13px;
    background: #ff7300;
    width:50px;
    height:50px;
    text-align: center;
}
.contact-address ul li .fa-phone-square {
    transform: scaleX(-1);
}

.contact-address ul li a {
   color: #202430;
    font-weight: 700;
}
.contact-address span {
    overflow: hidden;
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.icon-color i{
	color: #fff;
}
/*Content Start*/
.ch-content {
	position: relative;
}
.ch-content p, .ch-content ul li {
	color:#262626 !important;
}
 .ch-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.ch-content p i {
	font-size:14px;
}
.ch-content p strong {
	color: #ed1216;
}
.ch-content a {
	color:#ed1216;
	text-decoration:underline;
}
.ch-content a:hover {
	color:#ed1216;
}
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight: 700;
  font-size:18px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:42px;
  line-height: 1;
}
/* Hosting Features */
.ch-features {
  position:relative;
}
.ch-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height:390px;
}
.ch-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
	color:#1449b5;
}
.ch-features-icon{
  width:90px;
  height:90px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
/*Contact Us*/
.contact-section .section-title-s3 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0.8em 0 0;
}

.contact-section .submit-btn-wrapper {
    text-align: center;
}

.contact-section .submit-btn-wrapper button {
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-section form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .contact-section form {
        margin: 0 0 0 -15px;
    }
}

.contact-section form .one-third-col {
    width: 33.33%;
    float: left;
}

@media (max-width: 600px) {
    .contact-section form .one-third-col {
        width: 100%;
        float: left;
    }
}

.contact-section form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-section form input,
.contact-section form textarea {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #ebeff3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-section form input,
    .contact-section form textarea {
        height: 45px;
        border: 1px solid #ebeff3;
    }
}

.contact-section form input:focus,
.contact-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ed1216;
}

.contact-section form textarea {
    height: 200px;
    padding: 15px;
}

.contact-section .contact-info {
    margin-top: 20px;
    margin-bottom: 75px;
    border: 1px solid #666464;
}
.contact-section .contact-info p {
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 991px) {
    .contact-section .contact-info {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info {
        margin-top: 50px;
    }
}

.contact-section .contact-info > div {
    width: 33.33%;
    float: left;
    padding: 20px 35px 22px 110px;
    position: relative;
    border-left: 1px solid #efefef;
}

.contact-section .contact-info > div:before {
    content: '';
    position: absolute;
    left: 88px;
    width: 1px;
    height: 50px;
    top: 44%;
    margin-top: -15px;
    background: #ccc;
}

@media (max-width: 991px) {
    .contact-section .contact-info > div {
        padding: 60px 35px 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info > div {
        width: 100%;
        padding: 40px 25px 20px;
        border-left: 0;
        border-top: 1px solid #efefef;
        float: none;
    }
}

.contact-section .contact-info .icon i {
    font-size: 40px;
    color: #ed1216;
    position: absolute;
    left: 30px;
    top: 45px;
}

@media (max-width: 991px) {
    .contact-section .contact-info .icon i {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info .icon i {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.contact-section .contact-info h5 {
    
    font-size: 18px;
    font-size: 1.125rem;
    margin: 1em 0 0.5em;
}


.contact-us-area .section-title {
  padding-bottom: 38px; 
}
.contact-us-area .section-title .title::before {
    display: none; 
}
.contact-us-area .contact-item {
  /*box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06);*/
  padding-top: 70px;
  padding-bottom: 65px;
  background: #f2f7fb; 
}
.contact-us-area .contact-item i {
    /*box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2);*/
    background-color: #ff7300;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px; 
}
  .contact-us-area .contact-item .title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 8px; }
  .contact-us-area .contact-item ul li a {
    font-size:24px;
    line-height: 30px;
    color: #002e44; }
  .contact-us-area .contact-item.center {
    background: #1449b5; }
    .contact-us-area .contact-item.center i {
      background: #fff;
      color: #0160e7; }
.contact-us-area .contact-item.center .fa-phone {
    transform: scaleX(-1);
}
    .contact-us-area .contact-item.center .title {
      color: #fff; }
    .contact-us-area .contact-item.center ul li a {
      color: #fff; }

/* footer */
footer.footer_style.footer_dark {
 background:#202430
}
footer.footer_style {
 background:#f95d02
}
.footer-middle:before {
 content:"";
 position:absolute;
 background:rgba(255,255,255,0.07);
 right:0;
 top:0;
 width:95%;
 height:100%;
 border-radius:10px 0 0 10px;
}
.footer_dark .footer-middle:before {
 background:#242835;
}
img.img-footer.small {
 max-width:140px;
 margin-left:30px
}
.footer-middle {
 position:relative;
 padding-bottom:2.5rem
}
.footer_widget {
 padding-top:2.5rem
}
.footer_widget h4 {
 font-size:16px;
 margin-bottom:15px;
 color:#fff
}
ul.footer-menu li {
 position:relative;
 transition:all ease .4s;
 margin-bottom:10px;
 padding-left:15px;
 font-size:14px
}
.footer-menu li:before {
 content:"\f054";
 font-family:"Font Awesome 5 Pro";
 font-size:8px;
 top:4px;
 position:absolute;
 left:0;
 opacity:.9;
 color:#fff;
 font-weight:100;	
}
ul.footer-menu li a {
 color:#fff;
 opacity:.9;
 letter-spacing:.6px
}
address,
address p {
 font-size:14px;
 color:#fff;
 opacity:.9
}
address p a {
	color:#FFF;
}
.footer-menu li:hover:before,
ul.footer-menu li:hover a {
 opacity:1;
 color:#fff
}
.footer-menu li:hover {
 margin-left:10px
}
.footer-bottom {
 padding:1.5rem;
 color:#fff;
}
.footer-bottom p {
 color:#fff;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom ul li {
 display:inline-block;
 margin-right:12px
}
.footer-bottom ul li:last-child {
 margin-right:0
}
.footer-bottom ul li a {
 opacity:.9;
 transition:all ease .4s;
 color:#fff
}
.footer-bottom ul li a:hover,
.footer-bottom ul li a:focus {
 opacity:1
}
.foot_link {
 color:#fff;
 opacity:1
}
.foot-news-first h5 {
 color:#fff
}
.sign-up-section{
    background-color: var(--main-color-one);
}

.sign-widget .sub-title{
    color: #ff7300;
margin-bottom: 10px;
font-weight: 400;
font-size: 20px;
}

.sign-widget .title{
    color: #fff;
    font-size: 35px;
}

.sign-info .sub-title{
    color: #ff7300;
   margin-bottom: 10px;
   font-weight: 400;
   font-size: 20px;
}

.sign-info .title{
    color: #fff;
    font-size: 35px;
}
.sign-info .title i {
	font-size:18px;
	vertical-align:super;
}

.sign-info .title span{
    font-size: 24px;
    text-transform: lowercase;
}

.sign-widget-btn .btn{
    display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ff7300;
  padding: 0 25px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #ff7300;
}
}

.sign-widget-btn .cmn-btn:hover{
    color: var(--main-color-two);
}
/* 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 30px 2px 30px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -15px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;}
.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;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#041b5e;}
/*WhatsChat Button*/
