<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Theme Name: TRENDY
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Header 
		2.1. Menu Styles 
	3. Slider
	4. Services 
	5. Blog Styles 
	6. Portfolio 
		6.1. Portfolio 2 

	7. Pricing Table  
	8. Clients 
	9. Promo Box 
	10. Icons Wrap 
	11. Newsletter 
	12. Toggle Styles 
	13. Skills Bar 
	14. Team 
	15. Testimonials  
	16. Timeline 
	17. Contact Page 
	18. Twitterfeed 
	19. Info Wrap 
	20. Footer 
	21. Sidebar 
	22. Subpage Extras 
	
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
/* 	background: url(../../../../images/auto/bg.jpg) no-repeat center center fixed;  */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

p {
	line-height: 21px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	color: #404040;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
}
.ts-social li a {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	display: table;
	text-align: center;
	line-height: 33px;
	position: relative;
	z-index: 77;
	transition: .4s;
	color: #;
}

.ts-social li a:hover span {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}
}

@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}
}

.ts-social li a:hover {
	background: #003366;
	border: solid 1px transparent;
	color: #fff;
	transition: .4s;
}

/* 2.1. Menu Styles */

#nav_menu {
}

#nav_menu,
#nav_menu ul,
#nav_menu ul li,
#nav_menu ul li a,
#nav_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nav_menu:after,
#nav_menu &gt; ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav_menu #menu-button {
	display: none;
}

#nav_menu {
	width: auto;
	line-height: 1;
	margin: 40px 0px 25px;
	position: relative;
	z-index: 99999;
}

#nav_menu &gt; ul {
	width: 100%;
	display: table;
	height: 130px;
}

#nav_menu &gt; ul &gt; li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #001E3C;
	position: relative;
}

#nav_menu &gt; ul &gt; li:after ,
#nav_menu &gt; ul &gt; li:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #ff7500 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .3s;
	z-index: 0;
}

#nav_menu &gt; ul &gt; li.active:after ,
#nav_menu &gt; ul &gt; li:hover:after {
	content: '';
	position: absolute;
	bottom: -10px;
	transition: .3s;
	
}

#nav_menu &gt; ul &gt; li:last-child {
	border-right: none;
}

#nav_menu &gt; ul &gt; li a i {
	width: 44px;
	height: 43px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.1);
	display: block;
	line-height: 41px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: table;
	margin: 0 auto 15px;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}

#nav_menu &gt; ul &gt; li a:hover i {
	border: solid 1px rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
	box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}

#nav_menu &gt; ul &gt; li a span {
	font-size: 8px;
	position: relative;
	top: -4px;
}

#nav_menu.align-center &gt; ul {
	font-size: 0;
	text-align: center;
}

#nav_menu.align-center &gt; ul &gt; li {
	display: inline-block;
	float: none;
}

#nav_menu.align-center ul ul {
	text-align: left;
}

#nav_menu.align-right &gt; ul &gt; li {
	float: right;
}

#nav_menu.align-right ul ul {
	text-align: right;
}

#nav_menu &gt; ul &gt; li &gt; a {
	padding: 24px 0px 26px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #003366;
	transition: .4s;
	position: relative;
	z-index: 15;
}

#nav_menu &gt; ul &gt; li:hover &gt; a,
#nav_menu &gt; ul &gt; li.active &gt; a {
	color: #fff;
	background: #ff7500;
	padding: 24px 0px 30px;
	border: none;
	transition: .5s;
}

#nav_menu &gt; ul &gt; li:hover,
#nav_menu &gt; ul &gt; li.active {
	border: none;
}

#nav_menu ul ul {
	position: absolute;
	left: -9999px;
	background: rgba(98,104,112,0.7);
	opacity: 0.9;
	padding: 0;
	width: 100px;
	min-width: 230px;
	max-width: 400px;
	transition: .3s;
	top: 150px;
	border-top: 1px solid #626c79;
}

#nav_menu li:hover &gt; ul {
	left: auto;
	top: 125px !important;
	transition: .3s;
}

#nav_menu.align-right li:hover &gt; ul {
	right: 0;
}

#nav_menu ul ul ul {
	margin-left: 100%;
	top: -1px;
	background: rgba(0,0,0,0.7);
	min-width: 150px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

#nav_menu ul ul li:hover &gt; ul {
	left: auto;
	top: 0px !important;
	transition: .3s;
}

#nav_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#nav_menu ul ul li a {
	text-transform: none;
	padding: 0 25px;
	font-size: 15px;
	line-height: 60px;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #626870;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#nav_menu ul ul li:last-child a {
	border-bottom: none;
}

#nav_menu ul ul li:hover &gt; a,
#nav_menu ul ul li a:hover {
	color: #ffffff;
	background: #56616f;
	transition: .3s;
}

#nav_menu ul li:nth-child(6) ul ul {
	margin-left: -230px;
	top: -1px;
	background: rgba(0,0,0,0.7);
	min-width: 230px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

/* 3. Slider */

.slider {
	margin-bottom: 40px;
}

.flexslider .slides &gt; li {
	position: relative;
}

.flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	padding: 19px 0 57px;
	-webkit-animation: slideIn;
	-moz-animation: slideIn;
	-o-animation: slideIn;
	animation: slideIn;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes slideIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes slideIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes slideIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.home-slider-nav {
	padding: 0;
	display: table;
	margin: -36px auto 0;
	position: relative;
	z-index: 999;
}

.home-slider-nav li {
	margin: 6px 1px 0;
	list-style: none;
	float: left;
	font-family: Open Sans, Arial;
	color: #fff;
	width: 36px;
	height: 30px;
	background: #003366;
	text-align: center;
	line-height: 28px;
	transition: .4s;
	position: relative;
	cursor: pointer;
}

.home-slider-nav li.flex-active {
	height: 36px;
	margin: 0px 1px 0;
	transition: .4s;
	line-height: 32px;
}

.home-slider-nav li.flex-active:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 18px 9px;
	border-color: #003366 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -9px;
	left: 0px;
}

/* 4. Services */

#services {
	padding: 20px 0;
}

.service-content {
	width: 235px;
	height: 235px;
	background: transparent;
	border: 10px solid #f5f5f5;
	border-radius: 50%;
	display: table;
	padding: 40px 0 0;
	margin: 0 auto;
	transition: .4s;
	cursor: pointer;
}

.service-content:hover {
	background: #003366;
	border: 10px solid #003366;
	transition: .4s;
}

#services ul {
	padding: 0;
	margin: 0 -20px;
}

#services ul li {
	width: 33.3333%;
	float: left;
	list-style: none;
}

.service-content i {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: transparent;
	line-height: 62px;
	border: 1px solid #d6d6d6;
	text-align: center;
	color: #003366;
	font-size: 28px;
	margin: 0 auto 25px;
	display: table;
}

.service-content:hover i {
	border: 1px solid #fff;
	color: #FFF;
}

.service-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #3c3c3c;
	text-align: center;
}

.service-content:hover h4 {
	color: #fff;
}

.service-content p {
	font-size: 13px;
	color: #949494;
	text-align: center;
	margin: 0;
}

.service-content:hover p {
	color: #fff;
}

/* 4.1. Services 2 */

#services2 {
	padding: 0 0 25px;
}

.services2-content i {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	line-height: 54px;
	color: #003366;
	font-size: 26px;
	margin: 0 auto;
	display: table;
	float: left;
	text-align: center;
	transition: .4s;
	padding-top: 5px;
	position: relative;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.services2-content i:after {
	display: none;
}

#services2 ul li:hover i {
	font-size: 30px;
	color: #fff;
	background: #003366;
	border: 1px solid #003366;
	transition: 0.4s;
}

#services2 ul {
	padding: 0;
}

