@charset "utf-8";
/* CSS Document */
body{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
}


*{
	margin:0;
	padding:0;
}
img{
	max-width:100%;
}
a{
	display:inline-block;
	text-decoration: none !important;
}

.header_sec{
	
	
}
.logo h2 {
    font-size: 40px;
    color: #00529c;
    font-weight: 600;
    margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
}
.top_btn{
	float:right;
}
.top_btn a {
    padding: 10px;
    display: block;
    color: #fff;
    border-radius: 2px;
    //text-align: center;
    margin-top:7px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-transform: uppercase;
}
.top_btn a:hover{
	color: #00529c;
	background:#fff;
	border-color:#00529c;
}
a.sign {
    float: right;
    width: 75%;
	margin-bottom: 7px;
	background:#1277de;
	border:2px solid #1277de;
}
a.sign:hover{
	color: #1277de;
	background:#fff;
	border-color:#1277de;
}

.logo.text-center {
    margin: 25px 0;
}

.nav {
    background: #00529c;
}
.navbar-default {
    background: none;
    border: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}
ul.nav.navbar-nav{
	padding-top:15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
	background:#333;
	border-radius:2px;
	position:relative;
	box-shadow: 0 0 7px 1px white;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	visibility:middle;
	text-transform: uppercase;
	font-weight:500;
	//padding: 0 10px;
	border-radius:2px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color:#333;
	box-shadow: 0 0 7px 1px white;
	//transition: 0.5s;
    //transform: scale(1.1);
}
.navbar-nav>li {
    padding: 0 10px;
}
.carousel-caption {
    top: 169px;
}
.carousel-caption h1{
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.carousel-caption p{
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
.carousel-caption a{
	 padding: 15px 30px;
    background: #00529c;
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-top:7px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	width:20%;
	margin:0 auto;
	border: solid 1px #00529c;
	box-shadow:  0 0 10px 2px white;
}
.carousel-caption a:hover{
	background:#fff;
	color:#00529c;
	box-shadow:  0 0 10px 2px #00529c;
	border: solid 1px #fff;
}
.video_sec{
	margin:20px 0;
}
.video_sec h2{
	color:#00529c;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:22px;
	text-transform: uppercase;
	line-height:27px;
}
.video{
	margin-top:10px;
}
.data{
	margin-top:10px;
	//float:right;
}
.data p{
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	
}
.data i{
	margin-right:5px;
	color:#00529c;
}
.testimonial_sec{
	background: url(../images/testimonial.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 100%;
}
ol.testi_icon {
    list-style: none;
}
a.left.testimonial {
    float: right;
    margin-right: 31px;
    margin-top: -226px;
    font-size: 24px;
}
a.right.testimonial {
    float: right;
    font-size: 24px;
    margin-top: -227px;
}
.heading_sec{
	padding:10px 0;
	border-bottom:2px solid #fff;
}
.heading_sec h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color:#fff;
}
.heading_sec a {
    display: inline-block;
    float: right;
    margin-top: -38px;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}
.review {
    float: right;
    margin-top: 31px;
}
.review img {
    width: 20%;
    float: right;
    margin-right: 80px;
}
.review p{    
	float:right;
    color: #fff;
    font-size: 16px;
	margin-top: 5px;
	}
.colo{
	float:left;
	width:25%;
	height: 85px;
	border-radius:50%;
	border:2px solid #fff;
}
.colo img {
    width: 40%;
    margin: 0 auto;
    margin-top: 25px;
    margin-left: 25px;
}
.testi {
    margin-top:10px;
    min-height: 160px;
}

.rest{
	float:right;
	width:75%;
}
.rest p{
	color:#fff;
	margin-left:15px;
}
.rest a{
	font-size:18px;
	font-family:'Montserrat', sans-serif;
	margin-left:15px;
	font-weight:500;
}
p.trick{
	margin-top:30px;
	color:#fff;
	font-weight:500;
}
.service_sec{
	margin:30px 0;
}
.service{
	margin:30px 0;
}
.service img {
    float: left;
    width: 20%;
    margin: 0;
}
.service h3 {
    float: right;
    font-size:25px;
    display: inline-block;
    font-weight: 600;
    width: 76%;
    margin: 0;
}
.service p {
    width: 100%;
    display: flex;
    font-size: 16px;
    padding-top: 11px;
}
.service a {
    padding: 6px 8px;
    background: #00529c;
    display: block;
    color: #fff;
    width: 33%;
    border-radius: 2px;
    text-align: center;
    margin-top: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #00529c;
}
.service a:hover{
	color: #00529c;
	background:#fff;
	border-color:#00529c;
}
.contact_us{
	background: url(../images/contactus.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:200px;
    width: 100%;
}
.contact_us a {
    padding: 10px 30px;
    background: #00529c;
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-top:7px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	border:2px solid #00529c;
	width: 22%;
	margin:0 auto;
	margin-top:70px;
}
.contact_us p{
	font-size:24px;
	font-weight:400px;
	margin-top:10px;
	font-family: 'Montserrat', sans-serif;
	color:#00529c;
}
.contact_us a:hover{
	color: #00529c;
	background:#fff;
	border-color:#00529c;
}
.footer_sec{
	background:#242424;
	padding:25px 0;
}
.footer_logo h2{
	color: #00529c;
	font-size:40px;
	font-weight:600;
	text-shadow: 2px 2px 2px #fff;
}
.footer_nav{
	background:none;
}
.footer_nav ul.nav.navbar-nav {
    padding-top: 15px;
    background: none;
}
.footer_icon{
	margin:0 auto;
	max-width:200px;
	width:100%;
}
.footer_icon ul{
	display:block;
	margin:0 auto;
}
.footer_icon ul li{
	list-style:none;
	float:left;
	padding-left:25px;
	
}
.footer_icon ul li a {
    color: #fff;
	background:#00529c;
    padding: 0px 7px;
    font-size: 26px;
	border: 2px solid #00529c;
    border-radius: 50px;
}
.footer_icon ul li a:hover{
   background:#fff;
   color:#00529c;
   border: 2px solid #00529c;
}
a.facebook{
	padding: 0px 11px !important;
}
a.telegram{
	border-radius:50% !important;
	height:50px !important;
	width:50px !important;
	color:#fff !important;
	font-size:33px !important;
	margin-top:-5px !important;
}
.copy_footer{
	background:#1277de;
	padding:12px 0 10px;
}
.copy_footer p{
	color:#fff;
	font-size:18px;
	padding:0;
	margin:0;
}



@media (max-width:990px){
	.nav>li>a {
    padding: 10px 8px;
}
.navbar-nav>li {
    padding: 0 0px;
}
.carousel-caption{
	 top:80px
}
.carousel-caption h1 {
    font-size: 29px;
}
.carousel-caption p {
    font-size: 11px;
}


.carousel-caption a {
    width:35%;
	padding:10px 20px;
}
.video_sec h2 {
    font-size: 16px;
}
.service h3 {
    font-size: 19px;
}
.service p {
    font-size: 14px;
}
.service a {
    width: 52%;
}
.contact_us a {
    width: 35%;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
   float:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.colo img {
    margin-top: 15px;
    margin-left: 15px;
}
.colo {
    height: 55px;
}
.heading_sec h2 {
    font-size: 20px;
}
.heading_sec a {
   float:none;
    margin-top: -29px;
    font-size: 14px;
}
.review img {
    width: 32%;
}
a.left.testimonial,a.right.testimonial {
    margin-top: -276px;
}
.data p {
    font-size: 14px;
}
/***/
.top_two {
    float: none;
}
.drop,.dropbtn {
    width: 100%;
}
.dropdown-content{
	 width: 100%;
}
.dropdown {
    width: 100%;
    margin-bottom: 21px;
}
/*****/
}
@media (max-width:767px){
	a.sign {
    float:none;
    width:100%
}
.carousel-caption{
	 top:-8px
}
.carousel-caption h1 {
    font-size: 16px;
}
.carousel-caption a {
    width: 53%;
    padding: 5px 0px;
    font-size: 11px;
}
.top_btn {
    float:none;
}
.service p {
    text-align: center;
}
.service a {
    width: 43%;
    margin: 0 auto;
}


.contact_us a {
    width: 100%;
}
.heading_sec h2 {
    font-size: 14px;
}
.heading_sec a {
   float:none;
   font-size: 12px;
}
.review img {
    width: 50%;
    float: none;
    margin-right:0px;
}
.colo img {
    margin-top: 18px;
    margin-left: 22px;
}
.colo {
    height: 75px;
}

}
/***Top right buttons**/

.righttag{
	float:right;
}
.dropbtn {
    background-color: #00529c;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.top_two{
	float:right;
}
.drop {
    background-color: #00529c;
    color: white!important;
    padding: 8px 16px!important;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 12px!important;
    right: 0;
    border-radius: 3px!important;
    display: inline-block!important;
}
.drop:hover{
	 background-color: #1277de!important;
}


i.fa.fa-caret-right {
    margin-left: 11px;
    font-size: 18px;
    display: inline-block;
    margin-top: 1px;
	transition:0.3s;
}

.dropdown {
    position: relative;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
i.fa.fa-sign-out {
    margin-right: 4px;
    font-size: 18px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0px 15px;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    text-align: right;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1277de;
}


.onoffswitch {
    position: relative;
 width: 80px;
	margin:10px auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
    border: 2px solid #999999;
	border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
	width: 200%; 
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
	float: left; 
	width: 50%;
	height: 30px; 
	padding: 0;
	line-height: 30px;
    font-size: 14px; color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
	width: 18px;
	margin: 6px;
    background: #FFFFFF;
    position: absolute;
	top: 0;
	bottom: 0;
    right: 56px;
    border: 2px solid #999999;
	border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.freeTrial {
    background:#00529c;
    color:#fff;
    border: 2px solid #00529c;
    border-radius:2px;
    text-align:center;
}
@media(min-width:750px) {
    iframe#iFrameResizer0 {
    width: 100%;
    }
}
@media(max-width:500px) {
    iframe#iFrameResizer0 {
    width: 100%;
    height: auto;
}
/******Top right buttons******/