@media screen {
    body {
        font-family: Oxygen, sans-serif;
        font-weight: 300;
        background: url(images/bg-main.jpg);
    }

    p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    }

    /* HEADER */
    #header {
        background: #fff;
    }

    .header-left {
        padding-left: 128px;
    }

    .logo-container {
        margin: 11px 0 6px -128px;
        float: left;
    }

    .logo-container img {
        display: block;
    }

    .header-container {
        height: 146px;
        padding: 10px 20px;
    }

    .header-left {
        font-size: 27px;
        line-height: 43px;
        color: #80a461;
    }

    .header-large {
        font-size: 38px;
        position: relative;
        top: -6px;
        font-weight: 300;
    }

    .header-right {
        font-size: 14px;
        color: #424242;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 10px;
        padding: 0 0 0 48px;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
    }

    .header-right-contents {
        display: inline-block;
        text-align: left;
    }

    .header-right .header-contact-number {
        color: #ed8724;
        font-size: 27px;
        font-weight: 400;
        position: relative;
        top: 11px;
    }

    .header-right .icon {
        float: left;
        margin-left: -48px;
    }

    .icon {
        background-image:url(images/spritemap.png);
        display: block;
    }

    .icon-phone {
        background-position: 0 0;
        width: 40px;
        height: 40px;
    }

    /* MENU */
    .navbar {
        margin-bottom: 0;
        min-height: 0;
    }

    .navbar-toggle {
        background: #ed8724;
        border: medium none #fff;
    }
    .navbar-toggle:hover {
        background: #c5e0ad;
        border-color: #fff;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle:hover .icon-bar {
        background-color: #2f4b5b;
    }
    .navbar-collapse {
        max-height: none;
    }
    .navbar {
        background: #6b8d4e;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar li a {
        color: #fff;
        text-shadow: none;
    }

    .navbar li a:hover,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #ed8724;
    }

    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
    }

    .navbar-nav > li.active,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:active,
    .dropdown-menu > .active > a {
        background: #B26418;
    }

    .dropdown-menu {
        padding: 0;
        float: none;
        background: #6b8d4e;
    }

    /* FOOTER */
    #footer {
        background: #5d7b44;
        color: #fff;
        padding: 14px 0 0;
    }

    #copyright {
        background: #41582d;
        color: #fff;
    }

    #footer h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 18px;
        margin: 18px 0 18px;
    }

    #footer p {
        color: #fff;
    }

    #footer a {
        color: #fff;
    }

    .footer-left img {
        margin-top: 28px 0 16px;
    }

    .footer-quick-links ul,
    .footer-services-offered ul,
    .footer-social-media ul {
        padding: 0;
    }

    .footer-quick-links li,
    .footer-services-offered li,
    .footer-social-media li {
        list-style: none;
    }

    .footer-quick-links li,
    .footer-services-offered li {
        line-height: 26px;
    }

    .footer-services-offered a {
        font-weight: bold;
    }

    .footer-social-media li {
        padding-left: 42px;
        line-height: 32px;
        margin: 0 0 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .footer-social-media li .icon {
        float: left;
        margin-left: -42px;
    }

    .icon-facebook {
        background-position: -40px 0;
        width: 32px;
        height: 32px;
    }

    .icon-twitter {
        background-position: -72px 0;
        width: 32px;
        height: 32px;
    }

    #copyright {
        padding: 31px 0;
        font-size: 16px;
        margin-top: 40px;
    }

    /* MAIN */
    img {
        max-width: 100%;
        height: auto;
    }

    .page-header {
        text-align: center;
        background: url(images/bg-header.jpg) center top;
        padding: 27px 18px 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-header .title {
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 8px;
        margin-top: 0;
    }

    .page-header .subtitle {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-top: -8px;
    }

    #content {
        padding: 40px 0;
        background: #fff;
        margin-bottom: 86px;
    }

    #content-sidebar {
        padding-top: 40px;
    }

    .sidebar-widget,
    .footer-widget {
        max-width: 292px;
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-custom-widget {
        background: #81a164;
        margin-bottom: 12px;
    }

    .sidebar-custom-widget img {
        display: block;
        margin: 0 auto;
    }

    .sidebar-custom-widget .sidebar-custom-title {
        padding: 12px 24px 8px;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-align: center!important;
    }

    .sidebar-custom-widget .sidebar-custom-content {
        padding: 0 24px 16px;
        font-weight: 300;
        overflow: hidden;
    }

    .sidebar-custom-widget .sidebar-custom-content p {
        font-size: 15px;
        color: #fff;
        margin: 0 0 10px;
    }

    .sidebar-custom-widget .sidebar-custom-content a {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
    }

    p,
    li {
        line-height: 21px;
        color: #828282;
    }

    h1, h2 {
        font-size: 29px;
        font-weight: 300;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .aligncenter {
        display: block;
        margin: 0 auto;
    }

    /* HOME */
    .btn-default {
        background: #fff;
        color: #ed8724;
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        line-height: 16px;
        border: none;
        font-weight: 700;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
    }

    .btn-default:hover {
        background: #6b8d4e;
        color: #fff;
    }

    .btn-orange {
        background: #ed8724;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        line-height: 16px;
        border: none;
        font-weight: 700;
    }

    .btn-orange:hover {
        background: #b26418;
        color: #fff;
    }

    ul.check-list {
        padding-left: 0;
    }

    ul.check-list li {
        padding: 8px 0 8px 32px;
        list-style: none;
        margin: 0;
        font-weight: 700;
        color: #2e2e2e;
        position: relative;
    }

    ul.check-list li:before {
        content: "";
        background: url(images/spritemap.png) no-repeat -40px -32px;
        width: 14px;
        height: 10px;
        position: absolute;
        left: 5px;
        top: 13px;
    }

    ul#featured-services {
        padding: 0;
        margin: 20px -15px;
    }

    ul#featured-services li {
        list-style: none;
    }

    ul#featured-services li:nth-child(odd) {
        padding-right: 5px;
    }

    ul#featured-services li:nth-child(even) {
        padding-left: 5px;
    }

    .featured-service-contents {
        padding: 15px 40px 20px 15px;
    }

    .page-contents .featured-service-contents h2 {
        font-weight: bold;
        color: #fff;
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 24px;
    }

    .featured-service-contents p {
        color: #fff;
        margin: 0;
        font-size: 15px;
        line-height: 21px;
        font-weight: 300;
    }

    .featured-service-link {
    }

    .featured-service-link a {
        display: block;
        font-weight: bold;
        padding: 15px 18px;
        text-align: right;
        font-size: 14px;
        line-height: 15px;
        text-transform: uppercase;
        color: #fff;
    }

    .subscibe-widget {
        background: #2d7374;
        padding: 15px 25px;
        margin-bottom: 14px;
    }

    .subscribe-title {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }

    .subscribe-content p {
        font-weight: 300;
        font-size: 12px;
        color: #fff;
        line-height: 21px;
    }


	  .subscribe-form input[type=text] {
        width: 100%;
        padding: 8px 17px;
        margin: 0 1px 6px;
        line-height: 19px;
        font-size: 15px;
        border: none;
        color: #787878;
    }

	.subscribe-form label {
	display: none;
	}


    .subscribe-form input[type=email] {
        width: 100%;
        padding: 8px 17px;
        margin: 0 1px 6px;
        line-height: 19px;
        font-size: 15px;
        border: none;
        color: #787878;
    }

    .subscribe-form input[type=submit] {
        padding: 13px 17px;
        margin: 0 1px 7px;
        line-height: 15px;
        font-size: 15px;
        background: #81a164;
        color: #fff;
        font-weight: bold;
        border:none;
        width: 100%;
        text-transform: uppercase;
    }

    .subscribe-form input[type=submit]:hover {
        background: #5d7b44;
    }

    .testimonials-widget {
        background: /*#9d9d9d;*/ #ED8724;
    }

    .testimonials-title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 20px 20px 0;
    }

    .testimonials-content {
        padding: 20px 50px 40px;
        position: relative;
        font-size: 16px;
        line-height: 21px;
        font-weight: 300;
        position: relative;
    }

    .testimonials-content:before,
    .testimonials-content:after {
        background-image: url(images/spritemap.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 33px;
        height: 23px;
        content: "";
        display: block;
    }

    .testimonials-content:before {
        background-position: -104px 0;
        top: 12px;
        left: 9px;
    }

    .testimonials-content:after {
        background-position: -104px -23px;
        bottom: 19px;
        right: 15px;
    }

    .testimonials-content p {
        color: #fff;
        margin: 0;
    }

    .testimonials-link {
        background: /*#6d6d6d */#C6711E;
    }

    .testimonials-link a {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 19px 10px 17px;
        text-align: center;
        display: block;
        line-height: 12px;
    }

    .page-contents h2 {
        font-size: 20px;
        font-weight: bold;
        color: #2e2e2e;
    }

    .dropdown-menu {
        position: relative;
    }

    .dropdown > .caret {
        position: absolute;
        z-index: 11;
        top: 8px;
        right: 8px;
        border-style: solid;
        border-width: 6px 0px 6px 12px;
        border-color: transparent transparent transparent #FFF;
        cursor: zoom-in;
    }

    .dropdown.open > .caret {
        border-style: solid;
        border-width: 12px 6px 0px;
        border-color: #FFF transparent transparent;
    }

    .navbar-nav > li > .dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #fff;
    }


    /* CONTACT US */
    .contact-us {
        border: none;
    }

    .contact-us table {
        width: 100%;
    }

    .contact-us tr td {
        padding-top: 15px;
    }

    .contact-us tr td:first-child {
        width: 100px;
    }

    .contact-us input,
    .contact-us textarea,
    .contact-us select {
        width: 100%;
        border: 1px solid #ccc;
    }

    .red {
        color: #ff0000;
    }

    .verify input {
        width: auto!important;
    }

    .contact-us .submit {
        width: 80px;
        border: none;
        border-radius: 5px;
        padding: 3px;
        text-transform: capitalize;
        background: #8DAC70;
        color: #fff;
        margin-top: 20px;
    }

    iframe {
        width: 100%;
        height: 100% !important;
        min-height: 320px;
    }

	.popup-form-wrap {
		width: 100%;
		max-width: 500px;
		position: relative;
		margin: 0 auto;
		top: 60px;
		background-color: #FFF;
		padding: 20px;
	}
	.popup-form-wrap input[type="submit"]{
		line-height: 15px;
		font-size: 15px;
		background: #81a164;
		color: #fff;
		font-weight: bold;
		border: none;
		width: 100%;
		text-transform: uppercase;
		border-radius:0;
		position: relative;
        padding: 13px;
        border-radius: 5px;
	}
	.popup-form-wrap input[type=submit]:hover {
		background: #5d7b44;
	}

	.popup-form-wrap .wpcf7 img.ajax-loader {
		display: none;
	}
	.popup-form-wrap h2{
		color: #41582D;
		margin-bottom: 10px;
	}
	.popup-form-wrap .wpcf7-validation-errors {
		color: #999999;
	}


	.gform_wrapper .gform_fields{
		margin: 0 0 20px;
		padding: 0;
		list-style-type: none;
	}
	.gform_wrapper .gfield{
		clear: both;
		margin-bottom: 15px;
		padding-left: 100px;
		position:relative;
	}
	.gform_wrapper .gfield_label {
		font-weight: 300;
		font-size: 14px;
		line-height: 1.42857143;
		width: 100px;
		float: left;
		margin-left: -100px;
        padding: 6px 0;
	}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container textarea {
		width: 100%;
		border: 1px solid #ccc;
		padding: 6px;
	}
	.gform_wrapper .gform_validation_container{
		display:none;
	}
	.gform_wrapper .gfield_required{
		color: #ff0000;
		margin-left: 3px;
		font-size: 12px;
	}
	.gform_wrapper .gform_button,
	.gform_wrapper .submit	{
		border: none;
		border-radius: 5px;
		padding: 13px 39px;
		text-transform: uppercase;
		background: #8DAC70;
		color: #fff;
		margin-top: 5px;
		margin-right: 10px;
        font-weight: bold;
	}
	.gform_wrapper .validation_message{
		position: absolute;
		right: 10px;
		top: -9px;
		background: #fff;
		border: 1px solid #ff0000;
		color: #ff0000;
		padding: 3px 10px;
		line-height: 1em;
		font-size: 11px;
		border-radius: 3px;
	}
	.gform_wrapper .validation_error{
		padding: 10px;
		margin-bottom: 20px;
		background: #ff0000;
		color: #fff;
		text-align: center;
	}
	.gform_wrapper .gform_confirmation_message{
		padding: 10px;
		margin-bottom: 20px;
		background: #007D04;
		color: #fff;
		text-align: center;
	}

}