#services2 ul li {
	float: left;
	width: 50%;
	list-style: none;
	padding-right: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}

.s2c-inner {
	margin-left: 85px;
}

.s2c-inner h4 {
	font-size: 15px;
	color: #000000;
	margin: 5px 0 0;
	transition: .4s;
}

.s2c-inner p {
	font-size: 13px;
	color: #9a9a9a;
	line-height: 16px;
	margin: 0px;
	padding-top: 5px;
}

#services2 ul li:hover h4 {
	color: #003366;
	transition: .4s;
}

#verticalTab {
	background: #fff;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

/* 5. Blog Styles */

#home-blog {
	padding: 20px 0px;
}

.hb-info {
	cursor: pointer;
}

.hb-meta {
	font-family: Roboto;
	font-size: 13px;
	color: #9c9c9c;
	font-weight: 300;
	text-align: center;
	transition: .4s;
	position: relative;
	z-index: 55;
}

.hb-meta i {
	width: 57px;
	height: 57px;
	background: #fff;
	color: #0E0E0E;
	font-size: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	display: table;
	margin: -28px auto -7px;
	position: relative;
	z-index: 99;
	transition: .4s;
	z-index: -1;
}

.hb-info:hover .hb-meta i {
	color: #fff;
	background: #003366;
	transition: .4s;
	transform: scale(1.2);
	font-size: 18px;
}

.hb-info:hover .hb-meta {
	color: #fff;
	transition: .4s;
}

.hb-inner {
	background: transparent;
	padding: 15px 17px;
	transition: .4s;
}

.hb-inner h4 {
	font-size: 17px;
	text-align: center;
	margin: 10px 0 0px;
	color: #3c3c3c;
	font-weight: 600;
	position: relative;
	transition: .4s;
}

.hb-inner h4 a {
	color: #3c3c3c;
	transition: .4s;
}

.hb-info:hover h4 a {
	color: #fff;
	transition: .4s;
}

.hb-info img {
	width: 100%;
}

.hb-inner p {
	font-size: 14px;
	text-align: center;
	color: #717171;
	transition: .4s;
}

.hb-info:hover p {
	color: #fff;
	transition: .4s;
}

.hb-info:hover .sep {
	background: #fff;
	transition: .4s;
}

.hb-info:hover .hb-inner {
	background: #003366;
	transition: .4s;
}

.blog-content {
	margin-bottom: 0px;
	display: table;
}

.blog-content .col-md-4 ,
.blog-content .col-md-6 {
	margin-bottom: 38px;
}

#m-blog-content {
	padding: 25px 0px 35px;
}

#m-blog-content h4 {
	font-size: 23px;
	font-weight: 700;
	color: #003366;
	margin: 15px 0 0;
}

#m-blog-content p {
	color: #717171;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 16px;
}

/* 5.1. Comments */

.sub-comment1 {
	padding-left: 100px;
}

.sub-comment2 {
	padding-left: 200px;
}

.sub-comment3 {
	padding-left: 300px;
}

.comments-wrap h5 {
	font-weight: 400;
	font-size: 22px;
	color: #000;
	margin: 25px 0 25px;
}

.comments-wrap ul {
	padding: 0px;
}

.comments-wrap ul li {
	list-style: none;
	margin: 0 0 35px;
	display: table;
	width: 100%;
	position: relative;
}

.comments-wrap ul li img {
	float: left;
}

.comments-inner {
	margin-left: 100px;
}

.comment-author {
	font-family: Roboto;
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	display: table;
	margin-bottom: 10px;
}

.comment-author span {
	color: #d1d1d1;
	margin-left: 10px;
	position: relative;
}

.comment-author span:before {
	content: "/";
	color: #d1d1d1;
	position: relative;
	left: -5px;
	font-size: 16px;
}

.comments-inner {
	position: relative;
}

.comments-inner p {
	font-size: 15px;
	color: #a3a3a3;
	line-height: 18px;
}

.sub-comment1 .comments-inner:before, 
.sub-comment2 .comments-inner:before,
.sub-comment3 .comments-inner:before {
	content: "";
	width: 40px;
	height: 40px;
	border: 1px solid #dddddd;
	border-width: 0 0 1px 1px;
	position: absolute;
	left: -160px;
}

.article-comment-form h5 {
	font-size: 22px;
	color: #000;
	margin: 25px 0 25px;
	font-weight: 400;
}

.article-comment-form form input ,
.comment-form form input {
	height: 60px;
	border: 1px solid #eaeaea;
	width: 100%;
	padding: 15px 20px;
	padding-left: 77px;
	color: #555;
	margin-bottom: 10px;
}

.article-comment-form form span ,
.comment-form form span {
	height: 60px;
	border-right: 1px solid #eaeaea;
	width: 60px;
	text-align: center;
	display: table;
	margin: 0px 0px -60px;
	position: relative;
	padding: 16px 14px 0;
}

.article-comment-form form span i ,
.comment-form form span i {
	height: 30px;
	border: 1px solid #003366;
	width: 30px;
	text-align: center;
	line-height: 28px;
	color: #003366;
	font-size: 12px;
	border-radius: 50%;
}

.article-comment-form form textarea ,
.comment-form form textarea {
	height: 130px;
	border: 1px solid #eaeaea;
	width: 100%;
	padding: 12px 17px;
	color: #555;
	margin-bottom: 10px;
}

.article-comment-form input.submit, .comment-form input.submit {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #003366;
	background: #003366;
	transition: 0.3s;
	width: 100%;
}

.article-comment-form input.submit:hover ,
.comment-form input.submit:hover {
	color: #003366;
	border: 2px solid #003366;
	background: #EEE;
	transition: 0.3s;
}

.less38 {
	margin-top: -38px !important;
}

/* 6. Portfolio */

#home-works {
	padding: 20px 0;
}

#home-works .col-md-12:nth-child(1) {
	padding: 0px;
}

.hw-info {
	position: relative;
	cursor: pointer;
}

.hw-info h4 {
	font-family: Open Sans;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 18px 22px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.hw-trigger {
	width: 46px;
	height: 46px;
	text-align: center;
	background: #fff;
	display: table;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: .5s;
}

.hw-trigger:after {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 16px;
	color: #6F6F6F;
	padding-top: 12px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transition: .4s;
}

.hw-info:hover .hw-trigger {
	background: #003366;
	transition: .5s;
}

.hw-info img {
	width: 100%;
}

.hw-info:hover .hw-trigger:after {
	color: #fff;
}

.active .hw-trigger, .current .hw-trigger {
	background: #003366;
	transition: .5s;
	right: 30px;
}

.active .hw-trigger:after , .current .hw-trigger:after {
	content: "\f068";
	color: #fff;
	transition: .4s;
}

.current h4, .active h4 {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.hw-expand {
	padding: 30px 25px;
	background: #fff;
	display: none;
	border: 1px solid #dfe5eb;
	border-top: none;
}

.hw-expand h3 {
	font-size: 22px;
	font-family: Open Sans;
	color: #626262;
	font-weight: 400;
	margin: 0 0 15px;
}

.hw-expand p {
	font-size: 13px;
	color: #717171;
	line-height: 26px;
	margin-bottom:20px;
}

.shots-wrap {
	border: 1px solid #dfe5eb;
	display: table;
}

.shots-wrap li img {
	width: 100%;
}

.shots-wrap {
	border: 1px solid #DFE5EB;
	display: table;
	margin-top: 25px;
}

.shots-wrap h5 {
	height: 53px;
	padding: 0 20px;
	line-height: 53px;
	background: #003366;
	font-size: 16px;
	font-family: Open Sans;
	color: #fff;
	font-weight: 400;
}

.shots-wrap ul {
	margin: 0px !important;
	padding: 11px 11px 11px;
	display: table;
}

.shots-wrap ul li {
	margin: 0 !important;
	float: left!important;
	padding: 8px!important;
	list-style: none!important;
	width: 33.33333%!important;
}

.shots-wrap ul li span {
	position: relative;
	display: table;
	width:100%;
}

.shots-wrap ul li span a {
	position: relative;
	display: table;
	width:100%;
}

.shots-wrap ul li a:before {
	content: "\f00e";
	background: #003366;
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	padding-top: 30%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.shots-wrap ul li:hover a:before {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

/* 6.1. Portfolio 2 */

.home-works2 {
	padding: 20px 15px;
}

.project-2 .hw-info {
	width: 50%;
	float: left;
}

#project-2 {
	padding: 0px;
	margin: 0px -15px -20px;
	display: table;
}

#project-2 li {
	float: left;
	width: 46%;
	margin: 0 2%;
	padding: 0 0 40px;
	list-style: none;
}

#project-2 li .hw-expand {
	position: absolute;
	z-index: 88;
	border: 1px solid #dfe5eb;
	border-top: none;
	width:48%;
}

#project-2 .shots-wrap {
	margin-top: 20px;
	display: table;
	width: 100%;
}

