/* default css */
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: #ef3139;
}
a, button {
  color: #d52003;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.vc-form input:focus:-moz-placeholder {
  opacity: 0;
}

.vc-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Heebo", sans-serif;
  color:#00145b;
  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: #192e47;
  font-size: 25px;
  background:#ff0560;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
  border-radius:10%;
}
.scrollToTop:hover {
  color: #fff;
}

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

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

::selection {
  background: #ff0560;
  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;
padding: 0 40px;
font-size: 16px;
line-height: 45px;
border-radius:0px;
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:#ff0560;
}
.btn:hover {
	color: #022d62;
}

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

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

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

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

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

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

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

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

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

/* 2. header */
#mosttop-bar {
 background:#f5f5f5;
 position:relative;
 z-index:99;
}
.mosttop-bar-info {
 padding:0;
 margin:0
}
.mosttop-bar-info li {
 font-size: 15px;
font-weight:500;
color: #192f55;
list-style-type: none;
float: left;
margin: 0;
 padding: 11.5px 14px 10.5px 14px;
}
.mosttop-bar-info li i {
 font-size:15px;
 color:#022d62;
 padding-right:8px
}
#mosttop-bar .social-icons {
 padding:0;
 float:right;
 margin:0
}
#mosttop-bar .social-icons li {
 font-size:20px;
 list-style-type:none;
 float:left;
 text-align:center;
 margin:0;
 padding:8px 15px 8px 0;
	font-weight:500;
}
#mosttop-bar .social-icons li a {
 color:#192f55;
 -webkit-transition-duration:.3s;
 transition-duration:.3s;
 font-size:16px
}
#mosttop-bar .social-icons li .fa-phone-square {
    transform: scaleX(-1);
}
#mosttop-bar .social-icons a:hover {
 color:#feb401;
	text-decoration: none;
}
.header-area {
  padding-left:120px;
  padding-right:120px;
}
.header-right {
  display: flex;
  justify-content: center;
}

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

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

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

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

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

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

.main-menu ul li a {
  color: #022d62;
  font-weight: 500;
  font-size: 16px;
  padding:40px 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: #ff015e;
}

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

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

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

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 240px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
	border-bottom: 3px solid #ff0560;
}

.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: #ff0560;
  text-decoration:none;
}

.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: 802px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  padding: 0 0px;
}
.slider-img {
  margin-top:200px;
  margin-left:0;
}
.slider-text.slider-content-space {
  margin-left: 178px;
  margin-top: 170px;
  margin-right: 103px;
}
.slider-text h5 {
  font-weight: 500;
  color:#ff0560;
  font-size: 24px;
  text-transform: uppercase;
}
.slider-text h2 {
	color: #fff;
	font-weight:300;
	font-size:60px;
	line-height: 1;
	margin-bottom:27px;
	margin-left: -6px;
}
.slider-text h2>span {
  font-weight: 700;
	position:relative;
}
.slider-text h2>span:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: calc(100% + 18px);
    height: 18px;
    /*background-image: url("../images/text-highlight-border.png");*/
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    pointer-events: none;
}
.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:#ffd70f;
}
.slider-list li :after {
  content: "a";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 5px;
  background-color: black;
}
.slider-btn a {
  margin-right: 25px;
  position: relative;
}

.slider-btn a:last-child {
  margin-right: 0px;
}
.pricing-bg {
	background: url("../images/main-banner-price-bg.png") no-repeat;
    border-radius: 200px 100px 200px 100px;
    color: #ce335d;
    height:220px;
    left:220px;
    line-height: 1;
    padding-top: 33px;
    position: absolute;
    text-align: center;
    top:240px;
    width:280px;
}
.pricing-bg h1 {
   font-family: 'Lobster', cursive;
	color: #00145b;
	font-size: 62px;
	margin-bottom: 18px;
}
.pricing-bg p i {
	font-size: 27px;
	vertical-align: super;
}
.pricing-bg p {
	padding-right: 30px;
	font-size:60px;
	font-weight: 600;
	color: #ff0560;
}
.dots {
  background-image:url("../images/dots.png");
  position: absolute;
  left:10px;
  top:10px;
  width:47px;
  height:65px;
  z-index: 1;
}

