/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER TOP
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES 
 *	 - Team
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
	overflow: hidden;
	background-color: #fff;
}
@font-face {
    font-family: Source Han Serif;
    src: url(../../assets/fonts/fontawesome/fonts/SourceHanSerif-Regular.otf);
}
.boxed {
	background: #fff repeat top left;
}
.boxed #main-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 5px #4f4e4e;
}
.boxed #header-sticky {
	max-width: 1200px;
}
 @media (min-width: 1400px) {
 .boxed #main-container, .boxed #header-sticky {
 max-width: 1350px;
}
}
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
	background-color: #fff;
	color: #fff;
}
.top-info-con {
	background: #fff none repeat scroll 0 0;
	float: right;
	padding-top:5px;
	position: relative;
	text-align: right;
	width: 40%;
	z-index: 3;
	margin-right: 10px;/*padding-bottom: 20px;*/
}
#header-top h1, #header-top h2, #header-top h3, #header-top h4, #header-top h5, #header-top h6 {
	color: inherit;
}
#header-top .widget:last-child {
	margin-bottom: 0;
}
#header-top .widget-pages ul li a:hover:before, #header-top .widget-metadata ul li a:hover:before {
	border-color: #fff;
}
#header-top .widget-calendar caption {
	color: inherit;
}
#header-top .widget-recent-posts ul li .post-title {
	color: inherit;
}
#header-top .widget-recent-posts ul li .post-date, #header-top .widget-recent-posts ul li .post-date:before {
	color: #6f7b8a;
}
#header-top .widget-recent-posts ul li .post-title:hover, #header-top .widget-recent-posts ul li .post-date:hover, #header-top .widget-recent-posts ul li .post-date:hover:before {
	color: #c8bba1;
}
#header-top .widget-social .social-media a {
	color: inherit;
}
#header-top .widget-contact ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 30px;
}
#header-top .widget-contact ul li:last-child {
	margin-right: 0;
}
#header-top .widget-contact ul li a {
	color: inherit;
}
#header-top .widget-search #s {
	height: 41px;
	border-color: #c8bba1;
	background-color: #c8bba1;
	color: #fff;
}
#header-top .widget-search #s:focus {
	border-color: #e1e1e1;
}
 #header-top .widget-search #s::-moz-placeholder {
 color: #fff;
}
 #header-top .widget-search #s::-webkit-input-placeholder {
 color: #fff;
}
 #header-top .widget-search #s:-ms-input-placeholder {
 color: #fff;
}
#header-top .widget-search input[type="submit"] {
	background-image: url(../images/search-white.png);
}
#header-top .widget-search:first-child {
	margin-top: -5px;
}
#header-top .widget-search:last-child {
	margin-bottom: -5px;
}
 @media (min-width: 1200px) {
 #header-top .widget-contact ul li {
 font-size: 13px;
 margin-right:10px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 #header-top .widget-search:first-child {
 margin-top: 10px;
}
#mobile-menu-button {
 float: left;
 margin-right: 12px;
}
 .fa-caret-down {
 display:none;
}
#header-top .widget-contact ul li {
 margin-right: 5px;
}
.top-info-con {
 padding-bottom:0px;
 padding-top: 0;
 position: relative;
 text-align: right;
 width: 52%;
 z-index: 3;
}
}
 @media (max-width: 767px) {
 .top-info-con {
 display: none;
}

.single-service .service-content h4, .panel-body h4 {
	font-size: 14px;	
	
}
.style-heading {	
	padding: 16px 16px !important;	
	
}
}
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header {
	position: relative;
	background:#2E84E2;
}
 #header [class^="col-"] {
 position: static;
}
#header .container {
	position: relative;
}
 @media (max-width: 767px) {
 #header {
 border-top: 5px solid #04142b;
}
}
@media (min-width: 768px) {
 #header-top {
 border-top: 5px solid #04142b;
}
}
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
	margin: 10px 0;
	max-width: 100%;
	position: relative;
	/*top: -50px;*/
    z-index: 80000;
}
#logo a {
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font: 20px "calibri", Arial, sans-serif;
	
}

#language
{
margin-top: 12px;
}