/* 7. Pricing Table */

#m-pricing {
	padding: 25px 0px;
}

.mp-icon {
	width: 53px;
	height: 53px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #003366;
	border: 1px solid #003366;
	margin: 0 auto -17px;
	position: relative;
	z-index: 1;
}

.mp-icon:before {
	content: "\f01a";
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 51px;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
}

.pricing-table {
	position: relative;
	z-index: 10;
}

.pricing-table:hover .mp-icon {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.pricing-table:hover .mp-icon:before {
	content: "\f0ab";
	color: #003366;
}

.mp-title {
	background: #003366;
	line-height: 60px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	border: 1px solid #003366;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}

.mp-price {
	height: 74px;
	background: #003366;
	padding: 0px 20px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 1px solid #003366;
	border-top: none;
}

.mp-price small {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-right: 5px;
	position: relative;
	top: -6px;
}

.mp-price span {
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	line-height: 13px;
	position: relative;
	top: -13px;
	left: 5px;
	text-align: left;
}

.mp-price span em {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.pricing-table {
	cursor: pointer;
}

.pricing-table:hover .mp-title ,
.pricing-table:hover .mp-price {
	background: #fff;
	border-color: #e3e3e3;
	color: #003366;
}

.pricing-table:hover .mp-price ,
.pricing-table:hover .mp-price small ,
.pricing-table:hover .mp-price span,
.pricing-table:hover .mp-price span em {
	color: #003366;
}

.pricing-table ul {
	padding: 0px;
	margin: 0px;
}

.pricing-table ul li {
	list-style: none;
	line-height: 46px;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px 1px;
	font-size: 13px;
	color: #000;
	font-weight: 300;
	width: 100%;
	display: table;
	padding: 0 15px;
}

.pricing-table:hover ul li, 
.pricing-table:hover .mp-btn {
	border-color: #e3e3e3;
}

.pricing-table ul li i {
	font-size: 15px;
	color: #4a5768;
	margin-right: 10px;
}

.pricing-table:hover ul li i {
	color: #003366;
}

.mp-btn {
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px 1px;
	padding: 20px;
}

.mp-btn a {
	background: transparent;
	border: solid 1px #e3e3e3;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: table;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.pricing-table:hover .mp-btn a {
	border-color: #003366;
	background: #003366;
	color: #fff;
}

.mp-title ,
.mp-price ,
.mp-price small ,
.mp-price span,
.mp-price span em ,
.mp-btn a
.pricing-table:hover .mp-title ,
.pricing-table:hover .mp-price ,
.pricing-table:hover .mp-price small ,
.pricing-table:hover .mp-price span,
.pricing-table:hover .mp-price span em ,
.pricing-table:hover .mp-btn a {
	transition: 0.3s;
}

/* 8. Clients */

.m-clients {
	padding: 25px 5px;
}

#m-clients .item {
	border: 1px solid #ececec;
	height: 110px;
	margin: 0 10px;
	transition: .3s;
	cursor: pointer;
}

#m-clients .item img {
	display: table;
	margin: 0 auto;
	padding: 45px 0;
	opacity: 0.1;
	transition: .3s;
}

#m-clients .item:hover {
	border: 1px solid #ececec;
	transition: .3s;
}

#m-clients .item:hover img {
	opacity: 1;
	transition: .3s;
}

#m-clients .owl-prev {
	width: 33px;
	height: 33px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
	position: relative;
	float: left;
	font-size: 0px;
	left: 28px;
	line-height: 29px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}

#m-clients .owl-next {
	width: 33px;
	height: 33px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	opacity: 1;
	background: #fff;
	position: relative;
	float: right;
	font-size: 0px;
	right: 28px;
	line-height: 29px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}

#m-clients .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 18px;
	color: #9f9f9f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#m-clients .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color: #9f9f9f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#m-clients .owl-buttons {
}

#m-clients .owl-prev:hover ,
#m-clients .owl-next:hover {
	background: #003366;
	color: #fff;
	border-color: #003366;
}

#m-clients .owl-prev:hover:before ,
#m-clients .owl-next:hover:before {
	color: #fff;
}

.m-clients {
	position: relative;
}

/* 9. Promo Box */

.promo-box {
	padding: 15px 0px 25px;
}

#promo-box {
	background: #003366;
	padding: 35px;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border: solid 17px #003366;
}

#promo-box h4 {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 21px;
}

#promo-box a {
	display: table;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #fff;
	color: #fff;
	padding: 0 15px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
}

#promo-box a:hover {
	background: #fff;
	color: #003366;
}

/* 10. Icons Wrap */

#icons-wrap {
	padding: 25px 0px;
}

#icons-wrap ul {
	padding: 0px;
	margin: 0 -2%;
}

#icons-wrap ul li {
	float: left;
	list-style: none;
	width: 29.33333%;
	font-family: Roboto;
	font-size: 15px;
	color: #a1a1a1;
	padding-left: 58px;
	position: relative;
	font-weight: 300;
	height: 45px;
	border: 1px solid rgba(0,0,0,0.1);
	border-left: none;
	border-bottom: none;
	margin: 0 2% -1px;
	display: inline-block;
	line-height: 45px;
	transition: 0.3s;
	overflow: hidden;
	z-index: 11;
}

#icons-wrap ul li i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: 0.3s;
	background: #003366;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#icons-wrap ul li:before {
	content: "";
	background: #003366;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transition: .4s;
	z-index: -1;
}

#icons-wrap ul li:hover {
	transition: 0.3s;
	color: #fff;
	cursor: pointer;
}

#icons-wrap ul li:hover:before {
	width: 100%;
	transition: .4s;
}

.has-bdr {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

/* 11. Newsletter */

.newsletter {
	background: url(../images/xtra/3.jpg) no-repeat;
	background-size: 100% auto;
	padding: 30px;
	margin: 15px 0px 55px;
}

.newsletter form input {
	height: 55px;
	border: none;
	border-top: 3px solid #fff;
	text-align: center;
	background: transparent;
	color: #fff;
	font-size: 15px;
	width: 100%;
}

.newsletter form input:focus {
	outline: 0;
	color: #fff;
	background: transparent;
}

.newsletter form {
	padding: 0 30px;
}

.acymailing_module_form .acysubbuttons input.subbutton {
	background: #003366;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 20px 30px;
	width: 100%;
	border: none;
	display: table;
}

.newsletter form button i {
	display: block;
	margin-bottom: 3px;
}

.newsletter form button:hover {
	background: #000;
	color: #fff;
}

/* 12. Toggle Styles */

.toggle-wrap {
	padding: 25px 30px;
}

#toggle-view {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #fff;
}

