@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Questrial');
body{
	font-family: 'Questrial', sans-serif;
}
p, ul {
    margin: 0;
	padding:0;
}
p{
	line-height:1.7em;
	font-size:20px;
	font-family: sans-serif !important;
}
.textjustify
{
	text-align:justify !important;
}
.cusBlueColor
{
	color: #0ec2f3 !important;
}
.navbar{
	background:#000000;
	margin-bottom:0;
	width:100%;
	z-index: 9999;
	border-radius: 0;
    box-shadow: 0 1px 3px 0 #0f0f0f;
}
.navbar-brand{
	padding:0;
	margin-left:50px;
	margin-top:10px;
}
.navbar-brand > img{
	width:100%;
}
.navbar-inverse .navbar-nav > li > a {
  text-transform:uppercase;
  color:#dbdbdb;
  font-family: 'Open Sans', sans-serif;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color:#fdb932;
}
.navbar-inverse .navbar-nav > li.login{
	background:#292729;
}
.nav > li{
	padding: 10px 5px;
}
.navbar-inverse .navbar-nav > li.login i{
	color:#fcb530;
	margin-right:5px;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar-header{

}
.foot-top{
	background:#01aefa;
	padding:50px 0;
	color:#fff;
	position:relative;
}
.foot-top p{
	font-size:20px;
	line-height:1.7em;
	font-weight:400;
}
.foot-top:after{
	content:"\f0d7";
	display: block;
    font-family: Fontawesome;
    font-size: 41px;
    position: absolute;
    right: 30%;
    top: -25px;
}
.foot-bottom{
	background:#1d1b1d;
	color:#fff;
	/*padding:30px 0;*/
	padding: 30px 0 15px;
}
.foot-bottom i{
	color:#fdb731;
	margin-right: 15px;
}
.foot-bottom .tpfeature{
	margin-bottom:15px;
}
.foot-bottom .tpfeature.env i{
	font-size:20px;
}
.foot-bottom .tpfeature.env{
	margin-left: 40px;
}
.foot-bottom .tpfeature.env .info{
	padding-left:40px;
}
.copyright{
	background:#000;
	text-align:center;
	color:#fff;
	padding:10px 0;
}
.copyright p span{
	color:#fdb731;
}
.btn{
	background:#fdb731;
	border-radius:2px;
	color:#000;
	text-transform:uppercase;
	/*padding:10px 20px;*/
	font-size:16px;
	padding:13px 25px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.btn:hover{
	background:#ffc741;
	color:#000;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.btn-fb{
	background:#3b5998;
	color:#fff;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.btn-fb:hover{
	background:#284685;
	color:#fff;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.btn-fb i{
	border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
	font-size: 18px;
}
.register_btn{
	margin-top:15px;
}
.tpfeature {
    position: relative;
}
.tpfeature i {
    font-size: 70px;
    left: 0;
    position: absolute;
    top: 0;
}
.tpfeature .info {
    padding-left: 60px;
}
.title-txt{
	font-size:18px;
	font-weight:500;
}
.brd-right{
	border-right:1px solid #504f50;
}
.m-b-10{
	margin-bottom:10px !important;
}
.m-b-40{
	margin-bottom:40px !important;
}
.m-b-50{
	margin-bottom:50px !important;
}
ul.social-icons{
	list-style-type:none;
	text-align:center;
	margin: 15px 0;
}
ul.social-icons li{
	display:inline-block;
}
ul.social-icons li a img{
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
}
ul.social-icons li:hover a img{
	transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
	-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
	-moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
	-ms-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
	-o-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}
section{
	padding:100px 0;
}
.responsive-blk{
	background:#f0f0f0;
}
.responsive-blk h1{
	font-family: Open Sans;
	margin-bottom:30px;
}
section.responsive-blk{
	padding-bottom:100px;
	padding-top:0;
}
.section-title{
	position:relative;
	padding-bottom:20px;
	margin-top: 0px;
	margin-bottom:20px;
	border-bottom:2px dashed #292729;
	font-size: 34px;
}
.count{
	background: #292729 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 35px;
    left: -47px;
    line-height: 2.7em;
    position: relative;
    text-align: center;
    top: 90px;
    width: 35px;
}
section.connectivity-bg{
	background: rgba(0, 0, 0, 0) url("../images/connectivity-bg.jpg") repeat scroll center bottom / cover ;
	position: relative;
    z-index: 0;
	color:#ffffff;
}
section.connectivity-bg .count{
	background:#7c7c7c;
}
section.connectivity-bg .section-title{
	border-bottom: 2px dashed #ffffff;
}
section.intro-bg h2{
	margin-bottom:40px;
	line-height: 1.5em;
}
section.intro-bg{
	background: rgba(0, 0, 0, 0) url("../images/intro-bg.jpg") repeat scroll center top / cover;
	/*background: #000;*/
	position: relative;
    z-index: 0;
	color:#ffffff;
	/*padding-top:250px;*/
}
section.banner-bg{
	/*background:url("../images/banner-bg.png") #fdb932;
	padding-bottom:300px;*/
	background:rgba(0, 0, 0, 0) url("../images/banner-bg.jpg") repeat scroll 0 0 / cover ;
	position:relative;
	padding:160px 0 100px 0;
}
/*section.intro-bg:before{
	content:"";
	border-radius: 100% 100% 0 0 ;
    min-height:10px;
	background:rgba(0,0,0,1);
	position:absolute;
	width:100%;
	left:0;
	top:-10px;
	z-index: 9999;
}*/
section.intro-bg:before {
    background: rgba(0,0,0,1);
    /*border-top-left-radius: 170% 110%;
    border-top-right-radius: 130% 115%;*/
    /*padding-top: 11.5%;*/
	/*top:-80px;
	height: 80px;*/
}
section.intro-bg:before{
    bottom: /*99.9%*/77%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
section.banner-bg h1{
	font-size:60px;
	font-family:Open Sans;
}
section.banner-bg h1 span{
	color:#fff;
	color:#fff;
}
section.banner-bg p{
	margin-bottom: 25px;
	font-size: 39px;
	font-family: Open Sans;
	line-height: 1.2em;
	margin-top: 25px;
}
.h2, h2 {
    font-size: 40px;
}
section.banner-bg div{
	font-size:18px;
	font-family:Open Sans;
	margin-bottom:20px;
}
.start_btn{
	background:#292729;
	color:#fff;
	text-transform:capitalize;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.start_btn:hover{
	background:#000;
	color:#fff;
	-webkit-transition: background 500ms ease-out 0.3s;
    -moz-transition: background 500ms ease-out 0.3s;
    -o-transition: background 500ms ease-out 0.3s;
    transition: background 500ms ease-out 0.3s;
}
.head-top{
	color:#fff;
	background: rgba(0, 0, 0, 0) url("../images/head-top-bg.png") no-repeat scroll 0 0 / cover ;
	position:relative;
	padding-bottom:0;
	padding-top:150px;
}
.head-top p{
	font-size:17px;
	padding-bottom:150px;
}
.head-top h1{
	position:relative;
	margin-bottom: 20px;
}
.head-top h1:after, .head-top h1:before{
	content:"";
	display:block;
	position:absolute;
	width:24px;
	height:1px;
	background:#fff;
	text-align:center;
	left:49%;
	top:46px;
}
.head-top h1:before{
	top:49px;
}
.breadcrumb{
	margin-bottom:0;
	background-color: rgba(0,0,0,0.7);
	border-radius:0;
	text-align:left;
	text-transform:uppercase;
}
.breadcrumb li a, .breadcrumb li.active{
	color:#fff;
}
.breadcrumb > li + li::before{
	content: "";
	background:url(../images/r-arr.png) no-repeat;
	height:7px;
	width:25px;
	display:block;
	position:absolute;
	left: -32px;
	top: 6px;
}
.breadcrumb > li + li{
	margin-left:35px;
	position:relative;
}
.head-title{
	font-size:38px;
	font-family:Open Sans;
	font-weight:300;
	margin-bottom:40px;
}
.head-title span{
	font-weight:500;
}
.abt-h2
{
	font-size:30px;
	font-weight: bolder;
}
.fsize
{
	 font-size:18px !important;
}
h2.section-left-title{
	font-size:30px;
	margin-left:30px;
	font-family:Open Sans;
	font-weight:300;
	position:relative;
	margin-bottom: 50px;
}
h2.section-left-title span{
	font-weight:500;
}
h2.section-left-title:before, h2.section-left-title:after{
	background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: -30px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 24px;
}
h2.section-left-title:after{
	top: 20px;
}
label{
	font-size:15px;
	font-weight: 300;
}
.form-control{
	border-radius:3px;
	height: 50px;
    padding: 10px;
	margin-bottom:20px;
}
.padd-none{
	padding:0 !important;
}
.padd-b-none{
	padding-bottom:0 !important;
}
.padd-80{
	padding:80px 30px;
}
.padd-100{
	padding:100px;
}
.p-b-30{
	padding-bottom:30px;
}
.gmap {
    line-height: 0;
}
.tpfeature.dark-bg{
	background:#1d1b1d;
	padding:20px;
	margin-bottom:20px;
}
.tpfeature.dark-bg i{
	left:auto;
	top:30px;
	color:#01aefa;
	font-size:30px;
	border:1px solid #fff;
	height: 45px;
	width:45px;
	line-height: 1.5em;
    text-align: center;
}
.tpfeature.dark-bg i.fa-envelope{
	font-size:20px;
	line-height: 2em;
}
.tpfeature.dark-bg h4{
	color:#fff;
}
.tpfeature.dark-bg p{
	color:#929292;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.bg-f5f{
	background:#f5f5f5;
}
.bg-f0f{
	background:#f0f0f0;

}
input[type="checkbox"]{
	margin-right:5px;
}
.bg-register{
	background: rgba(0, 0, 0, 0) url("../images/register-img.png") no-repeat scroll center bottom;
    display: block;
    height: 853px;
    position: relative;
}
.benefits-blk  p, .benefits-blk img{
	margin-bottom:40px;
}
.m-b-0{
	margin-bottom:0 !important;
}
.text-fff{
	color:#fff;
}
.about-blk .tpfeature{
	margin-bottom:30px;
}
.about-blk .tpfeature i {
    font-size: 26px;
	background:#00b2fe;
	color:#fff;
	width:65px;
	height:65px;
	border-radius:50%;
	text-align:center;
	border:2px solid #fff;
	line-height: 2.5em;
}
.about-blk .tpfeature i:after {
	content:"";
	background: #00b2fe none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 73px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 73px;
    z-index: -1;
}
/*.about-blk .tpfeature i:before{
	position:absolute;
	background:url(../images/pointer.png);
	width:59px;
	height:8px;
	z-index:0;
	display:block;
}*/
.about-blk .tpfeature .info {
	padding-left: 152px;
}
.about-blk .tpfeature .info:before{
	content:"";
	position:absolute;
	background:url("../images/pointer.png");
	width:59px;
	height:8px;
	top: 28px;
	left: 75px;
}
.features-blk{
	background: rgba(0, 0, 0, 0) url("../images/features-bg.jpg") no-repeat scroll 0 0 / cover ;
}

.features-blk i:before{
	/*content:"";
	background: #01aefa none repeat scroll 0 0;
	position:absolute;
	height: 70px;
	width: 70px;
	left: -5px;
	top: -10px;
	z-index:0;*/
}
.features-blk i{
	background: #01aefa none repeat scroll 0 0;
    height: 60px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 60px;
	text-align:center;
	border:2px solid #fff;
	z-index:1;
	line-height: 2.3em;
	font-size: 25px;
}
.readmore-txt{
	color:#fdb731;
	position:relative;
	font-family: open sans;
	margin: 20px 0;
}
.readmore-txt:before{
	background:url("../images/r-arr.png");
	content:"";
	width:25px;
	height:7px;
	display:block;
	position:absolute;
	top:7px;
	left: -33px;
}
a.readmore-txt:hover, a.readmore-txt:focus, a.readmore-txt:active{
	color:#fdb731;
}
.wd100{
	width:100%;
}
.big-bg{
	position:relative;
	height:675px;
}
.big-bg:before{
	background: rgba(0, 0, 0, 0) url("../images/big-bg-img.jpg") repeat scroll left center / cover ;
    content: "";
    height: 675px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
footer {
    clear: both;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fdb932;
	/*border-bottom:2px solid #fdb932;*/
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	position:relative;
}
.nav-tabs.nav-justified > .active > a:after,
.nav-tabs > li > a:hover:after{
	content:"";
	border-bottom:2px solid #fdb932;
	width:70px;
	text-align:center;
	display:block;
	position:absolute;
	bottom: -1px;
	left: 36%;
}
.nav-tabs > li > a:hover{
	background:transparent;
	border:0;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 0;
}
.nav-tabs.nav-justified{
	border-bottom:1px solid #ddd;
}
.nav.nav-tabs > li > a{
	text-transform:uppercase;
	font-family:Open sans;
	font-size:16px;
}
.tab-content {
    margin-top: 30px;
}
.nav.nav-tabs > li {
    padding: 0;
}
.top-img{
	left: 33%;
	position: absolute;
	top: 53%;
	width: 600px;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.z-index-9999{
	position:relative;
	z-index:9999;
}
.z-index-0{
	position:relative;
	z-index:0;
}
.z-index-1min{
	position:relative;
	z-index:-1;
}
.owl-wrapper .owl-item .item > img {
    width: 100%;
	height:100%;
}
/*.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	background:url(../images/tv-img.png);
}*/
#owl-demo{
	height: 263px;
    left: 53px;
    position: absolute;
    top: 19px;
    width: 481px;
}
.owl-wrapper-outer,
.owl-wrapper .owl-item .item{
	height: 263px;
	width: 481px;
}
.owl-buttons{
	display:none;
}
.owl-theme .owl-controls{
	position:relative;
	top:60px;
}
.owl-theme .owl-controls .owl-page span{
	background:transparent !important;
	border:2px solid #000;
	margin: 5px 3px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
	background:#000 !important;
}
@media (max-width:1199px){
	.nav-tabs.nav-justified > .active > a:after,
	.nav-tabs > li > a:hover:after{
		content:"";
		border-bottom:2px solid #fdb932;
		width:100%;
		text-align:center;
		display:block;
		position:absolute;
		bottom: -1px;
		left: 0;
	}
	.bg-register{
		height: 940px;
	}
	.foot-bottom .tpfeature.env {
		margin-left: 15px;
	}
}
@media (max-width:991px){
	.text-center-xs{
		text-align:center;
	}
	.wd100-xs{
		width:100%;
	}
	.brd-right{
		border-right:0;
	}
	.count{
		left: auto;
		top: auto;
	}
	.m-b-40-xs{
		margin-bottom:40px;
	}
	.bg-circ:after, .bg-circ-left:after{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}
@media (max-width:767px){
	.top-img{
		width:500px;
		top: 61%;
	}
	.navbar-collapse{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.navbar-brand{
		margin-bottom: 10px;
	}
	.navbar-toggle{
		margin-top: 19px;
	}
}
@media (max-width:500px){
	.wd100-mb{
		width:100%;
	}
	section.intro-bg:before{
		background:transparent;
	}
	.top-img{
		width:100%;
		top: 70%;
	}
	section.banner-bg{
		padding-bottom: 200px;
	}
	section.intro-bg{
		padding-top: 250px;
	}
}
