/*
Theme Name: Brawn
Theme URI: https://radiantwebtech.com
Author: Radiant Web Technology
Author URI: https://radiantwebtech.com
Description: Radiant is a basic default wordpress theme, which is develop for default theme.
Version: 1.0.0
*/

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/*** 

====================================================================
	Reset
====================================================================

 ***/
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	font-family: 'Lato', sans-serif;
}
.mar-bottom {
	margin-bottom: 59px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	color: #fff;
	text-decoration: none;
}
.pad-right {
	padding-right: 0px;
}
.pad-left {
	padding-left: 0px;
}
.pad0 {
	padding: 0px 0px;
}
.pad15 {
	padding: 20px 15px;
}
.size14 {
	font-size: 14px !important;
}
.size20 {
	font-size: 18px !important;
}
.height360 {
	height: 360px;
}
.height300 {
	height: 300px;
}
.pad40 {
	padding: 40px 0px !important;
}
.border-right {
	border-right: 1px solid #e0e0e0;
}
.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}
.text p {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #565656;
	margin-bottom: 18px;
}
.text ul {
	padding: 0px;
	margin: 0px 0px 18px;
}
.text li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #565656;
	padding-left: 30px;
}
.text li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 8px;
	color: #258cec;
	line-height: 1em;
	font-size: 16px;
	font-family: 'FontAwesome';
}
header {
	transition: all 1s;
}
@keyframes slide-down {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
.sn_fixhdr .gfl_header {
	position: fixed;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	z-index: 999;
	animation: slide-down 0.9s;/*opacity:0.9;*/
}
.sn_fixhdr .top {
	display: none;
}
header ul {
	padding: 0px;
	margin: 0px;
}
header ul li {
	list-style-type: none;
	color: #7b7b7b;
	line-height: 40px;
	font-size: 15px;
}
header ul li a {
	text-decoration: none;
	color: #fff;
}
header ul li a:hover {
	text-decoration: none;
	color: #fff;
}
header ul li a:focus {
	text-decoration: none;
	color: #fff;
}
.heading h2 {
	padding: 0px;
	margin: 25px 0px 0px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.5px;
}
.heading h3 {
	padding: 5px 0px 20px 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: 400;
	color: #575757;
	letter-spacing: -0.5px;
}
.top {
	height: 40px;
	background-color: #eaf1f8;
	border-bottom: 1px solid #dde6ee;
}
.top .blue {
	border-top: 40px solid #1478d5;
	border-right: 40px solid transparent;
	height: 40px;
}
.logo {
	padding: 11px 15px 14px 15px;
}
header .know-more {
	padding: 7px 15px;
	border: 1px solid #258cec;
	border-radius: 3px;
	background-color: #ffffff;
	color: #258cec;
	width: 100%;
	margin-top: 22px;
}
header .know-more:hover {
	background-color: #258cec;
	color: #ffff;
}
.phone {
	font-size: 15px;
	color: #3977b2;
	font-weight: 900;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}
.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse {
	background-color: #258cec;
	border-color: #0258cec;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
	font-size: 15px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #323d53
}
.dropdown-menu {
	background-color: #258cec;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #323d53;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 0px 0 !important;
	overflow: hidden;
	background-color: #fff !important;
}
.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}
/*-- Main slide --*/
#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	position: absolute;
	z-index: 999;
	top: 150px;
	color: #fff;
	max-width: 600px;
}
#main-slide .slider-content h2 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 200;
	margin-top: 20px;
}
#main-slide .slider-content p {
	font-size: 38px;
	color: #fff;
	line-height: 18px;
	font-weight: 600;
}
#main-slide .slider-content small {
	font-size: 19px;
	margin-bottom: 10px;
	display: block;
	font-weight: 300;
	width: 80%;
}
#main-slide .carousel-indicators .active {
	background-color: #fff;
	border: 1px solid #fff;
}
#main-slide .carousel-indicators li {
	background: none;
	border: 1px solid #fff
}
#main-slide .carousel-indicators {
	bottom: 65px;
}
#main-slide .slider-content p {
	font-size: 38px;
	color: #fff;
	line-height: 18px;
	letter-spacing: -.05em;
	font-weight: 600;
}
#main-slide .slider-content .small {
	font-size: 19px;
	margin-bottom: 10px !important;
	display: block !important;
	font-weight: 300 !important;
	width: 80% !important;
	text-transform: none !important;
	line-height: 24px !important;
}
.action-button {
	padding: 10px 44px;
	margin-top: 5px;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
}
.action-button:hover {
	background: #258cec;
	color: #fff;
	border: 1px solid #258cec;
	text-decoration: none;
}
/* Quality */
.quality {
	background-color: #f4f8fb;
	border-bottom: 2px solid #56a2e9;
}
.quality .icon {
	background-image: url(images/quality-icon-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 76px;
	float: left;
	text-align: center;
	height: 77px;
	margin-top: 17px;
	margin-bottom: 17px;
	padding-top: 19px;
}
.quality .text {
	padding-left: 80px;
}
.quality .text h2 {
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #4c5258;
	line-height: 24px;
	font-weight: bold;
}
.quality .text p {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.5px;
	color: #666666;
	margin-top: 8px;
}
.quality .owl-dots {
	display: none;
}
.quality .owl-theme .owl-nav {
	margin-top: 0px;
}
/* Welcome content */
.welcome-content {
	background-image: url(images/welcome-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.welcome-content h1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 20px 0px;
	font-size: 28px;
	color: #484848;
	font-weight: bold;
}
.welcome-content .p-bold {
	font-size: 18px;
	line-height: 26px;
	color: #232427;
}
.welcome-content p {
	font-size: 15px;
	line-height: 28px;
	color: #565656;
}
.welcome-content .video {
	padding: 10px 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #258cec;
	border-radius: 3px;
	background-color: #ffffff;
	color: #258cec;
}
.welcome-content .video:hover {
	background-color: #258cec;
	color: #ffff;
}
.welcome-content .know-more {
	padding: 10px 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #258cec;
	border-radius: 3px;
	background-color: #258cec;
	color: #fff;
}
.welcome-content .know-more:hover {
	background-color: #323d53;
	color: #fff;
	border: 1px solid #323d53;
}
/* Count */
.count {
	background-color: #258cec;
	padding-top: 20px;
	padding-bottom: 10px;
}
.count .col-md-2 {
	width: 20%;
	text-align: center;
}
.count span {
	font-size: 52px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
}
.count .count-arrow {
	text-align: center;
}
.count .text {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 6px;
}
/* Service Sectors */
.service-sectors {
	background-image: url(images/service-sectors-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.service-sectors .heading-color {
	color: #ffffff;
}
.service-sectors .box {
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin-bottom: 50px;
	margin-top: 10px;
}
.service-sectors .box .pad0:nth-child(even) {
	-moz-box-shadow: inset 0 0 10px rgba(37,140,236,0.18);
	-webkit-box-shadow: inset 0 0 10px rgba(37,140,236,0.18);
	box-shadow: inset 0 0 10px rgba(37,140,236,0.18);
	background-color: #f7f7f7;
}
.service-sectors .box .icon {
	background-image: url(images/service-sectors-icon-bg.png);
	background-repeat: no-repeat;
	width: 68px;
	height: 69px;
	text-align: center;
	margin-top: 25px;
	padding-top: 12px;
}
.service-sectors .box h3 {
	padding: 38px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #2b6896;
	text-transform: uppercase;
}
.service-sectors .box h2 {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #474747;
}
.service-sectors .box p {
	font-size: 15px;
	color: #232426;
	line-height: 18px;
	width: 90%;
	margin-bottom: 50px;
	min-height: 55px;
}
.service-sectors .know-more {
	padding: 5px 15px;
	margin-bottom: 35px;
	border: 1px solid #258cec;
	border-radius: 3px;
	background-color: #ffffff;
	color: #258cec;
}
.service-sectors .know-more:hover {
	background-color: #258cec;
	color: #ffff;
}
/* Brawn Lab Operations */
.brawn-lab-operations .heading-color {
	color: #484848;
}
.brawn-lab-operations .col-md-2 {
	width: 20%;
	padding: 0px 0px;
}
.brawn-lab-operations .col-md-2 .box {
	margin-top: 15px;
	margin-bottom: 80px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.brawn-lab-operations .col-md-2 .box .text {
	border-bottom: 1px solid #258cec;
	border-left: 1px solid #258cec;
	padding-left: 13px;
	padding-bottom: 35px;
	padding-top: 30px;
	margin-top: -10px;
}
.brawn-lab-operations .right-bor {
	border-right: 1px solid #258cec;
}
.brawn-lab-operations .col-md-2 .box .text h3 {
	font-size: 13px;
	line-height: 20px;
	color: #676767;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.brawn-lab-operations .col-md-2 .box .text .read-more {
	border: 1px solid #258cec;
	background-color: #f7f7f7;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 24px;
	margin-top: 15px;
}
.brawn-lab-operations .col-md-2 .box .text .read-more:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
}
.brawn-lab-operations .col-md-2 .box .text .read-more i {
	font-size: 14px;
	margin-left: 4px;
}
/* Our UPS */
.our-ups {
	background-image: url(images/our-usps.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.our-ups h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #fff;
	padding-top: 35px;
}
.our-ups h2 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.our-ups p {
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.our-ups .box {
	width: 230px;
	height: 166px;
	float: left;
	background-image: url(images/our-ups-box.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 28px;
	padding-top: 20px;
}
.our-ups .box .text {
	font-size: 15px;
	line-height: 15px;
	color: #2d527c;
	padding-top: 10px;
	width: 100px;
	margin: 0px 25%;
}
/* News & Events */
.news-events {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}
.news-events .more-blogs {
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 23px;
	background-color: #258cec;
	border: 1px solid #258cec;
	border-radius: 5px;
	margin-top: 20px;
}
.news-events .more-blogs:hover {
	background-color: #323d53;
	border: 1px solid #323d53;
	color: #fff;
}
.news-events .box-1 {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.news-events .box-1 h4 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
}
.news-events .box-1 .news {
	padding: 3px 15px;
	border: 1px solid #258cec;
	border-radius: 3px;
	background-color: #ffffff;
	color: #258cec;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.news-events .box-1 .news:hover {
	background-color: #258cec;
	color: #ffff;
}
.news-events .box-1 span {
	margin-left: 5px;
	margin-top: 4px;
	color: #938fa5;
	padding-top: 8px;
	line-height: 40px;
}
.news-events .content {
	overflow: auto;
	position: relative;
	background: #ffffff;
	height: 400px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-events .content.hidden {
	display: none;
}
.news-events .map i {
	color: #499eef;
	font-size: 14px;
	margin-right: 5px;
}
.news-events .map {
	color: #938fa5;
	font-size: 14px;
}
.news-events .read-more {
	border: 1px solid #258cec;
	background-color: #f7f7f7;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 50px;
	width: 100%;
}
.news-events .read-more a {
	margin-top: 20px;
}
.news-events .read-more:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
}
/* Recent Blogs */
.recent-blogs .box {
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 19px 12px 19px 19px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
.recent-blogs .box .img {
	width: 135px;
	float: left;
}
.recent-blogs .box .content {
	float: left;
	margin-left: 20px;
	width: 365px;
}
.recent-blogs .box .content h5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #575757;
	letter-spacing: -0.5px;
}
.recent-blogs .box .content p {
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.recent-blogs .box .content .read-more {
	border: 1px solid #258cec;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 24px;
}
.recent-blogs .box .content .read-more:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
}
.recent-blogs .box .content .read-more i {
	font-size: 14px;
	margin-left: 4px;
}
.recent-blogs .more-blogs {
	padding: 15px 65px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 23px;
	background-color: #258cec;
	border: 1px solid #258cec;
	border-radius: 5px;
}
.recent-blogs .more-blogs:hover {
	background-color: #323d53;
	border: 1px solid #323d53;
}
/* Footer */
footer {
	background-color: #323d53;
	padding: 30px 0px 0px 0px;
}
footer p {
	color: #bfc2c8;
	line-height: 23px;
	font-size: 13px;
	margin: 13px 0px 16px 0px;
	padding: 0px;
}
footer p a {
	color: #bfc2c8;
	text-decoration: none
}
footer p a:hover {
	color: #fff;
	text-decoration: none
}
footer h6 {
	padding: 35px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #bfc2c8;
	font-weight: bold;
}
footer ul {
	margin: 0px;
	padding: 0px;
}
footer li {
	list-style: none;
	font-size: 13px;
	line-height: 24px;
}
footer li a {
	color: #bfc2c8;
	text-decoration: none;
}
footer li a:hover {
	color: #ffffff;
	text-decoration: none;
}
footer address {
	font-size: 14px;
	color: #bfc2c8;
	line-height: 18px;
}
footer address p {
	margin: 20px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
}
footer address .email {
	margin: 0px 0px 0px 0px !important;
	font-size: 13px;
	color: #bfc2c8;
	text-decoration: none;
}
footer address .email a {
	color: #bfc2c8;
	text-decoration: none;
}
footer address .email a:hover {
	color: #fff;
	text-decoration: none;
}
footer .follow-us-on {
	font-size: 13px;
	margin-top: 24px;
	margin-bottom: 5px;
	padding: 0px;
}
footer .soc__handles ul {
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
footer .soc__handles a {
	margin-right: 5px;
	font-size: 18px;
	color: #bfc2c8;
}
footer .soc__handles a:hover {
	color: #fff;
}
footer hr {
	margin-top: 0px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #4c5668;
}
footer .copyright {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
}
footer .back-to-top {
	border-radius: 5px;
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 3px 12px;
	position: fixed;
	z-index: 100;
	right: 10px;
	background-color: transparent;
	background: #258cec;
}
footer .back-to-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
footer .back-to-top:hover {
	background: #171717;
	color: #fff;
}
/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 25px 0px 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.80);
}
.page-title.shop-title:before {
	display: none;
}
.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 75px;
	text-align: center;
	text-transform: capitalize;
}
.page-breadcrumb {
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
}
.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 20px;
	color: #bfc2c8;
	font-size: 14px;
	font-weight: 400;
}
.page-breadcrumb li:after {
	position: absolute;
	content: '\f1a6';
	right: -4px;
	top: 0px;
	color: #bfc2c8;
	font-family: "Flaticon";
}
.page-breadcrumb li:last-child::after {
	display: none;
}
.page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}
.page-breadcrumb li a {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}
.page-breadcrumb li a:hover {
	color: #bfc2c8;
}
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 30px;
}
.sec-title h2 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
	padding: 0px 0px 24px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px;
}
.sec-title.light h2 {
	color: #ffffff;
}
.sec-title .separator {
	position: relative;
	width: 75px;
}
.sec-title .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 75px;
	height: 2px;
	background-color: #1478d5;
}
.sec-title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 2px;
	width: 25px;
	height: 4px;
	background-color: #1478d5;
}
.sec-title .separator.centered::after {
	margin-left: 25px;
}
.sec-title.centered .separator {
	margin: 0 auto;
}
.sec-title.centered .separator::after {
	left: 50%;
	margin-left: -12px;
}
.sec-title-1 {
	position: relative;
	margin-bottom: 10px;
}
.sec-title-1 h2 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
	padding: 0px 0px 24px;
	display: inline-block;
	margin: 0px;
}
.sec-title-1.light h2 {
	color: #ffffff;
}
.sec-title-1 .separator {
	position: relative;
	width: 75px;
}
.sec-title-1 .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 75px;
	height: 2px;
	background-color: #1478d5;
}
.sec-title-1 .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 2px;
	width: 25px;
	height: 4px;
	background-color: #1478d5;
}
.sec-title-1 .separator.centered::after {
	margin-left: 25px;
}
.sec-title-1.centered .separator {
	margin: 0 auto;
}
.sec-title-1.centered .separator::after {
	left: 50%;
	margin-left: -12px;
}
/*** 

====================================================================
	Company Section
====================================================================

***/

