@charset "utf-8";
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background-color: #FFF;
	overflow-x: hidden;
}

*{
	margin:0;
	padding:0;	
}

@media (min-width:1240px){
	.container{
		width:1240px;
	}
}

html, body {
	height: 100%;
	width: 100%;
	height: 100%;
}

.div_fluid{
	float:left;
	width:100%;
}

/*Banner Start--------------*/

section {
	position: relative;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

.banner{
	height:100vh;
	/*background:url(../images/banner_bg.jpg) no-repeat;
	background-size:cover;*/
}

.banner_over{
	background:rgba(6,28,62,0.6);
	height:100vh;
}

.header{
	padding:50px 0 30px 0;
	border-bottom:1px solid #7191b4;	
}


/*-----------Mega Menu Start----------*/
.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
	float: right;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#fff;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background:none;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 1.5em;
    display: block;
	font-size: 15px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#fff;
}

.menu > ul > li:hover {
    background: none;
	
}

.menu > ul > li a:hover{
	color:#35d4f1;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #0c2f50;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #364e6c;
	text-align:left;
	font-size:13px;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

@media (max-width:959px){
	.menu > ul {
		margin: 0 auto;
		width: 100%;
		list-style: none;
		padding: 0;
		position: relative;
		box-sizing: border-box;
		background: rgba(53,212,241,0.5);
		text-align: left;
	}
}
/*-----------Mega Menu End----------*/


/*-----------Nav-Menu Start--------

.navbar, .navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 80px;
	float:right;
}

.nav li {
    display: inline;
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 30px 25px 33px 25px;
	text-transform:uppercase;
}

.navbar-inverse .navbar-nav li a:hover {
    background:none;
    transition: 0.7s all linear;
    height: 100%;
	color:#20c2df;
}

nav.navbar.navbar-inverse.navbar-static-top {
    background: none;
}

.navbar-inverse .navbar-nav > li > a.header_last {
    padding-right: 0;
}



-----------Nav-Menu End--------*/

.banner_main{
	 margin-top:30px;
}

.banner_main h1{
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#35d4f1;
	text-transform:uppercase;
	margin-top:0;
}

.banner_main p{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:60px;
}

.banner_box{
	width:292px;
	background: #316382 none repeat scroll 0 0;
    border-color: #6db33f;
    border-image: linear-gradient(270deg, rgba(8, 97, 150, 0.7) 0px, rgba(76, 181, 200, 0.72) 100%) 1 1 1 1;
    border-style: solid;
    border-width: 3px;
    height: auto;
    opacity: 0.85;
	padding:20px;
}

.banner_box h3{
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	font-weight:500;
	color:#fff;
	background:url(../images/meet-your-goals.png) no-repeat;
	height: 58px;
    padding: 19px 0 0 24px;
    margin-top: 0;
    margin-bottom: 15px;
	text-transform:uppercase;
}

.banner_box p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
    margin-top: 0;
    margin-bottom: 15px;
	text-align:justify;
}

.banner_lk{
	background:#20c2df;
	text-align: center;
}

.banner_box a{
	width:100%;	
	background:url(../images/right-arrow.png) no-repeat;
	background-position: 95% 8px;
    padding: 6px 10px;
    text-align: left;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

/*#section01 a {
	padding-top: 60px;
}*/
#section01 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

.bottom a{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;	
	padding-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:300;
	color:#35d4f1;
	text-transform:uppercase;
}

.bottom a:hover {
	opacity: .5;
}


/*About Start--------------*/

.about_outer{
	height:100vh;
	background:url(../images/about_bg.jpg) no-repeat;
	background-size:cover;
}

.about_box{
	background: #000 none repeat scroll 0 0;
    border-color: #6db33f;
    border-image: linear-gradient(270deg, rgba(8, 97, 150, 0.7) 0px, rgba(76, 181, 200, 0.72) 100%) 1 1 1 1;
    border-style: solid;
    border-width: 3px;
    height: auto;
    opacity: 0.80;
	padding:30px 20px;
	margin-top:320px;
}

.about_box h2{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	border-bottom:1px solid #7191b4;
	padding-bottom: 15px;
    line-height: 25px;
}

.about_box p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:30px;
    line-height: 20px;
} 

.about_lk{
	background:#20c2df;
	text-align: center;
}

