@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('../fonts/ProximaNovaA-Bold.eot');
    src: url('../fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaA-Bold.woff') format('woff'), url('../fonts/ProximaNovaA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

*:focus {
    outline: none!important
}

* {
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures
}

html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-family: 'Proxima Nova Rg';
    margin-top: 188px;
}

.container {
    max-width: 1170px;
}

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

a {
    text-decoration: none;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #413d3d;
}

a:hover {
    text-decoration: none;
    color: #a48739;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-family: 'Proxima Nova Alt Rg';
}

h1 {
    font-weight: 100;
}

.headh1 {
    font-size: 52px;
    text-transform: capitalize;
}

h2 {
    font-weight: 100;
    font-size: 30px;
    line-height: 36px;
}

p {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 24px;
}

.btn_common {
    position: relative;
    font-size: 18px;
    padding: 0;
    letter-spacing: 3px;
    padding: 10px;
    width: 280px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

.btn_common:hover {
    background-color: #e41e26
}

.home_banner a:hover {
    color: #fff;
}

.btn_common:hover::before {
    width: 0;
}

.banner {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 0;
}

.home_banner {
    height: 856px;
    padding-bottom: 49px;
}

	.mobile-top-strip {display:none;}

nav ul.menu li ul.sub_menu::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 18px;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -30px) rotate(0deg);
    z-index: -16;
    border-style: solid;
    border-width: 10px;
    border-color: #ff000000 #00800000 #181818 #0000ff00;
}
div#loadMore a {
    display: block !important;
}
.loadbutton {
    border: 2px solid #116735;
    border-radius: 5px;
    line-height: 50px;
    font-size: 12px;
    font-family: 'Proxima Nova Alt Rg';
    color: #e41e26;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0;
    max-width: 260px;
    perspective: 100px;
    height: 50px;
}


/*div#home_slider{background-image:url(../images/home/home_banner.jpg);background-repeat:no-repeat;background-size:cover; z-index: 1;}*/

.home_banner.banner.banner_cover {
    position: absolute;
    top: 0;
    z-index: 1;
}

.slider-wrapper {
    position: relative;
    z-index: 1;
}

#home_slider {
    display: block;
    position: relative;
}

#home_slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: 45%;
}

#home_slider .owl-nav .owl-prev {
    float: left;
    margin-left: 20px;
}

#home_slider .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}

.home_banner .container {
    padding: 0px;
    height: 100%;
    position: relative;
    padding-left: 51px;
}

.home_banner .content {
    padding: 0px;
}

.home_banner h1 {
    font-size: 52px;
    color: #c9f54d;
    line-height: 60px;
    margin-bottom: 14px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
}

.home_banner h5 {
    color: #c9f54d;
    font-size: 22px;
    letter-spacing: 3.7px;
    text-transform: uppercase;
}

.home_banner h2 {
    font-size: 92px;
    text-transform: capitalize;
    line-height: 99px;
    margin-bottom: 30px;
}

.home_banner a {
    font-size: 18px;
    color: #e41e26;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 32px;
}

a.btn_common>img {
    width: auto !important;
}

a.btn_common>img:hover {
    color: #fff;
}

.home_banner .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 506px;
    background-color: #caf54c;
    transform: translateY(-50%);
}

.home_banner a span {
    position: relative;
    width: 25px;
    height: 25px;
}

.home_banner a span img {
    position: absolute;
    transition: all 0.5s;
}

.home_banner a span img+img {
    opacity: 0;
    transition: all 0.5s;
}

.home_banner a:hover span img+img {
    opacity: 1;
}

.home_banner a:hover span img:first-child {
    opacity: 0;
}

.white-ancr {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 176px;
    height: 41px;
    display: inline-block;
    line-height: 38px;
    font-size: 12px;
    font-family: 'Proxima Nova Alt Rg';
    color: #c9f54d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    perspective: 100px
}

.white-ancr:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: -1;
    transform: rotateX(110deg);
    transform-origin: bottom
}

.white-ancr:hover:before,
.white-ancr.active:before {
    transform: rotateX(0deg)
}

.white-ancr:hover {
    color: #212121
}

.white-ancr:hover:before {
    width: 100%;
    left: 0
}

.red-ancr {
    border: 2px solid #116735;
    border-radius: 5px;
    width: 123px;
    height: 41px;
    display: inline-block;
    line-height: 38px;
    font-size: 12px;
    font-family: 'Proxima Nova Alt Rg';
    color: #e41e26;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    perspective: 100px
}

.red-ancr:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #116735;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: -1;
    transform: rotateX(110deg);
    transform-origin: bottom
}

.red-ancr:hover:before,
.red-ancr.active:before {
    transform: rotateX(0deg)
}

.red-ancr:hover {
    color: #fff
}

.red-ancr:hover:before {
    width: 100%;
    left: 0
}

#welcome {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

#welcome img {
    width: 100%;
}

.bg-image {
    background-image: url(../images/home/welcome-image.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#welcome .wc {
    background-color: #116735;
    padding: 35px 53px;
}

.inner-map iframe {
    width: 100%;
    height: 566px;
}

.cnt-inner-map iframe {
    width: 100%;
    height: 393px;
}

#welcome h5 {
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#welcome h5 span {
    color: #c9f54d;
}

#welcome p span {
    color: #fff;
    font-weight: bold
}

#welcome .wc p {
    color: #fff;
    letter-spacing: 0.9px;
    margin-top: 13px;
    margin-bottom: 30px;
}

#welcome .wc p+p {
    margin-bottom: 15px;
}

#home-map {
    padding: 70px 0 52px;
    background-image: url(../images/home/bg-crest.png);
    background-repeat: no-repeat;
    background-position: 80% 159px;
}

#home-map .map-left-para p {
    margin-bottom: 33px;
    line-height: 27px;
}

#home-map .map-left-para p:last-child {
    margin-bottom: 0px;
}

#home-map p span {
    font-weight: bold;
    line-height: 27px;
}

.social-inner {
    display: flex;
}

.inner-icon {
    display: flex;
    margin-left: 40px;
}

.inner-icon a i {
    color: #fff;
    font-size: 22px;
    transition: all 0.5s;
    background-color: #116735;
    border-radius: 50px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #116735;
}

.inner-icon a i:hover {
    background-color: transparent;
    color: #116735;
    border: 1px solid #116735;
}

#home-contact {
    margin-top: 55px;
}

#home-contact .gettouch {
    margin: 0 auto;
    text-transform: uppercase;
}

#home-contact .gettouch h5 {
    font-size: 25px;
    color: #212121;
    letter-spacing: 5px;
    margin-bottom: 7px;
    text-align: center;
}

#home-contact .gettouch h5 span {
    color: #e41e26;
}

#home-contact .gettouch h6 {
    font-size: 18px;
    color: #116735;
    text-align: center;
    letter-spacing: 4px;
}

.contact_form {
    max-width: 1136px;
    margin: 0 auto;
}

