@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
body {
	font-size:14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
header {
	/*text-align: center;*/
	height: 108px;
	background: transparent none repeat scroll 0 0;
	color: #fff;
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: fixed;
	left: 0;
	right: 0;
	z-index:99;
}
header.sticky {
	background: #fff none repeat scroll 0 0;
	height: 90px;
	position: fixed;
	text-align: left;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 3px #ccc;
}
header .header-panel .col-lg-3 img {
	width: 100%;
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky .header-panel .col-lg-3 img {
	width: 40%;
}
header.sticky .header-panel {
	padding:10px 0;
}
header.sticky .menu li a {
	padding: 10px 10px;
	color:#0a0c0e;
}
header.sticky .menu li a:hover, header.sticky .menu li a.homer {
	color:#f39c12;
}
.main-banner {
	background: #ccc none repeat scroll 0 0;
}
.open {
	font-family: 'Open Sans', sans-serif;
}
.no-padding {
	padding:0px;
}
.wrapper {
	padding: 15px 0;
}
.bs-example-tabs .nav-tabs {
	margin-bottom: 15px;
}
 @media (max-width: 300px) {
 #narrow-browser-alert {
 display: none;
}
}
.our-services .tab-pane {
	overflow: hidden;
	padding: 70px 0;
}
.top-panel {
	background: #2c3e50;
}
.top-panel ul {
	margin: 0;
	padding: 0;
}
.top-panel ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 14px;
	list-style: outside none none;
	margin: 10px 5px;
	padding-right: 10px;
}
.top-panel ul li:last-child {
	border-right:none;
}
.top-panel ul li span {
	color:#ffa200;
}
.top-panel ul li a i {
	color: #c70013;
}
.top-panel ul li a span {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
.certification-block img {
	width: 100%;
}
.call-now-section .col-lg-12 > h2 {
	font-size: 24px;
	font-weight: lighter;
	line-height: 60px;
	margin: 0;
	color:#fff;
}
.our-clients {
	background: rgba(0, 0, 0, 0) url("../images/Testimonial.jpg") no-repeat fixed center top / cover;
	padding: 20px 0;
}
.our-clients .col-lg-10 h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}
.our-clients .col-lg-10 img {
	border-radius: 50%;
	margin: 20px 0;
}
.our-clients .col-lg-10 p {
	color: #fff;
	line-height: 24px;
}
.our-clients .col-lg-10 p a {
	color: #f59d03;
	display: block;
}
.our-clients .col-lg-10 p a::before {
 content: "[....]";
 margin-right: 8px;
 color:#fff;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #f59d03;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
nav {
	display: block;
	text-align:right;
}
.menu {
	display: block;
}
.menu li {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
	color: #333;
	transition: all 0.2s ease-in-out 0s;
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu li a:hover, .menu li:hover>a {
	color: #f59d03;
}
.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}
.menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #797979;
	background: #fff;
}
.menu ul li a:hover, .menu ul li:hover>a {
	background: #f59d03;
	color: #fff;
}
.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.menu ul ul {
	left: 169px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}
