/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");

body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  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: #000;
  text-decoration: none;
}
a, button {
  color: #3a05a8;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.bs-form input:focus:-moz-placeholder {
  opacity: 0;
}

.bs-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:#280473;
  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;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: #280473;
  position: fixed;
  right:40px;
  bottom:150px;
  display: none;
  z-index: 99;
  border-radius:30%;
  
}
.scrollToTop:hover {
  background:#fff100;	
  color: #00438b;
}

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

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

::selection {
  background:#fff100;
  color:#263238;
  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: #033da4;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:16px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #ffe300;
  border-radius:30px;
  font-family: "Heebo", sans-serif;
}
.btn-primary {
  background-color:#fff100;
  color: #263238;
  border-color: #fff100;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color:#033da4;
    color: #fff100; 
}
.btn-blue {
  background-color:#033da4;
  color: #fff; 
}
.btn-blue:active, .btn-blue:focus, .btn-blue: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;
}
/*header */
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001; }

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  padding: 0; }
  .header .navbar .navbar-brand {
    margin-right: 0; }
    .header .navbar .navbar-brand .logo-dark {
      display: none; }
    .header .navbar .navbar-brand .logo-light {
      display: inline-block; }
  .header .navbar .navbar-nav > li {
    margin-right: 30px;
    position: relative; }
    .header .navbar .navbar-nav > li:last-child {
      margin-right: 0; }
    .header .navbar .navbar-nav > li > a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 139px;
      color: #ffffff;
      padding: 0;
      position: relative;
      display: block;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
		cursor: pointer;
}
    .header .navbar .navbar-nav > li.active > a,
    .header .navbar .navbar-nav > li > a:focus,
    .header .navbar .navbar-nav > li > a:hover {
      color: #fff100; }
    @media screen and (max-width: 991px) {
      .header .navbar .navbar-nav > li {
        margin-right: 0; }
        .header .navbar .navbar-nav > li a {
          margin-right: 0;
          padding: 15px 10px;
          color: #280473;
          line-height: 1; }
        .header .navbar .navbar-nav > li.active {
          background-color: #280473; }
          .header .navbar .navbar-nav > li.active a {
            color: #ffffff; } }
  .header .navbar.navbar-fixed {
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
            box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-animation: navbarFixed 0.8s;
            animation: navbarFixed 0.8s; }
    .header .navbar.navbar-fixed .navbar-brand .logo-dark {
      display: inline-block; }
    .header .navbar.navbar-fixed .navbar-brand .logo-light {
      display: none; }
    .header .navbar.navbar-fixed .navbar-nav > li a {
      color: #212529;
      line-height: 1; }
      @media screen and (max-width: 991px) {
        .header .navbar.navbar-fixed .navbar-nav > li a:hover {
          background-color: #280473;
          color: #ffffff; } }
    .header .navbar.navbar-fixed .navbar-nav > li.active a {
      color: #280473; }
    @media screen and (max-width: 991px) {
      .header .navbar.navbar-fixed .navbar-nav > li.active {
        background-color: #033da4; }
        .header .navbar.navbar-fixed .navbar-nav > li.active a {
          color: #ffffff; } }

@-webkit-keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    margin-left: 15px;
    height: 100px;
    line-height: 100px; }
  .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    margin-right: 130px;
    padding: 0; } }
  @media only screen and (max-width: 991px) and (min-width: 992px) {
    .navbar .navbar-toggler {
      display: none; } }

@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
      background-color: transparent; }
      .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        top: 0; }
      .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .navbar .navbar-toggler .navbar-toggler-icon {
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .navbar .navbar-toggler .navbar-toggler-icon:before, .navbar .navbar-toggler .navbar-toggler-icon:after {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #ffffff;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .navbar .navbar-toggler .navbar-toggler-icon:before {
        top: -10px; }
      .navbar .navbar-toggler .navbar-toggler-icon:after {
        top: 10px; }
  .navbar .navbar-collapse {
    background-color: #ffffff;
    padding: 15px; }
  .navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent; }
  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
    background-color: #033da4; }
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before, .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
      background-color: #033da4; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px; }
  .module .module-icon,
  .module-consultation .btn {
    margin-right: 0; } }

@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .module-container {
  padding-left: 20px; }
  @media screen and (max-width: 991px) {
    .header .module-container {
      padding-left: 0; } }
  .header .module-container .module-cta .btn {
    width: 182px;
    height: 50px;
    padding: 0 17px;
    display: block;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    color: #e8505b;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #ffffff;
    border: 0;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    @media screen and (max-width: 991px) {
      .header .module-container .module-cta .btn {
        width: 170px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e8505b;
        font-size: 13px; }
        .header .module-container .module-cta .btn:before {
          line-height: 40px; } }

.header .navbar-fixed .module-container .module-cta .btn {
  background-color: #e8505b;
  color: #ffffff; }
/* Main Hero Banner*/
.hero {
  padding-top: 230px;
  padding-bottom:90px;
  background-color: #ffffff;
  overflow: visible;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.hero {
	padding-top: 130px; } 
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.hero {
	padding-top: 190px; } 
}
.hero .hero-cotainer {
    margin-bottom: 100px; 
}
.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;
}
.hero .hero-cotainer .hero-content li {
	padding:7px 0;
	color:#FFF;
}
.hero .hero-cotainer .hero-content li:before {    
    font-family: "Font Awesome 5 Pro";
  content: '\f058';
  margin: 0 10px 0 2px;
  font-size: 18px;
  color: #ffe300;
  font-weight: 100;
}
.hero .hero-cotainer .hero-content li :after {
  content: "a";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 5px;
  background-color: black;
}
.hero .hero-cotainer .hero-content .hero-headline {
	color: #ffffff;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 20px;
}
.hero .hero-cotainer .hero-content .hero-subline {
	color: #ffe300;
	font-size:27px;
	text-transform:uppercase;
}
.hero .hero-cotainer .hero-content .hero-headline span {
    display: inline-block;
    position: relative;
	color: #ffe300;
}
.hero .hero-cotainer .hero-content .hero-headline span i {
	font-size: 24px;
  vertical-align: top;
  	font-style: normal;
}
.hero .hero-cotainer .hero-content .hero-headline span small {
	font-size:20px;
}
.hero .hero-cotainer .banner-image {
    margin-left: 0;
    margin-right: -136px;
    margin-top: -100px;
    left: 20px;
}
/*.hero .hero-cotainer .hero-content .hero-headline span:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: calc(100% + 18px);
    height: 18px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    pointer-events: none;
}*/
@media screen and (max-width: 991px) {
.hero .hero-cotainer .hero-content .hero-headline {
	font-size: 40px;
    line-height: 50px; 
	} 
}
.hero .hero-cotainer .hero-content .hero-bio {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height:36px;
	margin-bottom: 42px; 
}
.hero .mockup {
	text-align: center;
}
.hero .mockup img {
	max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 0 auto; 
}
/*Sub Banner Start Here*/
.sub-hero {
  padding-top:180px;
  padding-bottom:1px;
  background-color: #ffffff;
  overflow: visible;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
}
@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: 100px; 
}
.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: 42px; 
}
.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: #fff100;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #280473;
	padding-bottom: 15px;
}
.search_domain_section form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
  height: 60px;
  border: none;
  background:#fff;
  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;
  padding: 20px 30px;
	top: 0;
}
.domain-search-form .btn {
	background:#280473;
	color:#FFF;
}
.domain-search-form .btn.btn-form:hover {
	color:#fff100;
}
.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:#280473;
}
.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 */
/*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(187, 191, 200);
    -moz-box-shadow:0 3px 8px 0 rgb(187, 191, 200);
    box-shadow:0 3px 8px 0 rgb(187, 191, 200);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.hosting-plan-wrapper-in {
	padding-right:20px !important;
	padding-left:20px !important;
}
.hosting-plan-wrapper-vps {
	padding-right:15px !important;
	padding-left:15px !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:#242c34;
	letter-spacing: 2px;
	text-transform:capitalize;
	font-weight: 700;
	font-family: 'Open Sans;', sans-serif;
}
.hosting-plan-wrapper .hosting-plan-title:after {
	background-color: #ffe300;
    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-discount{margin-top:18px;display:flex; -ms-flex-pack:center;justify-content:center;}
.hosting-plan-wrapper .hosting-discount .old-price {color:#524972;text-decoration:line-through;font-size:16px;font-weight:400;line-height:29px;}
.hosting-plan-wrapper .hosting-discount .old-price.pro-plan{color:#fff;}
.hosting-plan-wrapper .hosting-discount  .save-price {
  background-color: #eee9f9;
  color: #280473;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
.hosting-plan-wrapper .hosting-plan-price {
    font-size:36px;
    font-weight: 700;
    padding:15px 0 0px;
    color:#280473;
    font-family: "Montserrat";
    height: auto;
	width: auto;
	background-color: transparent;
	margin: 0px auto;
	text-align:center;
}
.hosting-plan-wrapper .hosting-plan-price .hosting-plan-price-currency {
    font-size: 20px;
	vertical-align: super;
	color:#280473;
	padding-right: 5px;
}
.hosting-plan-wrapper .hosting-plan-price-period {
    font-size:16px;
    padding: 0 0 0 0.0em;
    color: #280473;
}
.hosting-plan-wrapper .hosting-plan-list {
    font-size: 0.95em;
    margin: 0;
    padding:1em 0 1em;
    list-style: none;
    color: #666;
	text-align:left;
}
.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, #280473 0%, #3a05a8 100%);
	border-radius:3px;
	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: none;
	border-radius:3px;
	display: inline-block;
	font-family: "bold",sans-serif,Arial;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.web-hosting-info {
	text-align:center;
}
.web-hosting-info li {
	display: inline-block;
	font-size:18px;
	color: #282828;
	font-weight: 500;
	padding-right: 20px;
}
.web-hosting-info li i {
	color:#280473;
}

.bulkspace-call-chat-help {
	box-shadow: 0 0 15px rgba(67,67,67,.2);
	background: #f2f7fb;
	border-radius: 3px;
}
.bulkspace-call-chat-help p .fa-phone-square {
    transform: scaleX(-1);
}
.bulkspace-call-chat-help p {
	font-size:24px;
	padding:0;
	margin:0;
}
.bulkspace-call-chat-help p strong { 
	font-weight: 700;
	color: #280473;
}
.bulkspace-call-chat-help i, .bulkspace-call-chat-help a {
    color: #280473;
}
.bulkspace-call-chat-help a:hover {
	color:#fdba04;
}
/*Hosting plan code end here*/
/*Our Guarantee*/
/*Why Choose BulkSpace start*/
.why-choose-bulkspace {
	position: relative;
}
.why-choose-content {
	background: #F2F7FB;
	box-shadow:4px 4px 0px #d6e5f2;
}
.why-choose-content-in {
	background:#FFF !important;
}
.why-choose-content h2 {
	font-size:18px;
}
.why-choose-bulkspace a {
	color:#3a05a8; 
}
.why-choose-bulkspace a:hover {
	color:#ff6c00; 
	text-decoration:underline;
}
.why-choose-bulkspace-icon {
	/*background-color: #dfddf8;*/
	display: table;
	border-radius:45px;
	margin: 0 auto;
	/*border: 2px solid #d2cffb;
	min-width: 50px;
	min-height: 50px;
	margin-bottom: 5px;*/
	padding: 23px 23px;
}
/*Why Choose BulkSpace End*/
/*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;
}
.webapps-logo {
    display: inline-block;
    background: #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    margin-bottom: 60px;
}
/*VPS OS code Start here*/
.vps-os {
	position: relative;
}
.vps-os h3 {
	color:#00438b;
	font-size:24px;
}
.vps-os p {
	line-height:27px;
	padding-bottom: 30px;
}
.vps-os-img  {
	float:right;
}
/*VPS OS code End here*/
/*VPS Management plan start*/
.vps-management-section{
	position:relative;
}