.contact_form .form-control {
    background-color: #f7f7f7;
    border: 2px solid #fff;
    height: 68px;
    color: #404041;
    font-size: 18px;
    font-weight: bold;
    padding-left: 24px;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #404041;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.contact_form .form-control::-moz-placeholder {
    color: #404041;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.contact_form .form-control:-ms-input-placeholder {
    color: #404041;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.contact_form .form-control:-moz-placeholder {
    color: #404041;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.contact_form .form-control.captach-text,
.contact_form .form-control.send {
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1.3px;
    font-family: 'Proxima Nova Alt Rg';
}

.contact_form .form-control.send {
    background-color: #c9f54d;
    overflow: hidden;
    transition: all 0.5s;
    letter-spacing: 1.3px;
    font-size: 18px;
    border: 1px solid #c9f54d;
}

.contact_form .form-control.send:hover,
.contact_form .form-control.send:focus {
    background-color: #fff;
    border-color: #272727;
    color: #272727;
}

.contact_form select.form-control.service_2 {
    background-position: 98%;
}

.contact_form textarea.form-control {
    min-height: 170px;
    max-height: 170px;
}

.contact_form .form-group {
    padding: 0px 7px;
    margin: 0 0 10px 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-check {
    text-align: start;
    position: relative;
}

.form-check .container {
    display: block;
    position: relative;
    padding-left: 48px;
    margin-bottom: 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 512px;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
    color: #116735;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.form-check .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #c9f54d;
    transform: translateY(-50%);
    border: 2px solid #c9f54d;
}

.form-check .container:hover input~.checkmark {
    background-color: #c9f54d;
}

.form-check .container input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check .container input:checked~.checkmark:after {
    display: block;
}

.form-check .container .checkmark::after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #212121;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control.captcha {
    background-image: url(../images/captcha.jpg) !important;
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 800;
    line-height: 35px;
}

.font_color {
    color: #000 !important;
}

.error_captcha,
.error_checkbox {
    color: #FF0000;
    font-size: 12px;
}

#competencies {
    background-color: #f7f7f7;
    padding: 40px 0;
}

#competencies h4 {
    font-size: 25px;
    color: #2f2f2f;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.brand {
    float: right;
}

.brand img {
    margin-right: 82px;
}

.brand img:last-child {
    margin-right: 0px;
}

#services {
    padding: 80px 0 75px;
    background-image: url(../images/home/services-bg.jpg);
    background-size: cover;
}

#services h2 {
    margin-bottom: 14px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #c9f54d;
    letter-spacing: 5px;
}

#services h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 9px;
    text-transform: uppercase;
    text-align: center;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    letter-spacing: 3px;
}

#services h6 {
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-bottom: 23px;
}

#services p {
    text-align: center;
    color: #fff;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-bottom: 23px;
}

.service-para {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 14px;
}

#services a {
    border: 2px solid #fff;
    color: #c9f54d;
}

#services a:before {
    background-color: #c9f54d;
}

#services a:hover {
    color: #212121;
}

#callustoday {
    background-color: #116735;
    padding: 33px 0;
}

#callustoday h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 14px;
}

#callustoday a {
    font-size: 20px;
    color: #c9f54d;
    letter-spacing: 1px;
}

.top_menu_wrapper a i {
    color: #106735;
    font-size: 22px;
    transition: all 0.5s;
    background-color: #c9f54d;
    border-radius: 50px;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin-right: 17px;
}

.top_menu_wrapper a i:hover {
    background-color: #106735;
    color: #c9f54d;
    border: 1px solid #106735;
}

nav .top_menu a:last-child i {
    margin-right: 0;
}

#callustoday .top_menu .top_menu_wrapper {
    justify-content: center;
}

#callustoday .col-md-4:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #0d552b;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#callustoday .col-md-4:nth-child(3):after {
    display: none;
}

#our_clients {
    padding: 129px 0;
    background-image: url('../images/home/bg-tree.png');
    background-repeat: no-repeat;
}

#our_clients .left-client h5 {
    font-size: 25px;
    letter-spacing: 5px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

#our_clients .left-client h5 span {
    color: #116735;
}

#our_clients .left-client h6 {
    font-size: 20px;
    color: #116735;
    letter-spacing: 4px;
    margin-bottom: 48px;
}

#our_clients .container {
    position: relative;
    max-width: 975px;
}

.box {
    padding: 47px 64px 96px;
    text-align: center;
}

.our-testimonial {
    max-width: 420px;
    background-color: rebeccapurple;
    background-color: rgba(17, 103, 53, 0.9);
    color: white;
    text-align: center;
    position: absolute;
    top: -50px;
    right: 14px;
}

.our-testimonial h5 {
    font-size: 25px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
}

.our-testimonial h6 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #c9f54d;
    text-align: left;
    letter-spacing: 3px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.our-testimonial p {
    color: #fff;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}

.box a {
    border: 1px solid #fff;
    color: #c9f54d;
}

.our-testimonial a:before {
    background-color: #c9f54d;
}

.our-testimonial a:hover {
    color: #212121;
}

.our-testimonial .red-ancr {
    float: left;
}

.client-rating {
    width: 100%;
    display: inline-block;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.client-rating li {
    color: #c9f54d;
    font-size: 17px;
    transition: all 0.5s;
    float: left;
    margin-right: 2px;
}

#our_clients .owl-nav {
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 20px;
    margin-top: 48px;
    margin-right: 32px;
}

.owl-carousel .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 100%;
    right: 76px;
    margin-top: 52px;
    color: #c9f54d;
}

.owl-carousel .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 6px;
    color: #c9f54d;
}

.owl-carousel .owl-dot span {
    display: none;
}

.owl-next:hover,
.owl-prev:hover {
    opacity: 0.7;
}

.owl-carousel .owl-dot.active:before {
    content: counter(slides-num) " /";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-img {
    margin-top: 33px;
}

footer {
    padding: 71px 0px 0px;
    background-color: #212121;
}

footer li {
    list-style: none;
    line-height: 31px;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

footer li a:hover {
    color: #caf54c;
}

.service-footer.social address div {
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
}

.service-footer.social address div,
.service-footer.social address div a {
    color: #fff;
    margin-bottom: 7px;
    line-height: 25px;
    letter-spacing: 1px;
}

.service-footer.social address div a:hover {
    color: #caf54c;
}

.service-footer.social address div i {
    width: 25px;
    margin-right: 0;
    color: #caf54c;
    text-align: left;
    padding-top: 4px;
}

footer .container {
    max-width: 970px;
}

.service-footer {
    width: 100%;
}

.fotter-menu-wrapper.d-flex {
    justify-content: space-between;
    width: 100%;
    padding-right: 57px;
}

.footer-social .top_menu_wrapper a i {
    color: #212121;
    font-size: 22px;
    transition: all 0.5s;
    background-color: #c9f54d;
    border-radius: 50px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 17px;
    border: 1px solid transparent;
}

.footer-social .top_menu_wrapper a i:hover {
    background-color: #212121;
    color: #c9f54d;
    border: 1px solid #c9f54d;
}

.footer-social .top_menu_wrapper {
    border-right: 1px solid #c9f54d;
    padding-right: 9px;
    margin-right: 25px;
}

.footer-social {
    align-items: center;
    justify-content: center;
    margin-top: 43px;
}

address {
    margin: 0;
}

.footer-social h5 {
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

footer p img {
    margin-right: 15px;
}

footer li a,
footer li a:active,
footer li a:focus {
    color: #fff;
}

footer ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    width: 0;
    margin-right: 11px;
    color: #c9f54d;
}

.service-footer h6 {
    font-size: 18px;
    color: #c9f54d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.service-footer h6 span {
    color: #fff;
}

.copyright-div span b {
    color: #c9f54d;
    margin-right: 5px;
}

.copyright-div {
    background-color: #1c1c1c;
    margin-top: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 25px;
}

.copyright-div a {
    border-left: 1px solid #caf54c;
    margin-left: 15px;
    padding-left: 15px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 13px 0px;
    transition: all 0.5s;
    background-color: #212121;
    display: inline-block;
}

nav {
    line-height: 30px;
    transition: all 0.5s;
    position: relative;
    height: 100%;
}

nav .logo {
    float: left;
    display: flex;
    align-items: center;
}

nav .logo p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Myriad Pro';
    transition: all 0.5s;
}

nav .logo a {
    margin-right: 30px;
    transition: all 0.5s;
    width: 175px;
}

nav .logo a img {
    transition: all 0.5s;
    width: 100%;
}

nav .top_menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 46px;
    transition: all 0.5s;
    float: right;
}

nav .top_menu p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 0px;
    margin-right: 20px;
}

nav .top_menu a {
    color: #c9f54d;
    font-size: 20px;
    transition: all 0.5s;
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
}

.top_menu_wrapper {
    display: flex;
    align-items: center;
}

.top_menu {
    flex-direction: column;
}

ul.rating {
    text-align: center;
    padding-left: 168px;
}

