 /* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
/*  
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Poppins', sans-serif;
*/
body {
  font-family:'Poppins', sans-serif;
  font-weight:400;
  font-style: normal;
}

.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: #00ab15;
  text-decoration: underline;
}
a, button {
  color: #00ab15;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
	color: #00c4eb;
	text-decoration: underline;
}
.wwh-form input:focus:-moz-placeholder {
  opacity: 0;
}

.wwh-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;
  font-weight: normal;
  color:#03382e;
  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:15px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family:'Poppins', 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;
}
.bg-two {
	background:#FFF;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background-color:#00ab15;
  position: fixed;
  right: 30px;
  bottom:90px;
  display: none;
  z-index: 99;
  border-radius:40%;
}
.scrollToTop:hover {
  color: #fff;
}

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

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

::selection {
  background: #00ab15;
  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 {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:14px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #00ab15;
  border-radius:30px;
  border:none;
}
.btn:hover {
	color:#03382e;
}

.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;
}
.wrapper {
    background: #BDD0B5 url(../images/bg.png) 0 0 repeat-x;
    overflow: hidden;
}
.bg-border-bottom{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/* 2. header */
#mosttop-bar {
 position:relative;
 z-index:99;
 /*background:#f0f5fb*/
}
.mosttop-bar-info {
 padding:0;
 margin:0
}
.mosttop-bar-info li {
 font-size:14px;
 font-weight:400;
 color:#fff;
 list-style-type:none;
 float:left;
 margin:0;
 padding:13.5px 14px 12.5px 14px
}
.mosttop-bar-info li span {
    position: relative;
    font-weight: 600;
    color: #FF0;
}
.mosttop-bar-info li i {
 font-size:15px;
 color:#FFF;
 padding-right:8px
}
#mosttop-bar .social-icons {
 padding:0;
 float:right;
 margin:0
}
#mosttop-bar .social-icons li {
 font-size:20px;
 list-style-type:none;
 float:left;
 width:50px;
 text-align:center;
 border-left:1px solid #e4e4e4;
 margin:0;
 padding:8px 0 8px 0
}
#mosttop-bar .social-icons li:last-child {
 border-right:1px solid #e4e4e4
}
#mosttop-bar .social-icons li a {
 color:#fff;
 -webkit-transition-duration:.3s;
 transition-duration:.3s;
 font-size:15px
}
#mosttop-bar .social-icons a:hover {
 color:#00c4eb;
}
#mosttop-bar .mosttop-bar-text  {
	padding:0;
 float:right;
 margin:0
}
#mosttop-bar .mosttop-bar-text p {
	text-align:right;
	padding: 13.5px 0 12.5px 14px;
	margin-bottom: 0;
	line-height:22px;
	color:#FFF;
}
.header-area {
  background: url("../images/theme_bg.jpg") 0 0 repeat-x;
  padding-left:0px;
  padding-right:0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

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

.header-icon i {
  color: #ed1216;
  font-size: 30px;
}

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

.main-menu ul li a {
  color: #fff;
  font-weight:400;
  font-size: 16px;
  padding:18px 0px 0;
  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: #00ab15;
}

.header-top-btn a {
  padding: 16px 42px;
  font-size: 14px;
}

.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.05);
	text-align: left;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.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: #00c4eb;
}

.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);
}
.sticky-bar .header-wwh h4 {
	color: #262626;
}
/* Main Hero Banner*/
.banner-section{
	position:relative;
	padding-top:20px;
	padding-bottom:25px;
	background-color:#f2f7fb;
	overflow: hidden;
}

.banner-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-position:right top;
	background-repeat:no-repeat;
}

.banner-section .content-boxed{
	position:relative;
	text-align:center;
}

.banner-section .content-boxed .inner-column{
	position:relative;
	padding-bottom:10px;
}

.banner-section .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.25em;
	margin-bottom:10px;
	text-transform:capitalize;
	font-size:42px;
}
.banner-section .content-boxed p {
	color:#FFF;
	font-size:18px;
}

.banner-section .content-boxed h1 span{
	color:#00ab15;
}

