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

.mh-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:#ff6119;
  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:15px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family:'Poppins', 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;
}
.bg-two {
	background:#FFF;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff6119;
  font-size: 25px;
  background-color:#ff0;
  position: fixed;
  right:120px;
  bottom:90px;
  display: none;
  z-index: 99;
  border-radius:40%;
}
.scrollToTop:hover {
  color: #ff6119;
}

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

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

::selection {
  background: #ff6119;
  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: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:24px 45px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #ff6119;
  border-radius:0px;
}
.btn:hover {
	color:#03382e;
}

.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;
}
.wrapper {
    background:url(../images/main-bg.png) 0 0 repeat;
    overflow: hidden;
}
.bg-border-bottom{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/* 2. header */
#mosttop-bar {
 position:relative;
 z-index:99;
 /*background:#f0f5fb*/
}
.mosttop-bar-info {
 padding:0;
 margin:0
}
.mosttop-bar-info li {
 font-size:14px;
 font-weight:400;
 color:#fff;
 list-style-type:none;
 float:left;
 margin:0;
 padding:13.5px 14px 12.5px 14px
}
.mosttop-bar-info li span {
    position: relative;
    font-weight: 600;
    color: #FF0;
}
.mosttop-bar-info li i {
 font-size:15px;
 color:#FFF;
 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;
 width:50px;
 text-align:center;
 border-left:1px solid #e4e4e4;
 margin:0;
 padding:8px 0 8px 0
}
#mosttop-bar .social-icons li:last-child {
 border-right:1px solid #e4e4e4
}
#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:#00c4eb;
}
#mosttop-bar .mosttop-bar-text  {
	padding:0;
 float:right;
 margin:0
}
#mosttop-bar .mosttop-bar-text p {
	text-align:right;
	padding: 13.5px 0 12.5px 14px;
	margin-bottom: 0;
	line-height:22px;
	color:#FFF;
}
.header-area {
  background: rgb(220,69,28);
  background: linear-gradient(180deg, rgba(220,69,28,1) 0%, rgba(229,86,21,1) 39%, rgba(246,121,7,1) 100%);
  padding-left:0px;
  padding-right:0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

.header-mh 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: #fff;
  font-weight:400;
  font-size: 16px;
  padding:29px 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: #222;
}

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

.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);
}
.sticky-bar .header-mh h4 {
	color: #262626;
}
/* Main Hero Banner*/
.slider-height {
  min-height:430px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  background:#ff8b00;
}
.slider-img {
  margin-top:75px;
  margin-left: -80px;
	float: right;
}
.slider-img .uptime {
   background: #ff0 none repeat scroll 0 0;
border: 3px solid #ff6119;
border-radius: 100%;
color: #252525;
font-size: 27px;
font-weight: bold;
height: 115px;
left:30px;
line-height: 1;
padding-top: 33px;
position: absolute;
text-align: center;
text-transform: uppercase;
top:70px;
	width:115px;
}
.slider-img .hosting-plan-price-period {
    font-size: 18px;
    padding: 0 0 0 0;
    font-weight: normal;
}
.slider-text.slider-content-space {
  margin-top:50px;
}
.slider-text h5 {
  font-weight: 500;
  color:#FF0;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #fff;
	font-weight:600;
	font-size:32px;
	line-height: 1;
	margin-bottom:12px;
}
.slider-text h2>span {
  font-weight:500;
	position:relative;
	color: #fb0d50;
}

.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;
	width: 50%;
	float: left;
}
.slider-list li:before {    
    font-family: 'Font Awesome 5 Pro';
	content: '\f058';
	margin: 0 10px 0 3px;
	font-size: 18px;
	color:#FF0;
}
.slider-list li :after {
  content: "a";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 5px;
  background-color: black;
}
.slider-btn {
	margin-top: 160px;
}
.slider-btn a {
  margin-right: 25px;
  position: relative;
}

