@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|PT+Serif:400,400i,700,700i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helveticad41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    margin-top: 0px !important;
}

body {
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #4ba446;
}

.no-padding {
    padding: 0px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.4em;
    /*font-family: 'Playfair Display', serif;*/
}

.no-padding {
    padding: 0px !important;
}

input,
button,
select,
textarea {}

p,
.text {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 780px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 35px;
}

.sec-title h2 {
    position: relative;
    color: #00000a;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4em;
    padding-bottom: 25px;
    max-width: 850px;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 55px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(42, 219, 102, 0.35);
}

.sec-title .text {
    position: relative;
    font-size: 20px;
    margin-top: 20px;
    color: rgba(37, 47, 62, 0.70);
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered h2 {
    margin: 0 auto;
}

.sec-title.centered h2:after {
    left: 50%;
    margin-left: -28px;
}

.sec-title.light .text,
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light h2:after {
    background-color: #ffffff;
}

.sec-title.style-two h2:after {
    background-color: #000000;
}

.btn-style-one {
    position: relative;
    padding: 13px 33px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #4ba446;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 2px solid #4ba446;
    font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
    color: #4ba446;
    background: none;
    border-color: #4ba446;
}

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    padding: 13px 33px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: none;
    letter-spacing: 1px;
    border: 2px solid #429a36;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background: #47ab39;
}

.btn-style-two:hover {
    color: #ffffff;
    border-color: #46ad3a;
    background-color: #47ab39;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    padding: 13px 38px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: none;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #4ba446;
    background-color: #4ba446;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    padding: 16px 36px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #2e2e2e;
    letter-spacing: 1px;
    border: 2px solid #2e2e2e;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
    color: #ffffff;
    border-color: #4ba446;
    background-color: #4ba446;
}

img {
    display: inline-block;
    max-width: 100%;
}

.fluid {
    position: relative;
    width: 100%;
    display: block;
    max-height: 200px;
    margin-bottom: 20px;
}

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #ffffff;
}

b,
strong {
    font-weight: 600;
}

img.muller {
    float: left;
    margin-right: 20px;
    background: #f7f7f7;
    padding: 15px;
}

.main-header .outer-container {
    position: relative;
    padding: 0px 70px;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e5e5e5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 2px 0px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header .header-upper .sign-in-btn {
    position: relative;
    color: #00000a;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ffffff;
    font-family: "Helvetica";
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 42px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.main-header .header-upper .sign-in-btn:hover {
    color: #ffffff;
    background-color: #4ba446;
}

.main-header .header-upper .contact-number {
    position: relative;
    top: 21px;
    font-size: 18px;
    display: inline-block;
    color: rgb(70, 170, 56);
    margin-right: 0;
}

.main-header .header-upper .contact-number span {
    position: relative;
    font-size: 18px;
    color: #1d4858;
    font-weight: 500;
    margin-left: 5px;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 8px 0px 0;
    margin-right: 35px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    width: 340px;
    max-width: 100%;
}

.main-header .header-upper .nav-outer {
    position: relative;
    float: left;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 25px;
    padding: 21px 0px 15px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.sticky-header .main-menu .navigation>li {
    padding: 0px;
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
    font-size: 16px;
    color: #3a4644;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* font-family: 'Playfair Display', serif; */
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 13px 20px !important;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.header-upper .main-menu .navigation>li:hover>a,
.header-upper .main-menu .navigation>li.current>a,
.header-upper .main-menu .navigation>li.current-menu-item>a {
    color: #00000a;
    opacity: 1;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    color: #ffffff !important;
    background: #4ba446;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background: #101010;
    border-top: 2px solid #4ba446;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #e0e0e0;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ffffff;
    background-color: #4ba446;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 250px;
    z-index: 100;
    display: none;
    background: #101010;
    border-top: 2px solid #4ba446;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #e0e0e0;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background-color: #4ba446;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-two {
    position: relative;
}

.header-style-two .logo-outer {
    padding: 34px 0px;
}

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider h2 {
    font-size: 52px;
    color: #00000a;
    font-weight: 700;
    line-height: 1.2em;
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    overflow: hidden;
    height: 90px;
}

.main-slider.alternate .tparrows.preview3 {
    margin-top: 30px !important;
    height: 50px;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    color: #101010;
    font-size: 26px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    width: 36px;
    height: 90px;
    line-height: 90px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after {
    background: rgba(255, 255, 255, 1);
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: -36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}

.services-section {
    position: relative;
    padding: 60px 0px 60px;
}

.separator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}

.services-block {
    position: relative;
    margin-bottom: 0;
}

.services-block .inner-box {
    position: relative;
}

.services-block .inner-box .icon-box {
    position: relative;
    color: #3e8937;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 25px;
}

.services-block .inner-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.services-block .inner-box h3 a {
    color: #2d2d43;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box h3 a:hover {
    color: #4ba446;
}

.services-block .inner-box .text {
    position: relative;
    font-size: 15px;
    line-height: 1.7em;
    color: rgba(0, 0, 0, 0.65);
}

.who-we-are-section {
    position: relative;
    padding: 10px 0px;
}

.who-we-are-section .image-column {
    position: relative;
    margin-bottom: 0px;
}

.who-we-are-section .image-column .image {
    position: relative;
    padding-right: 40px;
}

.who-we-are-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial-section {
    position: relative;
    padding: 60px 0px;
    background: #f3f3f3;
}

.testimonial-section .testimonial-column {
    position: relative;
}

.testimonial-section .testimonial-column .inner-column {
    position: relative;
    padding-left: 90px;
}

.testimonial-section .testimonial-column .inner-column .sec-title {
    margin-bottom: 35px;
}

.testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .owl-nav {
    position: relative;
    margin-top: 30px;
    margin-left: 65px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    display: inline-block;
    color: #d4d5d6;
    margin: 0px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    color: #3b3b3b;
}

.testimonial-section.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f8fafd));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f8fafd 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #f8fafd 100%);
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 75px;
}

.testimonial-block .inner-box .quote-icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ebebeb;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: rgba(0, 0, 10, 0.75);
    font-size: 18px;
    line-height: 1.8em;
}

