@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	}
.container{
	width:100%;
	padding-left:0;
	padding-right:0;
	max-width:1170px;
	margin:0 auto;
	text-align:center;
	display:block;
/*	border:1px solid red;*/	
	}
p, ul, h1, h2{
	padding:0;
	margin:0;
	}
.clearfix{
	clear:both;
	height:1px;
	display:block;
	}
	.social-ico {
    float: right;
    margin-left: 30px;
   /* margin-top: 25px;*/
}
.site-nav {
    float: right;
}
.social-ico a {
    padding: 0 10px;
}
.social-ico a i {
    color: #fff;
}
.site-nav a {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-nav a {
        text-transform: uppercase;
}
.site-nav a {
    display: block;
   /* padding-top: 9px;
    padding-bottom: 9px;*/
    color: #9eafc5;
    font-weight: 700;
    font-size: 12px;
}
.yellow{
	    color: #f26722;
}
footer#site-footer-qube {
    background: #1f2228;
}
#widget-area-qube{
	width: 1140px;
	margin: 0px auto;
}
.footer-4-pro .widget-footer-qube {
    width: 22%;
    float: left;
    margin-right: 4%;
   
    margin-bottom: 20px;
}
 #widget-area-qube .footer-4-pro .widget-footer-qube:nth-child(4) {
    margin-right: 0%;
}
.clear{
	clear: both;
	width: 100%;
}
#copyright-pro {
    background-color: #151619;
}
.width-container-qube {
    width: 1140px;
    margin: 0px auto;
}
#copyright-text-pro {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #767a8d;
}
#copyright-text-pro {
    color: #666666;
    font-size: 12px;
}
#copyright-text-pro {
    padding: 25px 0px;
}
#copyright-text-pro {
    float: left;
    width: 50%;
    color: #767a8d;
    padding: 22px 0px;
    font-size: 12px;
}
#widget-area-qube h6.widget-title {
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0;
    margin-bottom: 13px;
    text-transform: uppercase;
}
#widget-area-qube ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#widget-area-qube ul li {
    border-color: #fff;
}
#widget-area-qube ul li {
    border-color: #262830;
}
#widget-area-qube ul li {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
#widget-area-qube a {
    color: #84adc0;
}
#widget-area-qube {
   
    color: #767a8d;
    font-size: 14px;
}
#site-footer-qube{
 padding: 62px 0px 0px 0px;	
}
#widget-area-qube a {
    color: #84adc0;
    text-decoration: none;
}
/*=========================== start topsection ===================*/
.header{
	width:100%;
	    background-color: #1d242f !important;
	    padding: 17px 0px;
	}
.topsection{
	height: 600px;
	position:relative;
	}
.video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
	}
video {
	position: absolute;
	top: 0;
	right: -9999px;
	left: -9999px;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	}
	#strip1 {
    width: 54px;
    height: 52px;
    background: url(../images/sprite.png) 0 0;
}
	#strip2 {
    width: 54px;
    height: 52px;
    background: url(../images/sprite.png) 0 -49px;
}
	#strip3 {
    width: 54px;
    height: 46px;
    background: url(../images/sprite.png) 0 -100px;
}
	#strip4 {
    width: 54px;
    height: 54px;
    background: url(../images/sprite.png) 0 -145px;
}

	html.video{
		overflow:inherit;
	}
.topsection .container{position:relative; z-index:2;}
.blue-strip .container{position:relative; z-index:2;}
/**************************************************************/
.formbd #submit{
	float:left;
	background-color:transparent;
	text-indent: -99em;
}
.formbd #submit:hover{
	background-color:transparent;
}
.formbd .formhding{
	font-size: 36px;
}
.blue-strip .strp-boxhding{
	height:60px;
}
.secthree .s3hding{
	height: 62px;
}
/**************************************************************/

@media only screen and (max-width: 1100px){
.topsection{
	height:500px;
	}
	}