.rating li {
    color: #c9f54d;
    font-size: 13px;
    transition: all 0.5s;
    float: left;
    margin-right: 2px;
}

nav .top_menu a:hover {
    color: #c9f54d;
}

nav .top_menu a i {
    color: #212121;
    font-size: 22px;
    transition: all 0.5s;
    background-color: #c9f54d;
    border-radius: 50px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

nav .top_menu a i:hover {
    color: #fff;
    transition: all 0.5s;
}

nav ul.menu {
    display: flex;
    transition: all 0.5s;
}

nav ul.menu li {
    position: relative;
    margin-right: 0;
    transition: all 0.5s;
    padding: 0;
}

nav ul.menu li.dropdown_menu a {
    margin-right: 0;
}

nav ul.menu li.dropdown_menu>a.drop {
    transition: all 0.5s;
}

nav ul.menu li.dropdown_menu>a.drop::before {
    content: '\f106';
    position: absolute;
    right: -15px;
    top: 17px;
    color: #757575;
    transform: translateY(-50%);
    font-family: 'fontawesome';
    transition: all 0.5s;
    transform-origin: center;
    line-height: 0;
    font-size: 16px;
    display: none;
}

nav ul.menu li>a {
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
    line-height: 12px;
    padding: 0 12px;
    font-family: 'Proxima Nova Alt Rg';
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.6px;
    position: relative;
    line-height: 70px;
    display: block;
}

nav ul.menu li>a::after {
    height: 2px;
    background: #c9f54d;
    bottom: 17px;
    content: '';
    width: 20px;
    position: absolute;
    left: 50%;
    transition: all 0.3s;
    transform: translateX(-50%);
    opacity: 0;
}

nav ul.menu li:hover>a::after,
nav ul.menu li.active>a::after {
    opacity: 1;
}

nav ul.menu li>a::after {}

nav ul.menu li:last-child a {
    padding-right: 0;
}

nav ul.menu li:last-child {
    margin-right: 0px;
}

nav ul.menu li:hover>a,
nav ul.menu li.active>a {
    color: #c9f54d;
    text-decoration: none;
}

nav ul.menu li ul.sub_menu {
    position: absolute;
    width: 300px;
    background-color: #181818;
    top: 100%;
    left: 50%;
    padding: 10px 0px 10px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateX(-50%) scale(0.7);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.10);
    z-index: 9999;
}

nav ul.menu li ul.sub_menu li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    width: 0;
    margin-right: 14px;
    color: #c9f54d;
    position: absolute;
    left: 20px;
}

nav ul.menu li ul.sub_menu li a:hover:before {
    color: #116735;
}

nav ul.menu li:hover ul.sub_menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

nav ul.menu li ul.sub_menu li {
    padding: 0;
    line-height: 0;
    margin-bottom: 0;
}

nav ul.menu li ul.sub_menu li a {
    margin-right: 0px;
    font-size: 20px;
    padding: 0 0 0 0;
    display: block;
    font-weight: bold;
    padding: 0 0 0 40px;
    line-height: 40px;
}

nav ul.menu li ul.sub_menu li:hover {
    background-color: #c9f54d;
}

.top_mobile_menu {
    display: none;
}

header.sticky {
    position: fixed;
    width: 100%;
    background-color: #212121;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.10);
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 7px 0px;
}

header.sticky nav .logo a {
    width: 80px;
}

header.sticky nav .top_menu {
    margin-bottom: 0px;
    margin-top: -15px;
    transform: translateY(-120px);
}

header.sticky nav .top_menu a,
header.sticky nav ul.menu li>a {
    color: #fff;
}

header.sticky nav ul.menu li.active>a {
    color: #c9f54d;
}

header.sticky nav ul.menu li .sub_menu a {
    color: #fff;
}

header.sticky nav .top_menu:hover a,
header.sticky nav ul.menu li:hover>a {
    color: #c9f54d;
}

header.sticky nav .top_menu a {
    color: red;
}

header.sticky nav .logo p {
    color: #a48739;
}

header.sticky nav ul.menu li ul.sub_menu {
    background-color: #212121;
}

header.sticky nav ul.menu {
    margin-top: -20px;
}

.stop {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.09);
    width: 100%;
    height: 100%;
}

#nav-icon {
    width: 23px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 0px;
    top: 8px;
    float: right;
    position: relative;
    display: none;
    z-index: 9999;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 6px;
}

#nav-icon span:nth-child(4) {
    top: 12px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

nav .top_menu a:last-child {
    margin-right: 0;
}

.top_menu_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.left-btn-bar {
    background-image: url(../images/home/bg-crest.png);
    background-repeat: no-repeat;
    background-position: 80% 159px;
}

#about {
    background-image: url(../images/about/banner.jpg);
    background-size: cover;
    padding: 97px 0 103px;
}

#about.garden-service {
    background-image: url(../images/garden-services/banner.jpg);
}

#about.veg-management {
    background-image: url(../images/veg-management/banner.jpg);
}

#about.tree-surgeon {
    background-image: url(../images/tree-surgeon/banner.jpg);
}

#about.tree-stump {
    background-image: url(../images/tree-stump-removal/banner.jpg);
}

#about.tree-cutting {
    background-image: url(../images/tree-cutting/banner.jpg);
}

#about.pest-control {
    background-image: url(../images/pest-control/pest-control-banner.jpg);
}

#about.wasp-control {
    background-image: url(../images/pest-control/wasp-banner.jpg);
}

#about.tree-report {
    background-image: url(../images/tree-report/banner.jpg);
}

#about.tree-reduction {
    background-image: url(../images/tree-reduction/banner.jpg);
}

#about.testimonial {
    background-image: url(../images/testimonials/banner.jpg);
}

#about.competencies {
    background-image: url(../images/competencies/banner.jpg);
}

#about.employment {
    background-image: url(../images/employment/banner.jpg);
}

#about.contactus {
    background-image: url(../images/contactus/banner.jpg);
}

#about.gallery {
    background-image: url(../images/gallery/banner.jpg);
}

#about h1 {
    position: relative;
    padding-left: 58px;
}

#about h1::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 54%;
    width: 3px;
    height: 145px;
    background-color: #caf54c;
    transform: translateY(-50%);
}

#abtpara {
    padding: 69px 0 55px;
}

#abtpara .parasect p {
    letter-spacing: 1px;
    margin-bottom: 25px;
}

#abtpara .parasect p:first-child {
    font-weight: bold;
    color: #116735;
    margin-bottom: 26px;
}

#abtpara .parasect p:nth-child(2) {
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 26px;
}

.btn-social {
    display: flex;
}

.btn-social .red-ancr {
    border: 2px solid #116735;
    width: 142px;
}

.btn-social .inner-icon {
    display: flex;
    margin-left: 40px;
}

.btn-social .inner-icon a i {
    background-color: #c9f54d;
    border: 1px solid #c9f54d;
}

.btn-social .inner-icon a i:hover {
    background-color: #116735;
    color: #fff;
}

.abt-map {
    margin-top: 50px;
}

.vision {
    margin-top: 50px;
}

.vision .our-vision {}

.vision .our-vision h5 {
    font-size: 25px;
    color: #116735;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.vision .our-vision h5 span {
    color: #c9f54d;
}

.vision .our-vision p {
    color: #2f2f2f;
    font-weight: bold;
}

.vision .our-mission {
    margin-top: 43px;
}

.vision .our-mission h5 {
    font-size: 25px;
    color: #116735;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
/*added on 23-1-2019*/
.new-h2-header {
  font-size: 25px;
  color: #116735;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.vision .our-mission h5 span {
    color: #c9f54d;
}

.vision .our-mission ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    line-height: 22px;
}

.vision .our-mission ul li::before {
    content: "•";
    color: #e41e26;
    display: inline-block;
    margin-right: 35px;
}

.vision .our-mission ul.tree-stump-list li {
    margin-bottom: 15px;
    color: #212121;
    font-weight: normal;
}