.vps-management-section .plans-outer{
	position:relative;
    width: 100%;
    overflow-x: auto;
}

.vps-management-section .plans-outer .plans-table{
	position:relative;
    width: 100%;
    min-width: 900px;
	border-radius:5px;
	border:4px solid #e0e6ea;
	border-top:none;
	border-bottom:none;
	background-color:#ffffff;
}

.vps-management-section .plans-outer .plans-table .table{
	margin-bottom:0px;
}

.vps-management-section .plans-outer .plans-table .plans-header{
	position:relative;
	border-top: 4px solid #e0e6ea;
}

.vps-management-section .plans-outer .plans-table .plans-header tr th{
	position:relative;
	color:#00438b;
	font-size:20px;
	font-weight:600;
	text-align:center;
	padding:19px 10px;
	border-right:4px solid #e0e6ea;
	border-bottom:4px solid #e0e6ea;
}

.vps-management-section .plans-outer .plans-table tbody tr td:last-child,
.vps-management-section .plans-outer .plans-table .plans-header tr th:last-child{
	border-right:none;
}

.vps-management-section .plans-outer .plans-table .plans-header tr th.plan-title{
	padding-left:35px;
	text-align:left;
}

.vps-management-section .plans-outer .plans-table tbody{
	position:relative;
}