@media screen and (min-width: 768px) {
    .dropdown-menu {
        position: absolute;
    }

    .page-contents {
        padding-left: 40px;
    }

    #content-sidebar {
        padding-right: 40px;
    }

    #content-sidebar {
        padding-top: 0;
    }

    .header-right {
        float: right;
        padding: 72px 0 0 48px;
        font-size: 10px;
    }

    .header-right .header-contact-number {
        font-size: 24px;
    }

    .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-nav {
        float: none;
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dropdown .caret {
        display: none;
    }


}

@media screen and (max-width: 480px) {
    #banner {
        display: none;
    }

    ul#featured-services li:nth-child(odd),
    ul#featured-services li:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        float: none;
        width: 100%;
    }

    .header-left-text .header-small {
        font-size: 15px;
    }

    .header-left-text .header-large {
        font-size: 30px;
    }

	.gform_wrapper .gfield {
		padding-left: 0;
	}
	.gform_wrapper .gfield_label {
		float: none;
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    ul#featured-services li:nth-child(odd),
    ul#featured-services li:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-container {
        background: none !important;
    }
}

@media screen and (min-width: 992px) {
    .header-container {
        background-repeat: no-repeat;
        background-position: 9px bottom;
        padding: 28px 0 0 206px;
    }

    .header-left {
        font-size: 27px;
        line-height: 43px;
    }

    .header-large {
        font-size: 38px;
    }

    .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar > li {
        font-size: 14px;
    }

    .navbar > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .container,
    .navbar .container,
    #footer .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .header-right {
        font-size: 14px;
    }

    .header-right .header-contact-number {
        font-size: 27px;
    }

    .navbar li {
        font-size: 17px;
    }

    .navbar-nav > li > a {
        padding-left: 16px;
        padding-right: 16px;
    }

    #header .container,
    .navbar .container,
    #footer .container  {
        width: 1010px;
    }
}

