@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: sans-serif;
}

#nav-bar{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	padding: 0 !important;
}

.navbar-brand img{
	height: 40px;
	padding-left: 20px;
}

.navbar-nav li{
	padding: 0 10px;
}

.navbar-nav li a{
	color: #fff !important;
	font-weight: 600;
}

.fa-bars{
	color: #fff;
	font-size: 30px !important;
}

.navbar-toggler{
	outline: none !important;
}

/*-----banner section-------*/

#banner{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	color: #fff;
	padding-top: 5%;
}

.promo-title{
	font-size: 40px;
	font-weight: 600;
	margin-top: 100px;
}

.play-btn{
	width: 45px;
	margin: 20px;
}

#banner a{
	color: #fff;
	text-decoration: none;
}

.bottom-img{
	width: 100%;
}


/* FONTS */
/* ------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/* ------------------------------------------------- */


body {
    font-family: 'Roboto', sans-serif !important;
}

.services {
    background-color: #fefefe;

}

.services h1,
p {
    text-align: center;
    margin-top: 20px;
}

.services h1 {
    color: rgba(59, 86, 110, 0.781);
    font-weight: 400;
    letter-spacing: 1.30px;
    line-height: 30px;
    padding-top: 20px;

}

.services p {
    color: rgba(59, 86, 110, 0.781);
    font-weight: 300;
}

/* grid */
.services-item {
    background-color: white;
    box-shadow: 1px 1px 10px #0000002b;
    margin-top: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
	text-align: center;
}

.services-item::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #8E2DE2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a517ba,#5f1782);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a517ba,#5f1782);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
/* hover */
.services-item:hover::after {
    height: 100%;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
}
.services-item:hover i {
    color: white;
}
.services-item:hover p {
    color: white;
}
.services-item:hover h2 {
    color: white;
}



