/****************************************
||||||||||  TABLE OF CONTENTS  ||||||||||
*****************************************/

/****************************************
01. Fonts
02. Reset
03. Global
04. section title
05. Scroll To Top
06. Main Header
07. service style
08. About style
09. faq contact Section
10. Fact Counter
11. project styles
12. skill styles
13. team styles
14. newsletter styles
15. news styles 
16. Testimonials styles
17. partners styles
18. Main Footer
19. featured Service styles
20. projects box styles
21. about feature styles
22. service inner styles
23. video divider styles
24. project details styles
25. service details styles
26. news details styles
27. 404 styles
28. page title styles
29. styled pagination styles
30. Contact styles
31. social styles
32. Map Section
33.	Sidebar styles
**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|PT+Serif:400,400i,700,700i|Crimson+Text:400,400i,600,600i,700,700i|Merriweather:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700,900');


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('highcharts.css');
@import url('jquery.fancybox.css');


/***********************************
||||||||||  Reset styles  ||||||||||
************************************/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}




ol {
    margin-left: 15px;
}


.white:link {
color:#ffffff;
text-decoration:none;
}



/**************************************
||||||||||  Global Settings  ||||||||||
***************************************/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1.8em;
    font-weight: 600;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
	color: #1d365c;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}



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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.5em;
}


.manu {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.5em;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
    position: static;
    max-width: 1200px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin: 0 auto;
}


.medium-container{
	max-width:850px;
}

