@import url('bootstrap.min.css');
@import url('animate.css');
@import url('font-awesome/css/font-awesome.css');
@import url('proxima/fonts/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600|Open+Sans:300,400,600');
body {
	background:#fff;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a, a:hover, a.active, input, select, textarea {
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima_nova_ltsemibold';
	line-height:normal;
	font-weight:normal;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:28px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:16px;
}
p, table {
	font-family: 'Open Sans', sans-serif;
	line-height:normal;
}
img {
	border:0 none;
}
ol, ul, li {
	list-style:none;
}
.clear {
	clear:both;
}
bquote, q {
	quotes: none;
}
bquote:before, bquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	font-size: 14px;
}
.pleft {
	padding-left:0;
}
.pright {
	padding-right:0;
}
.pl-pr {
	padding-right:0;
	padding-left:0;
}
.mleft {
	margin-left:0;
}
.mright {
	margin-right:0;
}
.ml-mr {
	margin-right:0;
	margin-left:0;
}
header, footer, .top-header, .wrapper, .common, .content, .img-section, .img-section img, .slide-wrapper, .inner-banner, .right-content {
	float:left;
	width:100%
}
.logo {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
}
.top-header {
	position:relative;
	border-bottom:1px solid #fff;
	z-index:999;
	background:#107fc9;
}
.top-right {
	color: #555;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-align: right;
	width: 100%;
	background:#e9e9e9;
	padding:8px 0;
}
.top-right span {
	padding-left: 20px;
}
.top-right a {
	color: #555;
}
.nav-outer {
	float:left;
	width:100%;
	margin-top:30px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'proxima_nova_ltsemibold';
	font-size:18px;
	padding:10px 20px;
	color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .right-nav a:hover {
	color:#92caef
}
/*.navbar-default .navbar-nav > li:last-child > a {
	color:#fff;
	background:#194783;
	border-radius:4px;
	margin-left:6px;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#fff !important;
	background:#000F2A;
	border-radius:4px;
}*/
.navbar {
	margin-bottom:0;
	min-height:auto;
}
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
.dropdown-menu > li > a {
	font-size:14px;
	font-family: "Open Sans", sans-serif;
	padding:9px 20px;
	background:#e2e2e2;
	margin-bottom:6px;
	border-radius:4px;
}
.dropdown-menu > li > a:hover {
	background:#000F2A;
	color:#fff !important;
}
.right-nav {
	float:left;
	width:100%;
	font-size:18px;
	font-family: 'proxima_nova_ltsemibold';
	text-align:right;
	margin-top:35px;
}
.right-nav a {
	color:#dff0ff;
	padding:0 10px;
}
.carousel-inner .item img {
	width:100%;
	height:auto;
}
.carousel-indicators {
	bottom:0;
	left:0;
	width:100%;
	padding:0 25px 5px 25px;
	margin-left:0;/*background:rgba(0,0,0,0.7);*/
}
.carousel-indicators li {
	border-radius:0;
	width:8px;
	height:8px;
	background:#fff;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
	background:#ec4e55;
	border-color:#ec4e55;
}
.carousel-control.right {
	right:10px;
}
.carousel-control.left {
	left: 10px;
}
.carousel-caption {
	top:30px;
	width:auto;
	right:auto;
	/*bottom:0;*/
	left:0;
	padding:10px 12%;
	/*background:rgba(0, 0, 0, 0.50);*/
	text-align:center;
	height:auto;
	width:100%;
}
.carousel-caption aside img {
	width:170px !important;
	height:190px;
}
.carousel-caption h3 {
	color:#fff;
	font-size:50px;
	font-weight:bold;
	margin-top:100px;
	font-family: 'proxima_nova_ltsemibold';
}
.carousel-caption p {
	font-size:17px;
	padding-bottom:20px;
}
.carousel-caption p a {
	padding:10px 30px;
	font-family: 'proxima_nova_ltsemibold';
	border-radius:2px;
	font-size:17px;
	font-weight:600;
	background:#fff;
	border:0;
	color:#107fc9;
}
.carousel-caption p a:hover {
	background:#107fc9;
	color:#fff;
}
.container h1 {
	text-align:center;
	color:#666;
	float:left;
	width:100%;
	margin-top:40px;
	font-weight:bold;
	background:url(../images/line-bottom.png) center bottom no-repeat;
	padding-bottom:15px;
}
.top-wrap-section {
	width:100%;
	float:left;
	padding:20px 0;
	background:#f1f1f1;
}
.main-content p a {
	font-size:16px;
	padding:10px 25px;
	color:#107fc9;
	border:1px solid #107fc9;
}
.main-content p a:hover {
	background:#107fc9;
	border:1px solid #107fc9;
	color:#fff;
}
.low-cont h3 {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:600;
	color:#222;
	margin-top:0;
}
.low-cont {
	width:100%;
	float:left;
	font-size:16px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#555;
}
.main-content {
	float:left;
	width:100%;
	background:#F8F8F8;
	padding:40px 0;
	text-align:center;
}
.main-content h1 {
	text-align:center;
	width:80%;
	float:left;
	margin-left:10%;
	margin-bottom:0;
	margin-top:0;
	color:#333;
}
.main-content h2 {
	text-align:center;
	width:80%;
	float:left;
	margin-left:10%;
	margin-bottom:0;
	margin-top:0;
	color:#333;
}
.main-content p {
	text-align:center;
	width:80%;
	float:left;
	margin-left:10%;
	font-size:15px;
	margin-bottom:0;
	margin-top:0;
	color:#777;
	line-height:25px;
}
.services-tab {
	padding:40px 0;
}
.inner-tab {
	float:left;
	width:100%;
	margin-top:40px;
}
.img-data {
	width:70%;
	float:left;
	margin-left:15%;
	text-align:center;
	border:6px solid #dff0ff;
	padding:15px;
	margin-top:-45px;
	background:#fff;
}
.inner-tab h5 {
	float:left;
	width:100%;
	font-size:19px;
	font-weight:600;
	color:#194783;
	font-family: 'proxima_nova_ltsemibold';
}
.inner-tab p {
	float:left;
	width:100%;
	font-size:13px;
	line-height:23px;
	color:#666;
	margin-bottom:20px;
}
/*p.detail {
	min-height:160px;
}
.services p.detail {
	min-height:95px;
}*/
.inner-tab p a {
	font-size:13px;
	color:#194783;
	font-weight:600;
	border:solid 1px #107fc9;
	padding:8px 20px;
	border-radius:2px;
}
.inner-tab p a:hover {
	background:#194783;
	color:#fff;
}
.feedback {
	background:url(../images/testimonial-bg.jpg) top center repeat;
	padding:75px 0;
}
.feedback h2, .feedback h4 {
	float:left;
	width:100%;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	font-weight:600;
}
.feedback h2 {
	color:#fff;
}
.feedback h4 {
	color:#c7c7c7;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;/* Control buttons  *//* Previous button  *//* Next button  *//* Changes the position of the indicators *//* Changes the color of the indicators */
}
.feedback #quote-carousel .carousel-control {
	background: none;
	color: #fff;
	font-size: 15px;
	text-shadow: none;
	margin-top: 30px;
	top:-5%;
}
#quote-carousel .carousel-control.left {
	left: -60px;
}
#quote-carousel .carousel-control.right {
	right: -60px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 4px solid #CCC;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 128px;
	height: 128px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}
