@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600|Teko:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i&display=swap');
  
body {
  background: #fff;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a {
  color: #4139a3;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #4139a3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background:#269f72;
  color: #fff;
  width:50px;
  height:60px;
  font-size: 16px;
  border-radius:18px;
  right: 15px;
  bottom:15px;
	
  transition: none;
  z-index: 999;
	
}
.back-to-top i {
	color:#fff;
	margin: 0;
	position: relative;
	left: 17px;
	top:18px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #4139a3;
  color: #fff;
}
/* Buttons */
.btn-style-1 {
	background-color: #f5b906;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	padding: 16px 30px 12px 30px;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 3px;
}
.btn-style-1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-color: #269f72;
	left: 50%;
	bottom: 50%;
	z-index: -1;
	border-radius: 3px !important;
	
}
.btn-style-1:hover:before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.btn-style-1:hover {
	color:#fff;
}
.btn-style-2 {
	background-color: #0093ff;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	padding:18px 75px 18px 75px;
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 3px;
}
.btn-style-2:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-color: #181617;
	left: 50%;
	bottom: 50%;
	z-index: -1;
}
.btn-style-2:hover:before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.btn-style-2:hover {
	color: #fff;
}

.section-bg {
	background-color:#f7f7fb;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding:10px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-fixed {
  background:#FFF;
  padding: 5px 0;
  height: 80px;
  transition: all 0.5s;
  box-shadow: rgba(43, 83, 135, 0.08) 0px 3px 8px 0px;	
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  background-image: url(../img/main-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  width: 100%;
  padding: 120px 0px 150px 0px;
  /*padding:90px 0 0 0;	*/
}
#intro h2 {
  font-family: 'Poppins', sans-serif;
  margin: 30px 0 10px 0;
  padding: 0 0px;
  font-size:40px;
  font-weight:700;
  line-height:56px;
  color:#fff;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 0px;
  font-size:18px;
}

#intro ul {
	margin:0px;
	padding:5px 0px;
	display:inline-block;
	width:100%;
}
#intro ul li {
	float: left;
	width: 50%;
	list-style:none;
	padding:12px 0px 12px 0px;
	color:#FFf;
	font-size:16px;
}
#intro ul li i {
	color: #0093ff
}
#intro .startsat {
	padding: 30px 0 0;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
}
#intro .banner_price {
	font-size: 60px;
	padding-bottom: 45px;
	font-weight: 600;
	color: #FFF;
}

#intro .banner_price small {
	vertical-align: top;
	font-size: 18px;
}
#intro .banner_price span {
	font-size: 20px;
}
#intro .btn-style-2 {
	margin-top: 50px;
}

#intro .java-server {
	margin-top:155px;
}
/*Sub Banner Start Here*/
.crwh-breadcrumb {
	position: relative;
	padding:160px 0px 260px 0px;
	background-image: url("../img/sub-banner-bg.png");	
	/*position:relative;*/
	background-size:cover;
	width: 100%;
	/**/
	color:#FFF;
}
.crwh-breadcrumb h2 {
	font-size:52px;
	padding-left: 5px;
}

.crwh-breadcrumb-info {
	z-index: 9;
	position: relative;
}

.crwh-breadcrumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 0;
}

.crwh-breadcrumb .breadcrumb-one {
	position: absolute;
	bottom: 0;
	left: 0;
}

.crwh-breadcrumb .breadcrumb-two {
	position: absolute;
	top: 0;
	right: 0;
}

.crwh-breadcrumb .breadcrumb-three {
	position: absolute;
	right: 0;
	bottom: 20%;
}

.crwh-breadcrumb nav ol {
	background: none;
	margin: 0;
	padding-left: 5px;
}

.crwh-breadcrumb .breadcrumb-item {
	font-family: 'Nunito', sans-serif;
}

.crwh-breadcrumb .breadcrumb-item a {
	font-weight: 500;
	color: #fff;
	font-family: 'Nunito', sans-serif;
}

.crwh-breadcrumb .breadcrumb-item a:hover {
	color: #7c60d5;
}