.vps-management-section .plans-outer .plans-table tbody tr{
	position:relative;
	border-bottom:4px solid #e0e6ea;
}
.vps-management-section .plans-outer .plans-tr-bg {
    background: #f3f8fd;
}

.vps-management-section .plans-outer .plans-table tbody tr td{
	position:relative;
	color:#333;
	font-size:18px;
	padding:19px 10px 10px;
	text-align:center;
	border-right:4px solid #e0e6ea;
}
.vps-management-section .plans-outer .plans-table tbody tr td i { 
	font-size:16px;
	padding-right:3px;
}
.vps-management-section .plans-outer .plans-table tbody tr td .cross-icon{
	color:#ec4545;
	font-size:27px;
	text-align:center;
	display:inline-block;
}

.vps-management-section .plans-outer .plans-table tbody tr td .check-icon{
	color:#3cc851;
	font-size:27px;
}

.vps-management-section .plans-outer .plans-table tbody tr td.title{
    padding-left: 35px;
	text-align:left;
}
/*VPS Management plan end*/
/*Content Start*/
.bs-content {
	position: relative;
}
.bs-content h2 {
	font-size:18px;
}
.bs-content p, .bs-content ul li {
	color:#262626 !important;
}
 .bs-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.bs-content p i {
	font-size:12px;
	padding-right:2px;
}
.bs-content p strong, .bs-content p span {
	color: #00438b;
}
.bs-content a {
	color:#00438b;
	text-decoration:underline;
}
.bs-content a:hover {
	color:#00438b;
}
/* 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;
}
/* Hosting Features */
.bs-features {
  position:relative;
}
.bs-features-box {
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height:390px;
}
.bs-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
}


