©©/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300italic,500,700,500italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*    Local embedded fonts   */
@font-face {
    font-family: 'Abel';
    src: url('../fonts/Abel.eot') format('embedded-opentype'), url('../fonts/Abel.ttf') format('truetype'), url('../fonts/Abel.woff') format('woff');
}

/** Remove default margin. */
body {
    margin: 0;
}

/* HTML5 disAbel definitions ========================================================================== */
/** Correct `block` disAbel not defined for any HTML5 element in IE 8/9. Correct `block` disAbel not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` disAbel not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    disAbel: block;
}

/** 1. Correct `inline-block` disAbel not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
    disAbel: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/** Prevent modern browsers from disAbeling `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    disAbel: none;
    height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
    disAbel: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
    background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
    font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
    box-sizing: content-box;
    height: 0;
}

/** Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
    cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
<style>
		.black_overlay{
			display: none;
			position: relative;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: relative;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
	</style>
/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*
Dosis
Extra-Light 200  Grumpy wizards make toxic brew for the evil Queen and Jack.
Light 300  Grumpy wizards make toxic brew for the evil Queen and Jack.
Normal 400  Grumpy wizards make toxic brew for the evil Queen and Jack.
Medium 500  Grumpy wizards make toxic brew for the evil Queen and Jack.
Semi-Bold 600  Grumpy wizards make toxic brew for the evil Queen and Jack.
Bold 700  Grumpy wizards make toxic brew for the evil Queen and Jack.
Extra-Bold 800
*/
/*font-family: 'Dosis', sans-serif;*/
/*
Abel
*/
@font-face {
    font-family: Abel;
    src: url("../fonts/Abel.TTF");
}

@font-face {
    font-family: Abel;
    src: url("Verdana.eot");
}

@font-face {
    font-family: Abel;
    src: url("Verdana.ttf");
}

@font-face {
    font-family: Abel;
    src: url("../fonts/Abel.eot");
}

@font-face {
    font-family: Abel;
    src: url("../fonts/Abel.ttf");
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.text-white {
    color: white !important;
}

body {
    font-family: 'Abel', sans-serif;
    color: #5d889a;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/* start Headings */
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'Abel', sans-serif;
    margin-bottom: 0px;
}

p.light {
    font-size: 18px;
    font-weight: 300;
}

p.lightest {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Abel', sans-serif;
    line-height: 18px;
}

h1 {
    font-weight: 500;
    font-family: 'Abel', sans-serif;
    font-size: 50px
}

h2 {
    font-weight: 500;
    font-size: 34px;
    font-family: 'Abel';
}

h3 {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Michroma';
        line-height: 3px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Abel';
}

h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Abel', sans-serif;
}

h6 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Abel', sans-serif;
}

@media screen and (max-width: 1000px) {
    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 30px;
        font-weight: 500;
    }

    h4 {
        font-size: 24px;
        font-weight: 500;
    }

    h5 {
        font-size: 20px;
        font-weight: 600;
    }

    h6 {
        font-size: 16px;
        font-weight: 400;
    }
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.rounded-forms ::-webkit-input-placeholder, .subscribe ::-webkit-input-placeholder, .contact-body .form-container ::-webkit-input-placeholder {
    font-size: 14px;
    color: #979797;
}

.rounded-forms ::-moz-placeholder, .subscribe ::-moz-placeholder, .contact-body .form-container ::-moz-placeholder {
    font-size: 14px;
    color: #979797;
}

.rounded-forms :-ms-input-placeholder, .subscribe :-ms-input-placeholder, .contact-body .form-container :-ms-input-placeholder {
    font-size: 14px;
    color: #979797;
}

.rounded-forms :-moz-placeholder, .subscribe :-moz-placeholder, .contact-body .form-container :-moz-placeholder {
    font-size: 14px;
    color: #979797;
}