.company-section {
	position: relative;
	padding: 70px 0px 30px;
}
.company-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.company-section .content-column .inner-column {
	position: relative;
}
.company-section .content-column .inner-column .sec-title {
	position: relative;
	margin-bottom: 25px;
}
.company-section .content-column .inner-column .bold-text {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #232427;
	margin-bottom: 20px;
}
.company-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 25px;
}
.company-section .content-column .inner-column .text p {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #565656;
	margin-bottom: 10px;
}
.company-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}
.company-section .image-column {
	position: relative;
}
.company-section .image-column .inner-column {
	position: relative;
}
.company-section .image-column .inner-column .image {
	position: relative;
}
.company-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.company-section .image-column .inner-column .carousel-box {
	position: relative;
	padding: 32px 28px 35px;
	background-color: #1478d5;
}
.company-section .image-column .inner-column .carousel-box .owl-dots, .company-section .image-column .inner-column .carousel-box .owl-nav {
	display: none;
}
.testimonial-block-six {
	position: relative;
}
.testimonial-block-six .inner {
	position: relative;
}
.testimonial-block-six .inner .quote-icon {
	position: absolute;
	top: -10px;
	font-size: 90px;
	line-height: 1em;
	color: rgba(255,255,255,0.10);
}
.testimonial-block-six .inner .text {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.testimonial-block-six .inner .author-box {
	position: relative;
	margin-bottom: 0px;
}
.testimonial-block-six .inner .author-box .author-inner {
	position: relative;
	padding-left: 90px;
	padding-top: 10px;
	min-height: 70px;
}
.testimonial-block-six .inner .author-box .author-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial-block-six .inner .author-box .author-inner h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}
.testimonial-block-six .inner .author-box .author-inner .designation {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
/*** 

====================================================================
	Highlights Section
====================================================================

***/
.highlights-section-1 {
	padding: 40px 0px 40px !important;
}
.highlights-section {
	position: relative;
	padding: 85px 0px 55px;
	background-color: #f4f4f4;
}
.highlights-section .image-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}
.highlights-section .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	border-top: 659px solid #f4f4f4;
	border-right: 200px solid transparent;
}
.highlights-section .content-column {
	position: relative;
}
.highlights-section .content-column .inner-column {
	position: relative;
}
.hightlight-block {
	position: relative;
	margin-bottom: 30px;
}
.hightlight-block .hightlight-inner {
	position: relative;
	padding: 32px 0px 28px;
	text-align: center;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hightlight-block .hightlight-inner .icon-box {
	position: relative;
	line-height: 1em;
	color: #cbcbcb;
	font-size: 50px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hightlight-block .hightlight-inner h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hightlight-block .hightlight-inner .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.hightlight-block .hightlight-inner:hover {
	background-color: #1478d5;
}
.hightlight-block .hightlight-inner:hover h3, .hightlight-block .hightlight-inner:hover .icon-box {
	color: #ffffff;
}
.highlights-section .services-column {
	position: relative;
}
.highlights-section .services-column .inner-column {
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	padding: 45px 30px 50px;
	border: 1px solid #f2f2f2;
	background: #ffffff url(images/pattern-1.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.highlights-section .services-column .inner-column .upper-box {
	position: relative;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.highlights-section .services-column .inner-column .upper-box .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #1478d5;
	font-size: 40px;
	line-height: 1em;
}
.highlights-section .services-column .inner-column .upper-box h2 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.highlights-section .services-column .inner-column .text {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #565656;
	margin-bottom: 50px;
}
.highlights-section .services-column .inner-column .services {
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.highlights-section .services-column .inner-column .services .icon {
	margin-left: 4px;
}
.highlights-section .services-column .inner-column .services:hover {
	color: #1478d5;
	text-decoration: none;
}
/*** 

====================================================================
	Informations Section
====================================================================

 ***/
 
.informations-section {
	position: relative;
	padding: 60px 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.informations-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	background-color: rgba(20,120,213,0.90);
}
.info-block {
	position: relative;
	margin-bottom: 40px;
}
.info-block:after {
	position: absolute;
	content: '';
	left: 100%;
	top: 25px;
	width: 92px;
	height: 34px;
	margin-left: -40px;
	display: inline-block;
	background: url(images/arrow-1.png) right top no-repeat;
}
.info-block:last-child::after {
	display: none;
}
.info-block:nth-child(2)::after {
	background: url(images/arrow-2.png) right top no-repeat;
}
.info-block .inner-box {
	position: relative;
	text-align: center;
}
.info-block .inner-box {
	position: relative;
}
.info-block .inner-box .icon-box {
	position: relative;
	width: 170px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 52px;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255,255,255,0.20);
}
.info-block .inner-box:hover .icon-box {
	border: 2px solid rgba(255,255,255,0.60);
}
.info-block .inner-box .icon-box:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: -40px;
	height: 50px;
	width: 1px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(255,255,255,0.20);
}
.info-block .inner-box:hover .icon-box:after {
	background-color: rgba(255,255,255,0.60);
}
.info-block .inner-box h3 {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	margin-left: 80px;
	line-height: 20px;
}
.info-block .inner-box h3 a {
	position: relative;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.info-block .inner-box h3 a:hover {
	color: #f6f6f6;
	text-decoration: none;
}
.product-box {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: /* The top layer shadow */ 0 1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0,0,0,0.15);
	margin-bottom: 40px;
	padding: 5px;
}
.product-box .text {
	background-color: #258cec;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
.product-box-1 {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: /* The top layer shadow */ 0 1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0,0,0,0.15);
	margin-bottom: 40px;
}
.product-box-2 {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: /* The top layer shadow */ 0 1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0,0,0,0.15);
}
/*** 

====================================================================
	Location Section
====================================================================

***/

