/* 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;
}
/* reset css start */
:root{
  --heading-font:"Heebo", sans-serif;
  --para-font: "Heebo", sans-serif;
  --heading-color: #292929;
  --para-color: #777777;
  --main-color-one: #2c1e75;
  --main-color-two: #ffe300;
  --section-bg: #FAFAFA;
}
.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: #625fce;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.bbh-form input:focus:-moz-placeholder {
  opacity: 0;
}

.bbh-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:#625fce;;
  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:#2c1e75;
  position: fixed;
  right: 30px;
  bottom:120px;
  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: #625fce;
  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: #13171a;
  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: 6px;
  font-family: "Heebo", sans-serif;
  border:none;
}

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

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

.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;
}

/* 2. header */
.header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

.header-bbh h4 {
  color: #625fce;
  font-size: 24px;
  margin-bottom: 0px;
}

.header-icon i {
  color: #625fce;
  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: #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: #625fce;
}

.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: #625fce;
}

.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: 999;
	-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-bbh h4 {
	color: #625fce;
}
/* 3. slider */
.slider-height {
  background-size: cover;
  background-position: center;
  width: 100%;		
  background-repeat: no-repeat;
  min-height:742px;	
}
.slider-area {
  position: relative;
  padding: 0 0px;
}
.slider-area:after {
    background-image: url("../images/waves.png");
    background-size: 100% 100%;
    height:172px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: cover;
    pointer-events: none;
    z-index: 1;
}
.slider-img {
  margin-top: 105px;
  margin-right: -120px;
}
.slider-text.slider-content-space {
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 0px;
}
.slider-text h5 {
  font-weight: 500;
  color:#ffe300;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #fff;
	font-weight:300;
	font-size:60px;
	line-height: 1;
	margin-bottom:27px;
	margin-left: -6px;
}
.slider-text h2>span {
  font-weight: 700;
	position:relative;
}

.slider-btn a span::before {
  position: absolute;
  left: 19px;
  top: 29px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}


.slider-text p {
  color: #fff;
  margin-bottom:27px;
  margin-right: 20px;
  font-size:24px;
  line-height:36px;
}
.slider-list {
	margin-bottom: 14px;
}
.slider-list li {
	padding:7px 0;
	color:#FFF;
}
.slider-list li:before {    
    font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 10px 0 3px;
	font-size: 18px;
	color:#ffe300
}
.slider-list li :after {
  content: "a";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 5px;
  background-color: black;
}
.slider-btn a {
  margin-right: 25px;
  position: relative;
}

.slider-btn a:last-child {
  margin-right: 0px;
}

/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0;
}

.sub-banner-height {
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align:left;
}
.sub-banner-area .block h1 {
  font-size: 2.5rem;
  color: #ffe300;
  font-weight: 600;
  padding:10px 0;
}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.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;
}

.sub-banner-feature-wrapper .sub-banner-feature {
  list-style: none;
  padding-left: 0px; 
}
.sub-banner-feature-wrapper .sub-banner-feature li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px; 
}
.sub-banner-feature-wrapper .sub-banner-feature li::before {
	content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 5px; 
}
.sub-banner-feature-wrapper::before {
  content: " ";
  display: block;
  width: 798px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px; }
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #625fce;
	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;
  padding: 20px 30px;
  top:0;	
}
.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: "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
}

.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:#625fce;
}
.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-section {
	position: relative;
}
.pricing-section .hosting-plan-wrapper {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding:40px 35px 10px;
}
.pricing-section .hosting-plan-wrapper.vps {padding: 40px 14px 10px;}
.pricing-section .hosting-plan-wrapper.ssl {padding:40px 21px 10px;}
.pricing-section .regular-pricing {
    padding-bottom:15px;
    font-size: 16px;
    font-weight: 500;
}

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

.pricing-section .hosting-plan-wrapper h3 {
    font-size:36px;
    font-weight: 600;
    color:#625fce;
    margin:0;
    margin-bottom: 25px;
}
.ssl-head {
	font-size: 24px !important;
}
.ssl-price {
	font-size:42px !important;
}