.banner-section .buttons-box{
	position:relative;
}

.banner-section .buttons-box .theme-btn{
	margin:0px 10px;
}

.banner-section .image{
	position:relative;
	text-align:center;
}

.banner-section .image img{
	position:relative;
}

.banner-section .search-boxed{
	position:relative;
	padding:40px 70px;
	border-radius:25px;
	max-width:970px;
	margin:0 auto;
	margin-top:15px;
	background-color:#ffffff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.05);
}
.banner-section .search-boxed h2 {
	text-align:center;
}

.banner-section .search-box .form-group{
	position:relative;
	margin:0px;
}

.banner-section .search-box .form-group input[type="text"],
.banner-section .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 25px;
	border:1px solid transparent;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:60px;
	color:#000000;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 30px rgba(0,0,0,0.05);
	text-decoration: none;
}

.banner-section .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:100px;
	display:block;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	border-radius:0px 5px 5px 0px;
	line-height:100%;
	font-weight:normal;
	background:#00ab15;
	box-shadow: none;
	border: none;
}

.banner-section .search-box .form-group input[type="text"]:focus,
.banner-section .search-box .form-group input[type="search"]:focus{
	border-color:#00ab15;
}

/* Bootcamp HTML Template*/

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

@media only screen and (max-width: 1740px){
	
	.banner-section-two .side-layer{
		background-position:left top;
	}
	
}

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

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

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

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

	
	.banner-section{
		padding-top:150px;
		background-color:#5539a3;
	}
	
	.banner-section .image-column .inner-column{
		margin-left:0px;
	}
	
	.banner-section .content-column .inner-column{
		padding-left:0px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.banner-section .search-boxed{
		padding:30px 30px;
		border-radius:5px;
	}
	
	
	
}

@media only screen and (max-width: 599px){
	.banner-section {
		display:none;
	}
	
	.banner-section .search-boxed{
		padding:15px 15px;
	}
	
	.banner-section .search-box .form-group input{
		border-radius:6px;
	}
	
	.banner-section .search-box .form-group button{
		position:relative;
		width:100%;
		border-radius:3px;
		margin-top:15px;
	}
	
}

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

/*Sub Banner Start Here*/
.sub-hero {
  padding-top:40px;
  padding-bottom:30px;
  background-color: #578642;
  overflow: visible;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
  text-align:center;
}
@media screen and (max-width: 767px) {
.sub-hero {
	padding-top:130px; 
	padding-bottom:55px;
} 
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.sub-hero {
	padding-top: 190px; } 
}
.sub-hero .hero-cotainer {
    margin-bottom:0px; 
}
.sub-hero .hero-cotainer .hero-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sub-hero .hero-cotainer .hero-content .hero-headline {
	color: #ffffff;
	font-size: 65px;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 20px;
	text-transform: capitalize;
}
@media screen and (max-width: 991px) {
.sub-hero .hero-cotainer .hero-content .hero-headline {
	font-size:36px; 
	} 
}
.sub-hero .hero-cotainer .hero-content .hero-bio {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height:36px;
	margin-bottom:80px; 
}
.sub-hero .hero-content ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-hero .hero-content ul li a {
  font-weight: 600;
  color: #e0ff00;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #f97201;
	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;
  border-radius: 30px;	
}
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;	
  padding: 20px 30px;
}
.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: "Heebo", 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:#2c462b;
}
.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;
 font-family:"Heebo", sans-serif;	
}
.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*/