.vision .our-mission ul.tree-stump-list li::before {
    color: #212121;
}

.view-gallery {
    background-color: #116735;
    padding: 18px 30px;
    max-width: 292px;
    margin-left: 62px;
}

.view-gallery h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    position: relative;
}

.view-gallery h2::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 52%;
    width: 2px;
    height: 78px;
    background-color: #caf54c;
    transform: translateY(-50%);
}

.cnt-btn {
    background-color: #c9f54d;
    padding: 18px 30px;
    max-width: 292px;
    margin-top: 11px;
    margin-left: 62px;
}

.cnt-btn h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #212121;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    position: relative;
}

.cnt-btn h2::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 52%;
    width: 2px;
    height: 78px;
    background-color: #116735;
    transform: translateY(-50%);
}

.content-img {
    margin-top: 50px;
}

.service-touch .red-ancr {
    border: 2px solid #116735;
    width: 148px;
    height: 41px;
    margin-top: 25px;
}

.service-touch .service-left-btn {
    display: flex;
    margin-left: 20px;
}

.service-touch {
    display: flex;
}

#other-services {
    padding: 0 0 35px;
}

#other-services h5 {
    font-size: 25px;
    color: #116735;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

#other-services h6 {
    font-size: 12px;
    color: #116735;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 19px;
    margin-bottom: 38px;
}

.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#other-services {}

#other-services ul {
    width: 100%;
    padding: 0 15px;
}

#other-services ul li {
    max-width: 191px;
    margin-right: 46px;
}

#other-services ul li:last-child {
    margin-right: 0px;
}

#other-services ul li:nth-child(5n+5) {
    margin-right: 0;
}

#top-testimonial {
    padding: 130px 0 0 0;
}

#top-testimonial .container {
    position: relative;
}

#top-testimonial .box {
    max-width: 420px;
    background-color: rgba(17, 103, 53, 0.9);
    color: white;
    text-align: center;
    position: absolute;
    top: -69px;
    right: 14px;
    padding: 83px 64px 60px;
}

.our-testimonials {
    max-width: 100%;
    background-color: #116735;
    color: white;
    text-align: center;
    height: 100%;
}

.testimonial-box {
    padding: 92px 61px 66px;
    text-align: center;
}

.testimonial-box1 {
    padding: 62px 71px 17px;
    text-align: center;
}

.our-testimonials h5 {
    font-size: 25px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
}

.our-testimonials h6 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #c9f54d;
    text-align: left;
    letter-spacing: 3px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.our-testimonials p {
    color: #fff;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}

#testimonial-section {
    padding: 39px 0 30px;
}

.our-testimonials.right-testimonial {
    max-width: 100%;
    margin-left: 10px;
    height: 100%;
}

.our-testimonials.right-testimonial .testimonial-box {
    padding: 81px 92px 61px;
}

.topspace {
    margin-top: 40px;
}

.review {
    position: relative;
}

.thumbnail {
    position: relative;
    margin-left: 10px;
    height: 100%;
}

.caption {
   position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    right: 0;
    margin-top: -27px;
    padding: 0 15px;
}

.caption h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
}

.caption h6 {
    text-transform: uppercase;
    color: #c9f54d;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 20px;
}

#competencies-sect {
    padding: 75px 0 70px;
}

#valiant-sect {
    padding: 0px 0 70px;
}

#insurance-cover {
    padding: 0px 0 70px;
}

#competencies-sect .content,
#valiant-sect .content,
#insurance-cover .content {
    max-width: 100%;
    height: 71px;
    background-color: #f5f5f5;
    color: #11155e;
    padding: 1rem;
    margin-bottom: 28px;
}

#competencies-sect .content h3,
#valiant-sect .content h3,
#insurance-cover .content h3 {
    font-size: 16px;
    color: #212121;
    justify-content: center;
    text-align: center;
}

#competencies-sect .content h3:hover,
#valiant-sect .content h3:hover,
#insurance-cover .content h3:hover {
    color: #116735;
}

.competencies h5 {
    letter-spacing: 1px;
}

#competencies-sect .compet-space {
    margin-top: 27px;
}

#valiant {}

#valiant h5 {}

.headh5 {
    font-size: 25px;
    letter-spacing: 5px;
    color: #116735;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.headh5 span {
    color: #c9f54d;
}

#employment-sect {
    padding: 55px 0;
}

#employment-sect h5 {}

#employment-sect ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
    display: flex;
    line-height: 22px;
}

#employment-sect ul li::before {
    content: "•";
    color: rgb(228, 30, 38);
    display: inline-block;
    width: 37px;
}

#employment-sect p {
    max-width: 590px;
    color: #116735;
    font-weight: bold;
}

#employment-sect p a {
    text-decoration: underline;
    color: #116735;
}

#employment-sect .red-ancr {
    width: 143px;
}

#vacancy .vacancy-sect a {
    margin: 0 10px;
}

#vacancy {
    padding: 0 0 75px;
}

#vacancy .vacancy-sect {
    background-color: #f7f7f7;
    padding: 24px 27px;
    margin-bottom: 30px;
}

#vacancy .vacancy-sect h4 {
    font-size: 20px;
    color: #116735;
    letter-spacing: 5px;
    margin-top: 22px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

#vacancy .vacancy-sect h6 {
    font-weight: bold;
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

#vacancy .vacancy-sect p {
    font-size: 15px;
    line-height: 27px;
    padding: 0 23px;
}

#vacancy .vacancy-sect p a {
    font-weight: bold;
    color: #116735;
}

.vacancy-btn {
    display: flex;
}

.vacancy-btn .red-ancr {
    width: 143px;
}

.vacancy-btn .vacancy-left-btn {
    display: flex;
    margin-left: 12px;
}

.vacancy-space {
    margin-top: 28px;
}

#contact-sect {
    padding: 60px 0 0;
}

#contact-sect .container {
    max-width: 1140px;
}

#contact-sect .cntbox {
    background-color: #116735;
    height: 100%;
}

#contact-sect .cntbox .cnt-inner {
    padding: 92px 61px 66px;
}

#contact-sect .cntbox .cnt-inner h3 {
    text-transform: uppercase;
    margin-bottom: 38px;
    letter-spacing: 5px;
    color: #c9f54d
}

#contact-sect .cntbox .cnt-inner h3 span {
    color: #fff;
}

#contact-sect .cntbox .cnt-inner .company_adress span {
    max-width: 76%;
}

#contact-sect .cntbox .cnt-inner address div i {
    width: auto;
    margin-right: 15px;
    color: #caf54c;
    text-align: left;
    padding-top: 4px;
}

.cnt-inner address div,
.cnt-inner address div a {
    color: #fff;
    margin-bottom: 7px;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
}

section#cnt-form .gettouch h5 {
    font-size: 25px;
    color: #212121;
    letter-spacing: 5px;
    margin-bottom: 7px;
    text-align: center;
}

body.contactus #callustoday {
    margin-bottom: 3px;
}

#cnt-form.cnt-bg {
    padding: 50px 0;
    background-image: url(../images/home/bg-tree.png);
    background-repeat: no-repeat;
    background-position: 33px 224px;
}

#cnt-form {
    padding: 50px 0;
}

#cnt-form .gettouch h6 {
    font-size: 18px;
    color: #116735;
    text-align: center;
    letter-spacing: 4px;
}

#cnt-form .gettouch {
    margin: 0 auto;
    text-transform: uppercase;
}

.gallery_sect {
    padding: 80px 0
}

.gallery_sect .container a {
    margin: 45px auto 0
}

.topspace {
    margin-top: 30px
}

.btmspace {
    margin-bottom: 30px
}

.gallery_sect .row .box a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    position: relative
}

.gallery_sect .box img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.gallery_sect .box:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

nav ul.menu li.dropdown_menu .sub_menu a::after {
    display: none;
}

nav ul.menu li ul.sub_menu li a:hover {
    color: #181818;
}