.slider-btn a:last-child {
  margin-right: 0px;
}
/*Sub Banner Start Here*/
.sub-hero {
  padding-top:80px;
  padding-bottom:70px;
  background-color: #ff8b00;
  overflow: visible;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
  text-align:center;
}
@media screen and (max-width: 767px) {
.sub-hero {
	padding-top:130px; 
	padding-bottom:55px;
} 
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.sub-hero {
	padding-top: 190px; } 
}
.sub-hero .hero-cotainer {
    margin-bottom:0px; 
}
.sub-hero .hero-cotainer .hero-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sub-hero .hero-cotainer .hero-content .hero-headline {
	color: #ffffff;
	font-size: 65px;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 20px;
	text-transform: capitalize;
}
@media screen and (max-width: 991px) {
.sub-hero .hero-cotainer .hero-content .hero-headline {
	font-size:36px; 
	} 
}
.sub-hero .hero-cotainer .hero-content .hero-bio {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height:36px;
	margin-bottom:80px; 
}
.sub-hero .hero-content ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-hero .hero-content ul li a {
  font-weight: 600;
  color: #e0ff00;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #f97201;
	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;
}
.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: "Poppins", 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:#2c462b;
}
.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*/
.price {
    background: #fff;
    position: relative;
}
.price-bg-two {
    background: #f9f9f9;
}
.price .price-item {
    padding:30px 16px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    border-bottom: 3px solid #ff6119;
}