.location-section {
	position: relative;
	padding: 22px 0px 90px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}
.location-section .page-breadcrumb {
	margin-bottom: 80px;
}
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 75px 0px 90px;
}
.contact-section .sec-title .text {
	position: relative;
 color:#;
	font-size: 18px;
	line-height: 1.7em;
	margin-left: 50px;
	display: inline-block;
}
.contact-section .inner-container {
	position: relative;
	border: 1px solid #f4f4f4;
}
.contact-section .info-column {
	position: relative;
	padding: 0px;
}
.contact-section .info-column .inner-column {
	position: relative;
	border-right: 1px solid #f4f4f4;
}
.contact-section .info-column .inner-column .upper-box {
	position: relative;
	padding: 32px 40px 25px 28px;
	background-color: #f4f4f4;
}
.contact-section .info-column .lower-box {
	position: relative;
	padding: 28px 30px;
}
.contact-section .info-column .lower-box .lower-inner {
	position: relative;
	padding-left: 100px;
	min-height: 80px;
}
.contact-section .info-column .lower-box .lower-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}
.contact-section .info-column .lower-box .lower-inner h3 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.contact-section .info-column .lower-box .lower-inner .designation {
	position: relative;
	color: #258cec;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
}
.contact-section .info-column .lower-box .lower-inner .emailed {
	position: relative;
	color: #565656;
	font-size: 15px;
	font-weight: 400;
	padding-left: 26px;
	margin-top: 4px;
}
.contact-section .info-column .lower-box .lower-inner .emailed:before {
	position: absolute;
	content: "\f1ca";
	left: 0px;
	top: 4px;
	color: #258cec;
	font-size: 15px;
	line-height: 1em;
	font-family: "Flaticon";
}
.contact-section .form-column {
	position: relative;
}
.contact-section .form-column .inner-column {
	position: relative;
	padding: 20px 25px;
}
/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
	position: relative;
}
.contact-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 0px;
	height: 50px;
	color: #565656;
	font-size: 15px;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
	border-color: #258cec;
}
.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 0px;
	color: #565656;
	height: 120px;
	font-size: 15px;
	resize: none;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.contact-form .submit-btn {
	margin-top: 15px;
	border: 1px solid #258cec;
	background-color: #fff;
	padding: 7px 10px 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}