#toggle-view li {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	cursor: pointer;
	margin: 0;
}

#toggle-view li:last-child {
	border-bottom: none;
}

#toggle-view h3 {
	margin: 0px;
	font-size: 14px;
	color: #414141;
	padding: 20px 15px;
	height: 50px;
}

#toggle-view h3 i {
	color: #003366;
	font-size: 20px;
	margin: -5px 6px -5px 1px;
	position: relative;
	top: 2px;
}

.panel i {
	width: 68px;
	height: 68px;
	background: #003366;
	font-size: 30px;
	line-height: 68px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	float: left;
	margin-right: 20px;
}

/* 13. Skills Bar */

.jCProgress {
	position: relative;
	z-index: 99999999;
}

.jCProgress &gt; div.percent {
	font-size: 34px;
	color: #003366;
	position: absolute;
	margin-top: 27px;
	margin-left: 28px;
	width: 195px;
	background: #FFF;
	height: 195px;
	border-radius: 50%;
	line-height: 192px;
	padding-left: 65.5px;
	font-weight: 300;
	border: 1px solid #fff;
	z-index: 99999;
}

.jCProgress &gt; div.percent:before {
	content: "%";
	font-size: 34px;
	color: #003366;
	right: 65.5px;
	position: absolute;
	font-weight: 300;
	z-index: 9999;
}

canvas {
	width: 218px !important;
	height: 218px !important;
	position: relative;
	z-index: 9999;
	margin: 16px;
	border-radius: 50% !important;
	z-index: 999;
}

.ms-wrap {
	padding: 5px 0px 0px;
}

.skill-wrap {
	width: 238px;
	height: 238px;
	border: 1px solid #e7e7e7;
	display: table;
	border-radius: 50%;
	background: #fff;
	transition: .3s;
}

#skill1, #skill2, #skill3 {
	margin: -16px -7px -5px;
	width: 218px;
	height: 218px;
	position: relative;
	top: 10px;
	display: table;
}

.skill-wrap:hover {
	transition: .3s;
	border: 1px solid #003366;
	background: #003366;
	cursor: pointer;
}

.skill-wrap:hover div.percent {
	font-size: 34px;
	color: #fff;
	background: #003366;
	border-color: #003366;
}

.skill-wrap:hover div.percent:before {
	content: "%";
	color: #fff;
}

.jCProgress {
	position: relative;
	z-index: 99999999;
	margin: 0 !important;
}

.round-skills h4 {
	text-align: center;
	color: #919191;
	margin: 20px 0 0;
}

.m-skills {
	padding: 15px 0px 5px;
}

.fs-wrap {
	margin-bottom: 19px;
}

.fs-wrap h4 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #000;
	font-weight: 300;
}

.fs-wrap h4 span {
	float: right;
}

.fs-bar {
	padding: 7px;
	border: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}

.fs-bar span {
	background: #003366;
	height: 4px;
	display: table;
	width: 0px;
	transition: 1s;
}

/* 14. Team */

.m-team {
	padding: 45px 0px 0px;
}

.si-thumb {
	width: 235px;
	height: 355px;
	position: relative;
	margin: 0 auto 20px;
	overflow: hidden;
	cursor: pointer;
}

.si-thumb img {
	margin-top: 0px;
	transition: .4s;
}

.si-thumb h4 {
	background: transparent;
	border: 1px solid #ebebeb;
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding: 22px 20px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .4s;
	height: 81px;
}

.si-thumb h4 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 2px;
}

.si-thumb h4:before {
	content: "";
	width: 2px;
	height: 11px;
	background: #003366;
	position: absolute;
	top: -30px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	transition: .4s;
	visibility: visible;
	opacity: 1;
	transition: .4s;
}

.si-thumb h4:after {
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}

.si-thumb:hover img {
	margin-top: 81px;
	transition: .4s;
}

.si-thumb:hover h4 {
	background: #003366;
	border: 1px solid #003366;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 22px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: .4s;
}

.si-thumb:hover .si-social {
	bottom: 0;
	transition: .4s;
}

.si-thumb:hover h4:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 11px 0;
	border-color: #003366 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	visibility: visible;
	opacity: 1;
	transition: .4s;
}

.si-thumb:hover h4:before {
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}

.si-social {
	background: rgba(0,0,0,0.7);
	padding: 10px 15px;
	display: table;
	width: 100%;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	transition: .4s;
}

.si-social ul {
	padding: 0;
	display: table;
	margin: 0 auto;
}

.si-social li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

.si-social li a {
	width: 31px;
	height: 31px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: table;
	text-align: center;
	line-height: 31px;
	color: #fff;
	position: relative;
	z-index: 88;
}

.f-social li a ,
.si-social li a {
	box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.f-social li a:after ,
.si-social li a:after {
	content: "";
	position: absolute;
	top: -1%;
	left: -1%;
	right: 0;
	width: 102%;
	height: 102%;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: -1;
	background: #003366;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	z-index: -1;
	border-radius: 50%;
}

.f-social li a:after ,
.si-social li a:after {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
}

.f-social li a:hover:after ,
.si-social li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	top: 0%;
	left: 0%;
	right: 0;
	width: 100%;
	height: 100%;
}

.f-social li a:hover ,
.si-social li a:hover {
	box-shadow: 0 0 0 1px #003366;
	background: #003366;
	color: #fff;
}

/* 15. Testimonials  */

#m-testimonials {
	padding: 25px 0px 15px;
}

#testimonials .item {
	background: url(../../../../images/auto/xtra/2.jpg) no-repeat center top;
	background-size: auto 100%;
	padding: 100px 0;
}

#testimonials img {
	-webkit-box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
	-moz-box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
	box-shadow: 0 0 0 2px rgba(238,238,238,0.12);
	border: solid 12px rgba(0,118,249,0);
	width: 163px;
	height: 163px;
	margin: 2px auto 13px;
	display: table;
	border-radius: 50%;
}

#testimonials p {
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 26px;
	padding: 0 15%;
	text-shadow: 3px 4px 5px rgba(0,0,0,.1);
}

#testimonials i {
	font-size: 20px;
	color: #fff;
	display: table;
	margin: 17px auto 13px;
	font-weight: 300;
	text-shadow: 3px 4px 5px rgba(0,0,0,.1);
}

#testimonials cite {
	font-style: normal;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	width: 100%;
	display: table;
}

#testimonials cite span {
	font-weight: 700;
}

#testimonials .owl-prev {
	width: 30px;
	height: 120px;
	border-radius: 0px;
	opacity: 1;
	background: #fff;
	position: relative;
	float: left;
	font-size: 0px;
	right: 5px;
	line-height: 120px;
	transition: .4s;
}

#testimonials .owl-next {
	width: 30px;
	height: 120px;
	border-radius: 0px;
	opacity: 1;
	background: #fff;
	position: relative;
	float: right;
	font-size: 0px;
	right: -5px;
	line-height: 120px;
	transition: .4s;
}

#testimonials .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 18px;
	color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#testimonials .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#testimonials .owl-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -70px;
}

#testimonials .owl-prev:hover ,
#testimonials .owl-next:hover {
	background: #003366;
	color: #fff;
	transition: .4s;
}

#testimonials .owl-prev:hover:before ,
#testimonials .owl-next:hover:before {
	color: #fff;
}

/* 16. Timeline */

#timeline-wrap {
	padding: 10px 0px 25px;
	overflow: hidden;
}

#timeline {
	width: 100%;
	overflow: hidden;
	list-style: none;
	position: relative;
	z-index: 1;
	padding: 0;
}

