/* LOGIKA Transport and Logistics HTML5 Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Featured Three Column
7. Featured Services
8. Intro section
9. Fluid Section One
10. Our Team
11. Testimonials
12. Sponsors
13. Main Footer
14. default Section
15. Fluid Section Two
16. Latest News 
18. Fluid Section Three
19. Fact Counter
20. Accordion Box
21. Services Gallery Filters
22. Blog Pages / Sidebar Page
23. Sidebar
24. Comments Form
25. Contact Section



**********************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,700italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

@font-face {
	font-family: 'old_standard_ttitalic';
	src: url(../fonts/oldstandard-italic-webfont.eot);
	src: url(../fonts/oldstandard-italic-webfont.eot?#iefix) format("embedded-opentype"),  url(../fonts/oldstandard-italic-webfont.ttf) format("truetype"),  url(../fonts/oldstandard-italic-webfont.svg#old_standard_ttitalic) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'verlaglight';
	src: url(../fonts/verlag-light-webfont.eot);
	src: url(../fonts/verlag-light-webfont.eot?#iefix) format("embedded-opentype"),  url(../fonts/verlag-light-webfont.woff2) format("woff2"),  url(../fonts/verlag-light-webfont.woff) format("woff"),  url(../fonts/verlag-light-webfont.ttf) format("truetype"),  url(../fonts/verlag-light-webfont.svg#verlaglight) format("svg");
	font-weight: 400;
	font-style: normal
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body 
	{
    font-family: Lato;
	font-size: 15px;
	color: #C94598;
	font-weight: 400;
    line-height: 1.7em;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    font-family: Open sans;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
.content-title
{   color: #5F266A !important;
    line-height: 1.1em !important;
    margin-bottom: 15px !important;
    font-family: lato;
    font-weight:400;
}
.content-top-left{margin-top: 10px;}
.content-top-left p{text-align:justify;}
.content-top-left a{
    text-decoration: none;
    cursor: pointer;
    color: #5F266A;
    font-size: 15px;
    font-weight: 400;
    font-family: Open sans;
}
.content-top-left a:hover, .content-top-left a:focus, .content-top-left a:visited {
	text-decoration: none;
	outline: none;
}
.content-top-left h2 {
    color:#5F266A;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Tahoma;
    font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'verlaglight';
	font-weight: bold;
	margin: 0px;
	background: none;
	line-height: 1.8em;
        font-size: 24px;
}
h4{font-size: 20px !important;}
input, button, select, textarea {
    font-family: lato;
    font-size: 16px;
}
.raleway-font {
	font-family: 'Raleway', sans-serif;
}
p {
	position: relative;
	line-height: 1.5em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.panel-heading {
    padding: 5px 15px;
}
.small-container {
	max-width: 1030px;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
    background: linear-gradient(#fff,#e3dede);
}
ul, li {
	list-style: none;
	padding: 0px;
}
.theme-btn {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.centered {
	text-align: center;
}
.anim-3, .anim-3-all * {
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.anim-5, .anim-5-all * {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.anim-7, .anim-7-all * {
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}


.btn-style-three {
	position: relative;
	padding: 8px 30px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	background: #2086d5;
	color: #ffffff !important;
	font-size: 11px;
	font-style: normal;
	border: 2px solid #2086d5 !important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.btn-style-three .icon {
	position: relative;
	padding-left: 5px;
}
.btn-style-three:hover {
	background: #ffffff;
	color: #2086d5 !important;
	border-color: #2086d5 !important;
}
.btn-style-four {
	position: relative;
	padding: 8px 30px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	background: none;
	color: #2086d5 !important;
	font-size: 11px;
	border: 2px solid #2086d5 !important;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.btn-style-four .icon {
	position: relative;
	padding-left: 5px;
}
.btn-style-four:hover {
	background: #2086d5;
	color: #ffffff !important;
	border-color: #2086d5 !important;
}
.skew-btn {
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 13px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.skew-btn .btn-text {
	position: relative;
	z-index: 1;
}
.text-white {
	color: #ffffff !important;
}
.padd-top-20 {
	padding-top: 20px !important;
}
.padd-top-30 {
	padding-top: 30px !important;
}
.padd-top-40 {
	padding-top: 40px !important;
}
.padd-bott-20 {
	padding-bottom: 20px !important;
}
.padd-bott-30 {
	padding-bottom: 30px !important;
}
.padd-bott-40 {
	padding-bottom: 40px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-bott-20 {
	margin-bottom: 20px !important;
}
.margin-bott-30 {
	margin-bottom: 30px !important;
}
.margin-bott-40 {
	margin-bottom: 40px !important;
}
.no-padd-bottom {
	padding-bottom: 0px !important;
}
.no-padd-top {
	padding-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-margin-top {
	margin-bottom: 0px !important;
}
.no-bg {
	background: none !important;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
}
.main {
	background: #f8f8f8;
	padding: 0px;
        display: table;
            width: 100%;
            max-width:100%;
}
.box1 {
	padding: 10px 20px;
	margin: 8px 0;
}
.box1 h3 {
	font-size: 18px;
	color: #545252;
	font-weight: 600;
}
.box1 p {
	font-size: 14px;
}
.carousel-control.right {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	color: #F0F0F0;
	background-repeat: repeat-x;
}
.carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	color: #F0F0F0;
	background-repeat: repeat-x;
}
.no-padding {
	padding: 0px;
}
/*** 
====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #E2E2E2;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
}
.scroll-to-top:hover {
	background-color: #fff;
	border-color: #fff;
	color: #ffffff;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.caret {float: right; margin-top: -15px;}
.top-link{color: #fff;font-size: 12px;}
.top-link a{    
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    padding-right: 11px;}

.top-link a:hover{color: #68DBD6;}
.mobile-menu{display:none;}
.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.fixed-header {
}
/*----------------------------------*/


/*--------------------------------------*/
.main-header .header-upper {
    position: relative;
    padding: 5px 0px;
    background: #fff;
    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: linear-gradient(#fff,#e3dede);
    float: left;
    width: 100%;
}
.fixed-header .header-upper {
	padding: 0px;
}
.main-header .header-upper .search-box {
	position: relative;
	padding: 40px 0px 0px;
	width: 292px;
	color: #2d3077;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.fixed-header .header-upper .search-box {
	padding-top: 23px;
}
.main-header .header-upper .search-box .form-group {
	position: relative;
}
.main-header .header-upper .search-box input[type="search"], .main-header .header-upper .search-box input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 5px 40px 5px 15px;
	background: #ffffff;
	font-size: 12px;
	border: 1px solid #d0d0d0;
	color: #353535;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
.main-header .header-upper .search-box .btn-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	text-align: center;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	background: #2d3077;
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
}
.main-header .header-upper .top-bar {
	position: absolute;
	right: 0px;
	top: 0px;
	visibility: visible;
	opacity: 1;
	width: 100%;
	overflow: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.fixed-header .header-upper .top-bar {
	top: -200px;
	opacity: 0;
	visibility: hidden;
}
.main-header .header-upper .top-right {
	margin-left: 0px;
	padding: 10px 0px 0px 60px;
	float: right;
}
.main-header .header-upper .top-right:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0px;
	height: 100%;
	background: #2d3077;
}
/*.main-header .header-upper .top-right li {
	position: relative;
	float: left;
	margin-left: 15px;
	color: #b2b2b2;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	font-family: Roboto;
}*/
/*.main-header .header-upper .top-right li .icon {
	position: relative;
	padding-right: 5px;
	font-size: 20px;
	color: #888888;
}*/
/*.main-header .header-upper .top-right li a {
	position: relative;
	color: #b2b2b2;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	font-family: Roboto;
}*/
.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    border-top: 2px solid #dfdfdf;
    border-bottom: 5px solid #dfdfdf;
}

