/*------------------------------------------------------------------
[Master Stylesheet]
Project:	GreensKeeper
Version:	1.0
Last change:	04/21/16
Author:	imithemes
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("animations.css");

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	text-decoration: none;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus{
	text-decoration:none;
	outline: 0;
	color:#5e5e5e;
}
.basic-link:hover{
	opacity:.8
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;
}
.gray-bg{
	background:#CDCBCB;
}
.gray-text{
	color:#CDCBCB;
}
.lgray-bg{
	background:#F7F7F7;
}
.dgray-bg{
	background:#454545;
}
img {
	max-width: 100%;
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	margin:0px;
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:5px 25px 20px 0px!important;
}
.align-right{
	float:right;
	margin:5px 0 20px 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {
   color: #999;
}
iframe{
	border:0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#555;
	font-weight:700;
	line-height:1.5em;
	font-family: 'Lato', sans-serif;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h2 small{
	display:block;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-size:45%
}
h3{
	font-size:24px;
}
h4{
	font-size:17px;
}
h5{
	font-size:15px;
	text-transform:uppercase;
}
h6{
	font-size:13px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:0;
}
h1.long, h2.long, h3.long, h4.long, h5.long, h6.long, p.long{
	margin-bottom:35px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label{
	font-size:11px;
	position:relative;
	top:-6px;
}
.huge{
	font-size:10em;
}
blockquote{
	margin-bottom:30px;
	position:relative;
}
blockquote:before{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:30px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\f10d";
	margin-bottom:12px;
}
blockquote:after{
	width:80px;
	height:6px;
	display:inline-block;
	content:"";
	margin-top:22px;
}
blockquote.aligncenter{
	text-align:center;
}
blockquote p{
	margin-bottom:0;
	padding-left:30px;
}
blockquote cite{
	font-weight:700;
}
blockquote cite:before{
	content:"- ";
}
p.lead{
	font-size:20px;
	line-height:28px;
}
p.md{
	font-size:16px;
}
p.lg{
	font-size:30px;
}
.lighter p{
	color:#ccc;
}
p.small{
	font-size:10px;
	line-height:13px;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#E8E8E8;
}
hr.sm{
	display:inline-block;
	margin:0 0 15px 0;
	height:3px;
	width:67px;
	border:0;
	position:relative;
	background:none;
}
hr.sm:before{
	content:"||-||-||-||-||-||-||";
	position:absolute;
	font-size:13px;
	color:#ddd;
	top:-10px;
	left:0;
}
.text-align-center hr.sm:after{
	position:absolute;
	width:3px;
	height:3px;
	content:" ";
	left:-6px;
}
hr.md{
	display:inline-block;
	margin:15px 0;
	width:100px;
	height:2px;
	border:0;
}
hr.fw{
	display:block;
	clear:both;
	margin-bottom:30px;
	margin-top:15px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.fw.cont{
	margin:20px 0;
}
ul.checks, ul.angles, ul.carets, ul.chevrons, ul.icons{
	margin:0;
	list-style-type:none;
	margin-bottom:20px;
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li, ul.icons > li{
	margin:5px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i, ul.icons > li > i{
	margin-right:2px;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}
ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #eee;
	color:#666666;
	text-decoration:none;
}
ul.nav-list-primary > li a:hover{
	text-decoration:none;
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul, ol ul{
	margin:10px 0 10px 20px;
}
ul ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}
address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight:400;
  color:#666;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}
.margin-5{
	margin-bottom:5px !important;
}
.margin-10{
	margin-bottom:10px !important;
}
.margin-15{
	margin-bottom:15px !important;
}
.margin-20{
	margin-bottom:20px !important;
}
.margin-30{
	margin-bottom:30px !important;
}
.margin-40{
	margin-bottom:40px !important;
}
.margin-50{
	margin-bottom:50px !important;
}
.margin-60{
	margin-bottom:60px !important;
}
.margin-70{
	margin-bottom:70px !important;
}
.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}
/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb0{
	padding-top:0!important;
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
.pad_full0{
	padding: 0px;
}
.site-logo{
	position:relative;
	z-index:2;
	float:left;
}
.site-logo a {
	position:relative;
	z-index:1;
}
.main-navigation{
	position:relative;
	z-index:3;
	width:100%;
	height:auto;
}
nav{
}
.is-sticky .main-navigation{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	z-index:9999;
}
.main-navigation .container{
	position:relative;
}
.is-sticky .main-navigation{
}
.main-navigation .social-icons li, .topbar .social-icons li{
	margin-left:10px;
}
.main-navigation .social-icons a, .topbar .social-icons a{
	font-size:20px;
	line-height:60px;
}
.topbar .social-icons a{
	line-height:40px;
	color:#fff;
}
.dd-menu{
	margin:0;
	list-style-type:none;
	display:block;
}
#menu-toggle{
	display:none;
	background:#555;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	margin-top:12px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	position:relative;
	z-index:100;
	border:1px solid #FFF;
}

.header-style3 .dd-menu{
	margin-top:10px;
}
.dd-menu > li{
	font-size:16px;
	font-weight:400;
	position:relative;
	display:inline-block;
	float:left;
	margin-left:1px;
}
.dd-menu > li > a{
	display:block;
	color:#5e5e5e;
	line-height:50px;
	padding-bottom:5px;
	padding:0px 15px;
	border-radius:3px;
}
.header-style3 .dd-menu > li > a{
	color:#fff;
}
.dd-menu > li > a > i{
	font-size:12px;
}
.dd-menu > li ul{
	margin:0;
	list-style-type:none;
	position:absolute;
	top:100%;
	left:-20px;
	margin-top:-1px;
	z-index:999;
	display:none;
	width:200px;
	height:auto;
	background:#fff;
	margin-left:0;
	border-top:3px solid;
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.176);
	-moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.176);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.176);
}
.dd-menu > li:hover >ul{
	display:block;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.dd-menu > li > ul li{
	line-height: normal;
	font-size:14px;
	position:relative;
	font-weight:400;
	text-transform:none;
}
/*.dd-menu > li.megamenu{
	position:static;
}*/
.dd-menu > li.megamenu > ul > li a:first-child i.fa-caret-right{
	display:none;
}
.dd-menu > li > ul > li > a, .dd-menu > li > ul > li > ul > li > a, .dd-menu > li > ul > li > ul > ul > li > a{
	display:block;
	padding:12px 30px;
	border-bottom:1px solid rgba(0,0,0,.05);
	white-space:normal;
	text-decoration:none;
	color:#5e5e5e;
}
.dd-menu > li > ul > li > a:hover{
	color:#333;
}
.dd-menu > li > ul > li > a:hover, .dd-menu > li > ul > li > ul > li > a:hover{
	text-decoration:none;
	background-color:#F6F6F6
}
.dd-menu > li > ul > li:last-child > a{
	border-bottom:0;
}
.dd-menu > li > ul li:hover>ul{
	display:block;
}
.dd-menu > li > ul li ul{
	margin:0;
	list-style-type:none;
	left:200px!important;
	top:0!important;
	position:absolute;
	border:0;
	width: 200px;
}

./* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width:1200px){
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-header .container, .main-navigation .container, .quote-teaser .container, .topbar .container{
		width:100%;
	}
	.site-tagline{
		display:none
	}
	.dd-menu > li{
		margin-right:25px;
	}
	.site-header-right .dd-menu > li{
		margin-left:25px;
	}

}
@media only screen and (max-width: 992px) {
	.site-header .container, .main-navigation .container, .quote-teaser .container, .topbar .container{
		width:100%;
	}
	.site-tagline{
		display:none
	}
	#contact-info{
		float:right;
		display:inline-block;
		margin-top:12px;
	}
	.site-header-right{
		float:left;
		width:100%;
		display:none
	}
	.header-info-cols{
		float:none;
		text-align:center;
	}
	.header-info-cols li{
		padding-bottom:15px;
		text-align:left;
		float:none;
		display:inline-block;
		margin:0 10px;
	}
	.main-navigation .container{
		position:static;
	}
	.main-navigation .quote-head-btn{
		margin-left:0;
		background:#555;
	}
	.main-navigation .quote-head-btn, .main-navigation .social-icons{
		float:left!Important;
	}
	.dd-menu{
		display:none;
		position:absolute;
		width:100%;
		background:#555;
		top:100%;
		left:0;
		padding-top:15px;
	}
	.dd-menu > li{
		width:100%;
		float:none;
		display:block;
	}
	#menu-toggle{
		display:inline-block;
		float:right;
	}
	.dd-menu > li > a {
		color: #fff;
		line-height: 20px;
		padding: 15px 45px;
	}
	.dd-menu > li.megamenu{
		position:static!important;
	}
	.dd-menu > li:last-child{
		margin-bottom:25px;
	}
	.dd-menu > li ul, .dd-menu > li > ul li ul{
		position:static;
		display: block;
	}
	.dd-menu .megamenu-container .megamenu-sub-title{
		margin-top:30px;
	}
}
@media only screen and (max-width: 767px) {
	/* Isotope */
	.site-logo{
		width:250px;
	}
	.site-header{
		min-height:0;
	}
	#contact-info{
		line-height: 1.6;
		margin-top: 15px;
	}
	.quote-teaser form.quick-quote{
		padding-bottom:30px;
	}
	.feature-block{
		margin-top:30px;
	}
	.parallax br{
		content: " ";
    	display: none;
	}
	.parallax{
		padding-left:20px;
		padding-right:20px;
	}
	.owl-carousel .blog-list-item .row{
		margin-left:0;
		margin-right:0;
	}
	.owl-carousel .blog-list-item{
		padding:0;
		padding-bottom:20px;
		padding-top:15px;
	}
	.owl-carousel .blog-list-item .blog-item-info{
		padding-left:0;
	}
	.owl-carousel .blog-list-item{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 480px) {
	.main-navigation .social-icons{
		display:none;
	}
	.page-header .breadcrumb{
		display:none;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
}
.clear{
	clear:both;
}
.welcome_content{
	padding:0px;
}
.welcome_title{
	padding:5px 0px 20px 0px;
}
.box_shadow{
	webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
	border-radius:3px;
	padding:20px;
}
.news-image{
	position:relative;
	width:40%;
	float:left;
}
.news-image img{
	height:200px;
	width:100%;
	border-radius:3px;
}
.news-description{
	width:57%;
	float:right;
}
.pro_name{
	padding:10px 0px 10px 0px;
}
.news-content{
	line-height:25px;
}
.readmore{
	margin:5px 0px;
	display:block;
	width:35%;
}
.interested{
	padding:8px 15px;
	float:right;
	border-radius:4px;
}
.interested{
	margin:15px 0px 20px 0px;
	float:left;
}
.interested_border{
	padding:8px 15px;
	float:left;
	margin:15px 0px 15px 0px;
	border-radius:4px;
}
.pad_r3{
	padding-right:3px;
}
.pad_r5{
	padding-right:5px;
}
.menu,
.social_link{
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu li{
	float:left;
	padding:0px 5px;
	width:50%;
}
.menu li a{
	padding:8px 0px;
	display:block;
}
/*modal box style*/
.modal_content1{
	position:relative;
}
.modal-header {
    background: #1DAAA3;
    padding-left: 25px;
}
.modal-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
}
.modal_content1{
	background:#E8E8E8;
}
.mar_t50{
	margin-top:40px !important;
}
.mar_bot20{
	margin-bottom:20px;
}
.modal-title{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.sms_header{
}
.sms_form{
	margin-top:-25px;
}
.modal_title{
	position:relative;
	width:60%;
	margin:0px auto;
	text-align:center;
	padding:10px;
	top:-12px;
}
.modal_title:before {
    left: -12px;
    top: 0;
    border-color: transparent #555 #555 transparent;
    border-style: solid;
    content: '';
    border-width: 6px;
    position: absolute;
}
.modal_title:after {
    right: -12px;
    top: 0;
    border-color: transparent transparent #555 #555;
    border-style: solid;
    content: '';
    border-width: 6px;
    position: absolute;
}
.close_icon{
	position: relative;
	top: -35px;
	right: 10px;
}
.sms_form .form_list,
.email_form .form_list,
.enq_form .form_list{
    list-style: none;
    margin: 0px auto;
    padding:10px 0px 0px 0px;
}
.email_form ul{
	width:90%;
	margin:0px !important;
	position:relative;
	padding:0px !important;
}
.bg{
	background:#333;
}
.sms_form .form_list li,
.email_form .form_list li,
.enq_form .form_list li{
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    text-align: left;
}
.mar_bot15 {
    margin-bottom: 15px !important;
}
.mar_bot10{
    margin-bottom: 10px !important;
}
.mar_bot5{
    margin-bottom:5px !important;
}
.sms_form .form_list li label,
.email_form .form_list li label,
.enq_form .form_list li label{
    width: 100%;
    font-size: 15px;
	display:none;
}
.sms_form .form_list li input, .sms_form .form_list li textarea,
.email_form .form_list li input, .email_form .form_list li textarea,
.enq_form .form_list li input, .enq_form .form_list li textarea,
.send_enq input{
    width: 100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.sms_form .form_list li textarea,
.enq_form .form_list li textarea{
	resize:none;
	height:110px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	resize:none;
}
.sms_form .form_list input.input-text, select, textarea,
.email_form .form_list input.input-text, select, textarea,
.enq_form .form_list input.input-text, select, textarea{
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 1px solid #ccc;
	padding-left:28px;
	border-radius:3px;
	font-size:13px;
	line-height:18px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
}
.sms_form .form_list li input, .form_list li textarea,
.email_form .form_list li input, .form_list li textarea,
.enq_form .form_list li input, .enq_form .form_list li textarea{
	padding-left:28px;
	border-radius:3px;
	font-size:13px;
	resize:none;
}
.modal-footer {
    border-top: 0px solid #343;
    padding: 0px 25px 20px 25px;
    text-align: left;
}
.button1 {
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #1DAAA3;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-right: 5px;
}
.button_001{
	position: absolute;
	top: 25%;
	right: -40px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 38px;
	padding: 6px 0px;
	border:1px solid #fff;
	border-right:none;
}
.circle{
	margin:0px auto;
	width:70px;
	height:70px;
	line-height:55px;
	vertical-align:middle;
	background:#333;
	color:#fff;
	font-size:19px;
	text-align:center;
	border-radius:50%;
	position:relative;
	bottom:-25px;
}
.modal_sendtitle{
	padding:12px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:60%;
	margin:0px auto;
	position:relative;
	text-align:center;
	top:-12px;
}
.modal_sendtitle:before {
    left: -6px;
    top: 0;
    content: '';
    position: absolute;
    border-bottom: 12px solid #fff;
    border-left: 6px solid transparent;
}
.modal_sendtitle:after {
    right: -6px;
    top: 0;
    content: '';
    position: absolute;
    border-bottom: 12px solid #fff;
    border-right: 6px solid transparent;
}

.pad_close{
	padding:18px 15px 0px 0px !important;
	color:#fff;
}
.modal_content3{
	position: relative;
    border-radius: 6px;
}
.enq_form{
	background:#fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border-radius:0px 0px 3px 3px;
}
.border_fa{
	border-right: 1px solid #ccc;
    border-radius: 0px 50% 50% 0px;
}
.enq_form .form_list input.input-text{
	padding-left:40px;
}
.position1{
	position:relative;
}
.position1 span{
	position:absolute;
	top:0px;
	left:0px;
	color:#999;
	padding:10px;
}
#ribbon1 {
	position: relative;
	float: left;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	border-bottom: 1px solid #000;
	width:100%;
}

#ribbon1:before {
	z-index: -1;
	position: absolute;
	top:10px;
	left:0;
	width: 20px;
	height:50px;
	content: '';
	background-color: #444;
	-webkit-transform: skewY(45deg);
	-moz-transform: skewY(45deg);
	-o-transform: skewY(45deg);
	transform: skewY(45deg);
	-webkit-box-shadow: inset 1px -1px 3px #000, 1px 1px 3px #000;
	-moz-box-shadow: inset 1px -1px 3px #000, 1px 1px 3px #000;
	box-shadow: inset 1px -1px 3px #000, 1px 1px 3px #000;
}
.modal_header{
	padding:15px;
}
.pad_tb40{
		padding:40px 0px;
}
.services_con{
	min-height:300px;
}
.send_enq input[type="text"],
.send_enq input[type="email"],
.send_enq input[type="tel"],
.send_enq .textarea{
	padding:10px;
	width:100%;
	margin-bottom:10px;
	border:1px solid #999;
	border-radius:3px;
}
.send_enq .textarea{
	height:130px;
	resize:none;
}
.send_enq .form_submit{
	border:none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:#666;
	padding:10px 15px;
}
.position{
	position:relative;
	height:250px;
}
.pro_image2{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	max-height:250px;
	max-width:100%;
	border-radius:3px;
	vertical-align:middle;
}
.pro_title{
	padding:20px 0px 20px 20px;
	text-align:left;
}
.text_center{
	text-align:center;
}
.border_shape{
	margin-bottom:20px;
	padding:0px 8px 0px 0px;
	margin:15px auto;
	border:1px solid #333;
	display:block;
	width:inherit;
	margin-bottom:40px;
}
.shape_span{
	color:#fff;
	position:relative;
	background:#333;
	padding:9px 7px 10px 9px;
	float:left;
}
.shape_span:after{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-top: 35px solid #333;
	border-right: 18px solid transparent;
	top:0px;
	right: -18px;
}
.price_text{
	padding-left:15px;
	float:left;
	line-height: 35px;
}
.extra_pagesection{
	box-shadow:0px 0px 2px #999;
	border-radius:3px;
	width:100%;
	margin:40px 0px;
	background:#fff;
	padding: 15px 0px;
}
.interested2,
.interested_border{
	box-shadow: 0 2px 2px rgba(0,0,0,0.6);
}
.callbackimg{
	margin-bottom:20px;
}
.call_link{
	padding:10px 11px;
	background:#EB5900;
	float:right;
	text-transform:uppercase;
	border-top:none;
	position:relative;
	top:-22px;
	margin-right:2px;
}
.call_link:before {
    left: -12px;
    top: 0;
    border-color: transparent #555 #555 transparent;
    border-style: solid;
    content: '';
    border-width: 6px;
    position: absolute;
}

.call_link:after {
    right: -12px;
    top: 0;
    border-color: transparent transparent #555 #555;
    border-style: solid;
    content: '';
    border-width: 6px;
    position: absolute;
}
/*mk found*/
.call_link1{
	padding:10px 11px;
	background:#EB5900;
	text-transform:capitalize;
	position:relative;
	top:-12px;
	color:#fff;
	font-size:17px;
	text-align:center;
	line-height:20px;
	float:left;
}
.call_link2{
	position:relative;
	top:-40px;
}
.call_link2:after {
    content: "";
    position: relative;
    left: 0;
    top: 43px;
    width: 0;
    height: 0;
    border-top: 14px solid #EB5900;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
}
.call_link1:before {
    left: -6px;
    top: 0;
    content: '';
    position: absolute;

	border-bottom: 12px solid #555;
	border-left: 6px solid transparent;
}
.call_link1:after {
    right: -6px;
    top: 0;
    content: '';
    position: absolute;

	border-bottom: 12px solid #555;
	border-right: 6px solid transparent;
}
/*end mk found*/
.email_border{
	padding:5px;
	border:1px solid ;
	border-radius:50%;
	line-height:25px;
}
.call_link ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.call_link ul li{
	float:left;
	padding:0px 5px;
}
.call_link ul li .text_call{
	font-family:Arial, Helvetica, sans-serif;
}
.call_link ul li span{
	font-size:14px;
	color:#fff;
	vertical-align:middle;
	line-height:15px;
	font-weight:600;
}

.contact_form ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.contact_form li input[type="text"],
.contact_form li input[type="tel"],
.contact_form li input[type="email"],
.contact_form li textarea{
	padding:10px;
	width:100%;
	border:1px solid #999;
	border-radius:3px;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.contact_form li textarea{
	resize:none;
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.header_list1{
	list-style:none;
	margin:0px;
	padding:0px 10px;
}
.header_list1 li{
	float:left;
	width:50%;
}
.gall_border{
	border:1px solid #ccc;
	margin-bottom:15px;
	border-radius:3px;
}
.gallery_img{
	width:100%;
	height:250px !important;
	vertical-align:middle;
}
/*menu hover style*/
.dd-menu > li >a{
  backface-visibility: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.dd-menu > li >a:before{
  top: 0%;
}
.dd-menu > li> a:before{
  position: absolute;
  height:0%;
  content: '';
  z-index: -1;
  opacity: 1;
	width: 100%;
	left: 0px;
  -webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.dd-menu > li:hover a:before,
.dd-menu > li.current a:before{
  opacity: 1;
	height: 100%;
}

@media screen and (min-width:767px) and (max-width:1600px) {
.dd-menu > li ul{
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.logo_title{
	padding: 10px 0px;
}
.header_list{
	margin: 0px;
	padding:10px 0px;
}
.header_list li{
	padding: 0px 5px;
	display: inline-block;
	text-align: right;
}
.search_section{
   margin-top:20px;
	 margin-bottom: 5px;
}
.search_section ul{
	margin: 0px;
	padding: 0px;
}
.search_section ul li{
	float: left;
	list-style: none;
}
header{
	padding:20px 6px;
}
.slider_div{
	background: #ccc;
	margin-top: 10px;
	min-height: auto;
}
.news_section{
	min-height: 380px;
	background: #666;
	padding:15px;
	position: relative;
}
.news_section:before {
    left: -6px;
    top: 0;
    content: '';
    position: absolute;
    border-bottom: 12px solid #666;
    border-left: 6px solid transparent;
}
.news_section:after {
    left: -6px;
    bottom: 0px;
    content: '';
    position: absolute;
    border-top: 12px solid #666;
    border-left: 6px solid transparent;
}
.news_inner{
	min-height: 285px;
	margin-bottom: 15px;
}
.social_inner{
	min-height: 50px;
}
.social_inner ul{
	margin: 0px;
	padding: 0px;
}
.social_inner ul li{
	display: inline-block;
	padding: 3px;
	margin:0px 3px;
}
.social_inner ul li a{
	height: 30px;
	width: 30px;
	border-radius: 3px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.social_inner ul li a i{
	color: #fff;
	font-size: 20px;
}
.facebook{
	background: #4E71A8;
}
.twitter{
	background: #1CB7EB;
}
.google{
	background: #C83D26;
}
.linkedin{
	background: #1686B0;
}
.pinterest{
	background: #B6272B;
}
.bs-example{
	padding: 10px;
}
.news_title{
	padding: 10px;
}
.news_img{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	float: left;
	margin: 0px 15px 0px 0px;
}
.news_name{
	padding-bottom: 10px;
}
#news_idd{
	min-height: 200px;
}
.main_section{
	padding: 40px 0px;
}
.pad_lt0{
	padding-left: 0px;
}
.pad_rt0{
	padding-right: 0px;
}
.sidebar_inner{
	border-radius: 3px;
}
.sidebar_title{
	padding: 6px 15px;
	border-radius: 3px 3px 0px 0px;
}
.sidebar_list{
	margin: 0px;
	padding: 0px;
}
.sidebar_list li{
	padding: 6px 15px;
	background: #ccc;
	list-style: none;
	margin-bottom: 1px;
}
.prod_page_img{
	width:200px;
	float: left;
	margin:0px 10px 10px 0px;
	border-radius: 3px;
}
.right_conll{
	border-radius: 3px;
}
.qui_details,
.about_details,
.services_details{
	padding:6px 15px;
}
.clientlogo_section{
	padding: 10px 0px 30px 0px;
}
#footer_container2{
	/*padding: 30px 0px;*/
}
.float_text{
	padding: 15px 0px;
	text-align: center;
}
.about_pagecontent,
.services_pagecontent{
	min-height: 300px;
}
.gallery_content{
	padding-bottom:20px;
}
.enq_title{
	padding-bottom: 20px;
	font-size: 25px;
}
.header_list1{
	padding-bottom: 20px;
	text-align: center;
	display: block;
}
.contact_map{
	margin-top:40px;
	margin-bottom:50px;
}
.product_page_content{
	line-height: 25px;
	padding: 0px 10px 20px 15px;
	border-bottom: 1px solid #d4d4d4;
}
/*sidebar style*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#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;*/
}
#cssmenu {
  width: 100%;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
	margin-bottom: 1px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {

}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  /*border-bottom: 1px solid #1682ba;*/
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  /*border-bottom: 1px solid #1682ba;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  /*border-color: #eeeeee;*/
}
.holder::before {
  top: 18px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-top-color: #ccc;
  border-left-color: #ccc;
}
#cssmenu ul ul li a {
  cursor: pointer;
  /*border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  /*color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  /*background: #424852;
  color: #ffffff;*/
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  /*border-bottom: 1px solid #32373e;*/
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > 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);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  /*border-color: #ffffff;*/
}
.top_wrapper{
	box-shadow: 0 0 2px #aaa;
}
.top_border,
.top_border1{
	min-height: 10px;
	background-repeat: repeat-x;
}
.nav_navigation{
	margin-top: 15px;
}
.free_quote{
	line-height: 50px;
	padding:10px 25px;
	border-radius: 3px;
}
.bottom_slider{
	padding: 10px 0px;
	background: #fff;
	box-shadow: 0 0 2px #aaa;
}
.Homeproduct_title{
	line-height: 30px;
}
.productscroll_section{
	position: relative;
}
.feat_title{
	margin-bottom:30px;
	margin-top:10px;
	position: relative;
	min-height: 10px;
	background-repeat: repeat-x;
	width: 92%;
}
.feat_title span{
	position: absolute;
	top:-15px;
	z-index: 1;
	background: #fff;
	padding:10px 5px;
	display: inline-table;
}
.price_title{
	padding:10px 0px;
	border-bottom: 1px solid #d4d4d4;
}
.quote_title{
	padding: 6px 15px;
	border-radius: 3px;
}
.prod_page_name{
	padding: 10px 15px;
}
.view_link{
  padding:8px 15px;
	display: inline-block;
}
.view_link span{
	padding-left:5px;
}
.border1{
	border-radius:0px 0px 5px 5px;
	width:99%;
	display: block;
	min-height: 9px;
	border-bottom:1px solid #d4d4d4;
	margin:0px auto;
	margin-top:-7px;
}
.border2{
	border-radius:0px 0px 5px 5px;
	width:98%;
	display: block;
	min-height: 11px;
	border-bottom:1px solid #d4d4d4;
	margin:0px auto;
	margin-top:-9px;
}
.clientlogo_section{
	padding-bottom:50px;
}
.footer_heading{
	padding: 10px 0px 20px 0px;
}
.bread{
	margin: 0px;
	padding: 0px;
}
.bread li{
	list-style: none;
	float: left;
	padding: 0px 3px;
	line-height: 50px;
}
.about_pagetitle,
.service_pagetitle,
.product_pagetitle,
.pro_title{
	line-height: 50px;
}
.about_pagesection{
	padding: 50px 0px 50px 0px;
}
.page_titlesection{
	padding: 30px 0px;
}
.price_txt{
	padding: 10px 0px;
}
.product_page_image{
	position: relative;
	height: 200px;
}
.product_page_image img{
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	margin: auto;;
	max-height: 200px;
	max-width: 100%;
}



.coaching-courses {
    background: #000000;
}
.coaching-courses .box {
    padding: 30px;
    box-shadow: 3px 3px 9px rgb(0 0 0 / 8%);
    text-align: center;
    background: #fff;
}
.coaching-courses .heading .heading-title {
    color: #212121;
}
.free_quotetitle {
    margin-bottom: 20px;
}
.coaching-courses .box .form-group {
    margin-bottom: 30px;
}
.coaching-courses .box .form-group .form-control {
    font-size: 14px;
    font-style: italic;
}
.form-control, textarea {
    background: #F7F7F7;
    border: none;
    font-size: 15px;
    outline: medium none;
    color: #999;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    display: block;
    width: 100%;
    height: 48px;
 }
 textarea {
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}
.free_quoteform textarea {
    width: 100%;
    height: 110px;
}
.btn-common {
    background: #01b1d7;
    color: #FFF;
   position: relative;
    border: 1px solid transparent;
    z-index: 1;
}
.coaching-courses.section {
    padding: 80px 0;
}




.paddsec2 {
    padding: 80px 0 60px;
}
.sec-title {
    margin-bottom: 30px;
}
.text-center {
    text-align: center !important;
}
.testm-style1 .testbox {
    padding: 20px 31px 25px 32px;
    border-radius: 5px;
    color: #333;
	position: relative;
	margin-bottom: 26px;
	background:#fff;
    font-style: italic;
}
.testm-style1 .client_msg {
    background: 
    #f5f5f5;
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
.testm-style1 .client_image img {

   width: 80px;
   height: 80px;
   border-radius: 100%;
   background:#fff;
	padding: 3px;
	box-shadow: 1px 1px 2px #ccc;
}


.icons_foot li{
	list-style: none;
	padding: 10px;
}
.icons_foot{
	display: flex;
}
.icons_foot img{
	width: 50px;
	height: 25px;
}
.form-container {
    background: #e8e8e8; padding: 20px; margin: 20px 0px;
}
.donationform .formHeading {
    color: #FF0020; padding-bottom: 10px; border-bottom: 2px solid #001BF6; margin-bottom: 0px; font-size: 16px;
}
.donationform label {
    font-size: 13px; font-weight: 600; margin-bottom: 10px; color: #393939;
}
.donationform .form-control, .donationform textarea {
    height: 35px; margin-bottom: 0px;
}
.donation_data_list {
    margin: 0; padding: 0; display: flex;
}
.donation_data_list li {
    list-style: none; display: inline-block; flex: 1;
}
.donation_data_list li input {
    margin-top: 0; vertical-align: middle;
}
.donate_other_amount {
    display: none;
}
.payment-block{
    max-width: 400px;
    margin: 15px auto; border: 1px solid #FE631E; border-radius: 8px; box-shadow: 0px 5px 10px #4C4C4C;
}
.payment-header{
    text-align: center;
    padding: 15px;
    background: #FF0020; color: #fff; border-radius: 8px 8px 0px 0px;
}
.payment-header h3 {
    color: #fff; margin: 0;
}
.payment-header.payment-success{
    background:  #08a00f;
}
.payment-header.payment-failed{
    background:  #ef2f09;
}
.online_payment_submit .form-group {
    margin-top: 20px; margin-bottom: 0px;
}
.online_payment_submit label {
    width: 100%; font-size: 14px; font-weight: bold; display: inline-block;
}
.online_payment_submit input {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 300;
    border: 1px solid #ddd;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.payment_submit {
    padding: 15px 15px; background: #FF0020; border: none;
    display: inline-block;
    margin: 20px auto;
    color: #fff !important;
    border-radius: 5px;
}
.payment_submit:hover {
    color: #fff;
    border-color: #001BF6;
    background: #001BF6;
}
.cancel_payment{
    padding: 7px 15px; background: #e21818; color: #fff; border: none;margin: 10px auto; border-radius: 5px; box-shadow: 1px 1px 2px #383838; text-decoration: none; float: right;
}
.left_support_new {
    padding: 0px 15px;
}
.processInfo-block {
    padding: 0px 15px; width: 93%;
}
.pInfo{
    width: 100%; margin: 10px 0px
}
.pInfo span{
    color: #545454; font-weight: bold; 
    /*font-size: 14px;*/
}
.pInfo p{
    /*font-size: 14px; color: #000; margin-bottom: 0px;*/
}
        
.fixedHeader {
    position: fixed; z-index: 9999; width: 100%; background: #fff; top: 0; box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
}

.fixedHeader #navigation_id {
    padding-bottom: 10px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@media (max-width:767px) {
    .main-navigation {
        width: 100% !important; text-align: center; margin: 10px auto !important;
    }
    #menu-toggle {
        width: 100% !important; margin: 0 !important; padding: 15px !important; border-radius: 0;
    }
    .fixedHeader {
        width: 100%;
    }
    header {
        padding: 0 !important; text-align: center;
    }
    .site-logo {
        float: none; margin: 0 auto;
    }
}