.services-item i {
    color: rgba(59, 86, 110, 0.781);
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.services-item h2 {
    color: rgba(59, 86, 110, 0.781);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.services-item p {
    color: rgba(59, 86, 110, 0.781);
    position: relative;
    z-index: 2;
}

/*-------Price Table--------*/

section.pricing {
  background: whitesmoke;
  
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 3rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background: linear-gradient(to right, #a517ba,#5f1782);
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.free1{
	text-align: center;
	color: white;
	font-size: 30px;
}
/*------social-media section--------*/
#social-media{
	background: #f8f9fa;
	padding: 100px 0;
	
}

#social-media p {
	font-size: 36px;
	font-weight: 600;
	margin: 30px;
	
}


.social-icons img{
	width: 60px;
	transform: 0.5s;
}

.social-icons a:hover img{
	transform: translatey(-10px);

}
/*------footer section--------*/
#footer{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	color: #fff;
}

.footer-img{
	width: 100%;
}

.footer-box{
	padding: 20px;
	
}

.footer-box .img{
	width: 120px;
	margin-bottom: 20px;
}

.footer-box .fa{
	margin-right: 8px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 2px;
	background-image: linear-gradient(to right, #a517ba,#5f1782);
}

.footer-box .form-control{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 25px;
	max-width: 250px;
	text-align: center;
	
}


.footer-box .btn-primary{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 30px;
	background-image: linear-gradient(to right, #a517ba,#5f1782);
}

hr{
	background-color: #fff;
}

.copyright{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
		
}

.lion1{
	color: black;
	margin: auto;
	width: 50%;
	text-align: center;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

		

}



.wrapper{
	width: 1170px;
	margin: 0 auto;
}
.single-price{
	text-align: center;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 60px 5px;
	background: #fff;
	height: auto;
	width: 32%;
	display: inline-block;
	border-radius: 25px;
}
.upper-side{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	margin: -25px;
	padding: 5%;
}
.upper-side h2{
	color: #fff;
	font-size: 50px;
	margin: 25px 0px;
 
}
.upper-side h4{
	color: #fff;
	font-size: 20px;
	margin: 0px;
	text-transform: uppercase;
 
}
.lower-side{
margin-top: 25px;
}
.lower-side p{
	border-bottom: 1px solid #ddd;
	padding: 20px;
	margin: 0px;
	text-transform: uppercase;
}
.lower-side a{
	text-decoration: none;
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	color: #fff;
	display: block;
	padding: 20px 0px;
	font-size: 20px;
	text-transform: uppercase;
 
}
.deal{
	top: 25px;
	right: -45px;
	position: absolute;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	background: #222;
	color: #fff;
	line-height: 30px;
	font-size: 25px;
	width: 200px;
}


/*****************************
START PROMOT SECTION
******************************/

.hk_promot_section2 {
    background: whitesmoke;
    border-top: 1px solid #e0f5ff;
    border-bottom: 1px solid #e0f5ff;
}
.home2_hk_promot_logo img {
	width: 100%;
	padding-top: 50px;
    padding-bottom: 115px;
	
}
.hk_promot_btn .hk_btn {
 
	 
	padding-left: 43px; 
	padding-right: 43px;

}
.hk_promot_btn .hk_btn {
    background: #5f1782;
	padding: 0 31px;
	line-height: 50px;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	text-shadow: 0 0 black;
	
   
}
.hk_section_title h2{
	font-weight: 700;
	font-size: 36px;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
}

.hk_promot_wrapper{
	padding-top: 100px;
    padding-bottom: 115px;
}


.hk_promot_section{
	background: #0096ff;
    padding: 75px 0;
}
.hk_promot_btn .hk_btn {
    background: #202736;
    padding: 0 31px;
}

.hk_promot_text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    padding-top: 4px;
}
/*****************************
START PROMOT SECTION
******************************/
.hk_promot_section{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	padding: 75px 0;
}
.hk_promot_text{
	display: inline-block;
	float: left;
}
.hk_promot_text h2{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 44px;
	padding-top: 4px;
}
.hk_promot_btn{
	float: right;
}
.hk_promot_btn .hk_btn{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	padding: 0 31px;
	border: 3px solid white;
}
.hk_btn:hover,.hk_promot_btn .hk_btn:hover,
.hk_domain_suggestion .cart_btn:hover,.hk_domain_suggestion .cart_btn.active,
.coupon_btn:hover{
	
	color:#fff;
}

/*****************************
 END PROMOT SECTION
******************************/


/* BREADCRUMB */
.hk_breadcrumb{
	padding-top: 60px;
	padding-bottom: 50px;
	background: #f6fcff;
	border-bottom: 1px solid #e0f5ff;
	
}
.hk_breadcrumb_area{
	padding-top: 13px;
}
.hk_breadcrumb_wrapper{
	text-align: center;
}
.breadcrumb{
	background: none;
	padding:0;
	margin:0;
}
.hk_breadcrumb_title h1{
	color: #222;
}
ol.breadcrumb li {
	font-weight: 600;
}
ol.breadcrumb li a{
	color: #999;
}
ol.breadcrumb  li a:hover{
	color: #0096ff;
}
ol.breadcrumb li.active{
	color: #0096ff;
}

/*****************************
START HOW IT WORKS AREA
******************************/
.hk_how_it_works_wrapper{
	position: relative;
}
.hk_arrow{
	position: absolute;
	top: -9px;
	width: 100%;
	z-index: -1;
}
.hk_arrow .hk_arrow_img_wrapper{
	padding: 0 50px;
}
.hk_single_part{
	padding: 0 45px;
	text-align: center;
}
.hk_single_part .hk_title{
	margin-top: 36px;
	margin-bottom: 16px;
}
.hk_single_part .hk_title > h4{
	font-size: 20px;
}
.hk_single_part .hk_icon{
	width: 114px;
	height: 114px;
	background: #a517ba;
	border-radius: 50%;
	padding: 28px;
	display: inline-block;
	position: relative;
}
.hk_single_part .hk_icon::before {
	position: absolute;
	content: "";
	height: calc(100% + 16px);
	background: tomato none repeat scroll 0% 0%;
	top: -8px;
	left: -8px;
	width: calc(100% + 16px);
	border-radius: 50%;
	z-index: -1;
}
.hk_icon .st0,
.hk_icon .st1{
	fill: #fff;
}
/*****************************
END HOW IT WORKS AREA
******************************/

/* SECTION PADDING */
.hk_section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
/* SECTION TITLE */
.hk_section_title {
	text-align: center;
}
.hk_section_title h1{
	font-weight: 700;
	font-size: 36px;
	color: #222;
	padding-bottom: 33px;
	position: relative;
}
.hk_section_title h1::before {
	bottom: 13px;
	content: url("image/title_line.svg")
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 118px;
}
.hk_section_title .title_highlight{
	color: #0096ff;
}
.hk_title_subtext{
	line-height: 26px;
	display: inline-block;
	width: 50%;
}


.hk_app_svg_content{
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	top: -135px;
}