.contact-form .submit-btn .icon {
	margin-left: 5px;
}
.contact-form .submit-btn:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
}
.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
	border-color: #ff0000 !important;
}
.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}
/*List Style Three*/

.list-style-three {
	position: relative;
}
.list-style-three li {
	position: relative;
	margin-bottom: 15px;
	color: #565656;
	font-size: 15px;
	font-weight: 400;
	padding-left: 46px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}
.list-style-three li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}
.list-style-three li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #499eef;
	line-height: 1em;
	font-size: 24px;
}
.list-style-three li strong {
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	display: block;
}
/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section {
	position: relative;
	padding: 60px 0px;
}
.blog-page-section .styled-pagination {
	margin-top: 10px;
}
.styled-pagination {
	position: relative;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 0px 0px;
}
.styled-pagination li.prev a, .styled-pagination li.next a {
	color: #565656;
}
.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	min-width: 40px;
	color: #000;
	font-weight: 600;
	text-align: center;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
	color: #ffffff;
	border-color: #258cec;
	background-color: #258cec;
	text-decoration: none;
}
/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #f2f2f2;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	color: #808080;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 14px;
	top: 10px;
	height: 28px;
	width: 30px;
	font-size: 14px;
	color: #222222;
	line-height: 100%;
	background: none;
	display: inline-block;
	font-weight: normal;
	text-align: right;
	border-left: 1px solid #f2f2f2;
}
.sidebar .search-box.style-two .form-group button {
	background-color: #258cec;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
}
.recent-comments .sidebar-title {
	margin-bottom: 40px;
}
/*Comment Block*/

.comment-block {
	position: relative;
	margin-bottom: 40px;
}
.comment-block .inner {
	position: relative;
	padding: 36px 20px 20px;
	border: 1px solid #f2f2f2;
}
.comment-block .inner .date {
	position: absolute;
	left: 22px;
	top: -15px;
	font-size: 14px;
	color: #fff;
	padding: 1px 12px;
	font-weight: 400;
	background-color: #258cec;
}
.comment-block .inner .content {
	position: relative;
	padding-left: 70px;
}
.comment-block .inner .content .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
}
.comment-block .inner .content h3 {
	position: relative;
	color: #0f1341;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 3px;
	font-family: 'Rubik', sans-serif;
}
.comment-block .inner .content h3 a {
	color: #000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.comment-block .inner .content h3 a:hover {
	color: #258cec;
}
.comment-block .inner .content .text {
	position: relative;
	color: #565656;
	font-size: 15px;
}
.comment-block .inner .content .reply-btn {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #0f1341;
	font-size: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.comment-block .inner .content .reply-btn:hover {
	color: #258cec;
}
/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 108px;
	min-height: 110px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	min-height: 90px;
	border: 0px;
}
.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
}
.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}
.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .post-thumb .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(20,120,213,0.85);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post:hover .post-thumb .overlay {
	opacity: 1;
}
.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 15px;
	margin: 0px 0px 0px;
	font-weight: 500;
	color: #000;
	line-height: 1.6em;
	text-transform: capitalize;
}
.sidebar .popular-posts .post .text a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
	color: #258cec;
}
.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 15px;
	color: #565656;
	padding-left: 22px;
	font-weight: 400;
}
.sidebar .popular-posts .post-info:before {
	position: absolute;
	content: '\f073';
	left: 0px;
	top: 0px;
	color: #258cec;
	font-size: 14px;
	font-family: 'FontAwesome';
}
/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 2px 12px 2px;
	margin: 0px 6px 10px 0px;
	color: #565656;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	background: none;
	font-weight: 400;
	border: 1px solid #f0f0f0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
	color: #ffffff;
	border-color: #258cec;
	background-color: #258cec;
}
.sidebar .popular-tags.style-two a {
	margin-right: 3px;
	margin-bottom: 7px;
	font-size: 15px;
}
.sidebar .popular-tags.style-two a:hover {
	border-color: #0f1341;
	background-color: #0f1341;
}
/*Blog Single*/