.crwh-breadcrumb .breadcrumb-item+.breadcrumb-item {
	margin-left:15px;
	font-weight:600;
}

.crwh-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background:#ffa200;
	height: 6px;
	margin-top: -8px;
	padding: 0;
	width: 6px;
	display: inline-block;
	border-radius: 90px;
	margin-right: 10px;
}

.crwh-breadcrumb .breadcrumb-item.active {
	color: #fff;
}

.crwh-breadcrumb .breadcrumb-item:last-child:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 80px;
	background: #ffa200;
	margin-left: 10px;
}

.crwh-breadcrumb .scrollme img {
	z-index: 1;
}

/*Sub Banner End Here*/
/*Search Domain Section*/
.search_domain_section {
	padding:120px 0 90px;	
}
.search_domain_section h2 {
	font-size:48px;
	font-weight:400;
	color: #07f;
	padding-bottom: 15px;
}
.search_domain_box {
	padding-bottom: 45px;
	margin-top: -70px;
}
.search_domain_field {
	width: 100%;
	position: relative; 
	display: inline-block;
}
.search_area {
	width:100%;
	height: 70px
}
.search_domain_field .text_field {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	height: 80%;
	padding: 0 20px;
	/*box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);*/
	border: 1px solid #dddae7;
	background-color: #fff;
	font-weight: 400;
	color: #000;
	border-radius:9px;
	margin: 0 auto;
	float: none
}
.search_domain_field .search_btn {
	position: absolute;
	height:55px;
	top:0px;
	width:135px;
	z-index: 2;
	background-color: #413aa4;
	border-color: #413aa4;
	border: 0;
	border-radius:9px;
	right: 2px;
	outline: none;
	cursor: pointer;
	color:#FFF;
}
.domain_tlds_list li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	transition: all ease-in-out 0.5s
}
.domain_tlds_list li span i {
	font-size:12px !important;
}

.domain_tlds_list li:last-child {
	padding-right: 0
}
.domain_tlds_list li:first-child {
	padding-left: 0
}
.domain_tlds_list li span {
	font-size:21px;
	line-height: 20px;
	color: #222;
	font-weight: 400;
	transition: all ease-in-out 0.5s;
	font-family: 'Teko', sans-serif;
}

.domain_tlds_list {
	margin-top: 15px
}
.domain_tlds_list li figure {
	margin-bottom: 10px
}
/*Search Domain End Section*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f078";
  position: absolute;
  right: 15px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400 !important;
  font-size:10px;
  top:5px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 20px 0 0 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  /*text-transform: uppercase;*/
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

nav .call-us {
  padding-left: 51px;
  position: relative;
  display: inline-block;
  margin-left: 17px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

nav .call-us .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ed4266;
  font-size: 20px;
  background-color: #f1f4f4;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav .call-us a {
  display: block;
  color: #ed4266;
  font-weight: 600;
  font-size: 16px;
}

