/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
body {
  background: url(../images/bg.gif) repeat;	
  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: #ef3139;
}
a, button {
  color: #d52003;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.vc-form input:focus:-moz-placeholder {
  opacity: 0;
}

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

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

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

::selection {
  background: #0f395f;
  color: #fff;
  text-shadow: none;
}

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

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

/* button style */
.btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #ccfc12;
padding: 0 40px;
font-size: 16px;
line-height:45px;
border-radius: 3px;
color: #404f05;
cursor: pointer;
z-index: 5;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
background-color: #ccfc12;
}

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

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

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

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

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

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

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

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

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

/* 2. header */
#mosttop-bar {
 background:#0f385e url(../images/top-link-bg.png) center top no-repeat;
 position:relative;
 z-index:99;
}
.mosttop-bar-info {
 padding:0;
 margin:0
}
.mosttop-bar-info li {
 font-size: 15px;
font-weight: 400;
color: #fff;
list-style-type: none;
float: left;
margin: 0;
 padding: 11.5px 14px 10.5px 14px;
}
.mosttop-bar-info li i {
 font-size:15px;
 color:#022d62;
 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;
 text-align:center;
 margin:0;
 padding:8px 15px 8px 0;
}
#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:#fdd101;
}
.header-area {
  padding-left:0px;
  padding-right:0px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

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

.header-icon i {
  color: #1449b5;
  font-size: 30px;
}
.header-icon .fa-phone {
    transform: scaleX(-1);
}

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

.main-menu ul li a {
  color: #022d62;
  font-weight: 500;
  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: #0091ed;
}

.header-top-btn a {
  border-radius:12px;
  background:#ef3139;
  border: 0;
  line-height: 60px;
  padding: 0 40px;
  color: #fff;
}
.header-top-btn a:hover {
	background-position: right center;
}

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

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

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 240px;
	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: #0091ed;
}