.pricing-bg p span{
	font-size:16px;	
}
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 100px;
  background: rgb(0,158,248);
  background:url("../images/main-banner-bg.jpg");
  background-position:top center;
}
.sub-banner-height {
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:110px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align: left;
}
.sub-banner-area .block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
  padding-top: 10px;	
}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
.sub-banner-area .hero-bio {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 42px;
}

/*Search Domain Section*/
.search_domain_section {
	position:relative;
}
.search_domain_section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #0f395f;
	padding-bottom: 15px;
}
.search_domain_section h2 i {
	font-size:30px;
}
.search_domain_section form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  padding: 0 33px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
	border-radius:0px;
}
input:-moz-placeholder {
  color:#262626;
}
input:-webkit-placeholder {
  color:#262626;
}
input:placeholder {
  color:#262626;
}
.btn.btn-form i {
  margin-right: 5px;
}
.btn.btn-form {
  position: absolute;
  right: -1px;
  top: 1px;
  border-radius: 0px;
  padding: 6px 22px;
}
.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:#FFD410;
 padding:17px 10px;
 font-size:1.17647rem
}
.xs-table .domain-pricing-header tr {
 background:#00145b;
}
.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;
}
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border-radius: 1rem !important;
    border: 2px solid transparent;
}
.card.single-pricing-pack h5 {
	font-size: 36px;
	color: var(--thm-base);
	letter-spacing: 1px;
}

.card.single-pricing-pack:hover {
    z-index: 2;
}

.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border: 2px solid #ff0560;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding:0.5rem;
}

.pricing-header {
    position: relative;
    background: transparent;
}
.pricing-header .save {
  display: inline-block;
  font-size:27px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  font-weight: 400;	
	  z-index:1;
}
.pricing-header .save:before {
  background:#FFA6A6;
  background-position: 0;
  content: "";
  height: 13px;
  left: 15px;
  opacity: .7;
  position: absolute;
  top:14px;
  width: 100%;
  z-index: -1;
}
.pricing-header .package-discount {
  display:flex;
  justify-content:center;
  align-items:center;
}
.pricing-header .package-discount .strik {
  display:flex;
  flex-flow:row wrap;
  align-items:center;
  color:#ff0560;
  font-size:18px;
  font-weight:500;
  line-height:1;
  position:relative;
  margin-left:15px
}
.pricing-header .package-discount .strik:before {
  content:'';
  position:absolute;
  top:50%;
  left:-4px;
  width:calc(100% + 8px);
  height:1px;
  background:#ff0560
}
.pricing-header .price {
    font-size:36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #004c85;
}
.pricing-header .price i {
	font-size: 16px;
    vertical-align: top;
	padding-left:5px;
		
}

.pricing-header .price span {
    font-size: 14px;
    margin-left: 4px;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li {
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 30px;
	color:#21242c;
	padding:15px 0px 15px 20px;
	text-align:left;
}
.pricing-feature-list.vps li {padding: 15px 0px 15px 10px;}
.pricing-feature-list li i {
	float: right;
    font-size: 16px;
    padding: 7px 15px;
    color:#ff0560;
}
.pricing-feature-list li:last-child {
	border-bottom:none;
}
.pricing-feature-list li strong {
	color:#004c85;
}

.pricing-feature-list li span {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #5a5a5a;
    font-size: 13px;
}

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    border: 2px solid #ff0560 !important;
}

.popular-price:hover {
    border-top: 4px solid #ff0560 !important;
}
.ribbon-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; 
}
    
.ribbon-box  span {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
        background: #ff0202;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-box span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent; 
}

.ribbon-box  span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent; 
}
/*Our Guarantee*/
/*Features*/
.features-one__title {
	background-color:#00145b;
	padding-bottom:30px;
    padding-top:50px;
}
.features-one__title p {
	color:#ff0560;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	display: inline-block;
}