.about_box a{
	width:100%;	
	background:url(../images/right-arrow.png) no-repeat;
	background-position: 100% 8px;
    padding: 6px 0px;
    text-align: left;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#section02 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

/*Services Start-----------*/

.services_outer{
	padding:60px 0;
	background:#fff;
	height:100vh;
}

.services_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#034171;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:40px;
    line-height: 30px;
}

.ser_inner {
    margin-bottom: 40px;
}

.services_outer h3{
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight:300;
	color:#034171;
	margin-top:0;
	margin-bottom:20px;
    line-height: 25px;
}

.services_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#313131;
	margin-top:0;
	margin-bottom:30px;
    line-height: 20px;
}

.services_outer a{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#20c2df;
	text-decoration:none;
}

.services_outer a:hover{
	color:#313131;
	text-decoration:none;
}

.ser_right{
	text-align:right;
}

#section03 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #034171;
	border-bottom: 2px solid #034171;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

/*5 Stages Start---------*/

.stages_outer{
	height:100vh;
	background:url(../images/stage_bg.jpg) no-repeat;
	background-size:cover;
}

.stage_box{
	background: #000 none repeat scroll 0 0;
    border-color: #6db33f;
    border-image: linear-gradient(270deg, rgba(8, 97, 150, 0.7) 0px, rgba(76, 181, 200, 0.72) 100%) 1 1 1 1;
    border-style: solid;
    border-width: 3px;
    height: auto;
    opacity: 0.75;
	padding:30px 20px;
	margin-top:280px;
	float:right;
}

.stage_lk{
	background:#20c2df;
	text-align: center;
}

.stage_box a{
	width:100%;	
	background:url(../images/right-arrow.png) no-repeat;
	background-position: 95% 20px;
    padding: 6px 10px;
    text-align: left;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.stage_box h3{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#fff;
	margin-top:0;
	margin-bottom:28px;
    line-height: 30px;		
}

.stage_box p{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
    line-height: 16px;		
}

#section04 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

/*Follow Us Start--------------*/

.follow_outer{
	height:100vh;
	background:url(../images/follow_bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0;
}

.follow_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	font-weight:500;
	color:#034171;
	margin-top:0;
	margin-bottom:20px;
    line-height: 35px;	
}

.f_sub{
	max-width:310px;
}

.follow_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#313232;
	margin-top:0;
	margin-bottom:20px;
    line-height: 20px;	
}	

.follow_outer h3{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#023861;
	margin-top:50px;
	margin-bottom:40px;
    line-height: 16px;
	text-align:center;
	text-transform:uppercase;	
}

.follow_inner{
	width:100%;
}

/*----Tab Start------*/

.sm_date{
	background:#20c2df;
	padding:10px;
	margin-right:20px;	
	margin-bottom:20px;
}

.sm_date_f{
	background:#4867AA;
	padding:10px;
	margin-right:20px;	
	margin-bottom:20px;
}

.sm_date_in{
	background:#0177B5;
	padding:10px;
	margin-right:20px;	
	margin-bottom:20px;
}

.a-1{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;	
}

.a-2{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	padding:0 5px;	
}

.a-3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;	
}

.follow_inner h4{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#000;
	margin-top:0px;
	margin-bottom:10px;
    line-height: 14px;
	text-transform:uppercase;	
}

.follow_inner p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	margin-top:0px;
	margin-bottom:30px;
    line-height: 20px;	
}

.follow_inner a{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#034171;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:10px;
	display:inline-block;
    line-height: 16px;	
	text-transform:uppercase;
}

.follow_inner a:hover{
	color:#20c2df;
	text-decoration:none;
}

/*----Tab End------*/
	
#section05 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

/*App Store Start----------*/

.appS_outer{
	height:100vh;
	background:url(../images/appstore_bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0 60px;
}

.appS_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	font-weight:400;
	color:#03275b;
	text-transform:uppercase;
	margin-top:230px;
	margin-bottom:22px;
    line-height: 50px;
}

.appS_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#343434;
	margin-top:0;
	margin-bottom:30px;
    line-height: 27px;
}

.col-6 span {
    margin-right: 5px;
}

.col-6_right{
	margin-top:168px;
	padding-left: 40px;
}

#section06 a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -15px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
}

/*Footer Start-------------------*/

