@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    color: #222;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin:15px 0;
    line-height: normal !important;
}
h1 {
    font-size: 50px !important;
    font-weight: 800;
}
h2 {
    font-size:42px;
    font-weight:600;
}
h3 {
    font-size:30px;
    font-weight:400;
}
h4 {
    font-size:24px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:400;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}


/*slider-banner*/
.slider-banner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -13%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.slider-banner > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.slider-banner > div img {
    display: block;
    width: 100%;
}

.centertext {
    text-align: center;
}

.logobox {
    display: block;
    float: left;
    position: absolute;
    top: 5px;
    left: 20px;
}
.logo {
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}

.pagewrapper {
    display: block;
    width: 1170px;
    margin: 0 auto;
}
.combine {
    width: 700px;
    margin: 0 auto;
}
.boxes {
    display: block;
    width: 350px;
    height: 350px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    float: left;
    position: relative;
    color: #fff;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.boxes h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 40px 0 15px 0;
    width: 150px;
    margin-top: 50px;
}
.boxes h3 span {
    border-bottom: solid 1px #fff;
    display: block;
    font-size: 24px;
}
.boxes h3:before {
    display: block;
    content: "";
    width: 250px;
    height: 250px;
    border: solid 2px rgba(255,255,255,0.3);
    position: absolute;
    top: -27px;
    left: -47px;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.box1 h3:before {
    background: rgba(0,82,10,0.9);
}
.box2 h3:before {
    background: rgba(59,91,88,0.9);
}
.box3 h3:before {
    background: rgba(178,121,0,0.9);
}
.boxes h3:after {
    display: block;
    content: "";
    width: 240px;
    height: 240px;
    border: dashed 2px rgba(255,255,255,0.1);
    position: absolute;
    top: -22px;
    left: -42px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.boxes:hover > h3:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-color: rgba(255,255,255,0.9);
}
.boxes:hover > h3:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-color: rgba(255,255,255,0.4);
}
.box1 h3:hover:before,.box2 h3:hover:before,.box3 h3:hover:before {
    /*background: rgba(255,150,0,0.8);*/
    background: rgba(157,199,65,0.85);
}
.boxes a {
    display: block;
    position: absolute;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    border: solid 2px #fff;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 100px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.boxes a:hover {
    background: white;
    color: #333;
}
.description {
    color: #274E13;
    text-align: center;
    padding-top: 100px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    font-weight: 600;
}
.description h5 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(2555,255,255,0.6);
    line-spacing:1.5em !important;
}
.description h5 strong {
    font-weight: 700 !important;
    font-size: 25px;
}


/*footer*/
.footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
    color: #222;
    z-index: 100;
    padding: 15px 0;
}
.footer ul {
    display: inline-block;
}
.footer ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}
.footer ul li a {
    font-weight: 600;
}
.footer ul li a:hover {
    text-decoration: underline;
}

/*flexslider*/
.flexslider {
    box-shadow: 0 3px 5px rgba(0,0,0,0.3) !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.flex-direction-nav {
    display: none !important;
}
.flex-control-paging li {
    /*margin: 5px 3px !important;*/
    margin: 0 !important;
    height: 20px !important
}
.flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 10px 0 10px !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.3) !important;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    display: block !important;
    clear: both !important;
    margin: 15px 0 !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255,150,0,0.9) !important;
    background:#ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
}
.flex-control-nav {
    width: auto !important;
    bottom: 15%;
    right: 30px !important;
    z-index: 1000;
}
.flex-control-nav li {
    display: block !important;
    clear: both;
}


.space75 {
    display: block;
    padding: 75px 0;
    clear: both;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.space10 {
    display: block;
    padding: 10px;
    clear: both;
}
.space50 {
    display: block;
    clear: both;
    padding: 50px 0;
}
.space100 {
    display: block;
    clear: both;
    padding: 100px 0;
}

/*btn-styles*/
.btn-style1 {
    display: inline-block;
    padding: 6px 15px;
    border: solid 2px rgba(255,102,0,0.3);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.btn-color1 {
    background: #fff;
}
.btn-color1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff6600;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    opacity: 0;
}
.btn-color1:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.btn-color1:hover {
    color: #fff;
    border: solid 2px rgba(255,102,0,0);
}
.btn-color1:hover i {
    color: #fff;
}
.btn-color1 span {
    position: relative;
    z-index: 10;
}



/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:10px;
    z-index: 300;
    display:none;           
    background: url(../images/up.png) no-repeat;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}





/*************page-load**********/
.page-load {
    display: table;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background:url(../images/loader.gif) no-repeat center #fff;*/
    background: #222;
    z-index: 40000;
}
.page-load div {
    display: table-cell;
    text-align: center;
    font-size: 150px;
    color: #09c9e6;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


/*************contact us**************/
.googlemap {
    display: block;
}



@media (max-width: 1100px) {
.slider-banner {
    top: 5%;
}
.boxes {
    width: 300px;
    height: 300px;
}
.pagewrapper {
    width: 960px;
}
.boxes h3 {
    margin-top: 45px;
}
.boxes a {
    bottom: 20px;
}


}



@media (max-width: 768px) {
.combine {
	width: 80%;
}
.slider-banner {
    top: 10%;
}
.boxes {
    width: 95%;
    height: 300px;
    border-radius: 50px;
    margin-top:88px;
}
.pagewrapper {
    width: 95%;
}
.boxes h3 {
    margin-top: 45px;
}
.boxes a {
    bottom: 20px;
}
.footer {
    position: relative;
    text-align: center;
}
.footer .pull-right {
    float: none !important;
}
.description h5 {
margin-top:78px;
}
.logobox {
top:0px;
}
.footer{
top:100px;
}

}