@media only screen and (max-width: 1003px){
.topsection{
	height:550px;
	background: url(../images/topsec.jpg) no-repeat scroll center top / cover ;
	}
.topsection .video{display:none;}
}
@media only screen and (max-width: 767px){
.topsection{
	height:auto;
	padding-bottom:5%;
	}
}
/*=========================== start header ===================*/
.menu{
	/*height:78px;*/
}
.deskmenu{
	display:block;
}
.logo{
	float:left;
	/*margin:23px 0 17px 0;*/
	display:block;
}
ul.hdrmenu{
	float:right;
	/*margin:27px 0 0 0;*/
	display:block;
	margin: 0px;
}
ul.hdrmenu  li{
	float:left;
	display:inline-block;
	font-weight:300;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:26px;
	padding:0 0;
	margin:0 20px;
	list-style:none;
}
ul.hdrmenu  li a{
	text-decoration:none;
	/*color:#fff;*/
	display:block;
}
.menu-item-11 a{
	color: #fff;
}
ul.hdrmenu  li a:hover, ul.hdrmenu  li a.active{
	color:#f26722;
	text-decoration:none;
}
ul.hdrmenu  li:last-child{	
	margin:0 0 0 20px;	
}
.mobile-hdr, .mobimenu ul {
	display:none;
}
@media only screen and (max-width: 1169px) {
.container{
	max-width:1004px;
	width:100%;
	margin:0 auto;
}
ul.hdrmenu  li{		
	padding:0 6px;
	margin:0 9px;	
}
ul.hdrmenu  li:last-child{	
	padding:0 0 0 6px;
	margin:0 0 0 9px;	
}
}
@media only screen and (max-width: 1003px){
.container{ max-width:768px; width:98%; }
.deskmenu{display:none;}
/*.menu{
	height:58px;
}*/
.mobmenu-click{float:right; margin:27px 1% 0 0; display:block;}
.mobile-hdr{ float:left; width:100%; display:block;}
ul.top-menu{top:76px;}
.logo{
	width:auto;
	position:absolute;
	padding:0;
	margin:5px 0 0 0;
	z-index:9;
}
.logo img{
	width:100%;
	margin:12px 0 0 0;
}
.mobimenu{
	background:#012257;
	width:100%;
	height:60px;
}
.mobimenu ul{
	display:block;
}
.mobimenu ul li{
	float:left;
	display:inline-block;
	padding:0 10.5%;
	font-size:18px;
	line-height:60px;
	text-align:center;
	list-style:none;
	color:#fff;
}
.mobimenu ul li a{
	color:#fff;
	text-decoration:none;
}
.mobimenu ul li a:hover, .mobimenu ul li a.active{
	color:#f26722;
	text-decoration:none;
}
}
@media only screen and (max-width: 767px){
.container{ width:96%; max-width:640px; }
.mobimenu ul li{	
	padding:0 8%;	
}
#copyright-text-pro {
    float: left;
    width: 100%;
    text-align: center;
    }
}
@media only screen and (max-width: 500px){
.mobimenu ul li{	
	font-size:16px;
	line-height:50px;	
}	
}
@media only screen and (max-width: 479px){
.logo{
	width:200px;
	margin:5px 0 0 0;
}
.mobmenu-click{margin:20px 1% 0 0;}
.mobimenu{	
	height:50px;
}
.mobimenu ul li{	
	padding:0 6.8%;
	font-size:14px;
	line-height:50px;	
}	
}
@media only screen and (max-width: 359px){
.mobimenu ul li{	
	padding:0 5%;	
}
}
/*=========================== start banner ===================*/
h1{
	font-weight:300;
	font-size:68px;
	line-height:70px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:100px 0 0 0;
	letter-spacing:-0.5px;
	}