.main-header .get-quote-btn {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 12px 30px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	background: #2086d5;
}
.main-header .get-quote-btn .icon {
	font-size: 14px;
}
.main-header .get-quote-btn:hover {
	background: #2d3077;
}
.main-menu {
	position: relative;
	float: left;
    padding-top: 40px;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	padding: 0px 0px;
	
}
.main-menu .navigation > li:first-child {
	border-left: none;
}
.main-menu .navigation > li:last-child {
	border-right: none;
}
.main-menu .navigation > li.current > a {color: #5F266A !important;}
.main-menu .navigation > li > a 
   {
    position: relative;
    display: block;
    padding: 0px 16px;
    font-size: 15px;
    color: #c94698;
    line-height: 28px;
    text-transform: uppercase;
    opacity: 1;
    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-weight: 400;
    font-family: lATO;
    margin: 0px 0px;
}

.main-menu .navigation > li.dropdown > a:before {
	font-family: 'FontAwesome';
	position: absolute;
	right: 26px;
	top: 7px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown.share > a:before {
	display: none;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a 
{
    color: #5F266A;
    transition:1s all;
    
}
.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}
.main-menu .navigation > li.dropdown:hover > a:after {
	color: #2d3077;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 180px;
	padding: 0px;
	border: 1px solid #68DBD6;
	border-top-width: 3px;
	z-index: 100;
	background: linear-gradient(#fff,#e3dede);
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	float: none;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
	border: none;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 7px 15px 7px 15px;
	line-height: 20px;
	font-size: 14px;
    font-weight: 400;
    font-family: lATO;
	color: #c94698;
    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;
}
.main-menu .navigation > li > ul > li > a:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 8px;
	line-height: 34px;
	position: absolute;
	top: 0;
	left: 0px;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #2d3077;
	
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	right: 10px;
	top: 7px;
	width: 10px;
	height: 20px;
	display: block;
	color: #3a3a3a;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
	color: #2d3077;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	top: 30px;
	left: 100%;
	width: 200px;
	padding: 0px;
	border: 1px solid #2d3077;
	border-top-width: 2px;
	z-index: 100;
	background: #eaeff3;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > ul {
	top: 0px;
	opacity: 1;
	visibility: visible;
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	float: none;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 7px 15px 7px 30px;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #3a3a3a;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 8px;
	line-height: 34px;
	position: absolute;
	top: 0;
	left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
	color: #2d3077;
	background-color: #d4dde5;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	color: #ffffff;
}
.main-slider h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
}
/*** 

====================================================================
	Featured Three Column style
====================================================================

***/

.default-section {
	position: relative;
	padding: 80px 0px;
}
.featured-three-col {
	position: relative;
	background: #ffffff;
	padding: 70px 0px 30px;
}
.featured-three-col .column {
	position: relative;
	margin-bottom: 40px;
}
.featured-three-col .column .inner-box {
	position: relative;
	display: block;
	border-bottom: 3px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0px 0px 4px -3px #2d3077;
	-webkit-box-shadow: 0px 0px 4px -3px #2d3077;
	-ms-box-shadow: 0px 0px 4px -3px #2d3077;
	-o-box-shadow: 0px 0px 4px -3px #2d3077;
	-moz-box-shadow: 0px 0px 4px -3px #2d3077;
}
.featured-three-col .column .inner-box:hover, .featured-three-col .column .inner-box.active {
	border-bottom-color: #ffd21d;
}
.featured-three-col .column .inner-box:after {
	font-family: 'FontAwesome';
	content: "\f0d8";
	text-align: center;
	position: absolute;
	right: 0;
	bottom: -9px;
	width: 100%;
	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;
}
.featured-three-col .column .inner-box:hover:after, .featured-three-col .column .inner-box.active:after {
	color: #ffd21d;
}
.featured-three-col .column .image-box {
	position: relative;
	overflow: hidden;
}
.featured-three-col .column .image-box img {
	position: relative;
	display: block;
	width: 100%;
	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: #2d3077;
}
.featured-three-col .column .inner-box:hover .image-box img {
	transform: scale(1.1, 1.1) rotate(-3deg);
	-webkit-transform: scale(1.1, 1.1) rotate(-3deg);
	-ms-transform: scale(1.1, 1.1) rotate(-3deg);
	-o-transform: scale(1.1, 1.1) rotate(-3deg);
	-moz-transform: scale(1.1, 1.1) rotate(-3deg);
	opacity: 0.90;
}
.featured-three-col .column .content {
	position: relative;
	padding: 15px;
}
.featured-three-col .column h3 {
	position: relative;
	font-size: 16px;
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.featured-three-col .column h3 a {
	position: relative;
	color: #1b1b1b;
}
.featured-three-col .column h3 a:hover, .featured-three-col .column .read-more:hover {
	color: #2d3077;
}
.featured-three-col .column .text {
	text-align: justify;
}
.featured-three-col .column .read-more {
	position: relative;
	display: inline-block;
	margin: 10px 0px;
	text-transform: capitalize;
	color: #2086d5;
}
.featured-three-col .column .read-more .icon {
	position: relative;
	padding-right: 5px;
	font-size: 14px;
}
/*** 

====================================================================
	Intro Section style
====================================================================

***/

.intro-section {
	position: relative;
	padding: 0px 0px;
	background: #f2f5f7 url(../images/background/bg-pattern.jpg) repeat;
	text-align: center;
	overflow: hidden;
}
.intro-section .inner {
	position: relative;
	padding: 40px 90px 40px 60px;
}
.intro-section .inner .content-box {
	position: relative;
	padding: 20px 60px 20px 40px;
	color: #b4ddfd;
}
.intro-section .inner .content-box h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 7px;
}
.intro-section .inner .content-box:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
}
.intro-section .inner .skew-line {
	position: absolute;
	top: 0px;
	width: 70px;
	height: 100%;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
}
.intro-section .inner .skew-line:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -40px;
	display: block;
	width: 1px;
	height: 100%;
	background: #2086d5;
}
.intro-section .inner .skew-line:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -40px;
	display: block;
	width: 1px;
	height: 100%;
	background: #2086d5;
}
.intro-section .inner .skew-line.line-left {
	left: 0px;
	top: 0px;
}
.intro-section .inner .skew-line.line-right {
	right: -15px;
	top: 0px;
}
/*** 

====================================================================
	Featured Services Section
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-top: 10px;
}
.sec-title h2, h2.styled-title {
    position: relative;
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
    text-align: justify;
    font-family: Tahoma;
    line-height: 1.1em;
    font-weight: normal;
}
.sec-title .heading-text {
	position: relative;
	font-size: 14px;
	margin: 5px 0px 0px;
}
.featured-services {
	position: relative;
	padding: 80px 0px 30px;
	background: #ffffff;
}
.featured-services .column {
	position: relative;
	margin-bottom: 70px;
}
.featured-services .column .inner-box {
	position: relative;
	display: block;
	margin-right: 30px;
	padding: 35px 25px 40px;
	border: 1px solid #f1f1f1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.featured-services .column .icon {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	font-size: 48px;
	margin-bottom: 25px;
	color: #a1adb7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.featured-services .column .inner-box:hover .icon {
	color: #2d3077;
}
.featured-services .column h3 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #3a4145;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.featured-services .column .text {
	position: relative;
	margin-bottom: 10px;
}
.featured-services .column .inner-box:hover {
	border-color: #2d3077;
}
.featured-services .column .theme-btn {
	position: absolute;
	right: -20px;
	bottom: -18px;
}
/*** 

====================================================================
	Fluid Section One Style
====================================================================

***/