#timeline:before {
	content: "";
	width: 33px;
	height: 33px;
	border: 1px solid #e2e2e2;
	position: absolute;
	bottom: 6px;
	right: -0px;
	left: 0px;
	margin: 0 auto;
	border-radius: 50%;
	transition: 0.4s;
	background: #fff;
	z-index: 999;
}

#timeline:after {
	content: "";
	width: 1px;
	height: 98%;
	background: #e2e2e2;
	position: absolute;
	bottom: 0px;
	top: 1%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: -1;
}

#timeline li {
	position: relative;
	clear: both;
	float: left;
	width: 42.5%;
	padding: 15px 25px 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: right;
	margin: 0px 0px -53px !important;
	transition: 0.3s;
	cursor: pointer;
}

#timeline li:last-child {
	margin: 0px 0px 0px !important;
}

#timeline li:nth-of-type(odd),
#timeline li:nth-of-type(even) {
	margin: -10px 0 0 0;
}

#timeline li:nth-of-type(even) {
	float: right;
	text-align: left;
}

#timeline li:nth-of-type(even):after {
	background: -moz-linear-gradient(0,#f43059,#d8d566);
	background: -webkit-gradient(linear,left top,right top,from(#f43059),to(#d8d566));
	left: auto;
	right: 100%;
}

#timeline .t-time {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	position: relative;
}

#timeline .t-left .t-time:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #003366;
	position: absolute;
	right: 0;
	bottom: -13px;
}

#timeline .t-right .t-time:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #003366;
	position: absolute;
	left: 0;
	bottom: -13px;
}

#timeline .t-time span {
	font-size: 13px;
	color: #000;
	display: block;
}

#timeline p {
	font-size: 13px;
	color: #a6a6a6;
	font-weight: 300;
	margin: 0px;
	padding: 22px 0 0;
	line-height: 18px;
}

.t-left {
	position: relative;
}

.t-left:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 0 11px 10px;
	border-color: transparent #003366;
	display: block;
	width: 0;
	z-index: 1;
	right: -10px;
	top: 13px;
}

.t-left:before {
	content: "";
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	position: absolute;
	top: 6px;
	right: -23%;
	transition: 0.4s;
	background: #fff;
	z-index: 999;
}

.t-right:before {
	content: "";
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	position: absolute;
	top: 6px;
	left: -23%;
	transition: 0.4s;
	background: #fff;
	z-index: 999;
}

.t-left:hover:before ,
.t-right:hover:before {
	content: "";
	width: 33px;
	height: 33px;
	border: 10px solid #003366;
	transition: 0.4s;
}

.t-right {
	position: relative;
}

.t-right:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 11px 10px 0;
	border-color: transparent #003366;
	display: block;
	width: 0;
	z-index: 1;
	left: -10px;
	top: 13px;
}

#timeline li:hover {
	background: #003366;
	transition: 0.3s;
}

#timeline li:hover .t-time ,
#timeline li:hover .t-time span ,
#timeline li:hover p {
	color: #fff;
	transition: 0.3s;
}

#timeline .t-right:hover .t-time:before ,
#timeline .t-left:hover .t-time:before {
	background: #fff;
	transition: 0.3s;
}

/* 17. Contact Page */

.gmap {
	padding: 0px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 380px;
	margin: 0 auto;
}

#map.large {
	height: 380px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.c-info h4 {
	font-size: 23px;
	font-weight: 700;
	color: #003366;
	margin: 15px 0 0;
}

.c-info p {
	color: #717171;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 16px;
}

.cf-info {
}

.cf-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	margin: 0 0 15px !important;
}

.cf-info p {
	font-size: 14px;
	color: #717171;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 25px;
}

.cf-info ul {
	padding: 8px 34px 0px;
	border: 5px solid #003366;
	margin-right: 35px;
	margin-top: -50px;
	margin-bottom: 50px;
	background: #fff;
}

.cf-info ul li {
	color: #000;
	list-style: outside none none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	display: table;
	width: 100%;
	height: 50px;
	line-height: 40px;
	padding-left: 65px;
	margin: 25px 0;
	position: relative;
}

.cf-info ul li:last-child {
	margin-bottom: 20px;
}

.cf-info ul li span {
	width: 34px;
	height: 36px;
	transform: rotate(45deg);
	background: #fff;
	color: #003366;
	display: table;
	float: left;
	padding: 10px;
	margin: 0;
	transition: .3s;
	border: 1px solid #ededed;
	line-height: 0px;
	position: absolute;
	left: 0;
	right: 0;
}

.cf-info ul li span i {
	transform: rotate(-45deg);
	display: table;
	font-size: 18px;
}

.cf-info ul li h5 {
	font-family: Roboto;
	font-size: 15px;
	color: #000;
	margin: 0;
	font-weight: 400;
	text-align: center;
	transition: .3s;
}

.cf-info ul li:hover {
}

.cf-info ul li:hover  span {
	background: #003366;
	color: #fff;
	transition: .3s;
	border: 1px solid #003366;
}

.cf-info ul li:hover h5 {
	color: #fff;
	transition: .3s;
}

.contact-info {
	padding: 25px 15px;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.1);
	margin: 0 auto 15px;
	padding: 20px;
	border-radius: 5px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	background: url(../images/success.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.error-ico {
	background: url(../images/error.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.errormessage p {
	margin: 0;
	color: #888;
}

.resp-vtabs li.resp-tab-active {
	background: #003366;
}
.resp-tab-active {
	background: #003366;
}

/* 18. Twitterfeed */

#twitterfeed {
	padding: 30px 0px;
	background: #3B4653;
	margin: 0px;
}

#twitterfeed i {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: transparent;
	line-height: 62px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin: 0 auto 25px;
	display: table;
}

#tweetfeed p {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0 25px;
}

#index_noside #tweetfeed p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 15%;
}

#tweetfeed p a {
	color: #ff7500;
}

#tweetfeed p span {
}

#tweetfeed p span a {
	color: #7fcaed;
}

#tweetfeed .owl-prev ,
#tweetfeed .owl-next {
	background: transparent;
	opacity: 1;
	font-size: 0;
	border-radius: 0;
	position: relative;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

#tweetfeed .owl-prev {
	float: left;
	margin-left: -4px;
}

#tweetfeed .owl-next {
	float: right;
	margin-right: -4px;
}

#tweetfeed .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 18px;
	color: #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	background: transparent;
	z-index: 77;
	text-align: left;
	padding: 2px 8px;
}

#tweetfeed .owl-prev:after {
	content: "";
	background: none repeat scroll 0% 0% #003366;
	position: absolute;
	top: -33px;
	right: 14px;
	left: auto;
	width: 140%;
	height: 140%;
	transform: rotate(45deg);
	z-index: 11;
}

#tweetfeed .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 77;
	padding: 2px 8px;
	text-align: right;
}

#tweetfeed .owl-next:after {
	content: "";
	background: #003366;
	position: absolute;
	top: -33px;
	right: -32px;
	left: auto;
	width: 140%;
	height: 140%;
	transform: rotate(45deg);
	z-index: 11;
}

#tweetfeed .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: -138px;
	width: 100%;
}

/* 19. Info Wrap */

.info-wrap {
	background: #475563;
	margin: 0;
	padding: 35px 35px;
}

.info-wrap h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
	font-weight: 400;
	padding-left: 28px;
	position: relative;
}

.info-wrap h5:before {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
}

/* 19.1. Contact tabs */

#tabwrap {
	overflow: hidden;
	width: 100%;
	min-height: 100px;
}

#tabs {
	padding: 0;
	margin: 0;
}

