/*
 *
 *		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
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/

 	#main-container {
		overflow: hidden;
		background-color: #fff;
	}

	.boxed {
		background: #fff repeat top left;
	}

	.boxed #main-container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		box-shadow: 0 0 5px #555559;
	}

	.boxed #header-sticky {
		max-width: 1200px;
	}

	@media (min-width: 1400px) {

		.boxed #main-container,
		.boxed #header-sticky {
			max-width: 1350px;
		}

	}

/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/

	#header-top {
		/*padding: 5px 0;*/
		background-color: #003F87;
		color: #fff;
	}

	#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: #555559;
	}

	#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: #555559;
		background-color: #555559;
		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 {
			margin-right: 50px;
			font-size: 13px;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		#header-top .widget-search:first-child {
			margin-top: 10px;
		}

	}

	@media (max-width: 767px) {

		#header-top {
			/*display: none;*/
		}

	}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

	#header {
		position: relative;
	}

	#header [class^="col-"] {
		position: static;
	}

	#header .container {
		position: relative;
	}

	@media (max-width: 767px) {

		#header {
			/*border-top: 5px solid #003f87;*/
		}

	}

/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 2px 0;
	}

	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
    text-decoration: none;
	}

  #logo p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 9px;
    text-align: right;
    color: #003f87;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-style: italic;
  }

  #logo p: hover{
    text-decoration: none;
  }

	@media (max-width: 767px) {

		#logo {
			margin-right: 60px;
		}

	}

  @media (width: 768px){

    #logo {
      max-width: 110%;
      width: 106%;
    }
  }

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/

 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.menu {
		float: right;
		margin-top: 18px;
	}

	.menu > li {
		float: left;
	}

	.menu li a {
		display: block;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.menu > li > a {
		position: relative;
		padding: 10px 20px 28px 0;
		border-bottom: none;
		margin-right: 10px;
		color: rgba(0, 63, 135, 0.7);
		font-weight: 700;
		text-transform: uppercase;
	}

	.menu > li:last-child > a {
		margin-right: 0;
	}

	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 215px;
		border-top: 2px solid #003f87;
		border-right: 1px solid rgba(255, 255, 255, 0.4);
		border-left: 1px solid rgba(255, 255, 255, 0.4);
		background-color: #003f87;
	}

	.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 #555559;
		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: #003f87;
	}

	.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: #003f87;
		margin-top: -17px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.sf-arrows > li:hover > .sf-with-ul:after {
		border-top-color: #555559;
	}

	.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: #555559;
	}

	.menu li a:hover,
	.menu li.active > a,
	.menu li.sfHover > a {
		color: #003f87;
		text-decoration: none;
	}

	.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: #555559;
	}

	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		border-color: #555559;
		color: #ffffff;
    font-weight: 600;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.menu {
			display: none;
		}

	}

	@media (max-width: 767px) {

		.menu {
			display: none;
		}

	}

/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/

	#mobile-menu-button {
		float: right;
		display: none;
		color: #003f87;
		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: #003f87;
	}

	#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: 39px;
		}

	}

  @media (width: 768px) {

    #mobile-menu-button {
			margin-top: 20px !important;
		}

  }

	@media (max-width: 767px) {

		#mobile-menu-button {
			position: absolute;
			top: 25px;
			right: 30px;
			display: block;
		}

	}

