/**
 * Support: web-master72@yandex.ru;
 * Author: web-master72
 *
 *
/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font: 400 15px/1.6 'Montserrat', serif, sans-serif;
	color: #000000;
}

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

a {
	color: #90C695;
}

a:hover {
	color: #999;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 46px/1.2 'Montserrat', serif, sans-serif;
	margin: 5px 0 5px;
	color: #222;
}

h1 {
	font-size: 64px;
	font-weight: 700;
	margin: 5px 0 15px;
}

h2 {
	font-size: 46px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 5px 0 10px;
}

h4 {
	font-size: 16px;
	margin: 5px 0 10px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p {
	margin: 0 0 15px;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */

a,
.btn,
.navbar,
.form-control,
.portfolio-item-description {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

.portfolio-item-preview {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.panel,
.progress,
.form-control,
.modal-content,
.form-control:hover,
.form-control:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.plan,
.alert,
.label,
.form-control,
.modal-content,
.icons-widget li a,
.input-group-addon,
.panel-group .panel {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 2px solid #D8E1E4;
	height: 54px;
	font-size: 14px;
	padding: 15px;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 62px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 40px;
	font-size: 12px;
}

/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-weight: 700;
	font-size: 14px;
	padding: 7px 27px;
	border: 0;
	text-transform: uppercase;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
	outline: inherit !important;
}

/* Button icons */

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* Button size */

.btn-lg, .btn-group-lg > .btn {
	padding: 22px 24px;
	font-size: 14px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 11px 18px;
	font-weight: 400;
	font-size: 12px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 7px 14px;
	font-size: 10px;
}

.btn-list .btn {
	margin-bottom: 5px;
}

/* Button types*/

.btn-default {
	background: #EEEEEE;
}

.btn-custom-1, .btn-custom-2 {
	background: transparent;
	border: 2px solid #90C695;
	padding: 15px 25px;
	color: #90C695;
}

.btn-custom-2 {
	border: 2px solid #222;
	color: #222;
}

.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active {
	background: #90C695;
	border: 2px solid #90C695;
	color: #FFF;
}

.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active {
	background: #222;
	border: 2px solid #222;
	color: #FFF;
}

.btn-custom-1-inverse, .btn-custom-2-inverse {
	background: #90C695;
	border: 2px solid #90C695;
	padding: 4px 13px;
	color: #FFF;
}

.btn-custom-2-inverse {
	background: #222;
	border: 2px solid #222;
}

.btn-custom-3-inverse {
	background: #731428;
	border: 2px solid #731428;
	padding: 4px 13px;
	color: #FFF;
}
.btn-custom-3-inverse:hover, .btn-custom-3-inverse:focus, .btn-custom-3-inverse:active, .btn-custom-3-inverse.active {
	background: transparent;
	border: 2px solid #731428;
	color: #731428;
}

.btn-custom-1-inverse:hover, .btn-custom-1-inverse:focus, .btn-custom-1-inverse:active, .btn-custom-1-inverse.active {
	background: transparent;
	border: 2px solid #90C695;
	color: #90C695;
}
.portfolio-item .btn-custom-1-inverse:hover, .btn-custom-1-inverse:focus, .btn-custom-1-inverse:active, .btn-custom-1-inverse.active {
	background: transparent;
	border: 2px solid #222;
	color: #222;
}
.btn-custom-2-inverse:hover, .btn-custom-2-inverse:focus, .btn-custom-2-inverse:active, .btn-custom-2-inverse.active {
	background: transparent;
	border: 2px solid #222;
}

/* ---------------------------------------------- /*
 * Alerts style
/* ---------------------------------------------- */

.alert {
	border: 0;
}

/* ---------------------------------------------- /*
 * Skill-bars
/* ---------------------------------------------- */

.skill-bar {
	background: #C4C4C4;
	display: table;
	height: 4px;
	width: 100%;
	margin: 10px -2px 20px -2px;
}

.skill-bar .skill-rate-on {
	background: #90C695;
}

.skill-rate-on, .skill-rate-off {
	display: table-cell;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

/* ---------------------------------------------- /*
 * Progress bars
/* ---------------------------------------------- */

.progress {
	background: #E5E5E5;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 22px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.progress-bar {
	background: #90C695;
	box-shadow: none;
	text-align: right;
	padding-right: 10px;
	line-height: 22px;
	-webkit-transition: all .7s ease-in-out;
	   -moz-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		 -o-transition: all .7s ease-in-out;
			transition: all .7s ease-in-out;
}

/* ---------------------------------------------- /*
 * Tabs
/* ---------------------------------------------- */

.nav-pills, .nav-tabs {
	margin-bottom: 20px;
}

.nav-pills > li > a {
	border-radius: 3px;
}

.nav-tabs > li > a {
	border-radius: 3px 3px 0 0;
}

.nav-pills > li.active > a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background: #90C695;
}

/* ---------------------------------------------- /*
 * Panels
/* ---------------------------------------------- */

.panel {
	border: 0;
}

.panel-body {
	background: #f5f5f5;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}

/* ---------------------------------------------- /*
 * Modal
/* ---------------------------------------------- */

.modal-content {
	border: 0;
}

/* ---------------------------------------------- /*
 * Labels
/* ---------------------------------------------- */

.label {
	padding: .2em .6em .2em;
	font-size: 70%;
}

.label-custom-1 {
	background: #90C695;
}

.label-custom-2 {
	background: #222;
}

/* ---------------------------------------------- /*
 * Inline icons
/* ---------------------------------------------- */

.line-icon-before {
	margin-right: 6px;
}

.line-icon-after {
	margin-right: 6px;
}

/* ---------------------------------------------- /*
 * Icon-list and icon widget
/* ---------------------------------------------- */

.icons-widget {
	padding: 0;
	margin: 0;
}

.icons-widget li {
	display: inline-block;
	margin-right: 5px;
}

.icons-widget li a {
	background: #222;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.25em;
	color: #FFF;
}

.icons-widget li a:hover {
	background: #90C695;
}

.icons-widget-sm li a{
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: .8em;
}

.icons-widget-sm li {
	margin-right: 3px;
}

.icons-widget li:last-child {
	margin-right: 0;
}

.iconList li {
	padding: 5px 0;
}

.iconList li:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 10px;
	line-height: 1em;
}

/* ---------------------------------------------- /*
 * Owl slider
/* ---------------------------------------------- */

.owl-theme .owl-controls .owl-buttons div {
	background: #90C695;
	font-size: 24px;
	opacity: 1;
	width: 44px;
	height: 44px;
	margin: 0;
	color: #FFF;
}

.owl-theme .owl-controls .owl-page span {
	background: #90C695;
	margin: 5px 4px;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
}

/* ---------------------------------------------- /*
 * Scroll-up
/* ---------------------------------------------- */

.scroll-up {
	border-style: solid;
	border-width: 0 0 48px 48px;
	border-color: transparent transparent rgba(27, 18, 18, 0.6) transparent;
	position: fixed;
	display: none;
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	z-index: 999;
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
		  -moz-transition: -moz-transform 0.8s ease-in-out;
			  -o-transition: -o-transform 0.8s ease-in-out;
					transition: transform 0.8s ease-in-out;
}

.scroll-up a {
	position: relative;
	display: inline-block;
	padding: 22px;
	bottom: 0px;
	left: -44px;
	font-size: 18px;
	color: #FFF;
}

.scroll-up a:hover {
	color: #90C695;
}

/* ---------------------------------------------- /*
 * General
/* ---------------------------------------------- */

.wrapper {
	overflow: hidden;
}

.section {
	position: relative;
	padding: 120px 0;
}

.color-overlay {
	background: rgba(0, 0, 0, 0.5);
	padding: 60px 0;
}

.section-header {
	text-align: center;
}

.section-header,
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
	color: #FFF;
}