nav .call-us:hover .icon {
  background-color: #ed4266;
  color: #ffffff;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
#header.header-fixed .nav-menu a {
	color:#3C4857;
}
#header.header-fixed .nav-menu a:hover {
	color:#ed1935;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size:52px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #383435;
	
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background:#269f72;
  margin: 0 auto;
  margin-bottom: 20px;
}
/*Hosting plan code comes here*/
.hosting-plan {
	padding:70px 0 0;
	background:#fff ;
}
.hosting-plan-wrapper {
    margin: 0;
    padding:40px 15px 40px;
    color: #000;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.hosting-plan-wrapper .hosting-plan-desc {
	text-align:center;
	font-size:14px;
}
.hosting-plan-wrapper .hosting-plan-title {
	font-size:32px;
	text-align:center;
	margin: 0px 0px 3px;
	color:#413aa4;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.hosting-plan-wrapper .kpt-desc{
	text-align:center;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	padding: 0 0 1.5em;
	margin: 0;
	 color:#3C4857;
}
.hosting-plan-wrapper .hosting-plan-price {
    font-size:44px;
    font-weight: 700;
    padding:2px 0 3px;
    color:#06b590;
    font-family: "Montserrat";
    height: auto;
	width: auto;
	background-color: transparent;
	margin: 0px auto;
	text-align:center;
}
.hosting-plan-wrapper  .package-discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin:10px 0;
}
.hosting-plan-wrapper .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:#4d4d4d;
  font-size:16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  font-weight: 500;	
}
.hosting-plan-wrapper .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#4d4d4d;
}
.hosting-plan-wrapper .package-discount .save-btn {
  color: #0f2c56;
  border-radius:3px;
  background: #fdcf2c;
  padding: 3px 9px;
  font-size: 14px;
  font-weight:500;
  border: 1px solid #fdcf2c;
  line-height: 18px;	  
}
.hosting-plan-wrapper .hosting-plan-price .hosting-plan-price-currency {
    font-size: 20px;
	vertical-align: super;
	color:#06b590;
	padding-right: 5px;
}
.hosting-plan-wrapper .hosting-plan-price-period {
    font-size: 16px;
    padding: 0 0 0 0.1em;
    color: #06b590;
}
.hosting-plan-wrapper .hosting-plan-list {
    font-size: 0.95em;
    margin: 0;
    padding:0em 0 1em;
    list-style: none;
    color: #666;
	text-align:left;
}
.hosting-plan-wrapper .hosting-plan-list > li {
   font-family: 'Poppins', sans-serif;
	border-bottom:1px solid rgba(0,0,0,0.05);
    position: relative;
    display: block;
    padding: 15px 0px 15px 0px;
    line-height: 1.5;
    color: #383435;
    font-size: 14px;
    font-weight:400;
}
.hosting-plan-wrapper .hosting-plan-list > li i {
	float:right;
	font-size:16px;
	padding:0 15px;
	color: #06b590;
}
.hosting-plan-btn {
	background-color:#4139a3;
	border-radius:3px;
	color: #fff !important;
	display: inline-block;
	font-family: "bold",sans-serif,Arial;
	font-size: 16px;
	line-height: 15px;
	padding: 16px 60px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}

.hosting-plan-wrapper.active {
    border-radius: 0 0 3px 3px;
}
.hosting-plan-wrapper .popular {
	width: 130px;
    height: 25px;
    position: absolute;
    top:-12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F00;
    border-radius:3px;
    font-size: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
	line-height: 21px;
}
.hosting-plan-wrapper .btn,.hosting-plan-wrapper.active .btn:hover {
    background: #072266;
    border-color: #29d9c2;
    margin: 15px auto 0;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	font-family: "Montserrat";
}
.hosting-plan-wrapper .btn:hover,.hosting-plan-wrapper.active .btn:hover {
    background:#ff4718;
    border-color: #333;
    color: #fff;
}
/*Hosting plan code end here*/
/*Live chat and Call Us Support Start*/
.chat-call-support-set {
	padding:30px 0;
	background-color: rgb(246, 251, 249);
	
}
.chat-call-support {
	
	text-align:center;
}
.chat-call-support h3 {
	color:#269f72;
	font-size:32px;
	letter-spacing:1px;
}
.chat-call-support p {
	font-size:27px;
	font-weight:500;
	color: #2f2f2f;
}
.chat-call-support p a {
 color: #2f2f2f;
}
.chat-call-support p a:hover {
 color: #269f72;
}
.chat-call-support-icon {
	background-color:#269f72;
    display:inline-block;
    padding:16px;
	border-radius: 27px;
	margin-bottom: 18px;
}
/*Live chat and Call Us Support End*/
/*Web hosting features start*/
#hosting-features{
	padding:60px 0;
}
#hosting-features .icon{
	/*background-color:#269f72;
	border: 2px solid #1f9166;
	line-height:112px;
	border-radius: 50%;
	height:115px;*/
	display: inline-block;
	width:115px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#hosting-features .left-side{
    position:relative
}
#hosting-features .left-side span {
    float:right;
    margin-left:25px
}
#hosting-features .right-side {
    position:relative
}
#hosting-features .right-side span {
    float:left;
    margin-right:25px
}
#hosting-features .features-box{
    padding:15px 0
}
#hosting-features .features-box .icon{
    /*background-color: #39c7d9;
	border-radius:30px;
	transform: rotate(45deg);
	border: 2px solid #223276;*/
	display: table;
	margin: 0 auto;
	min-width:30px;
	min-height:30px;
	margin-bottom: 15px;
	padding:13px 13px;
}
#hosting-features .features-box .icon img {
	display: table-cell;
	vertical-align: middle;
	transform: rotate(-45deg);
}
#hosting-features .features-box .text h4{
    font-weight:600;
    font-size:18px;
    line-height:22px;
	color: #f9c41e;
}
#hosting-features .features-box .text p{
    font-size:14px;
    line-height:26px;
	color:#FFF;
}
.hosting-features-boxes {
	background-color: transparent;
	box-shadow: 0 0px 0px 1.5em rgba(0, 0, 0, 0);
    text-align:center;
    padding:15px;
    /*border-radius:4px;*/
    margin-bottom:15px;
	transition: all .5s ease-in-out;
	min-height: 260px;
}
.hosting-features-boxes h4 {
	font-size: 27px;
	padding: 20px 0 5px;
	font-weight:500;
	margin: 0;
	color:#06b590;
}
.hosting-features-boxes p {
	font-size:14px;
    line-height:26px;
	color:#0f2137;
}
#hosting-features p {
	font-size:15px;
    line-height:26px;
	color:#0f2137;
}
#hosting-features h2, #hosting-features strong {
	color: #4139a3;
}

