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

body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #ff7300;
  text-decoration: none;
}
a, button {
  color: #1449b5;
  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;
  font-weight: normal;
  color:#ff6e00;;
  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:#ff7300;
  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: #1655c5;
  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 #1655c5;
padding: 0 40px;
font-size: 16px;
line-height: 60px;
border-radius: 40px;
color: #fff;
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: #1655c5;
}

.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 */
.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-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 32px;
  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;
  text-transform:uppercase;
}

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

.header-top-btn a {
  border-radius: 40px;
background: linear-gradient(to right, #ff5a00 0%, #ffa100 50%, #ff5a00 100%);
    background-size: auto;
background-size: 200% auto;
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: 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: 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:560px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  padding: 0 100px;
  background: #f2f5fb;
}
.slider-img {
 margin-top: 120px;
 margin-right: 90px;
}
.slider-text.slider-content-space {
  margin-left: 178px;
  margin-top: 100px;
  margin-right: 103px;
}
.slider-text h5 {
  font-weight: 500;
  color:#002e44;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #002e44;
	font-weight:300;
	font-size:62px;
	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: #002e44;
  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:#002e44;
	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:#ff5b00;
}
.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: #f2f5fb;
}
.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: #1449b5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #1449b5;
}
.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: #002e44;
	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;
top:0;	
  right: 4px;
	border-radius: 0px;
  /*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:#1449b5;
}
.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:30px 10px 30px;
}
.pricing-section .hosting-plan-wrapper h3 {
    font-size:36px;
    font-weight: 600;
    color:#1449b5;
    margin:0;
    margin-bottom: 25px;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-price h4 {
	color:#262626 !important;
	font-size: 50px;
    font-weight: 700;
}
.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:5px 15px;
    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:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  margin: 0 10px 0 3px;
  font-size: 15px;
  color: var(--teal);
  font-weight:100;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list ul li i {
    font-size: 18px;
    margin-right: 10px;
	color: #ff5b00;
	float: right;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn {
	background: linear-gradient(to right, #ff5a00 0%, #ffa100 50%, #ff5a00 100%);
    background-size: auto;
	background-size: 200% auto;
	border: 0;
    width: 70%;
}
.pricing-section .hosting-plan-wrapper .hosting-plan-list .btn:hover {
	color:#000;
	background-position: center center;
}
.hosting-plan-wrapper .package-discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom: 10px;
}
.hosting-plan-wrapper .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:#262626;
  font-size:16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  font-weight:700;	
}
.hosting-plan-wrapper .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#262626;
}
.hosting-plan-wrapper .package-discount .save-btn {
  color: #ff7300;
  border-radius: 3px;
  background: #ffe9cf;
  padding: 3px 9px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #f2d8b8;
  line-height: 18px;	  
}

/*Our Guarantee*/
.our-guarantee {
	position:relative;
}
.our-guarantee .features-item {
	background:#FFF;
    border: 2px solid #dee2e6;
	padding: 50px 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: 390px;
}
.our-guarantee .features-item h4 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 10px;
}
.our-guarantee .features-item:hover {
    border-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(217, 219, 226, 0.3);
    margin-top: -15px;
}
.our-guarantee .features-item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    background: #1655c5;
    -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;
}
.our-guarantee .features-item:hover:before {
    height: 6px;
}






/*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;
}
/*Managed VPS code Start*/
.managed-vps {
	position:relative;
}
.managed-vps-list {
	
}
.managed-vps-list ul {
	margin:0;
	padding:0;
}
.managed-vps-list ul li {
	margin:0;
	padding:10px 0;
	list-style:none;
	width: calc(100% / 3);
	float:left;
}
.managed-vps-list ul li:before {
    content: "\f058";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position: relative;
    color: #1449b5;
    padding-right: 10px;
	font-size: 18px;
}
/*Managed VPS code End*/
/*Content Start*/
.vc-content {
	position: relative;
}
.vc-content p, .vc-content ul li {
	color:#262626 !important;
}
 .vc-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.vc-content p i {
	font-size:14px;
}
.vc-content p strong {
	color: #ed1216;
}
.vc-content a {
	color:#ed1216;
	text-decoration:underline;
}
.vc-content a:hover {
	color:#ed1216;
}
/* 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;
}
/* Hosting Features */
.vc-features {
  position:relative;
}
.vc-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height:390px;
}
.vc-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
	color:#1449b5;
}
.vc-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;
}

.contact-section .submit-btn-wrapper {
    text-align: center;
}

