@charset "UTF-8";
/*------------------------------------------------------------------
 * Theme Name: HostRocket Responsive HTML5 Landing page
 * Theme URI: https://www.iunique.me/brandesign/hostrocket
 * Author: Brandesign
 * Author URI: https://www.iunique.me/brandesign
 * Description: A Bootstrap Responsive HTML5 Landing page
 * Version: 1.0
 * Licensed under MIT (httpss://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.4 (https://getbootstrap.com)
 * Copyright 2015 Brandesign.
 -------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General styles.
2. Header.
3. Sign Up Section.
4. Features Section.
5. Try Now Section.
6. Pricing tables Section.
7. Testimonials Section.
8. Clients Section.
9. Footer.
10. Responsive Styles.
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	1. General styles
-------------------------------------------------------------------*/
/* This line will import “Montserrat” font from google web fonts */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* This is the style for the body of the template, setting the font and the transition (Animation options)*/
*,body{
	font-family: 'Montserrat', sans-serif;
	transition: all 0.5s ease 0s;
}

/* These classes are for alignments, for the text and the objects floating. */
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.big-text{
	font-size: 70px;
	line-height: 70px;
	font-weight:700;
}
.small-text{
	font-size: 18px;
	line-height: 25px;
	color:#ffffff;
	margin-bottom:0;
}

/* Some rows has title and we have two different titles styles */
.row-title1{
	text-align:center;
}
/* Underline style */
.row-title1 div{
	display: inline-block;
	font-size: 26px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:2px solid #ffffff;
	margin-top:40px;
	margin-bottom:40px;
}
/* Title style */
.row-title1 div .text{
	color:#ffffff;
}
/* The style of the dot after title */
.row-title1 div .dot{
	color:#ff4e00;
}

.row-title2{
	text-align:center;
}
/* Underline style */
.row-title2 div{
	display: inline-block;
	font-size: 26px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:2px solid #013243;
	margin-top:40px;
	margin-bottom:40px;
}
/* Title style */
.row-title2 div .text{
	color:#013243;
}
/* The style of the dot after title */
.row-title2 div .dot{
	color:#ff4e00;
}


/*------------------------------------------------------------------
	2. Header 
-------------------------------------------------------------------*/
#header, .row1{
	background-color:#1093C1;
	min-height: 500px;
}

/* Live chat text style */
.box a{
	font-size: 16px;
	color:#ffffff;
}

/* The Rocket Animation Style */
#canvas{
	position:absolute;
	right:40px;
	top:40px;
	opacity:1;
	/*width:170%;*/
}

/* The style of the header of the form */
.form-top{
	width: 348px;
	height: 55px;
	background-color: #FFF;
	border-radius: 25px 25px 0px 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
	color: #013243;
	font-size: 18px;
	font-weight: 600;
}


/*------------------------------------------------------------------
	3. Sign Up Section
-------------------------------------------------------------------*/
#signup, .row2{
	background-color:#FFFFFF;
	min-height: 385px;
}

/* Form style */
.form-items-holder{
	display:inline-block;
	width:306px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* Form text input style */
#demoform input[type=text]{
	color: #838383;
  	background-color: #ffffff;
	border: 1px solid #D0D0D0;
	padding: 10px;
  	border-radius: 3px;
  	background-color: #fff;
  	margin: 8px 0 8px 0px;
  	font-size: 14px;
  	width: 100%;
  	height: 43px;
}

/* Form submit button style */
#demoform input[type=submit]{
	font-size: 18px;
	color:#ffffff;
	width: 100%;
	height: 52px;
	background-color:#F04040;
	border:0;
}
#demoform input[type=submit]:hover{
	background-color:#d43b3b;
}

/*------------------------------------------------------------------
	4. Features Section
-------------------------------------------------------------------*/
#features, .row3{
	background-color:#152031;
	background-image:url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 730px;
}

/* Features styles */
.features .feature{
	text-align:center;
}
.features .feature img{
	margin-bottom:15px;
}
.features .feature .f-title{
	margin-bottom:15px;
	color:#1093c1;
	font-size: 18px;
}
.features .feature .f-details{
	margin-bottom:30px;
	color:#999999;
	font-size: 14px;
}

/*------------------------------------------------------------------
	5. Try Now Section
-------------------------------------------------------------------*/
#trynow, .row4{
	background-color:#FFFFFF;
	min-height: 368px;
}

/* Try Now informations styles */
.trynow{
	padding-top:40px;
}
.trynow h3{
	font-size:22px;
	margin-bottom:5px;
}
.trynow ul{
	padding-left:18px;
}
.trynow ul li{
	color:#808080;
	font-size:18px;
	padding-bottom: 12px;
}
.btn-learn-more div{
	display:inline-block;
	height: 45px;
  	width: 132px;
	background-color: #56b4bd;
  	color: #ffffff;
	font-size:15px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	padding-top:12px;
}
.btn-learn-more:hover div{
	background-color: #439fa6;
}

/* laptop image and youtube video styles */
.laptop{
	text-align:center;
	padding-top:60px;
}
.laptop img{
	height: 318px; 
	width: 500px;
}
.laptop .video{
	position:absolute;
	left:125px;
	top:78px;
	width:337px;
	height:212px;
}
.laptop .video .youtube_object{
	width:100%;
	height:100%;
}

/*------------------------------------------------------------------
	6. Pricing tables Section
-------------------------------------------------------------------*/
#prices, .row5{
	background-color:#D8D8D8;
	background-image:url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 613px;
}

 /* This is the pricing table styles */
