@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
font-family: 'Open Sans', sans-serif;
font-size:15px;
}
h1,h2,h3,h4,h5{
font-family: 'Open Sans', sans-serif;
}
a,
a:active,
a:focus,
a:hover{
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover{
	text-decoration:underline;
}

#banner{
background:url("../images/bg-1.jpg");
min-height:570px;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}

.logo-div{
padding:10px 0;
}
.logo-div img{
width:275px;
}
.form-div {
    background:#fff;
    margin-top: 40px;
	border-radius:10px;
}
.form-div label{
font-weight:600;
}
.form-div h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    background-color: #ff6600;
    padding: 20px 30px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.form-div form{
padding:25px 30px;
}
.form-div form input{
height:40px;

}
.form-div form button{
padding:9px 0;
font-size:15px;
margin-top:20px;
}
.form-div form button:hover{
	
}
.video-div{
margin-top:40px;
width:90%;	
}
.contact-div{
margin-top:30px;
float:right;
}
.contact-div ul{
padding:0;
margin:0;
}
.contact-div ul li{
list-style:none;
display:inline-block;
margin-right:15px;
}
.contact-div ul li i {
    font-size: 22px;
    margin-right: 8px;
    background-color: #333;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.section-title{
margin:auto;
text-align:center;
}
.section-title-new{
	
}
.section-title-new h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.section-title-new p {
    margin-top: 20px;
    line-height: 23px;
}
.plan-img{
float:right;
}
.section-title h2{
font-weight:700;
}
.content p {
    margin-top: 10px;
    line-height: 25px;
    margin-bottom: 20px;
}
.section-title img{
margin:auto;
text-align:center;	
}
#process {
    margin-top: 40px;
}
.content h4 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-size: 21px;
}
.play_box{
margin:auto;
text-align:center;
margin-top:40px;
margin-bottom:70px;
}
ul.points {
    margin: 0;
    margin-left: -15px;
}
ul.points li h3 {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}
ul.points li p {
    line-height: 25px;
}
.content{
margin-top:40px;
}
.content h3{
font-size:20px;
font-weight:700;
}
.play_box img {
    margin: auto;
    text-align: center;
    padding: 53px 0;
}
.icon_box {
    margin: auto;
    text-align: center;
    border: 1px solid #0170ba;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.number_div p{
background-color:#333;
width:50px;
height:50px;
border-radius:50%;
line-height:52px;
font-size:22px;
margin:auto;
text-align:center;
position:relative;
top:30px;
color:#fff;
}

.box_title h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.box_new:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 45px;
    text-align: center;
    left: 96%;
    color: #ff6600;
}
.gallery a {
    float: left;
    width: 24%;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery{
margin-top:50px;
}
#process-new{
background:url("../images/bg-new.png");
min-height:500px;
background-position:center;
background-size:cover;
margin-top:40px;
}
.top-view{
margin-top:40px;
color:#fff;
}
.clock{
margin-top:60px !important;
}

.timer-content{
margin-top:50px;
}
.timer-content p{
color:#fff;
}
footer {
    background-color: #ccc;
    margin-top: 40px;
}
.footer-info{
padding:20px 0;
}
.footer-info img{
width:250px;
}
.social-info{
float:right;
margin-top:50px;
}
.social-info ul{
margin:0;
padding:0;
}
.social-info ul li{
list-style:none;
display:inline-block;
}
.social-info ul li i {
    color: #333;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    font-size: 20px;
    border: 1px solid #333;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
}
.social-info ul li i:hover{
border: 1px solid #00659d;
color:#fff;
background-color:#00659d;
}
.copyright {
    border-top: 1px solid #999;
}
.copyright p{
text-align:center;
margin-top:10px;
color:#545353;
}
.section-content h3{
font-weight:700;
margin-top:0;
font-size:22px;
}
.section-content p{

}
.section-img img{
width:100%;
}
.padding-zero{
padding:0;
}
.section-content {
    padding: 20px 30px;
}
.content-div{
margin-top:20px;
}
.space-top{
padding:0 20px;
}
.space-left{
padding:0 30px;
}
.section-content.space-right {
    padding: 20px 20px;
}
.hide-img{
display:none;
}
.show-img{
display:block;
}
.grab{
margin:auto;
text-align:center;
margin-top:15px;
}
.grab a {
    padding: 9px 20px;
    border-radius: 50px;
}



/*back to top*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #ff6600;
	color: #fff;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #ff6600;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/*Thank You Page css*/
#bg {
    background: url(../images/thank-bg.jpg);
    background-position: center;
}
.thank-content{
margin:auto;
text-align:center;
}
.thank-content img{
margin:auto;
text-align:center;
width:180px;
}
.thank-content h3{
color:#fff;
font-weight:600;
margin-top:25px;
}
.thank-content h4{
color:#fff;
font-weight:600;
margin-top:25px;
}
.thank-content a{
color:#fff;
margin-top:20px;
border-radius:50px;
padding:7px 20px;
}
.thank-content p {
    color: #fff;
    width: 700px;
    margin: auto;
	margin-top: 30px;
}
section#thank {
    padding-top: 80px;
}