span.add_attachment {
    font-size: 21px;
    font-weight: bold;
}

.file_upload {
    background-color: #f7f7f7;
    padding: 20px 12px;
    position: relative;
    height: 68px;
}

span.add_attachment {
    font-size: 17px;
    position: absolute;
    font-weight: bold;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 17px;
    color: #404041;
}

.file_upload input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: 10px;
    width: 100%;
    height: 100%;
    top: 0;
}

body:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #212121;
    content: '';
    display: block;
    height: 190px;
    z-index: -1;
}

.top-rating::before {
    position: absolute;
    content: "\f005 \f005 \f005 \f005 \f005";
    width: 70px;
    letter-spacing: 1px;
    top: 10px;
    display: block;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    color: #c9f54d;
    width: 100%;
}

span#strInputFileName {
    position: absolute;
    left: 350px;
}

.gallery_sect .card-columns img {
    width: 100%;
    margin-bottom: 20px;
}

.slider-wrapper .owl-carousel .owl-dots {
    display: none;
}
.cnt-inner-map, .inner-map {height:100%;}
@media (min-width:768px) and (max-width:1400px) {
    body {
        margin-top: 98px;
    }
    #welcome img {
        height: 100%;
    }
    .brand img {
        margin-right: 51px;
    }
    nav .logo a {
        max-width: 90px;
    }
    .top_menu {
        flex-direction: column;
    }
    nav ul.menu li.dropdown_menu a {
        margin-right: 0;
        padding: 7px 1px 9px 19px;
    }
    nav ul.menu li>a {
        line-height: 50px;
    }
    header {
        padding: 13px 0 0;
    }
    #home-map .map-left-para p {
        margin-bottom: 12px;
    }
    .contact_form {
        max-width: 1040px
    }
    header.sticky nav ul.menu {
        margin-top: -20px;
    }
    .top-rating::before {
        top: 5px;
    }
    nav .top_menu p {
        font-size: 15px;
        margin-right: 20px;
    }
    nav .top_menu a {
        font-size: 15px;
    }
    .menu_heigh_box {
        margin-top: 0px;
        display: inline-block;
        float: right;
		width: 80%;
    }
    nav .top_menu a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    header.sticky nav .top_menu {
        margin-top: 0px;
    }
    nav ul.menu li>a:last-child {
        padding-right: 0;
    }
    nav ul.menu li>a {
        font-size: 15px;
        padding: 7px 10px;
    }
    ul.rating {
        display: none;
    }
    nav ul.menu li {
        padding: 0;
    }
    nav .top_menu {
        margin-top: 0px;
    }
    .home_banner {
        height: 600px;
    }
    .home_banner h1 {
        font-size: 35px;
        line-height: 35px
    }
    .home_banner h5 {
        font-size: 18px;
    }
    .home_banner h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .home_banner .container {
        padding-left: 157px;
    }
    .home_banner .container::before {
        left: 99px;
        height: 360px;
    }
    .home_banner a {
        font-size: 16px;
        padding: 13px 29px;
    }
    .btn_common {
        width: 246px;
    }
    .thumbnail img {
        position: absolute;
        height: 100%;
        left: 0;
        width: auto;
    }
    #other-services .hover-zoomin a {
        height: auto;
    }
    .hover-zoomin a {
        height: 100%;
    }
    .our-testimonials.right-testimonial,
    .thumbnail {
        margin-left: 0px;
    }
    #callustoday h5 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #callustoday a {
        font-size: 18px;
    }
    #top-testimonial .box {
        padding: 46px 53px 19px;
    }
    #our_clients {
        padding: 99px 0 60px;
    }
    .footer-social {
        margin-top: 16px;
    }
    .copyright-div {
        margin-top: 30px;
    }
    #contact-sect .cntbox .cnt-inner h3 {
        letter-spacing: 3px;
    }
    #welcome {
        margin-top: -38px;
    }
    /* .home_banner {
 
 padding-bottom: 179px; 
} */
}


/*@media (min-width:1401px){.home_banner{height: 600px;}}*/

@media (min-width:1400px) and (max-width:1800px) {
    .home_banner.banner.banner_cover {
        height: 100%;
    }
    .home_banner {
        height: inherit;
        padding: 40px 0 70px;
    }
    .home_banner.banner.banner_cover {
        height: 100%;
        transform: scale(0.8);
    }
}

@media (max-width:1400px) {
    #other-services ul {
        width: 100%;
        padding: 0 0px;
        justify-content: center;
    }
    #other-services ul li {
        max-width: 190px;
        margin: 0 15px;
    }
    #other-services ul li:nth-child(5n+5) {
        margin: 0 15px;
    }
    #other-services ul li:last-child {
        margin: 0 15px;
    }
}

@media (max-width:1199px) {
    #other-services ul li {
        max-width: 100%;
        margin: 0 13px;
        width: 22.25%;
    }
    #other-services ul {
        justify-content: center;
    }
    #contact-sect .cntbox .cnt-inner {
        padding: 57px 43px 43px;
    }
}

@media (min-width:768px) and (max-width:849px) {
    nav ul.menu li>a {
        padding-left: 6px;
        font-size: 13px;
        padding-right: 6px !important;
    }
}

@media (min-width:768px) and (max-width:930px) {
    .left-client img {
        max-width: 80%;
        width: 100%;
    }
}

@media (min-width:780px) and (max-width:1398px) {
    nav .logo a {
        max-width: 115px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #about {
        padding: 67px 0 63px;
    }
    #about h1::before {
        left: 20px;
        height: 120px;
    }
    .headh1 {
        font-size: 45px;
    }
    #phone a {
        display: block;
        font-size: 42px;
        line-height: 38px;
        color: #fff;
        margin: -5px 0 0;
    }
    #competencies-sect .content h3 br,
    #valiant-sect .content h3 br,
    #insurance-cover .content h3 br {
        display: none;
    }
    #contact-sect .cntbox .cnt-inner {
        padding: 43px 41px 45px;
    }
    .cnt-inner address div,
    .cnt-inner address div a {
        font-size: 18px;
    }
    #welcome {
        margin-top: 15px;
    }
    .home_banner {
	    height: 390px;
	}
	.home_banner.banner.banner_cover {
	    top: 50%;
	    transform: translateY(-50%) scale(0.75);
	    left: 0;
	    right: 0;
	    padding: 0px;
	}
    /* .slider-wrapper{margin-top: 120px;} */
}

@media (max-width:1024px) {
    #other-services ul li {
        max-width: 100%;
        margin: 0 15px;
        width: calc(31.50% - 15px);
    }
    #contact-sect .cntbox .cnt-inner {
        padding: 30px 40px 30px;
    }
    .cnt-inner-map iframe {
        height: 300px;
    }
}
@media (max-width: 1056px) and (min-width: 992px){.home_banner.banner.banner_cover {
	    top: 50%;
	    transform: translateY(-50%) scale(0.75);
	    left: 0;
	    right: 0;
	    padding: 0px;
	}
	 .home_banner {
	    height: 390px;
	}}