.fluid-section-one {
	position: relative;
	background: #eaeff3;
	overflow: hidden;
}
.large-container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0px 15px;
}
.fluid-section-one .large-container {
	position: relative;
}
.fluid-section-one .large-container .left-column {
	position: relative;
	float: left;
	width: 60%;
	padding: 80px 0px 60px;
}
.fluid-section-one .large-container .bg-skew {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 57%;
	height: 100%;
	background: #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.fluid-section-one .large-container .bg-skew:before {
	content: '';
	position: absolute;
	display: block;
	right: 50%;
	width: 1500px;
	height: 100%;
	background: #2086d5;
}
.logistic-progress {
	position: relative;
	color: #c6e5fd;
	padding-right: 120px;
}
.log-progress-section .logistic-progress {
	position: relative;
	color: #c6e5fd;
	padding-right: 0px;
}
.logistic-progress h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
.logistic-progress .desc-text {
	position: relative;
	margin-bottom: 50px;
}
.logistic-progress .column {
	position: relative;
	margin-bottom: 20px;
}
.logistic-progress .column .inner-box {
	position: relative;
}
.logistic-progress .inner-box .upper {
	position: relative;
	padding-right: 40px;
	margin-bottom: 20px;
	max-width: 200px;
}
.logistic-progress .inner-box .upper .arrow {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 20px;
	width: 40px;
	display: block;
	margin-top: -10px;
	background: url(../images/icons/arrow-right.png) right center no-repeat;
	opacity: 0.70;
}
.logistic-progress .inner-box h3 {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
}
.logistic-progress .inner-box .icon-box {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	border: 1px solid #c6e5fd;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.logistic-progress .inner-box:hover .icon-box {
	border-color: #ffd21d;
}
.logistic-progress .inner-box .icon-box .icon {
	position: relative;
	display: block;
	line-height: 78px;
	font-size: 24px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.logistic-progress .inner-box:hover .icon-box .icon {
	color: #ffd21d;
}
.logistic-progress .inner-box .step-count {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	color: #ffffff;
	background: #ffd21d;
}
.fluid-section-one .large-container .right-column {
	position: relative;
	float: left;
	width: 40%;
	padding: 80px 0px 40px 60px;
}
.get-quote-form {
	color: #C94598;
	font-family: lato;
	font-size: 15px;
}
.get-quote-form .envelope-icon {
	font-size: 32px;
	color: #aaaaaa;
	margin-bottom: 20px;
}
.get-quote-form h2 
   {
    font-size: 24px;
    color: #5f266a;
    /*font-family: 'old_standard_ttitalic';*/
    font-family: Tahoma;
    font-weight:bold;
    padding: 10px 0px;
    text-align: justify;

}
.get-quote-form h4 
   {
    font-size: 24px !important;
    color: #5F266A;
    font-family: Tahoma;
    padding: 10px 0px;
    text-align: justify;
    font-weight: bold;
    line-height: 1em;
    border-bottom:2px dotted #68DBD6;
}

.get-quote-form .desc-text {
	position: relative;
	margin-bottom: 20px;
}
.get-quote-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.get-quote-form .form-group input[type="text"], .get-quote-form .form-group input[type="email"], .get-quote-form .form-group input[type="password"], .get-quote-form .form-group input[type="number"], .get-quote-form .form-group input[type="tel"], .get-quote-form .form-group select, .get-quote-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #2b2b2b;
	line-height: 24px;
	padding: 7px 15px;
	min-height: 40px;
}
.get-quote-form .form-group select {
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
	
	height: 40px;
}
.get-quote-form .form-group select option {
	text-indent: 15px;
	padding-top: 3px;
}
.get-quote-form .form-group textarea {
	height: 93px;
	resize: none;
}
.get-quote-form .form-group input[type="text"]:focus, .get-quote-form .form-group input[type="email"]:focus, .get-quote-form .form-group input[type="password"]:focus, .get-quote-form .form-group input[type="number"]:focus, .get-quote-form .form-group input[type="tel"]:focus, .get-quote-form .form-group select:focus, .get-quote-form .form-group textarea:focus {
	border-color: #2086d5;
}
.social-icon li {
    
    float: left;
    clear: none;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding-right: 3px;
    padding-left: 3px;
    border-style: none;
    border: 0px;
}
/*** 

====================================================================
	Our Team style
====================================================================

***/

