/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
body{font-family:"Muli",sans-serif; overflow-x:hidden;}
.navbar-default{background:#fff;border:none; margin:0;}
.logo {
    float: left;
    height: 115px;
    margin: 0 !important;
    padding: 0;
    width: 220px;
}
.logo img{float:left;width:100%}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color:#87c198;}

.navbar-default .navbar-nav > li > a {
    color: #373736;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-right{margin: 30px 0;}

.item img{width:100%; float:left}
.huge_it_slideshow_dots_thumbnails_1{bottom:20px !important; top: auto !important;}
.huge_it_slideshow_dots_1{background-color:#fff!important; border:none!important;width:20px!important; height:20px!important; margin:4px!important;}

.huge_it_slideshow_dots_active_1{background-color:#87c198 !important;border:none!important;width:20px!important; height:20px!important; margin:4px!important; }




.mid-content {
    float: left;
    font-size: 40px;
    font-weight: 300;
    margin: 40px 0;
    text-align: center;
    width: 100%;
}

.p-content p {
    font-size: 22px;
    font-weight: 300;
}

.mid-img {
    float: left;
    text-align: center;
    width: 100%;
}

.footer-part{position:relative;padding:50px 0;background:url("./images/footer-img.jpg") no-repeat scroll 0 0 / cover ;  width:100%; float:left;}

.contact-us {
    float: left;
    width: 40%;
}

.contact-form {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.med-btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
	float:left;
	width:150px !important
}

.contact-form > li {
    float: left;
    margin-bottom: 27px;
    width: 47%;
}

.contact-form li input {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #222;
    color: #000;
    float: left;
    font-size: 16px;
    font-style: italic;
    height: 50px;
    width: 100%;	
	 text-indent: 5px;
}
.contact-form > li:first-child {
    margin-right: 27px;
}

.contact-form > li:nth-child(3) {
    width: 100%;
}


.contact-form li input:last-child {
    margin: 0;
}

.contact-form textarea {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #222;
    min-height: 150px;
    text-indent: 5px;
	 font-size: 16px;
    font-style: italic;
	color:#000;
}

.contact-us > h1 {
    color: #444;
    font-size: 45px;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
}

.contact-us > p {
    color: #444;
    font-size: 35px;
    font-weight: 300;
    margin: 20px 0;
}

.copy-right {
    float: left;
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
	background:#87c198;
	color:#fff;
}


.contact-form li input::-moz-placeholder {
  opacity: 1;
}

.contact-form li textarea::-moz-placeholder {
  opacity: 1;
}
.nav-menu{margin:25px 0;}
.nav-menu ul {
    float: left;padding:0; margin:0; list-style:none;
}

.nav-menu li {
    float: left;
}
.nav-menu li a {
    color: #444;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
}
.nav-menu li a:hover {
color: #87c198; text-decoration:none;}

.social-nav {
    float: right;
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
    width: auto;
}

.social-nav > li {
    float: left;
    margin: 15px;
}

.contact-us br {
    display: none;
}
div.wpcf7-validation-errors{position:absolute; top:135px; float:left; background:#f00; color:#fff; border:none;}

.cont-info > h1 {
    text-transform: uppercase;
}

.cont-info {
    float: left;
    list-style: outside none none;
    padding: 0 0 0 50px;
    width: 100%;
}

.cont-info > li {
    border-bottom: 1px dashed #d3d3d3;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.cont-info h5 {
    font-weight: 600;
	line-height: 22px;
}

.cont-info span {
    float: left;
    font-size: 22px;
    margin: 0 20px 30px 0;
}

.contact-cont {
    float: left;
    padding: 50px 0;
    width: 100%;
}

.social-icon {
    float: left;
    list-style: outside none none;
    width: 100%;
}

.social-icon > li {
    float: left;
    margin: 0 20px 10px 0;
	cursor:pointer;
}

.social-icon i {
    background: #c3c3c3 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}
.social-icon i:hover{background:#999}


.top-banner {
    background: rgba(0, 0, 0, 0) url("./images/p1.jpg") no-repeat scroll 0 0 / cover ;
    color: #fff;
    float: left;
    font-size: 54px;
    font-weight: bold;
    height: 150px;
    line-height: 126px;
    width: 100%;font-family: 'Muli', sans-serif;
}

.box2 {
    color: #5a9052;
    float: left;
    font-size: 34px;
    font-style: italic;
    line-height: 42px;
    padding: 40px 0;
    text-align: center;
    width: 100%;font-weight:600;font-family: 'Muli', sans-serif;
}
.box3{background:url(./images/p2.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%; min-height:550px;}

.box3 p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    margin-top: 15px;
	float:left;
	width:100%;font-family: 'Muli', sans-serif;
}

.box3 ul {
    float: left;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;color: #fff;font-size: 18px;
}

.box3 li {
    font-size: 18px;
    list-style: inside none disc;
    margin-top: 10px;font-family: 'Muli', sans-serif;
}

.box4{background:url(./images/p3.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%;padding: 20px 0;margin: 70px 0;}

.box4 p {
    color: #fff;
    float: left;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin: 48px 38px 0 0;
    width: 78%;font-family: 'Muli', sans-serif;
}

.box5 {
    color: #222;
    float: left;
    font-size: 60px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.box5 span {
    color: #5a9052;
    float: left;
    font-size: 40px;    
    margin-bottom: 60px;
    width: 100%;
}

.span-work {
    color: #5a9052;
    float: left;
    font-size: 40px;
    margin-bottom: 60px !important;
    width: 100%;
}


.blog-box1{background:url(./images/p6.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%;margin: 0px 0 30px 0; min-height:525px; position:relative;}
.blog-box2{background:url(./images/p7.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%;margin: 0px 0 30px 0; min-height:525px; position:relative;}
.blog-box3{background:url(./images/p8.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%;margin: 0px 0 30px 0; min-height:525px; position:relative;}
.blog-box4{background:url(./images/p9.jpg) no-repeat scroll 0 0 / cover ; float:left; width:100%;margin: 0px 0 30px 0; min-height:525px; position:relative;}

.blog-tag {bottom: -9px;color: #fff;font-size: 80px;font-weight: 800;margin: 0;position: absolute;text-transform: uppercase;font-family: 'Muli', sans-serif;}


.blog-contant {
    float: left;
    width: 100%;
}

.blog-contant > p {
    color: #222;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0 40px !important;
	float:left;width:100%;font-family: 'Muli', sans-serif;
}


.facilit {
    float: left;
    text-align: center;
    width: 100%;
}

.facilit > h1 {
    color: #222;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

.facilit > ul {
    list-style: outside none none;
    margin:  50px 0 0 0 ;
    padding: 0;
}

.facilit li {
    color: #222;
    float: left;
    padding: 0 40px;
    width: 33.3%;
}

.facilit p {
    font-size: 18px;
    line-height: 26px;
    min-height: 250px;
}
.green-border {
    background: #87c198 none repeat scroll 0 0;
    display: table;
    height: 10px;
    margin: 28px auto 20px;
    width: 60px;
}

.top-banner-in {
    background: rgba(0, 0, 0, 0) url("./images/1a.jpg") no-repeat scroll 0 0 / cover ;
    color: #fff;
    float: left;
    font-size: 54px;
    font-weight: bold;
    height: 150px;
    line-height: 154px;
    width: 100%;font-family: 'Muli', sans-serif;text-transform:uppercase;
}
.item > h1 {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    text-align: center;font-family: 'Muli', sans-serif;
    
}

.vdo-link img{float:left;width:95%;}
.vdo-link{margin-bottom:70px;}

.review-img{width:200px !important}

.item p {display:table;margin:0 auto; text-align:center;


    color: #222;   
    font-family: "Muli",sans-serif;
    font-size: 18px;
font-style: italic; }

.left-icon {
    color: #84ad79;
    font-size: 40px;
    margin: 100% 0;
}  

.carousel-control.left{background-image:none;}
.carousel-control.right{background-image:none;}
   

.imp-cont {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.imp-cont  p {
    color: #222;
    float: left;
    font-family: "Muli",sans-serif;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0 40px !important;
    width: 100%;
}

.review-new {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.review-new > li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.review-new li img {
    float: left;
    margin: 0 40px 0 0px;
    width: 200px;
}

.review-new h1 {
    margin: 0 0 10px;
}
.review-new li:nth-child(2n) {
    text-align: right;
}
.review-new li:nth-child(2n) img {
    float: right;
	margin: 0 0px 0 40px;
}

.review-new li p {
    float: left;
    width: 75%;
}
.review-new li:nth-child(2n) p {
    float: right;
    width: 75%;
}

/*--------- media-part -------------*/
@media only screen and (max-width: 1024px) {

.review-new li p {
    float: left;
    width: 70%;
}
.review-new li:nth-child(2n) p {
    float: right;
    width: 70%;
}
}

@media only screen and (max-width: 900px) {

.review-new li p {
    float: left;
    width: 60%;
}
.review-new li:nth-child(2n) p {
    float: right;
    width: 60%;
}
}
@media only screen and (max-width: 767px) {
	
	.mid-content{margin:20px 0; font-size:30px;}
	.p-content p{font-size:16px;}
	.p-content{padding:0;}
	.contact-us > h1{font-size:30px;}
	.contact-us{width:100%;}
	.contact-form li input{margin: 0 0 10px  0; width:100%;}
	.contact-form > li{margin-bottom:10px;}
	.contact-us > p {font-size: 25px;margin: 0 0 20px;}
	.copy-right{text-align:center;}
	.nav-menu{margin: 0 0 25px 0;}
	.nav-menu li{width:100%;}
	.nav-menu li a{padding:5px 0;}
	.social-nav{float:left; margin: 10px 0 0 0; }
	.social-nav > li{width:100%; float:left; margin:0;}
	.contact-form > li{width:100%;}
	div.wpcf7-validation-errors{top:-26px; left:0;}
	.top-banner {font-size: 18px;}
	.box2 {font-size: 14px;line-height: 26px;}
	.box3{padding:0;}
	.box3 p{font-size:14px;}
	.box3 li{font-size:14px;}
	.box4{margin:40px 0 20px 0;}
	.box4 p{font-size:16px; width:100%;text-align:center;margin:0;}
	.img-seting {float: left;margin: 30px 0 0 !important;text-align: center;width: 100%;}
	.box5{font-size:20px;}
	.span-work {font-size: 16px;margin-bottom: 20px !important;}
	.blog-box1{min-height:185px;}
	.blog-box2{min-height:185px;}
	.blog-box3{min-height:185px;}
	.blog-box4{min-height:185px;}
	.blog-tag{font-size:40px;}
    .blog-contant p {font-size: 16px;margin: 10px 0 20px !important;}
	.facilit h1{font-size:30px;}
	.facilit li {padding: 0;width: 100%;}
	.top-banner {background: rgba(0, 0, 0, 0) url("./images/bg-2.jpg") no-repeat scroll 0 0 / contain ;
	height: 72px;
    line-height: 67px;}
	
.review-new h1 {float: left;margin: 0 0 10px;text-align: center;width: 100%;}
.review-new li p {float: left;width: 100%; text-align:center;}
.review-new li:nth-child(2n) p {float: left;width: 100%; text-align;center}
.review-new li img {display: table;float: none;margin: 0 auto;width: 200px;}
.review-new li:nth-child(2n) img {display: table;float: none;margin: 0 auto;width: 200px;}
	
}