@media (max-width:991px) {
    .brand {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
    section#competencies h4 {
        text-align: center;
        margin: 15px 0;
    }
    #our_clients .left-client h6 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .view-gallery {
        margin-left: 0px;
    }
    .cnt-btn {
        margin-left: 0px;
    }
    .view-gallery h2,
    .cnt-btn h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .vision .our-vision h5,
    .vision .our-mission h5 {
        font-size: 22px;
    }
    .vision {
        margin-top: 30px;
    }
    .vision .our-mission {
        margin-top: 26px;
    }
    .vision .our-mission ul li {
        margin-bottom: 22px;
    }
    .fotter-menu-wrapper.d-flex {
        padding-right: 0px;
    }
    .left-btn-bar {
        background-image: none;
    }
    .testimonial-box {
        padding: 72px 31px 26px;
    }
    .our-testimonials.right-testimonial .testimonial-box {
        padding: 54px 31px 26px;
    }
    .testimonial-box1 {
        padding: 35px 22px 7px;
    }
    #other-services ul li {
        max-width: 29.33%;
        margin: 0 15px;
        width: 100%;
    }
    .gallery_sect {
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    header {
        width: 100%;
        margin: 0 auto;
    }
    header nav ul.menu>li:last-child {
        margin-bottom: 60px;
    }
    nav ul.menu li {
        margin-right: 0px;
    }
    nav ul.menu li>a {
        padding: 0px 0px;
        display: block;
        font-size: 15px;
        line-height: 26px;
    }
    body {
        overflow-x: hidden;
        margin-top: 65px;
    }
    body:before {
        display: none;
    }
    #nav-icon {
        display: block;
    }
    .top_menu_wrapper a:last-child i {
        margin-right: 0;
    }
    nav ul.menu {
        width: 300px;
        padding: 85px 30px 30px;
        background-color: #212121;
        position: fixed;
        top: 0%;
        right: -150vh;
        display: block;
        z-index: 999;
        overflow-y: auto;
        height: 100vh;
    }
    nav ul.menu.active {
        right: 0vh;
    }
    nav ul.menu li ul.sub_menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        display: none;
        overflow-y: auto;
        box-shadow: none;
        padding: 0;
        padding-left: 20px;
        transition: inherit;
        border: 0px;
        transform: translateY(0) scale(0);
    }
    nav ul.menu li>a::after {
        left: 9%;
    }
    nav ul.menu li ul.sub_menu li {
        padding: 0px 13px 0px 9px;
    }
    nav ul.menu li ul.sub_menu::before {}
    .dropdown_menu.open .sub_menu {
        display: block;
    }
    nav .logo a {
        width: 100px;
    }
    header {
        /*padding: 0;*/
        background-color: #212121;
        padding: 0 0 5px 0;
    }
    nav .top_menu {
        margin-top: 0;
        text-align: right;
    }
    ul.rating {
        display: none;
    }
    nav .top_menu p {
        font-size: 14px;
        line-height: 19px;
    }
    .header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav .top_menu a {
        font-size: 16px;
    }
    header.sticky nav .top_menu {
        margin-bottom: 0px;
        margin-top: 0px;
        transform: translateY(0px);
    }
    header.sticky nav .top_menu a {
        color: white;
    }
    .top_menu a {
        display: none;
    }
    .top_menu a:nth-child(1) {
        display: block;
    }
    nav ul.menu li>a,
    nav ul.menu li>a {
        color: #a48739;
        text-decoration: none;
    }
    nav ul.menu li.dropdown_menu a {
        padding: 0px 0px;
    }
    nav ul.menu li ul.sub_menu {
        background-color: transparent;
        padding: 0;
    }
    nav ul.menu li ul.sub_menu a {
        color: #fff;
        font-size: 12px;
    }
    nav ul.menu li>a,
    nav ul.menu li>a {
        color: #fff;
        text-decoration: none;
    }
    nav ul.menu li:hover,
    nav ul.menu li.active>a,
    nav ul.menu li.active {
        color: #c9f54d;
        background-color: transparent;
    }
    nav ul.menu li ul.sub_menu li:hover,
    nav ul.menu li ul.sub_menu li.active>a,
    nav ul.menu li ul.sub_menu li.active {
        color: #a48739;
        background-color: transparent;
    }
    nav ul.menu li:hover ul.sub_menu li.active>a,
    nav ul.menu li:hover ul.sub_menu li:hover>a {
        color: #caf54c;
        background-color: transparent;
    }
    .top_menu_wrapper a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    nav ul.menu li.dropdown_menu>a::before {
        content: "\f107 ";
        position: absolute;
        right: -15px;
        top: 15px;
        color: #c9f54d;
        transform: translateY(-50%);
        font-family: 'fontawesome';
        transition: all .5s;
        transform-origin: center;
        line-height: 0;
        font-size: 16px;
    }
    nav ul.menu li:hover>a,
    nav ul.menu li.active>a {
        color: #caf54c;
    }
    nav ul.menu li ul.sub_menu {
        transition: none;
        transform: none;
    }
    nav ul.menu li>a::after {
        display: none;
    }
    nav ul.menu li ul.sub_menu li {
        margin-bottom: 0px;
    }
    nav ul.menu li ul.sub_menu li a {
        font-size: 15px;
        line-height: 26px;
    }
    .top-rating::before {
        display: none;
    }
    nav ul.menu li.dropdown_menu>a::before {
        top: 13px;
    }
    header.sticky nav .top_menu:hover a,
    header.sticky nav ul.menu li:hover>a,
    header.sticky nav ul.menu li .sub_menu a {
        color: #a48739;
    }
    header.sticky nav ul.menu li ul.sub_menu,
    header.sticky nav ul.menu li ul.sub_menu {
        background-color: transparent;
    }
    nav ul.menu .top_menu {}
    nav ul.menu .top_menu a {
        display: block;
    }
    #phone a {
        display: block;
        font-size: 36px;
        line-height: 38px;
        color: #fff;
    }
    .top_mobile_menu {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0px;
        left: 0;
        background-color: #212121;
        padding: 25px 40px 0px;
    }
    .close_text p {
        font-size: 14px;
        color: #a48739;
        font-weight: 400;
        text-transform: uppercase;
        cursor: pointer;
    }
    nav .logo p {
        display: none;
    }
    nav .logo a {
        margin-right: 0px;
    }
    nav .top_menu a:hover i,
    nav .top_menu a:hover,
    header.sticky nav .top_menu:hover a {
        color: #413d3d;
    }
    header.sticky nav ul.menu {
        margin-top: 0px;
    }
    .home_banner {
        height: 450px;
    }
    .home_banner h1 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .home_banner h5 {
        font-size: 15px;
    }
    .home_banner h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .home_banner .container {
        padding-left: 157px;
    }
    .home_banner .container::before {
        left: 99px;
        height: 250px;
    }
    .home_banner a {
        font-size: 14px;
        padding: 13px 29px;
    }
    .btn_common {
        width: 235px;
    }
    #welcome img {
        margin: 0 auto;
        padding-right: 20px;
    }
    .inner-map iframe {
        width: 100%;
        height: 340px;
    }
    #home-map {
        padding: 42px 0 40px
    }
    #home-map .map-left-para p {
        margin-bottom: 15px;
    }
    .social-inner {
        margin-bottom: 30px;
    }
    #home-contact .gettouch h5 {
        font-size: 22px;
        letter-spacing: 2px;
    }
    #home-contact .gettouch h6 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .bg-image {
        height: 413px;
        max-width: 100%;
        margin: 0 auto;
    }
    #competencies h4 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .brand img {
        margin-right: 0;
        max-width: 100px;
        width: 100%;
    }
    #services h6 {
        line-height: 26px;
    }
    #services h6 br {
        display: none;
    }
    #callustoday h5 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    #callustoday a {
        font-size: 16px;
    }
    #callustoday .top_menu a {
        display: block;
    }
    #callustoday .top_menu a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    #our_clients .left-client h5 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #our_clients .left-client h6 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    #our_clients {
        padding: 50px 0 46px;
    }
    .our-testimonial h5 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .our-testimonial h6 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .our-testimonial {
        position: static;
        max-width: 100%;
        margin: 0 auto;
    }
    #our_clients .owl-nav {
        top: auto;
        bottom: 21px;
    }
    .owl-carousel .owl-dots {
        top: auto;
        bottom: 25px;
    }
    .box {
        padding: 42px 50px 69px;
    }
    .client-rating {
        margin-bottom: 6px;
    }
    .our-testimonial p {
        margin-bottom: 20px;
    }
    .footer-social .top_menu a {
        display: block;
    }
    .fotter-menu-wrapper.d-flex {
        width: 100%;
        flex-direction: column;
        padding-right: 22px;
    }
    footer {
        padding: 45px 0px 0px;
    }
    div#formOneContact .message+.row {
        margin: 0;
    }
    .footer-social {
        margin-top: 25px;
    }
    .copyright-div {
        margin-top: 50px;
    }
    nav .top_menu a i {
        display: none;
    }
    #about h1::before {
        left: 20px;
        height: 110px;
    }
    #about {
        padding: 74px 0 74px;
    }
    #abtpara {
        padding: 42px 0 50px;
    }
    .vision {
        margin-bottom: 30px;
    }
    .left-btn-bar div {
        margin: 0 14px 0 0;
    }
    .left-btn-bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #abtpara .parasect p:first-child,
    #abtpara .parasect p:nth-child(2),
    #abtpara .parasect p {
        margin-bottom: 15px;
    }
    .abt-map {
        margin-top: 30px;
    }
    .view-gallery h2,
    .cnt-btn h2 {
        font-size: 17px;
    }
    .cnt-btn h2 br {
        display: none;
    }
    .view-gallery h2::before,
    .cnt-btn h2::before {
        left: -9px;
        height: 44px;
    }
    .our-testimonials h5 {
        font-size: 20px;
    }
    .our-testimonials h6 {
        font-size: 16px;
    }
    .testimonial-box {
        padding: 62px 61px 66px;
    }
    .our-testimonials p {
        margin-bottom: 12px;
    }
    .thumbnail img {
        position: absolute;
        height: 100%;
        left: 0;
        width: auto;
    }
    .hover-zoomin a {
        height: 100%;
    }
    .caption h5 {
        font-size: 20px;
    }
    .caption h6 {
        font-size: 18px;
    }
    .our-testimonials.right-testimonial,
    .thumbnail {
        margin-left: 0px;
    }
    #other-services .hover-zoomin a {
        height: auto;
    }
    #other-services h5 {
        margin-bottom: 30px;
    }
    #other-services {
        padding: 0 0 10px;
    }
    .headh1 {
        font-size: 40px;
    }
    .vision h5 br {
        display: none;
        letter-spacing: 2px;
    }
    .vision .our-vision h5,
    .vision .our-mission h5 {
        font-size: 20px;
    }
    #other-services ul li {
        max-width: 44%;
        margin: 0 15px;
        flex: auto;
        width: 50%;
    }
    #vacancy .vacancy-sect {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    div#phone {
        position: absolute;
        right: 60px;
        top: 53%;
        transform: translateY(-50%);
    }
    header.sticky nav .logo a {
        width: 60px;
    }
    header nav .logo a {
        width: 60px;
    }
    header.sticky {
        padding: 0 0 5px 0;
    }
    nav ul.menu li:hover ul.sub_menu {
        transform: translateX(0%) scale(1);
    }
    .contact_form .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .contact_form .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_form .form-control::-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_form .form-control::-moz-placeholder {
        font-size: 14px;
    }
    span.add_attachment {
        font-size: 14px;
    }
    .contact_form .form-control.captach-text,
    .contact_form .form-control.send {
        font-size: 14px;
    }
    .contact_form .form-control {
        height: 60px;
    }
    .file_upload {
        height: 60px;
    }
    #contact-sect .cntbox .cnt-inner h3 {
        margin-bottom: 20px;
    }
    #welcome{margin-top: 15px;}
    .home_banner.banner.banner_cover {
	    height: 100%;
	    padding: 0;
        width: 90%;
	}
	.cnt-inner-map, .inner-map {height:400px; margin-top:20px;} 
	.container{overflow-x:hidden}
	
