/*============================= ============FONTS============== =============================*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

/* 
 font-family: 'Ubuntu', sans-serif;
 */


/* -------------------------------- ---------Primary style------------- -------------------------------- */

* {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	color: #6f6f6f;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1.2px;
	/*background-image: url(img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
}

body,
html {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover,
a:active {
	color: #ff214f;
	text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

section {
	padding: 35px 0px;
}

section#welcome {
	background-color: #f5f5f5;
}

.navbar-brand {
	padding: 15px 5px !important;
}

.navbar-inverse {
	background-color: #fff;
	border-color: #ffffff;
	border-top: 4px solid #0974c2;
	height: 75px;
}

.navbar-inverse.shrink {
	height: 65px;
}

nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}

nav a {
	font-size: 18px;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

nav.navbar.shrink {
	min-height: 35px;
}

nav.navbar.shrink .navbar-brand {
	font-size: 25px;
}

nav.navbar.shrink a {
	font-size: 15px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

nav.navbar.shrink .navbar-toggle {
	margin: 8px 15px 8px 0;
	padding: 4px 5px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #494949;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #68aad9;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #67a9d9;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #1a7ac4;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #0e77c4;
}

.navbar-toggle {
	background-color: #1078c5;
	border: 1px solid #1f7cc5;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #0e77c5;
	background-color: #ffffff;
	margin-top: 10px;
}

i.fa.fa-search {
	padding: 0;
}

.search-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 250px;
	top: 75%;
	right: 0px;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-box.active {
	opacity: 1;
	visibility: visible;
	right: 6%;
	z-index: 9;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal!important;
}

.search-box .search-field {
	width: 80%;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
}

label {
	font-weight: 400;
}

.carousel-caption {
	right: 20%;
	left: 20%;
	padding: 20px 0 10px;
}

.carousel-caption h3 {
	font-size: 35px;
}

.carousel-caption p {
	font-size: 18px;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: 40%;
	bottom: 20%;
	left: 10%;
	z-index: 10;
	color: #000000;
	text-align: left;
	width: 30%;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-indicators .active {
	background-color: #000000;
}

.carousel-indicators li {
	background-color: #ffffff;
	border: none;
	border-radius: 10px;
}


/*----------------------*/

.more-products-nav {
	display: block;
	width: 100%;
	height: auto;
	z-index: 9;
}

.more-products-nav h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #0e77c4;
	margin-bottom: 30px;
	margin-bottom: 34px;

}

.more-products-nav .vs-slides {
	position: relative;
}

.more-products-nav .vs-slides .vs-slides-inner {
	height: 420px;
	overflow: hidden;
}

.more-products-nav .vs-slides .vs-slides-inner .vs-products-outer {
	height: 100%;
	position: relative;
}

.more-products-nav .vs-products {
	height: 100%;
	width: 100%;
}

.more-products-nav .vs-products a.vs-product {
	display: block;
	height: 33.33333%;
	width: 100%;
}

.more-products-nav .vs-products a.vs-product:hover {
	background-color: rgba(172, 172, 172, 0.1);
}

.more-products-nav .vs-controls .vs-control {
	width: 30px;
	height: 30px;
	position: absolute;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	background-color: #0974c2;
}

.more-products-nav .vs-controls .vs-control i {
	background-image: url("img/download.png");
	background-repeat: no-repeat;
	height: 100%;
	width: 71px;
	display: block;
	margin: 0 auto;
}

.more-products-nav .vs-controls .vs-control.up {
	bottom: 100%;
	padding: 0;
	right: 2%
}

.more-products-nav .vs-controls .vs-control.up i {
	position: relative;
	background-position: 3px 2px;
	bottom: 0;
	-webkit-transition: bottom 0.2s ease 0s;
	-moz-transition: bottom 0.2s ease 0s;
	-o-transition: bottom 0.2s ease 0s;
	transition: bottom 0.2s ease 0s;
}

.more-products-nav .vs-controls .vs-control.up:hover i {
	bottom: 3px;
}

.more-products-nav .vs-controls .vs-control.down {
	top: 2%;
	right: 2%;
	padding: 0;
}

.more-products-nav .vs-controls .vs-control.down i {
	position: relative;
	background-position: 2px -32px;
	top: 0;
	-webkit-transition: top 0.2s ease 0s;
	-moz-transition: top 0.2s ease 0s;
	-o-transition: top 0.2s ease 0s;
	transition: top 0.2s ease 0s;
}

.more-products-nav .vs-controls .vs-control.down:hover i {
	top: 3px;
}

.more-products-nav .vs-controls .vs-control.deactivate {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	cursor: default;
}

.more-products-nav .vs-controls .vs-control.deactivate.up:hover i {
	bottom: 0;
}

.more-products-nav .vs-controls .vs-control.deactivate.down:hover i {
	top: 0;
}

.testi-info .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}

.testi-top {
    margin: 0 10px 40px;
}

.testi-review h4 {
	color: #0e77c5;
	font-weight: 700;
}


/*--------------------------*/

.wedo-header h2 {
	color: #0e77c4;
	margin-bottom: 30px;
}

.wedo-info {
	display: flex;
	flex-direction: row;
	margin-bottom: 70px;
}