.features-one__title .block-title {
	margin-bottom: 0;
}

.features-one__title .block-title h3 {
	color: #ffffff;
	font-size: 64px;
}
.features-one__content {
	background-color:#00145b;
	padding-bottom:50px;
}

.features-one__single {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	z-index: 10;
	/*margin-top: -120px;*/
}

.features-one__single:hover {
	background-color:#ff0560;
}

.features-one__single i {
	font-size:80px;
	color:#00145b;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	/*line-height:0;*/
}

.features-one__single:hover i {
	color: #ffffff;
}

.features-one__single h3 {
	font-size: 24px;
	margin: 0;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.features-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single h3 a:hover {
	color: #ffffff;
}

.features-one__single:hover h3,
.features-one__single:hover h3 a {
	color: #ffffff;
}



/*Content Start*/
.hosting-content {
	position: relative;
}
.hosting-content p, .fv-content ul li {
	color:#262626 !important;
}
 .hosting-content ul li {
     font-size: 14px;
    padding: 4px 0;
}
.hosting-content p i {
	font-size:14px;
}
.hosting-content p strong {
	color: #00145b;
}
.hosting-content a {
	color:#ff0560;
	text-decoration:underline;
}
.hosting-content a:hover {
	color:#ed1216;
	text-decoration: none;
}
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight: 700;
  font-size:18px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:42px;
  line-height: 1;
}
/*Plan Feature code Start*/
.plan-feature {
	position:relative;
}
.plan-feature-list {
	
}
.plan-feature-list ul {
	margin:0;
	padding:0;
}
.plan-feature-list ul li {
	margin:0;
	padding:10px 0;
	list-style:none;
	width: calc(100% / 3);
	float:left;
}
.plan-feature-list ul li:before {
    content: "\f058";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position: relative;
    color: #1449b5;
    padding-right: 10px;
	font-size: 18px;
}
/*Plan Feature code End*/
/*Contact Us*/
.contact-info-one {
	padding-top: 120px;
	padding-bottom: 80px;
}

.contact-info-one__single {
	margin-bottom: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding:35px 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--thm-primary);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	font-size: 30px;
}

.contact-info-one__single p {
	margin: 0;
	font-size:24px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 15px;
	text-align: center;
	font-family: var(--thm-font);
}

.contact-info-one__single p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single p a:hover {
	color: var(--thm-black);
}


@media (max-width: 767px) {
}


@media (max-width: 600px) {
}

@media (max-width: 767px) {
}



@media (max-width: 767px) {
}



.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;
}.sign-up-section{
   background: #ffd410; /* Old browsers */
   background: -moz-linear-gradient(left,  #ffd410 0%, #ffd70f  100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(left,  #ffd410 0%,#ffd70f  100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right,  #ffd410 0%,#ffd70f  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd410', endColorstr='#ffd70f ',GradientType=1 ); /* IE6-9 */
}

.sign-widget .sub-title{
    color:#ff0560;
    margin-bottom: 10px;
}

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

.sign-info .sub-title{
    margin-bottom: 10px;
	color: #ff0560;
	font-size: 16px;
	padding-top: 10px;
}

.sign-info .title{
    color: #00145b;
    font-size:36px;
}
.sign-info .title i {
	font-size: 24px;
	vertical-align: text-top;
}

.sign-info .title span{
    font-size: 24px;
    text-transform: lowercase;
}
/* footer */
footer {
	background:#00145B;
	background-size: auto;
}
.footer-top {
	padding:60px 0 30px;
	
}
.footer-bottom {
	
}
.footer-text{
	border-top:1px solid #052491;
}
.footer-widget.text-widget .footer-logo {
 display:inline-block;
 margin-bottom:23px
}
.footer-widget.text-widget>p {
 margin-bottom:25px;
 color: #dad9dd;
}
.footer-widget.text-widget>p a {
	color:#3a05a8;
}
.footer-widget.text-widget>p>a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
 color:#fff100;
}
.footer-widget.text-widget>p>a:hover {
 color:#fff100;
 text-decoration: underline;
}
.footer-widget .widget-title {
	color: #ffd70f;
font-size: 1.41176rem;
position: relative;
padding-bottom: 15px;
 margin-bottom: 25px;
font-weight: 500;
}
.footer-widget .widget-title:before {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	height:3px;
	width:30px;
	background-color:#fff;
}
.footer-widget .xs-list li {
 margin-bottom:14px;
 position:relative;
	padding-left: 15px;
}
.footer-widget .xs-list li:before {
    content: "\f105";
	font-family:"Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 16px;
	top: 1px;
	position: absolute;
	left: 0;
	opacity: .9;
	color: #fff;
}
.footer-widget .xs-list li:last-child {
 margin-bottom:0px
}
.footer-widget .xs-list li a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
	color: #dad9dd;
	text-decoration: none;
}
.footer-widget .xs-list li a:hover {
 color:#FFFFFF
}