/* .callout-dark, .callout-light {
	background: #EBEFF0;
	text-align: center;
	padding: 60px 0;
} */

.callout-dark1 {
	
	text-align: center;
	padding: 60px 0;
}
.callout-dark {
	background: #222;
}

.rotate {
	text-shadow: 0 0 0 !important;
}

.long-down {
	margin-bottom: 40px;
}

.ajax-response {
	margin-top: 15px;
}

.rotate-section {
	background: #FFF;
	z-index: 99;
}

.rotate-section:before {
	top: 0;
	left: -10%;
	content: '';
	z-index: -1;
	width: 120%;
	height: 100%;
	position: absolute;
	background-color: #FFF;

	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		 -o-transform-origin: 0 0;
			transform-origin: 0 0;

	-webkit-transform: rotate(-2deg);
	   -moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		 -o-transform: rotate(-2deg);
			transform: rotate(-2deg);

	-webkit-border-top: 1px solid rgba(0, 0, 0, 0.1);
	   -moz-border-top: 1px solid rgba(0, 0, 0, 0.1);
		 -o-border-top: 1px solid rgba(0, 0, 0, 0.1);
			border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rotate-section:after {
	bottom: 0;
	left: -10%;
	content: '';
	z-index: -1;
	width: 120%;
	height: 100%;
	position: absolute;
	background-color: #FFF;

	-webkit-transform: rotate(2deg);
	   -moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		 -o-transform: rotate(2deg);
			transform: rotate(2deg);

	-webkit-transform-origin: 0% 100%;
	   -moz-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		 -o-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.navbar {
	background: none;
	border-radius: 0;
	border: 0;
	padding: 25px 0;
	font-weight: 400;
	color: #FFF !important;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	background: none;
	outline: 0;
	color: #90C695;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #FFF;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #FFF;
}

.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	color: #FFF;
	font-size: 14px;
}

.navbar-color,
.custom-collapse {
	background: #1b1212;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	padding: 10px 0;
}

.navbar-color .nav li a:hover,
.navbar-color .nav li a:focus,
.navbar-color .nav li.active,
.navbar-color .navbar-nav > li.active a {
	color: #90C695;
}

.navbar-color .navbar-nav > li > a,
.navbar-color .navbar-nav .dropdown-menu > li > a,
.custom-collapse .navbar-nav > li > a,
.custom-collapse .navbar-nav .dropdown-menu > li > a {
	color: #888;
}

.custom-collapse .navbar-nav {
	text-align: left;
}

.custom-collapse .navbar-nav > li.active {
	border: 0;
}

.navbar-color .navbar-toggle .icon-bar,
.custom-collapse .navbar-toggle .icon-bar {
	background: #90C695;
}

/* ---------------------------------------------- /*
 * Intro
/* ---------------------------------------------- */

#intro {
	background: rgba(34, 34, 34, .2) !important;
	z-index: auto !important;
	padding: 110px 0 92px 0;
	text-align: center;
}