/***********************************************************************************
 *	- 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: #fff;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}

	#header-sticky #logo {
		margin: 0px;
	}

  #header-sticky #logo img {
		height: 50px;
	}

	#header-sticky .menu {
		margin-top: 8px;
	}

	#header-sticky .menu > li > a {
		padding-bottom: 18px;
	}

	#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;
		}

	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/

	#page-content {
		padding-bottom: 20px;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/

	#page-header {
		padding: 30px 0;
		margin-bottom: 140px;
		background-color: #cc3232;
	}

	#page-header h5 {
		position: absolute;
		top: 100%;
		left: 15px;
		padding: 15px 50px;
		background-color: #003f87;
		color: #fff;
		text-transform: uppercase;
	}

	@media (max-width: 767px) {

		#page-header .breadcrumb {
			display: none;
		}

	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/

	#footer-container {
		background-color: #ffffff;
		color: #555559;
	}

  @media (max-width: 768px) {
    #footer-container {
      text-align: center;
    }
  }

	#footer-container h1,
	#footer-container h2,
	#footer-container h3,
	#footer-container h4,
	#footer-container h5,
	#footer-container h6 {
		color: #003f87;
	}

	#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: #003f87;
	}

	#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: #555559;
	}

  #footer-container .widget-social .social-media a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 22px;
	}

	#footer-container .widget-social .social-media a.linkedin{
		color: #0077B5;
    border: 1px solid #0077B5;
	}

  #footer-container .widget-social .social-media a.facebook{
		color: #3b5998;
    border: 1px solid #3b5998;
	}

  #footer-container .widget-social .social-media a.twitter{
		color: #00aced;
    border: 1px solid #00aced;
	}

  #footer-container .widget-social .social-media a.linkedin:hover{
    background-color: #0077B5;
    color: #ffffff;
    border: 1px solid #0077B5;
  }

  #footer-container .widget-social .social-media a.facebook:hover{
    background-color: #3b5998;
    color: #ffffff;
    border: 1px solid #3b5998;
  }

  #footer-container .widget-social .social-media a.twitter:hover{
    background-color: #00aced;
    color: #ffffff;
    border: 1px solid #00aced;
  }

	#footer-container .widget-contact ul li a {
		color: inherit;
	}

	#footer-container .widget-newsletter #newsletter-email {
		border: 1px solid #555559;
		background-color: transparent;
		color: #6f7b8a;
	}

	#footer-container .widget-newsletter #newsletter-email:focus {
		border-color: #fff;
	}

	#footer-container .widget-newsletter input[type="submit"] {
		color: #555559;
	}

	#footer-container .widget-newsletter input[type="submit"]:hover {
		color: #fff;
	}

 /***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/

 	#footer {
		padding: 15px 0px 15px;
	}

	#footer .widget:last-child {
		margin-bottom: 0;
	}

	#footer .widget-pages ul {
		float: left;
		margin-right: 30px;
		font-size: 14px;
	}

  @media (max-width: 767px) {

    #footer .widget-pages ul {
  		float: none;
  	}

  }

	#footer .widget-pages ul:last-child {
		margin-right: 0;
	}

	#footer .widget-pages ul li {
		margin-bottom: 5px;
	}

	#footer .widget-pages ul li:last-child {
		margin-bottom: 0;
	}

	#footer .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: #555559;
	}

	#footer .widget-pages ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #003f87;
		margin-right: 15px;
	}

	#footer .widget-pages ul li a:hover {
		color: #003f87;
	}

	#footer .widget-pages ul li a:hover:before {
		border-color: #555559;
	}

	#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;
	}

	@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;
		}

	}

/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/

	#footer-bottom {
		padding: 5px 0;
		border-top: 1px solid #555559;
		color: #fff;
    background-color: #003f87;
	}

  #footer-bottom a {
    background-color: transparent;
    color: inherit;
    font-weight: 600;
  }

  #footer-bottom a:hover {
    background-color: transparent;
    color: #cc3232;
    text-decoration: none;
    font-weight: 600;
  }

	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}

	#footer-bottom .widget-pages ul {
		font-size: 13px;
		text-align: right;
	}

	#footer-bottom .widget-pages ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
	}

	#footer-bottom .widget-pages ul li:last-child {
		margin-right: 0;
	}

	#footer-bottom .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: inherit
	}

	#footer-bottom .widget-pages ul li a:before {
		display: none;
	}

	#footer-bottom .widget-pages ul li a:hover {
		color: #555559;
	}

	@media (max-width: 767px) {

		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 10px;
      text-align: center;
		}

		#footer-bottom .widget-pages ul {
			text-align: left;
		}

	}

/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/



/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/

	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}

        .ceo-words{
                margin-top:70px;
                text-align:justify;
        }

	.about-me img {
		display: block;
		margin-bottom: 40px;
                width: 360px;
                padding:32px;
                margin:auto;
	}

	.about-me h5 {
		margin-bottom: 0;
	}

	.about-me h6 {
		margin-bottom: 30px;
		color: #555559;
	}

	.about-me .btn {
		margin-top: 10px;
	}


	/* 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: #555559;
	}

	.team-list i {
		position: relative;
		top: 4px;
		margin-right: 8px;
		color: #555559;
		font-size: 20px;
	}

/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/

	.service-box {
		margin-bottom: 30px;
	}

	.service-box-content {}


	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {}

	.service-box.style-1 > i {
		display: inline-block;
		float: left;
		color: #555559;
		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: #003f87;
		-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: #555559;
		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: #003f87;
		-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: 15px;
	}

	.service-box.style-3 > i {
		display: inline-block;
		float: left;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: rgba(0,63,135,0.2);
		color: #003f87;
		font-size: 24px;
		line-height: 60px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.service-box.style-3 .service-box-content {
		margin-left: 85px;
    margin-right: 5px;
	}

	.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: #cc3232;
		color: #fff;
    font-weight: 600;
	}

	.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, 20, 43, 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%;
		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
 ***********************************************************************************/

	/* BLOG ARTICLE */
	.blog-article {
		position: relative;
		margin-bottom: 75px;
	}

	.blog-article-thumbnail {
		margin-bottom: 15px;
	}

	.blog-article-thumbnail img {}

	.blog-article-thumbnail .owl-carousel {
		margin-bottom: 0;
	}

	.blog-article-details {
		margin-bottom: 15px;
	}

	.blog-article-details a {
		margin-right: 6px;
		color: #555559;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.blog-article-details a:after {
		margin-left: 10px;
		color: #555559;
		content: "/";
	}

	.blog-article-details > a:last-child:after {
		display: none;
	}

	.blog-article-details a:last-child {
		margin-right: 0;
	}

	.blog-article-details .date:before,
	.blog-article-details .category:before {
		display: inline-block;
		margin-right: 15px;
		color: #555559;
		font-family: "sydney-icons";
		font-size: 20px;
		vertical-align: top;
	}

	.blog-article-details .date:before {
		content: "\e902";
	}

	.blog-article-details .category:before {
		content: "\e990";
	}

	.blog-article-details .tag a,
	.blog-article-details .author {
		color: #003f87;
		font-weight: 500;
	}

	.blog-article-details .tag a {
		margin-right: 0;
	}

	.blog-article-details .tag a:after {
		display: none;
	}

	.blog-article-details .tag {
		margin-right: 15px;
	}

	.blog-article-details a:hover {
		color: #555559;
		text-decoration: none;
	}

	.blog-article-details .comments {
		float: right;
		color: #555559;
	}

	.blog-article-details .comments:hover {
		color: #003f87;
	}

	.blog-article-thumbnail + .blog-article-details .category {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 3px 10px;
		background-color: #555559;
		color: #fff;
	}

	.blog-article-thumbnail + .blog-article-details .category:before {
		display: none;
	}

	.blog-article-thumbnail + .blog-article-details .category:after {
		display: none;
	}

	.blog-article-title {
		margin-bottom: 15px;
	}

	.blog-article-thumbnail + .blog-article-title {
		margin-top: 30px;
		margin-bottom: 5px;
		font-weight: 700;
	}

	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category {
		background-color: #003f87;
	}

	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category:hover {
		background-color: #555559;
		color: #fff;
	}

	.blog-article-content {}

	.blog-article-details + .blog-article-content {
		margin-top: 30px;
	}

	.blog-article-content > a {
		display: inline-block;
		margin-top: 10px;
		color: #003f87;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.blog-article-content > a i {
		position: relative;
		top: 4px;
		color: #555559;
		font-size: 20px;
	}

	.blog-article-content > a:hover {
		color: #555559;
		text-decoration: none;
	}

	@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 ARTICLE AUTHOR */
	.blog-article-author {
		position: relative;
		margin-bottom: 75px;
		background-color: #e4f0f3;
		color: #003f87;
	}

	.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: #003f87;
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.comment-author .fn:hover {
		color: #555559;
	}

	.comment-author .says {
		display: none;
	}

	.comment-metadata {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.comment-metadata a {
		color: #555559;
	}

	.comment-content {}

	.reply {}

	.reply a {
		display: inline-block;
		padding: 5px 30px;
		background-color: #e4f0f3;
		color: #003f87;
		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: #555559;
		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: 10px;
	}

	#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 #003f87;
		background-color: transparent;
	}

	.quick-contact-form input:focus {
		border-color: transparent;
		border-bottom-color: #555559;
	}

	.quick-contact-form ::-moz-placeholder {
		color: #003f87;
	}

	.quick-contact-form ::-webkit-input-placeholder {
		color: #003f87;
	}

	.quick-contact-form :-ms-input-placeholder {
		color: #003f87;
	}

	@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%;
		}

	}

  @media (width: 1024px) {
    .menu > li > a {
      margin-right: 0px;
    }

  }