/*Hosting plan code comes here*/
.hosting-plan {
	position:relative;
}
/*.hosting-plan h2 {
	color:#FFF;
}*/
.hosting-plan-wrapper {
    margin: 0;
    padding: 40px 10px 40px;
    color: #000;
    background: #fff;
    position: relative;
    -webkit-box-shadow:0 3px 8px 0 rgb(228, 230, 236);
    -moz-box-shadow:0 3px 8px 0 rgb(228, 230, 236);
    box-shadow:0 3px 8px 0 rgb(228, 230, 236);
    -webkit-border-radius: 20px;
    border-radius:3px;
    font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.hosting-plan-wrapper-in {
	padding-right:20px !important;
	padding-left:20px !important;
}
.hosting-plan-wrapper .hosting-plan-desc {
	text-align:center;
	font-size:14px;
}
.hosting-plan-wrapper .hosting-plan-title {
	position: relative;
	font-size:30px;
	text-align:center;
	margin: 0px 0px 0px;
	padding-bottom:10px;
	color:#03382e;
	letter-spacing: 2px;
	text-transform:capitalize;
	font-weight: 700;
	font-family: 'Open Sans;', sans-serif;
}
.hosting-plan-wrapper .hosting-plan-title:after {
	background-color: #00ab15;
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 18px);
    width: 36px;
    height: 3px;
}
.hosting-plan-wrapper .kpt-desc{
	text-align:center;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	padding: 0 0 1.5em;
	margin: 0;
	 color:#3C4857;
}
.hosting-plan-wrapper .hosting-plan-price {
    font-size:42px;
    font-weight:700;
    padding:5px 0 0px;
    color:#00ab15;
    font-family: "Montserrat";
    height: auto;
	width: auto;
	background-color: transparent;
	margin: 0px auto;
	text-align:center;
}
.hosting-plan-wrapper .regular-pricing {
    padding-top:20px;
    font-size: 16px;
    font-weight: 500;
}

.hosting-plan-wrapper .regular-pricing .plan-regular-pricing span {
    text-decoration: line-through;
	font-weight:600;
    color: #222;
}
.hosting-plan-wrapper .regular-pricing .plan-regular-pricing .plansdiscounttxt {
  background-color: #f7e36d;
  padding: 5px 10px;
  font-size: 14px;
  border-radius:2px;
  color: #000;
}