#hosting-features h3 {
	color:#0093ff;
	font-size: 42px;
}
#hosting-features ul {
	margin: 0;
	padding: 0 0 20px 0;
}
#hosting-features li {
	font-size:15px;
	list-style:none;
	color: #0f2137;
	padding: 7px 0;
}
#hosting-features li i {
	color:#ed1935
}


/* #1 Click Apps code Start*/
.one-click-app {
	background-color: rgb(246, 251, 249);
	padding: 20px 0;
}
.one-click-app-text {
	padding-top:80px;
}
.one-click-app-text h3 {
	color: #272727;
	font-size: 48px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.one-click-app-text p {
	font-size: 14px;
	line-height: 28px;
	color:#383435;
}
.one-click-app-text ul {
	margin:0;
	padding: 0;
}
.one-click-app-text ul li {
	margin:0;
	padding:12px 0;
}
.one-click-app-text ul li i {
	color:#07f;
	padding-right:5px;
}
/* #1 Click Apps code End*/

/*Domain Pricing table start*/
.domain-table {
 margin-bottom:30px
}
.domain-table .thead-dark th {
background-color: #4139a3;
border-color: #4139a3;
font-size:18px;
font-weight:500;
padding:17px 10px;
vertical-align:middle;
text-align:center;
}
.domain-table td {
 padding:15px 35px
}
.domain-table tbody {
 font-size:16px;
 color:#2f2e2e;
}
.domain-table tbody span {
 font-weight:bold;
 color:#4139a3;
}
.domain-table tbody a {
 font-family:'Poppins',sans-serif;
 font-size:14px;
 -webkit-transition:all .2s;
 transition:all .2s
}
.domain-table tbody a:hover {
 color:#2e5ae8;
 letter-spacing:1px
}
.domain-table tbody i {
 font-size:16px;
}
.domain-table tbody i.fa-times {
 color:#f00
}
.domain-table tbody i.fa-check {
 color:#008000
}
.domain-table tbody td {
 border-color:#4139a3;
 width:25%;
 vertical-align:middle;
 text-align:center;
 color:#000c35;
 font-family: 'Teko', sans-serif;
 font-size: 18px;	
}
.domain-table tbody tr {
 -webkit-transition:all .2s;
 transition:all .2s
}
/*Domain Pricing table End*/

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight:500;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 20px;
}

