@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Georgia');

/*====================================================================
	                    Global Settings
====================================================================*/

body {
	font-family: 'Georgia', sans-serif;
	font-size:16px;
	color:#333;
	line-height:22px;
	font-weight:400;
	background:#ffffff;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#92CD00;	
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Georgia', sans-serif;
    position:relative;	
    font-weight:normal;
    margin:0px;
    background:none;
}
p{
	position:relative;
	line-height: 22px;		
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.center{
	text-align:center;	
}
.clear{
	clear:both;
}
.divider {
    margin: 50px 0px 50px;
    border-width: 2px;
    background-color: #999999;
    overflow:hidden;
}
.section-title{
	position:relative;
	padding-bottom:26px;
	margin-bottom:20px;
	text-align:center;
	background:url(images/icons/separator2.png) center bottom no-repeat;	
}

.section-title h2{
    font-size: 24px !important;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    padding-bottom: 15px;
}

.section-title strong{
	font-weight: normal;
	display: block;
	font-style: italic;
	text-transform: none;
	font-size: 16px;
    color: #828282;
	margin-top: 10px;
}

.section-text{
	position:relative;
	text-align:center;
	color:#777777;
	margin-bottom:50px;
}

.section-text p{
	margin-bottom:0px;	
}

.section-title-blank{
	position:relative;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
	background:url(images/icons/blank-1.jpg) center bottom no-repeat;	
}
.section-title-line{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-2.jpg) no-repeat;	
}
.section-title-green{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-4.jpg) no-repeat;	
}
.section-title-line-white{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-3.jpg) no-repeat;	
}