h1 span{
	font-weight:700;
}
.bnrtxt{
	font-weight:300;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:40px;
	padding:64px 0 0 0;
}
.bnrtxt span{
	color:#f26722;
}
.bnrbtn{
	margin:60px auto 0 auto;
	display:block;
	border:none;
	outline:none;
}
.lbr{
	display:block;
}
@media only screen and (max-width: 1100px){
h1{font-size:62px;padding:40px 0 0 0;}
.bnrtxt{padding:30px 0 0 0;}
.bnrbtn{margin:40px auto 0 auto;}
}
@media only screen and (max-width: 1003px){
h1{
	font-size:53px;
	line-height:55px;	
	padding:133px 0 0 0;
}
.bnrtxt{
	font-size:25px;
	line-height:35px;
}
}
@media only screen and (max-width: 767px){
h1{
	font-size:45px;
	line-height:47px;	
	padding:10% 0 0 0;
}
.bnrtxt{
	font-size:20px;
	line-height:30px;
	padding:6% 0 0 0;
}
.bnrbtn{
	margin:8% auto 3% auto;
}
.lbr{
	display:none;
}
}
@media only screen and (max-width: 479px){
h1{
	font-size:35px;
	line-height:37px;	
	padding:10% 0 0 0;
}
.bnrtxt{
	font-size:17px;
	line-height:25px;
	padding:8% 0 0 0;
}
.bnrbtn{
	margin:10% auto 7% auto;
	max-width:90%;
}
}
/*=========================== start blue strip ===================*/
.blue-strip{
	height:120px;
	background:#001f48;
}
.strp-box1,  .strp-box2, .strp-box3, .strp-box4{
	float:left;
	display:inline-block;
	width:23.4%;
	margin:-52px 0.7% -16px 0.7%;
	height:188px;
	background:#fff;
	position:relative;
	border:1px solid #f0f0f0;
	border-radius:3px;	
}
.strp-icon{
	position:absolute;
	top:14px;
	right:18px;
}
.strp-boxhding{
	font-size:20px;
	line-height:20px;
	color:#114375;
	text-align:left;
	text-transform:uppercase;
	padding:25px 0 0 20px;
	height:42px;
	letter-spacing:-0.5px;
}
.strp-boxtxt{
	font-size:16px;
	color:#565656;
	text-align:left;
	line-height:22px;
	padding:5px 20px 0 20px;
	letter-spacing:-0.5px;
}
@media only screen and (max-width: 1169px) {
.strp-icon{
	right:13px;
}
.strp-boxhding{
	font-size:18px;
	line-height:18px;	
	padding:25px 0 0 15px;
	height:37px;
}
.strp-boxtxt{
	padding:5px 15px 0 15px;
}
}
@media only screen and (max-width: 1003px){
.strp-box1,  .strp-box2, .strp-box3, .strp-box4{
	width:23.2%;	
}
.strp-icon{
	right:10px;
	width:32px;
}
.strp-boxhding{
	font-size:14.7px;
	line-height:15.7px;	
	padding:20px 0 0 10px;
	height:30px;
}
.strp-boxtxt{
	padding:5px 10px 0 10px;
	font-size:15px;
	line-height:19px;
}
}
@media only screen and (max-width: 767px){
.blue-strip{
	height:auto;
	display:table;
	width:100%;
}
.strp-box1,  .strp-box2, .strp-box3, .strp-box4{	
	width:47%;
	margin:10px 1% 0 1%;
	min-height:178px;
	height:auto;
	}
.strp-box3, .strp-box4{
	margin:10px 1%;
}
.strp-boxhding{
	font-size:18px;
	line-height:18px;	
	padding:20px 0 0 15px;
	height:37px;
}
.strp-boxtxt{
	padding:5px 15px 0 15px;
	font-size:16px;
	line-height:22px;
}
}
@media only screen and (max-width: 499px){
.strp-box1,  .strp-box2, .strp-box3, .strp-box4{	
	width:98%;
	margin:10px 1% 0 1%;
	min-height:0;	
	padding:0 0 20px 0;
	}
.strp-box4{
	margin:10px 1% 10px 1%;
}
.strp-boxhding{
	height:auto;
}
.strp-boxtxt{
	padding:15px 15px 0 15px;
}
.strp-icon{
	top:10px;
	right:15px;
	width:42px;
}
}
/*=========================== start section1 ===================*/
.secone{
	height:714px;
	background:#fff;
}
.sec1-lft{
	width:50%;
	float:left;
	}
.sec1-rgt{
	width:50%;
	float:left;
	margin-top:4%;
	position:relative;
	}
.rotate-c1{
	position:absolute;
	left:100px;
	top:330px;
	transition: all 3s ease 0s;
	}
.rotate-c1-animate{
	-webkit-transition: all 3s ease 0s;
    -webkit-animation-timing-function:linear;
    -webkit-transform-origin:300% -100%;
	-webkit-transform:rotate(150deg);
	
	-moz-transition: all 3s ease 0s;
    -moz-animation-timing-function:linear;
    -moz-transform-origin:300% -100%;
	-moz-transform:rotate(150deg);
	
	-ms-transition: all 3s ease 0s;
    -ms-animation-timing-function:linear;
    -ms-transform-origin:300% -100%;
	-ms-transform:rotate(150deg);
	
	transition: all 3s ease 0s;
    animation-timing-function:linear;
    transform-origin:300% -100%;
	transform:rotate(150deg);
	}
	