#language a
{
font-size:17px;
text-align: center;
}


 @media (max-width: 767px) {
 #logo {
 position: relative;
 top: 0;
 text-align: center;
}
 .fa-caret-down {
 display:none;
}
}
.google-tholder {
	position:relative;
	right:20px;
}
.goog-te-gadget img {
	display:none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	margin-right: 10px;
}
/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	.menu-bar {
	position:relative;
	background:#2896DF;
}
.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*.menu {
	float: right;
	margin-top:12px;
}*/
.menu > li {
	float: left;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-top: 12px;
}
.menu li a {
	display: block;
	padding:8px 12px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-family: Source Han Serif, sans-serif;
	line-height:15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu > li > a {
	position: relative;
	border-bottom: none;
	margin-right:4px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.menu > li:last-child > a {
	margin-right: 0;
}
.menu li.dropdown ul {
	position: absolute;
	z-index: 2000;
	top:48px;
	left: 0;
	display: none;
	width:245px;
	border-radius:5px;
	background-color: #04142b;
}
.menu li.dropdown ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid rgba(200, 187, 161, 0.2);
	margin-right: 15px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li.dropdown ul ul {
	top: -2px;
	left: 100%;
}
.menu li.dropdown:hover > ul {
	display: block;
}
.menu li.megamenu .megamenu-container {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	border-top: 2px solid #c8bba1;
	border-right: 1px solid rgba(200, 187, 161, 0.2);
	border-left: 1px solid rgba(200, 187, 161, 0.2);
	border-bottom: none;
	background-color: #04142b;
}
.megamenu-container .section {
	float: left;
	width: 25%;
	border-right: 1px solid rgba(200, 187, 161, 0.2);
}
.megamenu-container .section:last-child {
	border-right: none;
}
.megamenu-container.col-2 .section {
	width: 50%;
}
.megamenu-container.col-3 .section {
	width: 33.33333333%;
}
.megamenu-container.col-4 .section {
	width: 25%;
}
.megamenu-container.col-5 .section {
	width: 20%;
}
.megamenu-container .section ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid rgba(200, 187, 161, 0.2);
	margin-right: 15px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li.megamenu:hover > .megamenu-container {
	display: block;
}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	display: none;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #04142b;
	margin-top: -17px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sf-arrows > li:hover > .sf-with-ul:after {
	border-top-color: #c8bba1;
}
.sf-arrows ul .sf-with-ul:after {
	display: block;
	border-color: transparent;
	border-left-color: #fff;
	margin-top: -5px;
	margin-right: 10px;
}
.sf-arrows ul li:hover > .sf-with-ul:after {
	border-left-color: #c8bba1;
}
.menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
	background: #2E84E2 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
	border-radius:5px;
}
.menu li.dropdown ul li a:hover:before, .menu li.dropdown ul li.sfHover > a:before, .megamenu-container .section ul li a:hover:before {
	border-color: #c8bba1;
}
.menu ul li > a:hover, .menu ul li.sfHover > a {
	background: #2E84E2 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
	border-radius:5px;
}


 @media (min-width: 768px) and (max-width: 991px) {
 .menu {
 display: none;
}
}
 @media (max-width: 767px) {
 .menu {
 display: none;
}
}
@media (min-width:767px) and (max-width:1024px) {
 .menu li a {
 line-height: 30px;
 padding: 2px 6px !important  font-size: 12px !important;
}
}
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
	display: none;
	color: #04142b;
	font-size: 32px;
	line-height: 32px;
	text-decoration: none;
}
#mobile-menu, #mobile-menu ul {
	list-style: none;
	display: none;
	margin: 0;
}
#mobile-menu {
	border-bottom: 1px solid rgba(200, 187, 161, 0.2);
	background-color: #04142b;
}
#mobile-menu li a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid rgba(200, 187, 161, 0.2);
	text-decoration: none;
	color: #fff;
}
#mobile-menu > li > a {
	text-transform: uppercase;
	font-weight: 700;
}
#mobile-menu ul a {
	padding-left: 40px;
}
#mobile-menu ul a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	margin-right: 15px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#mobile-menu ul ul a {
	padding-left: 60px;
}
#mobile-menu .megamenu-container {
	display: none;
	margin-left: 0;
	border-top: 1px solid rgba(200, 187, 161, 0.2);
}
#mobile-menu .megamenu-container .section {
	float: none;
	width: 100%;
	margin-bottom: -1px;
	padding: 0 20px 20px 20px;
}
#mobile-menu .megamenu-container .section ul {
	display: block;
	margin: 0 -25px -20px;
}
#mobile-menu .megamenu-container .section ul a {
	padding-left: 40px;
	border-bottom: 1px solid rgba(200, 187, 161, 0.2);
	border-top: none;
}
#mobile-menu .megamenu-container .section ul li:last-child a {
	border-bottom: 1px solid rgba(200, 187, 161, 0.2);
}
#mobile-menu li.dropdown > a, #mobile-menu li.megamenu > a {
	position: relative;
}
#mobile-menu li.dropdown > a:after, #mobile-menu li.megamenu > a:after {
	position: absolute;
	top: 14px;
	right: 25px;
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 16px;
	content: "\f107";
}
#mobile-menu li.dropdown > a.open:after, #mobile-menu li.megamenu > a.open:after {
	content: "\f106";
}
 @media (min-width: 768px) and (max-width: 991px) {
 #mobile-menu-button {
 display: block;
 margin-top:5px;
}
}
 @media (max-width: 767px) {
 #mobile-menu-button {
 display: inline-block;
 position: relative;
 left: 0%;
}
}

/***********************************************************************************
 *	- Slider
 ***********************************************************************************/

 @media (max-width:380px) {
	 .desktop-slider {
		 
		display:none !important;	 
		 
	 }
	 
	 .mobile-slider {
		 
		display:block !important;	 
		 
	 }

}



/* #About Page
================================================== */

@media (min-width: 320px) and (max-width: 650px) {


.two-col-fluid .content-column .content-inner {
	 width:100% !important;
     padding: 30px 15px !important;
     position: relative;
}

.single-service .service-content h4, .panel-body h4 {
    font-size: 20px;
    line-height:30px;



}
}


/* #About Page
================================================== */

@media only screen and (max-width:600px) {
.two-col-fluid .image-column {
 display:none;
}
 .two-col-fluid .content-column {
 width:100%;
}

.two-col-fluid .content-column.content-inner {
	 width:100% !important;
     padding: 30px 20px !important;
     position: relative;
}


}


/* #Management Page
================================================== */

@media only screen and (max-width:768px) {
 .og-expander {
 width:100% !important;
}
}
 @media (min-width:420px) and (max-width:768px) {
 .og-grid li {
 width: 50% !important;
}
 .og-grid li > a {
 margin-bottom: 20px;
}
}
 @media only screen and (max-width:600px) {
 .headline h3 {
 font-size: 26px;
}
}

/*@media only screen and (max-width:320px) {
	
.og-grid li {
    display: inline-block;
    height: auto;
    margin: 10px 4px 0;
    text-align: left;
    vertical-align: top;
    width: 100% !important;
}	
	
	
}

*/




/* #Team Page
================================================== */
@media (min-width:681px) and (max-width:768px) {
 .gridder-list {
 display: inline-block;
 height: auto;
 padding: 16px !important;
 text-align: center !important;
 vertical-align: top;
 width: 47% !important;
}
}
 @media (min-width:769px) and (max-width:1024px) {
 .gridder-list {
 display: inline-block;
 height: auto;
 margin: 10px 7px 30px;
 text-align: left;
 vertical-align: top;
 width: 23% !important;
}
}
 @media (min-width:320px) and (max-width:680px) {
 .gridder-list {
 padding: 15px;
 width: 100% !important;
 margin:0px !important;
}
}




	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
 position: static;
}
#header-sticky .container {
	position: relative;
}
#header-sticky {
	position: fixed;
	z-index: 8000;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	width: 100%;
	margin: 0 auto;
	background-color:#2E84E2;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
#header-sticky #logo {
	margin: 10px 0;
	position: relative;
	top: 0;
}
#header-sticky .sf-arrows .sf-with-ul:after {
	margin-top: -7px;
}
#header-sticky .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
}
 @media (min-width: 768px) and (max-width: 991px) {
 #header-sticky {
 visibility: hidden;
}
}
 @media (max-width: 767px) {
 #header-sticky {
 visibility: hidden;
}
}



	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	

 @media (min-width: 320px)  and (max-width: 380px) {
 .table {
  width:320px !important;
}
}

/*** 

====================================================================
	Services Style One
====================================================================

***/


.services-style-one {
	position:relative;
	padding:100px 0px;
}
.move-up {
	margin-top:-50px;
}
.services-style-one .background-image-one {
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	margin-left:-10%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	z-index:1;
}
.services-style-one .background-image-one:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(36, 127, 225, 0.95);
}
.services-style-one .background-image-two {
	position:absolute;
	right:0px;
	top:0px;
	width:80%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}