.bs-feature .hosting-text {
 padding-left:0px;
 margin-bottom:50px
}
.bs-feature .hosting-text:last-child {
 margin-bottom:0px
}
.bs-feature .hosting-icon {
	background:#280473;
	width:80px;
	height:80px;
	margin-right:20px;
	padding:15px;
}
.bs-feature h4 {
 margin-bottom:5px
}
/* Hosting Compare Start*/
.hosting-compare {
	position:relative;
}

/* Hosting Compare End*/
/*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-address {
    background: #280473;
    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: #FFF;
	font-size:16px;
	padding:4px 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: #fff100;
    width:50px;
    height:50px;
    text-align: center;
}
.contact-address ul li .fa-phone-square {
    transform: scaleX(-1);
}

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

.icon-color i{
	color: #280473;
}


/*FAQ Start here*/
#faq {
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding:24px 0;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}
#faq #faq-list p a {
  color: #280473;
display: initial;
padding-right: 0;
font-size: 14px;
}

#faq #faq-list a.collapse {
  color: #fdb804;
}

#faq #faq-list a.collapsed {
  color: #280473;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}
/*FAQ End here*/

.sign-up-section{
   background:#280473;
}

.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-bottom: 10px;
    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;
}
/* footer */
.footer-top {
	padding:120 0 80px;
	background:#16151a url("../images/map.png") no-repeat;
	background-size: auto;
	background-position: bottom center;
}
.footer-bottom {
  	background:#121113; 
	
}
.footer-widget.text-widget .footer-logo {
 display:inline-block;
 margin-bottom:23px
}
.footer-widget.text-widget>p {
 margin-bottom:0px;
 color: #dad9dd;
}
.footer-widget.text-widget>p a {
	color:#3a05a8;
}
.footer-widget.text-widget>p>a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
 color:#fff100;
}
.footer-widget.text-widget>p>a:hover {
 color:#fff100;
 text-decoration: underline;
}
.footer-widget .widget-title {
	color:#FFFFFF;
	font-size:1.41176rem;
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
}
.footer-widget .widget-title:before {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	height:3px;
	width:30px;
	background-color:#fff100;
}
.footer-widget .xs-list li {
 margin-bottom:14px
}
.footer-widget .xs-list li:last-child {
 margin-bottom:0px
}
.footer-widget .xs-list li a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
	color: #dad9dd;
}
.footer-widget .xs-list li a:hover {
 color:#FFFFFF
}