.team-section {
	position: relative;
	padding: 30px 0px;
	background: #f4f4f4;
}
.team-section.bg-two {
	background: #ecf4fc;
}
.team-section .member-column {
	position: relative;
}
.team-section .member-column .inner-box {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}
.team-section .member-column .image {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
.team-section .member-column .image img {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.team-section .member-column:hover .image img {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
}
.team-section .member-column .social-links {
	position: relative;
	display: inline-block;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
}
.team-section .member-column .social-links li {
	position: relative;
	float: left;
	border-left: 1px solid #e3e3e3;
}
.team-section .member-column .social-links li:first-child {
	border: none;
}
.team-section .member-column .social-links li a {
	position: relative;
	display: block;
	width: 34px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #cccccc;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.team-section .member-column .social-links li a:hover {
	color: #2086d5;
}
.team-section .member-column .member-title {
	position: relative;
	padding: 20px 0px 0px;
}
.team-section .member-column .member-title p {
	font-style: italic;
	color: #2086d5;
	font-size: 14px;
}
.team-section .member-column .member-title h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
.team-section .member-column .member-desc {
	position: relative;
	margin-bottom: 20px;
}
.team-section .owl-controls {
	position: absolute;
	right: 0px;
	top: -70px;
	margin: 0px !important;
}
.team-section .owl-nav .owl-prev {
	position: absolute;
	right: 35px;
	top: 0;
	width: 24px;
	padding-right: 3px;
	height: 40px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #cccccc;
	background: #ffffff !important;
	font-size: 0px !important;
}
.team-section .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0;
	width: 24px;
	padding-left: 3px;
	height: 40px;
	text-align: center;
	color: #cccccc;
	border: 1px solid #e3e3e3;
	background: #ffffff !important;
	font-size: 0px !important;
}
.team-section .owl-nav .owl-prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.team-section .owl-nav .owl-next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.team-section .owl-nav .owl-prev:hover, .team-section .owl-nav .owl-next:hover {
	background: #7f22a6 !important;
}
.team-section .owl-nav .owl-prev:hover:after, .team-section .owl-nav .owl-next:hover:after {
	opacity: 1;
	color: #ffffff;
}
.team-section .owl-dots {
	display: none !important;
}
/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 80px 0px 75px;
	background: #ffffff;
	overflow: hidden;
}
.sponsors-section .sponsors-outer {
	position: relative;
	margin: 0px 0px;
}
.sponsors-section .sponsors-slider {
	position: relative;
	padding: 0px 0px;
	border: 1px solid #e3e3e3;
}
.sponsors-section .sponsors-slider li {
	border-left: 1px solid #e3e3e3;
	margin-right: -1px;
	opacity: 0.50;
}
.sponsors-section .sponsors-slider li:hover {
	opacity: 1;
}
.sponsors-section .owl-controls {
	margin: 0px !important;
}
.sponsors-section .owl-nav .owl-prev {
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -20px !important;
	width: 28px;
	height: 40px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #cccccc;
	background: #ffffff !important;
	font-size: 0px !important;
}
.sponsors-section .owl-nav .owl-next {
	position: absolute;
	right: -70px;
	top: 50%;
	margin-top: -20px !important;
	width: 28px;
	height: 40px;
	text-align: center;
	color: #cccccc;
	border: 1px solid #e3e3e3;
	background: #ffffff !important;
	font-size: 0px !important;
}
.sponsors-section .owl-nav .owl-prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 20px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.sponsors-section .owl-nav .owl-next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 20px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.sponsors-section .owl-nav .owl-prev:hover:after, .sponsors-section .owl-nav .owl-next:hover:after {
	opacity: 1;
	color: #ffffff;
}
.sponsors-section .owl-nav .owl-prev:hover, .sponsors-section .owl-nav .owl-next:hover {
	background: #ffd21d !important;
}
.sponsors-section .owl-dots {
	display: none !important;
}
/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section {
	position: relative;
	padding: 00px 0px 00px;
	background: RGBA(0, 0, 0, 0.66);
}
.testimonialdetail p {
	color: #888888;
	font-size: 16px;
	margin: 10px 10px;
	padding: 10px 12px;
	font-family: SourceSansPro;
	font-style: italic;
	text-align: center;
}
.testimonials-section .testimonials-slider {
	position: relative;
}
.testimonials-section .testimonials-slider .slide-item {
	position: relative;
	margin: 0px 0px 0px 0px;
 color:#
}
.testimonials-section .testimonials-slider .slide-item:hover {
	border-color: #2d3077;
}
.testimonials-section .testimonials-slider .image-box {
	position: relative;
	width: 80px;
	height: 80px;
	margin: -40px auto 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonials-section .testimonials-slider .image-box img {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonials-section .slide-item h3 {
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}
.testimonials-section .rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.testimonials-section .rating .fa-star {
	position: relative;
	display: inline-block;
	margin: 0px 3px;
	color: #ffcc02;
}
.testimonials-section .slide-text {
	position: relative;
	font-size: 14px;
	color: #2D3077;
	line-height: 2em;
	text-align: left;
}
.testimonials-section .column-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 48%;
	margin-top: -22px !important;
	display: none !important;
}
.testimonials-section .column-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -70px;
	top: 0;
	width: 24px;
	padding-right: 3px;
	height: 40px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #cccccc;
	background: #ffffff !important;
	font-size: 0px !important;
}
.testimonials-section .column-carousel .owl-nav .owl-next {
	position: absolute;
	right: -70px;
	top: 0;
	width: 24px;
	padding-left: 3px;
	height: 40px;
	text-align: center;
	color: #cccccc;
	border: 1px solid #e3e3e3;
	background: #ffffff !important;
	font-size: 0px !important;
}
.testimonials-section .column-carousel .owl-nav .owl-prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.testimonials-section .column-carousel .owl-nav .owl-next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 10px;
	opacity: 1;
	color: #cccccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.testimonials-section .column-carousel .owl-nav .owl-prev:hover, .testimonials-section .column-carousel .owl-nav .owl-next:hover {
	background: #ffd21d !important;
}
.testimonials-section .column-carousel .owl-nav .owl-prev:hover:after, .testimonials-section .column-carousel .owl-nav .owl-next:hover:after {
	opacity: 1;
	color: #ffffff;
}
.testimonials-section .column-carousel.three-column .owl-dots {
	display: block !important;
	position: relative;
	text-align: center;
	padding: 00px 0px;
	top: 0px;
}
.testimonials-section .column-carousel.three-column .owl-dot span {
	background: #cccccc;
}
.testimonials-section .column-carousel.three-column .owl-dot span:hover, .testimonials-section .column-carousel.three-column .owl-dot.active span {
	background: #2d3077;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
        float: left;
        width:100%;
}
.main-footer p {
	line-height: 1.4em;
	margin-bottom: 0px;
}
.footer-upper  {
    position: relative;
    padding: 20px 0px ;
    color: #acacae;
    background: #5f266a;
    line-height: 1.4em;
    font-weight: 700;
    font-size: 16px;
    font-family: 'verlaglight';
        float: left;
        width:100%;
}
.main-footer .footer-upper .column {
	position: relative;
}
.footer-upper .column h2 {
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
	padding: 0px 0px 0px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #59ae47;
	font-family: Roboto;
}
.footer-upper a {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	color: #c2bebe;
	font-size: 14px;
font-weight: 600;
font-family: lato;
}
.footer-upper a:hover {
	color: #68DBD6;
}
.footer-upper .links-widget ul li {
	position: relative;
margin: 0px;
padding: 0px 10px;
display: inline-block;
list-style: none;
}
.footer-upper .links-widget ul li a {
	position: relative;
color: #3f66b0;
font-family: lato;
font-size: 14px;
}
.footer-upper .social-links a {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background: #435464;
	margin-right: 5px;
	color: #999999;
	border: 1px solid #435464;
}
.footer-upper .social-links a:hover {
	color: #ffffff;
	background: none;
	border-color: #ffd21d;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.footer-bottom {
    position: relative;
    background: #5f266a;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
	font-family:lato;
}
   
/*** 

====================================================================
	Default-two-column Section style
====================================================================

***/

.default-two-col {
	position: relative;
	background-color: #ffffff;
	z-index: 99;
	padding: 10px 10px;
}
.default-two-col.with-tabs {
	padding: 70px 0px;
	background: #fbfcfd;
}
.default-two-col .content-column {
	position: relative;
	padding: 0px 15px 10px;
	margin-top: -20px;
}
.default-two-col .content-column.style-two {
	position: relative;
	padding-bottom: 60px;
}
.default-two-col.with-tabs .content-column {
	padding: 0px 15px;
}
.default-two-col .content-column h2 {
	font-size: 24px;
	font-weight: 300;
	color: #000;
	font-family: Roboto;
	padding: 10px 0px;
}
.inner-box1 h2 {
	font-size: 14px !important;
	text-transform: capitalize !important;
	margin-bottom: 20px;
	font-weight: 700 !important;
	color: #2D3077 !important;
}
.default-two-col .content-column .text {
	text-align: justify;
}
.default-two-col .content-column .read-more {
	position: relative;
	display: inline-block;
	margin: 10px 0px;
	text-transform: capitalize;
	color: #2086d5;
}
.default-two-col .content-column .read-more .icon {
	position: relative;
	padding-right: 5px;
	font-size: 14px;
}
.default-two-col .form-column .inner-box {
	position: relative;
	padding: 30px 30px 87px;
	background: #f8f8f8;
	margin-top: 00px;
	z-index: 5;
}
.testimonialbg {
	margin: 0px;
	padding: 0px 30px;
	float: left;
	background: #ffffff;
}
.view_testmonial {
	margin: 70px 0px 12px 0;
	padding: 0px;
	float: left;
}
/*** 

====================================================================
	Default-two-column Section style
====================================================================

***/

.featured-image-sec {
	position: relative;
	padding: 80px 0px 20px;
	background: #ffffff;
}
.featured-image-sec .image-column {
	position: relative;
	margin-bottom: 60px;
}
.featured-image-sec .image-column img {
	position: relative;
	display: block;
	width: 100%;
}
.featured-image-sec .block-column {
	position: relative;
	margin-bottom: 0px;
}
.featured-image-sec .block-column .block {
	position: relative;
	margin-bottom: 60px;
}
.featured-image-sec .block-column h3 {
	position: relative;
	font-size: 16px;
	text-transform: capitalize;
	color: #2b2b2b;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-bottom: 10px;
}
.featured-image-sec .block-column h3:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 100%;
	height: 2px;
	width: 50px;
	background: #ffd21d;
}
.featured-image-sec .block-column .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 38px;
	color: #2086d5;
	line-height: 40px;
	display: block;
}
.featured-image-sec .block-column .text {
	position: relative;
	padding-left: 60px;
}
/*** 

====================================================================
	Fluid Section Two Style
====================================================================

***/

