/*
================================
Global Styles
================================
*/

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	color: #333;
}

.link-post {
	padding: 0;
}

ol {
	padding-left: 40px;
}

ul {
	padding-left: 40px;
}

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

.tab-content {
	transition: all 0.35s;
}

.blog-link-content {
	text-align: left; 
	padding-left: 0;
	font-size: 10px;
}

.menu-link-content {
	text-align: right; 
	padding-right: 0;
	font-size: 10px;
}

.input-group .form-control {
	border-right: 0;
}

.site-maps {
	margin: 0;
}

.site-maps ul li a {
	color: #333;
}

.pd-0 {
	padding: 0 !important; 
}

.pl-10 {
	padding-left: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.site-maps ul li a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
}

.ceo-style {
	margin-top: -42px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.btn-default {
	border-radius: 20px;
	border-left: 0;
}

.space-text {
	padding: 0 30px;
}

#gridGallery {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.product-star {
	background: #fff;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	color: #134595;
}

.product-star span {
	margin-left: 5px;
}

h2,
.ms-WPBody h2 {
	color: #000;
}

.box h3 {
	color: #fff;
	font-weight:700;
}

section {
	margin: 25px 0;
}
.bg-news {
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

#gridGallery .row {
	background-color: transparent;
}

.box {
	background-position: center;
	background-size: cover;
	border: 1px solid #fff;
	transition: opacity .25s;
	overflow: hidden;
	height: 300px;
}

.hiddenText {
	display: none !important;
}

.box:hover {
	cursor: pointer;
	z-index: 1;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1 !important;
	padding-top: 110px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: black;
	position: absolute;
	top: 70px;
	right: 15px;
	font-size: 35px;
	font-weight: normal;
	background: white;
	padding: 0 10px;
	padding-bottom: 5px;
}

.close:hover,
.close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	color: white;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
}
.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.8);;
}

.product-caption h4 {
	color: #f2f2f2;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background: #134595cc;
	border-left: 10px solid #fff;
	margin: 15px 0;
}