.footer-widget .contact-info-widget>li:not(:last-child) {
 margin-bottom:15px
}
.footer-widget .contact-info-widget>li>a {
 color:rgba(255, 255, 255, 0.5);
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
color: #dad9dd;
	 
}
.footer-widget .contact-info-widget>li>a:hover {
 color:#FFFFFF
}

.footer-top .content{
	position:relative;
	text-align:center;
}
.footer-top .content .logo{
	position:relative;
	
}
.footer-top .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	max-width:770px;
	margin:0 auto;
	margin-top:25px;
	color:#ababab;
}
.footer-top .footer-nav{
	position:relative;
	text-align:center;
}

.footer-top .footer-nav ul{
	position:relative;
}

.footer-top .footer-nav ul li{
	position:relative;
	margin:0px 18px 18px;
	display:inline-block;
}

.footer-top .footer-nav ul li a{
	position:relative;
	color:#969cc1;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-top .footer-nav ul li a:hover{
	color:#b3b7d4;
}

.footer-text p {
	margin: 0;
	color: #dad9dd;
}
.footer-text p a {
	color:#FFF;
}
.footer-text p a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footer-contact-method {
	margin-bottom:50px;
}
.footer-contact-method a {
	background:#22253e;
	padding:8px 20px 12px;
	display:block;
	border-radius:5px;
	position:relative;
	text-decoration:none !important;
	overflow:hidden;
	margin-top:15px;
}
.footer-contact-method a span {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:13px;
	margin-bottom:20px;
	color:#fff;
	text-transform:uppercase;
}
.footer-contact-method a strong {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:14px;
	color:#fff;
	display:block;
}
@-moz-document url-prefix() {
	.footer-contact-method a span {
		font-weight:500;
	}
.footer-contact-method a strong {
	font-weight:500;
	}
}
.footer-contact-method a i {
	position:absolute;
	font-size:50px;
	bottom:-5px;
	color:#adaebb;
	right:-5px;
	opacity:0.2;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -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;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}
/* 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: #280473;
  background:#ffe300;
  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*/