#tabs li {
	list-style: outside none none;
	display: inline-block;
	border: medium none;
	width: 33.3333%;
	margin: 0px -1.7px -5px;
	position: relative;
}
#tabs li a {
	float: left;
	display: block;
	padding: 0;
	color: #9e9e9e;
	width: auto;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	background: rgba(0,51,102,1);
	display: table;
	width: 101%;
	height: 115px;
	padding-top: 27px;
	position: relative;
}
#tabs li.current a {
	background: rgba(0,51,102,1);	
}
#tabs li a i {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: transparent;
	line-height: 60px;
	border: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin: 0 auto;
	display: table;
}

#tabs li a:hover {
	color: #1f1f1f;
}

#tabs li:nth-child(2) a {
	background: rgba(0,51,102,0.8);
}

#tabs li:nth-child(3) a {
	background: rgba(0,51,102,0.7);
}



#tabs li.current:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 10px 0;
	border-color: #003366 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.resp-tab-active {
	background:#003366;
	color:#fff !important;
}

#content &gt; div {
	clear: both;
	padding: 20px 20px;
	line-height: 19px;
	color: #666;
	display: none;
	background: #fbfbfb;
	font-family: Roboto;
	font-size: 13px;
	color: #4a5768;
	font-weight: 400;
	margin-top:-1px;
}

#content &gt; div p {
	padding-left: 25px;
	position: relative;
}

#content &gt; div i {
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #003366;
}

#content .current {
	display: block;
}

#content #home.first {
	display: block;
}

#content p {
	margin: 0;
}

/* 19.2. Flickr Gallery */

.flickr-gallery {
	background: rgba(255,255,255,0.1);
	position: relative;
	display: block;
	height: 175px;
	padding: 0px;
	width:100%;
}

.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.thumbs a {
	list-style: none;
	float: left;
	margin: 0 7.5px;
	width: 87px;
	height: 84px;
	border-radius: 50%;
	padding: 10px;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.thumbs a:hover {
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}

.thumbs img {
	display: block;
	width: 67px;
	height: 64px;
	border-radius: 50%;
}

.thumbs a img {
	border: none;
}

.thumbs {
	margin: 0px;
	overflow: hidden;
}

#flickr_slider {
	padding: 45px 15px 41px;
}

#flickr_slider .owl-item {
	padding: 0;
	margin: 0;
}

#flickr_slider .owl-prev {
	position: absolute;
	top: -5px;
	left: -10%;
	right: 0;
	background: rgba(255,255,255,0.1);
	height: 30px;
	border-radius: 0px;
	opacity: 1;
	font-size: 0px;
	width: 120%;
}

#flickr_slider .owl-prev:before {
	width: 100%;
	height: 30px;
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.3;
}

#flickr_slider .owl-next {
	position: absolute;
	bottom: 0;
	left: -10%;
	right: 0;
	background: rgba(255,255,255,0.1);
	height: 30px;
	border-radius: 0px;
	opacity: 1;
	font-size: 0px;
	width: 120%;
}

#flickr_slider .owl-next:before {
	width: 100%;
	height: 30px;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.3;
}

#flickr_slider .owl-next:hover, #flickr_slider .owl-prev:hover {
	background: rgba(255,255,255,0.4);
	transition: .4s;
}

#flickr_slider .owl-next:hover:before, #flickr_slider .owl-prev:hover:before {
	opacity: 1;
	transition: .4s;
}

/* 19.3. Vertical Tab */

#vertical-tabs {
	padding: 25px 0px;
}

#verticalTab2 {
	overflow: hidden;
	background: #fff;
}

#verticalTab2 .resp-tabs-list {
	float: left;
	width: 16% !important;
}

#verticalTab2 .resp-tabs-list li {
	padding: 14px 0px !important;
	height: auto;
	background: #003366;
	border: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

#verticalTab2 .resp-tabs-list li img {
	width: 81px;
	height: 81px;
	padding: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}

#verticalTab2 li.resp-tab-active {
	padding: 0px 0px !important;
	border-right: 1px solid #fff !important;
}

#verticalTab2 li.resp-tab-active img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0% !important;
	background: transparent;
	margin: 0 auto;
	transition: .1s;
}

#verticalTab2 .resp-tabs-container {
	float: right;
	width: 84%;
}

.btn-bdr {
	display: table;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #003366;
	color: #003366;
	padding: 0 25px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#verticalTab2 .resp-tabs-container h4 {
	color: #4a5768;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 14px;
}

#verticalTab2 .resp-tabs-container p {
	color: #4a5768;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 21px;
	letter-spacing: -0.4px;
}

#verticalTab2 .resp-tab-content {
	display: none;
	padding: 30px 35px 3px;
}

#verticalTab3 {
	border: 1px solid #e5e5e5;
}

#verticalTab3 .resp-tabs-list li {
	border-bottom: 1px solid #cecece !important;
	width: 33.33333%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	color: #000;
}

#verticalTab3 .resp-tabs-list li:last-child {
	border-right: none;
}

#verticalTab3 .resp-tabs-list li i {
	display: block;
	margin-bottom: 10px;
	color: #003366;
	font-size: 30px;
}

.img-center {
	display: table;
	margin: 0 auto;
}

#verticalTab3 .resp-tab-content {
	padding: 50px 40px 40px 40px;
}

#verticalTab3 .resp-tab-content h3 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	text-align: center;
	margin: 30px 0 25px;
}

#verticalTab3 .resp-tab-content h3 span {
	font-weight: 700;
	color: #003366;
}

#verticalTab3 .resp-tab-content p {
	text-align: center;
	margin: 0;
	font-size: 14px;
}

/* 20. Footer */

footer {
	background: #3b4653;
	padding: 47px 35px 35px 35px;
	margin: 0px;
	display: table;
	width: 100%;
}

footer p {
	font-size: 15px;
	color: #ffffff;
	padding: 7px 0 0;
}

.f-social {
	padding: 0;
	display: table;
	float: right;
	margin: 0;
}

.f-social li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

.f-social li a {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 88;
	display: table;
	text-align: center;
	line-height: 33px;
	color: #fff;
}

.f-social li a:hover {
	color: #fff;
}

/* 21. Sidebar */

aside {
	padding: 0px;
}

.side-content {
	display: table;
	width: 100%;
	padding: 25px;
	border-bottom: 1px solid #000;
	background: rgba(0,0,0,0.6);
}

.side-content h5 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.last-widget {
	border-bottom: none;
}

.side-contact span {
	font-size: 15px;
	font-family: Open Sans;
	color: #fff;
	display: table;
}

.side-contact span i {
	margin-right: 10px;
}

.rposts ul {
	padding: 0;
	margin: 0 -8px;
}

.rposts ul li {
	float: left;
	width: 33.33333%;
	list-style: none;
	padding: 0 5px 10px;
}

.rposts ul li span {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding: 8px;
	background: #036;
	transition: .2s;
	display: table;
	margin: 0 auto;
}

.rposts ul li img {
	border-radius: 50%;
}

.rposts ul li span:hover {
	-webkit-box-shadow: 0 0 0 0px #d2d2d2;
	-moz-box-shadow: 0 0 0 0px #d2d2d2;
	box-shadow: 0 0 0 0px #d2d2d2;
	transition: .3s;
}

.rposts ul li span:hover img {
	-webkit-box-shadow: 0 0 0 8px #d2d2d2;
	-moz-box-shadow: 0 0 0 8px #d2d2d2;
	box-shadow: 0 0 0 8px #d2d2d2;
	transition: .5s;
}

.side-content .tags a {
	border: 1px solid #dfe5eb;
	color: #fff;
}

.side-content .tags a:hover {
	color: #fff;
	background: #ff7500;
	border:1px solid #ff7500;
}

/* 21. Extras */

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.content-head h3 {
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0 0 12px;
}

.ch-white h3 {
	color: #fff !important;
}

.content-head p {
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	line-height: 0px;
	font-family: Times New Roman;
	font-style: italic;
	color: #4c545f;
	padding: 0 75px;
	display: table;
	margin: 0 auto 33px;
	font-size: 17px;
}