#intro,
#intro h1,
#intro h2,
#intro h3,
#intro h4,
#intro h5,
#intro h6 {
	color: #FFF;
}

.hello {
	margin: 0 0 52px;
}

/* ---------------------------------------------- /*
 * About
/* ---------------------------------------------- */

#about-header {
	background: url(../images/bg1.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

/* ---------------------------------------------- /*
 * Service
/* ---------------------------------------------- */

.service {
	text-align: center;
	margin: 0 0 40px;
}

.service .icon {
	font-size: 32px;
	color: #90C695;
}

.service h4 {
	text-transform: uppercase;
}

/* ---------------------------------------------- /*
 * Portfolio
/* ---------------------------------------------- */

#portfolio-header {
	background: url(../images/bg2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

.portfolio-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.portfolio-item-preview {
	position: relative;
}

.portfolio-item:hover .portfolio-item-preview {
	-webkit-transform: scale(1.1) rotate(2deg);
	   -moz-transform: scale(1.3) rotate(3deg);
		-ms-transform: scale(1.3) rotate(3deg);
		 -o-transform: scale(1.3) rotate(3deg);
			transform: scale(1.2) rotate(3deg);
}

.portfolio-item:hover .portfolio-item-description {
	opacity: 1;
	bottom: 0;
}

.portfolio-item-description {
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: 0;
	/*bottom: -70px;*/
	bottom:0px;
	left: 0;
	padding: 25px;
	text-align: center;
	/*opacity: 0;*/
	color: #222;
}

/* ---------------------------------------------- /*
 * Testimonials
/* ---------------------------------------------- */

#testimonials .owl-item {
	text-align: center;
}

#testimonials .avatar img {
	height: 84px;
	width: 84px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

#testimonials blockquote {
	border: 0;
	padding: 10px 80px;
	margin: 0;
}

#testimonials blockquote p {
	margin: 15px 0 5px;
}

#testimonials .stars {
	margin-bottom: 5px;
	color: #f1c40f;
}

#testimonials .star-off {
	color: #999;
}



/* ---------------------------------------------- /*
 * Testimonial Page
/* ---------------------------------------------- */

.testimonial-head{ font-size:18px; line-height: 25px; }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #ececec;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #F8CF27;
    text-align: center;
    color: #fff;
    line-height: 38px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 13px;
    line-height: 23px;
	text-align:justify;
    margin: 0;
}
.testimonial .title{
    display: block;	
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 20px 0 5px 0;
}

/* ---------------------------------------------- /*
 * Team
/* ---------------------------------------------- */

