/* Extra small devices (phones, less than 768px) */

body {
	font-family: 'Lato', sans-serif;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
}

h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	color: #2c3e50;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	color: #2c3e50;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}

span.bold {
	font-weight: 700;
}

.top-info-border {
	border-top: 2px solid #268acc;
	border-bottom: 1px solid #888888;
}

.top-info {
	font-size: 14px;
}

.top-info .fa{
	font-size: 14px;
}

.top-info p {
	padding: 18px 15px;
}

.top-user a {
	color: #888888;
}

.top-call, .top-support, .top-user {
	display: inline-block;
}

.top-social {
	float: right;
}

.top-social ul li{
	display: inline-block;
	padding: 15px 7px;
}

.top-social ul li a {
	color: #888888;
}

.top-social ul li a:hover {
	color: #268acc;
}

.top-social ul li .fa {
	font-size: 18px;
}

.logo {
	text-align: center;
	padding: 15px 0px;
}

.top-nav-color {
	background-color: #2786cc;
}

.top-nav {
	text-align: center;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}
.top-nav::-webkit-scrollbar {
     width: 6px !important;
}
 
/* Track */
.top-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0;
    border-radius: 0;
}
 
/* Handle */
.top-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #FFF; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.top-nav::-webkit-scrollbar-thumb:window-inactive {
	background: #A1B1BC; 
}
.top-nav ul {
	width: 630px;
	height: 50px;
}
.top-nav ul li {
	padding: 0 20px;
	text-align: left;
	float: left;
}

.top-nav ul li a {
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.slider-main .item {
	background-image: url('../img/slider-img1.jpg');
	background-size: cover;
	height: 350px;
	display: table;
	width: 100%;

}
.slider-main .item-slider-content {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 3px;
}
.slider-main img {
	width: 100%;
}
.slider-main .item p {
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 48px;
	padding: 0px 15px;
	margin-bottom: 40px;
}

.slider-main .item span {
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-weight: 500;
	padding: 0px 15px;
	display: block;
}

.about {
	padding: 50px 0px;
	text-align: center;
}

.terms {
	padding: 50px 0px;
	text-align: justify;
}

.terms p {
	font-size: 16px;
	line-height: 24px;
}

.terms a {
	color: #2685C7;
}

.terms>h1 {
	text-align: center;
	margin-bottom: 30px;
}

span.subtitle {
	font-size: 18px;
	line-height: 35px;
}

span.italic {
	font-style: italic;
}

.about span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #2685c7;
	font-weight: 700;
	padding-top: 45px;
}

.about p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #a1b1bc;
	font-weight: 400;
	padding-top: 25px;
}

.our-focus {
	background: url("../img/our-focus-bg.png");
	padding: 50px 0px;
	text-align: center;
}

.our-focus h1 {
	color: #fff;
}

.our-focus p {
	display: block;
	font-size: 21px;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
	padding: 45px 0px 0px 0px;
}

.faq {
	padding: 50px 0px;
	text-align: center;
}

.faq .faq-list {
	padding-top: 40px;
}

.faq .faq-list ul li {
	font-size: 14px;
	line-height: 30px;
	color: #2c3e50;
	text-align: left;
	font-weight: 700;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #e9e9ea;
	position: relative;
}
.faq .faq-list ul li > div {
	overflow: hidden;
}
.faq .faq-list ul li > div p {
	float: left;
	padding-right: 40px;
}
.faq .faq-list ul li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #a1b1bc;
	text-align: center;
	float: right;
	color: #fff;
	position: absolute;
	right: 0;
	top: 10px;
}

.faq .faq-list ul li p.faq-item-content {
	font-size: 16px;
	line-height: 24px;
	color: #a1b1bc;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 20px;
	display: none;
}

.contact-us {
	background: url("../img/contact-us-bg.png");
	padding: 50px 0px;
}

.contact-us .contact-us-header {
	text-align: center;
}

.contact-us .contact-us-header h1 {
	color: #fff;
}

.contact-us .contact-us-header p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	padding: 20px 0px 90px 0px;
}
.contact-us .contact-us-content > div {
	padding-top: 50px;
}
.contact-us .contact-us-content p {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 20px 15px 30px 0px;
}

.contact-us .contact-us-content ul li {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 5px;
}

.contact-us .contact-us-content ul li i {
	font-size: 16px;
	padding-right: 10px;
}

.contact-social ul li{
	display: inline-block;
	padding: 15px 5px 15px 0px;
}

.contact-social ul li a {
	color: #fff;
}

.contact-social ul li a:hover {
	color: #f56363;
}

.contact-form {
	min-height: 432px;
}