.footer_outer{
	background:#474747;
	padding:60px 0;	
}

.footer_outer h3{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
    line-height: 18px;
	text-transform:uppercase;
}

.footer_outer ul{
	list-style:none;
}

.footer_outer ul li{
	padding:1px 0;
}

.footer_outer ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:300;
	color:#adacac;
	text-decoration:none;	
}

.footer_outer ul li a:hover{
	color:#fff;
	text-decoration:none;	
}

.sm_footer{
	margin-bottom:20px;	
}

.sm_footer .fa {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0!important;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
}

.sm_footer .fa:hover{
	color:#adacac;
	border: 1px solid #adacac;	
}

.footer_bootom{
	margin-top:50px;	
}

.footer_bootom p{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#adacac;	
	margin-top:5px;
	margin-bottom:0;
}

.f_right{
	text-align:right;
}


/*Media (Responsive)---------- */
@media (max-width:1366px){
	.ser_inner img{width:35%;}
	.ser_inner2 img{width:35%;}
	.ser_inner {margin-bottom: 20px;}
	.services_outer h2{margin-bottom:30px;}
	.banner_box p{font-size:12px;}
	.services_outer{.services_outer:40px 0;}
	.about_box{margin-top: 220px;}
	.services_outer h3 {font-size: 22px;line-height: 22px;margin-bottom: 15px;}
	.services_outer p{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
	.stage_box{margin-top: 200px;}
	.follow_outer{padding: 40px 0;}
	.follow_outer h2 {font-size: 35px;line-height: 34px; margin-bottom: 15px;}
	.appS_outer h2{ margin-top: 150px;}
	.col-6_right { margin-top: 60px;}
	.follow_outer h3 {margin-bottom: 15px; margin-top: 0;}
	.follow_outer p {font-size: 14px;line-height: 16px;}
}

@media (max-width:1199px){
	.banner_main{margin-top: 30px;}
	.banner_main p{margin-bottom: 30px;}
	.navbar-inverse .navbar-nav > li > a{padding: 30px 23px 33px 23px;}
	dl.tabs.enabled dt{margin-left: 135px;}
	.about_box{margin-top: 190px;}
	.services_outer{height:auto;}
	.stage_box{margin-top:140px;}
	.col-sm-6.app_in img {width: 100%;}
	.app_in{padding-right:0;}
}

@media (max-width:991px){
	/*.services_outer img {width: 100%;}*/
	.appS_outer h2{font-size:23px;line-height:30px;}
	.stage_box {margin-top: 260px;}
	dl.tabs.enabled dt {margin-left: 116px;}
	.col-7{margin-bottom:20px;min-height: 297px;}
}








/*--------------About Us------------------*/

.about_banner{
	background:url(../images/about_banner.jpg) no-repeat;
	background-size:cover;
}

.about_head{
	padding-top:140px;
	padding-bottom:160px;	
}

.about_head h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}

.ourC_outer{
	margin:90px 0 120px 0;
}

.ourC_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#032659;
	margin-top:0;
	margin-bottom:40px;
	text-align:center;	
}

.ourC_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#696a6c;
	margin-top:0;
	margin-bottom:0px;
	line-height:26px;
	text-align: center;	
}