#faq #faq-list p {
	font-size: 14px;
	line-height: 26px;
	color:#0f2137;
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}
/* Contact Section
--------------------------------*/
#contact {
    padding-top: 4em;
    padding-bottom: 2em;
    clear: both;
    width: 100%;
    display: block;
}
#contact .contact-detail {
	margin-top:30px;
}
#contact .contact-detail p {
	font-size:18px;
	color: #0f2137;
}
#contact .contact-detail p a {
	color: #0f2137;
}
#contact .contact-detail p a:hover {
	color: #269f72;
}
#contact .contact-detail .icon {
  font-size: 40px;
  color:#4139a3;
  background:#fff;
  width: 100px;
  margin: auto;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  border: 3px solid #f1f1f4;
}

#contact .contact-detail h4 {
  font-weight: 500;
  margin-bottom: 20px;
  color:#4139a3;
	font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-form {
	padding:40px 0;	
}
.contact-form p {
    font-size: 15px;
    line-height: 26px;
    color: #0f2137;
}
@media (max-width: 767px) {
  #contact .contact-detail {
    margin-top: 40px;
  }
}

#contact:after {
    position: absolute;
    /*background-image: url(../images/dots-1.svg);*/
    background-size: 144px 166px;
    background-repeat: no-repeat;
    z-index: 1;
    content: '';
    height: 166px;
    width: 144px;
    bottom: 227px;
    left: 270px;
    opacity: 0.1;
}

@media only screen and (max-width: 767px){
#contact:after {
    position: absolute;
    /*background-image: url(../images/dots-1.svg);*/
    background-size: 144px 166px;
    background-repeat: no-repeat;
    z-index: 1;
    content: '';
    height: 166px;
    width: 144px;
    bottom: 96px;
    left: -7px;
    opacity: 0.1;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding-top:45px;
   background-image: url(../img/footer-bg.jpg);
  position: relative;
  z-index: 1;
}
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  margin-bottom: 35px;
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #4e5e6a;
  font-size: 23px;
  font-weight: 600;
}

.single-footer-widget h3::before {
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -15px;
}

.single-footer-widget .footer-quick-links li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .footer-quick-links li a:hover {
  color: #a19bfb;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  color: #ffffff;
  padding-left: 55px;
  position: relative;
  margin-bottom: 25px;
  font-size: 13px;
}

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

.single-footer-widget .footer-contact-info li i {
  font-size: 35px;
  color: #413aa4;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget .footer-contact-info li span {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #ffde00;
}

.single-footer-widget .footer-contact-info li .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li .social li {
  display: inline-block;
  padding-left: 0;
  margin-right: 15px;
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li .social li a {
  display: inline-block;
}

.single-footer-widget .footer-contact-info li .social li a i {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .footer-contact-info li .social li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .footer-contact-info li .social li a:hover i {
  color: #ed4266;
}

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

.single-footer-widget .footer-instagram-post {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.single-footer-widget .footer-instagram-post li {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-footer-widget .footer-instagram-post li a {
  display: block;
}

.single-footer-widget .footer-instagram-post li a:hover {
  opacity: .60;
}

.copyright-area {
  border-top: 1px solid#7b7b7b;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area p a {
  display: inline-block;
  color: #ffffff;
}

.copyright-area p a:hover {
  color: #ed4266;
}

.copyright-area ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  position: relative;
}

.copyright-area ul li a {
  display: inline-block;
  color: #ffffff;
}

.copyright-area ul li a:hover {
  color: #ed4266;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  right: -13px;
  top: 4.1px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  /*#intro {
    background-attachment: fixed;
  }*/
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}
/*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 #06b590;}

.live-chat .wc-btn .wc-chat-icon img{border: 2px solid #fff;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#06b590;}
/*WhatsChat End Here*/
.modal-title {
  color: #413aa4;
	font-size: 32px;
}
.modal-footer .btn-primary{
	background-color: #413aa4 !important;
  border-color: #413aa4 !important;
}