.mobile-top-strip {
	display: block;
	background: #116735;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
.mobile-top-strip ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}	

	
.mobile-top-strip ul li, .mobile-top-strip ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400 !important;
	font-family: 'Roboto';
}	
.mobile-top-strip ul li a {
	font-weight: 700 !important;
}
.mobile-top-strip ul li a:hover {
	color: #96c11f;
}
.top-contact-details {
	display: none;
}	
li.blue-btn {  margin-right: 0; }
li.blue-btn a{border:0; border-radius:0;}
.blue-btn a{background:#2daae1; padding: 5px 15px;}
.blue-btn a:hover{background:#374961;color:#fff!important}	
}

@media (max-width:640px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (max-width:660px) {
    #other-services ul li {
        max-width: 44%;
        margin: 0 15px;
        flex: auto;
        width: 50%;
    }
}

@media (min-width:576px) and (max-width:740px) {
    .fotter-menu-wrapper.d-flex {
        flex-direction: column;
    }
    .fotter-menu-wrapper.d-flex ul {
        width: 100%;
    }
    .company_adress.d-flex br {
        display: none;
    }
    .footer-social h5 {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .home_banner h5{letter-spacing: 1px;}
    .company_adress.d-flex i.fa.fa-map-marker {
        margin-right: 23px;
    }
    #welcome{margin-top: 15px;}
     .home_banner {
	    height: 390px;
	}
	.home_banner.banner.banner_cover {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    right: 0;
	    padding: 0px;
        width: 87%;
	}
	.home_banner .container::before {
	    left: 60px;
	}
	.home_banner .container {
	    padding-left: 100px;
	}
}

@media (max-width:575px) {
    nav ul.menu {
        width: 300px;
    }
    nav .logo a {
        width: 80px;
    }
    body {
        margin-top: 63px;
    }
    .home_banner {
        height: 400px;
    }
    .home_banner h1 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .home_banner h5 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 3px;
}
    .home_banner h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.home_banner h2 br{display: none;}
    .home_banner .container::before {
        left: 88px;
        height: 200px;
    }
    .bg-image {
        width: 100%;
    }
    .btn_common {
        width: 220px;
    }
    .home_banner a {
        font-size: 13px;
        padding: 13px 29px;
    }
    #home-contact .gettouch h5 {
        font-size: 19px;
        letter-spacing: 1px;
    }
    .brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .brand img {
        margin-right: 0;
        max-width: 100px;
    }
    #services a {
        margin-bottom: 20px;
    }
    #services {
        padding: 43px 0 28px;
    }
    #callustoday h5 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    #callustoday .top_menu a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        margin-right: 6px;
    }
    #callustoday .col-md-4 {
        margin-bottom: 20px;
    }
    #callustoday .col-md-4:after {
        display: none;
    }
    #callustoday a {
        font-size: 14px;
    }
    .our-testimonial h5 {
        font-size: 16px;
    }
    .our-testimonial h6 {
        font-size: 14px;
    }
    .client-rating li {
        font-size: 14px;
    }
    #our_clients {
        padding: 34px 0 46px;
    }
    .our-testimonial {
        position: static;
        max-width: 100%;
        margin: 0 auto;
    }
    .owl-carousel .owl-dots {
        top: auto;
        bottom: 25px;
    }
    #our_clients .owl-nav {
        top: auto;
        bottom: 21px;
    }
    #our_clients .left-client h6 {
        margin-bottom: 19px;
    }
    .box {
        padding: 25px 36px 65px;
    }
    .service-footer {
        margin-top: 20px;
    }
    .headh1 {
        font-size: 36px
    }
    #about h1::before {
        left: 20px;
        height: 90px;
    }
    #about {
        padding: 60px 0 64px;
    }
    .vision .our-vision h5,
    .vision .our-mission h5 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .view-gallery h2,
    .cnt-btn h2 {
        font-size: 16px;
    }
    #top-testimonial .box {
        max-width: calc(100% - 30px);
        padding: 25px 30px;
        margin: 0 auto;
        background-color: rgba(17, 103, 53, 0.9);
        position: static;
    }
    #top-testimonial .our-testimonials {
        background-color: transparent;
        margin-bottom: 0;
    }
    .our-testimonials {
        margin-bottom: 15px;
    }
    .topspace {
        margin-top: 0px;
    }
    .our-testimonials.right-testimonial {
        margin-top: 15px;
        height: auto;
    }
    #testimonial-section {
        padding: 15px 0 15px;
    }
    .testimonial-box {
        padding: 47px 40px 35px;
    }
    .our-testimonials.right-testimonial .testimonial-box {
        padding: 47px 40px 6px;
    }
    .topspace.d-flex {
        flex-direction: column;
    }
    .thumbnail.text-center.hover-zoomin {
        height: 250px;
        width: 100%;
    }
    .thumbnail img {
        width: 100%;
        height: auto;
    }
    .topspace.d-flex .col-md-7.pl-xl-0.col-xs-12.col-sm-6 {
        margin-bottom: 15px;
    }
    #competencies {
        padding: 30px 0;
    }
    #top-testimonial {
        padding: 47px 0 0 0;
    }
    #other-services ul li {
        max-width: 100%;
        margin: 0 15px;
        width: 43%;
    }
    .gallery_sect .container a {
        width: 100%;
        text-align: center;
        display: block;
    }
    .gallery_sect {
        padding: 30px 0;
    }
    .gallery_sect .container a {
        margin: 9px auto 0;
    }
    .btmspace {
        margin-bottom: 0px;
    }
    #vacancy .vacancy-sect {
        padding: 25px 15px;
    }
    .footer-social h5 {
        letter-spacing: 3px;
        font-size: 14px;
    }
    #contact-sect {
        padding: 45px 0 0;
    }
     .home_banner {
	    height: 390px;
	}
	.home_banner.banner.banner_cover {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    right: 0;
	    padding: 0px;
        width: 85%;
	}
	.home_banner .container::before {
	    left: 30px;
	}
	.home_banner .container {
	    padding-left: 72px;
	}
	.cnt-inner-map, .inner-map {height:300px; margin-top:20px;} 
    .owl-carousel .owl-item img{height: auto; width: 700px;}
    #home_slider .owl-nav .owl-next{margin-right: 20px;}
}