.rounded-forms input, .subscribe input, .contact-body .form-container input {
    padding-left: 15px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* start Headings */
/*********************************
* ******bUTTons
**********************************/
.btn-warning {
    background: #e46713 !important;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Abel', sans-serif;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.btn-info {
    background: #6ad9f2;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .aside .inner_box {
        text-align: center;
    }

    .aside .inner_box img {
        disAbel: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}

.img_box {
    text-align: center;
    /*min-height: 370px;*/
    overflow: hidden;
}

.img_box img {
    disAbel: inline-block;
    align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-toggle {
    border: solid 1px #b5dac5;
}

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

.navbar-form {
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: none;
}

.navbar-collapse {
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: none;
}

.customselect-box .select-hidden {
    disAbel: none;
    visibility: hidden;
    padding-right: 10px;
}

.customselect-box .select {
    cursor: pointer;
    disAbel: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.customselect-box .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 15px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
    height: 55px;
    line-height: 38px;
}

.customselect-box .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: blue transparent transparent transparent;
    position: absolute;
    top: 26px;
    right: 10px;
}

.customselect-box .select-styled:hover {
    background-color: white;
}

.customselect-box .select-styled:active, .customselect-box .select-styled.active {
    background-color: #44c7f8;
}

.customselect-box .select-styled:active:after, .customselect-box .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.customselect-box .select-options {
    disAbel: none;
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(236, 244, 248, 0.9);
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
}

.customselect-box .select-options li {
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.customselect-box .select-options li:hover {
    background: #fff;
}

.customselect-box .select-options li[rel="hide"] {
    disAbel: none;
}

.full-row {
    float: left;
    width: 100%;
}
.mini-footer {
    position: relative;
}
.mini-footer i {
    padding: 5px 10px;
    disAbel: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;

}

@media screen and (max-width: 767px) {
    main {
        text-align: center;
    }
}

/*Header css*/
header .swiper-slide img {
    position: relative;
    width: 100%;
}

header .swiper-slide .content {
    position: absolute;
    bottom: 115px;
    left: 270px;;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

header .swiper-slide h1 {
    margin-bottom: 0;
    text-shadow: 3px 3px 4px rgba(92, 92, 92, 1);
}

.custom_nav {
    position: relative;
    top: 100%;
}

header .swiper-slide h3 {
    margin-top: 5px;
    text-shadow: 3px 3px 4px rgba(92, 92, 92, 1);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: none;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 70px;
}

header .fa {
    width: 40px;
    text-align: center;
    border: 1px solid #fff;
    background: rgba(92, 92, 92, 0.8);
    border-radius: 50%;
    color: white;
    height: 40px;
    transition: all 1s ease-in-out 0s;
    padding-top: 4px;
}

header .fa:hover {
    background: rgba(84, 224, 170, 0.8);
    color: #FFFFFF;
}

.navbar-nav > li > a {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Michroma', sans-serif;
        letter-spacing: 1px;
	margin-left:14px;
	letter-spacing: 1px;
	background-color:#767B7F;
	border:none;
	transition: all .1s ease-in-out .07s;
}
.navbar-nav > li > a:hover{
	background:#B1D34C;
}
/*Gallery*/
.gallery_block {
    background: #EDEDED;
}
.gallery{
    padding-left: 7px;
    padding-right: 7px;
}
.gallery_block .pop_content {
    background: #FFFFFF;
    padding-top: 55px;
    padding-bottom: 15px;
    position: relative;
    top: -55px;
    z-index: 100;
    float: left;
}

.gallery_block .pop_content h2, .content_block h2, .logos h2, .modal-content h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #393939;
    font-weight: bold;
    font-family: 'Michroma';
}

.gallery_block .pop_content h2 {
    margin-top: 0;
}

.gallery_block .pop_content p {
    font-size: 18px;
    color: #5d5d5d;
    font-family: 'Abel';
    line-height: 25px;
	padding:0 150px;
}
.modal-content p , .content_block p{
	color: #fff !important;
	font-size: 18px;
}
.place-holder{
	padding-top:25px;
	overflow:hidden;
	clear:both;
}
.modal-header {
    background: #8CC2AE;
}
.modal-header h4{
    disAbel: inline;
    color: #fff;
}
.content_block p{

    margin: 0 auto;
}
.services-boxes li{
	isAbel: inline-block;
    float: left;
    width: 25%;
	margin:10px 0;
}
.gallery_block .pop_content .btn {
    margin-bottom: 45px;
}

.gallery_block .pop_content .btn, .content_block .btn {
    font-size: 18px;
    font-family: 'Abel';
    color: #6e6e6e;
    background: none;
    border: 1px solid #6e6e6e;
    border-radius: 8px;
    margin-top: 25px;
    min-height: 35px;
}

.gallery .single {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	background-image: url(img/bkgnd4.png);
}

.gallery .single img {
    margin: 0 auto;
    disAbel: block;
    width: 100%;

}

.gallery .single:hover .shop {
    bottom: 0;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
}

.gallery .single .shop {
    background-color: rgba(30, 65, 139, 0.7);
    bottom: 0;
    height: 0;
    position: absolute;
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    disAbel: -webkit-box;
    disAbel: -ms-flexbox;
    disAbel: -webkit-flex;
    disAbel: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery .single .shop h4 {
    height: 0;
    margin: 0;
}
.gallery_head{
    background: #80c60c;
    min-height:380px;
	position:relative;

}
.gallery_head h4{
	disAbel: inline-block;
	white-space: nowrap;

    -webkit-transform: translate(0.1em,463px) rotate(-90deg);
    -moz-transform: translate(0.1em,463px) rotate(-90deg);
    -o-transform: translate(0.1em,463px) rotate(-90deg);
	transform: translate(0.1em,463px) rotate(-90deg);



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

    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
	font-size: 47px !important;

    *writing-mode: tb-rl;
	position:absolute;
	top:-100px;
	left:0;

}
.pop_content h4{
    font-size: 22px;
    margin-bottom: 30px;
    color: #8CC2AE;
    font-weight: bold;
}
.content_block {
    background: #5d5d5d;
   padding-top: 20px;
    padding-bottom: 45px;

}
.content-block-2{
	background:#fff !important;
}
.content-block-2 h2{
	color:#7ec511 !important;
}
.content-block-2 p{
	color:#5d5d5d !important;
	font-weight:normal;
}
.content-block-2 .expand-blue{
	color:#5d5d5d !important;
	border-color:#5d5d5d !important;
}
.content-block-2 .expand-blue:hover{
	background:#5d5d5d !important;
	color:#fff !important;

}
.logo-area{
	background:#d2d2d2 !important;
	overflow:hidden;
	clear:both;
}
.content_block .btn {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.banner {
    overflow: hidden;
    float: left;
    width:100%;
}
.banner-inner{
    background: url("../img/banner.png");
    background-size: cover;
    padding: 210px 0 145px 0;
    transition: all 0.5s ease-in-out;
}
.banner:hover .banner-inner{
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.banner h2 {
    font-family: 'Michroma';
    font-size: 1px;
    margin: 0 0 5px 0;
}

.banner p {
    font-size: 1px;
    color: #fff;
    font-family: 'Abel';
    margin-top: 12px;
}

.bor_line {
    border-bottom: 2px solid #;;
}
.logo-area h2.wow.fadeInDown.animated{
	color:#6f6f6f !important;
}
.wahid-logo{
	margin:50px 0;
}


.logos .bor_line {
    margin-bottom: 45px;
}

.logos .single {
    margin-bottom: 45px;
    position: relative;
}

.logos .single img {
    margin: 0 auto;
}

/*Footer css*/

footer {
    background: #fff;
}

.main-footer {
    padding-top: 85px;
    padding-bottom: 85px;
}

.social_icons a:nth-child(2) .fa, .social_icons a:nth-child(1) .fa, .social_icons a:last-child .fa {
    width: 75px;
    height: 75px;
    background: #99FFDA;
    text-align: center;
    border-radius: 50%;
}

.main-footer .fa {
    color: #6e6e6e;
    padding-top: 23px;
    margin: 0 35px 40px 0;
    transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.main-footer a:hover .fa {
    background: white;
    color: #8CC2AE;
}

/*.social_icons a:last-child .fa{*/
/*color: #99ffda;*/
/*}*/
.main-footer p {
    font-family: 'Abel';
    font-size: 31px;
    color: #6e6e6e;
    padding-bottom: 15px;
}

.main-footer ul li, .main-footer ul li a {
    font-family: 'Abel';
    font-size: 31px;
    color: #6e6e6e;
    line-height: 1.2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.main-footer ul li:hover a {
    color: #20438a;
}

.main-footer h2 {
    margin: 0 0 48px 0;
}

.mini-footer {
    padding-bottom: 35px;
}

.mini-footer p {
    font-size: 16px;
    color: #20438a;
}

.mini-footer a {
    color: #ccc;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 25px;
}

@media screen and (min-width: 998px) and (max-width:1200px){
    .pop_content h4 {
        font-size:20px; !important;}
    .gallery_head h4 {
       	position:absolute;
        -webkit-transform: translate(0.1em,403px) rotate(-90deg);
        -moz-transform: translate(0.1em,403px) rotate(-90deg);
        -o-transform: translate(0.1em,403px) rotate(-90deg);
        transform: translate(0.1em,403px) rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -ms-transform: none;
        -ms-transform-origin: none;
        -ms-writing-mode: tb-rl;
        *writing-mode: tb-rl;
    }
    .gallery_head {
        background: #80c60c;
        min-height: 320px;
    }
}
@media screen and  (max-width:998px) {
    .main-footer .fa {

        padding-top: 13px;
        margin: 0 8px 13px 0;
        font-size: 19px;
    }

    .social_icons a:nth-child(2) .fa, .social_icons a:nth-child(1) .fa, .social_icons a:last-child .fa {
        width: 45px;
        height: 45px;
    }
    .footer-item img{
        float: left !important;
        margin-top: 20px;
    }
    .main-footer {
        padding-bottom: 22px;
    }
    .main-footer ul li a{
        font-size: 20px;
    }
    .banner h2 {
        font-family: 'Abel';
        font-size: 70px;}
    .banner p {
        font-size: 24px;}
}
@media screen and  (max-width:768px) {
    header .navbar-fixed-top {
        position: relative;
        background: #99FFDA;
    }
    .gallery_block .pop_content{
        top:0
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand > img {
        width: 200px;
    }
    .swiper-container-horizontal > .swiper-pagination {
        bottom: 10px;
    }
	.gallery_block .pop_content{
		float:none;
		overflow:hidden;
	}
	.gallery_block .pop_content p{
		padding:0;
	}
	.services-boxes li{
		width:50%;
	}
	.gallery{
		margin-top:50px;
		margin-bottom:0;
	}
	.banner-inner {
    background: url("../img/banner.png");
    background-size: contain;
    padding:0;
    transition: all 0.5s ease-in-out;
    
    background-repeat: no-repeat;
    background-position: center;
	padding:23px;
}
.banner-inner h2{
	font-size:35px;
	margin-bottom:0;
}
.place-holder img{
	margin-bottom:20px;
}
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #8CC2AE;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;}

@media (min-width: 992px){
    .gallery {
        width: 13% !important;
    }
}

#wowslider-container1 .ws-title {
    bottom:100px;
    font:2em 'Abel', sans-serif !important;
	margin-left:50px;
}
#wowslider-container1 .ws-title span {
    border:0px !important;
    background: transparent !important;
}
#wowslider-container1 .ws_Abelpause {
    disAbel: none;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    /*width: 1.6em;
    height: 1.6em;*/
}
#wowslider-container1 a.ws_next:after, #wowslider-container1 a.ws_prev:after {
    line-height: 1.6em;
}
#wowslider-container1 .ws_images{
    vertical-align:bottom !important;
}
#wowslider-container1 a.ws_next:hover, #wowslider-container1 a.ws_prev:hover, #wowslider-container1 .ws_Abelpause:hover {
    
}
.contact-btn{
    border: solid 1px #fff;
    border-radius: 6px;
    margin-top: 12px;
}
.btn-default:hover{
   background: #6e6e6e !important;
    color: #fff !important;
}
.expand-green:hover{
    background: #fff !important;
    color: #5d5d5d !important;
}
#expandmenow p{
    color: #fff;
}
.nav-to-top i{
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 27px;
    text-align: center;
    padding: 0;
    border: solid 2px #b1d34d;
    position: absolute;
    right: 68px;
    bottom: 40px;
    background: #b1d34d;
    color:#fff;
}
.nav-to-top:hover i{
    background:#707070;
    color:#b1d34d;
}

@media all and (max-width:767px){
    .navbar-right{
        float: right;
        margin-right: 10px;
    }
    .nav-to-top i {
        right: 15px;
    }
}

.site-header{
  position: fixed;
  z-index: 999;
    
    -webkit-transition: all 500ms ease-out;
    -moz-transition:all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
header .navbar-nav{
    margin-top: 7px;
    margin-bottom: 20px;
}
.navbar-brand {
    padding-top: 0;
}
.navbar-brand img{
    max-width: 180px;
    
      -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.sticky{
  background-color: rgba(255,255,255,0.95);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.navbar-toggle {
    border: solid 1px #06338e;
    margin-top: 29px;
}
.navbar-toggle .icon-bar {
    background: #06338e;
}
@media all and (max-width:767px){
  .navbar-nav > li > a {
    border-radius: 0;
    border:0;
    width:100%;
    text-align: center;
  }
  .navbar-right {
    width: 100%;
  }
  header .navbar-nav{
      margin-bottom: 20px;
    
  }
  .site-header{
    background-color: rgba(123,204,47,0.8);
    padding-bottom: 20px;
  }
}

.sticky .navbar-nav{
    margin-top: 3px;
    margin-bottom: 3px;
}
.sticky .navbar-brand img{
    max-width: 130px;
    margin-top: -5px;
}
.sticky .contact-btn {
    margin-top: 0;
}