.price .price-item:hover .header-price {
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.header-price {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-bottom:10px;
}
.header-price .discount {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  text-align: center;
}
.header-price .discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom:16px;
}
.header-price .discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #02185a;
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-weight: 600;
}
.header-price .discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#536d87;
}
.header-price .discount .strik.pro{color:#fff;}
.header-price .discount .strik.pro:before{background:#fff;}
.header-price .discount .save-btn {
color: #D53A1C;
  border-radius: 5px;
  background: #FFF2ED;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #d63b1d;
}
.price-item .header-price h4 {
    font-weight: 600;
    text-align: left;
    color: #02185a;
    text-transform: capitalize;
    font-size:32px;
    margin-bottom:10px;
}
.price-item .value {
        text-align: left;
    padding-left: 15px;
    position: relative;
}
.price-item .value h3 {
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
    color: #02185a;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.price-item .value h3 span {    
    font-size:18px;
    position: absolute;
    top: 0;
    left: -15px;
}
.value .per {
    text-transform:lowercase;
    font-size: 13px;
    font-weight: 600;
    margin-left:0px;
    color: #02185a;
}

.price-item .header-price p {
    margin-bottom: 0px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    padding-bottom: 25px;
    display: none;
}

.price-item .features-price {
    text-align: left;
}
.price-item .features-price ul  {
    text-align: left;
    padding:24px 0 15px 0px;
}
.price-item .features-price ul li {
    font-size: 14px;
    font-weight: 500;
    color: #02185a;
    margin-bottom:18px;
}
.price-item .features-price ul li span {
    margin-right: 10px;
    color: #ff6119;
}
.price .order {
    text-align: center;
    width: 100%;
}
.price .price-two {
    background: #ff6119 !important;
    border: none !important; 
    border-bottom: none !important;
}
.price-two .header-price h4 {
    color: #FFF;
}
.price-two .header-price {
    border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}

.price-two .features-price ul li {
    color: #FFF;
}
.price-two .btn-four:hover {
    background: #ff6119;
    color: #fff;
}
.price-two .features-price ul li span {
    color: #ffffff;
}
.price-two .value h3,
.price-two .features ul li span,
.price-two .value .per {
    color: #ffffff;
}


.pricing-page {
    background: #FFF;
}
.pricing-page  .price {
    background: #fff;
    padding-top: 120px;
    position: relative;
}
.pricing-page .work-process {
    background: #f9f9f9;
}
.pricing-page .work-process .content-process {
    z-index: 10;
    position: relative;
    margin-bottom: 0;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    border-radius: 5px;
    overflow: hidden;
}
/*main-btn-one*/
.main-btn-one,
.main-btn-two,
.main-btn-three,
.main-btn-four {
    position: relative;
    min-width: 180px;
    background: #FFF;
    color: #02185a;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
}
.main-btn-one:focus {
    background: #FFF;
    color: #02185a;
}
.main-btn-one:hover {
    color: #ff6119;
}
.main-btn-one .text-btn,
.main-btn-two .text-btn,
.main-btn-three .text-btn, 
.main-btn-four .text-btn {
    float: left;
    min-width: 130px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: .50px;
    overflow: hidden;
}
.main-btn-one .text-btn .text-btn-one,
.main-btn-two .text-btn .text-btn-one,
.main-btn-three .text-btn .text-btn-one,
.main-btn-four .text-btn .text-btn-one {
    display: block;
    margin-left: -100%;
    float: left;
    transition: .4s;
    text-align: center;
    min-width: 130px;
    height: 50px;
    padding: 0 15px;
    background: #f2ce26;
    color: #222;
}
.main-btn-one .text-btn .text-btn-two,
.main-btn-two .text-btn .text-btn-two,
.main-btn-three .text-btn .text-btn-two,
.main-btn-four .text-btn .text-btn-two {
    margin-left: 0px;
    transition: .4s;
    min-width: 130px;
    height: 50px;
    text-align: center;
    display: block;
    padding: 0 15px;
    display: block;
    background: #FFF;
    color: #02185a;
}
.main-btn-one:hover .text-btn .text-btn-one,
.main-btn-two:hover .text-btn .text-btn-one,
.main-btn-three:hover .text-btn .text-btn-one,
.main-btn-four:hover .text-btn .text-btn-one {
    margin-left: 0;
}
.main-btn-one:hover .text-btn .text-btn-two,
.main-btn-two:hover .text-btn .text-btn-two,
.main-btn-three:hover .text-btn .text-btn-two,
.main-btn-four:hover .text-btn .text-btn-two {
    margin-left: 100%;
}
.main-btn-one::after,
.main-btn-two::after,
.main-btn-three::after,
.main-btn-four::after,
.main-btn-one .text-btn::after,
.main-btn-two .text-btn::after,
.main-btn-three .text-btn::after,
.main-btn-four .text-btn::after,
.main-btn-one .arrow-btn::after,
.main-btn-two .arrow-btn::after, 
.main-btn-three .arrow-btn::after,
.main-btn-four .arrow-btn::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
.main-btn-one .text-btn::before,
.main-btn-two .text-btn::before,
.main-btn-three .text-btn::before,
.main-btn-four .text-btn::before {
    content: "";
    width: 2px;
    height: 50px;
    background: #ddd;
    right: 0;
    top: 0px;
    position: absolute;  
    opacity: 0.5;
}
.main-btn-one:hover .text-btn::before {
    background: #e06026;
}
.main-btn-one .arrow-btn,
.main-btn-two .arrow-btn,
.main-btn-three .arrow-btn, 
.main-btn-four .arrow-btn {
    height: 50px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    background: #f9f9f9;
    line-height: 50px;
    
}
.main-btn-one .arrow-btn .arrow-one,
.main-btn-two .arrow-btn .arrow-one,
.main-btn-three .arrow-btn .arrow-one, 
.main-btn-four .arrow-btn .arrow-one {
    display: block;
    background: #f2ce26;
    font-size: 13px;
    line-height: 50px;
    color: #222;
    margin-left: -50px;
    float: left;
    transition: .4s;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
}
.main-btn-one .arrow-btn .arrow-two,
.main-btn-two .arrow-btn .arrow-two,
.main-btn-three .arrow-btn .arrow-two,
.main-btn-four .arrow-btn .arrow-two {
    background: #f9f9f9;
    font-size: 13px;
    line-height: 50px;
    margin-left: 0px;
    transition: .4s;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 15px;
    display: block;
}
.main-btn-one:hover .arrow-btn .arrow-one,
.main-btn-two:hover .arrow-btn .arrow-one,
.main-btn-three:hover .arrow-btn .arrow-one,
.main-btn-four:hover .arrow-btn .arrow-one {
    margin-left: 0;
}
.main-btn-one:hover .arrow-btn .arrow-two,
.main-btn-two:hover .arrow-btn .arrow-two,
.main-btn-three:hover .arrow-btn .arrow-two,
.main-btn-four:hover .arrow-btn .arrow-two {
    margin-left: 50px;
}
/* Color Btn Two*/
.main-btn-two .text-btn .text-btn-one {
    background: #02185a;
    color: #FFF;   
}
.main-btn-two .text-btn .text-btn-two {
    background: #ff6119;
    color: #fff;
}
.main-btn-two .text-btn::before {
    background: #e4500d;
}
.main-btn-two:hover .text-btn::before {
    background: #2e3e6c;
}
.main-btn-two .arrow-btn {
    background: #ff6119;
    line-height: 50px;
}
.main-btn-two .arrow-btn .arrow-one {
    background: #011552;
    color: #fff;
}
.main-btn-two .arrow-btn .arrow-two {
    background: #ff6119;
    color: #FFF;
}
/* Color Btn Three */
.main-btn-three .text-btn .text-btn-one {
    background: #f2ce26;
    color: #02185a;   
}
.main-btn-three .text-btn .text-btn-two {
    background: #ff6119;
    color: #fff;
}
.main-btn-three .text-btn::before {
    background: #e4500d;
}
.main-btn-three:hover .text-btn::before {
    background: #eee;
}
.main-btn-three .arrow-btn {
    background: #ff6119;
    line-height: 50px;
}
.main-btn-three .arrow-btn .arrow-one {
    background: #f2ce26;
    color: #02185a;
}
.main-btn-three .arrow-btn .arrow-two {
    background: #ff6119;
    color: #FFF;
}

/* Color Btn Four */
.main-btn-four .text-btn .text-btn-one {
        background: #02185a;
    color: #fff;
}
.main-btn-four .text-btn .text-btn-two {
    background: #fff;
    color: #02185a; 
}
.main-btn-four .text-btn::before {
    background: #02185a;
}
.main-btn-four:hover .text-btn::before {
    background: #2e3e6c;
}
.main-btn-four .arrow-btn {
    background: #02185a;
    line-height: 50px;
}
.main-btn-four .arrow-btn .arrow-one {
    background: #02185a;
    color: #fff;
}
.main-btn-four .arrow-btn .arrow-two {
    background: #f9f9f9;
    color: #02185a;
}
/*Hosting plan code end here*/
.services-three {
    background: #f9f9f9;
    position: relative;
}
.services-item-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    margin-bottom: 30px;
    padding-left: 35px;
}

.services-item-three .content-box {
    z-index: 5;
    text-align: left;
    padding: 40px 30px 40px 65px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
    transition: 0.4s;
	min-height:300px;
}

.services-item-three .content-box span {
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    height: 75px;
    width: 75px;
    background: #ff6119;
    text-align: center;
    line-height: 70px;
}

.services-item-three .content-box span::before {
        margin: 0;
    font-size: 40px
}
.services-item-three .content-box h4 {
    color: #02185a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 25px;
}

.services-item-three .content-box p {
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 20px;
}
.web-app {
	background:#FFF;
	padding:25px 0;
}
.web-app .hosting-app {
    border: 1px solid #d9d9d9;
	width:150px;
	height:150px;
	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 .web-app-icons {
	border:1px solid #d9d9d9;
	margin: 0 auto;
    margin-bottom: 10px;
}
.web-app ul {
	margin:0 65px;
    padding:0;
}
.web-app ul li {
	display: inline-block;
	float: left;
	list-style: outside none none;
	border:1px solid #d9d9d9;
	margin:5px;
}
/*Content Start*/
.mh-content {
	position: relative;
}
.mh-content p, .mh-content ul li {
	color:#262626 !important;
}
 .mh-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.mh-content p i {
	font-size:14px;
}
.mh-content p strong {
	color: #ff6119;
}
.mh-content a {
	color:#ff6119;
	text-decoration:underline;
}
.mh-content a:hover {
	color:#ff6119;
}
 .mh-content ul li::before {
    font-family:"Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 3px;
    font-size: 18px;
    color: #FF6119;
}
/* 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:32px;
  line-height: 1;
}
.sign-up-section{
   background:#0a5271;
}

.sign-widget .sub-title{
    color:#fff100;
    margin-bottom: 10px;
	font-size: 16px;
}

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

.sign-info .sub-title{
    margin:10px 0;
    color:#fff100;
	font-size: 14px;
}

.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;
}
/*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_localtion{
  position: relative;
}
.contact_localtion h4{
  font-size:28px;
  color: #ff6119;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact_localtion p{
  color: #484848;
  line-height: 1.714;
  margin-bottom: 20px;
}
.contact_localtion .content_list h5{
  font-size:18px;
  color: #ff6119;
  font-weight:700;
  line-height: 1.5;
  margin-bottom: 0;
}
.contact_localtion .content_list p{
  margin-bottom: 30px;
}
.contact_form_social_area{
  margin-bottom: 0;
  position: relative;  
}
.contact_form_social_area li{
  background-color: #f7f7f7;
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.contact_form_social_area li:hover{
  cursor: pointer;
}
.contact_form_social_area li a{
  font-size: 14px;
  color: #484848;
  line-height: 1.2;
}

/* footer */
footer {
    padding-top: 80px;
    background: #2a1f1d;
    position: relative;
    

}
footer::before {
    background-image: url(../images/map_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    z-index: 0;
    height: 100%;
}
.footer-default-padding {
    padding-top: 80px;
}
.footer-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: .5px;
}
.footer-widget .line-footer {
    width: 50px;
    height: 3px;
    background: #ff6119;
    margin-bottom: 30px;
    margin-top: 20px;
}
.footer-row {
    margin-bottom: 50px;
}


.footer-widget .footer-logo img {
    width: 150px;
    margin-bottom: 30px;
}
.contact-info {
    padding-left: 0;
}
.contact-info .single-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.contact-info .single-contact span  {
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.85);
    top: 0;
    font-size: 16px;
}
.contact-info .single-contact .info-cont p {
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 15px;
    position: relative;
}



.footer-widget .social-media-footer {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget .social-media-footer li {
    display: inline-block;
    padding-right: 15px;
}
.footer-widget .social-media-footer li a {
    font-size: 18px;
    color: #fff;
    transition: .1s;
    
}
.footer-widget .social-media-footer li a:hover {
    color: #f57479;
}
/* COMPANY LINKs */
.footer-widget .footer-link {
    padding-left: 0;
}
.footer-widget .footer-link li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.1);
    transition: .4s;
}
.footer-widget .footer-link li:first-child a {
    padding-top: 0;
}
.footer-widget .footer-link li:hover a {
    padding-left: 8px;
    color: #FFF;
}
.footer-widget .footer-link li a {
    font-size: 13px;
    color: #ccc;
    display: block;
    transition: .4s;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 14px;
    font-weight: 600;

}
.footer-widget .footer-link li span {
    padding-right: 5px;
    font-size: 10px;
}
.row-contact {
    background: #f9f9f9;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    position: relative;
}
.row-contact .no-padding {
    border-right: 1px solid #DDD;
}
.row-contact .no-padding:last-child {
    border-right: none;
}
.row-contact .single-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px;
    margin-left: 40px;
    margin-top:20px;
}
.row-contact .single-item span {
    left: 0;
    top: 0;
    color: #ff6119;
    position: absolute;
    font-size: 30px;
}
.row-contact .single-item span::before {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
}
.row-contact .single-item p {
    font-size: 14px;
    color: #02185a;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
/*  newsletter-item */

.footer-widget p {
    font-weight: 500;
    color: #ccc;
    font-size: 14px;
}
.newsletter-item {
    position: relative;
    margin-bottom: 35px;
}
.newsletter-item input {
    
}
.newsletter-item button {
    height: 50px;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    right: 0px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #ff6119;
    display: inline-block;
    top: 0;
    line-height: 50px;
    border: 1px solid #ff6119;
}

.footer-bar {
    z-index: 3;
    position: relative;
    background: #2a1f1d;
}

footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}
footer .copyright a {
    color: #ff6119;
    font-weight: 700;
}

.links-of-footer {
        text-align: right;
    padding-left: 0;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 0;
}

.links-of-footer li {
    display: inline-block;
    margin-left: 25px;
}
.links-of-footer li a {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 30px;
    text-transform: capitalize;  
    transition: 0.4s;
}
.links-of-footer li a::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #f4f7fd;
    display: block;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
.links-of-footer li a:hover {
    color: #ff6119;
}
.links-of-footer li:first-child a::before {
    display: 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: #2e2e2e;
  background: #ff0;
  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;}
.modal-footer .btn-primary {
	padding: 16px 45px;
	border-color:#ff6119;
	font-weight:500;
}
.modal-footer .btn-primary:hover {
	background-color:#ff6119; 
	border-color:#ff6119;
}