#team-header {
	background: url(../images/bg3.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

.member {
	text-align: center;
}

.member-data {
	padding: 15px 0 10px 0;
}

.member-data h3 {
	margin: 5px 0 0px;
}

.member-data span {
	font-size: 12px;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

#contact-header {
	background: url(../images/bg3.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
			background-size: cover;
}

#contact-data {
	background: #ebeff0;
	text-align: center;
}

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 450px;
	width: 100%;
}

#footer {
	background: #141414;
	padding: 20px 0;
	color: #FFF;
}

#footer p {
	font-size: 12px;
	margin: 5px 0;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: relative;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin: 0 auto;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status, .status-mes {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

.status-mes h4 {
	color: #222;
	margin-top: 30px;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 992px) {

	.knob, .member {
		margin-bottom: 30px;
	}

}

@media (max-width: 767px) {

	.scroll-up {
		display: none !important;
	}

}
.social .fa {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 26px;
    padding: 0 5px 0 5px;
    text-rendering: auto;
-webkit-font-smoothing: antialiased;}

.social {
	float:right;
}


#sideicon a {
    position: fixed;
    right: -118px;
    transition: 0.3s;
    padding: 7px;
    width: 150px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 5px 0px 0px 5px;
	cursor:pointer;
}

#sideicon a:hover {
    right: 0;
}

#fb {
    top: 175px;
    background-color: rgb(59, 89, 152);
}

#tw {
    top: 215px;
    background-color: #55ACEE;
}

#li {
    top: 255px;
    background-color: #007BB5;
}

#gp {
    top: 295px;
    background-color: #ccc;
}

#ap {
    top: 335px;
    background-color: #666;
}

#rc {
    top: 375px;
    background-color: black;
}

.form-control-sizee {
    background: #FFF;
    border: 2px solid #D8E1E4;
    height: 33px;
    font-size: 14px;
    padding: 4px;
}

label {
    display: inline-block;
    max-width: 100%;
    color: white;
    margin-bottom: 5px;
    font-weight: inherit;
}


/* new footer*/
h4.bg-default-text-bold {
    color: white;
}
a.refer-earn.android.bg-small-meta-text{
	    color: rgba(255,255,255,.5);
}
a.refer-earn.ios-app.bg-small-meta-text{
	    color: rgba(255,255,255,.5);
}
.content-col a{
	    color: rgba(255,255,255,.5);
}
.content-col {
	    list-style-type: none;
}

.imtma_certification{ padding-bottom: 20px;}

.imtma_certification ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.imtma_certification ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 12px!important;
    text-align: center;
    position: relative;
} 

.imtma_certification ul li ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.imtma_certification ul li ul a{
   margin: 0 10px 0 10px;
   font-size:14px;
       color: rgba(253,253,253,.9);
}





.head-top-area {
    padding: 15px 0px 0px 0px;
}

.fix {
    overflow: hidden;
}

.head-bottom-area,
.contact-btn,
.footer-newsletter > input[type="submit"],
.mainmenu-area ul.nav.navbar-nav li ul li::after,
.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover,
.navbar-collapse,
.cta-area,
.color-palate-head,
.sin-whatWork::after,
.single-form input[type="submit"],
input#submit-comment,
ul.degins li::after,
.mean-container .mean-bar,
.mean-container .mean-nav ul li,
.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover,
.sin-pricing-table.active,
a.pricing-btn {
    background-color: #F8CF27;    /* -- Your primary color code here -- */
}

.head-bottom-area {
    background: #FFF6A7 none repeat scroll 0 0;
    z-index: 999999 !important;
}

.mainmenu-area {
    position: relative;
}

.mainmenu-area ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 22px 10px 18px;
    text-transform: uppercase;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

.mainmenu-area ul.nav.navbar-nav li a i {
    margin-left: 7px;
    position: relative;
    top: -1px;
}

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


/*	03.DropDown Menu Css
/*-----------------------------------------------------------------------------------*/

ul.nav.navbar-nav li ul {
    left: -40px;
    position: absolute;
    top: 200%;
    width: 330px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
    transition: opacity .3s ease-in-out, top .3s ease-in-out;
}

ul.nav.navbar-nav li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mainmenu-area ul.nav.navbar-nav li ul li {
    border-bottom: 1px solid #3a3a3a;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
    width: 100%;
}

.mainmenu-area ul.nav.navbar-nav li ul li a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    width: 100%;
}

.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
    display: none;
}

.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
    border: 0px solid;
}

.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
    background: #191919 none repeat scroll 0 0;
    color: #FFF6A7;
}