.call-to-action-section {
    position: relative;
    margin: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(71, 171, 57, 0.75);
}

.call-to-action-section .content {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}

.call-to-action-section p {
    color: #fff;
    font-size: 18px;
    padding: 0 60px;
}

.call-to-action-section .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2em;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 40px;
    /*font-family: 'Playfair Display', serif;*/
}

/*Call To Action Section*/
.call-to-action-section-two {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.call-to-action-section-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
}

.call-to-action-section-two .content {
    position: relative;
    padding: 150px 0px;
    text-align: center;
}

.call-to-action-section-two .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 40px;
    /*font-family: 'Playfair Display', serif;*/
}

.page-title {
    position: relative;
    color: #ffffff;
    padding: 160px 0px 75px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.page-title:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); */
    background: rgba(0, 0, 0, 0.31);
}

.page-title .container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-left: 80px;
    position: relative;
    text-transform: capitalize;
}

.page-title h1::before {
    background-color: #4aa943;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 50px;
}

.tp-dottedoverlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

#quote-carousel {
    padding: 0 0px 0px 0px;
    margin-top: 0px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

footer.main-footer {
    padding: 60px 0px;
    background: #3a4644;
}

.site-footer {
    background-color: #15191f;
    padding: 60px 0px;
}

@media (max-width: 1199px) {
    .site-footer {
        padding: 115px 0 35px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 80px 0 20px;
    }
}

.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer span,
.site-footer p,
.site-footer li,
.site-footer a {
    color: #fff;
}

@media (max-width: 1199px) {
    .site-footer .container>.row>.col {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .site-footer .container>.row>.col {
        margin-bottom: 50px;
    }
}

@media (max-width: 650px) {
    .site-footer .container>.row>.col {
        width: 100%;
    }
}

.site-footer .widget>h3 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 20px;
}

@media (max-width: 1199px) {
    .site-footer .widget>h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .site-footer .widget>h3 {
        font-size: 24px;
    }
}

.site-footer .about-widget .logo {
    padding-left: 0;
    position: relative;
    font-size: 32px;
}

@media (max-width: 991px) {
    .site-footer .about-widget .logo {
        padding: 0px;
    }
}

.site-footer .about-widget p {
    font-size: 16px;
    margin: 0;
    font-weight: 100;
    margin-top: 25px;
}

@media screen and (min-width: 1200px) {
    .site-footer .news-widget {
        padding-left: 15px;
    }
}

.site-footer .news-widget li {
    margin-bottom: 40px;
    min-height: 65px;
    padding-left: 70px;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .news-widget li {
        margin-bottom: 25px;
    }
}