.blog-single {
	position: relative;
}
.blog-single .inner-box {
	position: relative;
	margin-bottom: 20px;
}
.blog-single .inner-box .image {
	position: relative;
}
.blog-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.blog-single .inner-box .lower-content {
	position: relative;
	padding: 25px 25px;
	border: 1px solid #f2f2f2;
}
.blog-single .inner-box .lower-content .title {
	position: relative;
	color: #258cec;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}
.blog-single .inner-box .lower-content .post-date {
	position: relative;
	color: #565656;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.blog-single .inner-box .lower-content h3 {
	position: relative;
	color: #000;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 20px;
}
.blog-single .inner-box .lower-content .text {
	position: relative;
	color: #565656;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 18px;
}
.blog-single .inner-box .lower-content .text p {
	position: relative;
	color: #565656;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 18px;
}
.blog-single .inner-box .lower-content .text blockquote {
	position: relative;
	border: none;
	text-align: center;
	padding: 35px 30px;
	margin-bottom: 40px;
	margin-top: 30px;
	background-color: #f4f4f4;
}
.blog-single .inner-box .lower-content .text blockquote .blockquote-text {
	position: relative;
	z-index: 1;
	font-size: 18px;
	color: #565656;
	line-height: 1.8em;
	font-weight: 400;
}
.blog-single .inner-box .lower-content .text blockquote .quote-icon {
	position: absolute;
	left: 50%;
	top: 20px;
	line-height: 1em;
	color: #ffffff;
	font-size: 120px;
	text-align: center;
	margin-left: -45px;
}
.blog-single .inner-box .lower-content .text blockquote .quote-info {
	position: relative;
	display: inline-block;
	padding: 12px 70px 0px;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
}
.blog-single .inner-box .lower-content .text blockquote .quote-info h4 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.blog-single .inner-box .lower-content .text blockquote .quote-info .quote-desination {
	position: relative;
	color: #258cec;
	font-size: 15px;
}
/*post share options*/

.blog-single .post-share-options {
	position: relative;
	margin-top: 20px;
	padding: 0px 0px 0px;
}
.blog-single .post-share-options .post-share-inner {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
}
.blog-single .post-share-options .info-links {
	position: relative;
}
.blog-single .post-share-options .info-links li {
	position: relative;
	color: #565656;
	font-size: 15px;
	margin-right: 20px;
	display: inline-block;
}
.blog-single .post-share-options .info-links li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #258cec;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	line-height: 34px;
	margin-right: 10px;
	background-color: #f2f2f2;
}
.blog-single .post-share-options .tags span {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin-right: 8px;
}
.blog-single .post-share-options .tags a {
	position: relative;
	color: #258cec;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.blog-single .post-share-options .tags {
	position: relative;
	color: #258cec;
	font-size: 15px;
	font-weight: 400;
	margin-top: 3px;
}
.blog-single .post-share-options .tags a:hover {
	color: #000;
}
/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
	position: relative;
	padding: 85px 0px 60px;
}
.news-block-two {
	position: relative;
	margin-bottom: 40px;
}
.news-block-two .inner-box {
	position: relative;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news-block-two .inner-box:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(234,234,234,1);
	box-shadow: 0px 0px 30px 0px rgba(234,234,234,1);
}
.news-block-two .inner-box .image {
	position: relative;
	background-color: #0b0b0b;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news-block-two .inner-box:hover .image img {
	opacity: 0.5;
}
.news-block-two .inner-box .lower-content {
	position: relative;
	padding: 24px 28px;
	border: 1px solid #f2f2f2;
}
.news-block-two .inner-box .lower-content h3 {
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin: 0px;
}
.news-block-two .inner-box .lower-content h3 a {
	position: relative;
	color: #000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news-block-two .inner-box .lower-content h3 a:hover {
	color: #258cec;
	text-decoration: none;
}
.blog-classic .news-block-two .inner-box .lower-content h3 {
	font-size: 24px;
}
.blog-classic .styled-pagination li {
	margin-right: 0px;
	margin-left: 10px;
}
.news-block-two .inner-box .lower-content .title {
	position: relative;
	color: #258cec;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}
.news-block-two .inner-box .lower-content .post-date {
	position: relative;
	color: #565656;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.news-block-two .inner-box .lower-content .text {
	position: relative;
	color: #565656;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 18px;
}
.news-block-two .inner-box .lower-content .read-more {
	position: relative;
	border: 1px solid #258cec;
	background-color: #fff;
	padding: 7px 10px 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.news-block-two .inner-box .lower-content .read-more .icon {
	position: relative;
	margin-left: 5px;
}
.news-block-two .inner-box .lower-content .read-more:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
	text-decoration: none
}
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	overflow: hidden;
	padding: 60px 0px 40px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}
.sidebar-page-container .sidebar-side .with-border {
	padding-left: 30px;
}
.sidebar-page-container .sidebar-side .with-border:before {
	position: absolute;
	content: '';
	left: 15px;
	top: -200px;
	width: 1px;
	height: 5000px;
	background-color: #f0f0f0;
}
.sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}
.market-sidebar {
	position: relative;
	padding: 25px 20px 30px;
	margin-left: 30px;
	background-color: #f4f4f4;
}
/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 18px;
}
.sidebar-title h2 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
}
.sidebar-title.style-two {
	margin-bottom: 25px;
}
.sidebar-title.style-two h2 {
	font-weight: 500;
}
/*Blog Category*/

.blog-cat {
	position: relative;
	padding: 0px 18px 0px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	-webkit-box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
	-moz-box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
	box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
}
.blog-cat li {
	position: relative;
	padding: 8px 0px;
	border-bottom: 1px solid #eeeeee;
}
.blog-cat li a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	display: block;
	color: #565656;
	padding: 4px 0px;
	padding-left: 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}
.blog-cat li:last-child {
	margin-bottom: 0px;
	border: none;
}
.blog-cat li a:before {
	position: absolute;
	content: '\f178';
	left: 0px;
	top: 5px;
	font-family: 'FontAwesome';
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.blog-cat li.active a, .blog-cat li a:hover {
	color: #ffffff;
	padding-left: 35px;
	background-color: #258cec;
}
.blog-cat li.active a:before, .blog-cat li a:hover::before {
	left: 10px;
	border-color: rgba(255,255,255,0.50);
}
/*Blog Category Two*/

.blog-cat-two {
	position: relative;
	padding: 0px 20px 20px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}
.blog-cat-two li {
	position: relative;
	padding: 8px 0px;
}
.blog-cat-two li:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 90px;
	height: 1px;
	background-color: #f2f2f2;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.blog-cat-two li:hover a::before {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.blog-cat-two li:hover::after {
	width: 100%;
	background-color: #258cec;
}
.blog-cat-two li a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	display: block;
	color: #565656;
	padding: 4px 0px;
	padding-left: 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}
.blog-cat-two li a span {
	position: absolute;
	right: 0px;
}
.blog-cat-two li:last-child {
	border: none;
}
.blog-cat-two li a:before {
	position: absolute;
	content: '\f175';
	left: 0px;
	top: 5px;
	color: #c5c5c5;
	font-family: 'FontAwesome';
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.blog-cat-two li.active a, .blog-cat-two li a:hover {
	color: #258cec;
}
.blog-cat-two li a:hover::before {
	color: #258cec;
}
/*Broucher Widget*/

.sidebar-brochure .brochure {
	position: relative;
	color: #0f1341;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 20px;
	display: block;
	padding-left: 70px;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
	border-bottom: none;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure span {
	display: block;
	font-weight: 400;
	color: #808080;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure .icon {
	position: absolute;
	width: 54px;
	left: 0px;
	top: 0px;
	height: 65px;
	font-size: 18px;
	margin-right: 8px;
	text-align: center;
	font-weight: 400;
	line-height: 65px;
	color: #0f1341;
	border-right: 1px solid #f2f2f2;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure:hover {
	background-color: #258cec;
	color: #ffffff;
}
.sidebar-brochure .brochure:hover span, .sidebar-brochure .brochure:hover .icon {
	color: #ffffff;
}
/*Author Box*/

.author-box {
	position: relative;
	margin-bottom: 50px;
}
.author-box .author-comment {
	position: relative;
	padding: 30px 0px 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.author-box .author-comment .inner {
	position: relative;
	padding-left: 110px;
}
.author-box .author-comment .inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
	margin-bottom: 20px;
}
.author-box .author-comment .inner h3 {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.author-box .author-comment .inner .text {
	position: relative;
	color: #565656;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 10px;
}
/*** 

====================================================================
	Social Icon Three
====================================================================

***/

.social-icon-three {
	position: relative;
}
.social-icon-three li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
.social-icon-three li a {
	position: relative;
	font-size: 14px;
	color: #9b9b9b;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-three li a:hover {
	color: #258cec;
}
/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}
.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 35px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}
.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #eb5310;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 30px;
}
.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 80px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #258cec;
	font-size: 14px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
	display: block;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}