.fluid-section-two {
	position: relative;
	background: #eaeff3;
	overflow: hidden;
}
.fluid-section-two .large-container {
	position: relative;
}
.fluid-section-two .large-container .left-column {
	position: relative;
	float: left;
	width: 48%;
	padding: 70px 0px 60px;
}
.why-us-column {
	position: relative;
	color: #666666;
	padding-right: 120px;
}
.why-us-column.style-two {
	padding-right: 15px;
}
.why-us-column h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #2b2b2b;
}
.why-us-column .desc-text {
	position: relative;
	margin-bottom: 40px;
}
.why-us-column .column {
	position: relative;
	margin-bottom: 20px;
}
.styled-list-one {
	position: relative;
}
.styled-list-one li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 24px;
}
.styled-list-one li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #2d3077;
}
.fluid-section-two .large-container .bg-skew {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 53%;
	height: 100%;
	background: #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.fluid-section-two .large-container .bg-skew:before {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	width: 1500px;
	height: 100%;
	background: #2086d5;
}
.fluid-section-two .right-column {
	position: relative;
	float: right;
	width: 52%;
	color: #ffffff;
	padding: 70px 50px 20px 80px;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.fluid-section-two .right-column h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #ffffff;
	transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
	-ms-transform: skewX(22deg);
	-o-transform: skewX(22deg);
	-moz-transform: skewX(22deg);
}
.fluid-section-two .specs-outer {
	position: relative;
	padding-left: 30px;
}
.fluid-section-two .specs-outer .line-left {
	position: absolute;
	display: block;
	left: 0px;
	width: 1px;
	background: #ffffff;
	height: 86%;
	top: 24px;
}
.fluid-section-two .specs-outer .spec-block {
	position: relative;
	margin-bottom: 50px;
	padding-left: 60px;
	transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
	-ms-transform: skewX(22deg);
	-o-transform: skewX(22deg);
	-moz-transform: skewX(22deg);
}
.fluid-section-two .specs-outer .spec-block .icon-box {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	font-size: 32px;
	line-height: 40px;
}
.fluid-section-two .specs-outer .spec-block:before {
	content: '';
	position: absolute;
	display: block;
	left: -30px;
	top: 50%;
	width: 20px;
	height: 0px;
	border-bottom: 1px solid #ffffff;
}
/*** 

====================================================================
	Latest News style
====================================================================

***/

.latest-news {
	position: relative;
	padding: 80px 0px;
	width: 100%;
	background: #fcfcfc;
}
.latest-news .slide-item {
	position: relative;
}
.latest-news .slide-item .image {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.latest-news .slide-item .image:before {
	content: '';
	position: absolute;
	right: -50px;
	top: 0px;
	width: 48%;
	height: 100%;
	background: #fcfcfc;
	z-index: 1;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
}
.latest-news .slide-item .image img {
	position: relative;
	display: block;
	width: 100% !important;
}
.latest-news .slide-item .content-box {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 25px 0px 0px 35px;
	overflow: hidden;
}
.latest-news .slide-item .content-box-inner {
	position: relative;
	max-width: 340px;
	padding: 40px 0px 25px 0px;
	border: 1px solid #cccccc;
	border-left: none;
	border-top: none;
	z-index: 7;
}
.latest-news .slide-item .content-box-inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-left: 4px solid #ffd21d;
	border-top: 1px solid #cccccc;
	z-index: 1;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
}
.latest-news .slide-item .content-box-inner:after {
	content: '';
	position: absolute;
	right: -1px;
	top: 0px;
	width: 0px;
	border-right: 1px solid #e0e0e0;
	height: 100%;
	z-index: 11;
}
.latest-news .slide-item .content-box-inner .text-content {
	position: relative;
	left: 5px;
	margin-left: 30px;
	z-index: 4;
	padding: 0px 20px 0px 20px;
	background: #ffffff;
	border-right: 5px solid #fcfcfc;
}
.latest-news .slide-item .content-box-inner .text-content:before {
	content: '';
	position: absolute;
	left: 2px;
	top: -25px;
	width: 100%;
	height: 25px;
	background: #ffffff;
	border-right: 7px solid #fcfcfc;
}
.latest-news .slide-item .content-box-inner .text-content:after {
	content: '';
	position: absolute;
	left: 2px;
	bottom: -25px;
	width: 100%;
	height: 25px;
	background: #ffffff;
	border-right: 7px solid #fcfcfc;
}
.latest-news .slide-item .content-box .text-content h3 {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 7px;
}
.latest-news .slide-item .content-box .text-content .info {
	position: relative;
	font-size: 14px;
	color: #878787;
	margin-bottom: 15px;
}
.latest-news .slide-item .content-box .text-content h3 a {
	color: #1b1b1b;
}
.latest-news .slide-item .content-box .text-content .info a {
	color: #ffd21d;
}
.latest-news .slide-item .content-box .text-content h3 a:hover {
	color: #ffd21d;
}
.latest-news .slide-item .content-box .text-content .text {
	position: relative;
	font-size: 14px;
	color: #595959;
	margin-bottom: 20px;
}
.latest-news .slide-item .content-box .read-more {
	position: relative;
	display: inline-block;
	margin: 10px 0px;
	text-transform: capitalize;
	color: #2086d5;
}
.latest-news .slide-item .content-box .read-more .icon {
	position: relative;
	padding-right: 5px;
	font-size: 14px;
}
.latest-news .owl-nav {
	position: absolute;
	right: 0px;
	top: -110px;
	width: 100px;
	height: 54px;
}
.latest-news .owl-dots {
	display: none !important;
}
.latest-news .owl-nav .owl-prev, .latest-news .owl-nav .owl-next {
	position: absolute;
	border: 1px solid #eeeeee;
	top: 0px !important;
	width: 30px !important;
	height: 64px !important;
	line-height: 54px !important;
	padding: 5px 5px !important;
	font-size: 0px !important;
	overflow: hidden !important;
	color: #f1c410 !important;
	text-align: center !important;
	background: none !important;
	border-radius: 0% !important;
	-webkit-border-radius: 0% !important;
	-ms-border-radius: 0% !important;
	-o-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.latest-news .owl-nav .owl-prev {
	right: 36px;
}
.latest-news .owl-nav .owl-next {
	right: 0px;
}
.latest-news .owl-nav .owl-prev:after, .latest-news .owl-nav .owl-next:after {
	font-size: 20px !important;
	color: #999999;
	font-family: 'FontAwesome';
}
.latest-news .owl-nav .owl-prev:after {
	content: "\f104";
}
.latest-news .owl-nav .owl-next:after {
	content: "\f105";
}
.latest-news .owl-nav .owl-prev:hover, .latest-news .owl-nav .owl-next:hover {
	background: #ffc13b !important;
	color: #ffffff;
	border-color: #ffc13b;
}
.latest-news .owl-nav .owl-prev:hover:after, .latest-news .owl-nav .owl-next:hover:after {
	color: #ffffff;
}
/*** 

====================================================================
	Fluid Section Three Style
====================================================================

***/

.fluid-section-three {
	position: relative;
	background: #eaeff3;
	overflow: hidden;
}
.fluid-section-three .image-box {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.fluid-section-three .large-container {
	position: relative;
}
.fluid-section-three .large-container .bg-skew {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 73%;
	height: 100%;
	background: #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.fluid-section-three .large-container .bg-skew:before {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	width: 1500px;
	height: 100%;
	background: #2086d5;
}
.fluid-section-three .right-column {
	position: relative;
	float: right;
	width: 70%;
	color: #ffffff;
	padding: 70px 50px 0px 100px;
}
.fluid-section-three .block-column .block {
	position: relative;
	margin-bottom: 80px;
}
.fluid-section-three .block-column h3 {
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-bottom: 10px;
}
.fluid-section-three .block-column h3:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 100%;
	height: 2px;
	width: 50px;
	background: #ffd21d;
}
.fluid-section-three .block-column .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 38px;
	color: #ffffff;
	line-height: 40px;
	display: block;
	opacity: 0.70;
	font-weight: normal;
}
.fluid-section-three .block-column .text {
	position: relative;
	padding-left: 60px;
}
.styled-list-two {
	position: relative;
}
.styled-list-two li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 24px;
}
.styled-list-two li a {
	color: #2086d5;
	text-decoration: underline;
}
.styled-list-two li:before {
	content: '\e0c2';
	font-family: 'Flaticon';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #ffd21d;
}
/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title {
	position: relative;
	padding: 15px 0px 15px;
	color: #ffffff;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #121c27;
	opacity: 0.50;
	z-index: 0;
}
.page-title .auto-container {
	position: relative;
}
.page-title h1 {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
}
.page-title h1:after {
	content: '';
	position: relative;
	display: block;
	width: 80px;
	height: 2px;
	margin: 10px auto 20px;
	background: #ffd21d;
}
.page-title .bread-crumb a {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	line-height: 24px;
	color: #8009bd;
	font-size: 13px;
}
.page-title .bread-crumb a:hover, .page-title .bread-crumb a.current {
	color: #8009bd;
}
/*** 

====================================================================
	Default Services Section
====================================================================

***/