/*============== padding css ===============*/
.padd-top-20{
	padding-top:20px !important;	
}
.padd-top-30{
	padding-top:30px !important;	
}
.padd-top-40{
	padding-top:40px !important;	
}
.padd-bott-20{
	padding-bottom:20px !important;	
}
.padd-bott-30{
	padding-bottom:30px !important;	
}
.padd-bott-40{
	padding-bottom:40px !important;	
}
.no-padd-bottom{
	padding-bottom:0px !important;	
}
.no-padd-top{
	padding-top:0px !important;	
}
.no-margin-bottom{
	margin-bottom:0px !important;	
}
.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padding{
	padding:0px !important;		
}
.no-padding-left{
	padding-left:0px !important;		
}
.no-padding-right{
	padding-right:0px !important;		
}
.zero{
	padding-left:0px !important;
	padding-right:0px !important;
}
.btn-green{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green:hover{
	background-color:#006eab;
	color:#fff;
}

.btn-border-white{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 35px;
	border-radius:3px;
	border:2px solid #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-border-white:hover{
	background-color:#fff;
	color:#92CD00;
}

.btn-blog{
	color:#fff;
	font-size:16px;
	padding:10px 25px;
	border-radius:1px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-blog:hover{
	background-color:#006eab;
	color:#fff;
}

.btn-full{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
        width:100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-full:hover{
	background-color:#006eab;
	color:#fff;
}



/*==============================================================================
                               header style
================================================================================*/


/*============== Top bar css ===============*/
.topbar-section{
	padding:10px 0px 10px 0px;
	color:#fff;
}
.topbar-section a{
	padding:0px 0px 0px 10px;
	color:#fff;
}
.topbar-section a:hover{
	text-decoration:none;
}
.top-contect{
	float:left;
	text-align:center;
}
.top-contect i{
	padding:0px 7px 0px 0px;
}
.top-social{
	float:right;
	text-align:center;
}
.top-social a i{
	padding:0px 5px 0px 5px;
}

/*============== Top menu css ===============*/
.menu-section{
	padding:0px 0px 0px 0px;
	color:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
    position: relative;
    width: 100%;
}
.logo{
	float:left;
	padding:10px 0px 10px 0px;
}
.menu{
	float:right;
}
.hamburger{
	color:#525252;
	display:none;
}
.hamburger i{
	padding-left: 20px;
    font-size: 24px;
    color: #fff;
}
.hamburger span {
    float: right;
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
    /* text-transform: uppercase; */
}
nav {
	float:right;
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}	
nav ul li {
	display:inline-block;
}
nav ul li > a:after {
	content:  ' +';
	margin-left:5px;
}
nav ul li > a:only-child:after {
	 content: ''; 
}
nav a {
    display:block;
    padding: 60px 35px;	
    color:#333;
    font-size: 15px;
    line-height: 20px;
    text-decoration:none;
    text-transform: capitalize;
    font-weight: 700;
}
nav a.active { 
	color: #92CD00; 
}
nav a:hover { 
	color: #92CD00; 
}
nav ul ul { 
	display:none;
	position:absolute;
	top:100%;
	background-color: #fff;
	border-top: 3px solid #92CD00;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index:999;
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li{
	width:265px;
	float:none;
	display:list-item;
	position:relative;
}
nav ul ul li a{
	line-height: 20px;
	padding: 8px 10px !important;	
}
nav ul ul ul {
    position: absolute;
    top:0;
    left:100%;
}
nav ul ul ul li {
	position: relative;
	top:0px; 
	left:0px;
}
nav ul ul ul li a{
	line-height: 17px;
}


/*==============================================================================
                               main slider css
================================================================================*/

.bs-slider{	
}
.carousel{
    margin-top: 0px;
}
.carousel .item img{
    margin: 0 auto;
	height:500px;
}
.carousel-control, .left, .right{
	cursor:pointer;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #92cd00;
    background-color: #f1f1f1;
    font-weight: 700;
}


/*==============================================================================
                               choose-us section css
================================================================================*/

.choose-us{
	position:relative;
	padding: 50px 0px 50px 0px;
	background-color:#fff;
}
.choose-us .text-content{
	position:relative;
}
/*.choose-us .text-content i{
	font-size:55px;
	color:#333;
	font-weight:normal;
	color:#344396;
}
.choose-us .text-content img{
	width: 90px;
	height: 90px;
	border: 6px solid #e4e4e4;
	border-radius: 50%;
}*/

.choose-us-item{
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #e4e4e4;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border-bottom-color: #e4e4e4;
    background-color: #fdfdfd;
    position: relative;
    float: left;
    overflow: hidden;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.choose-item-image {
	text-align: center;
	vertical-align: top;
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	transition: all 0.6s ease;
}
/*.text-content img{
	width: 90px;
	height: 90px;
	border: 6px solid #e4e4e4;
	border-radius: 50%;
}*/
.choose-us-item h3{
    font-size: 20px;
    color: #333;
    padding: 19px 0px 15px 0px;
    font-weight: 700;
}
.choose-us-item a{
    color: #696969;
}
.choose-us-item:hover{border-color:#b3b3b3}
.choose-us-item:hover .choose-item-image {transform:rotate(360deg)}
.choose-us-item:hover .choose-item-h{color:#92CD00}



/*==============================================================================
                               about-parallax section css
================================================================================*/

.about-parallax{
	width:100%;
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	background-image:url(images/about.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 95px;
	z-index:1;
}

.about-parallax h1{
	font-size:34px;
	color:#000;
	padding:0px 0px 20px 0px;
	text-transform:uppercase;
	font-weight:normal;
}
.about-parallax p{
	color:#000;
	padding:20px 0px 10px 0px;
	font-weight:normal;
}
.about-parallax-content{
	padding:30px 0px 50px 0px;
	overflow:hidden;
}



/*==============================================================================
                               services section css
================================================================================*/

.our-services{
	position:relative;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}
.our-services .text-box{
	position:relative;
	width:100%;
	float:left;
}
.our-services .text-box h1{
	font-size:32px;
	color:#333;
	padding:0px 0px 15px 0px;
}
.our-services .text-box h2{
	font-size:20px;
	color:#92CD00;
}
.our-services .text-box h3{
	margin-bottom: 10px;
    font-size: 16px;
	color:#333;
	font-weight:normal;
}
.our-services .text-box i{
	font-size:18px;
	font-weight:normal;
	color:#92CD00;
	border:1px solid #92CD00;
	padding:7px;
}
.our-services .text-box i:hover{
	color:#fff;
	border:1px solid #006eab;
	background-color:#006eab;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.our-services .text-inner{
	padding:60px 40px 60px 30px;
}
.our-services .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}




/*==============================================================================
                               testimonial section css
================================================================================*/

.testimonial{
	position:relative;
	padding: 50px 0px 40px 0px;
	background-color:#f5f5f5;
}
.testimonial .carousel{
    margin-top: 0px;
}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
	color:#333;
	text-align:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 0px;
}
.test-image{
	width:100px !important;
	height:100px !important;
}
.test-contant{
    padding: 30px 0px 10px 0px;
}
.test-contant span{
    margin: 15px 0px 0px 0px;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
}



/*==============================================================================
                               clients logo section css
================================================================================*/

.client-logos{
	position:relative;
	padding:30px 0px;
	background:#fff;	
}
.client-logos li{
	display:block;
	text-align:center;	
}

.client-logos li img{
	position:relative;
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;	
}
.client-logos .owl-controls{
	display:none !important;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}



/*==============================================================================
                               contact quote section css
================================================================================*/


.contact-quote{
	position:relative;
	padding:20px 0px 20px 0px;
	overflow:hidden;
}
.contact-quote-content{
	width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}
.contact-quote-content h1{
	color:#fff;
	font-size:24px;
        padding-bottom: 20px;
}




/*==============================================================================
                               footer section css
================================================================================*/

.footer{
	position:relative;
	padding:20px 0px 20px 0px;
	background-color:#5a7d01;
}
.footer-content{
	width:100%;
	float:left;
}
.footer-content h1{
	color:#fff;
	font-size: 20px;
	margin-bottom: 10px !important;
	margin-top: 30px !important;
	line-height: 28px;
}
.footer-content p{
	color:#fff;
}
.footer-content ul{
	list-style-type:none;
}
.footer-content ul li{
	display:block;
}
.footer-content ul li a{
	color:#fff;
	line-height:25px;
}
.footer-content ul li a:hover{
	color:#92CD00;
	text-decoration:underline;
}
.social ul{
	list-style-type:none;
	padding:15px 0px 0px 0px;
}
.social ul li{
	display:inline-block;
	padding:0px 5px 0px 0px;
	text-align:center;
}
.footer-content i{
	color:#fff;
	background-color:#92CD00;
	border:2px solid #92CD00;
	padding:10px;
	font-weight:bold;
}
.footer-content i:hover{
	color:#fff;
	border:2px solid #92CD00;
	background:none;
}

.sub-footer{
	padding:30px 0px 0px 0px;
	text-align:center;
        color: #fff;
}





/*==============================================================================
                               Pages style
================================================================================*/


/*============== Page title css ===============*/

.page-title{
	position:relative;
	padding:45px 0px;
	background-color:#005f9f;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	color:#ffffff;
}
.page-title h1{
	position:relative;
	font-size:22px;
	color:#ffffff;
	text-transform:uppercase;
}
.page-title .bread-crumb{
	position:relative;
	top:3px;	
}
.page-title .bread-crumb a{
	color:#92CD00;	
}
.page-title .bread-crumb a:hover{
	color:#ffffff;	
}



/*============== default us section css ===============*/

.default-section{
	position:relative;
	padding:50px 0px 50px 0px;
	background-color:#fff;
}
.default-section .text-content{
	position:relative;
}
.default-section .text-content h3{
	font-size: 18px;
	color:#333;
	padding:0px 0px 12px 0px;
}
.default-section .text-content i{
	font-size:55px;
	color:#333;
	font-weight:normal;
	color:#92CD00;
}
.default-section h1,h2,h3,h4,h5,h6{
	position: relative;
	padding-bottom: 5px;
	color: #000;
	font-weight: 600;
}
.default-section h1{
	font-size: 36px;
}
.default-section h2{
	font-size: 30px;
}
.default-section h3{
	font-size: 24px;
}
.default-section h4{
	font-size: 21px;
}
.default-section h5{
	font-size: 18px;
}
.default-section h6{
	font-size: 15px;
}

.default-section p{
	position: relative;
	padding: 5px 0;
	font-size: 16px;
}
.default-section ul{
    position: relative;
    padding: 5px 0px 0px 15px;
    display: block;
    list-style-image: url(images/icons/bullet.png);
    list-style-position: outside;
}
.default-section ul li {
    padding: 5px 0px;
    font-size: 16px;
    list-style-type: initial;
}



.sec-text{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}
.full-image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.medium-text{
	font-size:20px;	
}


/*============== Pages section css ===============*/

.page-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.page-section h2{
	font-size:30px;
	color:#333;
	padding:0px 0px 12px 0px;
}
.page-section h4{
	font-size:20px;
	color:#333;
	padding:0px 0px 12px 0px;
}
.page-widget {
    position: relative;
    margin-bottom: 50px;
    padding-right: 15px;
}
.page-widget h3 {
	color:#333;
    font-size: 20px;
    padding: 12px 0px 12px 0px;
    margin-bottom: 12px;
    border-bottom: 3px double #92CD00;
}
.sidebar{
	position:relative;
	display:block;
}
.sidebar ul{
	list-style-type:square;
	color:#92CD00 !important;
}
.sidebar ul li{
	display:block;
	position:relative;
	margin-bottom:5px;
	list-style-type:square;
	margin-left:13px;
	color:#92CD00 !important;
}
.sidebar li::before{
	list-style-type:square !important;
	color:#92CD00 !important;
}
.sidebar li a{
	position:relative;
	padding-left:5px;
	display:block;
	color:#353535;	
}
.sidebar li a:hover{
	color:#92CD00;	
}

/*============== Pages 404 css ===============*/

.section-404{
    position: relative;
}
.section-404 h1{
    text-align: center;
    display: inline-table;
    font-size: 70px;
    color: #fff;
    padding: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.section-404 h2{
    text-align: center;
    font-size: 40px;
}




/*==============================================================================
                               Blog post style
================================================================================*/


/*============== Pages section css ===============*/

.blog-section{
	position:relative;
	display:block;
	padding:50px 15px 50px 15px;
}
.blog-post{
	position:relative;
	margin-bottom:50px;	
}
.blog-post .content-box{
	padding:0px 0px;	
}
.blog-post .post-text{
	font-size:14px;
	margin-bottom:20px;
	line-height:1.8em;
}
.blog-post h2{
	padding:0px 0px 20px 0px;
}
.blog-post h2 a{
	font-size:20px;
	color:#333;
}
.blog-post h2 a:hover{
	color:#92CD00;
}
.blog-post .post-detail{
	position:relative;
	margin-bottom:15px;
}
.blog-post .post-detail li{
	display:inline-block;
	padding:0px 20px 0px 0px;
}
.blog-post .post-detail li a{
	color:#7f7f7f;	
	font-size:13px;
	font-style:italic;
}
.blog-post .post-detail li a:hover{
	color:#92CD00;
}
.blog-post .post-detail i{
	color:#92CD00;	
}
.blog-post .post-image{
	position:relative;
	display:block;
	overflow:hidden;
}
.blog-post .post-image img{
	position:relative;
	width:100% !important;
	max-width:none;
	min-height:200px;
	max-height:200px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.blog-post .post-image:hover img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);	
}

/*============== blog-single css ===============*/
.comment-sec{
    position:relative;
}
.comment-title{
    margin:0px 0px 30px 0px;
}

.comment-title h3{
    font-size: 20px;
    font-weight:normal;
    text-transform:uppercase;
    color:#92CD00;
}
.comment-box{
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 110px;
    border-bottom: 2px solid #d0d0d0;
}
.comment-box .comment {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 110px;
    border-bottom: 2px solid #d0d0d0;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #cccccc;
}
.comment-box .author-thumb img {
    width: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #999999;
}

.comment-form{
    position:relative;
}
.comment-form input[type="text"], textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:25px;
    padding:12px 20px;
    border:1px solid /*#92CD00*/ #dddddd;
    background-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.comment-form input[type="text"]:focus,
.comment-form textarea:focus{
    border:1px solid #92CD00;
}


/*============== blog-pagination css ===============*/

.blog-pagination{
	position:relative;
}
.blog-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 1px;	
}
.blog-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 13px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:1px solid #d0d0d0;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.blog-pagination li a:hover,
.blog-pagination li a.active{
	color:#ffffff;
	background:#92CD00;	
}

/*============== blog-sidebar css ===============*/

.blog-widget {
    position: relative;
    margin-bottom: 50px;
    padding-right: 15px;
}
.blog-widget-title{
	margin-bottom:10px;
}
.blog-widget-title h3 {
	text-transform:uppercase;
    font-size: 20px;
    color: #92CD00;
	padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #e1e1e1;
}

/*====== widget-category =======*/
.widget-category{
	position: relative;
	margin-bottom:30px;
}
.widget-category ul.list{
	list-style:circle !important;
}
.widget-category li{
	display:block;
}
.widget-category li a{
	color:#333;
}
.widget-category li a:hover{
	color:#92CD00;
}

/*====== widget-recent-post =======*/
.widget-recent-post{
	position: relative;
	margin-bottom:20px;
}
.widget-recent-post .recent-post {
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
    min-height: 90px;
    padding: 0px 0px 0px 100px;
}
.widget-recent-post .recent-post .recent-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
	overflow: hidden;
	margin-bottom: 30px;
	float:left;
}
.widget-recent-post h4 {
	position:relative;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
	color:#333;
}
.widget-recent-post .recent-title {
    margin: 0px 0px 15px;
    line-height: 1.4em;
}
.widget-recent-post .recent-info {
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
}
.widget-recent-post .recent-info li{
	display:inline-block;
	padding-right:8px;
	float:left;
}
.widget-recent-post .recent-info li a{
	color:#7f7f7f;
}
.widget-recent-post .recent-info li a:hover{
	color:#92CD00;
}
.widget-recent-post .recent-info i{
	color:#92CD00;
}

/*====== flickr-post =======*/
.flickr-post{
	position: relative;
	margin-bottom:20px;
        overflow:hidden;
}
.flickr-content{
	position: relative;
}
.flickr-post .flickr-content .image {
    position: relative;
    float: left;
    width: 25%;
    max-width: 100px;
    border: 3px solid #ffffff;
    overflow: hidden;
}

/*====== tag-post =======*/
.tag-post{
	position: relative;
	margin-bottom:20px;
        overflow:hidden;
}
.tag-content{
	position: relative;
}
.tag-post ul.tag-list{
}
.tag-post li{
    display:inline-block;
    background-color:#92CD00;
    padding:3px 10px 3px 10px;
    margin:5px 0px 0px 0px;
}
.tag-post li:hover{
    background-color:#006eab;
}
.tag-post li a{
    color:#fff;
}




/*==============================================================================
                               contact-us style
================================================================================*/

.contact-us-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.contact-info{
    position:relative;
}
.contact-info h3{
    font-size: 16px;
    color:#000;
    padding:10px 0px 5px 0px;
    font-weight: 700;
}
.contact-info h4{
    font-size: 14px;
    color:#333;
    padding:0px 0px 5px 0px;
}
.contact-info i{
    font-size: 20px;
    color: #fff;
    background-color: #92CD00;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.contact-info i:hover{
    background-color:#006eab;
    transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
}
.contact-form{
    position:relative;
}
.contact-form input[type="text"], input[type="file"], input[type="email"], input[type="password"], select, textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:25px;
    padding:12px 20px;
    border:1px solid /*#92CD00*/ #dddddd;
    background-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus{
    border:1px solid #92CD00;
}
.contact-map{
    position:relative;
    border:1px solid #92CD00;
    padding: 5px;
    margin: 15px 0px 0px 0px;
}




/*==============================================================================
                               shortcode style
================================================================================*/

.shortcode-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.shortcode-section h2{
    font-size: 30px;
    color:#000;
    padding:10px 0px 5px 0px;
}
.shortcode-section h3{
    font-size: 20px;
    color:#000;
    padding:10px 0px 5px 0px;
}
.shortcode-section h4{
	font-size:18px;
	color:#000;
	padding:0px 0px 5px 0px;
}

/*====== shortcode accordion =======*/

.acc-section{
    position:relative;
    border: 1px solid #ddd;
    padding:0px 0px 0px 0px;
}
.acc-section h3{
    font-size:22px;
    background:#92CD00;
    padding:15px 15px 15px 15px;
    color:#fff;
}
.acc-box{
    padding:15px 15px 15px 15px;
}
.acc-section .acc-box .panel-heading {
    color: #333;
    background: none;
    border-bottom: none;
    padding: 10px 15px;
    box-sizing: border-box;
}
.acc-section .acc-box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius:0px;
}
.acc-section .acc-box .panel-body {
    border-top: 0px solid #ddd !important;
}


/*====== shortcode tabs =======*/

.tab-section{
    position:relative;
    padding:0px 0px 0px 0px;
}
.nav-tabs li a {
    font-weight: 600;
    color: #666;
    padding: 8px 14px;
    border: 1px solid #eee;
    border-bottom: none;
    box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.nav-tabs li a:hover {
    background-color: #92CD00;
    color:#fff;
}
.nav-tabs li.active a{
    border:1px solid #eee;
    color: #92CD00;
    border-bottom: 1px solid #fff;
    cursor: default;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
    -o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
}
.nav-tabs li.active a:hover{
    border:1px solid #eee;
    color: #92CD00;
    border-bottom: 1px solid #fff;
}
.tab-content{
    border:1px solid #eee;
    border-top:none;
    padding:12px 15px;
}

/*====== shortcode buttons =======*/

.button-section{
    position:relative;
}
.button-section ul{
    position:relative;
    padding:20px 0px 20px 0px;
}
.button-section ul li{
    display:inline-block;
}
/*-----button green background-----*/
.btn-green-lg{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-lg:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-md{
	color:#fff;
	font-size:16px;
	padding:12px 30px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-md:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-sm{
	color:#fff;
	font-size:16px;
	padding:10px 26px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-sm:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-xs{
	color:#fff;
	font-size:16px;
	padding:8px 22px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-xs:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-xxs{
	color:#fff;
	font-size:16px;
	padding:5px 16px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-xxs:hover{
	background-color:#006eab;
	color:#fff;
}
/*-----button green border-----*/
.btn-green-border-lg{
        border:1px solid #92CD00;
	color:#92CD00;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-lg:hover{
	background-color:#92CD00;
	color:#fff;
}
.btn-green-border-md{
        border:1px solid #92CD00;
	color:#92CD00;
	font-size:16px;
	padding:12px 30px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-md:hover{
	background-color:#92CD00;
	color:#fff;
}
.btn-green-border-sm{
	border:1px solid #92CD00;
	color:#92CD00;
	font-size:16px;
	padding:10px 26px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-sm:hover{
	background-color:#92CD00;
	color:#fff;
}
.btn-green-border-xs{
	border:1px solid #92CD00;
	color:#92CD00;
	font-size:16px;
	padding:8px 22px;
	border-radius:3px;
        -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-xs:hover{
	background-color:#92CD00;
	color:#fff;
}
.btn-green-border-xxs{
	border:1px solid #92CD00;
	color:#92CD00;
	font-size:16px;
	padding:5px 16px;
	border-radius:3px;
        -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-xxs:hover{
	background-color:#92CD00;
	color:#fff;
}


/*============== shortcode Typography section css ===============*/

.typography-section{
	position:relative;
	display:block;
	padding:50px 15px 50px 15px;
        color:#333;
}
.typography-box{
	position:relative;
	display:block;
        border:1px solid #92CD00;
        padding:20px 15px 20px 15px;
}

/*============== shortcode tooltip section css ===============*/

.tooltip-section{
	position:relative;
	display:block;
        color:#333;
}
.tooltip-box{
	position:relative;
	display:block;
        border:1px solid #92CD00;
        padding:20px 15px 20px 15px;
}
.tooltip-box .tooltip {
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
    position: relative;
}
.tooltip-box .tooltip.top {
    padding: 5px 0;
}
.tooltip-box .tooltip.bottom {
    padding: 5px 0;
}
.tooltip-box .tooltip.right {
    padding: 0 5px;
}
.tooltip-box .tooltip.left {
    padding: 0 5px;
}
.tooltip-box .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #92CD00;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #92CD00;
    border-radius: 4px;
}

/*============== shortcode table section css ===============*/

.table-section{
	position:relative;
	display:block;
        color:#333;
}
.table-box{
	position:relative;
	display:block;
        border:1px solid #92CD00;
        padding:20px 15px 20px 15px;
}

/*============== shortcode counter section css ===============*/

.counter-section{
    position: relative;
    padding: 0px 0px 0px 0px;
}
.count-clear{
    padding: 30px 0px 0px 0px;
}
.count-number{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.count-number::before{
    content: "";
    width: 40px;
    height: 2px;
    background-color:#92CD00;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.count-number .counter{
    font-size: 30px;
    font-weight: 400;
    color: #333;
}
.counter-section h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.round.count-number{
    border: 8px solid #92CD00;
    position: relative;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    line-height: 135px;
    margin: 0px auto;
    margin-bottom: 20px;
    
}
.round.count-number::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color:#92CD00;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}


/*============== shortcode piechart section css ===============*/

.piechart-section{
    position: relative;
}
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px 0px;
    width: 100%;
}
.piechart span {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 140px;
    top: 0px;
    z-index: 2;
}
.piechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.piechart-section h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

/*============== shortcode form section css ===============*/

.shortcode-form{
    position:relative;
}

/*============== shortcode social section css ===============*/

.social-section{
    position: relative;
}
.social-section ul li{
    display: inline-block;
}
.social-icon-circle i{
    background-color:#92CD00;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 15px;
}
.social-icon-squire i{
    background-color:#92CD00;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.social-icon-border i{
    background: none;
    color: #92CD00;
    border: 1px solid #92CD00;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

/*============== shortcode google map section css ===============*/

.map-section{
    position:relative;
}
.map-short{
    position:relative;
    border:1px solid #92CD00;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

/*==============================================================================
                               portfolio style
================================================================================*/

/*============== portfolio grid css ===============*/

.portfolio-section{
	position:relative;
	display:block;
	padding:0px 0px 0px 0px;
}
.portfolio-section .portfolio-item{
	position:relative;
	padding:0px 0px 30px 0px;
}
.portfolio-section .portfolio-item .inner{
	position:relative;
        overflow:hidden;
        max-width:100%;
        margin:0 auto;
}
.portfolio-section .portfolio-item .inner img{
	position:relative;
        display:block;
        width:100%;
}
.portfolio-section .portfolio-item .overlay{
	position: absolute;
        display: none;
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
        transition: all 0.5s ease-in 0s;
}
.portfolio-section .portfolio-item .inner:hover .overlay{
    background-color: #92CD00;
    opacity: 0.9;
    display: block;
    
}
.portfolio-section .portfolio-item .over-icons{
	position: absolute;
        overflow: hidden;
        top: 42%;
        left: 40%;
        text-align: center;
}
.portfolio-section .portfolio-item .over-icons li{
    display:inline-block;
    padding: 0px 10px 0px 10px;
}
.portfolio-section .portfolio-item .over-icons i{
    color: #fff;
    font-size:26px;
    background-color:#006eab;
    padding: 15px;
    border-radius: 50%;
}

/*============== portfolio detail css ===============*/

.portfolio-section .portfolio-detail{
	position:relative;
	padding:0px 0px 30px 0px;
}
.portfolio-section .portfolio-detail ul li{
        margin:0px 0px 0px 30px;
        line-height:25px;   
        position: relative;
        padding-left: 20px;
}
.portfolio-detail ul li::before{
    position: absolute;
    overflow: hidden;
    content: "";
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color:#92CD00;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/*============== portfolio popup css ===============*/
.pop-bg{
    position: fixed !important;
    display: block;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 1000 !important;
}
.pop-inner{
    position:absolute !important;
    top:10% !important;
    left:20% !important;
    width:60% !important;
    height:80% !important;
    z-index:15000 !important;
    background:#FFF !important;
    border-radius:5px;
    display:block;
}
.pop-inner img{
    position:absolute !important; 
    z-index:20000 !important; 
    vertical-align:top central !important; 
    width:100% !important; 
    height:100% !important;
    border: 50px solid #fff;
}
.pop-inner .pop-tabs{
    position:absolute !important; 
    z-index:30000 !important;
    top: 91.6%;
    left: 37%;
}
.pop-inner .pop-tabs ul li{
    display: inline-block;
    padding: 0px 20px 0px 20px;
}
.pop-inner .pop-tabs .click-close{ 
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}
.pop-inner .pop-tabs .click-left{
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}
.pop-inner .pop-tabs .click-right{
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}


/*============== gallery css ===============*/

.gallery-item {
    position: relative;
    margin: 15px 0px;
   
}
.gallery-item-image{
    
    position:relative;
}

.gallery-item img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.gallery-item .gallery-title {
    padding: 15px 10px;
    font-weight: normal;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.gallery-item .gallery-title a {
    color: #000;
}
/*============== gallery css ===============*/
.gallery-item:hover .gallery-item-overlay {
    display: block;
}
.gallery-item-overlay {
    position: absolute;
    top: 8%;
    left: 8%;
    padding: 40px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 85%;
    height: 65%;
    transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 9999;
  
    transition: all 0.8s ease-in-out 0s;
}

.gallery-item-overlay .overlay-content ul {
    list-style-type: none;
    text-align: center;
    z-index: 99999;
}
.gallery-item-overlay .overlay-content ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 8px 0px;
}
.gallery-item-overlay .overlay-content ul li a {
    color: #fff;
    padding: 5px 20px;
    display: inline-table;
}


.about-section {
    position: relative;
    padding: 50px 0px;
    background-color: #f7f7f7;
}
.about-title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-title h1 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.about-content {
    position: relative;
    margin-bottom: 20px;
}
.about-right{
    position: relative;
}
.about-image {
    position: relative;
}
.about-image img {
}


.not-found-text {
    padding: 0px 0;
    text-align: center;
}
.not-found-text h3 {
    font-size: 36px;
    line-height: 32px;
    padding-bottom: 15px;
}
.not-found-text h4 {
    font-size: 20px;
    line-height: 30px;
}
.not-found-text h4 a {
    color: #ef4453;
}
.not-found-text h5 {
    font-size: 36px;
    margin-top: 50px;
    color: #ef4453;
    line-height: 28px;
    padding-bottom: 15px;
}

.marquee-section{
    padding: 0px 15px; 
    background-color: #fff;
}
.marquee-left{
    width: 100%;
    height: 320px;
}
.marquee-right{
    width: 100%;
    height: 320px;
}
.marquee-text{
    color: #92cd00;
    font-size: 42px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}
