@charset "UTF-8";
/*!
 * EVP Solutions
 * Copyright 2016 ~ Webchoice Online Pty LTD.
 * UI Author - Kasun Harshana @skyyalone
 */
 
 .black {
    color: #474748;
}
.white {
    color: #fff;
}
.green {
    color: #6db146;
}
.gray {
    color: #434344;
}
.gray-light {
    color: #696a68;
}
.black-bg {
    background-color: #474748;
}
.white-bg {
    background-color: #fff;
}
.green-bg {
    background-color: #6db146;
}
.gray-bg {
    background-color: #434344;
}
.gray-light-bg {
    background-color: #696a68;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #696a68;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 2.28571em;
}
.h2, h2 {
    font-size: 1.85714em;
}
.h3, .h4, h3, h4 {
    font-size: 1.14286em;
}
.h5, h5 {
    font-size: 1em;
}
.h6, h6 {
    font-size: .85714em;
}
p {
    margin: 0 0 10.5px;
    word-break: normal;
    line-height: 1.85;
}
.indent p {
    margin: 0;
}
.indent p+p {
    text-indent: 18px;
}
.lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

   @media only screen and (min-width : 320px) {
        .booklogo {float: none; padding: 27px; width: 100%;}
    }
	
	@media only screen and (min-width : 480px) {
 .booklogo {float: right; padding: 27px; width: 225px;}
    }


	
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}.small, small {
    font-size: 85%}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
strong {
    font-weight: 500;
}
em {
    font-style: italic;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism, .text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #696a68;
}
.text-primary {
    color: #6db146;
}
a.text-primary:focus, a.text-primary:hover {
    color: #568c38;
}
.text-success {
    color: #6db146;
}
a.text-success:focus, a.text-success:hover {
    color: #568c38;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #d9534f;
}
a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}
.bg-primary {
    color: #fff;
    background-color: #6db146;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #568c38;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #f9fbfd;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10.5px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 21px;
}
dd, dt {
    line-height: 1.5;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #696a68;
}
.initialism {
    font-size: 90%}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #f9fbfd;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #696a68;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \00A0"}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f9fbfd;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ""}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: "\00A0 \2014"}
address {
    font-style: normal;
    line-height: 1.5;
}
*, :after, :before {
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #474748;
    background-color: #fff;
}
@media (min-width:768px) {
    .container.compact {
    width: 750px;
}
}@media (min-width:992px) {
    .container.compact {
    width: 860px;
}
}@media (min-width:1200px) {
    .container.compact {
    width: 1000px;
}
}@media (max-width:768px) {
    .container.compact {
    width: 100%;
    max-width: 600px;
}
}@media (max-width:680px) {
    .container.compact {
    max-width: 500px;
}
}button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #6db146;
    text-decoration: none;
}
a.active, a:focus, a:hover {
    color: #629f3f;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a.base-color {
    color: #474748;
}
a.base-color.active, a.base-color:focus, a.base-color:hover {
    color: #629f3f;
    text-decoration: none;
}
a.base-color:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    max-width: 100%}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #f9fbfd;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role=button] {
    cursor: pointer;
}
.section-heading {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 30px;
    display: inline-block;
}
.section-description {
    max-width: 750px;
    margin: 0 auto 60px;
}
.slick-slide {
    outline: none;
}
.am-footer, .am-footer .footer-bottom, .am-footer .footer-top .back-top, .am-footer .footer-top .footer-links, .am-header, .am-slider, .am-slider-wrapper, .am-slider .am-slides, .am-slider .am-slides .am-slide, .am-slider .am-slides .am-slide .content-block, .am-slider .slick-dots, .bottom-layer, .clients, .clients .clients-slider, .contact-details, .contact-item .data span, .contact-item .data span a, .contact-item .data span p, .contact-social, .contact-social ul, .contact-us-block, .contact-us-block.inside .section-heading, .feature-block .data span, .features-blocks, .google-map, .google-map .gmap, .intro-block, .intro-block .images, .our-clients, .our-clients.inside .section-description, .our-clients .slick-dots, .our-team, .our-team .section-description, .page-content, .page-header, .site-map, .team-member .data, .team-member .data p, .team-member .data span, .team-member .image, .testimonials-block, .testimonials li, .testimonials li .by, .testimonials li .by p, .testimonials li .by span, .testimonials li p, .top-layer {
    float: left;
    width: 100%}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.bold, .strong {
    font-weight: 500;
}
.hidden {
    display: none!important;
}
.affix {
    position: fixed;
}
.elipsis, .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-through, .overline, .strike-through {
    text-decoration: line-through;
}
tr.strike-through {
    text-decoration: none;
}
tr.strike-through td * {
    color: #c1d0dc;
    cursor: default;
}
tr.strike-through td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #d7dfe4;
    width: 100%}
.width-full {
    width: 100%}
.width-half {
    width: 50%}
.height-full {
    height: 100%}
.height-half {
    height: 50%}