.sidebar-page-container .comments-area .comment-info {
	position: relative;
	color: #000;
	line-height: 24px;
	font-size: 15px;
	font-weight: 500;
}
.sidebar-page-container .comments-area .comment-box .text {
	color: #565656;
	font-size: 15px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0px;
}
/*Comment Form*/

.comment-form {
	position: relative;
}
.comment-form .group-title {
	margin-bottom: 20px;
}
.comment-form .rating-box {
	position: relative;
	margin-bottom: 20px;
}
.comment-form .rating-box .text {
	position: relative;
	font-size: 15px;
	color: #565656;
	margin-bottom: 10px;
	margin-top: -5px;
}
.comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ebebeb;
}
.comment-form .rating-box .rating:last-child {
	border: 0px;
}
.comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 4px;
	display: inline-block;
}
.comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 12px;
	display: inline-block;
}
.comment-form .rating-box .rating a:hover {
	color: #258cec;
}
.comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.comment-form .form-group label {
	position: relative;
	color: #565656;
	font-size: 15px;
	font-weight: 400;
}
.comment-form .form-group:last-child {
	margin-bottom: 0px;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #565656;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
	border-color: #258cec;
}
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #d6d6d6;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form button {
	border: 1px solid #258cec;
	background-color: #fff;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #258cec;
	line-height: 24px;
	margin-top: 15px;
	text-transform: uppercase;
}
.comment-form button:hover {
	border: 1px solid #258cec;
	background-color: #258cec;
	color: #fff;
}
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus {
	border-color: #258cec;
}
.post-date i {
	color: #258cec;
	margin-right: 3px;
}
.project-block-two {
	position: relative;
	margin-bottom: 30px;
}
.project-block-two .inner-box {
	position: relative;
	overflow: hidden;
}
.project-block-two .inner-box .image {
	position: relative;
}
.project-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.project-block-two .inner-box .lower-box {
	position: relative;
	padding: 18px 28px 0px;
	border-left: 1px solid #e6e6e6;
}
.project-block-two .inner-box .lower-box h3 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.project-block-two .inner-box .lower-box .title {
	position: relative;
	color: #258cec;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.project-block-two .inner-box .lower-box .go-title {
	position: relative;
	color: #020e28;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.project-block-two .inner-box .lower-box .go-title .icon {
	margin-left: 5px;
}
.project-block-two .inner-box .overlay-content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	padding: 0px 28px 18px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
	background-color: rgba(0,0,0,0.90);
}
.project-block-two .inner-box .overlay-content:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(50,61,83,0.90);
}
.project-block-two .inner-box .overlay-content .overlay-inner {
	position: absolute;
	left: 28px;
	bottom: 16px;
}
.project-block-two .inner-box .overlay-content .overlay-inner h4 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.project-block-two .inner-box .overlay-content .overlay-inner h4 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.project-block-two .inner-box .overlay-content .overlay-inner h4 a:hover {
	color: #333333;
}
.project-block-two .inner-box .overlay-content .overlay-inner .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 18px;
}
.project-block-two .inner-box .overlay-content .overlay-inner .go {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.project-block-two .inner-box .overlay-content .overlay-inner .go .icon {
	margin-left: 5px;
}
.project-block-two .inner-box .overlay-content .overlay-inner .go:hover {
	color: #333333;
}
.project-block-two .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}
.overlay-inner2 {
	position: absolute;
	left: 43% !important;
	top: 40%;
	color: #b8d9f9;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background-color: #258cec;
	line-height: 38px;
	text-align: center;
}
/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 90px 0px 90px;
}
.faq-section .prod-tabs {
	position: relative;
}
.faq-section .prod-tabs .tab-btns {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 20px;
	border: 1px solid #f2f2f2;
	border-top-color: #258cec;
}
.faq-section .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.6em;
	padding: 10px 0px 10px 0px;
	transition: all 500ms ease;
	text-transform: capitalize;
	border-bottom: 1px solid #f2f2f2;
}
.faq-section .prod-tabs .tab-btns .tab-btn:last-child {
	border: none;
}
.faq-section .prod-tabs .tab-btns .tab-btn span {
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.6em;
	padding: 5px 15px 5px 30px;
	transition: all 500ms ease;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.faq-section .prod-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 11px;
	top: 23px;
	width: 8px;
	height: 8px;
	background-color: #e6e6e6;
	border: 1px solid #f2f2f2;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.faq-section .prod-tabs .tab-btns .tab-btn:hover:before, .faq-section .prod-tabs .tab-btns .tab-btn.active-btn:before {
	z-index: 1;
	background-color: #258cec;
	border-color: rgba(245,91,20,0.20);
}
.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span, .faq-section .prod-tabs .tab-btns .tab-btn:hover span {
	color: #258cec;
}
.faq-section .prod-tabs .tabs-content {
	position: relative;
}
.faq-section .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
}
.faq-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}
/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
	padding: 10px 30px 10px;
	background-color: #f4f4f4;
}
.accordion-box .block {
	position: relative;
}
.accordion-box .block:last-child .acc-btn {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	padding: 17px 30px 17px 0px;
	border-bottom: 1px solid #e1e1e1;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.accordion-box .block .icon-outer {
	position: absolute;
	right: 28px;
	top: 20px;
	color: #929292;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon {
	position: absolute;
	width: 22px;
	height: 22px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	line-height: 22px;
	border: 1px solid #898989;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	color: #258cec;
	border-color: #258cec;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .acc-content:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 0px;
	width: 1px;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #258cec;
}
.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.accordion-box .block .content .text {
	margin-bottom: 0px;
	line-height: 1.9em;
	font-size: 14px;
	color: #565656;
}
.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}
.accordion-box.style-two {
	padding: 0px;
	background-color: #ffffff;
}
.accordion-box.style-two .block {
	margin-bottom: 10px;
	padding: 17px 20px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}