.price-column{
	margin-bottom:50px;
}
.price-table{
	background-color:#013243;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	padding-bottom:50px;
}
.price-table .price-title{
	height:46px;
	-webkit-border-radius: 5px 5px 0px 0px;
  	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	font-weight:500;
	font-size:18px;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;
}
.green{
	background-color: #49bd8f;
}
.pink{
	background-color: #e85e76;
}
.blue{
	background-color: #56b4bd;
}
.purple{
	background-color: #8061a1;
}
.price-table .price{
	font-size:42px;
	text-align:center;
}
.price-table .duration{
	margin-bottom:15px;
	text-align:center;
	color:#336680;
	font-size:16px;
}
.price-table .sp{
	border-bottom: 1px solid #336680;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:20px;
}
a.price-btn{
	position:absolute;
	bottom:-20px;
	margin-left:-68px;
	left:50%;
	text-decoration:none;
}
.price-btn div{
	height: 40px;
  	width: 136px; 
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#ffffff;
	font-size: 13px;
	text-align:center;
	padding-top:10px;
}
.price-btn:hover .green{
	background-color:#3fa57d;
}
.price-btn:hover .pink{
	background-color:#d9566d;
}
.price-btn:hover .blue{
	background-color:#439fa6;
}
.price-btn:hover .purple{
	background-color:#6d5282;
}
.circle{
	width: 63px;
  	height: 63px;
  	background-color: #ffc40d;
  	opacity: 0.86;
  	filter: alpha(opacity=86);
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
	position:absolute;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:15px;
	top:-30px;
	right:-15px;
	z-index:2;
}

/*------------------------------------------------------------------
	7. Testimonials Section
-------------------------------------------------------------------*/
#testimonials, .row6{
	background-color:#64B2BF;
	min-height: 406px;
}

.carousel-indicators{
	bottom:0;
}
/* We removed the default bootstrap left arrow image and we add our left arrow image in html */
.carousel-control.left{
	background-image:inherit;
}
/* We removed the default bootstrap right arrow image and we add our right arrow image in html */
.carousel-control.right{
	background-image:inherit;
}
.carousel-control .glyphicon-chevron-left{
	left:0;
	top:25%;
}
.carousel-control .glyphicon-chevron-right{
	right:0;
	top:25%;
}
.testimonial{
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}
.testimonial img{}
/* Name style */
.testimonial-title{
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}
/* The style of text under the name */
.testimonial-subtitle{
	color:#ffffff;
	font-size:11px;
}
/* And this is the style for the details text */
.testimonial-details{
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
}

/*------------------------------------------------------------------
	8. Clients Section
-------------------------------------------------------------------*/
#clients, .row7{
	background-color:#FFFFFF;
	min-height: 266px;
}

/* This is the style for the clients logos */
.clients{
	text-align:center;
}

.client-logo{
	display:inline-block;
	opacity:0.7;
}
/* client logo mouse over opacity change */
.client-logo:hover{
	opacity:1;
}

/*------------------------------------------------------------------
	9. Footer
-------------------------------------------------------------------*/
#footer, .row8{
	background-color:#E1E1E1;
	min-height: 76px;
}

/* This is the style for the left area of the footer (Copyright text) */
.footer-left{
	text-align:left;
	color:#808080;
	font-size:12px;
	margin-top:30px;
}
/* And this is for the right area of the footer (Social media links) */
.footer-right{
	text-align:right;
	margin-top:25px;
}

.social{
	opacity:0.8;
}
.social:hover{
	opacity:1;
}

/*------------------------------------------------------------------
	10. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */
@media (max-width: 1200px) {
	.laptop .video{
		left:90px;
		top:77px;
		width:305px;
		height:191px;
	}
	.laptop img{
		height: 288px; 
		width: 450px;
	}
}
@media (max-width: 992px) {
	.laptop{
		padding-top:80px;
	}
	.laptop .video{
		left:72px;
		top:92px;
		width:238px;
		height:149px;
	}
	.laptop img{
		height: 222px; 
		width: 350px;
	}

}
@media (max-width: 768px) {
	.box{
		width:46px !important;
	}
	.box img{
		margin-left:0 !important;
	}
	.chat-link{
		display:none;
		visibility:hidden;
	}
	.laptop .video{
		left:50%;
		margin-left:-135px;
		top:93px;
		width:271px;
		height:170px;
	}
	.laptop img{
		height: 254px; 
		width: 400px;
	}
	#canvas{
		opacity:1;
		top:340px;
		right:0px;
	}
	.small-text{
		margin-bottom:200px;
	}
	.form-top{
		width:100% !important;
	}
	.form-items-holder{
		width:100% !important;
		padding-left:0 !important;
	}
	.footer-left{
		text-align:center;
	}
	.footer-right{
		text-align:center;
		margin-bottom:15px;
	}
	.client-logo{
		opacity:1;
	}
}
@media (max-width: 480px) {
	.big-text{
		font-size:50px;
	}
	.laptop .video{
		left:50%;
		margin-left:-84px;
		top:90px;
		width:169px;
		height:108px;
	}
	.laptop img{
		height: 159px; 
		width: 250px;
	}
	#canvas{
		opacity:1;
		top:340px;
		right:0px;
		width:500%;
	}
	.small-text{
		margin-bottom:200px;
	}
	.big-text{
		line-height:50px;
	}
	.features .feature .f-title{
		font-size: 12px;
	}
	.features .feature .f-details{
		font-size: 12px;
	}
}