.content-head p span {
	padding: 0 15px;
	background: #fff;
	position: relative;
	top: 3px;
}

.ch-white p {
	color: #fff !important;
	border: none;
}

.ch-white p span {
	background: transparent !important;
}

.ch-white p {
	background: url(../images/sep-dark.png) no-repeat center center !important;
}

.sep {
	width: 47px;
	height: 1px;
	background:rgba(255,255,255,0.3);
	margin: 21px auto;
}

.sep1 {
	width: 100%;
	height: 1px;
	background:rgba(0,0,0,0.3);
	margin: 33px auto 26px;
}

.sep2 {
	background:rgba(255,255,255,0.3);
	width: 47px;
	height: 1px;
	margin: 20px 0;
}

.nicescroll-rails {
	position: fixed;
	top: 0px!important;
	right: 0px!important;
	z-index: 999;
	background: rgba(0,0,0,0) !important;
	padding: 0px;
}
.nicescroll-rails div {
	background: rgba(0,51,102,0.8) !important;
}
.nicescroll-rails:before {
	content: "";
	width: 12px;
	background: rgba(0,0,0,0.1) !important;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.border-down {
	height: 40px;
	background: #FFF;
	width: 100%;
	display: table;
	position: relative;
	z-index: 99999;
}

.animated-out,.animated-in {
	-webkit-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-moz-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-o-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.animated-out {
	-webkit-transform: translateY(55px);
	-moz-transform: translateY(55px);
	-o-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.animated-in {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#loader {
	background:#fff url(../images/loading.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000000000;
	left: 0%;
	top: 0%;
	margin: 0;
}

/* 22. Subpage Extras */

.bread_crumbs {
	padding: 0px;
	margin: 0 auto 0;
	display: table;
	float: right;
}

.bread_crumbs li {
	float: left;
	list-style: none;
	margin: 0 15px;
	color: #000;
	font-weight: 300;
	position: relative;
}

.bread_crumbs li:before {
	content: "\f18e";
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	top: 2px;
	left: -20px;
	color: #4c545f;
}

.bread_crumbs li a {
	color: #4c545f;
}

.bread_crumbs li a:hover {
	color: #999;
}

.bread_crumbs li:first-child:before {
	display: none;
}

.page-header {
	background-color: #f9fafb;
	border: solid 1px #e2e6ed;
	margin: 0 0 10px;
	padding: 20px 10px;
}

.page-header h3 {
	color: #4a5768;
	font-size: 18px;
	font-weight: bold;
}

.page-nav {
	display: table;
	padding: 20px 0 35px;
	width: 100%;
	margin: 0 15px;
}

.page-nav ul {
	padding: 0;
	margin: 0 auto;
	display: table;
}

.page-nav ul li {
	float: left;
	list-style: none;
	margin: 0 13px;
}

.page-nav ul li a {
	width: 33px;
	height: 31px;
	border: 1px solid #d6d6d6;
	transform: rotate(45deg);
	color: #000;
	display: table;
	transition: .4s;
}

.page-nav ul li a span {
	transform: rotate(-45deg);
	display: table;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	font-weight: 300;
}

.page-nav ul li a:hover, .page-nav ul li.active a {
	border: 1px solid #003366;
	background: #003366;
	color: #fff;
	transition: .4s;
}

.cal1{
	background:#E3E3E3;
}
/****/
thead
{
	background: #353535;
}
tbody{
 	background: #DEDEDE;
  	border-top: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
}
tbody a{
color:#474747;
}
/****/
.clndr{
	padding:0em 0;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls {
    position: relative;
  	color: #FFF;
	font-size: 1em;
	font-weight:400;
	text-transform: uppercase;
	text-align: center;
	background: rgb(28,130,64); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,130,64,1) 0%, rgba(28,130,64,1) 1%, rgba(34,134,69,1) 3%, rgba(34,134,69,1) 4%, rgba(32,133,64,1) 6%, rgba(32,131,68,1) 13%, rgba(32,130,63,1) 15%, rgba(32,131,66,1) 21%, rgba(29,128,64,1) 32%, rgba(30,129,61,1) 34%, rgba(28,127,63,1) 39%, rgba(28,127,62,1) 49%, rgba(26,125,60,1) 51%, rgba(26,125,60,1) 66%, rgba(25,124,59,1) 71%, rgba(23,122,55,1) 73%, rgba(23,121,55,1) 92%, rgba(19,121,53,1) 95%, rgba(21,123,55,1) 97%, rgba(19,117,53,1) 99%, rgba(19,117,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,130,64,1)), color-stop(1%,rgba(28,130,64,1)), color-stop(3%,rgba(34,134,69,1)), color-stop(4%,rgba(34,134,69,1)), color-stop(6%,rgba(32,133,64,1)), color-stop(13%,rgba(32,131,68,1)), color-stop(15%,rgba(32,130,63,1)), color-stop(21%,rgba(32,131,66,1)), color-stop(32%,rgba(29,128,64,1)), color-stop(34%,rgba(30,129,61,1)), color-stop(39%,rgba(28,127,63,1)), color-stop(49%,rgba(28,127,62,1)), color-stop(51%,rgba(26,125,60,1)), color-stop(66%,rgba(26,125,60,1)), color-stop(71%,rgba(25,124,59,1)), color-stop(73%,rgba(23,122,55,1)), color-stop(92%,rgba(23,121,55,1)), color-stop(95%,rgba(19,121,53,1)), color-stop(97%,rgba(21,123,55,1)), color-stop(99%,rgba(19,117,53,1)), color-stop(100%,rgba(19,117,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(28,130,64,1) 0%,rgba(28,130,64,1) 1%,rgba(34,134,69,1) 3%,rgba(34,134,69,1) 4%,rgba(32,133,64,1) 6%,rgba(32,131,68,1) 13%,rgba(32,130,63,1) 15%,rgba(32,131,66,1) 21%,rgba(29,128,64,1) 32%,rgba(30,129,61,1) 34%,rgba(28,127,63,1) 39%,rgba(28,127,62,1) 49%,rgba(26,125,60,1) 51%,rgba(26,125,60,1) 66%,rgba(25,124,59,1) 71%,rgba(23,122,55,1) 73%,rgba(23,121,55,1) 92%,rgba(19,121,53,1) 95%,rgba(21,123,55,1) 97%,rgba(19,117,53,1) 99%,rgba(19,117,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(28,130,64,1) 0%,rgba(28,130,64,1) 1%,rgba(34,134,69,1) 3%,rgba(34,134,69,1) 4%,rgba(32,133,64,1) 6%,rgba(32,131,68,1) 13%,rgba(32,130,63,1) 15%,rgba(32,131,66,1) 21%,rgba(29,128,64,1) 32%,rgba(30,129,61,1) 34%,rgba(28,127,63,1) 39%,rgba(28,127,62,1) 49%,rgba(26,125,60,1) 51%,rgba(26,125,60,1) 66%,rgba(25,124,59,1) 71%,rgba(23,122,55,1) 73%,rgba(23,121,55,1) 92%,rgba(19,121,53,1) 95%,rgba(21,123,55,1) 97%,rgba(19,117,53,1) 99%,rgba(19,117,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(28,130,64,1) 0%,rgba(28,130,64,1) 1%,rgba(34,134,69,1) 3%,rgba(34,134,69,1) 4%,rgba(32,133,64,1) 6%,rgba(32,131,68,1) 13%,rgba(32,130,63,1) 15%,rgba(32,131,66,1) 21%,rgba(29,128,64,1) 32%,rgba(30,129,61,1) 34%,rgba(28,127,63,1) 39%,rgba(28,127,62,1) 49%,rgba(26,125,60,1) 51%,rgba(26,125,60,1) 66%,rgba(25,124,59,1) 71%,rgba(23,122,55,1) 73%,rgba(23,121,55,1) 92%,rgba(19,121,53,1) 95%,rgba(21,123,55,1) 97%,rgba(19,117,53,1) 99%,rgba(19,117,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(28,130,64,1) 0%,rgba(28,130,64,1) 1%,rgba(34,134,69,1) 3%,rgba(34,134,69,1) 4%,rgba(32,133,64,1) 6%,rgba(32,131,68,1) 13%,rgba(32,130,63,1) 15%,rgba(32,131,66,1) 21%,rgba(29,128,64,1) 32%,rgba(30,129,61,1) 34%,rgba(28,127,63,1) 39%,rgba(28,127,62,1) 49%,rgba(26,125,60,1) 51%,rgba(26,125,60,1) 66%,rgba(25,124,59,1) 71%,rgba(23,122,55,1) 73%,rgba(23,121,55,1) 92%,rgba(19,121,53,1) 95%,rgba(21,123,55,1) 97%,rgba(19,117,53,1) 99%,rgba(19,117,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8240', endColorstr='#137535',GradientType=0 ); /* IE6-9 */
}
.cal1 .clndr .clndr-controls .month {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    background: none repeat scroll 0% 0% #003366;
    text-transform: none;
    height: 41px;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button { 
  position: absolute;
	left: 0px;
	top: 0px;
	width: 35px;
	height: 41px;
	text-indent: -4000px;
	background: url(../images/left-arrow.png) no-repeat 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-size:15px;
	}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button { 
	float: left;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
    padding: 0.99em 0.85em;                                	
    display:inline-block;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button { 
   	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 41px;
	text-indent: -4000px;
	background: url(../images/right-arrow.png) no-repeat 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-size:15px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button { 
	float: right;
  	transition:0.5s all;
  	-webkit-transition:0.5s all;
  	-moz-transition:0.5s all;
  	-o-transition:0.5s all;
	display:inline-block;
	padding:1em;
}
.cal1 .clndr:hover .clndr-controls:hover .clndr-control-button:hover .clndr-next-button:hover{
}
.cal1 .clndr:hover .clndr-controls:hover .clndr-control-button:hover .clndr-previous-button:hover{
}
.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width:100%;
  margin:0 auto;
}
.cal1 .clndr .clndr-table .header-days {
   font-size:1em;
   font-weight:500;
}
.cal1 .clndr .clndr-table .header-days .header-day {
vertical-align: middle;
text-align: center;
color: #FFF;
border: medium none;
text-shadow: none;
font-weight: 300;
font-size: 14px;
border: 1px solid #2d2d2d;
border-top: none;
border-bottom: none;
border-right: none;
}
.cal1 .clndr .clndr-table tr {
    height: 33px;
}

.cal1.clndr-table theade{
	border:none;
}
.cal1 .clndr .clndr-table  td {
	vertical-align: top;
	border-top: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	text-transform: uppercase;
	
}
.cal1 .clndr .clndr-table tr .day {
    border: 1px solid #DBDBDB;
  	width: 100%;
  	height: inherit;
background:#fff;
 	vertical-align:middle;
  	cursor:pointer;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cal1 .clndr .clndr-table tr .day:hover{
	color: #888;
  	
}
.cal1 .clndr .clndr-table tr .day .day-contents {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    color: 6f6f6f;
    height: 33px;
    line-height: 33px;

}


.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
  color:#fff !important;
	background:#fff;
font-size:0;
	border-right: 1px solid #FFF;
}

.clndr table td + td + td + td + td + td +td{
  border-right: 1px solid #dbdbdb !important;
}

#topcontrol {
right: 40px!important;
bottom: 30px!important;
z-index: 99999999;
}

/* 2.1. Menu Styles */

body.layout3 #cssmenu,
body.layout3 #cssmenu ul,
body.layout3 #cssmenu ul li,
body.layout3 #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.layout3 #cssmenu {
	width: 100%;
	color: #ffffff;
}

body.layout3 #cssmenu ul ul {
	display: none;
}

.align-right {
	float: right;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a {
	padding: 22px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	background: #003366;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a i {
	width: 46px;
	height: 46px;
	font-size: 16px;
	border-radius: 50%;
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	color: #fff;
	text-align: center;
	line-height: 46px;
	text-shadow: none !important;
	margin-right: 20px;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#ff7500;
	width:0%;
	height:100%;
	z-index:-1;
	transition:.4s;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a:hover:after {
	content:"";
	width:100%;
	transition:.4s;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a:hover,
body.layout3 #cssmenu &gt; ul &gt; li.active &gt; a,
body.layout3 #cssmenu &gt; ul &gt; li.open &gt; a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-shadow: none !important;
}

body.layout3 #cssmenu &gt; ul &gt; li.active &gt; a,
body.layout3 #cssmenu &gt; ul &gt; li.open &gt; a {
	background:#ff7500;
}

body.layout3 #cssmenu &gt; ul &gt; li.active &gt; a:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 0 11px 11px;
	border-color: transparent #3fb7ee;
	display: block;
	width: 0;
	z-index: 1;
	right: -11px;
	top: 37px;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a:hover i,
body.layout3 #cssmenu &gt; ul &gt; li.active &gt; a i,
body.layout3 #cssmenu &gt; ul &gt; li.open &gt; a i {
	border: 1px solid #fff !important;
	color: #fff !important;
}

body.layout3 #cssmenu &gt; ul &gt; li.open &gt; a {
	border-bottom: 1px solid #ff7500;
}

.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.holder:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #b8cfdb;
	position: absolute;
	right: 25px;
	top: 32px;
	font-size: 26px;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; a:hover &gt; span::after,
body.layout3 #cssmenu &gt; ul &gt; li.active &gt; a &gt; span::after,
body.layout3 #cssmenu &gt; ul &gt; li.open &gt; a &gt; span::after {
	color: #fff;
}

body.layout3 #cssmenu ul ul li a {
	cursor: pointer;
	padding: 20px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #626870;
	background: rgba(86,97,111,0.7);
	text-shadow: none !important;
	transition:.4s;
}

body.layout3 #cssmenu ul ul li:hover &gt; a,
body.layout3 #cssmenu ul ul li.open &gt; a,
body.layout3 #cssmenu ul ul li.active &gt; a {
	background: #67717d;
	border-bottom: 1px solid #67717d;
	color: #fff;
	transition:.4s;
}

body.layout3 #cssmenu ul ul ul li a {
	padding-left: 30px;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a,
body.layout3 #cssmenu &gt; ul &gt; li &gt; ul &gt; li.last &gt; a {
	border-bottom: 0;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; a,
body.layout3 #cssmenu &gt; ul &gt; li &gt; ul &gt; li.last.open &gt; a {
	border-bottom: 1px solid #32373e;
}

body.layout3 #cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; ul &gt; li:last-child &gt; a {
	border-bottom: 0;
}

body.layout3 #cssmenu ul ul li.has-sub &gt; a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

body.layout3 #cssmenu ul ul li.active &gt; a::after,
body.layout3 #cssmenu ul ul li.open &gt; a::after,
body.layout3 #cssmenu ul ul li &gt; a:hover::after {
	border-color: #ffffff;
}


body.layout3 .side-content{
	background: none repeat scroll 0 0 rgba(86, 97, 111, 0.7);
	border: none;
	color: #FFFFFF;
}

body .side-content table.calendar tr td.calendarCurrentMonth, 
body .side-content table.calendar tr td.calendarNavMonthPrev, 
body .side-content table.calendar tr td.calendarNavMonthNext {
	
}
div#k2ModuleBox158, div#k2ModuleBox158 a {
    color: #fff!important;
}</pre></body></html>