.adv_outer{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e3dc), to(#ffffff));
	background: -webkit-linear-gradient(top, #e5e3dc, #ffffff);
	background: -moz-linear-gradient(top, #e5e3dc, #ffffff);
	background: -ms-linear-gradient(top, #e5e3dc, #ffffff);
	background: -o-linear-gradient(top, #e5e3dc, #ffffff);
	padding-top:60px;
	padding-bottom:60px;
}

.adv_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#032659;
	margin-top:0;
	margin-bottom:40px;
	text-align:center;
}

.adv_top{
	background:#fff;
	-webkit-box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
 	-moz-box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
	box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
	min-height: 560px;
}

.adv_top a{
	text-decoration:none;
}

.adv_top img {
    width: 100%;
}

.adv_top h3{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	font-weight:500;
	color:#032659;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}

.adv_top p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#354458;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	line-height:22px;
	padding: 0 20px 40px 20px;
}

.test_outer{
	background:url(../images/test_bg.jpg) no-repeat;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;	
}

.test_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#fff;
	margin-top:0;
	margin-bottom:40px;
	text-align:center;
}

.test_1{
	margin-top:20px;
}

.test_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
	line-height:22px;
}

.test_outer h5{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#21c2df;
	margin-top:0;
	text-align:right;
}

.test_2{
	margin-top:140px;
}

.news_outer{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e2df), to(#ffffff));
	background: -webkit-linear-gradient(top, #e0e2df, #ffffff);
	background: -moz-linear-gradient(top, #e0e2df, #ffffff);
	background: -ms-linear-gradient(top, #e0e2df, #ffffff);
	background: -o-linear-gradient(top, #e0e2df, #ffffff);
	padding-top:60px;
	padding-bottom:60px;
}

.news_top{
	background:#fff;
	-webkit-box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
 	-moz-box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
	box-shadow: -1px 0px 10px 1px rgba(181,181,181,0.7);
	min-height: 560px;
}

.news_top a{
	text-decoration:none;
}

.news_top img {
    width: 100%;
}

.news_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#032659;
	margin-top:0;
	margin-bottom:40px;
	text-align:center;
}

.news_top h4{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#7b8087;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}

.news_top h3{
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:500;
	color:#032659;
	margin-top:10px;
	margin-bottom:00px;
	text-align:center;
	padding:0 20px;
}

.news_top h5{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:300;
	color:#7b8087;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	font-style:italic;
}



@media (max-width:991px){
	.adv_top{min-height: 490px;}
	.news_top{min-height: 440px;}
	.news_top h3{padding: 0 20px;}
}

@media (max-width:767px){
	.header{padding: 30px 0 5px;}
	.about_head {padding-bottom: 100px;padding-top: 90px;}
	.ourC_outer {margin: 40px 0 60px;}
	.adv_top {margin-bottom: 30px;}
	.test_3 {transform: rotate(90deg);-ms-transform: rotate(90deg);webkit-transform: rotate(90deg);}
	.test_2 {margin-top: 20px;}
	.news_top {margin-bottom: 30px;padding-bottom: 30px;}
}







/*-------------Mobile App Development----------------*/


.mobileapp_banner{
	background:url(../images/mobleapp_banner.jpg) no-repeat;
	background-size:cover;
}

.m_icon{
	padding-top:100px;
	padding-bottom:15px;
}

.mobile_head{
	padding-bottom:160px;	
}

.mobileapp_banner h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}

.mobmid_outer{
	background:url(../images/moblemid_banner.jpg) no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:120px;
}

.mobmid_outer h4{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:15px;
}	

.mobmid_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
	padding: 0 100px;
}

.viewpro_outer{
	background:#21c2df;
	padding-top:60px;
	padding-bottom:60px;
}

.viewpro_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
	padding-right: 40px;
}

.viewpro_outer a{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #fff;
	padding: 15px 50px;
    text-decoration: none;
    float: right;
}

.viewpro_outer a:hover{
	color:#fff;
    text-decoration: none;
	background:#283f5c;
	border:2px solid #283f5c;
}

.conv_outer{
	padding-top:60px;
	padding-bottom:60px;
}

.conv_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
}

.conv_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#504f4f;
	margin-top:0px;
	margin-bottom:70px;
	text-align:center;
}

.f_conv{
	margin-bottom:40px;
}

label.convL {
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
}

.convT {
    border: 1px solid #babdc2;
    border-radius: 0;
    min-height: 100px;
}

.convN{
	border: 1px solid #babdc2;
    border-radius: 0;
    min-height: 50px;
    width: 300px;
}

button.btn_conv {
    background: #283f5c;
    border: 0;
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
    color: #fff;
    padding: 13px 45px;
    margin-top: 20px;
    text-transform: uppercase;
}

button.btn_conv:hover {
    background: #21c2df;
    color: #fff;
}




