/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
/*font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;*/
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;
  text-decoration:none;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #00b7ff;
  text-decoration: none;
}
a, button {
  color: #002450;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.sh-form input:focus:-moz-placeholder {
  opacity: 0;
}

.sh-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Nunito", sans-serif;
  color:#002450;;
  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-image: -moz-linear-gradient(0deg, #002450 0%, #ff2a2e 100%);
  background-image: -webkit-linear-gradient(0deg, #002450 0%, #ff2a2e 100%);
  background-image: -ms-linear-gradient(0deg, #002450 0%, #ff2a2e 100%);
  position: fixed;
  right: 30px;
  bottom: 190px;
  display: none;
  z-index: 99;
  border-radius: 50%;
}
.scrollToTop:hover {
  color: #fff;
}

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

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

::selection {
  background: #002450;
  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: 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: #00b7ff;
  border-radius: 0;
  font-family: "Heebo", sans-serif;
}

.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;
}
/*Header */
.header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.header-area .logo img {
	width:265;
	height:62px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

.header-icon {
  margin-right: 16px;
  font-size: 20px;
  margin-top:15px;
}
.header-icon .fa-phone {
  transform: scaleX(-1);
}

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

.header-sh h4 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 800;	
  padding-top: 15px;	
}

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

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

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

.main-menu ul > li > a::before {
 background: #002450 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: #00b7ff;
}

.header-top-btn a {
  padding: 16px 24px;
  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: #002450;
}

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

.main-menu ul li ul.submenu li a {
	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-sh h4 {
	color: #262626;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
	background: #f2f7fb;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 800;
	color: #002450;
	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;
}
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 p.domain-price {
  color: var(--sbit-semi-primary);
}
.domain_tlds_list li p span {
 font-size: 20px;
display: inline-block;
font-weight: 600;
padding-left: 0px;
color: #002450;
}
.domain_tlds_list li sup {
 font-size: 16px;
 top: -5px;
 right: 0px;
 font-weight: 600;
}
.domain_tlds_list li p span.striketxt {
 font-size:18px;
 display:inline-block;
 font-weight:400;
	position:relative;
	margin-left:5px;
	color:#262626;
 /*text-decoration:line-through*/
}
.domain_tlds_list li p span.striketxt i {
	font-size:16px;
	font-style:normal;
}
.domain_tlds_list li p span.striketxt:before {
 content: '';
position: absolute;
top: 50%;
left: 0px;
width: calc( 100% + 8px);
height: 1px;
background: #61646e;
}
.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:"Open Sans", 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
}
/*Search Domain End Section*/
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight:400;
  font-size:16px;
  display: inline-block;
}
.section-title h2 {
  font-size:48px;
  line-height: 1;
}
.section-title strong {color:#00b7ff;font-size: 27px;}
/* Hosting Features */
.sh-features {
  background:#f2f7fb;
}
.sh-features strong {
	font-size:40px;
	color: #00b7ff;
}
.sh-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 25px;
  overflow: hidden;
  min-height:400px;
  border: 1px solid #ecf0f2;
   -webkit-transition: 0.5s;
  transition: 0.5s;	
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
 box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);	
}
.sh-features-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sh-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
  color: #002450;
}
.sh-features-icon{
  width:90px;
  height:90px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
.sh-features-content p {
	  font-size: 16px;
  line-height: 24px;

}
/*Contact Us*/
.contact-sec {
	background: #f2f7fb;
}
/*SH Hosting Chat Help Start Here*/
.sh-chat-call-help {
	background: #fff;
	box-shadow: 0 0 15px rgba(67,67,67,0.2);
	margin: 30px auto 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding:20px;
	text-align: center;
}
.sh-chat-call-help .sh-chat-call-help-text {
	font-size:20px;
    color: #1c2430;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
	font-family: "Exo 2", Sans-serif;
}
.sh-chat-call-help-heading {
	padding-top: 65px;
    font-size: 40px;
	letter-spacing: 1px;
	color: #2c599f;
}
.sh-chat-call-help .sh-chat-call-help-text a {
	color:#00b7ff;
}
.sh-chat-call-help .sh-chat-call-help-text a:hover {
	color:#002450;
}
.sh-chat-call-help .sh-chat-call-help-text strong {
	padding-right:5px;
	padding-left:5px;
}
.sh-chat-call-help .sh-chat-call-help-text i {
    color:#002450;
	margin-left: 5px;
}
.sh-chat-call-help .sh-chat-call-help-text .fa-phone-square {
  transform: scaleX(-1);
}
/*sh Hosting Chat Help End Here*/
/*Pricing Start Here*/
.student-hosting {position:relative;}
.student-hosting .student-hosting-plan-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 40px 25px;
  border: 4px solid #eaecef;
  box-shadow: 0 31px 34px -20px rgba(0,0,0,0.09);
  transition: all 0.3s ease-in-out;	
  position: relative;
  overflow: hidden;	
}
.student-hosting .student-hosting-plan-wrapper:hover {
  box-shadow: 0 0 15px #EDF9F2;
  transform: scale(1.05);
}
.student-hosting .btn {
	width: 90%;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin: auto;
	display: block;
	background-color:#002450;
	border-color:#002450;
	margin-bottom: 10px;
}
.student-hosting .btn:hover {
	background: #00b7ff;
	border-color:#00b7ff;
	color:#fff;
}
.student-hosting .student-hosting-plan-wrapper h3 {
  font-size:40px;
  font-weight:700;
  color: #00b7ff;
  margin: 0;
  text-align:center; 
  padding-bottom: 10px;	
}
.student-hosting .student-hosting-plan-wrapper .sh-cost  {
	color:#262626 !important;
	font-size: 50px;
    font-weight: 700;
	line-height: 5px;
	padding-bottom: 20px;
}
.student-hosting .student-hosting-plan-wrapper .sh-cost span {
	font-size:16px;
}
.student-hosting .student-hosting-plan-wrapper .sh-cost i {
    font-size:24px;
    display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 500;
	vertical-align: super;
	font-style: normal;
}
.student-hosting .student-hosting-plan-wrapper .sh-cost div.striketxt {
 font-size:20px;
 display:inline-block;
 font-weight:500;
 position:relative;
 margin-left:5px;
 /*text-decoration:line-through;*/
 margin-bottom: 16px;	
}
.student-hosting .student-hosting-plan-wrapper .sh-cost div.striketxt i {
	font-size:16px;
}
.student-hosting .student-hosting-plan-wrapper .sh-cost  div.striketxt:before {
 content: '';
 position: absolute;
 top: 50%;
 left: 0px;
 width: calc( 100% + 8px);
 height: 1px;
 background: #61646e;
}
.student-hosting .student-hosting-features li{
	/*display: flex;*/
	padding: 10px 30px;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 1.71;
	/*align-items: center !important;*/
	  float: left;
  width: 50%;
}
.student-hosting .student-hosting-features li strong {
	color:#002450;
}
.student-hosting .student-hosting-features li i {
  color: #002450;
  margin-right: 5px;
  margin-top: 6px;
}