.rotate-c2{
	position:absolute;
	left:45px;
	top:270px;
	transition: all 3s ease 0s;
	}
	
.rotate-c2-animate{
	-webkit-transition: all 3s ease 0s;
    -webkit-animation-timing-function:linear;
    -webkit-transform-origin:400% -115%;
	-webkit-transform:rotate(200deg);
	
	-moz-transition: all 3s ease 0s;
    -moz-animation-timing-function:linear;
    -moz-transform-origin:400% -115%;
	-moz-transform:rotate(200deg);
	
	-ms-transition: all 3s ease 0s;
    -ms-animation-timing-function:linear;
    -ms-transform-origin:400% -115%;
	-ms-transform:rotate(200deg);
	
	transition: all 3s ease 0s;
    animation-timing-function:linear;
    transform-origin:400% -115%;
	transform:rotate(200deg);
	}
	
.rotate-c3{
	position:absolute;
	left:12px;
	top:200px;
	transition: all 3s ease 0s;
	}
.rotate-c3-animate{
	-webkit-transition: all 3s ease 0s;
    -webkit-animation-timing-function:linear;
    -webkit-transform-origin:450% -30%;
	-webkit-transform:rotate(170deg);
	
	-moz-transition: all 3s ease 0s;
    -moz-animation-timing-function:linear;
    -moz-transform-origin:450% -30%;
	-moz-transform:rotate(170deg);


	-ms-transition: all 3s ease 0s;
    -ms-animation-timing-function:linear;
    -ms-transform-origin:450% -30%;
	-ms-transform:rotate(170deg);


	transition: all 3s ease 0s;
    animation-timing-function:linear;
    transform-origin:450% -30%;
	transform:rotate(170deg);
	}
	
.s1hding{
	font-size:39px;
	color:#246fc3;
	text-align:left;
	line-height:37px;
	text-transform:uppercase;
	padding:80px 0 0 0;
	letter-spacing:-0.5px;
	}
.s1subhding{
	font-size:20px;
	line-height:30px;
	text-align:left;
	color:#494949;
	letter-spacing:-0.5px;
}
.s1txt{
	font-size:18px;
	line-height:30px;
	color:#626262;
	text-align:left;
	padding:30px 80px 0 0;
}
.s1txt span{
	font-weight:700;
	color:#191615
}
.s1btn{
	margin:48px 0 0 0;
	display:block;
	border:none;
	outline:none;
}
.s1img{
	display:none;
}
.lbr2{
	display:block;
}
@media only screen and (max-width: 1169px) {
.sec1-lft{
	width:55%;
}
.s1hding{
	font-size:37px;	
	line-height:34px;
}
.s1txt{	
	padding:30px 60px 0 0;
}
.secone{background:url(../images/sec1-768.jpg) no-repeat scroll center top;}
.sec1-rgt{display:none;}
}
@media only screen and (max-width: 1003px){
.secone{
	background:url(../images/sec1-768.jpg) center top no-repeat;
	height:680px;
}
.sec1-lft{
	width:65%;
}
.s1hding{
	font-size:30px;	
	line-height:27px;
}
.s1subhding{
	font-size:17px;
	line-height:23px;
}
.s1txt{	
	padding:30px 90px 0 0;
	font-size:16px;
	line-height:28px;
}
}
@media only screen and (max-width: 767px){
.secone{
	background:none;
	height:auto;
}
.sec1-lft{
	width:100%;
}
.s1hding{
	padding:60px 0 0 0;
}
.s1txt{	
	padding:0 0 0 0;
}
.s1img{
	display:block;
	margin:20px auto 0 auto;
	width:80%;
}
.s1btn{
	margin:38px auto 48px auto;
}
}
@media only screen and (max-width: 479px){
.s1hding{
	font-size:28px;	
	line-height:25px;
}
.lbr2{
	display:none;
}
}
/*=========================== start section2 ===================*/
.sectwo{
	height:530px;
	display:table;
	width:100%;
	position:relative;
	 background: url(../images/sec2.jpg) no-repeat scroll center top;
	}
.sectwo .container{position:relative; z-index:2;}
.sec2lft, .sec2rgt{
	float:left;
	display:inline-block;
	width:45.29%;
	margin-right:2%;
	}