.default-services {
	position: relative;
	padding: 70px 0px 10px;
	background: #ffffff;
}
.default-services .column {
	position: relative;
	margin-bottom: 50px;
}
.default-services .column h3 {
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
	color: #2b2b2b;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-left: 60px;
	padding-bottom: 10px;
}
.default-services .column h3:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 100%;
	height: 2px;
	width: 50px;
	background: #ffd21d;
}
.default-services .column .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: normal;
	font-size: 38px;
	color: #2086d5;
	line-height: 40px;
	display: block;
}
.default-services .column .text {
	position: relative;
	padding-left: 60px;
}
/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box {
	position: relative;
	padding-top: 20px;
}
.accordion-box .block {
	position: relative;
	margin-bottom: 25px;
}
.accordion-box .block .acc-btn {
	position: relative;
	font-size: 14px;
	margin-bottom: 0px;
	cursor: pointer;
	background: #ffffff;
	line-height: 24px;
	padding: 10px 0px 10px 25px;
	padding-right: 90px;
	overflow: hidden;
	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 .acc-btn.active {
	color: #ffffff;
	background: #314150;
}
.accordion-box .block .icon-outer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	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;
}
.accordion-box .block .icon-outer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 115%;
	height: 100%;
	background: #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	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-up {
	opacity: 0;
}
.accordion-box .block .icon-outer .icon-down {
	opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-down {
	opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-up {
	opacity: 1;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	position: relative;
	font-size: 13px;
	background: #ffffff;
	padding: 20px 25px;
}
/*** 

====================================================================
	Logistics Progress style
====================================================================

***/

.log-progress-section {
	position: relative;
	padding: 70px 0px 40px;
	background: #2086d5;
	color: #ffffff;
}
/*** 

====================================================================
	Vertical Blocks style
====================================================================

***/

.vertical-blocks {
	position: relative;
}
.vertical-blocks .block {
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
	border-right: 1px solid #e0e0e0;
	overflow: hidden;
}
.vertical-blocks .block:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-bottom: 1px solid #e0e0e0;
	width: 97%;
}
.vertical-blocks .block .inner-box {
	position: relative;
	padding: 20px 20px 10px 50px;
}
.vertical-blocks .block .inner-box:before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	border-right: none;
	border-left: 3px solid #2086d5;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.vertical-blocks .block:nth-child(2) .inner-box:before {
	border-left-color: #ffd21d;
}
.vertical-blocks .block:nth-child(3) .inner-box:before {
	border-left-color: #2d3077;
}
.vertical-blocks .block h3 {
	position: relative;
	font-size: 15px;
	color: #1b1b1b;
	padding-left: 50px;
	font-weight: 600;
	margin-bottom: 10px;
}
.vertical-blocks .block .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	font-size: 32px;
	color: #d0d0d0;
}
/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter {
	position: relative;
	padding: 0px 0px 0px;
	color: #1b1b1b;
	background-color: #208dff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.fact-counter:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffd21d;
	opacity: 0.90;
	z-index: 0;
}
.fact-counter .counter-outer {
	position: relative;
	padding: 70px 0px 20px;
	margin: 0px 30px;
	z-index: 5;
}
.fact-counter .counter-outer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/background/bg-pattern.jpg) repeat;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.fact-counter .auto-container {
	position: relative;
	z-index: 1;
}
.fact-counter .column {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	z-index: 5;
}
.fact-counter .column .icon {
	position: relative;
	top: 0px;
	font-size: 48px;
	margin-bottom: 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.fact-counter .column:hover .icon {
	top: -15px;
}
.fact-counter .column:nth-child(1) .icon, .fact-counter .column:nth-child(1) .count-text {
	color: #757575;
}
.fact-counter .column:nth-child(2) .icon, .fact-counter .column:nth-child(2) .count-text {
	color: #2d3077;
}
.fact-counter .column:nth-child(3) .icon, .fact-counter .column:nth-child(3) .count-text {
	color: #ffd21d;
}
.fact-counter .column:nth-child(4) .icon, .fact-counter .column:nth-child(4) .count-text {
	color: #8fa8c1;
}
.fact-counter .count-outer {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	padding: 0px 30px;
}
.fact-counter .column .line {
	position: relative;
	width: 50px;
	height: 2px;
	background: #cccccc;
	margin: 20px auto;
}
.fact-counter .column .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #454545;
}
/*** 

====================================================================
	Filter Gallery Section
====================================================================

***/

.filter-gallery {
	position: relative;
}
.filters-outer {
	position: relative;
	padding: 30px 0px 15px;
	background: #fbfcfd;
}
.filters-outer .filter-tabs {
	position: relative;
	text-align: center;
}
.filters-outer .filter-tabs li {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 9px 30px;
	text-align: center;
	color: #1b1b1b;
	margin: 0px 15px 15px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.filters-outer .filter-tabs li .btn-text {
	position: relative;
	z-index: 1;
}
.filters-outer .filter-tabs li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #e0e0e0;
	border-left-width: 3px;
	background: #ffffff;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.filters-outer .filter-tabs li:hover:before, .filters-outer .filter-tabs li.active:before {
	border-color: #ffd21d;
}
.filter-gallery .filter-list .mix {
	display: none;
}
/*** 

====================================================================
	Blog Page Style
====================================================================

***/

