/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
:root {
	--theme-color: #fe6f22;
	--theme-text-color: #fe6f22;
	--main-color-one: #F9556D;
	--main-color-two: #F9556D;
	--secondary-color: #30373f;
	--heading-color: #272b2e;
	--paragraph-color: #5B6880;
	--heading-font: 'Poppins', sans-serif;
	--body-font: 'Rubik', sans-serif;
	--poppins-font: 'Poppins', sans-serif;
	--body-font-size: 15px;
	--line-height30: 30px;
}
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: #fe6f22;
  text-decoration: underline;
}
a, button {
  color: #fe6f22;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.ch-form input:focus:-moz-placeholder {
  opacity: 0;
}

.ch-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:#fe6f22;;
  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:#fe6f22;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 99;
  border-radius:3px;
}
.scrollToTop:hover {
  color: #fff;
}

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

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

::selection {
  background: #fe6f22;
  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: #fe6f22;
  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;
}

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

/* Top Header */

.topheader .hidemobile {
    display:none;
}
.topheader {
	background: #fe6f22;
	font-family: 'Open Sans','Helvetica';
    font-size: 13px;
    padding:5px 0px;
}
.topheader .address-icon i {
    font-size:14px!important;
    color:#fff;
	padding-right:7px;
}
.topheader .custom-page-top {
    display:inline-block;
}
.topheader .custom-page-top h1 {
	font-family: 'Open Sans','Helvetica';
	font-size: 13px;
	color:#fff;
	margin:0;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
	font-size: 14px;
	color:#FFF;
}
/* header */
.header-area {
 /* padding-left: 85px;
  padding-right: 85px;*/
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

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

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

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

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

.main-menu ul > li > a::before {
 /* background: #ff6136 none repeat scroll 0 0;*/
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color: #fe6f22;
}

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

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

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-h2d h4 {
	color: #262626;
}
/* 3. slider */
.slider-height {
  min-height:550px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  padding: 0 0;
}

.slider-img {
  margin-top:50px;
  margin-left: -179px;
}
.slider-text.slider-content-space {
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 5px;
}
.slider-text h5 {
  font-weight: 500;
  color:#fe6f22;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #fff;
	font-weight:300;
	font-size:60px;
	line-height: 1;
	margin-bottom:15px;
	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: #fff;
  margin-bottom: 14px;
  margin-right: 20px;
  font-size:24px;
}
.slider-list {
	margin-bottom: 14px;
}
.slider-list li {
	padding:7px 0;
	color:#FFF;
}
.slider-list li:before {    
    font-family:"Font Awesome 5 Pro";
	content: '\f058';
	margin: 0 10px 0 3px;
	font-size: 18px;
	color:#fe6f22
}
.slider-list li :after {
  content: "";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 5px;
  background-color: black;
}
.slider-btn a {
  margin-right: 25px;
  position: relative;
}
.slider-btn a:hover {color:#fff;}
.slider-btn a:last-child {
  margin-right: 0px;
}
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  /*padding:0 100px;*/
}
.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;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fe6f22;
	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;
  top:0;	
  padding: 20px 30px;
}
.domain_tlds_list li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li:last-child {
	padding-right: 0
}
.domain_tlds_list li:first-child {
	padding-left: 0
}
.domain_tlds_list li span {
	font-family: "Heebo", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li span i {
	font-size: 12px;
}
.domain_tlds_list {
	margin-top: 15px
}
.domain_tlds_list li figure {
	margin-bottom: 10px
}

.xs-table {
 -webkit-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 background-color:#FFFFFF;
 margin-bottom:0px
}
.xs-table .domain-pricing-header th {
 width:25%;
 background-color:transparent;
 border:0px;
 color:#FFFFFF;
 padding:17px 10px;
 font-size:1.17647rem
}
.xs-table .domain-pricing-header tr {
 background-color: var(--theme-color);
}
.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*/
/*Hosting plan code comes here*/
.hosting-plan-set {
	position: relative;
}
.hosting-plan-set .hosting-package-plan {
	border: 2px solid #eee;
    margin-bottom:15px;
	font-family: 'Montserrat', sans-serif;
	background: #FFF;
}
.hosting-plan-set .hosting-package-plan .most-pop{
	border:2px solid #00a63f !important;
}
.hosting-plan-set .pricebox-header-content {
	background:#FFF;
    text-align: center;
    padding:30px 0 0px;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header{
	background:#fe6f22;
    position: relative;
	color:#FFF;
	line-height:50px;
	text-align:center;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.hosting-plan-set .hosting-price-header01 {
	background:#6dbf02 !important;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .hoting-plan-name {
    padding:15px 60px;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .price-inr {
    font-size: 20px;
    color: #6dbf02;
    font-weight: 700;
    vertical-align: top;
    padding-right:5px;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .hosting-amount {
	color: #6dbf02;
	font-size:36px;
    line-height: 1;	
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .period {
    color: #4d4d4d;
    padding: 5px 0 25px;
	font-size:20px;
}
.hosting-plan-set .hosting-discount{margin-top:18px;margin-bottom:10px;display:flex; -ms-flex-pack:center;justify-content:center;}
.hosting-plan-set .hosting-discount .old-price {color:#4d4d4d;text-decoration: line-through;font-size: 16px;font-weight: 600;line-height: 32px;}
.hosting-plan-set .hosting-discount .old-price.pro-plan{color:#fff;}
.hosting-plan-set .hosting-discount  .save-price {
  background-color: #ffe6d9;
  color: #ff5900;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 30px;
}
.hosting-plan-set .hosting-discount  .save-price.pro{background-color:#e9ffcc;color:#599906;}
.hosting-plan-set .hosting-package-plan .hosting-price-header .get-started {
    text-align: center;
    margin-top:30px;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .get-started a {
	background:#00a63f;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
}
.hosting-plan-set .hosting-package-plan .hosting-price-header .get-started a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a63f+0,00e070+100 */
	color: #FFF;
	background: #6fbf09;
	background: -webkit-linear-gradient(#6fbf09 0%, #77d107 100%);
	background: -o-linear-gradient(#6fbf09 0%, #77d107 100%);
	background: linear-gradient(#6fbf09 0%, #77d107 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbf09', endColorstr='#77d107',GradientType=0 );
	border: 2px solid #4b9804;
}
.hosting-plan-set .hosting-package-plan .pricebox-content .hosting-plan-list {
	color: #030303;
    font-size: 0.95em;
    list-style: outside none none;
    margin: 0;
    padding: 1em 0em;
    text-align:center;
}
.hosting-plan-set .hosting-package-plan .pricebox-content .hosting-plan-list strong {
	color:#fe6f22;
}
.hosting-plan-set .hosting-package-plan .pricebox-content .hosting-plan-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #666;
    display: block;
    font-size: 14px;
    font-weight:400;
    line-height: 1.5;
    padding:15px 5px;
    position: relative;
}
.hosting-plan-set .hosting-package-plan .hosting-plan-list li:first-child {
	border-top:none;
}
.hosting-plan-set .hosting-package-plan .hosting-plan-list li i{
	color:#00a63f;
    float: right;
    font-size: 16px;
    padding: 0 15px;
}
.hosting-plan-set .hosting-package-plan .get-started-btn {
	margin:auto 0 25px;
	text-align:center;
}
.hosting-plan-set .hosting-package-plan .btn {
	background: #3d3d41;
	border: 2px solid #545457;
	text-align:center;
    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-radius:0px !important;
	font-family: "Montserrat";
}
.hosting-plan-set .btn:hover,.hosting-plan-set.active .btn:hover {
	background: #6fbf09;
	border: 2px solid #4b9804;
    color: #fff;
}
/*Hosting plan code end here*/
/*Our Guarantee*/
.our-guarantee {
	position:relative;
}
.our-guarantee h3 {
	font-size: 24px;
	color:#6dbf02;
}
.our-guarantee .guarantee-icon {
    position: relative;
    text-align: center;
}
/*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*/
.ch-content {
	position: relative;
}
.ch-content h1 {
	font-size:18px;
}
.ch-content h3 {
	font-size:18px !important;
	color:#6dbf02;
}
.ch-content p, .ch-content ul li {
	color:#262626 !important;
}
.ch-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.ch-content ul li i {
    margin-right: 5px;
    color:#fe6f22;
    font-size:18px;
}
.ch-content p i {
	font-size:14px;
}
.ch-content p strong {
	color: #fe6f22;
}
.ch-content a {
	color:#fe6f22;
	text-decoration:underline;
}
.ch-content a:hover {
	color:#fe6f22;
}
/* 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 */
.h2d-features {
  background:#f2f7fb;
}

.h2d-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height:390px;
}
.h2d-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
}
.h2d-features-icon{
  width:90px;
  height:90px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
/*Contact Us*/
.contact-section .section-title-s3 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0.8em 0 0;
}


.single-contact-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.single-contact-box i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px dashed #fe6f22;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #fe6f22;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.single-contact-box:hover i {
  background-color: #fe6f22;
  color: #ffffff;
}

.single-contact-box .content-title h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color:#75c809;
}

.single-contact-box .content-title a {
  display: block;
  font-size: 16px;
  color: #747171;
}

.single-contact-box .content-title a:hover {
  color: #fe6f22;
}




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


/* footer */
.footer-top {
	padding:120 0 80px;
	background:#202020;
}
.footer-heading h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0 0;
  position: relative;
  border-bottom: 1px solid #3c4350;
  padding-bottom: 10px;
}

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .footer-social li {
  display: inline-block;
  margin-right: 10px;
}

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

.single-footer-widget .footer-social i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
   color:var(--theme-color);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}

.single-footer-widget .footer-social i::before {
  font-size: 14px;
}

.single-footer-widget .footer-social i:hover {
	color:var(--theme-color);
}

.single-footer-widget p {
  font-size: 14px;
  color: #d1cfcf;
  font-weight: 400;
}

.single-footer-widget .footer-heading {
  margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
  list-style-type: none;
  padding-bottom: 18px;
}

.single-footer-widget .footer-quick-links li:last-child {
  padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #e0dbdb;
  font-size: 14px;
  font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
  color:var(--theme-color);
	text-decoration: none;
}

.single-footer-widget .footer-info-contact {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: -4px;
}

.single-footer-widget .footer-info-contact i::before {
  font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
  font-size: 16px;
  color: #e0dbdb;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
  font-size: 14px;
  color: #e0dbdb;
  font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
  font-size: 14px;
  color: #e0dbdb;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-footer-widget .footer-info-contact span a:hover {
  color:var(--theme-color);
	text-decoration: none;
}
.footer-bottom {
  background:#181818;
}
.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:#ababab;
	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:#ed1216;
}

.footer-text p {
	margin: 0;
	color: #ababab;
}
.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 36px 2px 36px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -24px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius:0px;}
.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;}

.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:var(--theme-color);}
/*WhatsChat Button*/