.sec2rgt{
	width:47.30%;
	margin-right:0;
	}
.sec2-img{
	margin:93px 0 0 0;
	display:block;
	transition: all 1s ease 0s;
	}
.s2hding{
	font-size:40px;
	line-height:20px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	padding:175px 0 0 0;
}
.s2txt{
	font-size:18px;
	line-height:30px;
	color:#fff;
	text-align:left;
	padding:37px 30px 0 0;
}
@media only screen and (max-width: 1169px) {
.sec2lft{
	margin-right:4%;
}

}
@media only screen and (max-width: 1003px){
.sectwo .video{display:none;}
.sec2-img{
	margin:153px 0 0 0;
}
.sec2rgt{
	width:50.30%;
}
.s2hding{
	font-size:35px;
	line-height:25px;
	padding:175px 0 0 0;
}
.s2txt{
	font-size:16px;
	line-height:26px;
}
}
@media only screen and (max-width: 767px){
.sectwo{
	height:auto;
	background-size:cover;
}
.sec2-img{
	margin:53px auto 0 auto;
}
.sec2lft, .sec2rgt{                                                                        
	width:100%;
	margin-right:0;
}
.s2hding{
	padding:35px 0 0 0;
	font-size:30px;
}
.s2txt{
	padding:27px 0 50px 0;
}
}
/*=========================== start section3 ===================*/
.secthree{
	height:705px;
	background:url(../images/sec3.jpg) center top no-repeat;
	padding:215px 0 0 0;
	box-sizing:border-box;
}
.s3hding{
	font-size:40px;
	text-align:center;
	line-height:42px;
	color:#246fc3;
	text-transform:uppercase;
	background:#fff;
	width:604px;
	height:42px;
	border-radius:30px;
	padding:10px 10px;
	box-shadow: 5px 5px 5px #dfe4e9;
	margin:0 0 0 84px;
	letter-spacing:-0.5px;
}
.s3arrow{
	padding-bottom:10px;
	display:inline-block;
	padding-left:10px;
}
.s3txt{
	font-size:20px;
	line-height:30px;
	text-align:left;
	color:#494949;
	padding:44px 0 0 118px;
	width:520px;
}
.s3btn{
	margin:64px 0 0 117px;
	display:block;
	border:none;
	outline:none;
}
.hand{
	display:none;
}
@media only screen and (max-width: 1169px) {
.s3hding{
	margin:0 0 0 16px;
}
.s3txt{
	padding:44px 0 0 54px;
}
.s3btn{
	margin:64px 0 0 56px;
}
}
@media only screen and (max-width: 1003px){
.secthree{
	height:705px;
	background:url(../images/sec3-1003.jpg) center top no-repeat;
}
.s3hding{
	width:544px;
	margin:0 0 0 0;
	font-size:35px;
	line-height:37px;
	height:37px;
}
.s3txt{
	padding:44px 0 0 44px;
	font-size:18px;
	line-height:28px;
}
.s3btn{
	margin:64px 0 0 40px;
}
}
@media only screen and (max-width: 767px){
.secthree{
	height:auto;
	padding:80px 0 60px 0;
	background:#ededed url(../images/sec3-mob.jpg) center top no-repeat;	
}
.s3hding{
	width:96%;
	font-size:31px;
	line-height:33px;
	height:32px;
	padding:10px 2% 10px 2%;
}
.s3arrow{
	padding-bottom:5px;
}
.hand{
	margin:40px auto 0 auto;
	display:block;
}
.s3txt{
	width:auto;
	padding:34px 2% 0 2%;
	text-align:center;
	
}
.s3btn{
	margin:34px auto 20px auto;;
}
}
@media only screen and (max-width: 479px){
.secthree{
	padding:50px 0 20px 0;
}
.s3hding{
	font-size:28px;
	line-height:31px;
	height:auto;
	border-radius:40px;
}
.s3arrow{
	display:none;
}
}
/* ========================= start section4 ========================= */
.secfour{
	clear:both;
	height:auto;
	background:#fff;
}
ul.s4list{
	list-style:none;
	width:100%;
}
ul.s4list li{
	float:left;
	display:inline-block;
	width:20%;
	background:#fff;
}
ul.s4list li img{
	margin:0 auto -5px auto;
	width:100%;
	height:100%;
}
@media only screen and (max-width: 1003px){
ul.s4list li{
	width:25%;
}
ul.s4list li:nth-child(5){
	display:none;	
}
}
@media only screen and (max-width: 767px){
ul.s4list li{
	width:50%;
}

}
/* ========================= start section5 ========================= */
.secfive{
	height:852px;
	box-sizing:border-box;
	padding:65px 0 0 0;
	clear:both;
}
.s5lft, .s5rgt{
	float:left;
	display:inline-block;
	width:31.62%;
}
.s5rgt{
	width:68.38%;
}
.s5lft-txt1, .s5lft-txt2{
	font-size:22px;
	line-height:27px;
	color:#246fc3;
	text-align:left;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:-0.5px;
}
.s5lft-txt2{
	font-size:40px;
	line-height:37px;
	font-weight:normal;
}
.s5lft-txt3{
	font-size:18px;
	line-height:30px;
	color:#626262;
	text-align:left;
	padding:40px 0 0 0;
}
.s5lftbox{
	height:377px;
	background:url(../images/s5lft-box.jpg) center top no-repeat;
	background-size:100%;
	margin:37px auto 0 auto;
	display:block;
}
.s5lftbox-hding{
	background:url(../images/chat.png) center 43px no-repeat;
	font-size:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-weight:300;
	padding:147px 20px 0 20px;
	letter-spacing:-0.50px;
}
.s5lftbox-hding span{
	font-weight:700;
	text-transform:uppercase;
}
.s5btn{
	margin:36px auto 0 auto;
	display:block;
	border:0;
	outline:0;
}
ul.s5rgtlist{
	padding:0;
	margin:0;
	display:table;
}
ul.s5rgtlist li{
	clear:both;
	list-style:none;
	margin-bottom:60px;
}
ul.s5rgtlist li ul li{
	clear:none;
	float:left;
	display:inline-block;
	width:46.5%;
	margin:0 0 0 3.5%;
	list-style:none;
	font-size:18px;
	line-height:24px;
	color:#6e6e6e;
	text-align:left;
	padding:0 0 0 105px;
	box-sizing:border-box;
	min-height:105px;
	letter-spacing:-0.5px;
}
ul.s5rgtlist li ul li span{
	font-size:24px;
	color:#246fc3;
	text-transform:uppercase;
	line-height:30px;
}
.one{
	background:url(../images/s5-icon1.png) left top no-repeat;
}
.two{
	background:url(../images/s5-icon2.png) left top no-repeat;
}
.three{
	background:url(../images/s5-icon3.png) left top no-repeat;
}
.four{
	background:url(../images/s5-icon4.png) left top no-repeat;
}
.five{
	background:url(../images/s5-icon5.png) left top no-repeat;
}
.six{
	background:url(../images/s5-icon6.png) left top no-repeat;
}
.seven{
	background:url(../images/s5-icon7.png) left top no-repeat;
}
.eight{
	background:url(../images/s5-icon8.png) left top no-repeat;
}
@media only screen and (max-width: 1169px) {
.s5lft-txt2{
	font-size:36px;
	line-height:33px;
}
.s5lftbox-hding{
	background:url(../images/chat.png) center 33px no-repeat;
	font-size:20px;
	line-height:20px;
	padding:137px 20px 0 20px;
}
ul.s5rgtlist li{
	margin-bottom:50px;
}
ul.s5rgtlist li ul li span{
	font-size:20px;
	line-height:26px;
}
}
@media only screen and (max-width: 1003px){
	#widget-area-qube{
		width: 90%;
	}
	.width-container-qube{
		width: 90%;
	}