@media screen {
  .slider-wrapper {
    position: relative;
    overflow-x: hidden;
    margin-bottom: -5px;
  }
  .slider-wrapper .slides {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .slider-wrapper .d-flex {
    position: relative;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .slider-wrapper .d-flex .flex-item {
    position: relative;
    flex: 1 1 auto;
    height: 320px;
  }
  .slider-wrapper .d-flex .flex-item h1,
  .slider-wrapper .d-flex .flex-item h2,
  .slider-wrapper .d-flex .flex-item h3,
  .slider-wrapper .d-flex .flex-item h4,
  .slider-wrapper .d-flex .flex-item h5,
  .slider-wrapper .d-flex .flex-item h6 {
    color: #fff;
    line-height: 120%;
  }
  .slider-wrapper .d-flex .flex-item p {
    color: #fff;
    line-height: 150%;
  }
  .slider-wrapper .d-flex .flex-item img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .slider-wrapper .d-flex .flex-item:first-child {
    width: 100%;
  }
  .slider-wrapper .d-flex .flex-item:last-child {
    position:absolute;
    top:auto;
    bottom:0;
    right:0;
    left:0;
    height: auto;
    background-color: rgba(0,0,0, 0.4);
    padding: 20px;
    width: 100%;
  }
  .slider-wrapper .d-flex .flex-item a {
    font-size:10px;
    padding: 12px 30px 11px;
  }
  .slider-wrapper .slick-dots {
    position:absolute;
    right: 20px;
    bottom: 30px;
    list-style: none;
    padding:0;
    margin:0;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .slider-wrapper .slick-dots li {
    padding:0 4px;
  }
  .slider-wrapper .slick-dots li.slick-active button {
    background-color: #b26418;
  }
  .slider-wrapper .slick-dots button {
    width: 15px;
    height: 15px;
    border:0;
    border-radius: 100%;
    background-color: #fff;
    font-size:0;
  }
}
@media (min-width: 992px) {
  .slider-wrapper .d-flex .flex-item {
    position: relative;
    flex: 1 1 auto;
    height: 435px;
  }
  .slider-wrapper .d-flex .flex-item:first-child {
    width: 60%;
  }
  .slider-wrapper .d-flex .flex-item:last-child {
    position:initial;
    bottom:initial;
    right:initial;
    left:initial;
    height: 100%;
    background-color:#ed8724;
    width: 40%;
    height: 435px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper .d-flex .flex-item:first-child {
    width: 67%;
  }
  .slider-wrapper .d-flex .flex-item:last-child {
    width: 33%;
  }
}