@media (max-width:555px) {
    .copyright-div {
        flex-direction: column;
    }
    .copyright-div a {
        margin-left: 0;
        border-left: 0;
        border-top: none;
        padding-top: 5px;
        margin-top: 5px;
    }
    footer .container {
        padding: 0 30px 0 30px;
    }
    .copyright-div span {
        max-width: 80%;
        text-align: center;
        line-height: 14px;
    }
    .copyright-div {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:480px) {
    body {
        margin-top: 64px;
    }
    nav .logo a {
        width: 60px;
    }
    .home_banner {
        height: 390px;
    }
 /*   .home_banner h1 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
 } */
.home_banner.banner.banner_cover{
    width: 80%;
}
    /* .home_banner h5 {
        font-size: 12px;
        letter-spacing: 1px;
    } */
    /* .home_banner h2 {
        font-size: 24px;
        line-height: 24px;
            margin-bottom: 10px;
    } */
    .home_banner .container {
        padding-left: 6px;
    }
    .home_banner .container::before {
        display: none;
    }
    .home_banner a {
        padding: 5px 18px;
        letter-spacing: 3px;
    }
    #welcome h5 {
        font-size: 22px;
    }
    #welcome .wc {
        padding: 25px 14px;
    }
    #welcome .wc p {
        margin-bottom: 0px;
    }
    .inner-map iframe {
        height: 250px;
    }
    p {
        font-size: 16px;
    }
    #home-contact .gettouch h5 {
        font-size: 15px;
        letter-spacing: 0px;
    }
    #home-contact .gettouch h6 {
        font-size: 14px;
        letter-spacing: 1px;
    }
    #competencies h4 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .brand img {
        max-width: 65px;
    }
    #our_clients .left-client h5 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #our_clients .left-client h6 {
        font-size: 14px;
    }
    #our_clients .owl-nav {
        margin-right: 18px;
    }
    .owl-carousel .owl-dots {
        right: 65px;
    }
    #callustoday h5 {
        margin-bottom: 0;
    }
    nav .top_menu p {
        font-size: 9px;
        line-height: 19px;
        margin-right: 13px;
        letter-spacing: 0px;
    }
    .fotter-menu-wrapper {
        padding-right: 0 !important;
        flex-direction: column;
    }
    .fotter-menu-wrapper ul {
        width: 100%;
    }
    .footer-social .top_menu_wrapper {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 12px;
        border: none;
        padding-bottom: 12px;
        width: 100%;
    }
    .footer-social {
        flex-direction: column;
    }
    .copyright-div {
        flex-direction: column;
    }
    .copyright-div a {
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid #caf54c;
        padding-top: 5px;
        margin-top: 5px;
    }
    footer .container {
        padding: 0 30px 0 30px;
    }
    .copyright-div span {
        max-width: 80%;
        text-align: center;
        line-height: 14px;
    }
    .copyright-div {
        padding-top: 20px;
        margin-top: 20px;
    }
    .vision .our-vision h5,
    .vision .our-mission h5 {
        font-size: 18px;
    }
    .thumbnail.text-center.hover-zoomin {
        height: 190px;
        width: 100%;
    }
    .thumbnail img {
        width: 100%;
        height: auto;
    }
    #other-services ul li {
        max-width: 100%;
        margin: 0 0px;
        width: 100%;
    }
    #other-services ul {
        padding: 0 15px;
    }
    .left-btn-bar {
        justify-content: space-between;
    }
    .left-btn-bar div {
        margin: 0;
    }
    .view-gallery h2,
    .cnt-btn h2 {
        font-size: 14px;
    }
    .view-gallery,
    .cnt-btn {
        padding: 15px 20px;
    }
    .form-check {
        padding-left: 0px;
    }
    .form-check .container {
        font-size: 13px;
        letter-spacing: 1.1px;
    }
    .form-control.captcha {
        font-size: 20px;
    }
    #callustoday {
        padding: 29px 0 10px;
    }
    .copyright-div a {
        border: none;
    }
    .headh1 {
        font-size: 34px;
    }
    #about h1::before {
        height: 70px;
    }
    #contact-sect .cntbox .cnt-inner {
        padding: 38px 11px 26px;
    }
    .cnt-inner address div,
    .cnt-inner address div a {
        font-size: 16px;
    }
    #contact-sect .cntbox .cnt-inner h3 {
        letter-spacing: 1px;
        font-size: 28px;
    }

}

@media (max-width:400px) {
    .brand img {
        width: 56px !important;
        display: block;
        max-width: 100%;
    }
    .brand {
        flex-wrap: wrap;
        padding: 0;
    }
    .left-btn-bar {
        flex-direction: column;
        display: block;
    }
    .left-btn-bar div {
        margin: 0 auto 15px;
    }
}
/* @media (max-width:384px){
    .home_banner h1{
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 18px;
    }
    .home_banner h5{
        font-size: 11px;
    }
    .home_banner h2{
        font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
    
    }
    .home_banner a{
        font-size: 12px;
    }
} */
@media (max-width:320px) {
    .thumbnail.text-center.hover-zoomin {
        height: 160px;
        width: 100%;
    }
    .thumbnail img {
        width: 100%;
        height: auto;
    }
    .bg-image {
        height: 220px;
    }
    .caption h5 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .caption {
        left: 0px;
    }
    .caption h6 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .testimonial-box {
        padding: 47px 12px 35px;
    }
    .our-testimonials.right-testimonial .testimonial-box {
        padding: 47px 12px 35px;
    }
    .box {
        padding: 25px 14px 100px;
    }
    #our_clients .owl-nav {
        top: auto;
        bottom: 13px;
        margin-right: 90px;
    }
    .owl-carousel .owl-dots {
        right: 134px;
        bottom: 16px;
    }
    #about {
        padding: 50px 0 50px;
    }
    .headh1 {
        font-size: 30px;
    }
    #about h1::before {
        height: 60px;
    }
    .btn-social .inner-icon {
        margin-left: 20px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .home_banner.banner.banner_cover {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 0;
	    right: 0;
	    padding: 0px;
	}
	 .home_banner {
	    height: 390px;
	}
}

.message.success p {
    text-align: center !important;
    color: #116735 !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.message.success p:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 0;
    margin-right: 11px;
    color: #c9f54d;
}