.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-vc h4 {
	color: #262626;
}
/* 3. slider */
.slider-height {
  min-height:480px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  padding: 0 0;
  background: rgb(0,158,248);
  background: linear-gradient(180deg, rgba(0,158,248,1) 0%, rgba(15,97,136,1) 100%); 
}
.slider-img {
 margin-top: 100px;
 margin-right:0px;
}
.slider-text.slider-content-space {
  margin-top: 40px;
  margin-right: 100px;
  margin-bottom: 40px;
}
.slider-text h5 {
  font-weight: 500;
  color:#ef3139;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #fff;
	font-weight:500;
	font-size:42px;
	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-btn a span::after {
  position: absolute;
  right: 19px;
  top: 29px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}
a.btn.btn-border.line-btn::after {
  position: absolute;
  left: 17px;
  top: 28px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}

.slider-text p {
  color: #ccfc12;
  margin-bottom: 14px;
  margin-right: 20px;
  font-size:24px;
}
.slider-list {
	margin-bottom: 14px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.slider-list li {
	padding:7px 0;
	color:#fff;
	position:relative;
	-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;
}
.slider-list li:before {    
    font-family:"Font Awesome 5 Pro";
	content: '\f058';
	margin: 0 10px 0 3px;
	font-size: 18px;
	color:#ccfc12;
}
.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;
}
.btn-line {
  border-radius: 40px;
  background: linear-gradient(to right, #ff5a00 0%, #ffa100 50%, #ff5a00 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: auto;
  background-size: 200% auto;
  box-shadow: 0px 8px 16px 0px rgba(255, 140, 0, 0.3);
  border:0;
}
.btn-line:hover	 {
	color:#FFF;
	background-position: right center;
}
.slider-btn .btn-border {
	padding:0px 40px;
	background:#1449b5;
}
.slider-btn .btn-border:hover {
	color:#FFF;
}
.slider-btn a:last-child {
  margin-right: 0px;
}
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 100px;
  background: rgb(0,158,248);
  background: linear-gradient(180deg, rgba(0,158,248,1) 0%, rgba(15,97,136,1) 100%);
}
.sub-banner-height {
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area .block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.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-area .hero-bio {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 42px;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #0f395f;
	padding-bottom: 15px;
}
.search_domain_section h2 i {
	font-size:30px;
}
.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: 16px;
  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: -1px;
  top:0;	
  border-radius: 30px;
  padding:7px 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-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:#022d62;
}
.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 10px 60px;
}
.pricing-section .hosting-plan-wrapper h3 {
    font-size:36px;
    font-weight: 600;
    color:#022d62;
    margin:0;
    margin-bottom:10px;
}
.pricing-section .hosting-plan-wrapper .package-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.pricing-section .hosting-plan-wrapper .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:#0589dd;
  font-size:16px;
  font-weight:500;	
  line-height: 1;
  position: relative;
  margin-right: 15px;
}
.pricing-section .hosting-plan-wrapper .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#0589dd;
}
.pricing-section .hosting-plan-wrapper .package-discount .txt {
color: #0589dd;
padding:5px 8px;
font-size: 14px;
font-weight:600;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price h4 {
	color:#212529 !important;
	font-size:45px;
    font-weight: 700;
	padding-bottom:0px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price small {font-size:39px;font-weight:700;}
.pricing-section .hosting-plan-wrapper .hosting-plan-price h4 span {
	font-size:20px;
	color:#212529;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price i {
    font-size:16px;
    font-weight:600;
	vertical-align:super;
}
.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:10px 18px 45px;
    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 {
   padding:2px 5px 2px 10px;
   background: #f1faff;
   margin-bottom: 10px;
   line-height: 35px;
   cursor: pointer;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li:hover {
	background: #e1f0f9;	
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li a {
	font-weight:500;
	color: #d52003;
	text-decoration: none;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li a:hover {
	text-decoration: underline;
}

.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li i {
    font-size:16px;
	margin-right: 10px;
	color: #0589dd;
	float: right;
	line-height:35px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li i.close{color:#ed1216;}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn {
	background:#fcc403;
	border:1px solid #c2a961;
    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;
	font-size: 20px;
	text-transform: uppercase;
	color: #58450a;
	text-decoration: none;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn:hover {
	color:#022d62;
	background-position: right center;
}
/*Our Guarantee*/
.our-guarantee {
	position:relative;
}
.our-guarantee .features-item {
	padding: 20px 25px 40px;
	position: relative;
	-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;
	min-height: 255px;
	text-align: center;
}
.our-guarantee .features-item h4 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 10px;
}


/*Content Start*/
.hosting-content {
	position: relative;
}
.hosting-content p, .fv-content ul li {
	color:#262626 !important;
}
 .hosting-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.hosting-content p i {
	font-size:14px;
}
.hosting-content p strong {
	color: #0091ed;
}
.hosting-content a {
	color:#0589dd;
	text-decoration:underline;
}
.hosting-content a:hover {
	color:#0589dd;
	text-decoration: none;
}
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight: 700;
  font-size:18px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:42px;
  line-height: 1;
}
/*Plan Feature code Start*/
.plan-feature {
	position:relative;
}
.plan-feature-list {
	
}
.plan-feature-list ul {
	margin:0;
	padding:0;
}
.plan-feature-list ul li {
	margin:0;
	padding:10px 0;
	list-style:none;
	width: calc(100% / 3);
	float:left;
}
.plan-feature-list ul li:before {
    content: "\f058";
    font-family:'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    position: relative;
    color: #1449b5;
    padding-right: 10px;
	font-size: 18px;
}
/*Plan Feature code End*/

/*Contact Us*/
.section.section-contact {
    position: relative;
    width: 100%;
    z-index: 0;
}
.section-head h1 {
    margin: 30px 0 0;
    padding: 0 0 10px;
    font-size: 42px;
    clear: both !important;
    font-family: trebuchet ms,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #3e3e3e;
    text-shadow: 1px 1px 0 #000;
}
.section-head h1 span {
    color: #92b513;
}
 .section-head p {
    clear: both;
    padding: 30px 0 15px;
    color: #087ebe;
    font-size: 20px;
}
    
    .section.section-contact .feather {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      color: #ff5f7c;
      margin-right: 20px; }
    .section.section-contact .contact-info-list-item {
      overflow: hidden;
      display: flex;
      margin-bottom: 30px; }
    .section.section-contact .contact-info-list-item p {
      font-weight: 400;
      color: #c1c1c1;
      font-size: 16px; }
    .section.section-contact .contact-info-list-item h3 {
      font-weight: 900;
      margin-top: 5px;
      color: #fff;
      font-size: 25px; }
    .section.section-contact .contact-info-list-item.pdt-50:last-child span {
      margin-right: 50px; }
    .section.section-contact h4.contact-heading {
      border-bottom: 1px solid #ddd;
      margin-bottom: -40px; }
  .section.section-map {
    background-color: #faf9fc; }
  .section .items-contact .col-lg-12 {
    padding: 0; }
  .section .items-contact .contact-item {
    margin: 0 0 2rem;
    box-shadow: 0 60px 120px rgba(150, 155, 187, 0.2);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px; }
    .section .items-contact .contact-item h6 {
      font-size: 1.1rem;
      position: relative;
      color: #087ebe;
      padding-left: 1.5rem;
      margin-bottom: .5rem; }
      .section .items-contact .contact-item h6::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        height: 1rem;
        width: 1rem;
        background: #92b513;
        border-radius: 5px 5px 5px 15px; }
    .section .items-contact .contact-item-info {
      font-size: 1rem; }

/* footer */
footer {
	background:url("../images/footer-bg.jpg") 0 0 repeat-x;
	background-size: auto;
}
.footer-top {
	padding:60px 0 30px;
}
.footer-bottom {
	
}
.footer-widget.text-widget .footer-logo {
 display:inline-block;
 margin-bottom:23px
}
.footer-widget.text-widget>p {
 margin-bottom:25px;
 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: #74ac08;
font-size: 1.41176rem;
position: relative;
padding-bottom: 15px;
 margin-bottom: 25px;
font-weight: 500;
}
.footer-widget .widget-title:before {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	height:3px;
	width:30px;
	background-color:#fff;
}
.footer-widget .xs-list li {
 margin-bottom:14px;
 position:relative;
	padding-left: 15px;
}
.footer-widget .xs-list li:before {
    content: "\f054";
    font-family:'Font Awesome 5 Pro';
    font-size:10px;
    top: 4px;
    position: absolute;
    left: 0;
    opacity: .9;
    color: #fff;
	font-weight: 100;
}
.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;
	text-decoration: none;
}
.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;
	font-size:16px;
}
.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:3em;right:3em;outline: 0;cursor: pointer;  }
.live-chat .wc-btn .wc-chat-icon img{position: relative;width: 50px;height: 50px;line-height: 0.8;font-size: 25px;text-align: center;border-radius: 50%;}
.live-chat .wc-btn:hover .wc-chat-icon img{box-shadow: 0 0px 10px #222;}
.live-chat .wc-btn p{padding: 2px 30px 2px 30px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -15px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;}
.live-chat .wc-btn:hover .wc-chat-icon img,
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.live-chat .wc-btn .wc-chat-icon img,
.live-chat .wc-btn:hover p{box-shadow: 0 0px 2px #222;}

/*WhatsChat Button*/
.live-chat .wc-btn .wc-chat-icon img{border: 2px solid #fff;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#0379d2;}