.accordion-box.style-two .block .acc-btn {
	border: none;
	padding: 0px 0px 0px 62px;
}
.accordion-box.style-two .block .icon-outer {
	left: 0px;
	top: 2px;
	right: auto;
}
.accordion-box.style-two .block .acc-content:before {
	display: none;
}
.accordion-box.style-two .block .content {
	padding: 15px 30px 0px 62px;
	border: none;
}
.accordion-box.style-two .block:before {
	position: absolute;
	content: '';
	left: 59px;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background-color: #f2f2f2;
}
.accordion-box.style-two .block .icon-outer .icon {
	border: none;
	font-size: 20px;
	font-weight: 600;
}
.accordion-box.style-two .block.active-block::before {
	background-color: #f66e2f;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
}
.withbg {
	border: 1px solid #2991d6;
	padding: 5px;
	color: #fff;
}
.withbg h2 {
	font-size: 20px;
	color: #fff;
}
/******************* Timeline Demo - 2 *****************/
.main-timeline2 {
	padding-top: 50px;
	overflow: hidden;
	position: relative
}
.main-timeline2:before {
	content: "";
	width: 7px;
	height: 100%;
	background: #258cec;
	margin: 0 auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0
}
.main-timeline2 .timeline {
	width: 50%;
	float: left;
	padding: 20px 60px;
	border-top: 7px solid #258cec;
	border-right: 7px solid #258cec;
	border-radius: 0 30px 0 0;
	position: relative;
	right: -3.5px
}
.main-timeline2 .icon {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #258cec;
	border: 1px solid #fff;
	text-align: center;
	font-size: 25px;
	color: #258cec;
	box-shadow: 0 0 0 2px #258cec;
	position: absolute;
	top: -30px;
	left: 0
}
.main-timeline2 .timeline-content {
	display: block;
	padding: 30px 10px 30px;
	border-radius: 20px;
	background: #f4f4f4;
	color: #565656;
	position: relative;
	margin-bottom: 50px;
	margin-top: -10px;
}
.main-timeline2 .timeline-content:hover {
	text-decoration: none;
	color: #565656
}
.main-timeline2 .timeline-content:after, .main-timeline2 .timeline-content:before {
	content: "";
	display: block;
	width: 10px;
	height: 50px;
	border-radius: 10px;
	background: #258cec;
	border: 1px solid #258cec;
	position: absolute;
	top: -35px;
	left: 50px
}
.main-timeline2 .timeline-content:after {
	left: auto;
	right: 50px
}
.main-timeline2 .title {
	font-size: 24px;
	margin: 0;
	font-weight: 900;
	color: #258cec;
}
.main-timeline2 .description {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0 0 5px
}
.main-timeline2 .timeline:nth-child(2n) {
	border-right: none;
	border-left: 7px solid #258cec;
	border-radius: 30px 0 0;
	right: auto;
	left: -3.5px
}
.main-timeline2 .timeline:nth-child(2n) .icon {
	left: auto;
	right: 0;
	box-shadow: 0 0 0 2px #258cec
}
.main-timeline2 .timeline:nth-child(2) {
	margin-top: 160px
}
.main-timeline2 .timeline:nth-child(odd) {
	margin: -110px 0 30px
}
.main-timeline2 .timeline:nth-child(even) {
	margin-bottom: 80px
}
.main-timeline2 .timeline:first-child, .main-timeline2 .timeline:last-child:nth-child(even) {
	margin: 0 0 30px
}
.main-timeline2 .timeline:nth-child(2n) .icon, .main-timeline2 .timeline:nth-child(2n) .timeline-content, .main-timeline2 .timeline:nth-child(2n) .timeline-content:after, .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
	background: #f4f4f4
}
.main-timeline2 .timeline:nth-child(3n) .icon, .main-timeline2 .timeline:nth-child(3n) .timeline-content, .main-timeline2 .timeline:nth-child(3n) .timeline-content:after, .main-timeline2 .timeline:nth-child(3n) .timeline-content:before {
	background: #f4f4f4
}
.main-timeline2 .timeline:nth-child(3n) .icon {
	box-shadow: 0 0 0 2px #258cec
}
.main-timeline2 .timeline:nth-child(5n) .icon, .main-timeline2 .timeline:nth-child(4n) .icon, .main-timeline2 .timeline:nth-child(4n) .timeline-content, .main-timeline2 .timeline:nth-child(4n) .timeline-content:after, .main-timeline2 .timeline:nth-child(4n) .timeline-content:before {
	background: #f4f4f4
}
.main-timeline2 .timeline:nth-child(4n) .icon {
	box-shadow: 0 0 0 2px #258cec
}
.main-timeline2 .timeline:nth-child(5n) .icon {
	box-shadow: 0 0 0 2px #258cec
}
@media only screen and (max-width:767px) {
.main-timeline2:before {
	left: 0;
	right: auto
}
.main-timeline2 .timeline, .main-timeline2 .timeline:nth-child(even), .main-timeline2 .timeline:nth-child(odd) {
	width: 100%;
	float: none;
	padding: 20px 30px;
	margin: 0 0 30px;
	border-right: none;
	border-left: 7px solid #258cec;
	border-radius: 30px 0 0;
	right: auto;
	left: 0
}
.main-timeline2 .icon, .main-timeline2 .timeline:nth-child(2n) .icon {
	left: auto;
	right: 2px
}
}
@media only screen and (max-width:480px) {
.main-timeline2 .title {
	font-size: 18px
}
}
.timeline-content ul {
	margin-top: 20px;
}
.timeline-content li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #565656;
	padding-left: 30px;
}
.timeline-content li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 8px;
	color: #258cec;
	line-height: 1em;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0px;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #323d53;
	border-color: #323d53;
}
.modal-dialog {
	width: 1000px;
	margin: 30px auto;
}
.modal-content {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important
}
.modal-header {
	padding: 15px;
	border-bottom: none !important;
}
.modal-body {
	margin-top: -30px !important;
}
.close {
	font-size: 36px !important;
	color: #fff !important;
	opacity: .9 !important;
}
/*--------carrer---------*/
.form_container {
	margin: 20px 0;
	padding: 20px 20px 0 20px;
}
.carrer .form-control {
	height: 46px;
}
.carrer .input-group {
	margin-bottom: 10px;
}
.carrer .msgs {
	width: 99.9%;
	height: 80px;
}
.bulkinq {
	text-align: center;
	margin-top: 30px;
}
.bulkinq a {
	background: #258cec;
	padding: 10px 50px;
	font-size: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	border: 2px solid #258cec;
	color: #258cec;
}
.bulkinq a:hover {
	background: #258cec;
	color: #fff;
}
.file {
	visibility: hidden;
	position: absolute;
}
.search-color {
	background: #258cec;
	color: #fff;
	font-size: 15px;
}
.search-color:hover {
	color: #fff;
}
.search-color:focus {
	color: #fff;
}
.carrer .btn_black {
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	background: #222a33;
	color: #ffffff;
	padding: 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}