.site-footer .news-widget li .entry-media {
    left: 0;
    min-height: 65px;
    position: absolute;
}

.site-footer .news-widget li h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
    .site-footer .news-widget li h5 {
        font-size: 0.875rem;
    }
}

.site-footer .news-widget li h5 a:hover {
    color: #3eae3e;
}

.site-footer .news-widget li .date {
    color: #3eae3e;
    font-size: 0.9375rem;
}

.site-footer .news-widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .site-map-widget ul li:last-child {
    margin-bottom: 0;
}

.site-footer .site-map-widget ul li:last-child a {
    border: 0 none;
    padding-bottom: 0;
}

.site-footer .site-map-widget ul li:first-child a {
    padding-top: 0;
}

.site-footer .site-map-widget ul li a {
    border-bottom: 1px solid #323945;
    display: block;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 200;
}

.site-footer .site-map-widget ul li a:hover {
    border-color: #3eae3e;
    color: #3eae3e;
}

.site-footer .newsletter-widget {
    margin-bottom: 37px;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget {
        margin-bottom: 50px;
    }
}

.site-footer .newsletter-widget p {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -5px;
    font-weight: 200;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget p {
        margin: -10px 0 20px;
    }
}

.site-footer .newsletter-widget .form *:-moz-placeholder {
    color: #646c78;
    font-style: normal;
}

.site-footer .newsletter-widget .form *::-moz-placeholder {
    color: #646c78;
    font-style: normal;
}

.site-footer .newsletter-widget .form input {
    background-color: transparent;
    border: 1px solid #323945;
    box-shadow: none;
    color: #fff;
    height: 45px;
    padding: 0 75px 0 20px;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget .form input {
        height: 40px;
    }
}

.site-footer .newsletter-widget .form>div {
    position: relative;
}

.site-footer .newsletter-widget .form>div button {
    background-color: #3eae3e;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 1.25rem;
    height: 45px;
    outline: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px;
}

@media (max-width: 1199px) {
    .site-footer .newsletter-widget .form>div button {
        font-size: 1.125rem;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget .form>div button {
        font-size: 1.125rem;
        height: 40px;
        width: 50px;
    }
}

.site-footer .newsletter-widget .form>div button:hover {
    background-color: #fd7200;
}

/*.site-footer .social-media-widget { margin-top: -20px;}*/
.site-footer .social-media-widget .social-links li {
    margin-right: 28px;
    float: left;
}

section#text-3 {
    margin-top: -26px;
}

@media (max-width: 1199px) {
    .site-footer .social-media-widget .social-links li {
        margin-right: 15px;
    }
}