.contact-section .submit-btn-wrapper button {
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-section form {
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .contact-section form {
        margin: 0 0 0 -15px;
    }
}

.contact-section form .one-third-col {
    width: 33.33%;
    float: left;
}

@media (max-width: 600px) {
    .contact-section form .one-third-col {
        width: 100%;
        float: left;
    }
}

.contact-section form div {
    padding: 0 15px 30px;
}

@media (max-width: 767px) {
    .contact-section form div {
        padding: 0 0 15px 15px;
    }
}

.contact-section form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-section form input,
.contact-section form textarea {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #ebeff3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-section form input,
    .contact-section form textarea {
        height: 45px;
        border: 1px solid #ebeff3;
    }
}

.contact-section form input:focus,
.contact-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ed1216;
}

.contact-section form textarea {
    height: 200px;
    padding: 15px;
}

.contact-section .contact-info {
    margin-top: 20px;
    margin-bottom: 75px;
    border: 1px solid #666464;
}
.contact-section .contact-info p {
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 991px) {
    .contact-section .contact-info {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info {
        margin-top: 50px;
    }
}

.contact-section .contact-info > div {
    width: 33.33%;
    float: left;
    padding: 20px 35px 22px 110px;
    position: relative;
    border-left: 1px solid #efefef;
}

.contact-section .contact-info > div:before {
    content: '';
    position: absolute;
    left: 88px;
    width: 1px;
    height: 50px;
    top: 44%;
    margin-top: -15px;
    background: #ccc;
}

@media (max-width: 991px) {
    .contact-section .contact-info > div {
        padding: 60px 35px 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info > div {
        width: 100%;
        padding: 40px 25px 20px;
        border-left: 0;
        border-top: 1px solid #efefef;
        float: none;
    }
}

.contact-section .contact-info .icon i {
    font-size: 40px;
    color: #ed1216;
    position: absolute;
    left: 30px;
    top: 45px;
}

@media (max-width: 991px) {
    .contact-section .contact-info .icon i {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info .icon i {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.contact-section .contact-info h5 {
    
    font-size: 18px;
    font-size: 1.125rem;
    margin: 1em 0 0.5em;
}


.contact-us-area .section-title {
  padding-bottom: 38px; 
}
.contact-us-area .section-title .title::before {
    display: none; 
}
.contact-us-area .contact-item {
  /*box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06);*/
  padding-top: 70px;
  padding-bottom: 65px;
  background: #f2f7fb; 
}
.contact-us-area .contact-item i {
    /*box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2);*/
    background-color: #ff7300;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px; 
}
  .contact-us-area .contact-item .title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 8px; }
  .contact-us-area .contact-item ul li a {
    font-size:24px;
    line-height: 30px;
    color: #002e44; }
  .contact-us-area .contact-item.center {
    background: #1449b5; }
    .contact-us-area .contact-item.center i {
      background: #fff;
      color: #0160e7; }
.contact-us-area .contact-item.center .fa-phone {
    transform: scaleX(-1);
}
    .contact-us-area .contact-item.center .title {
      color: #fff; }
    .contact-us-area .contact-item.center ul li a {
      color: #fff; }

/* footer */
.footer-bg {
    background-color: transparent;
	background-image: linear-gradient(160deg,#002e44 60%,#01405e 100%);
	padding-top: 170px;
	margin-top: -170px;
	/*position: relative;
	overflow: hidden;
	z-index: -999;*/
}
.footer-shape-top {
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	
}
.footer-shape-top svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(142% + 1.3px);
	display:none;
}
.footer-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.footer-logo {
  margin:50px 0px;
}
.footer-menu {
  margin-bottom:65px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}
.footer-menu ul {
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 25px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #ff6e00;
}

.footer-bottom {
   padding: 15px 0 10px;
   border-top: none;
   background: #1449b5;
}
.footer-bottom p {
    line-height: 24px;
    margin-top: 13px;
	color:#FFF;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom p a:hover {
	color:#ffd701;
}
.contact-address {
    background: #1449b5;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact-address ul li {
    padding:1px 0;
}
.contact-address ul li h4 {
	color: #FFF;
	font-size:16px;
	padding:12px 0 5px 0;
	margin: 0;
}
.contact-address ul li i {
	margin-right: 13px;
	font-size: 24px;
	line-height: 41px;
	float: left;
	display: inline-block;
	padding-top: 13px;
	background: #ff6e00;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
}
.contact-address ul li .fa-phone {
    transform: scaleX(-1);
}

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

.icon-color i{
	color: #fff;
}
/*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:64px;height:64px;line-height: 0.8;font-size: 25px;text-align: center;border-radius: 50%;}
.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 #fff;}

.live-chat .wc-btn .wc-chat-icon img{border:0px solid #fff;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#fff;}