.product-desc p {
	color: #f2f2f2;
	padding: 10px;
	position: absolute;
	bottom: 20px;
	background: #134595cc;
	border-right: 10px solid #fff;
	text-align: justify;
	right: 0;
	width: 50%;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

.transition {
	transition: 1s;
}

.bottomRight {
	left: auto;
	right: 80px;
}

.topRight {
	left: auto;
	right: 50px;
	bottom: auto;
	top: 50px;
}

.topLeft {
	bottom: auto;
	top: 50px;
}
.image-electronic {
	vertical-align: middle;
}
.image-electronic img {
	width: 100%;
	height: auto;
	padding: 15px 0;
	background-repeat: no-repeat;
	background-image: center;
}
.electronic-desc {
	padding: 10px;
}

.electronic-desc h4 {
	text-transform: uppercase;
}

.electronic-desc p,
.electronic-desc ul li {
	text-transform: capitalize;
}
.electronic-desc ul li:marker {
	margin-left: 100px;
}
.electronic-desc img {
	width: 250px;
	height: 250px;
	margin: 10px;
	padding: 10px;
}


.toggleIcon {
	background: #134595cc;
	bottom: 10px;
	left: -200px;
	opacity: 0;
	position: absolute;
	width: 200px;
	border-left: 10px solid #fff;
}
.toggleIcon h4 {
	margin: 0 5px;
	color: #fff;
	padding: 10px 20px;
}

.box:hover .toggleIcon {
	opacity: 1;
	left: 0;
	transition: all 0.25s ease 0s;
}

.clear {
	clear: both;
}
.product-space {
	padding-left: 0;
	padding-right: 6px;
}
.btn-home {
	text-align: center;
	position: relative;
	z-index: 1;
	top: -100px;

}

.btn-home ul {
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.ciptasin-spanduk-download span {
	color: #fff;
	background: #134595cc;
	padding: 10px 5px;
	position: relative;
	left: -15px;
	border-left: 5px solid;
}

.ciptasin-spanduk-download a {
	display: inline-block;
	background: #134595;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 370px;
	margin-bottom: 5px;
	margin-left: 3px;
	text-align: left;
}

.btn-home li a {
	display: inline-block;
	background: #134595;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	width: 245px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 240px;
	margin-bottom: 5px;
	margin-left: 3px;
	text-align: left;
}

.btn-home li a i {
	font-size: 25px;
	vertical-align: middle;
}
.btn-home li span {
	margin-left: 5px;
}

.btn-home li a:hover {
	background: #fff;
	color: #134595;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 240px;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

.caption-product-area h3 {
	margin-top: 30px;
	border-bottom: 1px solid #f81c51;
	padding-bottom: 10px;
}

.row-product {
	margin: 0;
}

.map-main-home {
	width: 100%;
	background: #eee;
	margin: 0;
	padding: 0;
}

.home-maps-main {
	margin: 0;
}
.home-maps-main iframe{
	margin: 0;
	width: 100%;
	position: relative;
	margin-bottom: -5px;
	margin-left: -15px;
}

.contact-main-home {
	width: 100%;
	height: 100%;
	text-align: center;
}

.contact-main-home h4 {
	margin: 50px;
	margin-top: 90px;
}

.contact-button-home {
	margin: 50px;
}
.contact-button-home a {
	padding: 5px 20px;
	background: #222;
	color: #fff;
	border: 1px solid #222;
	border-radius: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.contact-button-home a:hover {
	text-decoration: none;
	background: #fff;
	color: #222;
}

.map-home {
	padding: 0;
	margin: 0;
}

.home-last {
	padding: 0;
	text-decoration: none;
}

.home-last h3 {
	margin: 30px 0;
	border-bottom: 1px solid #f81c51;
}

.all-news a{
	font-size: 14px;
	float: right;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 1px solid #134595;
	padding: 5px 20px;
}

.all-news a:hover,
.all-news a:active {
	text-decoration: none;
	background: #134595;
	color: #fff !important;
}

.all-product a{
	font-size: 14px;
	float: right;
	margin: 20px 6px;
	border-radius: 20px;
	border: 1px solid #134595;
	padding: 5px 20px;
}

.all-product a:hover,
.all-product a:active {
	text-decoration: none;
	background: #134595;
	color: #fff !important;
}

.home-maps-btn h3 {
	margin-top: 10px;
	text-transform: uppercase;
	text-align: right;
}

.home-maps-btn p {
	color: #fff;
}

.bg-about {
	text-align: justify;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

hr {
	margin-top: 0;
}

a {
	color: #134595;
	text-decoration: none;
}

.lb-outerContainer,
.lightbox .lb-image {
	border: 0 !important;
	border-radius: 0 !important;
}
a:focus {
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration: none;
}
a:hover{
	color: #551A8B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Francois One', sans-serif;
	margin: 10px 0;
}

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

.bg-area {
	background: #F6F6F6;
}

.bg {
	position: absolute;
	background-color: #222;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.fz-14 {
	font-size: 14px!important;
}
.fz-16 {
	font-size: 16px!important;
}

/*Owl Carousel Fix Start*/

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*Owl Carousel Fix End*/
.clear-three:nth-child(3n + 1) {
	clear: both;
}

.clear-two:nth-child(2n + 1) {
	clear: both;
}

.clear-four:nth-child(4n + 1) {
	clear: both;
}


/*Shortcode*/
.ptb-60 {
	padding: 60px 0px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.ptb-30 {
	padding: 30px 0 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.mtb-30 {
	margin: 30px 0 !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mtb-0 {
	margin: 0 !important;
}
/*Preloader*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.headline,
.testimonial-headline {
	text-align: center;
	margin: 0 15px 15px 15px;
}

.headline h2,
.testimonial-headline h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 4px;
}

.headline p,
.testimonial-headline p {
	font-size: 16px;
	margin-bottom: 2px;
}

.headline-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

.testimonial-headline {
	position: relative;
	color: #fff;
	margin-bottom: 45px;
}

/*Header-Area*/
.tooltip.bottom .tooltip-inner{
	max-width:310px;
	padding:5px 10px;
	color:#fff;
	text-align:center;
	background-color:#134595;
	border-radius:0;
}

.tooltip.top .tooltip-inner{
	max-width:420px;
	padding:5px 10px;
	color:#fff;
	text-align:center;
	background-color:#134595;
	border-radius:0;
	border-bottom: 3px solid black;
}

.header-area {
	background: #13233b;
	padding-top: 5px;
	clear: both;
}

.header-contact {
	color: #fff;
	float: right;
}

.header-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -15px;
}

.header-contact li {
	display: inline-block;
	margin-left: 15px;
}

.header-contact li i {
	font-size: 13px;
}

.header-contact li span {
	margin-left: 5px;
	cursor: help;
	font-size: 12px;
}

.language-style {
	padding: 0 5px;
	padding-bottom: 3px;
}

.language-style a {
	color: #fff !important;
	font-weight: 700;
}

.header-contact li span a {
	color: #134595;
}

/*Menu-Area*/
.menu-area {
	position: relative;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: inset 1px 0px 0px 1px rgba(0,0,0,0.2);
}

.logo {
	vertical-align: middle;
	text-align: center;
	margin-top: -33px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.logo img {
	width: auto;
	height: 0;
}

.logo2 {
	vertical-align: middle;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-top: -20px;
}

.logo2 img {
	width: auto;
}

.mainmenu-align {
	text-align: right;
}

ul.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.nav-menu li {
	text-align: left;
	display: inline-block;
	position: relative;
}

ul.nav-menu li.current_page_item a {
	color: #f8be2e;
	text-decoration: none;
}

ul.nav-menu li a {
	font-size: 1.3rem;
	text-decoration: none;
	display: block;
	padding: 20px 15px;
	transition: all 0.4s;
	color: #333 !important;
}

ul.nav-menu li a i {
	font-size: 14px;
}

ul.nav-menu li:hover a {
	color: #f8be2e;
}

.menu-item-has-children {
	position: relative;
}

.main-menu .menu-item-has-children:before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 99;
}

.main-menu .submenu-item-has-children:before {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	right: 0;
	top: 50%;
	margin-top: -11px;
	padding-right: 10px;
	z-index: 99;
}

.pin:before {
	position: absolute;
	content: '\f08d';
	font-family: 'FontAwesome';
	right: 0;
	top: 50%;
	margin-top: -11px;
	padding-right: 20px;
	z-index: 99;
}

.menu-item-has-children span {
	margin-left: 5px;
}

.latest-news {
	font-weight: 800;
}

ul.nav-menu li ul {
	position: absolute;
	min-width: 200px;
	left: 0;
	border-top: 3px solid #f8be2e;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

ul.nav-menu li:hover ul {
	visibility: visible;
	opacity: 1;
}

ul.nav-menu li ul li {
	display: none;
	opacity: 0;
}

ul.nav-menu li ul li a {
	display: block;
	position: relative;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px;
	background: #fff;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

ul.nav-menu li ul li a:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	background: #f8be2e;
	left: 0;
	bottom: -1px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

ul.nav-menu li ul li a:hover:before {
	width: 100%;
}

ul.nav-menu li:hover ul li a {
	color: #333;
}

ul.nav-menu li ul li ul {
	top: 0;
	left: 200px;
	border-top: 0px;
}

ul.nav-menu li ul li ul li {
	border-left: 1px solid #ddd;
}

ul.nav-menu li:focus ul li ul li,
ul.nav-menu li:hover ul li ul li {
	display: none;
}

ul.nav-menu li:focus ul li:focus ul li,
ul.nav-menu li:hover ul li:hover ul li {
	display: block;
}

ul.nav-menu li:hover ul li:hover a {
	color: #f8be2e
}

ul.nav-menu li:hover ul li:hover ul li a {
	color: #333;
}

ul.nav-menu li:hover ul li:hover ul li:hover a {
	color: #f8be2e;
}

/*Menu-Keyframes*/

ul.nav-menu li:focus ul li,
ul.nav-menu li:hover ul li {
	display: block;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: fade 0.4s forwards;
	-webkit-animation: fade 0.4s forwards;
	animation: fade 0.4s forwards;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@-moz-keyframes fade {
	0% {
		-moz-transform: translateY(0px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
	0% {
		-moz-transform: translateY(0px);
	}
}

@-webkit-keyframes fade {
	0% {
		-webkit-transform: translateY(0px);
		;
	}
	100% {
		-webkit-transform: translateY(0px);
		;
	}
	0% {
		-webkit-transform: translateY(0px);
		;
	}
}

@keyframes fade {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
	0% {
		transform: translateY(0px);
	}
}

ul.nav-menu li ul li:first-child {
	animation-delay: 0.1s;
}

ul.nav-menu li ul li:nth-child(2) {
	animation-delay: 0.2s;
}

ul.nav-menu li ul li:nth-child(3) {
	animation-delay: 0.3s;
}

ul.nav-menu li ul li:nth-child(4) {
	animation-delay: 0.4s;
}

ul.nav-menu li ul li:nth-child(5) {
	animation-delay: 0.5s;
}

ul.nav-menu li ul li:nth-child(6) {
	animation-delay: 0.6s;
}

ul.nav-menu li ul li:nth-child(7) {
	animation-delay: 0.7s;
}

ul.nav-menu li ul li:nth-child(8) {
	animation-delay: 0.8s;
}

/*Menu-Keyframes-End*/

ul.nav-menu li ul li:focus ul li,
ul.nav-menu li ul li:hover ul li {
	display: block;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: fade2 0.4s forwards;
	-webkit-animation: fade2 0.4s forwards;
	animation: fade2 0.4s forwards;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@keyframes fade2 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
	0% {
		transform: translateY(0px);
	}
}

ul.nav-menu li ul li ul li:first-child {
	animation-delay: 0.1s;
}

ul.nav-menu li ul li ul li:nth-child(2) {
	animation-delay: 0.2s;
}

ul.nav-menu li ul li ul li:nth-child(3) {
	animation-delay: 0.3s;
}

ul.nav-menu li ul li ul li:nth-child(4) {
	animation-delay: 0.4s;
}

ul.nav-menu li ul li ul li:nth-child(5) {
	animation-delay: 0.5s;
}

ul.nav-menu li ul li ul li:nth-child(6) {
	animation-delay: 0.6s;
}

ul.nav-menu li ul li ul li:nth-child(8) {
	animation-delay: 0.7s;
}

ul.nav-menu li ul li ul li:nth-child(8) {
	animation-delay: 0.8s;
}

/*Sticky Menu*/
#strickymenu.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
	height: 60px;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
	
}

.sticky .logo {
	margin: 10px;
	margin-top: -30px;
}

.sticky .logo img {
	height: 40px;
}

.sticky .logo2 {
	margin: 10px;
}

.sticky .logo2 img {
	height: 0;
}

.sticky .ceo-style {
	margin-top: 0;
}

.sticky .btn-primary{
	padding: 20px 15px;
}
.sticky .container-collapse {
	margin-top: -1px;
}
.sticky ul.nav-ciptasin li a {
	text-decoration: none;
	padding: 5px 20px;
	margin-top: 15px;
	border-radius: 20px;
}



.sticky ul.nav-ciptasin li ul {
	top: 60px;
}

.sticky ul.nav-ciptasin li ul li a {
	padding: 10px 12px;
}

.sticky ul.nav-ciptasin li ul li ul {
	top: 0;
}

/* Custom Mean Menu Styles */
.mean-container a.meanmenu-reveal{
	margin-right: 5px;
}

.mean-container .mean-nav ul {
	position: static;
	display: block;
}

.mean-container .mean-nav ul li a {
	background: #0c1923;
	border-left: 0;
}

.mean-container .mean-nav ul li:hover {
	background: none;
}

.mean-container .mean-nav ul li a:hover {
	background-color: rgba(255,255,255,0.1)!important;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: auto !important;
}

.searchbar .search-button {
	text-align: right;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.searchbar .search-button:active,
.searchbar .search-button:focus,
.searchbar .search-button:hover {
	cursor: pointer;
	color: #134595;
}

.searchbar .input-search {
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: -64px;
	background: #13233b99;
	padding: 15px;
}

.input-search {
	z-index: 999;
}

.searchbar .input-search .btn:hover {
	background: #134595;
}

/*
================================
Slider
================================
*/

.slider-item {
	position: relative;
	height: 530px;
	transition: all 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.slider-table {
	display: table;
	width: 100%;
	height: 100%;
}

.slider-text {
	vertical-align: middle;
	display: table-cell;
	padding: 180px 0;
}

.slider-animated h2 {
	font-size: 25px;
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 80px;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	text-transform: uppercase;
}

.slider-animated p {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 0 80px;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.slider-animated ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 80px;
}

.slider-animated li {
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.slider-animated li a {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #13233b;
	-webkit-border-radius: 3px;
	padding: 5px 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 20px;
	text-transform: capitalize;
}

.slider-animated li a:hover {
	background: #0e1726;
	color: #fff;
	border: 1px solid #0e1726;
}
.slider-animated li:last-child a {
	color: #333 !important;
}
/*Slide-Carousel*/

.slide-carousel.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 32%;
	left: 0;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev,
.slide-carousel.owl-carousel .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.slide-carousel.owl-carousel .owl-nav .owl-prev {
	left: 0px;
	margin-left: 40px;
}

.slide-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	margin-right: 40px
}

.slide-carousel.owl-carousel .owl-nav .owl-prev:hover,
.slide-carousel.owl-carousel .owl-nav .owl-next:hover {
	color: #134595;
}

/*Slide-Carousel End*/

/*Choose-Area*/

.choose-area {
	overflow: hidden;
}

.choose-left {
	float: left;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 30px;
}

.choose-right {
	position: relative;
	width: 100%;
	float: right;
}

.bg-choose {
	position: absolute;
	background-color: #13233b;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.choose-item {
	position: relative;
	color: #fff;
}

.choose-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.choose-item li {
	display: table;
	width: 100%;
}

.choose-icon {
	display: table-cell;
	vertical-align: top;
}

.choose-icon img {
	width: 50px;
	height: 50px;
	border: 2px solid #134595;
	padding: 10px;
	margin-right: 35px;
}

.choose-text {
	display: table-cell;
	vertical-align: top;
}

.choose-text h3 {
	color: #134595;
	margin: 0;
	margin-bottom: 10px;
}

/*Services-Area*/

.services-item {
	border: 1px solid #ddd;
	margin-top: 30px;
}

.services-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 225px;
}

.services-text {
	background: #13233b;
	color: #fff;
	border-top: 5px solid #134595;
	padding: 15px;
}

.services-text h3 {
	margin-top: 2px;
	margin-bottom: 15px;
}

.services-text h3 a {
	color: #134595;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.services-text h3 a:hover {
	color: #134595;
}

.services-text p {
	margin: 0;
}

.services-link {
	margin-top: 15px;
}

.services-link a,
.services-link .booking-submit {
	display: inline-block;
	font-size: 13px;
	border-radius: 20px;
	border: 1px solid #333;	
	background-color: #134595;
	padding: 5px 20px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.services-link a:hover {
	color: #333;
}

.services-link i {
	margin-left: 5px;
}

.services-link a:hover i {
	-webkit-animation: services-icon 0.8s;
	animation: services-icon 0.8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

/*Services-Keyfream Start*/

@-webkit-keyframes services-icon {
	0% {
		-webkit-transform: translateX(-3px);
		;
	}
	35% {
		-webkit-transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(-3px);
		;
	}
}

@keyframes services-icon {
	0% {
		transform: translateX(-3px);
	}
	35% {
		transform: translateX(3px);
	}
	100% {
		transform: translateX(-3px);
	}
}
.pl-30 {
	padding-left: 30px !important;
}

/*Services-Keyfream End*/

/*Recent-Works*/
.recent-works {
	padding-bottom: 100px;
}

.recent-facility {
	padding-bottom: 5px;
	margin-bottom: 0 !important;
}

.recent-menu {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.recent-menu ul li {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 20px;
	border-radius: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recent-menu ul li:hover {
	background: #333;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}
.hvr-bounce-to-right::before {
	background: #134595 !important;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
	color: #333 !important;
	border-radius: 20px;
}

.filtr-item {
	margin:5px 3px;
	padding:5px 3px;
}

.lightbox-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #134595;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recent-photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 225px;
	position: relative;
}

.lightbox-text {
	position: absolute;
	width: 100%;
	height: 225px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.lightbox-table {
	display: table;
	width: 100%;
	height: 100%;
}

.lightbox-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;

}

.lightbox-icon i {
	font-size: 30px;
	color: #fff;
}

.lightbox-item:hover .lightbox-icon {
	visibility: visible;
	height: 225px;
	width: 100%;
	color: #fff;
	background-color: #2BBCDE;
	position: relative;
	top: 0px;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.lightbox-item a {
	position: relative;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}

.recent-text {
	padding: 10px;
	height: 200px;
}

.recent-text h4 {
	margin-top: 2px;
}

.recent-text p {
	margin: 0;
	font-size: 13px;
}

/*Team-Area*/

.team-item {
	margin-top: 30px;
	margin-left: -1px;
}

.team-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 292px;
	position: relative;
}

.team-text {
	text-align: center;
	background: #13233b;
	color: #fff;
	padding: 15px;
}

.team-text h4 {
	margin: 0;
	margin-bottom: 4px;
}

.team-text h4 a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.team-text h4 a:hover {
	color: #134595;
}

.team-text p {
	margin: 0;
	font-size: 14px;
}

.team-social {
	text-align: center;
	position: absolute;
	background: #13233bb3;
	width: 100.5%;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.team-item:hover .team-social {
	bottom: 11.3%;
	visibility: visible;
	opacity: 1;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social li {
	display: inline-block;
	margin-right: 10px;
}

.team-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #ddd;
	margin: 5px 0;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-social li a:hover {
	background: #134595;
	color: #333;
	border: 1px solid #134595;
}

/*Team-Carousel Button*/

.team-carousel.owl-carousel .owl-nav {
	position: absolute;
	width: 108%;
	top: 0;
	margin-top: 15%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	left: -45px;
}

.team-carousel.owl-carousel .owl-nav .owl-prev,
.team-carousel.owl-carousel .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 31px;
	font-size: 25px;
	color: #13233b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-area:hover .owl-nav,
.team-area:hover .owl-nav {
	right: 0;
	visibility: visible;
	opacity: 1;
}


.team-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

.team-carousel.owl-carousel .owl-nav .owl-prev:hover,
.team-carousel.owl-carousel .owl-nav .owl-next:hover {
	color: #134595;
}

/*Testimonial-Area*/

.testimonial-area {
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg-testimonial {
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.testimonial-item {
	margin-top: 45px;
}

.testimonial-text {
	position: relative;
	background: #f6f6f6;
}

.client-name {
	text-align: center;
	background: #134595;
	padding: 20px;
	padding-top: 50px;
}

.client-name h4 {
	margin-bottom: 4px;
	font-size: 20px;
}

.client-name span {
	display: block;
}

.testimonial-detail {
	padding: 30px;
	font-size: 15px;
}

.testimonial-detail p {
	display: inline;
	font-size: 14px;
}

.testimonial-detail i {
	margin-right: 10px;
}

.testimonial-photo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
}

.testimonial-photo img {
	width: 90px !important;
	height: 90px;
	border-radius: 50%;
}

/*Testimonial-owl*/

.testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	border-radius: 1px;
	background: #fff;
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.testimonial-carousel .owl-dots .owl-dot.active {
	background: #134595;
	border: 1px solid #134595;
	padding: 3px;
}


/* Counter Area */
.counterup-area {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.bg-counterup {
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.counter-border {
	padding: 0;
}

.counter-text {
	text-align: center;
	color: #fff;
	position: relative;
}

.counter-text a {
	text-decoration: none;
	background: #fff;
	padding: 10px 35px;
	margin-top: 20px;
}

.counter-link {
	padding: 10px 0 ;
}
.counter-item {
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	margin-top: 40px;
}

.counter-border:last-child .counter-item {
	border-right: 0px;
}

.counter-item h2.counter {
	font-size: 30px;
	margin-top: 0;
}

.counter-item h4 {
	font-size: 14px;
	font-weight: 0;
	margin: 0;
}

/*Caption-Photo*/

.caption-item {
	margin-top: 6px;
}

.caption-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 176px;
	position: relative;
}

.caption-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #134595;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.caption-item:hover .caption-bg {
	transform: scale(1);
	opacity: 0.7;
	visibility: visible;
}

.caption-box {
	position: absolute;
	width: 100%;
	height: 176px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.caption-table {
	display: table;
	width: 100%;
	height: 100%;
}

.caption-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.caption-icon i {
	font-size: 30px;
	color: #333;
}

.caption-item:hover .caption-icon {
	visibility: visible;
	opacity: 1;
}

.caption-text {
	background: #13233b;
	color: #fff;
	padding: 15px;
}

.caption-text p {
	margin: 0;
}

/*Blog-Area*/
.csmpublic-home {
	margin: 0;
}
.csmpublic-home h2 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 44px;
	margin-top: 70px;
}
.csmpublic-home h2 b {
	color: #2BBCDE;
}
.csmpublic-home .public-csm-home {
	background: #ffffff;
	overflow: hidden;
	height: 400px;
	margin-bottom: 20px;
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}
.csmpublic-home .public-csm-home:hover h3 {
	text-decoration: underline;
}
.csmpublic-home .public-csm-home:hover .csm-blog-home {
	height: 400px;
	width: 100%;
	color: #fff;
	background-color: #2BBCDE;
	position: absolute;
	top: 40px;
	opacity: 0.95;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;  

}
.testimonial-post {
	background-color: white !important;
}
.csmpublic-home 
.public-csm-home 
.img-csm-home {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	height: 100%;
}
.csmpublic-home .public-csm-home .img-csm-home img {
	height: 100%;
	width: auto;
}
.csmpublic-home 
.public-csm-home 
.public-partcsm-home {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 10px;
}
.csmpublic-home 
.public-csm-home 
.public-partcsm-home h3 {
	font-size: 15px;
}
.csmpublic-home 
.public-csm-home 
.public-partcsm-home p {
	font-size: 13px;
}
.csmpublic-home 
.public-csm-home 
.contenido-publicacion-home {
	padding: 0 10px;
}

.csmpublic-home 
.public-csm-home 
.contenido-publicacion-home h3 {
	font-weight: 900;
	font-size: 20px;
}

.csmpublic-home 
.public-csm-home 
.img-publicacion-home  {
	overflow: hidden;
	max-height: 180px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.csm-blog-home {
	height: 400px;
	width: 0%;
	color: #aaa;
	background-color: #2BBCDE;
	position: absolute;
	top: 40px;
	opacity: 0.0;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	text-align: center;
	padding-top: 180px;
}
.csm-blog-home span {
	text-align: center;
	max-height: 400px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
}
.csm-blog-home h4 {
	position: relative;
	text-decoration: none;
	top: -100px;
	margin: 0 5px;
}
.csmpublic-home .to-csmpub-home {
	background: #2BBCDE;
	height: 400px;
	width: 100%;
	display: inline-block;
	padding: 20px;
	text-decoration: none;
}
.csmpublic-home .to-csmpub-home span {
	color: #fff;
	font-weight: 900;
	font-size: 25px;
	line-height: 26px;
}

.no-merg {
	padding: 0 2px;
}

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

.blog-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 225px;
}
.blog-author {
	text-align: right;
}

.blog-author ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-author li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin-left: 0 !important;
	padding: 10px;
}

.blog-author li a{
	text-decoration: none;
	color: #333;
}

.blog-author li a:hover{
	text-decoration: underline;
}

.blog-author li .gro {
	background: transparent;
	color: #333;
}

.blog-author li span {
	margin-right: 5px;
}

.blog-author li:last-child {
	margin-right: 0;
}

.blog-author li i {
	margin-right: 5px;
}

.blog-text {
	background: #13233b;
	color: #fff;
	border-top: 5px solid #134595;
	padding: 15px;
}

.blog-text a {
	color: #134595;
}

.blog-text .services-link a {
	color: #333;
}

.blog-text h3 {
	margin-top: 2px;
	margin-bottom: 15px;
}

.blog-text h3 a {
	text-decoration: none;
	color: #134595;
}

/*customers-carousel Button*/

.blog-carousel.owl-carousel .owl-nav {
	position: absolute;
	width: 82px;
	top: 0;
	right: -15px;
	margin-top: -18px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-carousel.owl-carousel .owl-nav .owl-prev,
.blog-carousel.owl-carousel .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 31px;
	font-size: 18px;
	color: #13233b;
	border: 2px solid #13233b;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.blog-area:hover .owl-nav,
.blog-area:hover .owl-nav {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.blog-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

.blog-carousel.owl-carousel .owl-nav .owl-prev:hover,
.blog-carousel.owl-carousel .owl-nav .owl-next:hover {
	color: #134595;
	border: 2px solid #13233b;
}

/*Pagination*/

ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 30px;
}

ul.page-numbers li {
	display: inline-block;
	font-weight: 600;
}

ul.page-numbers li:before {
	display: none;
}
ul.page-numbers li a{
	text-decoration: none;
}
ul.page-numbers li a.page-numbers {
	display: inline-block;
	list-style-type: none;
	background: #13233b;
	color: #fff;
	padding: 8px 16px;
}

span.page-numbers.current {
	display: inline-block;
	list-style-type: none;
	background: #134595;
	color: #333;
	padding: 8px 16px;
}


/*customers-Area*/
.customers-area {
	margin-bottom: 50px;
}

.customers-area h3 {
	border-bottom: 1px solid #f81c51;
	padding-bottom: 5px;
}

.customers-item {
	height: 145px;
}

.customers-item img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.customers-text {
	text-align: center;
	margin-top: 5px;
	font-style: italic;
}
/*customers-carousel Button*/

.customers-carousel.owl-carousel .owl-nav {
	position: absolute;
	width: 108%;
	top: 0;
	margin-top: 30px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	left: -45px;
	z-index: -1;
}

.customers-carousel.owl-carousel .owl-nav .owl-prev,
.customers-carousel.owl-carousel .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 31px;
	font-size: 25px;
	color: #13233b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.customers-area:hover .owl-nav,
.customers-area:hover .owl-nav {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.customers-carousel.owl-carousel .owl-nav .owl-prev {
	left: 0px;
}

.customers-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

.customers-carousel.owl-carousel .owl-nav .owl-prev:hover,
.customers-carousel.owl-carousel .owl-nav .owl-next:hover {
	color: #134595;
}

/*Footer-Contact*/

.footer-social {
	text-align: left;
}

.footer-social ul{
	padding-left: 0;
}

.footer-social li {
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
}

.footer-social li:last-child {
	margin-right: 0px;
}

.footer-social a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-main {
	width: 100%;
	height: auto;
	padding: 40px 0 20px 0;
	background: #13233b;
}

.footer-col h3	{
	color: #ffffff;
	font-size: 24px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: 500;
}


.footer-col p {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 22px;
}

.footer-col ul li,
.footer-col ul li a {
	color: #b9b9b9;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.footer-col ul li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.footer-col ul li:before {
	color: #999;
	content: "\f0da";
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0;
}

.footer-col ul li a:hover {
	color: #fff;
}

.footer-col .news-item {
	color: #999;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #676666;
}

.footer-col .news-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-col .news-item .news-title {
	font-size: 13px;
	line-height: 22px;
}

.footer-col .news-item .news-title a {
	color: #b9b9b9;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 14px;
}

.footer-col .news-item .news-title a:hover {
	color: #fff;
} 

.footer-col .news-item .news-date {
	color: #b5b5b5;
	font-size: 12px;
	margin-top: 10px;
}

.footer-col .news-item .news-date a {
	color: #b5b5b5;
}

.footer-col .contact-item {
	color: #b9b9b9;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
}

.footer-col .contact-item .icon {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

.footer-col .contact-item .text {
	float: left;
	line-height: 22px;
}

.footer-contact-item ul span {
	margin-left: 5px;
	font-size: 12px;
}

.footer-contact-area {
	background: #134595;
	padding-bottom: 20px;
	clear: both;
}

.footer-contact-item {
	margin-top: 5px;
	text-align: left;
}

.footer-contact-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact-item li {
	display: block;
	margin-bottom: 10px;
}

.footer-contact-item li:last-child {
	margin-bottom: 0;
}

.footer-contact-item li img {
	width: auto;
	height: 50px;
}

.footer-contact-item li h4 {
	margin: 0;
	margin-bottom: 5px;
	color: #8F8F8F;
}

.footer-contact-item li p {
	margin-top: 5px;
	color: #8F8F8F;

}

/*Footer-area*/

.footer-area {
	background: #13233b;
	color: #fff;
}

.footer-area h1 {
	font-size: 28px;
}

.footer-area h2 {
	font-size: 26px;
}

.footer-item {
	overflow: hidden;
	margin-top: 30px;
}

.footer-item h3 {
	margin: 0;
	margin-bottom: 15px;
}

.footer-about p {
	margin-right: 30px;
}

.footer-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-item li {
	display: block;
	padding-bottom: 8px;
}

.footer-item li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-item li a:hover {
	color: #134595;
}

.footer-item .menu-item-has-children::before {
	display: none;
}

.footer-item li p {
	font-size: 13px;
	margin: 0;
}

.footer-item li p i {
	margin-right: 5px;
}

.footer-item .form-group {
	margin-top: 30px;
	margin-bottom: 15px;
}

.footer-item .btn {
	display: inline-block;
	font-size: 15px;
	
	background-color: #134595;
	color: #333;
	padding: 10px 40px;
	text-transform: capitalize;
	box-shadow: 0px -3px 2px -1px #352f2f inset;
	border-radius: 1px;
	border: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footer-item .btn:focus,
.footer-item .btn:hover {
	border: 0px;
	color: #333;
	background-color: #edab07;
}

/*Footer-Copyright*/

.footer-copyright {
	background: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link-footer p {
	color: #fff;
	margin: 0;
	margin-top: 5px;
	text-align: right;
	margin-right: 60px;
}

.link-footer a {
	color: #eee !important;
	font-size: 11px;
}

.link-footer a:hover {
	text-decoration: underline;
}

.footer-menu {
	text-align: right;
}

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

.footer-menu li {
	display: inline-block;
	margin-right: 10px;
}

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

.footer-menu li a {
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-menu li a:hover {
	color: #134595;
}

.footer-visitor {
	text-align: right;
	margin-right: 60px;
	padding: 5px 0;
	margin-bottom: 10px;
}

.footer-owner-style {
	text-align: center;
	padding: 20px 0;
	background: #f9fafb;
}

.footer-owner-style img {
	width: 80px;
	height: auto;
}

.footer-owner-info {
	padding-top: 10px;
	text-transform: capitalize;
	color:	#333;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}

.footer-copyright-bottom {
	color: #fff;
	text-align: center;
	font-size: 12px;
	background-color: #214175 !important;
	padding: 8px 20px;
}

.card-owner {
	width: 100%;
	min-height: 100px;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
.card-owner:hover {
	transform: scale(1.05);
}

.heading-owner {
	margin-bottom: 20px;
}

.heading-owner h3 {
	text-align: left;
	color: #134595;
	border-bottom: 1px solid #f81c51;
}
/*scroll-top*/

.scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 28px;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 46px;
	bottom: 20px;
	right: 20px;
	background: #13459599;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top:hover {
	background: #134595;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}

/*Banner*/

.banner-slider {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	background-attachment: fixed;
}

.banner-text {
	padding: 50px 0;
	padding-bottom: 10px;
	display: block;
	text-align: right;
	vertical-align: middle;
	position: relative;
}

.banner-text h1 {
	font-size: 34px;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}

/*Main-Testimonial*/

.testimonial-area.main-testimonial {
	margin-top: 0;
}

.testimonial-area.main-testimonial .testimonial-detail {
	background: #13233b;
	color: #fff;
}

.main-testimonial .testimonial-carousel .owl-dots .owl-dot {
	background: #13233b;
}

.main-testimonial .testimonial-carousel .owl-dots .owl-dot.active {
	background: #134595;
	border: 1px solid #134595;
}

/*Testimonial-Column*/

.testimonial-column .testimonial-item {
	margin-top: 60px;
}

.testimonial-column .testimonial-photo {
	margin-top: 15px;
}


/*About-Area*/

.about_heading h3 {
	margin-bottom: 15px;
}

.about-photo {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 430px;
	margin-top: 30px;
}

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

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

.about-text p {
	font-size: 15px;
	line-height: 1.7;
}

.about-mission {
	text-align: center;
	margin-top: 30px;
}

.mission-icon {
	text-align: center;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background: #13233b;
	color: #134595;
	font-size: 38px;
	border-radius: 50%;
	margin: 0 auto;
}

.about-mission h3 {
	text-transform: uppercase;
}

.single-service-item {
	margin-bottom: 30px;
}

.about_style {
	padding: 0 10px;
	margin-bottom: 20px;
}
/*Carousel-Indicators*/

.carousel-inner .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	width: 100% !important;
}

.carousel-inner .lightbox-inner {
	width: 100%;
	height: 100%;
	line-height: 400px;
	text-align: center;
	background: #134595;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.carousel-inner .lightbox-inner a {
	font-size: 34px;
	color: #134595;
	text-decoration: none;
}

.carousel-inner:hover .lightbox-inner {
	visibility: visible;
	opacity: 0.6;
}

.carousel-indicators {
	text-align: inherit;
	position: inherit;
	left: 0;
	bottom: 0;
	margin: 0;
	margin-top: 15px;
}

.carousel-indicators ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.carousel-indicators li {
	border: 1px solid #134595;
	border-radius: 0px;
	padding: 5px;
}

.carousel-indicators .active,
.carousel-indicators li.active,
.carousel-indicators li {
	width: auto;
	height: auto;
	margin: 0;
}

.carousel-indicators li img {
	max-width: auto;
	height: 65px;
}

#quote-carousel {
	margin-top: 0;
}

.single-service-photo img {
	border-bottom: 5px solid #134595;
}

.single-blog-author ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -8px;
}

.single-blog-author li {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 0 5px;
	margin-bottom: 10px;
}

.single-blog-author li.gro {
	background: #134595;
	color: #333;
	margin-left: 8px;
}

.single-blog-author li:last-child {
	margin-right: 0;
}

.single-blog-author li i {
	margin-right: 5px;
}

/*Slide-Carousel*/

.single-carousel.owl-carousel .owl-nav .owl-prev,
.single-carousel.owl-carousel .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	line-height: 26px;
	font-size: 18px;
	background: #134595cc;
	color: #fff;
	border: 1px solid #134595;
	margin-top: -15px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.single-carousel.owl-carousel .owl-nav .owl-prev {
	left: 0px;
}

.single-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

.single-carousel.owl-carousel:hover .owl-nav .owl-prev,
.single-carousel.owl-carousel:hover .owl-nav .owl-next {
	visibility: visible;
	opacity: 1;
}

.single-carousel.owl-carousel .owl-nav .owl-prev:hover,
.single-carousel.owl-carousel .owl-nav .owl-next:hover {
	background: #134595;
}

/*Slide-Carousel End*/

/*Sidebar*/

.sidebar {
	border-left: 1px solid #ddd;
	padding: 0 15px;
}

.searchbar-item button.btn:hover {
	background: #134595;
}

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

.sidebar-item:first-child {
	margin-top: 0;
	text-transform: uppercase;
}

.sidebar-item h3 {
	position: relative;
	padding-bottom: 12px;
	margin: 0;
	margin-bottom: 10px;
}

.sidebar-item h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #134595;
}

.sidebar-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-item li {
	position: relative;
	border-top: 1px solid #ddd;
	padding: 5px 0;
	padding-left: 10px;
}

.sidebar-item li:hover {
	background: #eee;
}

.sidebar-item li:before {
	position: absolute;
	content: '\f0da';
	font-family: fontawesome;
	left: 0;
}

.sidebar-item li a {
	vertical-align: top;
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
}

.sidebar-item li:nth-last-of-type(1) {
	border-bottom: 0;
}

.sidebar-item li a:hover {
	color: #134595;
	text-decoration: underline;
}

.recent-post-item {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.sidebar-photo {
	vertical-align: top;
	display: table-cell;
	width: 88px;
	padding-right: 5px;
}

.sidebar-photo img {
	max-width: 100%;
	height: auto;
}

.sidebar-text {
	vertical-align: top;
	display: table-cell;
	padding-left: 5px;
}

.sidebar-text a {
	text-decoration: none;
	margin-bottom: 5px;
}

.sidebar-text a:hover {
	color: #134595
}

.sidebar-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-text li {
	border: 0;
	padding: 0;
}

.sidebar-text li a {
	vertical-align: middle;
	font-size: 13px;
	text-decoration: none;
}

.rpwwt-widget ul li:before {
	display: none;
}

.rpwwt-widget ul li a {
	text-decoration: none;
	padding-left: 0;
}

.tagcloud {
	margin-top: 25px;
}

.tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 7px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tagcloud a:hover {
	background: #134595;
	border-color: #134595;
	color: #333;
}

/*Team-Detail-Area*/

.team-detail-left {
	text-align: center;
	margin-top: 30px;
}

.team-detail-text h3 {
	margin-bottom: 5px;
}

.team-detail-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-detail-text li {
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	margin-right: 10px;
}

.team-detail-text li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	text-decoration: none;
}

.team-detail-text li a:hover {
	color: #134595;
}

.team-detail-sidebar {
	margin-top: 30px;
}

.team-about h2 {
	margin-top: 0;
}

.team-about ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-about li {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 15px;
	margin-bottom: 5px;
}

.team-about li i {
	margin-right: 5px;
}

.team-about p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 20px;
	margin-right: 60px;
}

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

.progress-gallery h2 {
	font-size: 28px;
	margin: 0;
	margin-bottom: 30px;
}

.progress-gallery .progress {
	height: 30px;
}

.progress-gallery .progress-bar {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	background: #134595;
	color: #333;
}

.progress-bar span {
	margin-left: 5px;
}

.progress .progress-bar {
	animation-name: animateBar;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .4s;
	-webkit-animation-name: animateBar;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: .4s;
}

@keyframes animateBar {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

@-webkit-keyframes animateBar {
	0% {
		-webkit-transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

/*Contact-Area*/
label {
	margin-left: 20px;
}

.form-control {
	padding-bottom: 9px;
	padding-left: 20px;
	border-radius: 20px;
	padding-top: 7px;
}

.form-control:focus,
.btn-default:focus {
	border-color: #c6c6c6;
	background-color: #fff !important;
	box-shadow: 0 2px 6px 0 rgba(49,53,59,.2);
}
.g-recaptcha iframe {
	min-height: 0;
	height: 78px;
}
.contact-area h4 {
	text-align: left;
}

.contact-area button {
	font-size: 14px;
	display: inline-block;
	background: #13233b;
	color: #fff;
	text-decoration: none;
	border: 1px solid #13233b;
	border-radius: 20px;
	padding: 8px 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.contact-area button:hover {
	background: #134595;
}
.contact-form {
	margin-top: 30px;
}

.form-group textarea {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	resize: none;
	padding: 20px;
}

.contact-form .btn-sub {
	display: inline-block;
	font-size: 15px;
	
	background-color: #134595;
	color: #333;
	padding: 10px 40px;
	text-transform: capitalize;
	border-radius: 1px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.contact-form .btn-sub:hover {
	background-color: #edab07;
}

.map-area {
	margin-top: 55px;
}

.map-area iframe {
	width: 100%;
	height: 500px;
}

.contact-form button.btn-primary {
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 10px;
	background: #134595;
	color: #333;
	border-color: #134595
}

.contact-form button.btn-primary:hover {
	background: #f2ae08;
	color: #333;
	border-color: #f2ae08;
}

/*recent-single-text*/

.company-detail {
	margin-top: 20px;
}

.recent-single-text ul,
.company-detail ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-left: 40px;
}

.recent-single-text ul li,
.company-detail ul li {
	font-size: 14px;
	margin-bottom: 10px;
}

.recent-single-text ul li i,
.company-detail ul li i {
	margin-right: 5px;
	color: #f2ae08;
}

.recent-single-text ul li {
	margin-right: 20px;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-color: #fff;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*Common-Page*/
.common-text {
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
}
.common-text p {
	margin-bottom: 15px;
}
.common-text p strong {
	
}
.common-text ol li {
	list-style-position: inside;
	margin-left: 10px;
}
.common-text ul li {
	list-style-position: inside;
	margin-left: 10px;
}

.common-text input {
	height: 34px;
	border: 1px solid #ddd;
}

.common-text input[type="submit"] {
	padding: 0 10px;
}

/*404-Page*/
.not-found h2 {
	padding-left: 10px;
	color: #ff0000b3;
	text-align: left;
	margin-top: 45%;
	margin-bottom: 10px;
}

.not-found p {
	padding-left: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
}

.opps-Page {
	text-align: center;
}

.opps-circle {
	display: inline-block;
	border-radius: 50%;
	background: #134595;
	padding: 50px;
}

.opps-circle h1 {
	font-size: 70px;
	margin: 0;
}

.opps-circle h3 {
	font-size: 30px;
	margin: 0;
}

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

.opps-text h2 {
	color: #134595;
	margin-bottom: 5px
}

.opps-text input {
	border: 2px solid #134595;
	height: 40px;
	width: 230px;
	text-indent: 15px;
	margin-bottom: 10px;
}

.opps-text button {
	height: 40px;
	width: 80px;
	font-weight: 600;
	text-transform: uppercase;
	background: #134595;
	color: #fff;
	transition: all 0.3s;
}

.opps-text button:hover {
	background: #333;
}


/*Comment*/

.comments {
	margin-top: 40px;
}

.comments h2 {
	font-size: 18px;
	font-family: "Raleway", serif;
}

.comments .comment-list {
	background: transparent;
	padding: 15px;
}

.comments .comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}

.comments .comment-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comments .comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.comments .comment-list .text .inner {
	margin-left: 10px;
}

.comments .comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 18px;
}

.comments .comment-list .text p,
.comments .comment-list .text span {
	color: #333;
	font-size: 14px;
}

.comments .comment-list .text span.date {
	margin-right: 40px;
}

.comments .comment-list .text span.date i {
	margin-right: 5px;
}

.comments .comment-list .text span.reply a {
	font-family: "Raleway", serif;
	background: #134595;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
}

.comments .comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}

.comments .comment-list .children .parent {
	margin-bottom: 0px;
}

.comments .comment-list .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}

.comments .comment-list .children .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}

.comments .comment-list .children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments .comment-list .children > li:before {
	content: '';
}

.comments .comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}

.comments .comment-list > li:before {
	content: '';
}

.comments .comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.comments > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

a.comment-reply-link {
	color: #fff!important;
}

.author-box + h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 24px;
}

h3#comments {
	margin-top: 30px;
}

.comment-respond input,
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	transition: all 0.3s;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
	border-color: #134595;
}

.comment-respond input {
	height: 40px;
}

.comment-respond textarea {
	height: 200px;
}

.comment-respond input[type="submit"] {
	width: auto;
	height: auto;
	color: #333;
	background-color: #134595;
	border: 2px solid #134595;
	font-size: 15px;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-appearance: button;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
}

.comment-respond input[type="submit"]:hover {
	background: #edab07 !important;
	border-color: #edab07 !important;
}

ol.commentlist {
	background: #f8f8f8;
	padding: 15px;
	margin-bottom: 20px;
}

ol.commentlist > li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 30px;
}

ol.commentlist > li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ol.commentlist ul.children li {
	margin-left: 50px;
	list-style-type: none;
}

ol.commentlist ul.children li:before {
	content: '';
}

ol.commentlist li p {
	color: #333;
	line-height: 20px;
	font-size: 13px;
}

a.comment-reply-link {
	background: #134595;
	color: #333!important;
	padding: 4px 10px;
}

a.comment-reply-link:hover {
	background: #edab07;
}

a#cancel-comment-reply-link {
	background: #134595;
	color: #333;
	padding: 4px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.comment-author {
	vertical-align: top;
}

.comment-author cite.fn {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #353535;
}

.comment-author span.says {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #353535;
}

.comment-author img.avatar {
	width: 60px;
	height: 60px;
	margin-right: 5px;
	vertical-align: top;
}

.comment-body {
	margin-bottom: 15px;
	border-bottom: 1px dashed #134595;
}

.comment-body p {
	margin-left: 0px;
}

.comment-content a {
	color: #134595;
}

p.logged-in-as {
	margin: 10px 0;
}

p.logged-in-as a {
	font-size: 15px;
	display: inline-block;
	margin-right: 15px;
	color: #333;
	border: 1px solid #134595;
	padding: 8px 10px;
	text-decoration: none;
	transition: all 0.3s;
}

p.logged-in-as a:hover {
	background: #134595;
}

.comment-meta {
	margin-bottom: 10px;
	position: relative;
}

.comment-meta .comment-metadata {
	margin-top: 10px;
	/*position: absolute;
  top: 14px;
  left: 70px;*/
}

.comment-meta a {
	color: #676767;
	font-size: 13px;
}

.comment-meta a .edit-link a {
	color: #134595;
	font-size: 13px;
}

.reply {
	margin-bottom: 20px;
}

.blog-area-grid {
	overflow: hidden;
}

#respond {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
	overflow: hidden;
}

#respond .cform-1 .btn-success {
	font-family: "Raleway", serif;
	border: 2px solid #134595;
	color: #134595;
	font-weight: 600;
	border-radius: 0;
	background-color: #134595;
	border-color: #134595;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#respond .cform-1 .btn-success:hover {
	color: #fff;
	background: #333 !important;
	border-color: #333;
}

#respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

#respond .cform-1 input[type="text"],
#respond .cform-1 input[type="email"],
#respond .cform-1 textarea {
	font-family: "Raleway", serif;
	background: transparent;
	border: 2px solid #ccc;
	color: #333;
	font-size: 14px;
}

.comments {
	margin-top: 40px;
}

.comments h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.comments ul.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.comment-area h3{
	font-size: 24px;
}

/*WordPress Style*/
.screen-reader-text{
	display: none;
}
.searchform [type='text']{
	display: table-cell;
	width: 70%;
	border: 1px solid #ccc;
	padding: 8px 8px;
	float: left;
}

.searchform [type='text']:focus{
	border-color: #134595;
}

.searchform [type='submit']{
	position: relative;
	font-weight: 600;
	white-space: nowrap;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #134595;
	background: #134595;
	margin-left: -1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.searchform [type='submit']:hover{
	background: #13233b;
	border-color: #13233b;
	color: #fff;
}


.post-edit-link {
	color: #134595;
	font-size: 16px;
}
.post-edit-link:hover {
	color: #333;
}

.gallery-caption {
	font-size: 14px;
}

.bypostauthor {
	font-size: 14px;
}

.tag {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	color: #5c5c5c;
	
	font-size: 14px;
}

.tag a {
	font-weight: 400;
	color: #5c5c5c;
	text-decoration: none;
	transition: all 0.3s;
}

.tag a:hover{
	color: #134595;
}

.blog-link {
	background: #13233b;
	text-align: center;
	padding: 30px;
	width: 100%;
	display: table;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog-link-inner {
	display: table-cell;
	vertical-align: middle;
}

.blog-link a {
	color: #134595;
	font-size: 20px;
	text-decoration: none;
}

.wp-caption{
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
}

figcaption {
	font-size: 13px;
	font-style: italic;
}

table {
	border-bottom: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
	padding: 6px 10px 6px 0;
}

td {
	border-top: 0;
	padding: 6px 10px 6px 0;
}

table tr td a,
table tr th a {
	color: #134595;
}
.table-bordered > tbody > tr > td {
	vertical-align: middle;
}

table tr:nth-of-type(1) {
	border-top: 0;
}

caption {
	font-weight: normal;
	text-align: left;
}

dl {
	margin: 0 20px;
	font-size: 14px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px;
}

address {
	font-style: italic;
	font-size: 14px;
}

ol li {
	list-style-position: inside;
}

li {
	margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	padding-left: 15px;
}

blockquote {
	font-size: 16px;
	font-style: italic;
}

.sidebar-item ul.sub-menu,
.sidebar-item ul.children {
	margin-top: 10px;
}

.sidebar-item ul.children {
	margin-bottom: -10px;
}

.sidebar-item select {
	max-width: 100%;
	border: 1px solid #ddd;
	height: 30px;
}

.footer-item ul.sub-menu,
.footer-item ul.children {
	margin-top: 8px;
	margin-bottom: -5px;
}

.footer-item .tagcloud a {
	color: #fff;
}

.footer-item select {
	color: #333;
	max-width: 100%;
	height: 30px;
}

.footer-item .wp-caption p.wp-caption-text {
	color: #333;
	font-size: 14px;
}

.footer-item form input {
	height: 41px;
}

.footer-item form button {
	box-shadow: none!important;
}

.footer-item a.rsswidget {
	display: block;
	font-size: 16px;
	
	color: #134595!important;
	line-height: 1.2;
}

.footer-item span.rss-date {
	display: block;
	color: #134595!important;
}

.footer-item table#wp-calendar caption {
	color: #134595!important;
}

.comment-meta .comment-author a {
	font-size: 14px;
}
.comment-metadata span.edit-link {
	margin-left: 10px;
}

.comment-metadata span.edit-link a {
	color: #134595!important;
}

#wpadminbar{
	z-index: 999999 !important;
}
.page-links {
	font-size: 14px;
}
.page-links a{
	text-decoration: none;
}
.page-links a span {
	background: #13233b;
	color: #fff;
	margin-right: 0 2px;
	padding: 3px 6px;
}
.page-links > span {
	background: #134595;
	color: #333;
	margin: 0 2px;
	padding: 3px 6px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon img {
	display: block;
	margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-6 .gallery-caption {
	display: none;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-7 .gallery-caption {
	display: none;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-8 .gallery-caption {
	display: none;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-columns-9 .gallery-caption {
	display: none;
}

.post-video iframe,
.post-audio iframe {
	width: 100%;
	min-height: 300px;
	height: auto;
}

.post-image .wp-caption {
	display: none;
}

iframe {
	max-width: 100%!important;
	min-height: 300px;
	height: auto;
}


table.project-desc h4 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.client-comment {
	font-style: italic;
	background: #eee;
	padding: 30px;
	position: relative;
}

.client-comment:before {
	position: absolute;
	left: 10px;
	top: 10px;
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 18px;
}

.client-comment:after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 18px;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	z-index: 1000;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
}

div.pagination a {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #4a4a4a;
	text-decoration: none; /* no underline */
	background-color: #4a4a4a;
	color: #FFF;

	font-size: 16px;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #777777;
	color: #FFF;
	background-color: #a0a0a0;
	font-size: 16px;
}

div.pagination span.current {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #4a4a4a;

	background-color: #a0a0a0;
	color: #FFF;

	font-size: 16px;
}

div.pagination span.disabled {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #929693;
	color: #929693;
	font-size: 16px;
}

div.pagination strong {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #777777;

	background-color: #a0a0a0;
	color: #FFF;

	font-size: 16px;
}


ul.timeline {
	list-style-type: none;
	position: relative;
	padding-left: 0;
}

ul.timeline:before {
	content: ' ';
	background:#f81c51;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline li {
	margin: 20px 0;
	padding-left: 50px;
	text-align: justify;
	font-size: 13px;
}

ul.timeline li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

ul.timeline li a {
	font-size: 14px;
	line-height: 2.5em;
}

ul.timeline li a:hover {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

.error {
	color: white;
	padding: 10px;
	text-align: center;
	background: #ff00009e;
	border-radius: 20px;
	margin-bottom: 10px;
}

.success {
	color: white;
	padding: 10px;
	text-align: center;
	background: #008000a3;
	border-radius: 20px;
	margin-bottom: 10px;
}

.blogShort { 
	border-bottom:1px solid #ddd;
}
.add {
	background: #fff;
	padding: 10%;
	height: 300px;
	border-right: 1px solid #ddd;
}

.nav-sidebar { 
	width: 100%;
	padding-bottom: 60px; 
	border-right: 1px solid #ddd;
}
.nav-sidebar a {
	color: #333;
	-webkit-transition: all 0.08s linear;
	-moz-transition: all 0.08s linear;
	-o-transition: all 0.08s linear;
	transition: all 0.08s linear;
}
.nav-sidebar .active a { 
	cursor: default;
	background-color: #0b56a8; 
	color: #fff; 
}
.nav-sidebar .active a:hover {
	background-color: #fff;  
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis; 
}

.btn-blog {
	color: #ffffff;
	background-color: #E50000;
	border-color: #E50000;
	border-radius:0;
	margin-bottom:10px
}

.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
	color: white;
	background-color:#0b56a8;
	border-color: #0b56a8;
}

.gal-container {
	padding: 12px;
}

.gal-item {
	overflow: hidden;
	padding: 3px;
}

.gal-item .box {
	height: 350px;
	overflow: hidden;
}

.box img {
	height: 110%;
	width: 110%;
	top: -10%;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
	outline: none;
}

.gal-item a{
	cursor: pointer;
}

.gal-item a::after {
	content: "\f00e";
	font-family: "FontAwesome";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
	opacity: 1;
}

.modal-open .gal-container .modal {
	background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
	padding: 0px;
}

.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
	outline: none;
}

.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}

.gal-container {
	width: 80%;
}

@media (min-width: 768px) {
	.gal-container .modal-dialog {
		width: 55%;
		margin: 50 auto;
	}
}

@media (max-width: 768px) {
	.gal-container .modal-content {
		height: 250px;
	}
}

/* Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.9); 
	z-index: 99999;
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 800px;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content, #caption { 
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

/* Slider */
.scroller {
	height: 12pt;
	line-height: 12pt;
	overflow: hidden;
}

.slideCol {
	text-align: left;
	overflow: hidden;
	font-weight: 900;
	display: block;
	white-space: nowrap;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	top: 10px;
	cursor: help;
	font-size: 12px;
}
.slideCol p { 
	margin: 0px !important;
 }

.scroller .inner { animation: 20s normal infinite running scroll; }
@keyframes scroll {
	0%  	{margin-top: 0px;}
	7% 		{margin-top: 0px;}

	14%		{margin-top: -13pt;}
	21% 	{margin-top: -13pt;}

	28% 	{margin-top: -25pt;}
	35% 	{margin-top: -25pt;}

	42% 	{margin-top: -37pt;}
	49% 	{margin-top: -37pt;}

	56%		{margin-top: -49pt;}
	63%		{margin-top: -49pt;}

	70% 	{margin-top: -61pt;}
	77% 	{margin-top: -61pt;}

	84% 	{margin-top: -73pt;}
	91% 	{margin-top: -73pt;}

	100%	{margin-top: 0px;}
}