.page-wrapper {
	margin: 0 auto;
	min-width: 300px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-two {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	padding: 8px 22px;
	position: relative;
}

.btn-style-two:hover{
	background-color: transparent;
	border-color:#fff;
	color:#fff;
}

.btn-style-three {
	background: #1d365c none repeat scroll 0 0;
	border: 2px solid #1d365c;
	color: #ffffff;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	padding: 4px 25px;
	position: relative;
	border-radius: 4px;
}

.btn-style-three:hover{
	background-color: #fff;
	border-color:#1d365c;
	color:#1d365c;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	-webkit-column-rule: #1D365C;
		-moz-column-rule: #1D365C;
		-o-column-rule: #1D365C;
		column-rule: #1D365C;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f5f7f8;	
}

.no-bg {
	background:none !important;	
}

.no-bg-trn {
	background-color: transparent !important;
}

.text-uppercase{
	text-transform:uppercase;	
}

.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; 
	background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.theme-color {
	color: #1d365c !important;
}

.sec-pdd-90 {
	padding: 90px 0;
}

.sec-pdd-80 {
	padding: 80px 0;
}

.sec-pdd-65 {
	padding: 65px 0;
}

.sec-pdd-90-60 {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.sec-pdd-80-60 {
	padding: 80px 0 60px;
}

.sec-pdd-90-70 {
	padding: 90px 0 70px;
}

.sec-pdd-80-90 {
	padding: 80px 0 90px;
}

.sec-pdd-85-50 {
	padding: 85px 0 50px;
}

.sec-pdd-80-85 {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 85px;
}

.sec-pdd-80-40 {
	padding: 80px 0 40px;
}

.sec-pdd-top-90 {
	padding-top: 90px;
}

.sec-pdd-top-80 {
	padding-top: 80px;
}

.sec-pdd-bot-80 {
	padding-bottom: 80px;
}

.margin-top-30 {
	margin-top: 30px;
}

.no-pdd {
	padding: 0;
}

/************************************
||||||||||  section title  ||||||||||
*************************************/

.sec-title{
	position:relative;
	margin-bottom:50px;	
}

.sec-title.centered{
	text-align:center;	
}

.sec-title .subtitle{
	position:relative;
	display:inline-block;
	color:#bebebe;
	line-height:24px;
	padding:3px 15px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:10px;
	background:#f6f6f6;
	border-radius:3px;
}

.sec-title h2 {
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3em;
	position: relative;
	text-transform: uppercase;
}

.color h2 {
	color: #ffffff;
}

.sec-title.centered h2{
	max-width:1024px;
	margin:0 auto;
}

.sec-title .desc-text {
	color: #5d5b60;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding-top: 5px;
	position: relative;
}

.sec-title.centered .desc-text{
	max-width:780px;
	margin:0 auto;	
}

.sec-title .link-box a{
	display:inline-block;
	padding-top:7px;
	color:#363636;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:2px solid #1D365C;
}

/******************************************
||||||||||  Scroll To Top style  ||||||||||
*******************************************/

.scroll-to-top {
	background: #1d365c none repeat scroll 0 0;
	border: 2px solid #1d365c;
	bottom: 15px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 13px;
	height: 40px;
	line-height: 36px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
	width: 40px;
	z-index: 100;
}

.scroll-to-top:hover{
	color:#1D365C;
	background:transparent;
	border: 2px solid #1d365c;
}

/****************************************
||||||||||  Main Header style  ||||||||||
*****************************************/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#fff;
	font-family:'Open Sans',sans-serif;
}

.main-header{
	top:10px;
	position:absolute;
	background:none;	
}

.main-header .header-content {
  	padding: 0 15px;
}

.header-info .mail-box h5 {
	color: #1d365c;
	font-size: 12px;
}

.header-info.color .mail-box h5 {
	color: #fff;
}

.header-info .mail-box h5 span {
	margin-right: 10px;
}

.header-info .phone-box h5 {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
}

.header-info-white .phone-box h5 {
	color: #fff;
}

.header-info .phone-box h5 span {
	margin-right: 10px;
}

.header-info .language-box .dropdown .btn-default {
	background-color: transparent;
	border: medium none;
	color: #1d365c;
	font-size: 12px;
	padding: 0;
	margin-top: -14px;
}

.header-info.color .language-box .dropdown .btn-default {
	color: #fff;
}

.header-info .language-box .dropdown button .icon {
  	margin-right: 5px;
}

.header-info .language-box .dropdown button:active {
  	box-shadow: none;
}

.header-info .language-box .dropdown .caret {
  	margin-left: 5px;
}

.header-info .language-box .dropdown .dropdown-menu {
	min-width: 91px;
}

.header-info .language-box .dropdown .dropdown-menu li a {
	color: #1d365c;
	font-size: 12px;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index: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;
}

.sticky-header .logo{
	padding:0px 0px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .auto-container {
	background-color: #fff;
	position: relative;
}

.main-header .header-upper {
	position: relative;
}

.main-header .header-upper .logo-box {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

.main-header .header-upper .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-outer{
    position: relative;
    padding-right: 0px;
}

 .nav-outer {
	float: right;
	position: relative;
}

.main-menu{
	position:relative;
	font-family:'Open Sans',sans-serif;
}

.main-menu .navbar-collapse{
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 20px;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	float:left;
	padding:0px 0px;
}

 .main-menu .navigation > li{
    margin-right: 10px;
}

.main-menu .navigation > li > a {
	color: #1d365c;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 24px;
	opacity: 1;
	padding: 20px 20px 20px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
}

 .main-menu .navigation > li > a{
	padding:5px 0px;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:30px;	
}

 .main-menu .navigation > li.dropdown > a{
	padding-right:15px;
}

 .main-menu .navigation > li.dropdown > a:after{
	right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	padding:13px 15px !important;
	font-size:14px;
	color:#333333 !important;	
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	background:#1d365c;
	opacity:1;
}

 .main-menu .navigation > li:hover > a,
 .main-menu .navigation > li.current > a,
 .main-menu .navigation > li.current-menu-item > a{
	background:none;
	color:#1d365c;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#ffffff !important;
	background:#1d365c;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-bottom:3px solid #1d365c;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-o-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.light-version .main-box .main-menu .navigation > li > ul{
	margin-top:-20px;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: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;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px 12px 40px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#242424;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#fff;
	background:#1D365C;	
}

.nav-outer .right-column {
	position: absolute;
	right: 0;
	top: 0;
}

.nav-outer .right-column .search_option {
	display: inline-block;
	vertical-align: middle;
}

.nav-outer .right-column .search_option > button {
	border-radius: 50%;
	color: #222;
	font-size: 13px;
	position: absolute;
	right: 0;
	width: 30px;
}

.nav-outer .right-column .search_option form {
	border-color: #1d365c;
	border-radius: 4px;
	height: 50px;
	left: auto;
	margin: 0;
	padding: 5px;
	right: -15px;
	top: 67px;
	width: 280px;
}

.nav-outer .right-column .search_option form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #f7f7f7;
	color: #9e9e9e;
	font-family: "Raleway",sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 100%;
	padding: 0 47px 0 10px;
	width: 100%;
}

input, textarea {
	box-shadow: none;
	display: block;
	font-size: 16px;
	line-height: 28px;
	outline: medium none;
	transition: all 0.3s ease-in-out 0s;
}

.nav-outer .right-column .search_option form button {
  color: #1d365c;
  display: block;
  line-height: 40px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 40px;
}

button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	display: block;
	outline: medium none;
	padding: 0;
}

/*.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}*/

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #1D365C;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-o-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: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;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px 12px 40px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#242424;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	font-family: 'FontAwesome';
	content: "\f10c";
	position:absolute;
	left:20px;
	top:12px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:10px;
	font-weight:normal;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li > a:after{
	font-family: 'FontAwesome';
	content: "\f111";
	position:absolute;
	left:23px;
	top:12px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:3px;
	font-weight:normal;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	-webkit-column-rule: #1D365C;
	-moz-column-rule: #1D365C;
	-o-column-rule: #1D365C;
	column-rule: #1D365C;
	background:#f9f9f9;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    color: #1D365C;
	background:#ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.sticky-header .main-menu .navigation > li{
	float:left;
	padding:0px;
	margin:0px;
	display:block;
}

/*********************************************
||||||||||  service section styles  ||||||||||
**********************************************/

.service-item {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	transition: all 0.4s ease-in-out;
}

.service-item:hover {
  	box-shadow: 7px 2px 65px #dfdfdf;
}

.service-item .icon-box {
	color: #1d365c;
	font-size: 40px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	width: 60px;
	margin-bottom: 5px;
}

.service-item .content h3 a {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.service-item .content p {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
}

/*******************************************
||||||||||  About Section styles  ||||||||||
********************************************/

.about-section {
	background-color: #f7f7f7;
	position: relative;
}

.about-section.style-1 {
	background-color: #1D365C;
}

.about-section .image-column,
.about-section .image-column-style {
	position: relative;
}

.about-section .image-column:before {
	position: absolute;
	content: "";
	background-color: rgba(29,54,92,0.6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.about-section .image-column.about:before {
	position: relative;
	color:#fff;
}

.about-section .image-column .image img{
	display:block;
	width:100%;	
}

.about-section .image-column .overlay-link:hover{
	background:rgba(0,0,0,0.50);	
}

.about-section .image-column .overlay-link .icon,
.about-section .image-column-style .overlay-link .icon {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 0;
	color: #1d365c;
	font-size: 32px;
	height: 73px;
	left: 0px;
	line-height: 54px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 73px;
}

.about-section .image-column .overlay-link .icon::before,
.about-section .image-column-style .overlay-link .icon::before {
	border-radius: 50%;
	bottom: 0;
	height: 93px;
	left: -10px;
	margin: auto;
	padding-left: 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 93px;
	border: 20px solid rgba(255,255,255,0.6);
}

.about-section .content-column {
    margin-top: 0px;
}

.about-section .content-column h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section .content-column p {
	color: #888888;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.about-section .content-column.width h2 {
	color: #ffffff;
	font-weight: 700;
}

.about-section .content-column.width p {
	color: #ffffff;
}

.about-section .content-column.width a {
	color: #1d365c;
	background-color: #ffffff;
}

.about-section .content-column.width {
	padding: 0 306px 30px 0;
}

.about-section .content-column.width ul {
	margin-bottom: 30px;
}

.about-section .content-column.width ul li {
	font-size: 14px ;
	font-weight: 700;
}

.about-section .content-column.width ul li span {
	margin-right: 15px;
}

.about-section .big-icon span {
	bottom: 0;
	font-size: 220px;
	position: absolute;
	right: 0;
	width: 220px;
	height: 220px;
	line-height: 220px;
	color: #243C61;
}

.about-section .after-image-column .after-image {
	background-color: #fff;
	box-shadow: 0 2px 6px #cfcfcf;
	padding: 10px;
	position: absolute;
	right: -88px;
	top: 110px;
	z-index: 1;
}

.about-section .image-column .fluid-image {
	background-color: #fff;
	padding: 10px;
}

.about-section .image-column .fluid-image img {
	min-width: 100%;
}


.about-section .after-image-column .after-image {
	background-color: #fff;
	box-shadow: 0 2px 6px #cfcfcf;
	padding: 10px;
	position: absolute;
	right: -88px;
	top: 110px;
	z-index: 1;
}

.about-section .image-column .fluid-image {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 2px 6px #cfcfcf;
}

.about-section .image-column .fluid-image img {
	min-width: 100%;
}

.about-section .content-column.about {
	margin-top: 0;
	padding-left: 200px;
	padding-right: 200px;
}

.about-section .content-column.about .inner p {
    color: #656161;
    font-size: 14px;
    font-weight: 500;
}

.about-section .content-column.width {
	height: 526px;
	margin-top: 0;
	overflow: hidden;
	padding: 96px 0 0;
	position: relative;
	width: 564px;
}

.about-section .image-column.about .after-image {
	background-color: #fff;
	box-shadow: 0 2px 6px #cfcfcf;
	left: -190px;
	padding: 10px;
	position: absolute;
	top: 110px;
	z-index: 1;
}

.about-section .image-column .fluid-image {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 2px 6px #cfcfcf;
}

.about-section .image-column .fluid-image img {
	min-width: 100%;
}

.about-section .content-column.about .inner h5 {
	color: #888888;
	font-size: 14px;
}

.about-section .content-column.about .inner h4 {
	color: #1d365c;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*****************************************
||||||||||  faq contact styles  ||||||||||
******************************************/

.faq-contact {
	position: relative;
}

.faq-contact .big-icon span {
	bottom: 0;
	font-size: 280px;
	height: 280px;
	left: 0;
	position: absolute;
	width: 280px;
	line-height: 280px;
	color: #FAFAFA;
}

.faq-contact .faq h3 {
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.faq-contact .faq p {
	color: #888888;
	font-size: 14px;
	margin-bottom: 36px;
}

.faq {
 	overflow: hidden;
    padding-top: 57px;
}

.accordion-box {
	position: relative;
	padding: 5px;
}

.accordion-box .block {
	box-shadow: 0 0 6px #dfdfdf;
	margin-bottom: 20px;
	position: relative;
}

.accordion.block:last-child {
	margin-bottom: 0;
}

.accordion-box .block .acc-btn {
	color: #1d365c;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 17px 50px 17px 70px;
	position: relative;
	transition: all 500ms ease 0s;
}

.accordion-box.style .block .acc-btn {
	background-color: #1D365C;
	color: #fff;
}

.accordion-box.style .block .acc-btn.active {
	background-color: #fff;
	color: #1D365C;
}

.accordion-box.style .block .acc-btn.active .icon-outer .icon-minus {
	background-color: #1D365C;
	border: none;
	color: #fff;
	opacity: 1;
}

.accordion-box.style .block .icon-outer .icon {
	background-color: #fff;
	color: #1D365C;
}

.accordion-box .block .icon-outer {
	left: 23px;
	position: absolute;
	text-align: center;
}

.accordion-box .block .icon-outer .icon {
	font-size: 22px;
	height: 25px;
	left: 0;
	line-height: 25px;
	position: absolute;
	transition: all 500ms ease 0s;
	width: 25px;
	background-color: #1D365C;
	color: #fff;
	border-radius: 50%;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	color: #1D365C;
	opacity: 1;
	background-color: #fff;
	border: 1px solid;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-content {
	display: none;
	position: relative;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
    background: #ffffff none repeat scroll 0 0;
    font-size: 13px;
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    position: relative;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0;
}

.faq-contact .contact h3 {
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.faq-contact .contact p {
	color: #888888;
	font-size: 14px;
	margin-bottom: 36px;
}

.consulting .content-outer {
  position: relative;
  z-index: 1;
}

.consulting .floated-image{
  position:absolute;
  left:0px;
  top:0px;  
}

.consulting .form-outer {
  position: relative;
}

.consulting .form-outer .desc-text{
  position:relative;
  margin-bottom:30px;
  line-height:2em;
  color:#5a5a5a;  
}

.consulting .default-form .form-group{
  position:relative;
  margin-bottom:25px;
    border-color: #414141 
}

.consulting .default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.consulting .default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.consulting .default-form input[type="text"], 
.consulting .default-form input[type="email"], 
.consulting .default-form input[type="password"], 
.consulting .default-form select, 
.consulting .default-form textarea {
  background-color: #f7f7f7;
  color: #111111;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  line-height: 24px;
  padding: 10px 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.consulting .default-form select {
	-moz-appearance: none;
	background: #f7f7f7 url("../images/icons/icon-dropdown.png") no-repeat scroll right center;
	color: #888;
	cursor: pointer;
	font-size: 11px;
}

.consulting .default-form textarea {
	background-color: #fff;
	border: 2px solid #e1e1e1;
	height: 121px;
	resize: none;
	margin-top: 8px;
}

.consulting.comment .default-form textarea {
	background-color: #f7f7f7;
	border: none;
	height: 240px;
}

.consulting .default-form select option{
  text-indent:15px; 
}

.consulting .default-form input:focus,
.consulting .default-form select:focus,
.consulting .default-form textarea:focus{
  border-color:#1D365C; 
}

.consulting .default-form input.error,
.consulting .default-form select.error,
.consulting .default-form textarea.error{
  border-color:#ff0000 !important;  
}

.consulting .default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}

.consulting .default-form .btn-style-one {
  background-color: transparent;
  border: 2px solid #48C7F6;
  color: #48c7f6;
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  text-align: center;
  width: 886px;
  transition: all 0.4s ease-in-out;
}

.consulting .default-form .btn-style-one:hover {
  background-color: #48C7F6;
  color: #fff;
}

/******************************************
||||||||||  Fact Counter styles  ||||||||||
*******************************************/

.fact-counter {
	background-color: #1d365c;
	padding: 90px 0;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.fact-counter.color:before {
	position: absolute;
	background-color: rgba(29,54,92,0.80);
	/*content: "";*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	text-align:center;
	z-index:5;	
}

.fact-counter .column .icon{
	position:relative;
	top:0px;
	font-size:50px;
	line-height:70px;
	margin-bottom:15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column:hover .icon{
	top:-15px;
	color: #A86703;	
}

.fact-counter .count-outer {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 0 10px;
	position: relative;
	line-height: 45px;
}

.fact-counter .counter-column img {
	position: absolute;
	right: 0;
	top: -10px;
}

.fact-counter .column .counter-title {
	color: #888888;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
}

/*************************************
||||||||||  project styles  ||||||||||
**************************************/

.project-section.fullwidth-gallery{
	padding-bottom:0px;
}

.project-section .mixitup-gallery {
	position: relative;
}

.project-section .outer-box{
	position:relative;	
}

.project-section .filters {
	margin-bottom: 40px;
	position: absolute;
	text-align: center;
	top: -75px;
	right: 0;
}

.project-section .filters li {
	border-radius: 3px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 15px 10px;
	padding: 0;
	position: relative;
	text-transform: capitalize;
	transition: all 300ms ease 0s;
}

.project-section .filters li:after{
	content:'/';
	position:absolute;
	right:-20px;
	top:0px;
	line-height:24px;
	font-size:14px;	
	color:#9f9f9f;
}

.project-section .filters li:last-child:after{
	display:none;	
}

.project-section .filters li:hover,
.project-section .filters li.active{
	color:#25292f;
}

.default-project-item{
	position:relative;
	margin-bottom:30px;
}

.default-project-item.mix{
	display:none;
}

.default-project-item .inner-box{
	position:relative;
	width:100%;
	border-radius:3px;
	overflow:hidden;
}

.default-project-item .image-box{
	position:relative;
	display:block;
	border-radius:3px;	
}

.default-project-item .image-box img{
	position:relative;
	display:block;
	border-radius:3px;
	width:100%;
}

.default-project-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
}

.default-project-item .inner-box:hover .overlay-box{
	top:0px;
	opacity:1;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);	
}

.default-project-item .overlay-inner {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: table;
	height: 100%;
	left: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}

.default-project-item .inner-box .project-title {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	background-color: rgba(22,54,92,0.9);
	padding: 10px 0;
	transition: all 0.4s ease-in-out;
}

.default-project-item .inner-box .project-title h3 {
	font-size: 16px;
	color: #fff;
}

.default-project-item .inner-box:hover .project-title {
	bottom: -550px;
}

.default-project-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-project-item .overlay-inner .content h3 a {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}

.default-project-item .overlay-inner .content p {
	color: #888888;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 18px;
}

/***********************************
||||||||||  skill styles  ||||||||||
************************************/

.skill-section {
	position: relative;
	background-color: #f5f6f7;
}

.skill-section .content-column {
	padding: 75px 0;
}

.skill-section .content-column h2 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
}

.skill-section .content-column .bold-text {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.skill-section .content-column p {
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 30px;
}

.skill-section .image-Column img {
	max-width: none;
	position: relative;
}

.progress-levels {
	position: relative;
}

.progress-levels .progress-box {
	margin-bottom: 24px;
	overflow: hidden;
	padding-bottom: 3px;
	position: relative;
}

.progress-levels .progress-box{
	margin-bottom:15px;	
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0;
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.progress-levels .progress-box .box-title {
	color: #333333;
	font-size:14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	position: relative;
}

.progress-levels .progress-box .inner {
	padding-top: 18px;
	position: relative;
}

.progress-levels .progress-box .inner .percent {
	color: #333333;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 0;
	top: -7px;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:8px;	
}

.progress-levels .progress-box .bar .bar-innner {
	background: #fff none repeat scroll 0 0;
	height: 8px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.progress-levels .progress-box .bar .bar-fill {
	background: #1d365c none repeat scroll 0 0;
	height: 6px;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 2000ms ease 300ms;
	width: 0;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

/**********************************
||||||||||  team styles  ||||||||||
***********************************/

.team-post .image-box {
	position: relative;
	overflow: hidden;
}

.team-post .team-title {
	background-color: #fff;
	border-bottom: 2px solid #1d365c;
	padding: 20px 20px 15px;
}

.team-post .team-title.bg-color {
	background-color: #1D365C;
	border-bottom: 2px solid #1d365c;
	padding: 20px 20px 15px;
}

.team-post .team-title h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.team-post .team-title h5 {
	color: #888888;
	font-size: 12px;
	font-weight: 300;
}

.team-post .team-title.bg-color h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.team-post .team-title.bg-color h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.team-post .overlay {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: -50px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	padding: 10px;
	transition: all 0.4s ease-in-out;
}

.team-post .overlay.bg-color {
	background-color: rgba(29, 54, 92, 0.8);
	bottom: -50px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	padding: 10px;
	transition: all 0.4s ease-in-out;
}

.team-post:hover .overlay {
	bottom: 0px;
}

.team-post .overlay ul {
	margin-left: 0;
}

.team-post .overlay ul li i {
	font-size: 18px;
	color: #1d365c;
}

.team-post:hover .overlay.bg-color {
	bottom: 0px;
}

.team-post .overlay.bg-color ul {
	margin-left: 0;
}

.team-post .overlay.bg-color ul li i {
	font-size: 18px;
	color: #fff;
}

/****************************************
||||||||||  newsletter styles  ||||||||||
*****************************************/

.newsletter-section{
	position:relative;
	padding:90px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.newsletter-section:before {
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
}

.newsletter-section.bg-color:before {
	position: absolute;
	background-color: rgba(29,54,92,0.7);
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
}

.newsletter-section .content h2 {
	font-size: 40px;
	color: #333333;
}

.newsletter-section .content p {
	font-size: 16px;
	color: #888888;
}

.newsletter-section.bg-color .content h2 {
	color: #ffffff;
}

.newsletter-section.bg-color .content p {
	color: #ffffff;
}

.newsletter-section .search_email {
	margin-top: 37px;
}

.newsletter-section .search_email input {
	border: medium none;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	height: 44px;
	line-height: 24px;
	padding-left: 15px;
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid;
}

.newsletter-section.bg-color .search_email input {
	color: #fff;
}

.newsletter-section .search_email a {
	display: block;
	height: 44px;
	right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100px;
}

.newsletter-section .search_email i {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 9px;
	position: absolute;
}

.newsletter-section.bg-color .search_email i {
	color: #ffffff;
}

/**********************************
||||||||||  news styles  ||||||||||
***********************************/

.news-post {
	box-shadow: 0 0px 6px #dfdfdf;
	padding-top: 35px;
	position: relative;
}

.news-section .news-post img {
  	min-width: 100%;
}

.news-post .news-content .meta-post li h5 {
	color: #b2b2bd;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

.news-post .news-content {
	padding: 20px;
}

.news-post .news-content h3 a {
	color: #202020;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
	display: inline-block;
}

.news-post .news-content p {
	color: #565656;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.date-post {
	background-color: #1d365c;
	height: 48px;
	position: absolute;
	width: 45px;
	top: 12px;
	left: 20px;
}

.date-post ul {
	margin-top: 7px;
}

.date-post .date {
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
}

.date-post .month {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.news-post .separator {
	color: #b2b2bd;
}

.news-section .news-carousel .item {
	padding: 6px;
}

.news-carousel {
	position: relative;
}

.news-carousel .owl-nav [class*="owl-"] {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	box-shadow: 3px 2px 9px #dfdfdf;
	color: #1d365c;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -130px;
	transition: all 0.5s ease 0s;
	width: 33px;
}

.news-carousel .owl-nav:hover [class*="owl-"] {
	background: #fff;
}

.news-carousel .owl-nav .owl-prev {
	right: 45px;
}

.news-section .news-carousel .item {
	padding: 6px;
}

.news-post.inner {
	box-shadow: none;
}

.news-post.inner .news-content {
  	padding: 20px 0;
}

.news-post.inner .news-content .meta-post li h5 {
	color: #888888;
	font-size: 14px;
	font-style: normal;
}

.news-post.inner .news-content .meta-post li h5 span {
	margin-right: 5px;
}

.news-post.inner .news-content h3 {
	line-height: 22px;
}

.news-post.inner .news-content h3 a {
	color: #333333;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.news-post.inner .news-content p {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

.news-post.inner .news-content .details-link {
	bottom: 25px;
	position: absolute;
	right: 0;
}

.blog-section .divider {
	background-color: #d8d8d8;
	height: 1px;
	margin-bottom: 30px;
}

.news-carousel-inner {
	position: relative;
}

.news-carousel-inner .owl-nav [class*="owl-"] {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	box-shadow: 0 3px 6px #dfdfdf;
	color: #1d365c;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 200px;
	transition: all 0.5s ease 0s;
	width: 33px;
}

.news-carousel-inner .owl-nav:hover [class*="owl-"] {
	background: #fff;
}

.news-carousel-inner .owl-nav .owl-prev {
	left: 0;
}

/******************************************
||||||||||  Testimonials styles  ||||||||||
*******************************************/

.testimonial-section .item {
	position: relative;
	padding: 10px;
}

.testimonial-section .item .inner {
	padding: 60px 40px 40px 120px;
	height: 235px;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.testimonial-section .item:hover .inner {
	box-shadow: 0px 0px 10px #dfdfdf;
}

.testimonial-section .item .content .text {
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
}

.testimonial-section .item .inner .author-thumb {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	height: 110px;
}

.testimonial-section .item .info h4 {
	color: #1d365c;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
}

.testimonial-section .item .info .location {
	color: #888888;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 5px;
}

.testimonial-section .item .inner i {
	color: #1d365c;
	font-size: 50px;
	height: 50px;
	left: 40px;
	line-height: 45px;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 50px;
}

.testimonial-section .owl-nav {
	display: none;
}

.testimonial-section .owl-dots .owl-dot span {
	background: #B7B7B7;
	display: block;
	height: 5px;
	margin: 0;
	position: relative;
	transition: all 0.6s ease 0s;
	width: 40px;
}

.testimonial-section .owl-dots {
	padding: 25px 0 0;
	position: relative;
	text-align: center;
}

.testimonial-section .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  transition: all 0.6s ease 0s;
}

.testimonial-section .owl-dots .owl-dot.active span, 
.testimonial-section .owl-dots .owl-dot:hover span {
  background: #1D365C none repeat scroll 0 0;
}

/**************************************
||||||||||  partners styles  ||||||||||
***************************************/

.partners-section {
	padding: 50px 0;
	position: relative;
}

.partners-section.with-border{
	border-top:1px solid #f0f0f0;
}

.partners-section .image{
	display:block;
	text-align:center;	
}

.partners-section .image img{
	position:relative;
	display:inline-block;
	width:auto;
	max-width:100%;	
}

.partners-section .owl-nav,
.partners-section .owl-dots{
	display:none;	
}

/*****************************************
||||||||||  Main Footer styles  ||||||||||
******************************************/

.main-footer{
	position:relative;
	background:#222730;
	color:#ffffff;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 20px;
}

.main-footer .widgets-section .footer-column{
    margin-bottom: 10px;
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .footer-widget h2{
    position: relative;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #ffffff;
}

.widget-news-post {
    position: relative;
    margin-bottom: 5px;
}

.widget-news-post .content {
    position: absolute;
    top: 0;
    margin-left: 30px;
}

.widget-news-post .content .title a {
	color: #f8f8f8;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	font-weight: 400;
}

.widget-news-post .content .date {
  	font-size: 12px;
  	font-style: italic;
	font-family: 'Open Sans', sans-serif;
  	color: #5679ac;
  	line-height: 26px;
}

.main-footer .about-widget .title .count{
	font-weight:700;
	font-family:'Open Sans',sans-serif;
	-webkit-column-rule: #1D365C;
		-moz-column-rule: #1D365C;
		-o-column-rule: #1D365C;
		column-rule: #1D365C;	
}

.main-footer .about-widget .text {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	margin-bottom: 30px;
}

.main-footer .links-widget .list li{
    position: relative;
    margin-bottom: 0px;
}

.main-footer .links-widget .list li a {
	border-bottom: 1px solid #ebebeb;
	color: #f8f8f8;
	display: block;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
	padding-bottom: 10px;
}

.main-footer .links-widget .list li a span {
    margin-right: 10px;
    color: #f8f8f8;
    margin-top: 5px;
}

.main-footer .links-widget .list li a:hover{
	color:#5679ac;	
}

.main-footer .footer-bottom {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	text-align: center;
	background-color: #0A131F;
	font-weight: 700;
}

.main-footer .footer-bottom a {
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	font-style: italic;
}

.main-footer .footer-bottom .bottom-title{
	position:relative;
	font-size:42px;
	line-height:1.4em;
	font-weight:800;
	margin-bottom:20px;	
}

.main-footer .footer-bottom .bottom-box{
	position:relative;
	padding:20px 0px;
}

.main-footer .social-links{
	margin-bottom:25px;	
}

.main-footer .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 7px;	
}

.main-footer .social-links li a span {
	color: #f6f6f6;
	display: block;
	font-size: 26px;
	transition: all 500ms ease 0s;
	text-align: center;
}

.main-footer .social-links li a:hover span {
	color:#5679ac;
	/*border-color::;*/	
}

.flickr-post li {
	display: inline-block;
	margin-bottom: 5px;
}

/**********************************************
||||||||||  featured Service styles  ||||||||||
***********************************************/

.featured-Service-section .content-box {
	border: 1px solid #DFDFDF;
	margin-top: 6px;
	padding: 40px 40px 108px;
}

.featured-Service-section .content-box h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 10px;
}

.featured-Service-section .content-box p {
	color: #888888;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 17px;
}

.featured-Service-section .featured-carousel .item {
	padding: 6px;
}

.featured-Service-section .image-content-box {
	box-shadow: 0px 2px 7px #DFDFDF;
	overflow: hidden;
	position: relative;
}

.featured-Service-section .service-single-page .item {
  	margin-bottom: 30px;
}

.featured-Service-section .image-content-box .box-title {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	background-color: #fff;
	padding: 15px 0;
	transition: all 0.4s ease-in-out;
}

.featured-Service-section .image-content-box:hover .box-title {
	bottom: -65px;
}

.featured-Service-section .image-content-box .box-title h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.featured-Service-section .image-content-box .ovrlay {
	bottom: -240px;
	position: absolute;
	transition: all 0.4s ease-in-out;
}

.featured-Service-section .image-content-box:hover .ovrlay {
	bottom: 0;
}

.featured-Service-section .image-content-box .ovrlay .overlay-content {
	padding: 30px;
	background-color: rgba(255,255,255,0.7);
}

.featured-Service-section .image-content-box .ovrlay span {
	font-size: 35px;
	color: #1d365c;
}

.featured-Service-section .image-content-box .ovrlay h3 a {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 10px;
	display: inline-block;
}

.featured-Service-section .image-content-box .ovrlay p {
	color: #888888;
	font-size: 14px;
	line-height: 22px;
}

.featured-Service-section .owl-nav {
	display: none;
}

.featured-Service-section .owl-dots .owl-dot span {
	background: #B7B7B7;
	display: block;
	height: 5px;
	margin: 0;
	position: relative;
	transition: all 0.6s ease 0s;
	width: 40px;
}

.featured-Service-section .owl-dots {
	padding: 25px 0 0;
	position: relative;
	text-align: right;
}

.featured-Service-section .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  transition: all 0.6s ease 0s;
}

.featured-Service-section .owl-dots .owl-dot.active span, 
.featured-Service-section .owl-dots .owl-dot:hover span {
  background: #1D365C none repeat scroll 0 0;
}

/******************************************
||||||||||  projects box styles  ||||||||||
*******************************************/

.projects-section {
	position: relative;
}

.project-box {
	position: relative;
	overflow: hidden;
}

.projects-section .style-2 .item {
	margin-bottom: 30px;
}

.project-box img {
	position: relative;
	min-width: 100%;
}

.project-box .project-title {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 0;
	transition: all 0.4s ease-in-out 0s;
}

.project-box:hover .project-title {
	bottom: -45px;
}

.project-box .project-title h3 {
	font-size: 16px;
	color: #333333;
}

.project-box .project-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 27px;
	text-align: center;
	top: 0;
	transform: scale(0);
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

.project-box .overlay-inner {
	background-color: rgba(255, 255, 255, 0.7);
	display: table;
	height: 100%;
	left: 0;
	padding: 45px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
}

.project-box:hover .project-overlay {
	opacity: 1;
	transform: scale(1);
}

.project-box .project-overlay .overlay-content {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.project-box .project-overlay .overlay-content h3 {
	border-bottom: 1px solid;
	margin-bottom: 14px;
}

.project-box .project-overlay .overlay-content h3 a {
	color: #f20509;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.project-box .project-overlay .overlay-content p {
    color: #333333;
    font-size: 12px;
    margin-bottom: 0px;
}

.project-box .project-overlay .overlay-content .info {
	color: #1d365c;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-top: 17px;
}

.project-carousel {
	position: relative;
}

.project-carousel .owl-nav [class*="owl-"] {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 50%;
	color: #1D365C;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	margin: 0 0 -20px;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 33px;
}

.project-carousel .owl-nav:hover [class*="owl-"] {
	background: #fff;
}

.project-carousel .owl-nav .owl-next {
	right: 0;
}

/*******************************************
||||||||||  about feature styles  ||||||||||
********************************************/

.about-feature {
  	padding: 90px 0 0;
}

.about-feature .company {
	padding-left:0px;
}

.about-feature .company .nav li a {
	border: 1px solid #e9e9e9;
	border-radius: 0;
	color: #323232;
	font-size: 18px;
	font-weight: 700;
	padding: 23px;
}

.about-feature .company .nav li a:focus,
.about-feature .company .nav li.active a{
	color: #fff;
	background-color: #C5CDDA;
	border-color: transparent;
}

.about-feature .company-tab .nav-pills li {
  	background-color: #e6e9ed;
}

.about-feature .company-tab .tab-content {
  	margin-top: 50px;
}

.about-feature .tab-content .image-column {
	position: relative;
}

.about-feature .tab-content .image-column img {
	box-shadow: 0 0 20px #595959;
	padding: 10px;
	background-color: #fff;
}

.about-feature .tab-content .image-column .before-image {
	margin-top: 50px;
}

.about-feature .tab-content .image-column .after-image {
	position: absolute;
	right: 5px;
	top: -50px;
}

.about-feature .tab-content h3 {
	color: #333333;
	line-height: 0.8;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.about-feature .tab-content p {
	color: #888888;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 22px;
}

.about-feature-2 {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}

.about-feature-2 .company {
	padding-left:0px;
}

.about-feature-2 .company-tab .nav {
	box-shadow: 2px 8px 20px #e6e9ed;
	display: inline-grid;
}

.about-feature-2 .company .nav li a {
	border-radius: 0;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
}

.about-feature-2 .company .nav li a:focus, 
.about-feature-2 .company .nav li.active a {
	background-color: #e6e9ed;
	border-color: transparent;
	color: #333;
}

.about-feature-2 .company-tab .nav-pills li {
	background-color: #fff;
	margin-left: 0;
	width: 100%;
}

.about-feature-2 .company-tab .tab-content {
  	margin-top: 60px;
}

.about-feature-2 .feature-image-post li {
	display: inline-block;
	margin-bottom: 5px;
}

.about-feature-2 .tab-content h4 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about-feature-2 .tab-content p {
	color: #888888;
	font-size: 14px;
	line-height: 28px;
}

/*******************************************
||||||||||  service inner styles  ||||||||||
********************************************/

.service-inner {
  	padding: 0 0 90px;
}

.service-inner .service-post h3 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-inner .service-post h3 span {
	margin-right: 10px;
}

.service-inner .service-post p {
	font-size: 14px;
	line-height: 28px;
}

/*******************************************
||||||||||  video divider styles  ||||||||||
********************************************/

.divider-section {
	padding: 160px 0 110px;
	position: relative;
}

.divider-section::before {
	background-color: rgba(11, 33, 65, 0.65);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.divider-section .video-content .icon {
	border: 3px solid #fff;
	color: #fff;
	font-size: 50px;
	height: 144px;
	line-height: 143px;
	text-align: center;
	width: 185px;
}

.video-content h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

/*********************************************
||||||||||  project details styles  ||||||||||
**********************************************/

.project-details-post .inner-box {
	margin-top: 35px;
}

.project-details-post .client-info {
	box-shadow: 0 0 6px #888;
}

.project-details-post .client-info .info {
	padding: 10px 20px;
}

.project-details-post .client-info .info ul li {
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
}

.project-details-post .client-info .info ul li span {
	color: #1d365c;
	font-size: 15px;
	font-weight: 500;
}

.project-details-post .client-info figure img {
  	width: 100%;
}

.project-details-post .project-info h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-details-post .project-info p {
	color: #888888;
	font-size: 14px;
}

.project-details-post .project-info a {
	margin-top: 15px;
}

.project-details-post .more-content {
	margin-top: 30px;
}

.project-details-post .more-content h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-details-post .more-content p {
	font-size: 14px;
	color: #888888;
}

.project-details-post .chart-area-one h3,
.project-details-post .chart-area-two h3{
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.project-details-post .chart-area-one p,
.project-details-post .chart-area-two p {
  color: #888888;
  font-size: 14px;
}

/*********************************************
||||||||||  service details styles  ||||||||||
**********************************************/

.service-details-section {
  	padding: 90px 0;
}

.service-details h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

.service-details p {
	color: #888888;
	font-size: 14px;
}

.service-details .style-text-head {
    box-shadow: 0 1px 9px #888888;
    color: #1d365c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 10px;
}
.service-details .style-text {
	/*box-shadow: 0 1px 9px #888888;*/
	color: #1d365c;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
}
.service-details .style-text-downloads {
	/*box-shadow: 0 1px 9px #888888;*/
	color: #1d365c;
	font-weight: 500;
	/*margin-bottom: 20px;*/
	/*margin-top: 20px;*/
	/*padding: 10px;*/
}
.service-details .style-dark {
	/*box-shadow: 0 1px 9px #888888;*/
	color: #1d365c;
	font-weight: 400;
	/*margin-bottom: 5px;*/
	/*margin-top: 5px;*/
	padding-left: 60px;
}

/******************************************
||||||||||  news details styles  ||||||||||
*******************************************/

.news-section{
	position:relative;
}

.news-section .lower-content .athor-post li {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: #1D365C;
}

.news-details-post .title {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.news-details-post p {
	color: #616161;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.news-details-post .sub-title {
	color: #373737;
	font-size: 20px;
}

.Share-post {
  	padding: 30px 0 15px;
}

.Share-post li {
	color: #616161;
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}

.Share-post h4 {
	color: #373737;
	font-size: 20px;
	margin-right: 30px;
	text-transform: uppercase;
}

.blog-details .divider {
	background-color: #d8d8d8;
	height: 1px;
	margin-bottom: 30px;
}

.comment-area h3,
.post-comment-area h3 {
	border-bottom: 1px solid #b6b6b6;
	color: #1d365c;
	font-size: 22px;
	margin-bottom: 40px;
}

.comment-area h3:before,
.post-comment-area h3:before {
	background-color: #b6b6b6;
	bottom: -4px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.comment-area .comment-post {
	margin-bottom: 40px;
	position: relative;
}

.comment-post .content {
	margin-left: 117px;
	position: relative;
}

.comment-post .content h4 {
	color: #1d365c;
	font-size: 20px;
}

.comment-post .content h5 {
	color: #333333;
	font-size: 12px;
}

.comment-post .content .replay-button {
	position: absolute;
	right: 0;
	top: 0;
}

.comment-post .content .replay-button a span {
	line-height: 13px;
	margin-right: 8px;
}

.comment-post .content .replay-button a {
	background-color: #6a6a6a;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 5px 10px;
}

.comment-post .content p {
	color: #888888;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.comment-post .author-thumb {
	position: absolute;
	top: 0;
}

.comment-area .comment-post.two {
  	padding-left: 50px;
}

.comment-area .comment-post.three {
  padding-left: 100px;
}

/*********************************
||||||||||  404 styles  ||||||||||
**********************************/

.error-content {
	text-align: center;
}

.error-content .image {
	position: relative;
}

.error-content .error-img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.error-content .content {
  	margin-top: 75px;
}

.error-content h2 {
	color: #333333;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 15px;
}

.error-content p {
	color: #333333;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 25px;
}

.error-content a {
    color: #042554;
    font-size: 25px;
    text-decoration: underline;
}

/****************************************
||||||||||  page title styles  ||||||||||
*****************************************/
 
.page-title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 195px 0 90px;
	position: relative;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(29,54,92,0.50);
}

.page-title .inner-box{
	position:relative;
}

.page-title h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-title .bread-crumb{
	position:relative;
	color:#ffffff;
}

.page-title .bread-crumb li {
	color: #1d365c;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	position: relative;
}

.page-title .bread-crumb li:last-child{
	margin:0px;
}

.page-title .bread-crumb li::before {
	color: #fff;
	content: ">";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.page-title .bread-crumb li:last-child:before{
	display:none;
}

.page-title .bread-crumb li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 5px;
	padding-right: 10px;
	position: relative;
	transition: all 500ms ease 0s;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li a.current{
	position:relative;
	-webkit-column-rule: #1D365C;
	-moz-column-rule: #1D365C;
	-o-column-rule: #1D365C;
	column-rule: #1D365C;
}

/***********************************************
||||||||||  styled pagination styles  ||||||||||
************************************************/

.styled-pagination{
	position:relative;
	padding-top:30px;
	padding-bottom:20px;
}

.events .styled-pagination{
	padding-bottom:0px;	
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
}

.styled-pagination li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #1d365c;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: 26px;
	line-height: 18px;
	min-width: 26px;
	padding: 3px 5px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	color:#1d365c;
	padding:0px 20px;
}

.styled-pagination li a:hover, 
.styled-pagination li a.active {
	background: #1d365c none repeat scroll 0 0;
	border-color: #1D365C;
	color: #fff;
}

/*************************************
||||||||||  Contact styles  ||||||||||
**************************************/

.contact-section{
	position:relative;
}

.contact-section .upper-title{
	position:relative;
	margin-bottom:35px;	
}

.contact-column .inner .contact-info h2 {
	color: #333;
	font-size: 30px;
}

.contact.inner h3 {
	color: #333;
	font-size: 30px;
	margin-bottom: 15px;
}

.contact.inner p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 35px;
}

.contact-column .contact-info .content {
	margin-top: 20px;
	position: relative;
}

.contact-column .contact-info .content .icon-box span {
	background-color: #1d365c;
	bottom: 5px;
	color: #fff;
	height: 38px;
	left: 5px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	width: 38px;
}

.contact-column .contact-info .content .icon-box {
	background-color: #888;
	height: 38px;
	line-height: 36px;
	position: relative;
	width: 38px;
}

.contact-column .contact-info .content p {
	color: #888;
	font-size: 14px;
	left: 60px;
	position: absolute;
	top: -10px;
}

.contact-column .contact-info .content.single p {
	top: 0px;
}

.contact-section .text{
	position:relative;
	line-height:1.8em;	
}

.contact-us-form{
	position:relative;	
}

.contact-us-form .row{
	margin:0px -12px;	
}

.contact-us-form .form-group{
	position:relative;
	margin-bottom:24px;
	padding:0px 12px;
	font-size:15px;	
    border-color: #414141
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="password"],
.contact-us-form input[type="tel"],
.contact-us-form input[type="number"],
.contact-us-form input[type="url"],
.contact-us-form select,
.contact-us-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#eff0f4;
	line-height:26px;
	padding:10px 20px;
	height:48px;
	font-size:15px;
	border:1px solid #e9e9e9;
	border-radius:3px;
	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-us-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.contact-us-form select option{
	text-indent:20px;	
}

.contact-us-form textarea{
	resize:none;
	height:200px;	
}

.contact-us-form input:focus,
.contact-us-form select:focus,
.contact-us-form textarea:focus{
	/*border-color::;*/
	background:none;	
}

.contact-us-form input.error,
.contact-us-form select.error,
.contact-us-form textarea.error{
	border-color:#ff0000;
	background:none;	
}

.contact-us-form label.error{
	display:block;
	font-weight:normal;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	padding-top:10px;
}

.contact-us-form .theme-btn{
	padding-left:40px;
	padding-right:40px;	
}

.contact-section .contact-info {
	margin-bottom: 30px;
	position: relative;
}

.contact-section .contact-info li{
	position:relative;
	padding-left:90px;
	display:block;
	line-height:24px;
	color:#5d5d5d;
	font-family:'PT Serif',serif;
	margin-bottom:30px;
	min-height:60px;
}

.contact-section .contact-info li:last-child{
	margin-bottom:0px;	
}

.contact-section .contact-info li h4{
	font-size:14px;
	font-weight:600;
	color:#242424;
	text-transform:uppercase;
	margin-bottom:5px;	
}

.contact-section .contact-info li .icon{
	position:absolute;
	left:0px;
	top:-3px;
	width:60px;
	line-height:56px;
	text-align:center;
	font-size:24px;
	-webkit-column-rule: #1D365C;
	-moz-column-rule: #1D365C;
	-o-column-rule: #1D365C;
	column-rule: #1D365C;
	border:2px solid #e9e9e9;
	border-radius:50%;	
}

/************************************
||||||||||  social styles  ||||||||||
*************************************/

.social-section {
	background-color: #1d365c;
	padding: 90px 0;
}

.social-section .social-media {
	text-align: center;
}

.social-section .social-media li {
  	display: inline-block;
}

.social-section .social-media li span {
	color: #fff;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	transition: all 0.4s ease-in-out 0s;
	width: 270px;
}

.social-section .social-media li span:hover {
	color: #6d97d5;
}

/*********************************
||||||||||  Map styles  ||||||||||
**********************************/

.map-section{
	position:relative;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-canvas{
	position:relative;
	height:500px;
}

.map-data h6{
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-section .social-media {
	background-color: #1d365c;
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.map-section .social-media li span {
	color: #fff;
	font-size: 50px;
	height: 110px;
	line-height: 173px;
	transition: all 0.4s ease-in-out 0s;
	width: 220px;
}

.map-section .social-media li span:hover {
	color: #6d97d5;
}

/*************************************
||||||||||  Sidebar styles  ||||||||||
**************************************/

.sidebar-page-container {
	padding: 90px 0 30px;
	position: relative;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.sidebar{
	position:relative;	
}

.blog-sidebar{
	padding-left:15px;
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .sidebar-widget .sidebar-title {
	border-bottom: 1px solid #888888;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.sidebar .sidebar-widget .sidebar-title h3 {
	color: #343434;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	padding-right: 16px;
	position: relative;
	text-transform: capitalize;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
    border-color: #414141
}

.sidebar .search-box .form-group input[type="text"], 
.sidebar .search-box .form-group input[type="search"] {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	color: #1d365c;
	display: block;
	font-size: 13px;
	height: 50px;
	line-height: 24px;
	padding: 15px 60px 15px 30px;
	position: relative;
	transition: all 500ms ease 0s;
	width: 100%;
}

.sidebar .search-box .form-group input:focus{
	/*border-color::;*/	
}

.sidebar .search-box .form-group button {
	background: #1d365c none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	/*background::;*/
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#777777;
	padding:0px 0px;
	padding-left:120px;
	min-height:90px;
	margin-bottom:30px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:100px;
	border-radius:3px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .popular-posts .post h4 {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
	padding-top: 7px;
}

.sidebar .popular-posts .post h4 a{
	color:#25292f;	
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#1d365c;	
}

.sidebar .popular-posts .post-meta ul li{
	position:relative;
	float:left;
	margin-right:25px;
	line-height:24px;
	color:#9f9f9f;	
}

.sidebar .popular-posts .post-meta ul li .icon{
	padding-right:5px;
}

.sidebar .popular-posts .post-meta ul li a {
	color: #888888;
	line-height: 24px;
	position: relative;
}

.sidebar .popular-posts .post-meta ul li a:hover,
.sidebar .popular-posts .post-meta .share-btn a:hover{
	color:#1d365c;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 20px;
	margin:0px 7px 10px 0px;
	color:#777777;
	background:#eff4f4;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	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:#1D365C;
	border-color:#fff;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
	font-family:'PT Serif',serif;
}

.sidebar .list li{
	position:relative;
	line-height:24px;
	margin-bottom:15px;	
}

.sidebar .list li:last-child{
	margin:0px;	
}

.sidebar .list li a {
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
}

.sidebar .list li a span {
	margin-right: 10px;
}

.sidebar .list li a:hover{
	-webkit-column-rule: #1D365C;
		-moz-column-rule: #1D365C;
		-o-column-rule: #1D365C;
		column-rule: #1D365C;	
}


.sidebar-widget .about-post {
	position: relative;
}

.sidebar-widget .about-post .title {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}

.sidebar-widget .about-post h3 {
	background-color: rgba(29, 54, 92, 0.3);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 10px 20px;
	text-transform: uppercase;
}

.sidebar-widget.inner-about p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

.sidebar-widget .Instagram ul li {
	display: inline-block;
	padding: 2px 0;
}

.sidebar-widget.recent-articles {
	border: 1px solid #1d365c;
	text-align: center;
}

.sidebar-widget .list-2 li {
	border-bottom: 1px solid #1d365c;
	height: 55px;
	line-height: 48px;
}


.hvr-icon-forward::before {
	content: "";
	padding: 2px 0;
}

.sidebar-widget .list-2 li a {
	color: #203371;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.4s ease-in-out 0s;
}

.sidebar-widget.address-link ul li {
	color: #203371;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.service-details .Benifits li {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}

.service-details ul li span {
	color: #1D365C;
	margin-right: 8px;
}

.sidebar-widget.address-link ul li i {
	color: #1D365C;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
}

.sidebar-widget.address-link ul li span {
  	font-size: 14px;
  	color: #333;
}

.header-info {
	color: #FFFFFF;
}

.text-left-dark{
color:#FFFFFF;
}

.tag {
	color: #ffffff;
	font-size: 16px;
    font-weight: 600;
}
.tag-dark {
	color: #5C0D0D;
	font-size: 16px;
    font-weight: 600;
    padding-left: 60px
}

.image-holder {
	text-align: center;
}

.center {
	text-align: center;
}



.light {
	color: #FFFFFF;
}

.contact {
	color: #87090B;
}

.service-box .inner-box .title-last{
		padding-bottom:10px;
        font-size: 12px;
	}

.page-list {
    font-size: 14pt;
    font-weight: 700;
}

.text-primary {
    color: white;
}