.separator {
    float: left;
    width: 90%;
    max-width: 895px;
    margin: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #eef1f7;
}
.m0 {
    margin: 0!important;
}
.mt0 {
    margin-top: 0!important;
}
.mr0 {
    margin-right: 0!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.ml0 {
    margin-left: 0!important;
}
.m1 {
    margin: 1px!important;
}
.mt1 {
    margin-top: 1px!important;
}
.mr1 {
    margin-right: 1px!important;
}
.mb1 {
    margin-bottom: 1px!important;
}
.ml1 {
    margin-left: 1px!important;
}
.m2 {
    margin: 2px!important;
}
.mt2 {
    margin-top: 2px!important;
}
.mr2 {
    margin-right: 2px!important;
}
.mb2 {
    margin-bottom: 2px!important;
}
.ml2 {
    margin-left: 2px!important;
}
.m3 {
    margin: 3px!important;
}
.mt3 {
    margin-top: 3px!important;
}
.mr3 {
    margin-right: 3px!important;
}
.mb3 {
    margin-bottom: 3px!important;
}
.ml3 {
    margin-left: 3px!important;
}
.m4 {
    margin: 4px!important;
}
.mt4 {
    margin-top: 4px!important;
}
.mr4 {
    margin-right: 4px!important;
}
.mb4 {
    margin-bottom: 4px!important;
}
.ml4 {
    margin-left: 4px!important;
}
.m5 {
    margin: 5px!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mr5 {
    margin-right: 5px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.m6 {
    margin: 6px!important;
}
.mt6 {
    margin-top: 6px!important;
}
.mr6 {
    margin-right: 6px!important;
}
.mb6 {
    margin-bottom: 6px!important;
}
.ml6 {
    margin-left: 6px!important;
}
.m7 {
    margin: 7px!important;
}
.mt7 {
    margin-top: 7px!important;
}
.mr7 {
    margin-right: 7px!important;
}
.mb7 {
    margin-bottom: 7px!important;
}
.ml7 {
    margin-left: 7px!important;
}
.m8 {
    margin: 8px!important;
}
.mt8 {
    margin-top: 8px!important;
}
.mr8 {
    margin-right: 8px!important;
}
.mb8 {
    margin-bottom: 8px!important;
}
.ml8 {
    margin-left: 8px!important;
}
.m9 {
    margin: 9px!important;
}
.mt9 {
    margin-top: 9px!important;
}
.mr9 {
    margin-right: 9px!important;
}
.mb9 {
    margin-bottom: 9px!important;
}
.ml9 {
    margin-left: 9px!important;
}
.m10 {
    margin: 10px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.ml10 {
    margin-left: 10px!important;
}
.m11 {
    margin: 11px!important;
}
.mt11 {
    margin-top: 11px!important;
}
.mr11 {
    margin-right: 11px!important;
}
.mb11 {
    margin-bottom: 11px!important;
}
.ml11 {
    margin-left: 11px!important;
}
.m12 {
    margin: 12px!important;
}
.mt12 {
    margin-top: 12px!important;
}
.mr12 {
    margin-right: 12px!important;
}
.mb12 {
    margin-bottom: 12px!important;
}
.ml12 {
    margin-left: 12px!important;
}
.m13 {
    margin: 13px!important;
}
.mt13 {
    margin-top: 13px!important;
}
.mr13 {
    margin-right: 13px!important;
}
.mb13 {
    margin-bottom: 13px!important;
}
.ml13 {
    margin-left: 13px!important;
}
.m14 {
    margin: 14px!important;
}
.mt14 {
    margin-top: 14px!important;
}
.mr14 {
    margin-right: 14px!important;
}
.mb14 {
    margin-bottom: 14px!important;
}
.ml14 {
    margin-left: 14px!important;
}
.m15 {
    margin: 15px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mr15 {
    margin-right: 15px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.ml15 {
    margin-left: 15px!important;
}
.m16 {
    margin: 16px!important;
}
.mt16 {
    margin-top: 16px!important;
}
.mr16 {
    margin-right: 16px!important;
}
.mb16 {
    margin-bottom: 16px!important;
}
.ml16 {
    margin-left: 16px!important;
}
.m17 {
    margin: 17px!important;
}
.mt17 {
    margin-top: 17px!important;
}
.mr17 {
    margin-right: 17px!important;
}
.mb17 {
    margin-bottom: 17px!important;
}
.ml17 {
    margin-left: 17px!important;
}
.m18 {
    margin: 18px!important;
}
.mt18 {
    margin-top: 18px!important;
}
.mr18 {
    margin-right: 18px!important;
}
.mb18 {
    margin-bottom: 18px!important;
}
.ml18 {
    margin-left: 18px!important;
}
.m19 {
    margin: 19px!important;
}
.mt19 {
    margin-top: 19px!important;
}
.mr19 {
    margin-right: 19px!important;
}
.mb19 {
    margin-bottom: 19px!important;
}
.ml19 {
    margin-left: 19px!important;
}
.m20 {
    margin: 20px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.m21 {
    margin: 21px!important;
}
.mt21 {
    margin-top: 21px!important;
}
.mr21 {
    margin-right: 21px!important;
}
.mb21 {
    margin-bottom: 21px!important;
}
.ml21 {
    margin-left: 21px!important;
}
.m22 {
    margin: 22px!important;
}
.mt22 {
    margin-top: 22px!important;
}
.mr22 {
    margin-right: 22px!important;
}
.mb22 {
    margin-bottom: 22px!important;
}
.ml22 {
    margin-left: 22px!important;
}
.m23 {
    margin: 23px!important;
}
.mt23 {
    margin-top: 23px!important;
}
.mr23 {
    margin-right: 23px!important;
}
.mb23 {
    margin-bottom: 23px!important;
}
.ml23 {
    margin-left: 23px!important;
}
.m24 {
    margin: 24px!important;
}
.mt24 {
    margin-top: 24px!important;
}
.mr24 {
    margin-right: 24px!important;
}
.mb24 {
    margin-bottom: 24px!important;
}
.ml24 {
    margin-left: 24px!important;
}
.m25 {
    margin: 25px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.mr25 {
    margin-right: 25px!important;
}
.mb25 {
    margin-bottom: 25px!important;
}
.ml25 {
    margin-left: 25px!important;
}
.m26 {
    margin: 26px!important;
}
.mt26 {
    margin-top: 26px!important;
}
.mr26 {
    margin-right: 26px!important;
}
.mb26 {
    margin-bottom: 26px!important;
}
.ml26 {
    margin-left: 26px!important;
}
.m27 {
    margin: 27px!important;
}
.mt27 {
    margin-top: 27px!important;
}
.mr27 {
    margin-right: 27px!important;
}
.mb27 {
    margin-bottom: 27px!important;
}
.ml27 {
    margin-left: 27px!important;
}
.m28 {
    margin: 28px!important;
}
.mt28 {
    margin-top: 28px!important;
}
.mr28 {
    margin-right: 28px!important;
}
.mb28 {
    margin-bottom: 28px!important;
}
.ml28 {
    margin-left: 28px!important;
}
.m29 {
    margin: 29px!important;
}
.mt29 {
    margin-top: 29px!important;
}
.mr29 {
    margin-right: 29px!important;
}
.mb29 {
    margin-bottom: 29px!important;
}
.ml29 {
    margin-left: 29px!important;
}
.m30 {
    margin: 30px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.p0 {
    padding: 0!important;
}
.pt0 {
    padding-top: 0!important;
}
.pr0 {
    padding-right: 0!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.pl0 {
    padding-left: 0!important;
}
.p1 {
    padding: 1px!important;
}
.pt1 {
    padding-top: 1px!important;
}
.pr1 {
    padding-right: 1px!important;
}
.pb1 {
    padding-bottom: 1px!important;
}
.pl1 {
    padding-left: 1px!important;
}
.p2 {
    padding: 2px!important;
}
.pt2 {
    padding-top: 2px!important;
}
.pr2 {
    padding-right: 2px!important;
}
.pb2 {
    padding-bottom: 2px!important;
}
.pl2 {
    padding-left: 2px!important;
}
.p3 {
    padding: 3px!important;
}
.pt3 {
    padding-top: 3px!important;
}
.pr3 {
    padding-right: 3px!important;
}
.pb3 {
    padding-bottom: 3px!important;
}
.pl3 {
    padding-left: 3px!important;
}
.p4 {
    padding: 4px!important;
}
.pt4 {
    padding-top: 4px!important;
}
.pr4 {
    padding-right: 4px!important;
}
.pb4 {
    padding-bottom: 4px!important;
}
.pl4 {
    padding-left: 4px!important;
}
.p5 {
    padding: 5px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.pr5 {
    padding-right: 5px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.pl5 {
    padding-left: 5px!important;
}
.p6 {
    padding: 6px!important;
}
.pt6 {
    padding-top: 6px!important;
}
.pr6 {
    padding-right: 6px!important;
}
.pb6 {
    padding-bottom: 6px!important;
}
.pl6 {
    padding-left: 6px!important;
}
.p7 {
    padding: 7px!important;
}
.pt7 {
    padding-top: 7px!important;
}
.pr7 {
    padding-right: 7px!important;
}
.pb7 {
    padding-bottom: 7px!important;
}
.pl7 {
    padding-left: 7px!important;
}
.p8 {
    padding: 8px!important;
}
.pt8 {
    padding-top: 8px!important;
}
.pr8 {
    padding-right: 8px!important;
}
.pb8 {
    padding-bottom: 8px!important;
}
.pl8 {
    padding-left: 8px!important;
}
.p9 {
    padding: 9px!important;
}
.pt9 {
    padding-top: 9px!important;
}
.pr9 {
    padding-right: 9px!important;
}
.pb9 {
    padding-bottom: 9px!important;
}
.pl9 {
    padding-left: 9px!important;
}
.p10 {
    padding: 10px!important;
}
.pt10 {
    padding-top: 10px!important;
}
.pr10 {
    padding-right: 10px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pl10 {
    padding-left: 10px!important;
}
.p11 {
    padding: 11px!important;
}
.pt11 {
    padding-top: 11px!important;
}
.pr11 {
    padding-right: 11px!important;
}
.pb11 {
    padding-bottom: 11px!important;
}
.pl11 {
    padding-left: 11px!important;
}
.p12 {
    padding: 12px!important;
}
.pt12 {
    padding-top: 12px!important;
}
.pr12 {
    padding-right: 12px!important;
}
.pb12 {
    padding-bottom: 12px!important;
}
.pl12 {
    padding-left: 12px!important;
}
.p13 {
    padding: 13px!important;
}
.pt13 {
    padding-top: 13px!important;
}
.pr13 {
    padding-right: 13px!important;
}
.pb13 {
    padding-bottom: 13px!important;
}
.pl13 {
    padding-left: 13px!important;
}
.p14 {
    padding: 14px!important;
}
.pt14 {
    padding-top: 14px!important;
}
.pr14 {
    padding-right: 14px!important;
}
.pb14 {
    padding-bottom: 14px!important;
}
.pl14 {
    padding-left: 14px!important;
}
.p15 {
    padding: 15px!important;
}
.pt15 {
    padding-top: 15px!important;
}
.pr15 {
    padding-right: 15px!important;
}
.pb15 {
    padding-bottom: 15px!important;
}
.pl15 {
    padding-left: 15px!important;
}
.p16 {
    padding: 16px!important;
}
.pt16 {
    padding-top: 16px!important;
}
.pr16 {
    padding-right: 16px!important;
}
.pb16 {
    padding-bottom: 16px!important;
}
.pl16 {
    padding-left: 16px!important;
}
.p17 {
    padding: 17px!important;
}
.pt17 {
    padding-top: 17px!important;
}
.pr17 {
    padding-right: 17px!important;
}
.pb17 {
    padding-bottom: 17px!important;
}
.pl17 {
    padding-left: 17px!important;
}
.p18 {
    padding: 18px!important;
}
.pt18 {
    padding-top: 18px!important;
}
.pr18 {
    padding-right: 18px!important;
}
.pb18 {
    padding-bottom: 18px!important;
}
.pl18 {
    padding-left: 18px!important;
}
.p19 {
    padding: 19px!important;
}
.pt19 {
    padding-top: 19px!important;
}
.pr19 {
    padding-right: 19px!important;
}
.pb19 {
    padding-bottom: 19px!important;
}
.pl19 {
    padding-left: 19px!important;
}
.p20 {
    padding: 20px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.pr20 {
    padding-right: 20px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.pl20 {
    padding-left: 20px!important;
}
.p21 {
    padding: 21px!important;
}
.pt21 {
    padding-top: 21px!important;
}
.pr21 {
    padding-right: 21px!important;
}
.pb21 {
    padding-bottom: 21px!important;
}
.pl21 {
    padding-left: 21px!important;
}
.p22 {
    padding: 22px!important;
}
.pt22 {
    padding-top: 22px!important;
}
.pr22 {
    padding-right: 22px!important;
}
.pb22 {
    padding-bottom: 22px!important;
}
.pl22 {
    padding-left: 22px!important;
}
.p23 {
    padding: 23px!important;
}
.pt23 {
    padding-top: 23px!important;
}
.pr23 {
    padding-right: 23px!important;
}
.pb23 {
    padding-bottom: 23px!important;
}
.pl23 {
    padding-left: 23px!important;
}
.p24 {
    padding: 24px!important;
}
.pt24 {
    padding-top: 24px!important;
}
.pr24 {
    padding-right: 24px!important;
}
.pb24 {
    padding-bottom: 24px!important;
}
.pl24 {
    padding-left: 24px!important;
}
.p25 {
    padding: 25px!important;
}
.pt25 {
    padding-top: 25px!important;
}
.pr25 {
    padding-right: 25px!important;
}
.pb25 {
    padding-bottom: 25px!important;
}
.pl25 {
    padding-left: 25px!important;
}
.p26 {
    padding: 26px!important;
}
.pt26 {
    padding-top: 26px!important;
}
.pr26 {
    padding-right: 26px!important;
}
.pb26 {
    padding-bottom: 26px!important;
}
.pl26 {
    padding-left: 26px!important;
}
.p27 {
    padding: 27px!important;
}
.pt27 {
    padding-top: 27px!important;
}
.pr27 {
    padding-right: 27px!important;
}
.pb27 {
    padding-bottom: 27px!important;
}
.pl27 {
    padding-left: 27px!important;
}
.p28 {
    padding: 28px!important;
}
.pt28 {
    padding-top: 28px!important;
}
.pr28 {
    padding-right: 28px!important;
}
.pb28 {
    padding-bottom: 28px!important;
}
.pl28 {
    padding-left: 28px!important;
}
.p29 {
    padding: 29px!important;
}
.pt29 {
    padding-top: 29px!important;
}
.pr29 {
    padding-right: 29px!important;
}
.pb29 {
    padding-bottom: 29px!important;
}
.pl29 {
    padding-left: 29px!important;
}
.p30 {
    padding: 30px!important;
}
.pt30 {
    padding-top: 30px!important;
}
.pr30 {
    padding-right: 30px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.pl30 {
    padding-left: 30px!important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: none!important;
    padding: 0 16px;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #474748;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, .05);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #474748;
    background-color: #fff;
    border-color: #cbd8e4;
}
.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open>.btn-default.dropdown-toggle, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #474748;
    background-color: #cbd8e4;
    border-color: #cbd8e4;
}
.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #cbd8e4;
}
.btn-default .badge {
    color: #fff;
    background-color: #474748;
}
.btn-primary {
    color: #fff;
    background-color: #6db146;
    border-color: #6db146;
}
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #629f3f;
    border-color: #629f3f;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #6db146;
    border-color: #6db146;
}
.btn-primary .badge {
    color: #6db146;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #6db146;
    border-color: #629f3f;
}
.btn-success.active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .open>.btn-success.dropdown-toggle, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #6db146;
    border-color: #6db146;
}
.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #6db146;
    border-color: #629f3f;
}
.btn-success .badge {
    color: #6db146;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .open>.btn-info.dropdown-toggle, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning:active, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover, .open>.btn-warning.dropdown-toggle, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger:active, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger:hover, .open>.btn-danger.dropdown-toggle, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #6db146;
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    min-width: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #629f3f;
    text-decoration: none;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #696a68;
    text-decoration: none;
}
.btn-lg {
    padding: 0 20px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
}
.btn-sm {
    height: 30px;
    line-height: 30px;
}
.btn-sm, .btn-xs {
    padding: 0 16px;
    font-size: 10px;
    border-radius: 50px;
    font-weight: 600;
}
.btn-xs {
    height: 25px;
    line-height: 25px;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
@media screen and (min-width:2000px) {
    .am-body-wrapper {
    width: 2000px;
    margin: auto;
    -ms-box-shadow: 0 5px 20px #b1b7c5;
    -o-box-shadow: 0 5px 20px #b1b7c5;
    box-shadow: 0 5px 20px #b1b7c5;
    overflow: hidden;
}
}.top-layer {
    min-height: 50px;
    background: #434344;
    color: #fff;
}
.top-layer .layer-data {
    list-style: none;
    float: right;
    margin: 0 -15px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}
.top-layer .layer-data li {
    display: inline;
    padding: 0 15px;
}
.top-layer .layer-data li span {
    line-height: 50px;
}
.top-layer .layer-data li span.icon {
    margin-right: 5px;
         background:  url(../images/phone-call.png) no-repeat 3px;
    width:  28px;
    height:  25px;
    float:  left;
    margin:  12px -4px 12px 12px;
}
.top-layer .layer-data li span.text {
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.top-layer .layer-data li.social-links {
    margin: 0 -5px;
}
.top-layer .layer-data li.social-links a {
    color: #fff;
    padding: 0 5px;
    opacity: .8;
}
.top-layer .layer-data li.social-links a:hover {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .top-layer .layer-data li.social-links {
    margin-right: 0;
}
}@media screen and (max-width:480px) {
    .top-layer .layer-data .social-links {
    display: none;
}
}@media screen and (max-width:767px) {
    .bottom-layer {
    padding: 10px 0;
}
}.bottom-layer .navbar {
    margin: 0;
    padding: 0;
    border: none;
}
.bottom-layer .navbar .navbar-nav {
    margin: 0 -30px;
}
.bottom-layer .navbar .navbar-nav>li {
    padding: 0 20px;
}
.bottom-layer .navbar .navbar-nav>li>a {
    color: #474748;
    font-weight: 500;
    padding: 40px 10px 30px;
    background: transparent;
    font-size: 16px;
    border-bottom: 5px solid transparent;
}
.bottom-layer .navbar .navbar-nav>li.active a {
    border-color: #6db146;
}
.bottom-layer .navbar .navbar-nav .dropdown-menu {
    border: none;
    padding: 10px 0;
}
.bottom-layer .navbar .navbar-nav .dropdown-menu li {
    padding: 0 15px;
}
.bottom-layer .navbar .navbar-nav .dropdown-menu a {
    border-radius: 3px;
}
.bottom-layer .navbar .navbar-nav .dropdown-menu a:hover {
    background: #6db146;
    color: #fff;
}
@media screen and (max-width:991px) {
    .bottom-layer .navbar .navbar-nav {
    margin: 0 -15px;
}
.bottom-layer .navbar .navbar-nav>li {
    padding: 0 15px;
}
}@media screen and (max-width:767px) {
    .bottom-layer .navbar .navbar-nav {
    margin: 0;
}
.bottom-layer .navbar .navbar-nav>li {
    padding: 0;
}
.bottom-layer .navbar .navbar-nav>li>a {
    padding: 20px 15px 15px;
}
.bottom-layer .navbar .navbar-nav>li.active a {
    border-color: #6db146;
    background: #6db146;
    color: #fff;
}
.bottom-layer .navbar .navbar-collapse {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 2;
    background: #fff;
    margin-top: 8px;
    box-shadow: 0 15px 35px -20px #000;
}
}.bottom-layer .navbar .navbar-toggle {
    border-color: #474748;
}
.bottom-layer .navbar .navbar-toggle span {
    background: #474748;
}
.page-header {
    margin: 0;
    padding: 60px 0 20px;
    background-image: url(../images/page-header-bg.png);
    background-size: cover;
    background-position: 50%}
@media screen and (max-width:991px) {
    .page-header {
    padding: 20px 0;
}
}.page-header h1 {
    font-weight: 500;
}
.page-header .breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-weight: 500;
}
.page-header .breadcrumb a {
    color: #474748;
}
.page-header .breadcrumb a:focus, .page-header .breadcrumb a:hover {
    color: #6db146;
}
.page-header .contact-btn {
    background: #6db146;
    border: 0;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    min-width: 200px;
    margin-top: 30px;
    float: right;
}
.page-header .contact-btn img {
    margin-right: 10px;
    margin-top: -3px;
}
.page-header .contact-btn:active, .page-header .contact-btn:focus, .page-header .contact-btn:hover {
    background: #63a73c;
}
@media screen and (max-width:680px) {
    .page-header .col {
    width: 100%}
.page-header .contact-btn {
    float: left;
    margin: 0;
}
}.page-content {
    padding: 60px 0;
}
.page-content article, .page-content blockquote, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content li, .page-content ol, .page-content p, .page-content section, .page-content ul {
    float: left;
    width: 100%}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-weight: 500;
    margin-bottom: 20px;
}
.am-footer {
    background: #4a4f55;
}
.am-footer .footer-top {
    text-align: center;
    padding-bottom: 40px;
}
.am-footer .footer-top .back-top {
    padding: 30px 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.am-footer .footer-top .footer-links {
    padding: 0;
    margin: 0;
}
.am-footer .footer-top .footer-links li {
    display: inline;
    padding: 0 15px;
}
.am-footer .footer-top .footer-links li a {
    color: #fff;
}
.am-footer .footer-top .footer-links li.active a, .am-footer .footer-top .footer-links li:active a, .am-footer .footer-top .footer-links li:hover a {
    color: #6db146;
}
@media screen and (max-width:480px) {
    .am-footer .footer-top .footer-links li {
    float: left;
    width: 100%}
.am-footer .footer-top .footer-links li a {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
}.am-footer .footer-bottom {
    padding: 15px 0;
    background-color: #404449;
}
.am-footer .footer-bottom .copyrights {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: .4;
}
.am-footer .footer-bottom .copyrights:hover {
    opacity: 1;
}
.am-footer .footer-bottom .copyrights:hover a {
    color: #6db146;
}
.am-footer .footer-bottom .copyrights a {
    color: #fff;
}
.am-footer .footer-bottom .footer-social {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -10px;
}
.am-footer .footer-bottom .footer-social li {
    display: inline;
    padding: 0 10px;
    opacity: .5;
}
.am-footer .footer-bottom .footer-social li a {
    color: #fff;
}
.am-footer .footer-bottom .footer-social li.active, .am-footer .footer-bottom .footer-social li:active, .am-footer .footer-bottom .footer-social li:hover {
    opacity: 1;
}
.am-footer .footer-bottom .footer-social li.active a, .am-footer .footer-bottom .footer-social li:active a, .am-footer .footer-bottom .footer-social li:hover a {
    color: #6db146;
}
.am-slider-wrapper {
    background: #6db146;
    height: 500px;
}
@media screen and (max-width:375px) {
    .am-slider-wrapper {
    height: 300px;
}
}.am-slider {
    height: 100%}
.am-slider .am-slides {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.am-slider .am-slides .slick-list, .am-slider .am-slides .slick-track {
    height: 100%}
.am-slider .am-slides .am-slide {
    height: 100%;
    color: #fff;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.am-slider .am-slides .am-slide .image {
    position: absolute;
    opacity: .1;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 90%;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%}
.am-slider .am-slides .am-slide .container {
    position: relative;
    height: 100%}
.am-slider .am-slides .am-slide .content-block {
    padding: 0 15px;
    max-width: 640px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    background: #fff;
    background: hsla(0, 0%, 100%, .7);
    padding: 30px;
    margin-top: -20px;
    color: #474748;
    font-weight: 500;
}
.am-slider .am-slides .am-slide .content-block span {
    line-height: 1;
}
@media screen and (max-width:375px) {
    .am-slider .am-slides .am-slide .content-block {
    font-size: 18px;
}
.am-slider .am-slides .am-slide .content-block span {
    float: left;
    width: 100%}
}.am-slider .slick-dots {
    margin-top: 40px;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    text-align: center;
}
.am-slider .slick-dots li {
    display: inline;
    padding: 0 5px;
    cursor: pointer;
}
.am-slider .slick-dots li a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: gray;
    display: inline-block;
}
.am-slider .slick-dots li.slick-active a {
    background: #6db146;
}
.features-blocks {
    box-shadow: 0 7px 13px 0 hsla(0, 0%, 9%, .34);
    position: relative;
    z-index: 1;
}
.feature-block {
    padding: 30px 15px;
    cursor: pointer;
}
.feature-block .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    float: left;
    background: #6db146;
    text-align: center;
    position: relative;
    border: 2px solid #fff;
}
.feature-block .icon:before {
    content: "";
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%}
.feature-block .icon:before, .feature-block .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.feature-block .icon img {
    max-width: 70%;
    max-height: 20px;
}
.feature-block .data {
    float: left;
    width: calc(100% - 52px);
    padding-left: 15px;
}
.feature-block .data span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feature-block .data .heading {
    font-size: 16px;
    font-weight: 500;
}
.feature-block:hover {
    background: #6db146;
    color: #fff;
}
@media screen and (max-width:767px) {
    .feature-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
}.intro-block {
    background: #f3f5fa;
    position: relative;
    padding: 60px 0;
}
.intro-block .images {
    margin-top: 30px;
}
.intro-block .images img {
    margin-right: 20px;
    max-width: 23.33%;
    width: 100px;
}
@media screen and (max-width:767px) {
    .intro-block .disc-img {
    text-align: left;
    margin-top: 40px;
    float: left;
    width: 100%}
}.testimonials-block {
    padding: 60px 0;
    background-color: #716f6e;
    background-image: url(../images/testimonial-bg-img.png);
    color: #fff;
    text-align: center;
}
.testimonials {
    display: inline-block;
    list-style: none;
    width: 800px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.testimonials li {
    position: relative;
}
.testimonials li:before {
    content: "‟";
    font-size: 120px;
    line-height: 1;
}
.testimonials li p {
    margin: -30px 0 30px;
}
.testimonials li .by {
    text-transform: uppercase;
}
.testimonials li .by span {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.testimonials li .by p {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
}
.clients .clients-slider {
    padding: 0;
    margin: 0;
    list-style: none;
}
.clients .clients-slider li {
    display: inline;
    padding: 0 20px;
}
.clients .clients-slider li img {
    width: 200px;
}
.our-clients {
    padding: 60px 0;
    text-align: center;
}
.our-clients.inside {
    background: #f3f5fa;
    text-align: left;
    padding: 60px 0 80px;
}
.our-clients.inside .section-description {
    max-width: 100%;
    text-align: left;
}
.our-clients.inside .clients .clients-slider {
    margin-left: -20px;
}
.our-clients .slick-dots {
    margin-top: 40px;
    padding: 0;
}
.our-clients .slick-dots li {
    padding: 0 5px;
    cursor: pointer;
}
.our-clients .slick-dots li a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: gray;
    display: inline-block;
}
.our-clients .slick-dots li.slick-active a {
    background: #6db146;
}
.contact-us-block {
    padding: 60px 0;
    text-align: center;
    background-color: #d9dbdc;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.contact-us-block .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    box-shadow: 0 3px 5px 0 rgba(35, 31, 32, .18);
}
.contact-us-block .form-control:focus {
    border-color: #6db146;
}
.contact-us-block textarea {
    height: 140px;
}
.contact-us-block .btn {
    background: #6db146;
    border-radius: 0;
    border: 0;
    height: 45px;
    font-weight: 500;
    width: 302px;
    max-width: 100%;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 5px 5px 0 #a5a7a4;
    box-shadow: 5px 5px 0 #b7bcb5;
    outline: none;
}
.contact-us-block .btn:active, .contact-us-block .btn:focus, .contact-us-block .btn:hover {
    background: #63a73c;
    outline: 0;
}
@media screen and (max-width:480px) {
    .contact-us-block .btn {
    width: 100%}
}.contact-us-block.inside {
    background: #f9f9fb;
}
.contact-us-block.inside .section-heading {
    max-width: 100%;
    text-align: left;
}
.our-team {
    padding: 60px 0 80px;
}
.our-team .section-description {
    max-width: 100%;
    text-align: left;
}
.team-member {
    padding-right: 80px;
}
.team-member .image {
    margin-bottom: 15px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.team-member .data p, .team-member .data span {
    margin: 0;
}
.team-member .data .name {
    color: #6db146;
    font-size: 18px;
    font-weight: 500;
}
.team-member .data .title {
    color: #858687;
    margin-bottom: 10px;
}
@media screen and (max-width:991px) {
    .team-member {
    padding-right: 15px;
}
}@media screen and (max-width:767px) {
    .team-member {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.team-member:last-child {
    margin-bottom: 0;
}
}@media screen and (max-width:480px) {
    .team-member {
    width: 100%}
}.contact-details {
    box-shadow: 0 5px 5px 0 hsla(0, 0%, 9%, .16);
    border: 1px solid #efefef;
}
.contact-details p {
    margin: 0;
}
.contact-item {
    padding: 15px;
}
.contact-item .icon {
    float: left;
}
.contact-item .icon img {
    max-width: 100%}
.contact-item .data {
    float: left;
    height: 40px;
    padding-left: 15px;
}
.contact-item .data span {
    font-weight: 500;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-item .data span a {
    color: #474748;
}
.contact-item .data span a:hover {
    color: #6db146;
}
@media screen and (max-width:991px) {
    .contact-item {
    width: 50%;
    min-height: 80px;
}
}@media screen and (max-width:640px) {
    .contact-item {
    width: 100%}
.contact-item .icon {
    width: 30px;
}
.contact-item .data {
    width: calc(100% - 30px);
}
}.contact-social ul {
    text-align: center;
    margin-top: 40px;
    padding: 0;
}
.contact-social ul li {
    float: none;
    display: inline;
    width: auto;
    padding: 0 10px;
}
.contact-social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #6db146;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.contact-social ul li a:hover {
    background: #5ea237;
}
.google-map {
    height: 350px;
    background-color: #716f6e;
}
.google-map .gmap {
    height: 100%}
.site-map {
    min-height: 600px;
    padding-left: 30px;
}
.site-map .list {
    float: left;
    min-height: inherit;
    border-left: 1px solid #6db146;
    padding: 60px 0;
    list-style: none;
    margin: 0;
    font-weight: 500;
}
.site-map .list li {
    line-height: 2.5;
    position: relative;
}
.site-map .list li:before {
    content: "";
    height: 1px;
    width: 20px;
    background: #6db146;
    float: left;
    margin-top: 15px;
    margin-right: 25px;
}
.site-map .list li:after {
    content: "→";
    color: #6db146;
    float: left;
    margin-top: 7px;
    line-height: 1;
    position: absolute;
    left: 19px;
}
.site-map .list li a {
    color: #474748;
}
.site-map .list li a:hover {
    color: #6db146;
}
.site-map .list li ul {
    list-style: none;
    margin: 10px 0 20px;
}
.site-map .list li ul li {
    line-height: 2;
}
.site-map .list li ul li:after, .site-map .list li ul li:before {
    color: #474748;
}
.am-logo {
    width: 34.71429em;
    height: 15em;
    float: left;
    text-indent: -9999px;
    color: #6db146!important;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    max-width: 40%;
    z-index: 2;
}
@media screen and (max-width:1024px) {
    .am-logo {
    max-width: 30%}
}
@media screen and (max-width:991px) {
    .am-logo {
    width: 17.14286em;
    height: 15em;
}
}@media screen and (max-width:768px) {
    .am-logo {
    max-width: 23%}
}@media screen and (max-width:767px) {
    .am-logo {
    width: 17.14286em;
    height: 8.57143em;
}
}@media screen and (max-width:568px) {
    .am-logo {
    max-width: 40%}
}@media screen and (max-width:480px) {
    .am-logo {
    max-width: 100%}
}@media screen and (max-width:375px) {
    .am-logo {
    max-width: 50%}
}@media screen and (max-width:375px) {
    .am-logo {
    max-width: 64%}
 .top-layer .layer-data {
    position:  absolute;
    
    top:  88px;
}
.top-layer {
    min-height:  75px;
}
 .top-layer .layer-data li span.icon {
    background:  url(../images/phone-call-black.png) no-repeat 3px;
}
}
 
  
 
   .disc-table tr{
	   border-top:1px solid #efefef;
   }
   
    .disc-table tr:last-child{
		  border-bottom:1px solid #efefef;
	}
	
     .disc-table td{
		 padding:16px;
	 }
 
  .disc-table p.short-desc{
     font-style: italic;
    font-weight: normal;
  }
  
    .disc-table p.title{
	font-weight: bold;
	margin:0;
	}
	
 
 .disc-table tr:nth-child(1) th::first-letter {
  font-weight: bold;
  color: red;
  font-size:25px;
}

 .disc-table tr:nth-child(2) th::first-letter {
  font-weight: bold;
  color: yellow;
    font-size:25px;
}

 .disc-table tr:nth-child(3) th::first-letter {
  font-weight: bold;
  color: green;
    font-size:25px;
}

 .disc-table tr:nth-child(4) th::first-letter {
  font-weight: bold;
  color: blue;
    font-size:25px;
}

 
.features-blocks a{
	color:#000;
}

.feature-block a:hover, .feature-block:hover a{
	color:#fff;
}

.tagline {
    position: absolute;
    float:  left;
    left: 43.3%;
    line-height: 50px;
        letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-content .nofloat
 h2, .page-content .nofloat
 p,.page-content .nofloat
 ul, .page-content .nofloat
 li {
    float:  none !important;
}
img.alignright{
    float:right;
    max-width: 225px;
}