.mainmenu-area ul.nav.navbar-nav li ul li:after {
    background: #FFF6A7 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

.mainmenu-area ul.nav.navbar-nav li a i {
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.bb-top, .mainmenu-area ul.nav.navbar-nav li ul li {
    border-color: #191919;
}

.mainmenu-area ul.nav.navbar-nav > li > a:hover,
.mainmenu-area ul.nav.navbar-nav li.active,
.button-hover::after,
.color-trigger,
.about-gallery-posts .owl-dot.active,
.sin-pricing-table.active .pricing-status {
    background-color: rgba(255, 165, 0, 0.25);    /* -- Your primary color hover code here -- */
}

.button.quote-btn{
    background-color: #222222;
}

.quote-btn:hover {
    overflow: hidden;
    z-index: 1;
}

.button {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 40px;
    text-transform: uppercase;
}
.quote-btn {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.quote-btn:hover {
    background-color: #FFF6A7;
	color: black;
}

.sin-info {
    float: left;
    width: 211px;
    position: relative;
}
.search-form {
   /* border: 1px solid #e9e9e9;*/
    border-radius: 3px;
    color: #c5c5c5;
}
.search-form input[type="text"] {
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 7px 0 7px 15px;
    font-size: 12px;
    color: #c5c5c5;
}
.search-form input {
    /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
    border: medium none;
}

.input-submit {
    position: relative;
    font-size: 12px;
}

.search-form input[type="submit"] {
    float: left;
    line-height: 43px;
    position: relative;
    /* text-indent: -1e+11px; */
    width: 20%;
    z-index: 9999;
}

/*    css for calander      */


section.mounth {
    overflow: hidden;
    display: block;
    float: left;
     width: 396px;
   /* height: 373px; */
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
    border-radius: 5px;
	margin: 0px 0px 0px 89px;
    
}
 .calanderhead {
    position: relative;
    display: block;
    /* height: 60px; */
    background: #FFF6A7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.06);
}
  .calanderhead h4{
    padding:10px 0 10px 0;
} 

 
.calanderhead nav {
    overflow: hidden;
    position: absolute;
    display: block;
    right: 30px;
    top: 30px;
}
.calanderhead nav span:first-of-type {
    background-position: -77px -4px;
}
.calanderhead nav span {
    display: block;
    float: left;
    width: 11px;
    height: 20px;
    margin-left: 30px;
    cursor: pointer;
    background: url('http://ysfu.net/sprite.png') no-repeat;
}

article {
    padding: 6px 0 25px 30px;
}
article div {
    display: block;
    /* overflow: hidden; */
    clear: both;
}
article b {
    font: 600 15px/30px ;
    color: #90C695;
}
article b, article span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 4px;
    text-align: center;
}

article span {
    font: 300 13px/44px 'Montserrat', serif, sans-serif;
    color: #4c5373;
    box-shadow: inset 0 0 1px 1px #d9dce5;
    border-radius: 2px;
    cursor: pointer;
}

article span.active, article span.active:hover, article span.active:active {
    color: #fff;
       box-shadow: inset 0 0 1px 1px #90C695, 0 1px 3px -1px #90C695;
    background: #90C695;
}
article span.disable {
    color: #b6bacc;
    box-shadow: inset 0 0 1px 1px #f3f4f7;
}

/*    css for facts numbers      */

.facts-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.facts-area.section-padding.overlay{
/*     position: relative;
 */    z-index: 1;
}
section.facts-area.section-padding{
    padding: 80px 0 0 0;
}
section.facts-area.section-padding.overlay.fix{
overflow: hidden;
}
.facts-headding > h2 {
    color: #ffffff;
    font-size: 38px;
    text-transform: uppercase;
}
.facts-headding h2 > strong {
    color: #f8cf27;
}
.fact-quote > blockquote {
    color: #ffffff;
}

blockquote {
    border-left: 0 dashed;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 80px;
    position: relative;
}
.facts-wrap {
    margin: 0 -17px;
    /* padding-top: 90px; */
}
.sin-fact {
    float: left;
    margin: 25px 17px;
    width: 17%;
}
.sin-fact > span {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}
.counter {
    color: #ffffff;
    display: block;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}
.count-badge {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.topmenuA ul{list-style-type: none; margin: 0;padding: 0 0 0 59px;}
.topmenuA ul li{display: inline;}
.topmenuA ul li a{color:black;font-size: 13px;font-weight: 400;text-decoration: none;}
/* .form-inline .form-group AA{ margin: 0px 20px 0 -87px;}
.form-inline .form-group .BB{ margin: 0px 0px 0 20px;}
.form-inline .form-group .CC{ margin: 0px 0px 0 20px;}
.form-inline .form-group .DD{ margin: 0px 45px 0 25px;} */

.form-inline .form-group {    margin: 0 90px 0 -74px;}    

.field-tip {
    position:relative;
    
}
    .field-tip .tip-content {
        position:absolute;
		z-index:9999999;
        top:-22px; /* - top padding */
        right:9999px;
        width:250px;
        margin-right:-220px; /* width + left/right padding */
        padding:2px;
        color:#fff;
        background:#FFF6A7;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
	
	    .field-tip .tip-contentA {
        position:absolute;
		z-index:9999999;
        top:-22px; /* - top padding */
        right:9999px;
        width:250px;
        margin-right:-220px; /* width + left/right padding */
        padding:2px;
        color:#fff;
        background:#FFF6A7;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
	
	
        /* <http://css-tricks.com/snippets/css/css-triangle/> */
        .field-tip .tip-content:before {
            content:' '; /* Must have content to display */
            position:absolute;
            top:50%;
            left:-16px; /* 2 x border width */
            width:0;
            height:0;
            margin-top:-8px; /* - border width */
            border:8px solid transparent;
            border-right-color:#333;
        }
        .field-tip:hover .tip-content {
            right:-20px;
            opacity:1;
        }
		.field-tip:hover .tip-contentA {
    right: 263px;
    opacity: 1;
}
		
		
		.top_hd li {
    float: left;
    border-right: 1px solid;
    padding: 0 5px;
    color: #fff;
}

.pull-right {
    float: right !important;
} 
/*############################ css for vertical tabs ##############################*/
/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #FFF6A7;
    width: 30%;
  /*  height: 286px; */
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
   float: left;
    padding: 0px 12px 12px 12px;
    border-top: 1px solid #ccc;
    width: 70%;
    border-left: none;
    /* height: 300px; */
}


@media (max-width: 480px){
section.mounth    {margin: 0px 0px 0px -19px;
    width: 384px;}

.topmenuA{display:none;}
.form-inline .form-group {    margin: 6px 0 9px 0;} 
label {float: left;}

#serach_date{margin: 0 0 0 29px;}
#serach_stream{margin: 0 0 0 11px;}
.form-control-sizee {width: 199px;}
div.tab button{    display: block;background-color: inherit; color: black;padding: 22px 5px; width: 100%;
    border: none; outline: none; text-align: left; cursor: pointer;transition: 0.3s; font-size: 11px;}

#intro h1{font-size:32px;}
	
	}
	
@media (max-width: 1000px){	

#search_div label {float: left;width:100%;display:block; text-align:center;}
.form-inline .form-group {    margin: 0;;} 
.form-control-sizee {width:100%;}
#search_div button{display:block;margin:10px auto !important;}
}
	

@media only screen and (min-device-width : 481px) and (max-device-width : 767px){
section.mounth    {margin: 0px 0px 0px 17%;
    width: 384px;}

.topmenuA{display:none;}
.form-inline .form-group {    margin: 6px 0 9px 0;} 
#search_div label {float: left;width:30%;}
/*#search_city{margin:0 0 0 43px;}*/
#serach_date{margin: 0 0 0 29px;}
#serach_stream{margin: 0 0 0 11px;}
.form-control-sizee {width: 199px;}
div.tab button{    display: block;background-color: inherit; color: black;padding: 22px 5px; width: 100%;
    border: none; outline: none; text-align: left; cursor: pointer;transition: 0.3s; font-size: 11px;}

#intro h1{font-size:32px;}
	
	}
.nopaddingmargin{
margin:0px !important;
padding:0px !important;
}
.nav-tabs li a {color:#000000;}
label.error{color:#900;}

@media (max-width: 999px){	

.sin-fact > span {
   
    font-size: 30px !important;
    font-weight: 700;
}
.sin-fact span, .sin-fact span.counter {
    font-size: 38px;
}

}
@media (max-width: 480px){	
.sin-fact {float:none;text-align:center;width:100%}

.sin-fact > span {
   
    font-size: 30px !important;
    font-weight: 700;
}
.home_ev_list .clear{margin-bottom:70px;}
}
@media only screen and (min-device-width : 767px) and (max-device-width : 1600px){
	.home_ev_list h4{min-height:70px;}
}