.site-footer .social-media-widget .social-links a {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    .site-footer .social-media-widget .social-links a {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .site-footer .social-media-widget .social-links a {
        font-size: 1rem;
    }
}

.site-footer .social-media-widget .social-links a:hover {
    color: #3eae3e;
}

section.about-section.who-we-are-section {
    background: #f3f3f3;
}

.info-tabs .tab-btns {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.info-tabs .tab-btns .tab-btn {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 28px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.info-tabs .tab-btns .tab-btn.active-btn {
    color: #46ad3a;
}

.info-tabs .tabs-content {
    position: relative;
}

.info-tabs .tabs-content .tab {
    display: none;
    position: relative;
}

.info-tabs .tabs-content .tab .content {
    position: relative;
}

.info-tabs .tabs-content .tab .content .text {
    color: rgba(0, 0, 10, 0.65);
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
    position: relative;
}

.info-tabs .tabs-content .tab.active-tab {
    display: block;
}

.contact-section {
    height: auto;
    position: relative;
    padding: 60px 0px;
}

.contact-section .contact-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

@media (max-width: 767px) {
    .contact-section .contact-map {
        height: 250px;
        position: static;
        top: 0;
    }
}

.contact-section .contact-form {
    background-color: #1d4858;
    box-shadow: 0 0 25px 0 #cccccc;
    padding: 50px;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 10;
}

@media (max-width: 991px) {
    .contact-section .contact-form {
        padding: 45px 40px;
    }
}

@media (max-width: 991px) {
    .contact-section .contact-form {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-form {
        box-shadow: none;
        padding: 45px 25px;
        position: static;
        top: 0;
        transform: none;
    }
}

.contact-section .contact-form ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

@media (max-width: 767px) {
    .contact-section .contact-form ul li {
        font-size: 0.875rem;
    }
}

.contact-section .contact-form ul li:last-child {
    margin-bottom: 0;
}

.contact-section .contact-form ul li i {
    color: #fff;
    left: 0;
    position: absolute;
    top: 1px;
}

.contact-section .contact-form>h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0 1.2em;
    color: #fff;
}

.contact-section .contact-form h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 1.2em;
    color: #fff;
}

.contact-section .form *:-moz-placeholder {
    color: #767676;
    font-style: normal;
}

.contact-section .form *::-moz-placeholder {
    color: #767676;
    font-style: normal;
}

.contact-section .form>div {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .contact-section .form>div {
        margin-bottom: 20px;
    }
}

.contact-section .form>div:last-child {
    margin-bottom: 0;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    border: 0 none;
    box-shadow: none;
    color: #000;
    height: 45px;
    padding: 6px 20px;
}

@media (max-width: 991px) {

    .contact-section .contact-form input,
    .contact-section .contact-form textarea {
        font-size: 0.875rem;
        height: 40px;
    }
}

.contact-section .contact-form textarea {
    padding-top: 15px;
}

.contact-section .contact-form textarea {
    height: 120px;
}

@media (max-width: 1199px) {
    .contact-section .contact-form textarea {
        height: 120px;
    }
}

.contact-section .contact-form .submit {
    margin-bottom: 0;
    text-align: right;
}

.contact-section .contact-form .submit button {
    background-color: #fff;
    border: 0 none;
    color: #1d4858;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 3px;
    line-height: 40px;
    outline: 0 none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 115px;
}

@media (max-width: 1199px) {
    .contact-section .contact-form .submit button {
        font-size: 0.8125rem;
    }
}

.contact-section .contact-form .submit button:hover {
    color: #000;
}

/* responsive */
@media only screen and (max-width: 1599px) {
    .gallery-block .inner-box .image .overlay-box .content .text {
        font-size: 14px;
    }

    .gallery-block .inner-box .image .overlay-box .content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1500px) {
    .page-with-sidebar-nav .page-wrapper {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1340px) {
    .page-wrapper {
        overflow: hidden;
    }

    .main-header .logo-outer {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 1140px) {
    .main-menu .navigation>li {
        padding-top: 20px;
        margin-right: 20px;
    }

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        left: auto;
        right: 0px;
    }

    .main-header {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
    }

    .main-header .logo-outer {
        margin-right: 30px;
        padding-top: 12px;
    }

    .main-header .header-upper .sign-in-btn {
        margin-top: 38px;
    }

    .main-header .outer-container {
        padding: 0px 30px;
    }

    .main-header .header-upper .contact-number {
        font-size: 16px;
        margin-right: 20px;
    }

    .main-header .header-upper .contact-number span {
        font-size: 13px;
    }

    .main-slider h2 {
        font-size: 40px;
    }

    .tparrows,
    .news-block-two .inner-box h3 a br,
    .about-section .title-column .sec-title h2 br,
    .contact-form-section .contact-info-column .inner .sec-title h2 br {
        display: none !important;
    }

    .testimonial-section .testimonial-column .inner-column,
    .who-we-are-section .tab-column .content-inner {
        padding-left: 0px;
    }

    .who-we-are-section .image-column .image,
    .contact-form-section .column-inner {
        padding-right: 0px;
    }

    .call-to-action-section,
    .map-section .map-outer {
        margin-left: 15px;
        margin-right: 15px;
    }

    .news-block-two .inner-box {
        padding: 15px 15px;
    }

    .page-title {
        padding-top: 190px;
    }

    .about-section .title-column .sec-title h2 {
        font-size: 36px;
    }

    .main-header .header-upper .contact-number {
        position: relative;
        top: 20px;
        font-size: 12px;
        display: inline-block;
        color: rgb(70, 170, 56);
        margin-right: 0;
    }

    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        font-size: 13px !important;
        padding: 0px 0px;
        color: #3a4644;
        line-height: 30px;
        font-weight: 400;
        opacity: 1;
        text-transform: capitalize;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        /* font-family: 'Playfair Display', serif; */
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .main-slider .tparrows.preview3.tp-rightarrow {
        right: -13px !important;
    }

    .main-menu .navigation>li.dropdown a {
        padding-right: 0px;
    }

    .fixed-header .sticky-header {
        display: none;
    }

    .main-header .outer-container {
        padding: 0px 15px;
    }

    .main-header .header-upper .nav-outer {
        margin-top: 12px;
        float: right;
    }

    .sec-title h2,
    .project-single h2,
    .blog-detail .inner-box .lower-content h3 {
        font-size: 34px;
    }

    .main-header .header-upper .sign-in-btn {
        margin-top: 28px;
    }

    .main-header .logo-outer {
        padding-bottom: 20px;
        margin-right: 10px;
        padding-top: 15px;
        width: 175px;
    }

    .main-slider h2,
    .call-to-action-section .content h2,
    .page-title h1,
    .call-to-action-section-two .content h2 {
        font-size: 36px;
    }

    .page-title h1:before {
        top: 25px;
    }

    .main-header .nav-outer .more-options {
        margin-top: 29px;
        margin-bottom: 30px;
    }

    .main-header .nav-outer .dropdown-outer .dropdown-menu {
        top: 50px;
    }

    .main-menu .navigation>li>a {
        font-size: 15px;
        color: #00000a;
    }

    .main-header .header-upper .upper-right,
    .main-header .header-upper .pull-left {
        width: 100%;
    }

    .main-menu .navigation>li {
        padding: 0px;
    }

    .main-header .header-upper .contact-number,
    .main-header .header-upper .sign-in-btn,
    .news-section .sec-title h2 br,
    .call-to-action-section-two .content h2 br,
    .project-section .sec-title h2 br,
    .testimonial-section .testimonial-column .inner-column .sec-title br {
        display: none;
    }

    .main-header .header-upper .contact-number span {
        /*font-size:16px;margin-left:10px;*/
        display: none;
    }

    .main-footer .footer-bottom .footer-nav li {
        margin-left: 10px;
    }

    .news-section .sec-title .pull-right {
        width: 100%;
    }

    .news-section .sec-title .go-news {
        margin-top: 30px;
    }

    .news-block-three .inner-box .lower-box h3,
    .news-block-two.style-two .inner-box h3 {
        font-size: 26px;
    }

    .blog-detail .inner-box .lower-content .text blockquote .blockquote-text {
        font-size: 26px;
        line-height: 1.8em;
    }

    .blog-detail .inner-box .lower-content .text blockquote .blockquote-text br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .main-menu {
        padding-top: 0px;
        width: 100%;
        margin: 0px;
    }

    .nav-outer.clearfix {
        position: absolute !important;
        top: 5px;
    }

    .main-menu .collapse {
        max-height: 300px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 0px 0px;
        border: none;
        margin: 0px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .main-menu .collapse.in,
    .main-menu .collapsing {
        padding: 10px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 0px 0px 12px;
        right: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #43a83e;
        float: none;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        background: #43a83e;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #43a83e;
        border: 1px solid #ffffff;
        border-top: none;
    }

    .navigation>li {
        margin: 0px !important;
        float: none !important;
        width: 100%;
        padding: 0px;
    }

    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: none;
    }

    .navigation>li>a {
        padding: 10px 10px !important;
        border: none !important;
    }

    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .navigation>li>ul,
    .navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #43a83e;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        transform: scale(1) !important;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navigation>li>ul,
    .navigation>li>ul>li>ul {}

    .navigation>li,
    .navigation>li>ul>li,
    .navigation>li>ul>li>ul>li {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .navigation>li:first-child {
        border: none;
    }

    .navigation>li>a,
    .navigation>li>ul>li>a,
    .navigation>li>ul>li>ul>li>a {
        padding: 10px 20px !important;
        line-height: 22px;
        color: #ffffff;
        background: #43a83e;
        text-align: left;
        min-height: 0px;
    }

    .navigation>li>a:hover,
    .navigation>li>a:active,
    .navigation>li>a:focus {
        background: #43a83e;
    }

    .navigation>li:hover>a,
    .navigation>li>ul>li:hover>a,
    .navigation>li>ul>li>ul>li:hover>a,
    .navigation>li.current>a,
    .navigation>li.current-menu-item>a,
    .header-style-two.inner-header .main-menu .navigation>li>a {
        background: #43a83e;
        color: #ffffff !important;
    }

    .main-menu .navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before,
    .featured-block .inner-box .icon-box:after,
    .progress-section .sec-title h2 br,
    .services-section .sec-title h2 br,
    .page-title h1:before,
    .project-single h2 br,
    .blog-comment-form .title-column h2 br,
    .blog-comment-form .title-column .text br,
    .blog-detail .inner-box .lower-content .text blockquote .blockquote-text:before {
        display: none !important;
    }

    .main-header .nav-outer .more-options {
        position: absolute;
        left: 0px;
        right: auto;
        margin: 0px;
        top: 8px;
        z-index: 12;
        border: 0px;
    }

    .main-header .nav-outer .dropdown-outer {
        left: 0px;
    }

    .main-header .nav-outer .dropdown-outer .dropdown-menu {
        top: 36px;
        left: 0px;
    }

    .main-slider h2 {
        font-size: 36px;
    }

    .main-footer .footer-nav,
    .main-footer .footer-bottom,
    .services-block .inner-box,
    .main-footer .footer-bottom .footer-nav,
    .social-icon-one {
        text-align: center;
    }

    .main-header .logo-outer {
        width: 75%;
        text-align: center;
        /*padding-bottom:10px;*/
    }

    .main-header .nav-outer .more-options {
        display: block;
    }

    .main-header .header-upper .nav-outer,
    .main-header .header-upper .pull-left {
        width: 100%;
    }

    .main-header .header-upper .pull-right {
        width: 100%;
    }

    .main-header .header-upper .sign-in-btn {
        top: 75px;
        position: absolute;
        width: auto;
        display: block;
        z-index: 12;
    }

    .gallery-block .inner-box .image .overlay-box .content h3 {
        font-size: 16px;
    }

    .sec-title h2,
    .call-to-action-section .content h2 {
        font-size: 28px;
    }

    .news-block .inner-box h3 {
        font-size: 22px;
    }

    .news-block-two .inner-box {
        padding: 30px 30px;
    }

    .page-title {
        padding: 100px 0px;
    }

    .page-title,
    .page-title .bread-crumb {
        text-align: center;
    }

    .page-title h1 {
        padding-left: 0px;
    }
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    border: 0 none;
    color: #1d4858;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 3px;
    line-height: 30px;
    outline: 0 none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 115px;
}

@media only screen and (max-width: 599px) {
    .main-slider h2 {
        font-size: 22px;
    }

    .testimonial-block .inner-box {
        padding-left: 0px;
    }

    .testimonial-block .inner-box .quote-icon {
        position: relative;
    }

    .main-footer h2,
    .faq-form-section h2,
    .faq-section .faq-title h2,
    .project-single h2,
    .blog-comment-form .title-column h2,
    .blog-single-section .group-title h2,
    .blog-detail .inner-box .lower-content h3,
    .sidebar-page-container .group-title h2 {
        font-size: 30px;
    }

    .accordion-box .block .acc-btn {
        font-size: 18px;
    }

    .error-section .error-big-text {
        font-size: 150px;
    }

    .project-single .inner-box .bold-text {
        font-size: 16px;
    }

    .project-single .inner-box .text {
        font-size: 12px;
    }

    .news-block-three .inner-box .lower-box h3 {
        font-size: 22px;
    }
}

/* Team Section--------------------------------*/
#team {
    background: #fff;
    padding: 60px 0px 0px;
}

#team .member {
    text-align: center;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 200px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    padding: 10px 0px 9px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #2dc997;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: white;
}

.wpcf7-not-valid-tip {
    color: #4ba446;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

@media screen and (min-width: 480px) and (max-width: 782px) {
    #team .member .pic img {
        max-width: 60%;
    }

    #mainNav {
        background-color: #2f83d7;
    }

    .about_img {
        background-position: 75% 33%;
        padding: 215px 0px 75px !important;
        background-attachment: scroll;
        background-size: cover !important;
    }
}

@media only screen and (max-width: 479px) {
    .about_img {
        background-position: 75% 33%;
        padding: 215px 0px 75px !important;
        background-attachment: scroll;
        background-size: cover !important;
    }
}

.map_canvas {
    width: 600px;
    height: 400px;
    margin: 10px 20px 10px 0;
    display: none;
}

#multiple li {
    cursor: pointer;
    text-decoration: underline;
}

/* Create three equal columns that floats next to each other */
.client-list-column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

/* Clear floats after the columns */
.client-list-row:after {
    content: "";
    display: table;
    clear: both;
}