@media (max-width:1366px){
	.mobmid_outer p{padding: 0 50px;}
	.header {border-bottom: 1px solid #7191b4; padding: 30px 0 10px;}
	.banner_main { margin-top: 20px;}
	.banner_main h1 {font-size: 21px;}
	.banner_main p {margin-bottom: 30px;}
	.follow_outer h3 {margin-bottom: 20px; margin-top: 30px;}
}

@media (max-width:1024px){
	.viewpro_outer a{padding: 15px 25px;}
}

@media (max-width:991px){
	.ms_outer {margin-bottom: 30px;}
}

@media (max-width:767px){
	.viewpro_outer a {display: block;float: none;margin-top: 30px;text-align: center;}
	.viewpro_outer p{padding-right:0;}
	.banner_main h1{font-size:24px;}
	.banner_box p{font-size:13px;}
	.services_outer p{font-size:14px;}
	dl.tabs.enabled{height: 100vh;}
	.follow_outer{height:auto;}
	.appS_outer h2{margin-top:10px;}
	.appS_outer{height:auto;}
	.col-sm-6.app_in img {width: auto;}
	.app_in {float: left;}
	.col-6_right { margin-top: 52px;}
}

@media (max-width:602px){
	dl.tabs.enabled dt {margin-left: 82px;}
}

@media (max-width:580px){
	.services_outer h3 {font-size: 18px;line-height: 22px;margin-bottom: 10px;}
	.services_outer p {font-size: 12px;line-height: 16px;margin-bottom: 9px;}
	.services_outer a{font-size: 14px;}
	.bottom a{padding-bottom: 10px;}
	dl.tabs.enabled dt {margin-left: 42px;}
}

@media (max-width:420px){
	.mobileapp_banner h1{font-size:36px;}
	.convN{width:262px;}
	.banner_main h1 {font-size: 17px;}
	.banner_main p{font-size:14px;}
	.ser_1 {margin-bottom: 20px;width: 100%;}
	.ser_2{width: 100%;margin-bottom: 20px;}
	dl.tabs.enabled dt {margin-left: 18px;}
}






/*-----------Contact Us-------------*/


.contact_banner{
	background:url(../images/contact_banner.jpg) no-repeat;
	background-size:cover;
}

.contact_head{
	padding-top:140px;
	padding-bottom:160px;	
}

.contact_head h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}

.contact_outer{
	padding:70px 0;
}

/*.col_cont{
	margin-bottom:10px;
}*/

input.form-control.cont_name {
    background: #e8ecf2;
    border: 0;
    border-radius: 0;
    padding: 20px;
    height: 45px;
    box-shadow: none;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#999;
}

textarea.form-control.cont_text{
	background: #e8ecf2;
    border: 0;
    border-radius: 0;
    padding: 20px;
    height: 130px;
    box-shadow: none;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#999;
}

button.btn_contact {
    background: #283f5c;
    border: 0;
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
    color: #fff;
    padding: 13px 45px;
    margin-top: 20px;
    text-transform: uppercase;
}

button.btn_contact:hover {
    background: #21c2df;
    color: #fff;
}

.locatio_outer{
	background:url(../images/Contbottom_bg.jpg) no-repeat;
	background-size:cover;
	padding-top:80px;
	padding-bottom:80px;
}

.locatio_outer h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 500;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:20px;
}

.locatio_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0px;
}

.locatio_outer span{
	text-transform:lowercase;
}

.map{
	min-height: 300px;
}







/*----------Web Development-------------*/ 


.webdev_banner{
	background:url(../images/webdev_banner.jpg) no-repeat;
	background-size:cover;
}

.webdev_banner h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}







/*----------UI/UX Design-------------*/ 


.ui-ux_banner{
	background:url(../images/ui-ux_banner.jpg) no-repeat;
	background-size:cover;
}

.ui-ux_banner h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}	

.career_banner{
	background:url(../images/career_banner.jpg) no-repeat;
	background-size:cover;
}

.career_banner h1{
	font-family: 'Montserrat', sans-serif;
	font-size:42px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}

.carrer_outer{
	margin:90px 0 120px 0;
}

.carrer_outer h2{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:300;
	color:#032659;
	margin-top:0;
	margin-bottom:20px;
}

.carrer_outer p{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:300;
	color:#1496ad;
	margin-top:0;
	margin-bottom:10px;
	line-height:26px;
}

.carrer_outer ul{
	/*list-style:none;*/
}

.carrer_outer ul li{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#757777;
	margin-top:0;
	margin-bottom:10px;
	margin-left: 20px;
}

.career_inner{
	margin-bottom: 40px;
}
.btn_contact {
    background: #283f5c;
    border: 0;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 13px 45px;
    margin-top: 20px;
    text-transform: uppercase;
}
.btn_contact:hover {
    background: #21c2df;
    color: #fff;
}