/*FAQ Code comes here*/
.faq-area {padding:60px 0 90px;}
.faq-accordion .accordion-item {
 border:none;
 border-radius:10px;
 margin-bottom:30px;
 box-shadow:0 10px 50px 0 rgba(26,46,85,.1)
}
.faq-accordion .accordion-item:last-child {
 margin-bottom:0
}
.faq-accordion .accordion-item .accordion-header {
 padding:0;
 position:relative
}
.faq-accordion .accordion-item .accordion-button {
 background-color:#00b7ff;
 padding:20px 45px 20px 30px;
 border-radius:10px 10px 0 0;
 border:none;
 box-shadow:none;
 font-size:22px;
 font-weight:800;
 color:#002450;
 -webkit-transition:.3s;
 transition:.3s;
 z-index:2;
 border: 1px solid #fbfbfb;	
}
@media only screen and (max-width:575px) {
 .faq-accordion .accordion-item .accordion-button {
  font-size:16px
 }
}
.faq-accordion .accordion-item .accordion-button:after {
 display:none
}
.faq-accordion .accordion-item .accordion-button:before {
 content:"\f192";
 font-family:"Font Awesome 5 Pro";
 font-size:16px;
 color:#fff;
 background-image:none;
 position:absolute;
 top:22px;
 right:30px;
 line-height:1;
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg);
 -webkit-transition:.3s;
 transition:.3s;
font-weight: 400;
}
.faq-accordion .accordion-item .accordion-button.collapsed {
 background-color:transparent;
 color:var(--sbit-black);
}
.faq-accordion .accordion-item .accordion-button.collapsed:before {
 top:26px;
 -webkit-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 transform:rotate(0deg);
 color:var(--sbit-base)
}
.faq-accordion .accordion-item .accordion-body {
 padding:25px 30px 30px;
}
.faq-accordion .accordion-item .accordion-body p {
 margin-bottom:15px;
 font-size: 16px;
}
.faq-accordion .accordion-item .accordion-body ul li {
  color: var(--sbit-heading);
  font-size: 15px;
  padding: 5px 0;
}
/*FAQ Code end Here*/
/* footer */
.footer-top {
	padding:10px 0 0px;
	background:transparent;
}
.footer-bottom {
  background:transparent;
}
.footer-top .content{
	position:relative;
	text-align:center;
}
.footer-text p {
	margin: 0;
	color: #262626;
}
.footer-social-link li {
  display: inline-block;
}
.footer-social-link li a {
  display: inline-block;
  width:45px;
  height:45px;
  line-height:45px;
	border-radius:50%;
  text-align: center;
  background-color: transparent;
  border:1px solid #e6e6e6;
  color:#002450;
  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 {
   border:1px solid #002450;	
  background: #002450;
  color: #fff;
}