.footer-widget .contact-info-widget>li:not(:last-child) {
 margin-bottom:15px
}
.footer-widget .contact-info-widget>li>a {
 color:rgba(255, 255, 255, 0.5);
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
 color: #dad9dd;
}
.footer-widget .contact-info-widget .fa-phone {
    transform: scaleX(-1);
}
.footer-widget .contact-info-widget>li>a:hover {
 color:#FFFFFF
}

.footer-top .content{
	position:relative;
	text-align:center;
}
.footer-top .content .logo{
	position:relative;
	
}
.footer-top .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	max-width:770px;
	margin:0 auto;
	margin-top:25px;
	color:#ababab;
}
.footer-top .footer-nav{
	position:relative;
	text-align:center;
}

.footer-top .footer-nav ul{
	position:relative;
}

.footer-top .footer-nav ul li{
	position:relative;
	margin:0px 18px 18px;
	display:inline-block;
}

.footer-top .footer-nav ul li a{
	position:relative;
	color:#969cc1;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-top .footer-nav ul li a:hover{
	color:#b3b7d4;
}

.footer-text p {
	margin: 0;
	color: #dad9dd;
	font-size:16px;
}
.footer-text p a {
	color:#FFF;
}
.footer-text p a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footer-contact-method {
	margin-bottom:50px;
}
.footer-contact-method a {
	background:#22253e;
	padding:8px 20px 12px;
	display:block;
	border-radius:5px;
	position:relative;
	text-decoration:none !important;
	overflow:hidden;
	margin-top:15px;
}
.footer-contact-method a span {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:13px;
	margin-bottom:20px;
	color:#fff;
	text-transform:uppercase;
}
.footer-contact-method a strong {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:14px;
	color:#fff;
	display:block;
}
@-moz-document url-prefix() {
	.footer-contact-method a span {
		font-weight:500;
	}
.footer-contact-method a strong {
	font-weight:500;
	}
}
.footer-contact-method a i {
	position:absolute;
	font-size:50px;
	bottom:-5px;
	color:#adaebb;
	right:-5px;
	opacity:0.2;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{display: flex;position: fixed;bottom:3em;right:3em;outline: 0;cursor: pointer;  }
.live-chat .wc-btn .wc-chat-icon img{border:none;position: relative;width: 50px;height: 50px;line-height: 0.8;font-size: 25px;text-align: center;}
.live-chat .wc-btn:hover .wc-chat-icon img{box-shadow: 0 0px 10px #222;}
.live-chat .wc-btn p{padding: 2px 30px 2px 30px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -15px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;}
.live-chat .wc-btn:hover .wc-chat-icon img,
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.live-chat .wc-btn:hover p{box-shadow: 0 0px 2px #222;}
.live-chat .wc-btn p{color: #fff;background:#ff0560;}
/*WhatsChat Button*/
.modal-title {font-size: 21px; color:#ff0560;font-weight:600;}
.iti {display:block !important;}
.modal-body form label:after {content: " *";color: red;}
.modal-footer .small-button {border:none;}