.icon-circle {
	padding: 10px;
	border-radius: 100%;
	background-color: #f9f7f7;
	border: 2px solid #9fc9e7;
	margin-right: 20px;
}

.welcome-info h2 {
	color: #0e77c4;
	margin-bottom: 30px;
}

.welcome-info p {
	padding-bottom: 20px;
}

button.read-more {
	background-color: #405666;
	border: 2px solid #405666;
	padding: 4px 10px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
	font-size: 12px;
}

button.read-more:hover {
	background-color: #0974c2;
	border: 2px solid #0874c3;
}

footer {
	background-color: #2e2e2e;
}

.footer-top {
	padding: 50px 25px;
}
.social ul li .fa {
    width: 40px;
}
.address i.fa {
    width: 40px;
    padding-top: 0;
}
.quick-link ul li {
	display: block;
}

.quick-link ul li:before {
	content: "";
	border-color: transparent #f5f5f5;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	top: 18px;
	position: relative;
}

.quick-link ul li a {
	color: #f5f5f5;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}

.quick-link ul li a:hover {
	color: #0974c2;
}

p.foot-para {
	margin: 20px 0;
	color: #f5f5f5;
	padding-right: 20px;
}

.address p {
	display: inline-block;
	color: #f5f5f5;
	vertical-align: top;
	margin: 0;
}

p.mail a {
	color: #f5f5f5;
}

p.mail a:hover {
	color: #0974c2;
}

.copy {
	background-color: #292929;
	padding: 15px 0;
}

.copy p {
	color: #f5f5f5;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin: 0;
}

h4.foot-head {
	text-transform: uppercase;
	color: #f5f5f5;
	padding-top: 20px;
}

input {
	font-family: 'Ubuntu', sans-serif;
}

.submit-form {
	margin-top: 15px;
}

button.btn {
	width: 100%;
}

button.btn.gray {
	background-color: #424242;
	color: #ffffff;
}

input#mail-submit {
	background-color: #0974c2;
	border: transparent;
	height: 40px;
	width: 100px;
	color: #ffffff;
	margin-left: -5px;
}

input.subscribe {
	background: #ffffff;
	border: transparent;
	width: 200px;
	height: 40px;
	text-align: left;
	padding-left: 20px;
}

.bottom-logo {
	margin-top: 12px;
	margin-bottom: 30px;
}

.fa {
	padding: 10px;
	font-size: 14px;
	width:15px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	color: #f6f6f7;
	transition: all 0.5s ease;
}

.fa-facebook {
	background: #ffffff;
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	border-radius: 10px;
}

.fa-facebook:hover {
	background-color: #ffffff;
	color: #3B5998;
}

.fa-twitter {
	background: #ffffff;
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	border-radius: 10px;
}

.fa-twitter:hover {
	background-color: #ffffff;
	color: #55ACEE;
}

.fa-google-plus {
	background: #ffffff;
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	border-radius: 10px;
}

.fa-google-plus:hover {
	background-color: #ffffff;
	color: #dd4b39;
}

.fa-linkedin {
	background: #ffffff;
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	border-radius: 10px;
}

.fa-linkedin:hover {
	background-color: #ffffff;
	color: #007bb5;
}

.fa-youtube-play {
	background: #ffffff;
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	border-radius: 10px;
}

.fa-youtube-play:hover {
	background-color: #ffffff;
	color: #bb0000;
}

.social {
	padding-top: 20px;
}

.col-sm-6.col-md-3.wow.fadeInUp {
	padding-bottom: 20px;
}


/* ========================================================================== Responsive ========================================================================== */

@media (max-width: 1366px) {
	.container {
		width: 1200px !important;
		;
	}
    input.subscribe {
        width: 150px;
    }
}

@media (max-width: 1024px) {
	.container {
		width: 1000px !important;
	}
	.navbar {
		padding: 0;
	}
	.carousel-caption {
		right: 5%;
		top: 20%;
		bottom: 40%;
		left: 5%;
		width: 40%;
	}
	input.subscribe {
		background: #ffffff;
		border: transparent;
		width: 110px;
		height: 40px;
		text-align: left;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.container {
		width: 100% !important;
	}
	.navbar-nav>li>a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.carousel-caption h3 {
		font-size: 20px;
	}
	.carousel-caption p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.pull-right {
        float: none !important;
    }
    section {
		padding: 35px 0px;
	}
	div#myCarousel {
		padding: 5px;
		padding-top: 70px;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.carousel-caption h3 {
		margin: 0px;
		font-size: 18px;
	}
	.carousel-caption p {
		font-size: 8px;
		line-height: 1.2;
		padding-top: 6px;
	}
	.carousel-caption {
		top: 10%;
		bottom: 35%;
	}
	button.read-more {
		padding: 5px 10px;
	}
	.more-products-nav .vs-slides .vs-slides-inner {
		height: 740px;
		overflow: hidden;
	}
	.more-products-nav {
		margin-top: 70px;
	}
}

@media (max-width: 640px) {}

@media (max-width: 480px) {
	input#mail-submit {
		width: 75px;
	}
	input.subscribe {
		width: 175px;
	}
	.fa {
		width: 35px;
	}
	.carousel-caption h3 {
		margin: 0px;
		font-size: 11px;
	}
	.carousel-caption {
		top: 10%;
		bottom: 27%;
	}
}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}