.sidebar-page {
	position: relative;
	padding: 50px 0px 20px;
}
.blog-container {
	position: relative;
	padding: 0px 0px;
}
.blog-container .blog-post {
	position: relative;
	margin-bottom: 40px;
	background: none;
}
.blog-container .blog-post .image-box {
	position: relative;
	overflow: hidden;
}
.blog-container .blog-post .image-box img {
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.blog-container .blog-post:hover .image-box img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}
.blog-container .blog-post .lower-part {
	position: relative;
	padding: 00px 0px;
}
.blog-container .blog-post .post-title {
	position: relative;
	padding: 15px 0px 0px 0px;
}
.blog-container .blog-post h3 {
	position: relative;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #000000 !important;
	text-transform: uppercase;
}
.blog-container .blog-post h3 a {
	color: #000000 !important;
}
.blog-container .blog-post h3 a:hover {
	color: #2d3077 !important;
}
.blog-container .blog-post .post-info {
	position: relative;
	margin: -70px 15px 20px 15px;
	color: #202020;
	font-size: 13px;
	padding-left: 30px;
	overflow: hidden;
}
.blog-container .blog-post .post-info .info-inner {
	position: relative;
	padding: 10px 50px 20px 30px;
	border-right: 1px solid #e0e0e0;
}
.blog-container .blog-post .post-info .info-inner:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-left: 4px solid #ffd21d;
	border-right: none;
	z-index: 0;
	transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
}
.blog-container .blog-post .post-info:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	border-right: 1px solid #e0e0e0;
}
.blog-container .blog-post .post-info .info-inner:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.blog-container .blog-post .post-info .info-inner * {
	position: relative;
	z-index: 5;
}
.blog-container .blog-post .post-info .comment-count {
	position: absolute;
	right: 15px;
	top: 20px;
}
.blog-container .blog-post .post-info .comment-count .fa {
	font-size: 20px;
}
.two-column-blog .blog-post .info {
	padding: 0px 0px 15px;
}
.blog-container .blog-post .info a {
	display: inline-block;
	color: #979797;
}
.blog-container .blog-post .info a:hover {
	color: #2d3077;
}
.blog-container .blog-post .post-text {
	position: relative;
	margin-bottom: 20px;
}
.blog-container .blog-post .read-more {
	position: relative;
	color: #2d3077;
}
.sidebar-page blockquote {
	font-size: 15px;
	padding: 20px 20px 20px 20px;
	background: #f1f1f1;
	border: 1px solid #d0d0d0;
	border-left: 5px solid #ffd21d;
	margin-bottom: 20px;
	font-style: italic;
}
.sidebar-page .about-author {
	position: relative;
	padding: 30px;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
}
.sidebar-page .about-author h3 {
	margin-bottom: 30px;
	font-size: 20px;
}
.sidebar-page .about-author .author-info {
	margin-bottom: 10px;
}
.sidebar-page .about-author .author-info strong {
	font-weight: 400;
	color: #353535;
}
.sidebar-page .about-author .author-desc {
	position: relative;
	padding: 0px 10px 10px 100px;
}
.sidebar-page .about-author .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
}
.sidebar-page .about-author .author-thumb img {
	width: 100%;
	display: block;
}
/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area {
	position: relative;
}
.sidebar-page .group-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.sidebar-page .group-title h2 {
	font-size: 18px;
	color: #1b1b1b;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sidebar-page .group-title:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #f1f1f1;
}
.sidebar-page .group-title:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background: #ffd21d;
}
.sidebar-page .comments-area .comment-box {
	position: relative;
}
.sidebar-page .comments-area .comment {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 110px;
}
.sidebar-page .comments-area .reply-comment {
	margin-left: 50px;
}
.sidebar-page .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 84px;
	height: 84px;
}
.sidebar-page .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}
.sidebar-page .comments-area .comment-info {
	margin-bottom: 10px;
	color: #bcbcbc;
}
.sidebar-page .comments-area .comment-box strong {
	color: #292929;
	font-weight: 600;
}
.sidebar-page .comments-area .reply-btn {
	position: relative;
	display: inline-block;
	margin: 5px 0px;
	right: 0px;
	font-size: 14px;
	color: #1b1b1b;
}
/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.comment-form .form-group-inner {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.comment-form .form-group .icon-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.comment-form .form-group .icon-box label {
	position: relative;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0px;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
}
.comment-form .form-group label.error {
	display: none !important;
}
.comment-form .form-group .field-outer {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.comment-form .form-group-inner input[type="text"], .comment-form .form-group-inner input[type="password"], .comment-form .form-group-inner input[type="tel"], .comment-form .form-group-inner input[type="email"], .comment-form .form-group-inner select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.comment-form .form-group input[type="text"].error, .comment-form .form-group input[type="password"].error, .comment-form .form-group input[type="tel"].error, .comment-form .form-group input[type="email"].error, .comment-form .form-group select.error, .comment-form .form-group textarea.error {
	background: rgba(255,0,0,0.20);
}
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.comment-form button {
	position: relative;
	display: inline-block;
	background: #222a33;
	color: #ffffff;
	padding: 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
}
.comment-form button .icon {
	position: relative;
	top: 2px;
}
.comment-form button:before {
	background: #2d3077;
}
/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar {
	position: relative;
	padding: 0px 0px 0px;
}
.sidebar .widget {
	position: relative;
	margin-bottom: 30px;
}
.sidebar .search-form input[type="search"], .sidebar .search-form input[type="text"] {
	position: relative;
	width: 100%;
	line-height: 24px;
	padding: 8px 42px 8px 15px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #3d3d3d;
	height: 42px;
	font-size: 14px;
	color: #292929;
}
.sidebar .search-form input[type="search"]:focus, .sidebar .search-form input[type="text"]:focus {
	border-color: #2d3077;
}
.sidebar
{
    background: #f3f3f3;
    margin: 5px 0px;
    padding: 10px 25px;
}
.sidebar a
{
	font-size:14px;
}

.sidebar .search-form .form-group {
	position: relative;
}
.sidebar .search-form button {
	position: absolute;
	right: 1px;
	top: 1px;
	line-height: 24px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px 10px 8px;
	text-align: center;
	font-size: 16px;
	color: #cccccc;
	background: none;
}
.sidebar .search-form button:hover {
	color: #2d3077;
}
.sidebar .sidebar-title {
	position: relative;
	margin-bottom: 30px;
}
.sidebar .sidebar-title h3 {
	font-size: 20px;
	color: #7f22a6;
	text-transform: capitalize;
	font-weight: 700;
	font-family: open sans;
}
.sidebar .recent-posts .post {
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	min-height: 60px;
	padding: 0px 0px 0px 84px;
	color: #cccccc;
}
.sidebar .recent-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 72px;
	height: 72px;
}
.sidebar .recent-posts .post .post-thumb img {
	width: 100%;
	display: block;
}
.sidebar .recent-posts .post h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0px 0px 5px;
	line-height: 1.6em;
	color: #292929;
	font-family: 'Open Sans', sans-serif;
}
.sidebar .recent-posts .post a, .sidebar .recent-posts .post a:hover {
	color: #fb4848;
}
.sidebar .recent-posts .post h4 a {
	color: #292929;
}
.sidebar .recent-posts .post .fa {
	font-size: 18px;
}
.sidebar .recent-posts .post-info {
	color: #ffd21d;
	font-style: italic;
}
.sidebar-page .contact-info {
	position: relative;
	font-size: 14px;
	margin-bottom: 30px;
}
.sidebar-page .contact-info .text {
	position: relative;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	color: #7f7f7f;
}
.sidebar-page .contact-info li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8em;
	color: #7f7f7f;
}
.sidebar-page .contact-info li strong {
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	color: #292929;
}
.sidebar-page .contact-info a {
	color: #f17338;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sidebar-page .contact-info a:hover {
	color: #3d3d3d;
}
.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 7px 20px;
	background: #ffffff;
	border: 1px solid #efefef;
	border-left: 2px solid #ffd21d;
	color: #1b1b1b;
	margin: 0px 5px 7px 0px;
	text-transform: uppercase;
	font-size: 12px;
	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 {
	background-color: #ffd21d;
	color: #ffffff;
	border-color: #ffd21d;
	border-left-color: #2d3077;
}
.sidebar .list {
	position: relative;
}
.sidebar .list li {
	position: relative;
	margin-bottom: 10px;
	line-height: 32px;
	padding: 0px 0px 0px 20px;
}
.sidebar .list li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #2d3077;
	font-size: 12px;
}
.sidebar .list li a {
	position: relative;
	display: block;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
}
.sidebar .list li a:hover {
	color: #2d3077;
}
.sidebar .recent-gallery {
	position: relative;
}
.sidebar .recent-gallery .image {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 10px 10px 0px;
}
.sidebar .recent-gallery .image img {
	position: relative;
	display: block;
	width: 100%;
}
/*** 

====================================================================
	Contact Us Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 0px 0px 20px;
}
.contact-section .sec-title {
	margin-bottom: 25px;
}
.contact-section .form-group {
	position: relative;
	margin-bottom: 20px;
}
.contact-section .form-group .field-label {
	position: relative;
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #1b1b1b;
	text-transform: capitalize;
}
.contact-section .form-group .field-label span {
	color: #2d3077;
}
.contact-section .form-group-inner {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contact-section .form-group .icon-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.contact-section .form-group .icon-box label {
	position: relative;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0px;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
}
.contact-section .form-group label.error {
	display: none !important;
}
.contact-section .form-group .field-outer {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.contact-section .form-group-inner input[type="text"], .contact-section .form-group-inner input[type="password"], .contact-section .form-group-inner input[type="tel"], .contact-section .form-group-inner input[type="email"], .contact-section .form-group-inner select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.contact-section .form-group input[type="text"].error, .contact-section .form-group input[type="password"].error, .contact-section .form-group input[type="tel"].error, .contact-section .form-group input[type="email"].error, .contact-section .form-group select.error, .contact-section .form-group textarea.error {
	background: rgba(255,0,0,0.20);
}
.contact-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.contact-section button {
	position: relative;
	padding: 8px 30px;
	line-height: 24px;
}
/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
	padding: 2px;
	border: 1px solid #2d3077;
	margin-bottom: 10px;
}
.map-section .map-container {
	position: relative;
	width: 100%;
	height: 450px;
}
/*** 

====================================================================
	pagination Style
====================================================================

***/