.services-style-one .outer-container {
	position:relative;
	width:100%;
	padding: 0 85px;
	z-index:5;
}
.services-style-one .left-column {
	position:relative;
	color:#ffffff;
	padding-top:40px;
}
.services-style-one .left-column h2 {
	font-size:56px;
	margin-bottom:30px;
	line-height:1em;
	font-weight:700;
}
.services-style-one .left-column .inner-box {
	position:relative;
	padding-right:70px;
}
.services-style-one .transparent-column {
	position:relative;
}
.services-style-one .transparent-column .inner-box {
	position:relative;
	margin-left:-60px;
	padding:80px 50px 30px;
	background:rgba(255, 255, 255, 0.92);
	border-radius:3px;
}
.default-icon-column {
	position:relative;
	margin-bottom:50px;
}
.default-icon-column .inner {
	position:relative;
	padding-left:50px;
	max-width:300px;
}
.default-icon-column .inner .icon-box {
	position:absolute;
	left:0px;
	top:0px;
	color:#181818;
	font-size:32px;
	line-height:40px;
}
.default-icon-column .inner h3 {
	position:relative;
	font-size:18px;
	margin-bottom:10px;
}
 @media (min-width:320px) and (max-width:580px) {
 .services-style-one .transparent-column .inner-box {
 padding: 80px 30px 30px;
 position: relative;
}
 .default-icon-column .inner {
 padding-left:0px;
}
 .default-icon-column .inner h3 {
 margin-left: 44px;
}
}
 @media (max-width: 768px) {
 .services-style-one .left-column .inner-box {
 padding-right:0px;
 position: relative;
}
}
 @media only screen and (max-width: 1140px) {
 .services-style-one .outer-container {
 padding:0px 40px;
}
 .services-style-one {
 padding:100px 0px;
 background:#247fe1;
}
 .services-style-one .left-column {
 padding:0px 15px 50px;
}
 .services-style-one .background-image-one,  .services-style-one .background-image-two {
 display:none;
}
 .services-style-one .transparent-column .inner-box {
 margin-left:0px;
}
}
 @media only screen and (max-width: 767px) {
 .services-style-one .outer-container {
 padding:0px 15px;
}
 .services-style-one .transparent-column .inner-box {
 margin-left:0px;
}
 .services-style-one .left-column h2,  .fact-counter .counter-column .count-outer,  .default-parallax-section h2 {
 font-size:32px;
}
}


 @media only screen and (max-width: 768px) {
  .move-up {
    margin-top: -20px;
	}
 .section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
	padding: 25px 25px;
    text-align:left;
	width:100% !important;
	
 }
 
 .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
    padding: 25px 25px;
    text-align:left;
	width:100% !important;
}
 }
 
 @media (min-width:769px) and (max-width:1024px) {
	 
 .section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
    padding: 40px 15px;
    text-align: left;
	width:100%
}
.section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
   padding: 50px 30px;
    text-align:left;
	width:100% !important;
}
 }


/*** 

====================================================================
	home page 3 boxes
====================================================================

***/

.trd-key-success-section {
	display: block;
	overflow: hidden;
}
.trd-gray-section {
	background-color: #f8f8f8;
}
.trd-section {
	border-bottom: 1px solid #ebebeb;
	padding-top: 40px;
	position: relative;
}
.trd-key-to-success {
	max-width:1200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	margin-bottom:35px;
}
.trd-imagebox-with-text {
	background-color:#fff;
transition:all .35s ease
}
.trd-imagebox-with-text .trd-image-wrapper {
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center
}
.trd-imagebox-with-text .trd-imagebox-details {
	width:100%;
	display:block;
	overflow:hidden;
	padding:45px 40px;
	border:1px solid #ebebeb;
	border-top:0 solid
}
.trd-imagebox-with-text .trd-imagebox-details h3 {
	font-size:18px;
	margin:0 0 10px;
	display:block;
	overflow:hidden
}
.trd-imagebox-with-text .trd-imagebox-details h3 a {
	font-family:Roboto, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#314861;
	display:inline-block;
-webkit-transition:all .35s ease;
-moz-transition:all .35s ease;
-ms-transition:all .35s ease;
-o-transition:all .35s ease;
transition:all .35s ease
}
.trd-imagebox-with-text .trd-imagebox-details h3 a:hover {
	color:#2E84E2
}
.trd-imagebox-with-text .trd-imagebox-details p {
	margin-bottom:20px
}
.trd-imagebox-with-text:hover {
	-webkit-box-shadow:0 0 7px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 0 7px rgba(0, 0, 0, .1);
	box-shadow:0 0 7px rgba(0, 0, 0, .1)
}
/**  Latest news  **/