.menu ul ul:after {
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.menu li>ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.responsive-menu {
	display: none;
	width: 100%;
	padding: 10px 15px;
	background: #f1c40f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align:left;
}
.responsive-menu:hover {
	background: #f39c12;
	color: #fff;
	text-decoration: none;
}
.menu li a.homer {
	color:#f59d03;
}
 @media (min-width: 768px) and (max-width: 979px) {
 .mainWrap {
width: 768px;
}
 .menu ul {
top: 37px;
}
 .menu li a {
font-size: 12px;
}
 a.homer {
background: #E95546;
}
}
 @media (max-width: 767px) {
 .mainWrap {
 width: auto;
 padding: 50px 20px;
}
 .menu {
display: none;
}
 .responsive-menu {
display: block;
}
 nav {
 margin: 0;
 background: none;
}
 .menu li {
 display: block;
 margin: 0;
}
 .menu li a {
 background: #fff;
 color: #797979;
}
 .menu li a:hover, .menu li:hover>a {
 background: #f39c12;
 color: #fff;
}
 .menu ul {
 visibility: hidden;
 opacity: 0;
 top: 0;
 left: 0;
 width: 100%;
 transform: initial;
}
 .menu li:hover>ul {
 visibility: visible;
 opacity: 1;
 position: relative;
 transform: initial;
}
 .menu ul ul {
 left: 0;
 transform: initial;
}
 .menu li>ul ul:hover {
transform: initial;
}
}
nav ul.menu li .sub-menu a {
	line-height: 40px;
	padding: 0 0 0 15px;
	text-align: left;
}
nav ul.menu li .sub-menu a:hover {
	color:#fff;
}
.header-panel {
	padding: 20px 0;
}
.main-banner .slides .slideInner a {
	background-size: cover !important;
	position:relative;
}
/*.slideInner a::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
}*/
.main-banner h1 {
    color: #333;
    display: block;
    font-size: 50px;
    font-weight: bold;
    margin-top: 30%;
    position: relative;
    text-align: center;
    z-index: 2222;
}
.main-banner h3 {
	color: #333;
	display: block;
	font-size: 25px;
	font-weight: bold;
	position: relative;
    text-align: center;
    z-index: 2222;
}
.overyal-block {
	background: rgba(0, 0, 0, 0) linear-gradient(#0c0c0c, transparent) repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
header .header-panel .col-lg-2 img.black {
	opacity: 0;
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height:0;
}
header.sticky .header-panel .col-lg-2 img.black {
	opacity: 1;
	height:auto;
}
header .header-panel .col-lg-2 img.white {
	opacity: 1;
 // set animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height:auto;
}
header.sticky .header-panel .col-lg-2 img.white {
	opacity: 0;
	height:0;
}
.inner-banners {
	background: rgba(0, 0, 0, 0) url("../images/Banner023.jpg") no-repeat scroll 0 0 / 100% auto;
	display: block;
	min-height: 300px;
	padding-top: 170px;
	position:relative;
}
.inner-banners h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	position: relative;
}
/*.inner-banners h2::before {
    border: 10px solid #fff;
    border-radius: 50%;
    bottom: -30px;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
}*/
.contact-middle-section, .careers-block {
	display: block;
	padding: 40px 0 60px;
}
.bread-crumps {
	padding-top: 40px
}
.contact-address-part .col-lg-4 > h4 {
	font-weight: bold;
}
.contact-address-part .col-lg-4 > p, .contact-address-part .col-lg-4 span, .careers-block .col-lg-7 p {
	font-weight: 300;
}
.contact-address-part .col-lg-12 > h3, .careers-block .col-lg-12 > h3, .about-sections .col-lg-12 > h3, .clients-sectional-block .col-lg-12 h3 {
	font-size: 40px;
	font-weight: lighter;
	line-height: 70px;
	position: relative;
}
.contact-address-part .col-lg-12 > h3::before, .careers-block .col-lg-12 > h3:before, .about-sections .col-lg-12 > h3:before, .clients-sectional-block .col-lg-12 h3:before {
 background: #c70013 none repeat scroll 0 0;
 content: "";
 height: 5px;
 position: absolute;
 top: 0;
 width: 50px;
}
.contact-form {
	background: #ececec none repeat scroll 0 0;
	display: block;
	margin-top: 50px;
	padding-bottom: 25px;
}
.contact-form h2 {
	font-weight: lighter;
}
.contact-form .col-lg-12 > p, .about-sections .col-lg-8 > p {
	font-weight: 300;
	text-align:justify;
}
.contact-form .col-lg-4 label, .contact-form .col-lg-12 label {
	width: 100%;
}
.contact-form .col-lg-4 label input.contact-form-input {
	border: medium none;
	height: 45px;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 100%;
}
.contact-form .col-lg-12 label textarea {
	border: medium none;
	height: 100px;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 100%;
	padding-top:15px;
}
.careers-block .col-lg-7 ul, .listed-items {
	margin-left: 30px;
}
.careers-block .col-lg-7 ul li, .listed-items li {
	font-weight: 300;
	line-height: 30px;
	list-style: outside none none;
}
.careers-block .col-lg-7 ul li:before, .listed-items li:before {
	content:"\f10c";
	font-family: 'FontAwesome';
	margin-right:8px;
	color:#c70013;
}
.careers-block .col-lg-5 img {
	width: 100%;
}
.note-text {
	background: #f0f0f0 none repeat scroll 0 0;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 15px;
}
.referral-section {
	background: rgba(0, 0, 0, 0) url("../images/Careers-Bg.jpg") no-repeat fixed 0 0 / cover;
	display: block;
	padding: 30px 0;
}
.referral-section .col-lg-12 > h2 {
	font-size: 24px;
	font-weight: bold;
	color:#fff
}
.referral-section .col-lg-12 > p {
	font-weight: 300;
	color:#fff
}
.referral-section .col-lg-12 > a {
	background: #c70013 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
}
.about-sections .col-lg-4 img {
	width: 100%;
}
.about-values .col-lg-6 > h4 {
	display: table;
	font-size: 24px;
	font-weight: lighter;
	position: relative;
	padding:0px 10px;
}
.about-values .col-lg-6 > h4::before {
 content: "[";
 left: 50%;
 position: absolute;
 transition: .2s ease-in-out;
 opacity: 0;
}
.about-values .col-lg-6 > h4::after {
 content: "]";
 right: 50%;
 position: absolute;
 transition: .2s ease-in-out;
 opacity: 0;
}
.about-values .col-lg-6:hover > h4::before {
 content: "[";
 left: 0px;
 position: absolute;
 opacity: 1;
 color:#c70013;
}
.about-values .col-lg-6:hover > h4::after {
 content: "]";
 right:0px;
 position: absolute;
 opacity: 1;
 color:#c70013
}
.about-values .col-lg-6 > p {
	padding-left: 25px;
	position: relative;
}
.about-values .col-lg-6 > p::before {
 background: #c70013 none repeat scroll 0 0;
 content: "";
 height: 60px;
 left: 0;
 position: absolute;
 top: 6px;
 width: 4px;
}
.about-sections {
	display: block;
	padding-bottom: 40px;
	padding-top: 40px;
}
.about-sections .col-lg-8 > h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.zig-zag-block .col-lg-3 img {
	width: 100%;
}
.zig-zag-block .col-lg-9 h4 {
	font-size: 24px;
	font-weight: lighter;
	line-height: 46px;
	position: relative;
}
.zig-zag-block .col-lg-9 h4:before {
	background: #c70013 none repeat scroll 0 0;
	content: "";
	height: 5px;
	position: absolute;
	top: 0;
	width: 50px;
}
.zig-zag-block .col-lg-9 p {
	font-weight: 300;
	text-align: justify;
}
.zig-zag-block {
	background: #eeeeee none repeat scroll 0 0;
	margin-bottom: 25px;
	padding: 30px 30px 50px;
	position:relative;
}
.zig-zag-block .col-lg-9 a {
	background: #c70013 none repeat scroll 0 0;
	bottom: -50px;
	color: #fff;
	display: block;
	line-height: 46px;
	padding: 0 25px;
	position: absolute;
	right: -15px;
}
.zig-zag-block:nth-child(3n) .col-lg-3 {
 float: right;
}
.zig-zag-block:nth-child(3n) .col-lg-9 {
 float: left;
}
.zig-zag-block:nth-child(3n) .col-lg-9 a {
 right:inherit;
 left:-15px
}
.about-sections .col-lg-8 > h5 {
	border-bottom: 1px solid #dcdada;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
	margin-top: 25px;
	position: relative;
}
.about-sections .col-lg-8 > h5::before {
 background: #c70013 none repeat scroll 0 0;
 bottom: -5px;
 content: "";
 height: 6px;
 position: absolute;
 width: 100px;
}
.hire-block {
	height: 200px;
	margin-bottom: 20px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	width: auto;
}
.hire-block .fa {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	width: 80px;
}
.hire-block::before {
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 content: "";
 height: 80px;
 left: 40%;
 position: absolute;
 top: 40%;
 width: 80px;
 transition: .2s ease-in-out;
 opacity: 0
}
.hire-strategy .col-lg-4:hover .hire-block::before {
 left:-1px;
 top:-1px;
 opacity:1;
}
.hire-block::after {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 content: "";
 height: 80px;
 right: 50%;
 position: absolute;
 bottom: 50%;
 width: 80px;
 transition: .2s ease-in-out;
 opacity: 0
}
.hire-strategy .col-lg-4:hover .hire-block::after {
 right:-1px;
 bottom:-1px;
 opacity:1;
}
.hire-block h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.green-sea {
	background:#16a085;
}
.orange {
	background:#f39c12;
}
.emerald {
	background:#27ae60;
}
.belize {
	background:#27ae60;
}
.wisteria {
	background:#8e44ad;
}
.dark {
	background:#2c3e50;
}
.clients-sectional-block {
	display: block;
	padding-bottom: 30px;
}
.clients-sectional-block .col-lg-4 h4 {
	margin-top: 0;
}
.clients-list li::before {
 color: #c70013;
 content: "\f005";
 margin-right: 8px;
 font-family: 'FontAwesome';
}
.clients-list li {
	list-style: outside none none;
}
.whats-we-are {
	padding: 40px 0 30px;
}
.whats-we-are .col-lg-12 > h3 {
	color: #2b2b2b;
	font-size: 30px;
	font-weight: lighter;
	margin: 0;
}
.whats-we-are .col-lg-12 > h2::before {
 background: #d6d6d6 none repeat scroll 0 0;
 bottom: 0;
 content: "";
 height: 1px;
 left: 10%;
 position: absolute;
 width: 80%;
}
.whats-we-are .col-lg-12 > h2 {
	color: #ffa200;
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	margin: 0 0 25px;
	position: relative;
}
.whats-we-are .col-lg-12 > a {
	background: #1abc9c none repeat scroll 0 0;
	border-bottom: 5px solid #16a085;
	color: #fff;
	display: inline-block;
	line-height: 58px;
 transition: .2s ease-in-out;
	padding: 0 45px;
}
.whats-we-are .col-lg-12 > a:hover {
	background:#16a085;
	border-color:#0a836b;
}
.jobs {
	border-bottom: 1px solid #d6d6d6;
	padding: 30px 0;
}
.jobs .col-lg-12 > h2 {
	color: #2c3e50;
	font-size: 40px;
	font-weight: lighter;
}
.jobs .col-lg-12 > a {
	background: #f1c40f none repeat scroll 0 0;
	border-bottom: 5px solid #f39c12;
	color: #fff;
	display: inline-block;
	line-height: 58px;
	padding: 0 45px;
 transition: .2s ease-in-out;
}
.jobs .col-lg-12 > a:hover {
	background:#f39c12;
	border-color:#be7706;
}
.jobs .col-lg-12 > h2 span {
	color: #2ecc71;
	font-weight: 600;
}
.company-news {
	padding: 40px 0;
}
.company-news .col-lg-12 > h2 {
	border-bottom: 4px solid #e5e5e5;
	color: #000000;
	font-size: 30px;
	font-weight: lighter;
	line-height: 50px;
	margin-top: 0;
}
.company-news .col-lg-12 > h2 span {
	color:#f1c40f;
	font-weight:600;
}
.company-news .col-lg-4 a.news-sector-links h3 {
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}
.company-news .col-lg-4 a.news-sector-links span.date-on-news {
	font-size:12px;
	font-style:italic;
	color:#aba8a8;
}
.company-news .col-lg-4 a.news-sector-links p {
	color: #838181;
	font-size: 14px;
	font-weight: lighter;
	line-height: 22px;
}
.company-news .col-lg-12 a.view-more {
	color: #e74c3c;
	text-decoration: underline;
 transition: .2s ease-in-out;
	padding:0px 8px;
}
.company-news .col-lg-12 a.view-more:hover {
	color:#fff;
	display:inline-block;
	background:#1abc9c;
}
.contact-block {
	background: #354b60 none repeat scroll 0 0;
	padding: 25px 0;
}
.contact-block .col-lg-12 > h3 {
	border-bottom: 1px solid #5d6f80;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 60px;
}
.contact-block .col-lg-12 > h5 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform:uppercase;
}
.contact-block .col-lg-12 > p {
	color: #fff;
	display: block;
	font-size: 14px;
}
.contact-block .col-lg-6 label, .contact-block .col-lg-12 label {
	width: 100%;
}
.contact-block .col-lg-6 label input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #607891;
	color: #fff;
	font-size: 13px;
	font-weight: lighter;
	line-height: 41px;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 100%;
}
.contact-block .col-lg-12 label textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #607891;
	color: #fff;
	font-size: 13px;
	font-weight: lighter;
	height: 100px;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 100%;
	padding-top:10px;
}
.button {
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	margin: 0 15px;
	padding: 0 50px;
}
.button-submit {
	background:#2ecc71;
 transition: .2s ease-in-out;
}
.button-clear {
	background:#18293a;
 transition: .2s ease-in-out;
}
.footer {
	background: #354b60 none repeat scroll 0 0;
	border-top: 1px solid #5f7890;
	padding: 15px 0;
}
.footer .col-lg-12 p {
	color: #fff;
	margin: 0;
}
.footer .col-lg-12 p a {
	color: #fff;
	margin: 0;
	text-decoration:underline;
	transition: .2s ease-in-out;
}
.footer .col-lg-12 p a:hover {
	color:#f1c40f;
}
.whats-list {
	background: rgba(0, 0, 0, 0) url("../images/What-We-Are.jpg") no-repeat fixed center center / cover;
	display: block;
	padding: 40px 0;
}
.whats-list .col-lg-12 > ul {
	margin: 0;
	padding: 0;
}
.whats-list .col-lg-12 > ul li {
	display: inline-block;
	list-style: outside none none;
	overflow: hidden;
	width: 24%;
}
.whats-list .col-lg-12 > ul li .icon-block {
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 90px;
	line-height: 90px;
	margin-right: 10px;
	text-align: center;
	width: 90px;
}
.whats-list .col-lg-12 > ul li span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	text-align: left;
}
.whats-list .col-lg-12 > ul li .icon-block i {
	color: #fff;
	display: block;
	font-size: 50px;
	line-height: 85px;
}
.col-01 {
	background:#1abc9c;
}
.col-02 {
	background:#2ecc71;
}
.col-03 {
	background:#f1c40f;
}
.col-04 {
	background:#e74c3c;
}
.col-05 {
	background:#2980b9;
}
.col-06 {
	background:#8e44ad;
}
.col-07 {
	background:#7f8c8d;
}
.whats-list .col-lg-12 > h2 {
	border-bottom: 1px solid #4e667d;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 40px;
}
.top-panel .col-lg-7 a {
    background: #18293a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    padding: 0px 10px;
}
.top-panel .col-lg-7 a:hover {
	background:#f59d03;
	color:#fff;
}
.top-panel .col-lg-7 a:hover:before {
	color:#fff;
}
/*.top-panel .col-lg-7 a:before {
	content:"\f1c1";
	font-family: 'FontAwesome';
	font-size:24px;
	margin-right:8px;
	color:#f59d03;
}*/
.main-banner .slides::after {
   bottom: 0;
   content: "";
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 2;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
}

#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #1583c9;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