.secfive{
	height:690px;
}
.s5lft-txt1, .s5lft-txt2{
	font-size:18px;
	line-height:23px;	
}
.s5lft-txt2{
	font-size:28px;
	line-height:26px;
}
.s5lft-txt3{
	font-size:16px;
	line-height:26px;
	padding:30px 0 0 0;
	letter-spacing:-0.5px;
}
.s5lftbox-hding{
	background:url(../images/chat.png) center 23px no-repeat;
	background-size:60px;
	font-size:16px;
	line-height:16px;
	padding:97px 10px 0 10px;
}
.s5btn{
	margin:26px auto 0 auto;
	max-width:90%;
}
ul.s5rgtlist li{
	margin-bottom:30px;
}
ul.s5rgtlist li ul li{	
	font-size:16px;
	line-height:22px;	
	padding:0 0 0 75px;
	min-height:85px;
}
ul.s5rgtlist li ul li span{
	font-size:16px;
	line-height:24px;
}
.one, .two, .three, .four, .five, .six, .seven, .eight{
	background-size:60px;
}

}
@media only screen and (max-width: 767px){
	.footer-4-pro .widget-footer-qube {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
.s5lft, .s5rgt{	
	width:100%;
}
.s5lft-txt1, .s5lft-txt2{
	font-size:20px;
	line-height:25px;
}
.s5lft-txt2{
	font-size:35px;
	line-height:32px;
}
.s5lftbox{
	display:none;
}
ul.s5rgtlist{
	padding:40px 0 50px 0;
}
}
@media only screen and (max-width: 549px){
ul.s5rgtlist{
	padding:40px 0 30px 0;
}
ul.s5rgtlist li{
	margin-bottom:0;
}
ul.s5rgtlist li ul li{
	width:100%;
	margin:0 0 30px 0;
}
}
/* ========================= start section6 ========================= */
.secsix{
	background:url(../images/sec6.jpg) center top no-repeat;
	position:relative;
	height:376px;
	}
.secsix .container{position:relative; z-index:2;}
.s6txt1, .s6txt2, .s6txt3{
	font-weight:300;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	line-height:38px;
	padding:35px 0 0 0;
	letter-spacing:-0.5px;
}
.s6txt2{
	text-transform:none;
	color:#ffe776;
	font-size:40px;
	line-height:44px;
	padding:0;
}
.s6txt3{
	font-size:66px;
	line-height:70px;
	color:#f26722;
	padding:0;
}
.s6logo{
	margin:30px auto 0 auto;
	display:block;
}
@media only screen and (max-width: 1003px){
.secsix .video{display:none;}
.secsix{
	height:366px;
	padding:0 0 0 0;
}
.s6txt1, .s6txt2, .s6txt3{	
	font-size:25px;	
	line-height:33px;
}
.s6txt2{	
	font-size:35px;
	line-height:39px;
}
.s6txt3{
	font-size:61px;
	line-height:65px;
}
}
@media only screen and (max-width: 767px){
.secsix{
	height:auto;
	background-size:cover;
	padding:0 0 40px 0;
}
.s6txt1, .s6txt2, .s6txt3{	
	font-size:21px;	
	line-height:29px;
}
.s6txt2{	
	font-size:30px;
	line-height:35px;
}
.s6txt3{
	font-size:57px;
	line-height:61px;
}
}
@media only screen and (max-width: 539px){
.s6txt1, .s6txt2, .s6txt3{	
	font-size:18px;	
	line-height:26px;
}
.s6txt2{	
	font-size:25px;
	line-height:30px;
}
.s6txt3{
	font-size:39px;
	line-height:40px;
}
}
/* ========================= start section7 ========================= */
.secseven{
	height:180px;
	background:url(../images/sec7.jpg) center top no-repeat;
}
.s7txt{
	font-size:24px;
	font-weight:300;
	color:#fff;
	text-align:left;
	line-height:30px;
	padding:41px 0 0 40px;
	letter-spacing:-0.5px;
}
.s7txt span{
	text-transform:uppercase;
	font-size:40px;
	line-height:32px;
}
.s7btn{
	float:right;
	margin:60px 40px 0 0;
	border:none;
	outline:none;
}
.s7btn-640{
	display:none;	
}
@media only screen and (max-width: 1003px){
.secseven{
	height:156px;	
}
.s7txt{
	font-size:20px;
	line-height:26px;
	padding:41px 0 0 0;
}
.s7txt span{
	font-size:30px;
	line-height:22px;
}
.s7btn{
	margin:48px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.secseven{
	height:auto;
	background-size:cover;	
	padding:0 0 40px 0;
}
.s7txt{
	font-size:20px;
	line-height:26px;
	padding:41px 0 0 0;
	text-align:center;
}
.s7txt span{
	font-size:30px;
	line-height:32px;
}
.s7btn{
	display:none;
}
.s7btn-640{
	display:block;
	margin:38px auto 0 auto;
}
}
/* ======================= start footer =========================== */
footer{
	padding:25px 0 35px 0;
}
.ftrtxt{	
	font-size:16px;
	color:#717171;
	font-weight:300;
	text-align:center;
	line-height:22px;
}
@media only screen and (max-width: 500px){
footer{
	padding:15px 0 25px 0;
}
.ftrtxt{	
	font-size:13px;
	line-height:19px;
}
}
/*=====================================================
			    START REQUEST PAGE
======================================================*/
.request-topsec{
	background:#fff url(../images/request-topsec.jpg) center top no-repeat;
	height:auto;
}
.formbd{
	width:88.03%;
	margin:20px auto;
	background:#fff;
	border-radius:20px;
	-moz-box-shadow: 0 0 10px #dfdfdf;
	-webkit-box-shadow: 0 0 10px #dfdfdf;
	box-shadow: 0 0 10px #dfdfdf;
	height:auto;
	display:table;
}
.formlft, .formrgt{
	float:left;
	display:inline-block;
	padding:4.85% 0 35px 4.85%;
	width:51.26%;
}
.formrgt{
	padding:2.85% 0;
	width:43.68%;
}
.rgtimg{
	margin:0 auto;
	display:block;
}
.formhding{
	font-size:39px;
	color:#246fc3;
	text-align:left;
	text-transform:uppercase;
	line-height:37px;
	letter-spacing:-0.5px;
	padding:0 0 35px 0;
}
.frmhding-arrow{
	padding:0 0 6px 6px;
	display:inline-block;
}
.frmElmnts{
	clear:both;
	margin:10px 0;
	width:90.6%;
	position:relative;
}
.frmElmnts input, .frmElmnts textarea{
	height:52px;
	border:1px solid #b4d1eb;
	width:100%;
	background:url(../images/formline.jpg) 41px 12px no-repeat;
	font-size:18px;
	color:#7c7c7c;
	font-weight:400;
	text-align:left;
	padding:0 10px 0 55px;
	box-sizing:border-box;
	border-radius:2px;
}
.frmElmnts textarea{
	font-family: 'Roboto', sans-serif;
	padding-top:13px;
	height:154px;
}
.fldicon{
	position:absolute;
	left:15px;
	top:17px;
}
.formbtm{
	background:#04235c url(../images/frmbtm.jpg) 150px top no-repeat;
	border-radius:0 0 10px 10px;
	height:154px;
	width:100%;
}
.submit{
	background:url(../images/sendbtn.png) center top no-repeat;
	height:67px;
	width:223px;
	cursor:pointer;
	border:none;
	outline:none;
	margin:46px 0 0 46px;
	float:left;
}
.frmbtmtxt{
	font-size:30px;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
	padding:58px 46px 0 0;
}
@media only screen and (max-width: 1169px) {
.formhding{
	font-size:33px;
	line-height:31px;
}
.submit{
	margin:46px 0 0 26px;
}
.frmbtmtxt{
	font-size:27px;
	padding:58px 26px 0 0;
}
}
@media only screen and (max-width: 1003px) {
.formbd{
	width:100%;
}
.formhding{
	font-size:28px;
	line-height:30px;
}
.frmbtmtxt{
	font-size:24px;
	padding:62px 26px 0 0;
}
.rgtimg{
	margin:70px auto;
}
}
@media only screen and (max-width: 767px) {

.formlft{
	width:100%;
	box-sizing:border-box;
	padding:4.85% 4.85% 35px 4.85%;
}
.formrgt{
	display:none;
}
.frmElmnts{	
	width:100%;
}
.formbtm{
	background:#04235c url(../images/frmbtm.jpg) 50px top no-repeat;
	height:auto;
	padding:25px 0;
}
.submit{	
	margin:0 auto 0 auto;
	float:none;
	display:block;
}
.frmbtmtxt{
	font-size:20px;	
	text-align:center;
	padding:28px 20px 0 20px;
}
}
@media only screen and (max-width: 479px) {
.formhding{
	text-align:center;
	padding:0 0 25px 0;
}
.frmhding-arrow{	
	display:none;
}
.frmElmnts{
	margin:5px 0;
}
.frmElmnts input, .frmElmnts textarea{
	height:42px;
	background:url(../images/formline.jpg) 41px 8px no-repeat;
	font-size:16px;	
}
.fldicon{
	top:13px;
}
.frmElmnts textarea{
	height:124px;
}
}
	