/*.carousel-inner {
    min-height: 150px;
}*/
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.feedback p {
	font-size:15px;
	color:#fff;
}
.item small {
	font-size:15px;
	text-transform:uppercase;
	color:#8bc9f8;
	font-weight:600;
}
.f-client {
	float:left;
	width:100%;
	margin:50px 0 0;
	padding-bottom:40px;
}
.col-md-13 {
	width:20%;
	float:left;
}
.sv-inner, .img-inner {
	width:100%;
	text-align:center;
	float:left;
}
.sv-inner {
	padding:40px 0;
}
.bb {
	border-bottom:1px solid #6e6e6e;
}
.br {
	border-right:1px solid #6e6e6e;
}
.sv-inner p {
	float:left;
	width:100%;
	font-size:18px;
	color:#6e6e6e;
	margin-top:10px;
	margin-bottom:0;
}
.sv-inner p a {
	color:#6e6e6e
}
.sv-inner p a:hover {
	color:#339ae9
}
.sv-inner p a.blue {
	color:#339ae9 !important
}
footer {
	margin-top:50px;
	background:#fcfcfc
}
.top-footer {
	width:100%;
	float:left;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-align:center;
	padding:40px 0;
	background:#107fc9;
	font-weight:bold;
	margin-bottom:50px;
}
.top-footer a {
	font-size:16px;
	padding:12px 30px;
	color:#107fc9;
	background:#fff;
	border-radius:3px;
}
.top-footer a:hover {
	background:#dff0ff;
}
footer h3 {
	float:left;
	width:100%;
	font-size:17px;
	font-weight:normal;
	color:#666666;
	font-family: 'proxima_nova_ltsemibold';
	padding-bottom:6px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	margin-top:40px;
}
footer ul {
	float:left;
	font-size:15px;
	  font-family: 'Proxima Nova';
	width:100%;
}
footer ul li {
	float:left;
	width:100%;
	list-style:none;
}
footer ul li a {
	float:left;
	width:100%;
	color:#666666;
	padding:9px 0;
}
footer ul li:last-child a, footer ul li:last-child a:hover {
	border-bottom:0;
}
footer ul li a:hover {
	color:#107fc9;
}
footer p {
	float:left;
	font-size:15px;
	width:100%;
	color:#666;
	line-height:23px;  font-family: 'Proxima Nova';
}
footer h5 {
	float:left;
	font-size:18px;
	width:100%;
	margin-bottom:5px;
	color:#666;
	font-family: 'proxima_nova_ltsemibold';
	line-height:23px;
}
footer p a {
	color:#107fc9;
}
footer p a:hover {
	color:#5c9cee;
}
footer p img {
	width:auto;
}
.copyright {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	padding:25px 0;
	font-size:13px;
	  font-family: 'Proxima Nova';
	background:#555;
	margin-top:40px;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
}
.inner-banner {
	padding:80px;
	text-align:center;
}
.top70 {
	margin-top:70px;
}
.about-us {
	background:url(../images/about-us.jpg) center top no-repeat;
}
.partner-program {
	background:url(../images/partner-program.jpg) center top no-repeat;
}
.inner-banner h1 {
	width:100%;
	float:left;
	margin-bottom:0;
	margin-top:0;
	color:#fff;
	padding-bottom:5px;
}
.inner-banner p {
	width:100%;
	float:left;
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
	color:#a0c9ff;
	font-weight:600;
	line-height:25px;
}
.inner-banner p a, .inner-banner p a.active {
	color:#fff;
}
.common {
	margin-bottom:70px;
	
}
.inner-common {
	margin-bottom:70px;
	background:#f5f5f5;
	float:left;
	width:100%;
	padding:40px 0;
}
.inner-common .right-content h3 {
	margin-top:10px;
}
.right-content h3 {
	width:100%;
	float:left;
	margin-top:0;
	font-weight:600;
	color:#107fc9;
}
.right-content p {
	width:100%;
	float:left;
	font-size:14px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
	color:#777;
}
.right-content p a {
	float:left;
	color:#fff;
	text-transform:uppercase;
	padding:8px 15px;
	background:#009FE3;
	border-radius:2px;
}
.right-content p a:hover {
	background:#444;
}
.form-wrapper {
	width:100%;
	float:left;
}
.contact-form label {
	width:100%;
	float:left;
	font-size:16px;
	color:#555;
	font-weight:normal;
	  font-family: 'Proxima Nova';
	margin-bottom:0;
}
.contact-form input[type="text"], .contact-form textarea {
	float:left;
	width:90%;
	font-size:15px;
	padding:10px 14px;
	box-sizing:border-box;
	border:1px solid #ccc;
	margin-bottom:10px;
	border-radius:2px;
	  font-family: 'Proxima Nova';
}
.contact-form textarea {
	height:120px;
}
.contact-form input[type="submit"] {
	float:left;
	font-size:18px;
	padding:8px 25px;
	color:#fff;
	border:0;
	background:#107fc9;
	  font-family: 'Proxima Nova';
}
.address {
	line-height:24px;font-family: 'Proxima Nova'; font-size:17px;
}
.wrapper h2 {
	font-size:18px;
	color:#666;
	font-weight:bold;
}
.video-wrapper {
	width: 100%;
	max-width: 100%;
	padding:0;
	background:#FFF;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.list-wrapper {
	width:100%;
	float:left;
}
.list-wrapper h2 {
	float:left;
	width:100%;
	color:#5c5c5c;
	font-size:35px;
	font-weight:300;
	line-height:50px;
	text-align:center;
	margin-top:0;
}
.list-wrapper h2 span {
	color:#009FE3;
	font-weight:bold;
}
.list-wrapper h3 {
	width:100%;
	float:left;
	color:#5C5C5C;
	font-size:20px;
	font-weight:500;
	margin-top:50px;
}
.list-wrapper ul {
	float:left;
	width:100%;
	list-style:none;
}
.list-wrapper ul li {
	float:left;
	width:100%;
	font-size:19px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#5c5c5c;
	padding:5px;
}
.list-wrapper ul li span {
	background: #009fe3 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 32px;
	margin-right: 13px;
	position: relative;
	text-align: center;
	top: -3px;
	width: 32px;
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.nav-outer {
margin-bottom:10px;
}
.nav > li > a {
padding:10px 11px;
}
.logo {
text-align:center;
}
.carousel-caption {
top:0;
}
.carousel-caption h3 {
margin-top:30px;
font-size:20px;
}
.carousel-caption p {
font-size:13px;
}
.carousel-caption p a {
font-size:14px;
padding:8px 20px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 .logo {
text-align:left;
}
.carousel-caption {
top:0;
}
.carousel-caption h3 {
margin-top:30px;
font-size:20px;
}
.carousel-caption p {
font-size:13px;
margin-bottom:0;
padding-bottom:10px;
}
.carousel-caption p a {
font-size:14px;
padding:8px 20px;
}
 .nav-outer {
margin-top:0;
margin-bottom:0;
}
.navbar-toggle {
margin-top:-65px;
margin-right:-13px;
}
.navbar-nav > li > a, header.smaller .navbar-nav>li>a {
font-size:15px;
width:100%;
padding:14px 30px;
box-sizing:border-box;
border-bottom:1px solid #ccc;
color:#666 !important;
}
 .dropdown-menu {
border:0;
margin-top:0;
padding:0;
}
.dropdown-menu > li > a {
font-size:15px;
width:100%;
padding:11px 30px !important;
box-sizing:border-box;
background-color:none;
border-bottom:1px solid #ccc;
color:#666 !important;
}
 .navbar-nav > li:last-child > a {
text-align:center;
}
 .navbar-nav > li > a {
background-image: url("../images/arrow.png");
background-position: right 40px center;
background-repeat: no-repeat;
border-radius:0;
 background-size: 12px auto;
}
 .navbar-nav > li > a:hover {
background-image: url("../images/arrow-hover.png");
background-color:#fff;
}
.navbar-default .navbar-nav > li > a:hover {
 color:#000F2A !important;
 background-color:#fff;
 border-radius:0;
background-image: url("../images/arrow-hover.png");
background-repeat:no-repeat;
background-position: right 40px center;
background-size: 12px auto;
}
 .dropdown-menu > li > a {
background-image: url("../images/minus.png");
background-position: left 21px center;
background-repeat: no-repeat;
background-size: 6px auto;
background-color:#fff;
}
 .dropdown-menu > li > a:hover {
background-image: url("../images/minus.png")!important;
background-repeat: no-repeat;
background-position: left 21px center;
background-color:#fff;
color:#000F2A !important;
}
 .navbar-nav {
 margin: 0 0px;
}
.top-wrap-section {
padding:30px 0 70px 0;
}
.low-cont {
text-align:center;
}
.low-cont a {
float:none;
position:relative;
top:30px;
}
.inner-tab {
margin-top:20px;
}
p.detail {
min-height:auto;
}
.f-client {
padding-bottom:20px;
}
.feedback {
padding:35px 0 10px;
}
.col-md-13 {
width:30%;
margin:10px 0
}
.container h1 {
margin-top:20px;
padding-bottom:5px;
}
h1 {
font-size:26px;
}
.top-footer {
font-size:20px;
padding:30px 0 40px
}
.logo img {
width:105px;
height:auto;
position:relative;
left:-10px;
}
 #quote-carousel .carousel-control.right {
right:-15px;
}
#quote-carousel .carousel-control.left {
left:-15px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.col-md-13 {
width:50%;
margin:10px 0
}
.carousel-caption h3 {
margin-top:3px;
font-size:15px;
margin-bottom:0;
}
.carousel-caption p a {
font-size:12px;
padding:6px 15px;
}
.top-right span {
width:100%;
padding-left:0;
text-align:center;
float:left;
}
}




/* Custom, iPhone Retina */ 
@media(max-width:320px) {
 .carousel-caption h3 {
font-size:13px;
}
 .carousel-caption p {
font-size:12px;
line-height:15px;
}
}