.hosting-plan-wrapper .hosting-plan-price .hosting-plan-price-currency {
    font-size: 20px;
	vertical-align: super;
	color:#00ab15;
	padding-right: 5px;
}
.hosting-plan-wrapper .hosting-plan-price-period {
    font-size: 16px;
    padding: 0 0 0 0.0em;
    color: #00ab15;
}
.hosting-plan-wrapper .hosting-plan-list {
    font-size: 0.95em;
    margin: 0;
    padding:0em 0 1em;
    list-style: none;
    color: #666;
	text-align:center;
}
.hosting-plan-wrapper .hosting-plan-list > li {
   font-family: 'Poppins', sans-serif;
	border-bottom:1px solid rgba(0,0,0,0.05);
    position: relative;
    display: block;
    padding: 15px 0px 15px 0px;
    line-height: 1.5;
    color: #383435;
    font-size: 14px;
    font-weight:400;
}
.hosting-plan-wrapper .hosting-plan-list > li i {
	float:right;
	font-size:16px;
	padding:0 15px;
	color: #280473;
}
.hosting-plan-btn {
	background-image: linear-gradient(57deg, #03463a 0%, #03382e 100%);
	border-radius:40px;
	color: #fff !important;
	display: inline-block;
	font-family: "bold",sans-serif,Arial;
	font-size: 16px;
	line-height: 15px;
	padding: 16px 60px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border:none;
}
.hosting-plan-bg {
	background-image: linear-gradient(57deg, #280473 0%, #3a05a8 100%);
}
.hosting-plan-wrapper .active .hosting-plan-title h3 {
	color:#FFF !important;
}
.active .hosting-plan-list > li, .active .hosting-plan-title, .active .hosting-plan-price, .active .hosting-plan-price .hosting-plan-price-currency, .active .hosting-plan-price-period, .active .hosting-plan-list > li i  {
	color:#FFF;
}

.hosting-plan-wrapper .popular {
	width: 130px;
    height: 25px;
    position: absolute;
    top:-12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F00;
    border-radius:3px;
    font-size: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
	line-height: 21px;
}
.hosting-plan-wrapper .btn,.hosting-plan-wrapper.active .btn:hover {
    background: #072266;
    border-color: #29d9c2;
    margin: 15px auto 0;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	font-family: "Montserrat";
}
.hosting-plan-wrapper .btn:hover,.hosting-plan-wrapper.active .btn:hover {
    background:#ff4718;
    border-color: #333;
    color: #fff;
}
.btn-white {
    color:#3C4857;
	font-size: 16px;
	line-height: 15px;
	padding: 16px 60px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
	
	border-radius:3px;
	display: inline-block;
	font-family: "bold",sans-serif,Arial;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
/*Hosting plan code end here*/
/*Content Start*/
.wwh-content {
	position: relative;
}
.wwh-content p, .wwh-content ul li {
	color:#262626 !important;
}
 .wwh-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.wwh-content p i {
	font-size:14px;
}
.wwh-content p strong {
	color: #03382e;
}
.wwh-content a {
	color:#03382e;
	text-decoration:underline;
}
.wwh-content a:hover {
	color:#03382e;
}
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight: 700;
  font-size:18px;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:36px;
  line-height: 1;
}
.sign-up-section{
   background:#0a5271;
}

.sign-widget .sub-title{
    color:#fff100;
    margin-bottom: 10px;
	font-size: 16px;
}

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

.sign-info .sub-title{
    margin:10px 0;
    color:#fff100;
	font-size: 14px;
}

.sign-info .title{
    color: #fff;
    font-size: 35px;
}
.sign-info .title i {
	font-size: 24px;
	vertical-align: text-top;
}

.sign-info .title span{
    font-size: 24px;
    text-transform: lowercase;
}
/*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 div {
    padding: 0 15px 30px;
}

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

.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_localtion{
  position: relative;
}
.contact_localtion h4{
  font-size:28px;
  color: #03382e;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact_localtion p{
  color: #484848;
  line-height: 1.714;
  margin-bottom: 20px;
}
.contact_localtion .content_list h5{
  font-size:18px;
  color: #03382e;
  font-weight:700;
  line-height: 1.5;
  margin-bottom: 0;
}
.contact_localtion .content_list p{
  margin-bottom: 30px;
}
.contact_form_social_area{
  margin-bottom: 0;
  position: relative;  
}
.contact_form_social_area li{
  background-color: #f7f7f7;
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.contact_form_social_area li:hover{
  cursor: pointer;
}
.contact_form_social_area li a{
  font-size: 14px;
  color: #484848;
  line-height: 1.2;
}

/* footer */
footer {
	position: relative;
    overflow: hidden;
}
.footer-bg {
    background-color: transparent;
    background-image: linear-gradient(160deg,#29441f 62%,#164d02 100%);
    padding:90px 0 0px 0;
    position: relative;
    overflow: hidden;
}
.footer-shape-top {
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.footer-shape-top svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(142% + 1.3px);
}
.footer-shape-fill {
    fill: #bdd0b5;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.footer-widget h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
.footer-widget a {
	color: #fff;
}
.footer-widget a:hover {
	color: #00ab15;
}

.footer-widget span {
	display: block;
	color:#FFF;
	font-size:15px;
}

.footer-social li {
	display: inline-block;
	margin-right: 20px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-bottom {
	margin-top: 40px;
	padding-top: 70px;
	border-top:1px solid #2a6217;
}

.footer-menu {
	margin: 25px 0 20px;
}

.footer-menu ul li {
	text-transform: none;
display: inline-block;
margin-right: 30px;
}
.footer-menu ul li a { 
	color:#FFF;
}
.footer-menu ul li a:hover{
	color:#00ab15;
}
.footer-menu ul li:last-child {
	margin-right: 0;
}
.footer-copyright {
	padding:10px 0 30px;
}
.footer-copyright .footer-text p {
	color:#FFF;
}
.footer-copyright .footer-text p a {
	color:#FFF;
}
.footer-copyright .footer-text p a:hover {
	color:#00ab15;
}
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{/*display:flex;*/position: fixed;bottom:0em;right:3em;outline: 0;cursor: pointer;box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);  }
.live-chat .wc-btn p{
  padding:2px 32px 2px 32px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color: #fff;
  background:#00ab15;
  margin-bottom: 0;	
}
.live-chat .wc-btn p i{padding-right:10px;}
.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;}
/*WhatsChat Button*/