.pricing-section .hosting-plan-wrapper .hosting-plan-price h4 {
	color:#262626 !important;
	font-size:45px;
    font-weight: 700;
	padding-bottom:5px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price h4 span {
	font-size:20px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price i {
    font-size:16px;
    font-weight:600;
	vertical-align:top;
}
.pricing-section .hosting-plan-wrapper h5 {
    font-size: 16px;
    font-weight: 600;
    color: #475254;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list {
    /*background: #ffffff;*/
    padding:20px 3px;
    /*box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.06);
    border-radius: 5px;*/
    position: relative;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
    text-align-last: left;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li {
    margin: 15px 0;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li i {
    font-size: 18px;
    margin-right: 10px;
    color:#625fce;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn {
    width: 70%;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn:hover {
    bottom: -10px;
	color:#000;
}
/*Our Guarantee*/
.our-guarantee {
	position:relative;
}

.our-guarantee h3 {
	font-size: 24px;
	color: #2c1e75;
}
.our-guarantee .guarantee-icon {
    position: relative;
    text-align: center;
}
.left-guarantee {
	max-width: 750px;
	padding:80px 80px;
}
/*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;
}
/*Content Start*/
.bbh-content {
	position: relative;
}
.bbh-content p, .bbh-content ul li {
	color:#262626 !important;
}
 .bbh-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.bbh-content p i {
	font-size:14px;
}
.bbh-content p strong {
	color: #625fce;
}
.bbh-content a {
	color:#625fce;
	text-decoration:underline;
}
.bbh-content a:hover {
	color:#625fce;
}
/* 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:48px;
  line-height: 1;
}
/* Hosting Features */
.bbh-features {
  background:#f2f7fb;
}
.bbh-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height: 330px;
}
.bbh-features-content h3 {
  margin-bottom:25px;
  font-size:18px;
}
.bbh-features-icon{
  width:90px;
  height:90px;
  margin: 0 auto;
  position: relative;
  /*margin-bottom: 15px;*/
}
/*Contact Us*/
#contact {
    background:#f2f2f2;
    position:relative;
    overflow:hidden
}
#contact .btn-success {
	background:#052c81;
	padding:20px 35px;
	border-color:#03246c;
	font-weight:900;
	font-size:18px;
	border-radius:3px;
	letter-spacing:2px;
	cursor:pointer;
}
#contact .btn-success:hover {
	background:#0974df;
	border-color:#0974df;
}
#contact .contact-right {
	margin-left:30px;
}
#contact .contact-right .contact-right-box {
    display: block;
    padding:48px 0px 20px;
    margin-bottom:50px;
	text-align:center;
	color:#FFF;
}
#contact .light-box-bg { background:#0974df;}
#contact .dark-box-bg {
    background-color:#052c81 !important;
}
#contact .contact-right .contact-right-box i {
	font-size: 27px;
	background:#625FCE;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	color:#FFF;
	line-height: 60px;
}
#contact .contact-right .contact-right-box h4 {
    font-size:24px;
    font-weight:500;
	margin:20px 0;
}
#contact .contact-right .contact-right-box p a {
	color:#262626;
}
#contact .contact-right .contact-right-box p a:hover {
	text-decoration:underline;
}
#contact .contact-right .contact-right-box p {
	color:#262626;
	font-size: 18px;
	font-weight: 500;
}

#contact .contact-block{
    padding:30px;
    overflow:hidden
}


/* footer */
.sign-up-section{
    background-color: var(--main-color-one);
}

.sign-widget .sub-title{
    color: var(--main-color-two);
    margin-bottom: 10px;
}

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

.sign-info .sub-title{
    margin-bottom: 10px;
    color: var(--main-color-two);
}

.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;
}

.sign-widget-btn .cmn-btn{
    margin-top: 20px;
    background-color: var(--main-color-one);
}

.sign-widget-btn .cmn-btn:hover{
    color: var(--main-color-two);
}

.footer-top {
	padding:120 0 80px;
	background:#33334f;
}
.footer-bottom {
  background:#2d2d44;
}
.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: #ababab;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width:40px;
  height:40px;
  line-height:40px;
  text-align: center;
  background-color:#22253e;
  /*border: 1px solid #403f3f;*/
	border-radius: 100%;
  color: #fff;
  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: #625fce;
  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: #fff;
  background:#625fce;
  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*/
.modal-title {
  font-size: 21px;
}