.carrer .btn_black:hover {
	background: #ddd;
}
.carrer .help-block {
	margin-top: 0px;
	position: absolute;
	left: 0;
	top: -23px;
}
.ak_heading {
	text-align: center
}
.ak_heading .one {
	font-size: 42px;
	color: #2a2a2a;
	font-weight: 700;
	letter-spacing: .3em;
	position: relative;
	display: inline-block;
	margin: 0;
}
.ak_heading span {
	color: #c8c8c8;
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1em;
}
.ak_heading .one:before, .ak_heading .one:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #acbef2;
	bottom: 15px;
	width: 120px;
}
.ak_heading .one:before {
	right: 100%;
	margin-right: 15px;
}
.ak_heading .one:after {
	left: 100%;
	margin-left: 15px;
}
.ak_subheading {
	font-size: 22px;
	color: #c8c8c8;
	font-weight: 400;
	margin: 0
}
.ak_subhead {
	text-align: center
}
.ak_subhead .two {
	font-size: 34px;
	color: #2a2a2a;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	display: inline-block;
	margin: 0;
}
.ak_subhead .two:before, .ak_subhead .two:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #acbef2;
	bottom: 15px;
	width: 120px;
}
.ak_subhead .two:before {
	right: 100%;
	margin-right: 15px;
}
.ak_subhead .two:after {
	left: 100%;
	margin-left: 15px;
}
.comment-block .inner .content .image img {
	border-radius: 50%;
}
input.wpcf7-form-control.wpcf7-submit.career-btn {
	background: #258cec;
	padding: 10px 50px;
	font-size: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	border: 2px solid #258cec;
	color: #258cec;
}
.modal-dialog {
	margin: 0px auto;
}
.global-presence {
	padding: 20px 0
}
.Service-Sectors-box {
	background: white;
	padding: 31px;
	margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
.modal-dialog {
	width: 300px !important;
	margin: 20px auto !important;
}
.logo {
	padding: 10px 15px 10px 15px !important;
	width: 60% !important;
}
.top {
	display: none;
}
.d-none {
	display: none;
}
.our-ups .box {
	width: 49% !important;
	height: 145px;
	padding-left: 0px !important;
	background-image: url(images/our-ups-box-1.png) !important;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.our-ups .box .text {
	font-size: 13px;
	line-height: 15px;
	color: #2d527c;
	padding-top: 10px;
	width: inherit !important;
	margin: 0px 25%;
}
.our-ups .box img {
	width: 20% !important;
}
.pad-right {
	padding-right: 15px !important;
}
.recent-blogs .box .content {
	width: 100% !important;
	margin-left: 0px !important;
}
.brawn-lab-operations .col-md-2 {
	width: 100% !important;
	padding: 0px 0px;
}
.count .col-md-2 {
	width: 50% !important;
	text-align: center;
}
.our-ups p {
	width: 100% !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-top: 20px !important;
	margin-bottom: 0px;
}
.our-ups h2 {
	font-size: 20px !important;
}
.heading h2 {
	font-size: 20px !important;
}
.heading h3 {
	font-size: 14px !important;
	line-height: 22px;
	letter-spacing: 0px !important;
}
.mar-bottom {
	margin-bottom: 25px !important;
}
footer h6 {
	padding: 0px 0px 10px 0px !important;
}
.recent-blogs .box .content h5 {
	font-size: 14px;
	padding-top: 15px;
}
.recent-blogs .more-blogs {
	padding: 10px 60px !important;
}
.news-events .content {
	padding: 0px;
	margin-top: 20px;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0px !important;
}
.recent-blogs .box .img {
	width: 100% !important;
	float: left;
}
footer .copyright {
	margin: 0px 0px 0px 0px !important;
}
footer .follow-us-on {
	margin-top: 0px;
	margin-bottom: 0px;
}
footer hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer {
	padding: 20px 0px 10px 0px;
}
.news-events .box-1 img {
	margin-bottom: 10px;
}
.welcome-content h1 {
	font-size: 20px !important;
	margin: 20px 0px 20px 0px;
}
.welcome-content p {
	font-size: 14px;
	line-height: 24px;
	color: #565656;
}
.count .text {
	font-size: 14px;
	margin-bottom: 20px;
}
.count span {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
}
.Service-Sectors-box {
	padding: 10px;
	margin-bottom: 20px;
}
.brawn-lab-operations .col-md-2 .box {
	margin-bottom: 20px !important;
}
.brawn-lab-operations .col-md-2 .box .text {
	border-right: 1px solid #258cec !important;
}
.brawn-lab-operations .col-md-2 .box img {
	width: 100%;
}
.brawn-lab-operations .col-md-2 .box .text {
	margin-top: -20px !important;
	padding-bottom: 20px !important;
}
.our-ups {
	background-image: url(images/our-usps-1.jpg) !important;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
}
.d-none-1 {
	display: block !important;
}
.navbar-brand {
	float: left;
	height: 60px !important;
	padding: 10px 10px !important;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand img {
	width: 80%;
}
.navbar-inverse {
	background-color: transparent !important;
	border-color: #0258cec;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #258cec;
	background-image: none;
	border: 1px solid #258cec;
	border-radius: 4px;
}
.navbar-nav {
	margin: 0px 0px !important;
	background-color: #258cec !important;
}
.page-title h1 {
	font-size: 20px;
	margin-top: 50px;
}
.sidebar-page-container {
	padding: 30px 0px 30px;
	padding-bottom: 30px;
}
.company-section {
	position: relative;
	padding: 30px 0px 30px;
}
.news-block-two .inner-box .lower-content {
	padding: 15px 10px;
}
.blog-single .inner-box .lower-content {
	padding: 15px 10px;
}
.blog-single .inner-box .lower-content h3 {
	font-size: 20px;
}
.highlights-section {
	padding: 30px 0px 30px;
}
.page-breadcrumb li {
	font-size: 11px;
}
.page-title {
	padding: 20px 0px 50px;
}
.contact-section {
	padding: 30px 0px 30px;
}
.contact-section .sec-title .text {
	margin-left: 0px;
	font-size: 14px;
}
.sec-title h2 {
	font-size: 18px;
	line-height: 24px;
}
.contact-section .info-column .inner-column .upper-box {
	position: relative;
	padding: 10px;
	background-color: #f4f4f4;
}
.contact-section .form-column .inner-column {
	position: relative;
	padding: 10px 0px;
}
.product-box-2 {
	margin-bottom: 30px;
}
.blog-page-section {
	padding: 30px 0px;
}
h2 {
	font-size: 20px;
}
.sidebar-page-container .sidebar-side .with-border {
	padding-left: 10px;
}
.comment-form button {
	margin-left: 10px
}
.comment-block .inner .content .image img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.comment-block .inner .content .reply-btn {
	display: none;
}
.company-section .content-column {
	position: relative;
	margin-bottom: 0px;
}
.product-box {
	margin-bottom: 0px !important;
}
.project-block-two {
	position: relative;
	margin-bottom: 10px;
}
.faq-section {
	position: relative;
	padding: 30px 0px 30px;
}
.accordion-box .block .acc-btn {
	font-size: 16px;
}
.text li {
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #565656;
	padding-left: 30px;
}
.welcome-content {
	background-image: none
}
.sn_fixhdr .gfl_header {
	position: static !important
}
.highlights-section .services-column .inner-column {
	margin-right: 0;
	margin-left: 0
}
.info-block .inner-box h3 {
	margin-left: 0
}
.info-block .inner-box .icon-box::after, .info-block::after, .highlights-section .image-layer::before {
	display: none
}
.info-block .inner-box h3 a {
	display: block;
	text-align: center
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 0
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
.highlights-section .image-layer {
	display: none;
}
.upper-box {
	margin-left: 15px;
	margin-right: 15px;
}
#main-slide .slider-content {
	top: 30px;
}
#main-slide .slider-content p {
	font-size: 20px;
}
#main-slide .slider-content h2 {
	font-size: 16px;
	margin-top: 0px;
}
#main-slide .slider-content .small {
	font-size: 14px;
}
.slider-content {
	display: none;
}
.news-events .map {
	float: right;
	margin-top: -32px;
	margin-right: 10px;
}
}
.d-none-1 {
	display: none;
}