.latest-news article {
	position: relative;
}
.latest-news .time {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 10px 10px 5px 10px;
	z-index: 1;
}
.latest-news .time p {
	text-align: center;
	font-family: 'Neuton', serif;
	font-weight: 700;
	font-size: 46px;
	color:#2E84E2;
	line-height: .7em;
	margin: 0;
}
.latest-news .time p span {
	font-weight: 600;
	font-size: 15px;
	color: #585858;
	text-transform: uppercase;
	display: block;
}
a.img-bg, header.img-bg {
	background: #151414 none repeat scroll 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.img-bg img {
	width: 100%;
	display: block;
}
.img-bg:hover img {
	opacity: 0.15;
	transform: scale(1.1);
}
.img-bg span:first-child {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	line-height: 1.3em;
}
.img-bg span {
	font-weight: 600;
	font-size: 15px;
	color: #abc654;
	display: block;
}
.img-bg i {
	color: #fff;
	margin-top: 15px;
}
.img-bg:hover aside {
	opacity: 1;
	transform: scale(1);
}
.img-bg aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 80px;
	opacity: 0;
	height: 70px;
	transform: scale(1.5);
	z-index: 1;
}
.img-bg .social a {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 15px 2px 0 2px;
}
.img-bg .social a:hover {
	color: #abc654;
	border-color: #abc654;
}
.fa.slick-arrow {
	background: none;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #96ae4a;
	position: absolute;
	right: 0;
	top: -120px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fa.slick-arrow.fa-chevron-left {
	right: 42px;
}
.fa.slick-arrow:hover {
	border-color: #96ae4a;
	background: #96ae4a;
	color: #fff;
	cursor: pointer;
}
.trd-category-section .trd-image-with-overlay {
	width:calc(100% / 3);
	float:left;
	height:auto;
	overflow:hidden
}

@media only screen and (max-width:767px) {
.trd-category-section .trd-image-with-overlay {
width:100%
}
}
.img-thumbnail, .trd-image-with-overlay img, .trd-image-wrapper img, .trd-team-member .trd-member-img-wrapper img, img {
	max-width:100%
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text {
	background-color:#fff;
transition:all .35s ease
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text .trd-image-wrapper {
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text .trd-imagebox-details {
	width:100%;
	display:block;
	overflow:hidden;
	padding: 10px 18px;
	border:1px solid #ebebeb;
	border-top:0 solid
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text .trd-imagebox-details h3 {
	font-size:18px;
	margin:0 0 10px;
	display:block;
	overflow:hidden
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text .trd-imagebox-details h3 {
	font-family:Roboto, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#314861;
	display:inline-block;
-webkit-transition:all .35s ease;
-moz-transition:all .35s ease;
-ms-transition:all .35s ease;
-o-transition:all .35s ease;
transition:all .35s ease
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text .trd-imagebox-details p {
	margin-bottom:10
}
.trd-imagebox-with-text-wrapper .trd-imagebox-with-text:hover {
	-webkit-box-shadow:0 0 7px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 0 7px rgba(0, 0, 0, .1);
	box-shadow:0 0 7px rgba(0, 0, 0, .1)
}
.trd-image-with-overlay {
	display:inline-block;
	overflow:hidden;
	position:relative
}
.trd-image-with-overlay .trd-img-overlay, .trd-image-with-overlay .trd-img-overlay span {
	display:inline-block;
	position:absolute;
-webkit-transition:all .35s ease;
-moz-transition:all .35s ease;
-ms-transition:all .35s ease;
-o-transition:all .35s ease
}
.trd-image-with-overlay .trd-img-overlay {
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0, 0, 0, .5);
	top:0;
	bottom:0;
	left:0;
	right:0;
 transition:all .35s ease
}
.trd-image-with-overlay .trd-img-overlay .fa-link {
	display:none;
}
.trd-image-with-overlay .trd-img-overlay:hover .fa-link {
	display:block;
	position:absolute;
	display:inline-block;
	color: #fff;
	border-radius:4px;
	padding:4px;
	width:40px;
	height:40px;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight:normal;
	left: 50%;
	top:32%;
	line-height:30px;
	transform: translate(-50%, -50%);
	transition: all 0.35s ease 0s;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}
.trd-image-with-overlay .trd-img-overlay span {
	color: #fff;
	font-size: 25px;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.35s ease 0s;
	line-height: 30px;
	font-weight: bold;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}
.trd-image-with-overlay .trd-img-overlay span:hover {
	color:#fff;
}
.trd-image-with-overlay .trd-img-overlay:hover {
	background-color:rgba(46, 136, 226, .6)
}
.trd-counter {
	text-align:center;
	overflow:hidden
}
.trd-category-section .single-service-box.trd-image-wrapper {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
 @media (max-width: 768px) {
 .trd-image-with-overlay .trd-img-overlay span {
 color: #fff;
 font-size: 25px;
 font-weight: bold;
 left: 50%;
 line-height: 30px;
 top: 65%;
 transform: translate(-50%, -50%);
 transition: all 0.35s ease 0s;
}
}
 @media (min-width: 768px) and (max-width: 1024px) {
 .trd-image-with-overlay .trd-img-overlay span {
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 left: 50%;
 line-height: 20px;
 top: 65%;
 transform: translate(-50%, -50%);
 transition: all 0.35s ease 0s;
}
}
/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	
/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
.page-title {
	 background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.page-title .container {
	position: relative;
	z-index: 1;
}
.page-title .entry-title {
	color: #fff;
	font-size:40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0;
	padding: 90px 0 75px;
}
.page-title::after {
	background: rgba(17, 17, 17, 0.5) none repeat 
	content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
 .breadcrumb::before {
 border-color: transparent transparent transparent #2E84E2;
 border-style: solid;
 border-width: 60px 0 0 40px;
 content: "";
 height: 0;
 position: absolute;
 right: -40px;
 top: 0;
 width: 0;
}
.breadcrumb {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
}
.breadcrumb {
	background-color:#2E84E2;
	list-style: outside none none;
	padding: 20px 30px;
}
.breadcrumb h4 {
	color:#fff;
	font-weight:700;
	font-size:25px;
	margin-bottom:0px;
}
.breadcrumb > li {
	display: inline-block;
	float: none;
	color:#fff;
}
.breadcrumb a {
	color:#fff;
}
 .breadcrumb > li + li::before {
 font-family: "FontAwesome";
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 line-height: 1;
 text-transform: none;
}
.breadcrumb > li + li::before {
 color: #fff;
 content: "\f061";
 padding-left: 0.5rem;
 padding-right: 0.5rem;
}
.breadcrumb > .active {
	color: #000;
}
.border_bottom {
	border-bottom: 1px solid #eee;
}
.crumbs {
	background: #f7f5f2 none repeat scroll 0 0;
	padding: 10px 20px;
	margin-bottom: 50px;
}
.crumb-active a {
	color:#000 !important;
	font-weight:bold;
}
.crumbs ul {
	list-style: outside none none;
	margin-bottom: 0;
	margin-left: 12px;
	padding: 0;
}
.crumbs ul li {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding-right: 12px;
}
.crumbs ul li a {
	color: #43402f;
}
 @media (max-width: 767px) {
 #page-header .breadcrumb {
 display: none;
}
}
/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	#footer-container {
	background-color: #020d1d;
	color: #6f7b8a;
}
#footer-container h1, #footer-container h2, #footer-container h3, #footer-container h4, #footer-container h5, #footer-container h6 {
	color: #fff;
}
#footer-container .widget-title {
	margin-bottom: 40px;
	text-transform: uppercase;
}
#footer-container .widget-pages ul li a:hover:before, #footer-container .widget-metadata ul li a:hover:before {
	border-color: #fff;
}
#footer-container .widget-calendar caption {
	color: inherit;
}
#footer-container .widget-recent-posts ul li .post-title {
	color: #fff;
}
#footer-container .widget-recent-posts ul li .post-date, #footer-container .widget-recent-posts ul li .post-date:before {
	color: #6f7b8a;
}
#footer-container .widget-recent-posts ul li .post-title:hover, #footer-container .widget-recent-posts ul li .post-date:hover, #footer-container .widget-recent-posts ul li .post-date:hover:before {
	color: #c8bba1;
}
#footer-container .widget-social .social-media a {
	color: inherit;
}
#footer-container .widget-contact ul li a {
	color: inherit;
}
#footer-container .widget-newsletter #newsletter-email {
	border: 1px solid #c8bba1;
	background-color: transparent;
	color: #6f7b8a;
}
#footer-container .widget-newsletter #newsletter-email:focus {
	border-color: #fff;
}
#footer-container .widget-newsletter input[type="submit"] {
	color: #c8bba1;
}
#footer-container .widget-newsletter input[type="submit"]:hover {
	color: #fff;
}
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
	padding: 40px 0 40px;
}
#footer .widget:last-child {
	margin-bottom: 0;
}
#footer .widget-pages ul {
	float: left;
	margin-right: 30px;
	font-size: 14px;
}
#footer .widget-pages ul:last-child {
	margin-right: 0;
}
#footer .widget-pages ul li {
	margin-bottom: 15px;
}
#footer .widget-pages ul li:last-child {
	margin-bottom: 0;
}
#footer .widget-pages ul li a {
	padding: 0;
	background-color: transparent;
	color: #8d98a6;
}
#footer .widget-pages ul li a:before {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #8d98a6;
	margin-right: 15px;
}
#footer .widget-pages ul li a:hover {
	color: #c8bba1;
}
#footer .widget-pages ul li a:hover:before {
	border-color: #c8bba1;
}
#footer .widget-text > div {
	padding-left: 0;
	border-left: none;
}
#footer .widget-text > div h3 {
	margin-bottom: 25px;
}
#footer .widget-text > div h4 {
	margin-bottom: 30px;
}
#footer-bottom p {
	margin-bottom:0px;
	font-size:13px;
}
 @media (min-width: 1200px) {
 #footer .widget-pages ul {
 margin-right: 50px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 #footer .widget-text > div h4 {
 font-size: 16px;
}
}
 @media (max-width: 767px) {
 #footer [class^="col-"] + [class^="col-"] {
 margin-top: 60px;
}
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position:relative;
	color:#333346 !important;
	background:#F4F4F4;
}
.main-footer .footer-upper {
	color: #9b9b9b;
	padding: 40px 0px 0px;
	position: relative;
}
.main-footer .footer-upper .column {
	position:relative;
	margin-bottom:10px;
}
.footer-upper h3 {
	color:#333333;
	font-size: 24px;
	margin-bottom: 16px;
	position: relative;
}
.footer-widget {
	position:relative;
}
 .bottom-line::before {
 border-color: #40434a;
}
 .bottom-line::before {
 border-bottom: 1px solid #40434a;
 bottom: 1px;
 content: "";
 display: block;
 position: absolute;
 width: 100%;
}
 .bottom-line.left-align::after {
 margin: 12px auto 24px 0;
}
 .bottom-line::after {
 border-bottom: 2px solid #2E84E2;
 content: "";
 display: block;
 margin: 12px auto 24px;
 position: relative;
 width: 56px;
 z-index: 1;
}
.footer-upper .column h3.logo-text {
	font-size:36px;
	font-weight:700;
}
.main-footer .about-widget {
	font-size:15px;
}
.main-footer .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;
}
.main-footer .footer-upper a:hover {
	color:#ffffff;
}
.footer-upper .links-widget li {
	position:relative;
	margin-bottom:4px;
}
.footer-upper .links-widget li a {
	color: #737373;
	display: block;
	font-size: 15px;
	line-height: 25px;
	margin-left: 5px;
	position: relative;
}
.footer-upper .links-widget li a:hover {
	color:#2E84E2;
}
.main-footer .social-links a {
	position:relative;
	display:inline-block;
	font-size:16px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	margin:0px 5px 10px 0px;
	color:#9b9b9b;
	background:#3b3b3b;
	border-radius:50%;
	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;
}
.main-footer .social-links a:hover {
	color:#ffffff;
	background:#247fe1;
}
.footer-upper .twitter-feeds .feed {
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
	color:#aaaaaa;
}
.footer-upper .twitter-feeds .feed:last-child {
	margin:0px;
}
.footer-upper .twitter-feeds .feed-content {
	margin-bottom:5px;
	line-height:1.6em;
}
.footer-upper .twitter-feeds .feed a {
	position:relative;
	color:#247fe1;
}
.footer-upper .twitter-feeds .feed .time {
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-family:'Lora', serif;
	text-transform:capitalize;
	font-weight:700;
}
.footer-upper .twitter-feeds .feed strong {
	font-weight:400;
}
.footer-upper .twitter-feeds .feed .icon {
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:18px;
	color:#999999;
}
.main-footer .newsletter-widget .form-group {
	position:relative;
	margin-bottom:10px;
}
.main-footer .newsletter-widget input[type="text"], .main-footer .newsletter-widget input[type="email"] {
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:11px 50px 11px 15px;
	background:#F4F4F4;
	border:1px solid #888888;
	border-radius:5px;
}
.main-footer .newsletter-widget input[type="submit"], .main-footer .newsletter-widget button {
	background: #888888 none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
}
.main-footer .newsletter-widget .error {
	
    color: #FF0000;
	font-size:12px;
    
}
.main-footer .newsletter-widget input:focus+button, .main-footer .newsletter-widget button:hover {
	background:#888888;
}
.main-footer .confid {
	position:relative;
	font-size:14px;
	color:#9b9b99;
	margin-bottom:20px;
}
.main-footer .contact-info {
	font-size:16px;
}
.main-footer .contact-info {
	color: #737373;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../../images/footer-map-bg.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.main-footer .contact-info a {
	color: #737373;
}
.main-footer .contact-info li {
	margin-bottom: 24px;
	padding-left: 24px;
	position: relative;
}
.main-footer .contact-info li .fa {
	left: 0;
	line-height: 24px;
	position: absolute;
	top: 0;
}
.main-footer .contact-info li address {
	display: inline-block;
	margin: 0;
}
.main-footer .contact-info li h4 {
	font-size:16px;
	color:#2B2B2B;
	margin-bottom:5px;
	font-weight:bold;
}
.main-footer .contact-info a {
	color: #737373;
}
.main-footer .contact-info li a:hover {
	color:#2E84E2;
}
.main-footer .news-widget .news-item {
	position:relative;
	padding-left:95px;
	padding-top:15px;
	margin-bottom:25px;
	min-height:75px;
}
.main-footer .news-widget.no-thumb .news-item {
	padding-left:0px;
	padding-top:0px;
	margin-bottom:25px;
	min-height:0px;
}
.main-footer .news-widget .news-item:last-child {
	margin-bottom:0px;
}
.main-footer .news-widget .news-item .news-thumb {
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
}
.main-footer .news-widget .news-item .news-thumb img {
	display:block;
	width:75px;
	height:75px;
}
.main-footer .news-widget .news-item h4, .main-footer .news-widget .news-item h4 a {
	font-size:15px;
	color:#ffffff;
}
.main-footer .news-widget .news-item h4 a:hover {
	color:#247fe1;
}
.main-footer .news-widget .news-item .time {
	font-size:12px;
	text-transform:uppercase;
}
.main-footer .quote-form .form-group {
	position:relative;
	margin-bottom:10px;
}
.main-footer .quote-form .form-group input[type="text"], .main-footer .quote-form .form-group input[type="email"], .main-footer .quote-form .form-group textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	background:#2b2b2b;
	border:1px solid rgba(255, 255, 255, 0.05);
	border-radius:3px;
}
.main-footer .quote-form .form-group textarea {
	resize:none;
	height:100px;
}
.main-footer .quote-form .form-group input[type="text"]:focus, .main-footer .quote-form .form-group input[type="email"]:focus, .main-footer .quote-form .form-group textarea:focus {
	background:#181818;
}
.main-footer .quote-form button {
	padding:9px 30px;
}
.newsletter-form p {
	color:#737373;
}
.confid em {
	color:#737373;
}
.footer-bottom {
	position:relative;
	padding:10px 0px;
	line-height:22px;
	color:#b3b3b3;
	background:#333333;
	font-size:13px;
	text-transform:uppercase;
}
.footer-bottom .footer-nav {
	position:relative;
}
.footer-bottom .footer-nav li {
	position:relative;
	float:left;
	margin-left:25px;
}
.footer-bottom .footer-nav li a {
	color:#b3b3b3;
}
.footer-bottom .footer-nav li a:hover {
	color:#ffffff;
}
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
	margin-bottom: 50px;
	text-align: left;
}
.about-me img {
	display: block;
	margin-bottom: 40px;
}
.about-me h5 {
	font-size: 22px;
	margin-bottom: 20px;
}
.about-me h6 {
	border-bottom: 1px solid #c8d3d7;
	border-top: 1px solid #c8d3d7;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 15px 0;
	font-weight: bold;
}
.about-me .btn {
	margin-top: 10px;
}
 @media (max-width: 767px) {
.team_body {
 width:100% !important;
 padding:20px 20px !important;
 text-align: left;
}
.folding-menu {
 text-align:center;
}
}
/* TEAM LIST */
	.team-list {
	list-style: none;
}
.team-list li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 45px;
}
.team-list li:last-child {
	margin-bottom: 0;
}
.team-list img {
	position: absolute;
	top: 0;
	left: 0;
}
.team-list * {
	margin-bottom: 0;
}
.team-list h6 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.team-list a {
	color: #4f4e4e;
}
.team-list i {
	position: relative;
	top: 4px;
	margin-right: 8px;
	color: #c8bba1;
	font-size: 20px;
}
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
	margin-bottom: 50px;
}
.service-box-content {
}
/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {
}
.service-box.style-1 > i {
	display: inline-block;
	float: left;
	color: #c8bba1;
	font-size: 36px;
	line-height: 54px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-1 .service-box-content {
	margin-left: 80px;
}
.service-box.style-1 .service-box-content > *:last-child {
	margin-bottom: 0;
}
.service-box.style-1 .service-box-content h5 {
	margin-bottom: 15px;
	line-height: 28px;
}
.service-box.style-1:hover > i {
	color: #04142b;
	-webkit-animation: icon-zoom 0.5s linear;
	animation: icon-zoom 0.5s linear;
}
 @-webkit-keyframes icon-zoom {
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
}
 @keyframes icon-zoom {
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
}
}
/* SERVICE BOX STYLE 2 */
	.service-box.style-2 {
}
.service-box.style-2 > i {
	display: block;
	margin-bottom: 15px;
	color: #c8bba1;
	font-size: 36px;
	line-height: 36px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service-box.style-2 .service-box-content h4 {
	margin-bottom: 20px;
	line-height: 24px;
}
.service-box.style-2:hover > i {
	color: #04142b;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {
	margin-bottom: 23px;
}
.service-box.style-3 > i {
	display: inline-block;
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #e4f0f3;
	color: #04142b;
	font-size: 22px;
	line-height: 68px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.service-box.style-3 .service-box-content {
	margin-left: 95px;
}
.service-box.style-3 .service-box-content > *:last-child {
	margin-bottom: 0;
}
.service-box.style-3 .service-box-content h5 {
	padding-top: 6px;
	margin-bottom: 15px;
	line-height: 28px;
	font-weight: 700;
}
.service-box.style-3:hover > i {
	background-color: #c8bba1;
	color: #fff;
}
.service-box.style-3:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .service-box.style-1 > i {
 float: none;
}
 .service-box.style-1 .service-box-content {
 margin-left: 0;
}
}
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
	overflow: hidden;
	margin-bottom: 35px;
}
.portfolio-item-thumbnail {
	position: relative;
}
.portfolio-item-thumbnail img {
	width: 100%;
	display: block;
}
.portfolio-item-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	margin: 30px 30px 30px 0;
	background-color: rgba(4, 157, 205, 0.9);
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-item-hover a {
	position: absolute;
	top: 50%;
	left: 50%;
	color:#fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color 0.3s, opacity 0.3s -0.1s;
	transition: color 0.3s, opacity 0.3s -0.1s;
}
.portfolio-item-hover a i {
	position: relative;
	top: 2.5px;
	font-size: 16px;
}
.portfolio-item-hover a:hover {
	color: #fff;
	text-decoration: none;
}
.portfolio-item-details {
}
.portfolio-item-details h5 {
	margin-bottom: 0;
	font-weight: 700;
}
.portfolio-item-details p {
	font-weight: 300;
}
.portfolio-item-thumbnail + .portfolio-item-details {
	margin: 25px 0;
}
.portfolio-item:hover .portfolio-item-hover {
	left: 0;
	width: 100%;
	opacity: 1;
}
.portfolio-item:hover .portfolio-item-hover a {
	opacity: 1;
	-webkit-transition: color 0.3s, opacity 0.3s 0.2s;
	transition: color 0.3s, opacity 0.3s 0.2s;
}
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	/* ----------------------------------------------------------------------
	9. Blog
---------------------------------------------------------------------- */
/* Blog Post */
.blog-post {
	background: transparent;
	margin-bottom: 40px;
}
.blog-photo {
	position:relative;
	margin-bottom: 20px;
}
.blog-info {
	position: absolute;
	top: 10px;
	right: -10px;
	z-index: 10;
	padding: 9px;
	width: 60px;
	height: 60px;
	border-radius: 0px 0 0 0;
	background:#2E84E2;
}
.blog-info:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	right: 0px;
	pointer-events: none;
	border-top: 5px solid #222222;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #222222;
	display: block;
}
.blog-info p {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 0%;
	color: #ffffff;
}
.blog-info span {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	display: block;
	color: #ffffff;
}
.blog-title {
	margin-bottom: 20px;
	text-decoration: none;
}
.blog-title-icon {
	display: inline-block;
	vertical-align: middle;
}
.blog-title-icon span {
	display: table;
}
.blog-title-icon span > i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	padding: 17px;
	border: 1px solid#2E84E2;
	width: 60px;
	height: 60px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	color:#2E84E2;
	border-radius: 0;
}
.blog-title-body {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.blog-title-body h3 {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 2px;
}
.blog-title-body span {
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}
.blog-title-body span i {
	margin-right: 3px;
}
.blog-content {
	margin-bottom: 20px;
}
.blog-content p {
	margin-bottom: 20px;
}
.blog-post-middle {
	margin-bottom: 30px;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .blog-article-details .comments {
 float: none;
}
}
 @media (max-width: 767px) {
 .blog-article-details .comments {
 float: none;
}
.blog-title-icon {
 display: none;
 vertical-align: middle;
}
.blog-title-body {
 margin-left:0px;
}
}
/* BLOG ARTICLE AUTHOR */
	.blog-article-author {
	position: relative;
	margin-bottom: 75px;
	background-color: #e4f0f3;
	color: #04142b;
}
.blog-article-author > img {
	float: left;
}
.blog-article-author-details {
	padding: 30px;
	margin-left: 180px;
}
.blog-article-author-details h5 {
	margin-bottom: 15px;
}
.blog-article-author-details > *:last-child {
	margin-bottom: 0;
}
.blog-article-author:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (max-width: 767px) {
 .blog-article-author > img {
 float: none
}
 .blog-article-author-details {
 padding: 30px;
 margin-left: 0;
}
}
/* BLOG POST COMMENT */
	.commentlist-title {
	font-weight: 700;
	text-transform: uppercase;
}
.commentlist, .commentlist ul {
	list-style: none;
}
.commentlist {
	margin: 55px 0 100px;
}
.commentlist ul {
}
.commentlist li > ul.children {
	margin-left: 125px;
}
.commentlist li {
}
.comment-body {
	position: relative;
	padding-left: 125px;
	margin-bottom: 50px;
}
.comment-author {
	line-height: 27px;
}
.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.comment-author .fn {
	display: inline-block;
	margin-bottom: 7px;
	color: #04142b;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.comment-author .fn:hover {
	color: #c8bba1;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}
.comment-metadata a {
	color: #4f4e4e;
}
.comment-content {
}
.reply {
}
.reply a {
	display: inline-block;
	padding: 5px 30px;
	background-color: #e4f0f3;
	color: #04142b;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.reply a:hover {
	background-color: #c8bba1;
	color: #fff;
}
 @media (max-width: 767px) {
 .comment-body {
 padding-left: 0;
}
 .comment-author .avatar {
 position: relative;
 display: block;
 margin-bottom: 20px;
}
}
/* BLOG POST COMMENT FORM */
	.commentform-title {
	font-weight: 700;
	text-transform: uppercase;
}
#commentform {
	margin: 50px 0;
}
#commentform label {
}
#commentform textarea, #commentform input[type="url"], #commentform input[type="text"], #commentform input[type="email"] {
}
#commentform button[type="submit"] {
	margin-top: 20px;
}
/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
	margin-bottom: 50px;
}
#contact-form label {
	display: block;
}
#contact-form label.error {
	position: relative;
	top: -10px;
	color: #ff2222;
}
#contact-form textarea, #contact-form input[type="text"], #contact-form input[type="email"] {
	position: relative;
	z-index: 1;
}
#contact-form button[type="submit"] {
	margin-top: 20px;
}
/* QUICK CONTACT FORM */
	.quick-contact-form {
	margin: 75px 0 30px -120px;
}
.quick-contact-form input {
	padding-left: 0;
	border: none;
	border-bottom: 2px solid #04142b;
	background-color: transparent;
}
.quick-contact-form input:focus {
	border-color: transparent;
	border-bottom-color: #c8bba1;
}
 .quick-contact-form ::-moz-placeholder {
 color: #04142b;
}
 .quick-contact-form ::-webkit-input-placeholder {
 color: #04142b;
}
 .quick-contact-form :-ms-input-placeholder {
 color: #04142b;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .quick-contact-form {
 margin-left: 0;
}
}
 @media (max-width: 767px) {
 .quick-contact-form {
 margin-left: 0;
}
}
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
	list-style: none;
}
.icons-list li {
	text-align: center;
	display: inline-block;
	padding: 10px;
	width: 13.7%;
	min-height: 100px;
	vertical-align: top;
}
.icons-list li i, .icons-list li .glyphicon {
	font-size: 20px;
}
.icons-list li .icon-name {
	display: block;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .icons-list li {
 width: 19%;
}
}
 @media (max-width: 767px) {
 .icons-list li {
 width: 49%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .icons-list li {
 width: 32%;
}
}
/***********************************************************************************
 *	- TEam
 ***********************************************************************************/
 /* -------------------------------- 

Main components 

-------------------------------- */
main {
	position: relative;
	z-index: 2;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
main.slide-out {
	/* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}
main.slide-out .cd-overlay {
	/* the overlay layer gets visible when the author bio slides in */
  display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
 main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
 -moz-transform: translateX(-600px);
 -ms-transform: translateX(-600px);
 -o-transform: translateX(-600px);
 transform: translateX(-600px);
}
}
@media only screen and (min-width: 1200px) {
 main.slide-out {
 -webkit-transform: translateX(-800px);
 -moz-transform: translateX(-800px);
 -ms-transform: translateX(-800px);
 -o-transform: translateX(-800px);
 transform: translateX(-800px);
}
}
.cd-section {
	text-align: center;
}
.cd-section .cd-container {
	/* this modifies the .cd-container default max-width */
  max-width: 768px;
}
.cd-section h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 20px;
	font-size: 1.25rem;
}
.cd-section p {
	line-height: 1.4;
}
@media only screen and (min-width: 768px) {
 .cd-section {
 padding: 4em;
}
 .cd-section p {
 line-height: 1.6;
}
}
@media only screen and (min-width: 1200px) {
 .cd-section {
 padding: 6em;
}
 .cd-section h2 {
 margin-bottom: 2em;
}
 .cd-section p {
 line-height: 1.8;
 font-size: 18px;
 font-size: 1.125rem;
}
}
.cd-section {
	padding: 0 4em 4em;
}
#cd-team h2 {
	color: #1a2f2a;
}
#cd-team li {
	margin-bottom:4em;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(92, 75, 81, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.no-touch #cd-team li:hover {
	box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #cd-team li:hover .cd-img-overlay {
	opacity: 1;
}
#cd-team figure {
	position: relative;
}
#cd-team img {
	display: block;
	width: 100%;
	border-radius: .25em .25em 0 0;
}
#cd-team .cd-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 132, 226, 0.8);
	opacity: 0;
	border-radius: .25em .25em 0 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
}
#cd-team .cd-member-info {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 0.25em 0.25em;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px;
	text-align: center;
}
#cd-team .cd-member-info span {
	display: block;
	font-weight: normal;
	color: #272727;
	font-size:14px;
	margin-top: .5em;
}
@media only screen and (min-width: 768px) {
 #cd-team li {
 width: 30%;
 float: left;
 margin-right: 3%;
}
 #cd-team li:nth-child(3n) {
 margin-right: 0;
}
}
.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
	background:#2E84E2;
	z-index: 1;
	/* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
	-moz-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
	/* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
	position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 80px;
 background: -webkit-linear-gradient( bottom, #2E84E2, rgba(92, 75, 81, 0));
 background: linear-gradient(to top, #2E84E2, rgba(92, 75, 81, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
 display: none;
}
.cd-member-bio img {
	width: 100%;
	display: block;
}
.cd-member-bio .cd-bio-content {
	padding: 1em;
	color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	text-transform: capitalize;
}
.cd-member-bio .cd-bio-content p {
	font-size: 14px;
	margin: 1em 0;
	line-height: 1.4;
	color: #d7cfd2;
}
.small-heading {
	font-size:18px;
	color:#000;
}
@media only screen and (min-width: 768px) {
 .cd-member-bio {
 width: 600px;
 -webkit-transform: translateX(600px);
 -moz-transform: translateX(600px);
 -ms-transform: translateX(600px);
 -o-transform: translateX(600px);
 transform: translateX(600px);
}
 .cd-member-bio .cd-bio-content {
 padding: 2em;
}
 .cd-member-bio .cd-bio-content p {
 line-height: 1.6;
 margin: 2em 0;
}
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio {
 width: 800px;
 -webkit-transform: translateX(800px);
 -moz-transform: translateX(800px);
 -ms-transform: translateX(800px);
 -o-transform: translateX(800px);
 transform: translateX(800px);
}
 .cd-member-bio .cd-member-bio-pict::after {
 height: 150px;
}
 .cd-member-bio .cd-bio-content {
 padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
 -moz-transform: translateY(-80px);
 -ms-transform: translateY(-80px);
 -o-transform: translateY(-80px);
 transform: translateY(-80px);
}
 .cd-member-bio .cd-bio-content h1 {
 font-size: 40px;
 font-size: 2.5rem;
}
 .cd-member-bio .cd-bio-content p {
 font-size: 15px;
}
 .no-cssgradients .cd-member-bio .cd-bio-content {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.cd-member-bio-close {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	right: 10px;
	background: url("../../images/cd-icon-close.svg") no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
}
.cd-member-bio-close.is-visible {
	display: block;
	-webkit-animation: cd-move-in 0.8s;
	-moz-animation: cd-move-in 0.8s;
	animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio-close {
 right: 20px;
 top: 100px;
}
}
.cd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(138, 190, 178, 0.8);
	cursor: pointer;
	display: none;
}

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-move-in {
 0% {
 -moz-transform: translateX(100px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.partners-area {
	margin-top:-50px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background:#E4F0F3;
}
.partner-img {
	background-position: center center;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.img-side.img-left {
	left: 0;
}
.img-side {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}
.partners-area .partner-logo {
	overflow: hidden;
	padding: 40px 10px 10px;
	background:#E4F0F3;
}
.partners-area .headline {
	margin-top: 30px;
	margin-left:30px;
}
 .partners-area .headline h3::after {
 content:none;
}
.profile {
	box-sizing: border-box;
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 2px;
	position: relative;
}
.profile h4 {
	padding-top:15px;
	padding-bottom:15px;
}
.partner-logo h3 {
	padding-left:15px;
}





/* #Tabs
================================================== */