.contact-form form input {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	padding: 0px 15px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.contact-form form input[type="submit"] {
	background-color: #f56363;
	border: 1px solid transparent;
}

.contact-form form textarea {
	width: 100%;
	resize: none;
	font-size: 13px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	padding: 0px 15px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.contact-form input[type=text]:focus {
	outline-color: #f56363;
	border-color: #f56363;
}

.contact-form textarea:focus {
	outline-color: #f56363;
	border-color: #f56363;
}

.placeholder {
	color: #fff;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f56363;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;

}

.nav-tabs>li>a {
    margin-right: 2px;
    border: none;
    border-radius: 0px;
    line-height: 30px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 20px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 20px;
    line-height: 36px;
}

.nav-tabs>li>a:hover {
	background-color: #f56363;
	 border: 1px solid transparent;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

footer .footer-content {
	background-color: #222533;
	padding: 40px 0px 35px 0px;
}

.footer-content h3 {
	position: relative;
	padding-top: 20px;
}

.footer-content h3:after {
	border-bottom: 2px solid #2685c7;
	width: 70px;
	content: "";
	position: absolute;
	margin: 0 auto;
	display: block;
}

footer .footer-content ul {
	margin-top: 30px;
}

footer .footer-content ul li {
	font-size: 16px;
	line-height: 30px;
	color: #a1b1bc;
}

footer .footer-content ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #a1b1bc;
}

footer .footer-content ul li.line {
	border-bottom: 1px solid #343b48;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

footer .footer-copyrights {
	background-color: #171d22;
	border-top: 1px solid #39444e;
	padding: 20px 0px;
	text-align: center;
}

footer .footer-copyrights p {
	font-size: 15px;
	line-height: 26px;
	color: #a1b1bc;
}

footer .newsletter p {
	font-size: 16px;
	line-height: 30px;
	color: #a1b1bc;
	margin-top: 30px;
}

footer .newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a1b1bc;
}
footer .newsletter form input::-moz-placeholder { /* Firefox 19+ */
  color: #a1b1bc;
}
footer .newsletter form input:-ms-input-placeholder { /* IE 10+ */
  color: #a1b1bc;
}
footer .newsletter form input:-moz-placeholder { /* Firefox 18- */
  color: #a1b1bc;
}

footer .newsletter form input {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	padding: 0px 10px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

footer #newsletter-form input:focus {
	outline-color: #fff;
	border-color: #fff;
}

footer #newsletter-form {
	margin-top: 20px;
	position: relative;
}

footer #newsletter-form button {
	background-color: transparent;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 37px;
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px;
    border-left: 1px solid #fff;
}

.footer-social {
	float: right;
	line-height: 26px;
}

.footer-social ul li {
	display: inline-block;
	padding: 0px 7px;
}

.footer-social ul li a {
	color: #a1b1bc;
}

.footer-social ul li a:hover {
	color: #fff;
}

.footer-social ul li .fa {
	font-size: 18px;
}

.slider-main .owl-prev {
	top: 70%;
}

.slider-main .owl-next {
	top: 70%;
}

.contact-form p.sent, .contact-form p.sending {
	font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 10px 20px;
    display: none;
}

.newsletter p.sent, .newsletter p.sending {
	font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.slider-main .item p {
		font-size: 52px;
	}

	.slider-main .item span {
		font-size: 30px;
		top: 50%;
	}

	.slider-main .owl-prev, .slider-main .owl-next {
	    top: 60%;
	}

	.our-focus p {
		padding-right: 90px;
		padding-left: 90px;
	}

	.top-nav ul li {
		display: inline-block;
		text-align: center;
		padding: 30px 20px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.slider-main .item {
		height: 500px;
	}
	.slider-main .item p {
		font-size: 45px;
	}
	.slider-main .owl-prev, .slider-main .owl-next {
	    top: 50%;
	}
	.top-nav {
		overflow: hidden;
	}
	.top-nav ul {
		width: auto;
		height: auto;
	}
	.top-nav ul li {
		float: none;
		padding: 15px 20px;
	}
	.top-info p {
		padding: 18px 15px;
	}
	.about {
		padding: 100px 0px;
	}
	.our-focus {
		padding: 135px 0px;
	}
	.faq {
		padding: 100px 0px;
		text-align: center;
	}
	.contact-us {
		background: url("../img/contact-us-bg.png");
		padding: 100px 0px 50px 0px;
	}
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.about span {
		font-size: 18px;
	}
	.about p {
		font-size: 18px;
	}
	.our-focus p {
		font-size: 24px;
	}
	footer .footer-content {
		padding: 80px 0px 70px 0px;
	}
	footer .footer-copyrights {
		padding: 45px 0px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.slider-main .owl-prev, .slider-main .owl-next {
	    top: 40%;
	}
}