.pager-outer .pagination a {
	position: relative;
	color: #505050;
	font-size: 14px;
	padding: 6px 9px;
	width: 38px;
	text-align: center;
	display: block;
	border: 1px solid #2d3077 !important;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.pager-outer .pagination li {
	position: relative;
	float: left;
	margin: 3px 15px 3px 0px;
	border: none !important;
}
.pager-outer .pagination a:hover, .pager-outer .pagination .active a {
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 11px 9px;
	background: #2d3077;
	color: #ffffff;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}
/****************/
.read-morebtn a
{
    color: #5F266A;
    font-family: raleway;
    font-size: 15px;
    text-transform: uppercase;
}
.read-morebtn a:hover
{
    color: #C94598;
}
.fa-caret-right{font-size: 17px;}
.fa-angle-right
{
	color:#3f66b0;
	padding:0px 20px 0 0;
}
.appointment
	 {
    background: #ffffff;
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #ffffff 19%, #ffffff 27%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #efefef 0%,#ffffff 19%,#ffffff 27%,#ffffff 50%,#ffffff 51%,#ffffff 100%);
    background: linear-gradient(to right, #efefef 0%,#ffffff 19%,#ffffff 27%,#ffffff 50%,#ffffff 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
}
.products
{
    background: transparent;
    padding: 0px 0px 20px 0px;
	text-align:center;
}
.products p
{
	font-family:raleway;
	font-size:18px;
	color:#88888;
	text-align:center;
}
.products font{font-size: 21px;}
.products h2
{
    /*font-family: 'old_standard_ttitalic'!important;*/
    font-family: Tahoma !important;
    font-size: 24px;
    color: #5F266A;
	width:100%;
    text-align: center;
	font-weight: bold;
	position:relative;
    padding:10px 0px 15px 5px;
    border-bottom:1px solid #c4c4c3;
    display:inline-block;
}

.products h2:before
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #c4c4c3;
}
.productview a
{
	color:#3f66b0;
	font-family:Open sans;
	font-size:16px;
	text-align:center;
}
.productview a:hover
{
	color:#000;
}
.serachbg
{
    background: #2a2a2a;
    padding: 10px;
    width: 64%;
    margin: 5px 0px 5px 0px;
    border: solid 1px #838383;
}
.serachbtn
 {
    background: #acacae;
    color: rgb(255, 255, 255);
    padding: 11px 20px;
    position: relative;
    right: 5px;
    font-size: 16px;
}
.team-section .owl-nav .owl-prev::after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.viewbtn
{
    background: #5f266a;
    color: #FFF;
    font-family: raleway;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
    height: 40px;
    float: right;
    bottom: 29px;
    padding: 4px 0px;
    line-height: 33px;
}
.viewbtn:hover
{
	background:#5f266a;
	color:#fff;
}
.services option {
    font-weight:bold;
}
.subtitle
{
	background:url(../images/Main%20slider/subpagebanner.png) no-repeat #CCC;
}
.subtitledetails {
	/*background: rgba(95, 38, 106, 0.6);*/
    color: #c94497;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Bell MT' !important;
    text-align: left;
    padding: 90px 0 5px 0;
    text-shadow: 0 1px 2px rgb(95, 38, 106);
}
.subtitledetails a {
	color: #68DBD6;
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto;
	text-align: center
}
.subtitledetails a:hover {
	color: #c94698;
}
.subtitledetails .auto-container{
    min-height:65px;
}
.thumbnailmeetteam
{
	margin:0px 0px 20px 0px;
	padding:5px;
	text-align:center;
	background:#f0f0f0;
}
.contacticon ul
{
	margin:0px;
	padding:0px;
}
.contacticon ul li
{
    margin: 4px 0px;
    padding: 10px 10px;
    float: left;
    display: block;
    border-bottom: solid 1px #CCC;
    width: 100%;
}
.thumbnailhover
{
    border: solid 1px #D1D1D4;
    padding: 0px 0px;
    background: #F3F0F0;
    height: 245px;
}
.thumbnailhover:hover
{
	border:solid 1px #F00;
	box-shadow: 0 0 3px #F9A2A2;
	background:#DDE7F9;
}
.whatcustomer
{
	 background: #ffffff;
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 20%,#FAFAFA 40%,#CCCCCC 10%,#939393 10%,#FFFFFF 15%,#F3F3F3 81%);
    background: -webkit-linear-gradient(left, #efefef 20%,#FAFAFA 40%,#CCCCCC 10%,#939393 10%,#FFFFFF 15%,#F3F3F3 81%);
    background: linear-gradient(to right, #efefef 20%,#FAFAFA 40%,#CCCCCC 10%,#939393 10%,#FFFFFF 15%,#F3F3F3 81%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
	border:solid 1px #DBD4D4;
}
.whatcustomer p
{
    font-family: lato;
    font-size: 15px;
    color: #C94598;
}
.whatcustomer i
{
	float: left;
color: rgb(0, 0, 0);
padding:10px 10px;
font-size: 24px;}
.aboutusimg
{
    border: solid 5px #5f266a;
    border-radius: 120px;
    width: 85%;
	margin:15px 0px;
}
.aboutusimg:hover
{
	opacity:0.7;
-webkit-transform: scale(1.3);
	transform: scale(1.3);
	 border: solid 5px #68dbd6;
}
.categories li
{
	padding:7px 1px;
	border-bottom:2px dotted #68DBD6;
}
.categories li a{
        font-size: 19px;
    font-weight: 400;
    font-family: 'verlaglight';
    color: #C94598;
}
    .categories li a:hover {color:#68DBD6;}
/* testimonials */


.testimonials-2 {
	float: left;
	margin:0px 0px 20px 0px;
}
.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}
/*-------------------------------*/
.about-content table {
    background-color: transparent;
    width: 100%;
    border: solid 1px #68DBD6;
	margin:20px 0px;
    padding-bottom:1px;
}
.about-content td
{
    padding: 10px 10px;
    background: transparent;
    border-bottom: solid 1px #68DBD6;
}
.about-content th
{
	padding: 10px 10px;
    background: transparent;
    border-bottom: solid 1px #68DBD6;
    border-right: solid 1px #68DBD6;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    width: 37%;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 3px solid #68DBD6;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
/*    border-radius: 100px;
*/    border-color: #C94598;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}	
@media (max-width:700px) {
.top-left {
	display: none !important;
}
.top-menu-right {
	display: none !important;
}
.row{
    margin-right: -5px !important;
  
}
.mobile-menu{display:block !important;}
.get-quote-form h2 {
    font-size: 18px;
}
.content-top-left h2{margin-top:20px;}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
    right: 15px;
    top: 4px;
    width: 26px;
    height: 24px;
    border: 1px solid #ffffff;
    background: url(../images/submenu-icon.png) center center no-repeat;
    background-size: 13px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.subtitle {
    background-size: contain !important;
}
 .subtitledetails
    {
        padding: 0px 0 0px 0 !important;
        font-size: 11px !important;
    }
}

@media (max-width:400px) {
    .subtitle {
    background-size: cover !important;
height: 52px !important;
}

    .subtitledetails
    {
        padding: 5px 0 0px 0 !important;
        font-size: 10px !important;
    }
.subtitledetails .auto-container{
min-height : 10px !important;
}
}