@media only screen and (max-width: 767px) {
 .about .tabs {
 margin: 0px auto;
}
}
 @media only screen and (max-width:360px) {
 #section-topline-2 img, #section-topline-1 img {
 float:none;
}
}


/* #Services Page
================================================== */


@media (min-width:320px) and (max-width:768px) {
 .sidebar {
 margin-bottom:0px;
}
 .breadcrumb::before {
 right: -40px;
}
 .sidebar {
 padding: 2px;
}
 .sidebar .widget .widget-title {
 margin-bottom: 30px;
 position: relative;
 width: 100% !important;
}
 .crumbs {
 margin-bottom:20px;
}
 .breadcrumb {
 background-color: #2e84e2;
 list-style: outside none none;
 padding: 20px 8px;
}
.breadcrumb h4 {
 color: #fff;
 font-size: 17px;
}
.crumbs ul li {
 display: inline-block;
 font-size: 12px;
 font-weight: 400;
 line-height: 20px;
 padding-right: 2px;
}
 .sidebar .download {
 background-color: #2e84e2;
 height: 65px;
 padding: 24px;
 position: relative;
 width: 100% !important;
}
 .tt-post {
 display:none;
}
}
 @media (min-width:320px) and (max-width:420px) {
 #tabs li {
 float: none;
 margin: 0 -15px 0 0;
}
 #tabs a {
 border-bottom: 30px solid #2e84e2;
 border-right:none;
 color: #fff;
 float: left;
 font-size: 23px;
 height: 0;
 line-height: 30px;
 margin-bottom: 5px;
 opacity: 0.8;
 padding: 0 16px;
 position: relative;
 text-decoration: none;
 text-transform: capitalize;
 width: 100%;
}
 .test-img {
 margin-bottom:20px;
}
 .test-title {
 font-size: 22px;
 padding: 10px 0;
}
 .test-content {
 margin-left:0px;
 margin-bottom:30px;
}
 }
 
 
 @media (min-width:320px) and (max-width:650px) {
	.service-content img {
		
		float:none;
		
		
	}
	
	.single-service .service-title h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
	line-height:30px;
}

.single-service .service-title h2{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
	line-height:30px;
}

.single-service .service-title h1 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
	line-height:30px;
}

.move-right{
	 
	float: none !important;	
	margin-left: 0px;
 }
 
 
 }
 






