/* -----------------------------------------------------------------------------

Primary Color: #1C4E87;
Accent Color: #2B7127;
Secomndary Color: #ADEFAA
----------------------------------------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700;900&display=swap');
body {
    font-family: "Heebo", Arial, sans-serif;
    background: #f8f9fa;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    color: #343a40;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #1C4E87;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1C4E87;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Heebo", Arial, sans-serif;
    line-height: 1.5;
    color: rgba(0, 0, 0, .9);
    font-weight: 700;
    /*font-size: 1.2rem;*/
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: #1C4E87;
    text-transform: uppercase;
}

.topper {
    font-size: 15px;
    width: 100%;
    z-index: 3
}

.topper .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05)
}

.topper .icon span {
    color: #1C4E87
}

.topper .text {
    width: calc(100% - 50px)
}

.topper .text p {
    margin-bottom: 0;
    font-size: 12px
}

.topper .text .con {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300
}

.topper .text .con a{
    color: #fff
}

.topper .text .con a:hover{
    color: #1C4E87
}

.topper .text .con span {
    font-weight: 600;
    font-size: 13px;
    color: #fff
}

.topper .text .con span:first-child {
    color: #1C4E87
}

.topper .text .con span a{
    font-weight: 600;
    font-size: 13px;
    color: #fff
}
.topper .text .con span a:hover{
    color: #1C4E87
}

.topper .text .hr span {
    color: #fff;
    font-weight: 600;
    font-size: 13px
}

.topper .text .time span:last-child {
    font-weight: 600;
    color: #1C4E87
}

.lighter-grey {
	background: #333333;
}

.white-background {
	background: #fff;
}

.white-text {
	color: #fff;
}

.ftco-navbar-light {
    background: #343a40 !important;
    position: relative;
    z-index: 3;
    padding: 0;
    border-bottom: 2px solid #adefaa;
}

@media (max-width:991.98px) {
    .ftco-navbar-light {
        background: #343a40 !important;
        position: relative;
        top: 0;
        padding: 10px 20px
    }
}

.ftco-navbar-light .container {
    width: 1110px;
    margin: 0 auto;
    padding: 0
}

.ftco-navbar-light .navbar-brand {
    color: #000;
    padding-top: .7rem;
    padding-bottom: .7rem
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
    color: #000 !important
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff
    }
    .ftco-navbar-light .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.ftco-navbar-light .navbar-nav>.nav-item:hover>a.nav-link{
    background: #212121;
    /*color: #1C4E87;*/
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px
}

@media (max-width:1199.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
        display: inline-block
    }
	.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0.5rem;
		padding-top: 0.5rem;
        color: #fff
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #2B7127;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #02121e;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        background: #fff;
        border-radius: 5px
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover {
    background: #1C4E87
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
    background: transparent;
    background: none;
    color: #1C4E87
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.ftco-navbar-light .navbar-nav>.nav-item.active a.nav-link  {
    /*background: #1C4E87;
    color: #cecece;*/
    background: #FFFFFF8C;
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #fff;
        background: transparent
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, .9) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #1C4E87;
    outline: none !important
}

.navbar-brand {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 3;
    position: relative
}

@media (max-width:767.98px) {
    .navbar-brand {
        line-height: 1
    }
}

.navbar-brand span {
    color: #000;
    display: block;
    line-height: 1
}

.navbar-brand span small {
    display: block;
    font-size: 11px;
    color: #1C4E87;
    font-weight: 700
}

.navbar-brand .flaticon {
    font-size: 50px;
    color: #000
}

.dropdown-menu {
	margin: 0;
	background: #212121;
	border: 2px solid #333333;
	border-top:none;
    border-radius: 0 0 25px 25px;
}

.dropdown-item {
	color:#fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #adefaa;
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: .4
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel .owl-item img {
    background: #fff;
}

.hero-wrap {
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../img/secheaderbw.jpg);
    /*background-color: #ffffff;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75%;
    border-bottom: 4px solid #1C4E87;
    overflow: hidden;
}

@media (max-width:991.98px) {
    .hero-wrap {
        background-position: bottom center !important;
    }
}

.hero-wrap .slider-text {
    height: 300px;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #1C4E87;
      -webkit-transform: matrix(1, 0, -.5, 1, 850, 0);
  -ms-transform: matrix(1, 0, -.5, 1, 850, 0);
  transform: matrix(1, 0, -.5, 1, 850, 0);

}

.hero-wrap.hero-wrap-2 {
    height: 240px;
    position: relative;
    background-position: top center
}

.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    opacity: .5;
    background: #000
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 240px
}

.slider-text {
    color: rgba(255, 255, 255, .8)
}

.slider-text .subheading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1C4E87;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .slider-text h1 {
        font-size: 40px
    }
}

.slider-text p {
    font-weight: 400
}

.slider-text p strong {
    font-weight: 700
}

.slider-text p strong a {
    color: #000
}

.slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8)
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, .8)
}

.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, .8)
}

.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, .8)
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: #1C4E87
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: #1C4E87
}

.slider-text .bread {
    font-weight: 700;
    color: #fff;
    font-size: 50px
}

.bg-light {
    background: #f8f9fa !important
}

.bg-primary {
    background: #1C4E87
}

.btn {
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09)
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none
}

.btn.btn-primary {
    background: #1C4E87;
    border: 1px solid #1C4E87 !important;
    color: #ADEFAA !important
}

.btn.btn-outline-primary {
    border: 0 !important;
    color: #343a40;
    background-color: #00cf14;
}

.btn.btn-primary:hover {
    border: 1px solid #1C4E87;
    background: #1C4E87;
    color: #1C4E87
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #1C4E87;
}

.btn.btn-secondary {
    background: #2B7127 !important;
    border: 1px solid #2B7127 !important;
    color: #fff !important
}

.btn.btn-secondary:hover {
    border: 1px solid #2B7127 !important;
    background: transparent !important;
    color: #2B7127 !important
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000 !important
}

.btn.btn-white:hover {
    border: 1px solid #000;
    background: #1C4E87 !important;
    color: #fff
}

.ftco-intro {
    padding: 5em 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: rgba(255, 255, 255, .8);
    background: #1C4E87;
    z-index: 0;
    overflow: hidden
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #2B7127;
    z-index: -2
}

.ftco-intro:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    content: '';
    background: rgba(255, 255, 255, .05);
    -webkit-transform: matrix(1, 0, .5, 1, 150, 0);
    -ms-transform: matrix(1, 0, .5, 1, 150, 0);
    transform: matrix(1, 0, .5, 1, 150, 0);
    z-index: -1
}

@media (max-width:991.98px) {
    .ftco-intro {
        background-position: center center !important
    }
}

.ftco-intro h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800
}

.ftco-intro h2 span {
    background: #1C4E87
}

.services-wrap {
    margin-bottom: 40px;
	border: solid #fff;   
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.services-wrap:hover{
	border: solid #1C4E87;
}

.services-wrap .img {
    width: 100%;
    height: 200px
}

.services-wrap .text {
    background: rgba(0, 0, 0, .03);
    padding: 20px
}

.services-wrap .text h2 {
    font-weight: 500;
    font-size: 22px;
	color: #fff;
}

.ftco-services-2 .services {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, .8)
}

.ftco-services-2 .services .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    z-index: 1;
    margin-bottom: 20px;
    background: #2B7127;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.ftco-services-2 .services .icon span {
    font-size: 38px;
    color: #fff
}

.ftco-services-2 .services .media-body h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif
}

.appointment-wrap {
    width: 100%;
    background: #2B7127;
    position: relative
}

@media (min-width:992px) {
    .appointment-wrap {
        margin-top: -30px
    }
    .appointment-wrap:after {
        position: absolute;
        top: 0;
        right: -22px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 22px;
        border-color: transparent transparent transparent #2B7127
    }
    .appointment-wrap:before {
        position: absolute;
        top: 0;
        left: -22px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 30px 22px;
        border-color: transparent transparent #2B7127 transparent
    }
}

.appointment-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .12;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, .47) 47%, white 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(246, 246, 246, .47)), color-stop(100%, white));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, .47) 47%, white 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, .47) 47%, white 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, .47) 47%, white 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, .47) 47%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.appointment-wrap h3 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #1C4E87;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600
}

.appointment-form {
    width: 100%
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block
}

.appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.appointment-form .form-group .icon span {
    color: rgba(0, 0, 0, .2) !important
}

.appointment-form .form-group .select-wrap {
    position: relative
}

.appointment-form .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block !important
}

.appointment-form .form-control {
    /*border: none !important;*/
    height: 54px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff !important;
    color: rgba(0, 0, 0, .5) !important;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.appointment-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.appointment-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.appointment-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.appointment-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.appointment-form .form-control:focus,
.appointment-form .form-control:active {
    border-color: #fff
}

.appointment-form textarea.form-control {
    height: inherit !important
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control:focus,
.form-control:active {
    border-color: #000
}

textarea.form-control {
    height: inherit !important
}

.ftco-animate {
    opacity: 0;
    visibility: hidden
}

.bg-primary {
    background: #1C4E87 !important
}

.ftco-section {
    padding: 3em 0;
    position: relative
}

@media (max-width:767.98px) {
    .ftco-section {
        padding: 2em 0
    }
}

.ftco-no-pt {
    padding-top: 0 !important
}

.ftco-no-pb {
    padding-bottom: 0 !important
}

.ftco-footer {
    font-size: 16px;
    background: #141414;
    padding: 7em 0 0 0;
    z-index: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-top: 4px solid #1C4E87;
    background-image: url('/img/texture1.jpg');
}

.ftco-footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    content: '';
    background: rgba(255, 255, 255, .03);
    -webkit-transform: matrix(1, 0, -.5, 1, 50, 0);
    -ms-transform: matrix(1, 0, -.5, 1, 50, 0);
    transform: matrix(1, 0, -.5, 1, 50, 0);
    z-index: -1
}

@media (max-width:991.98px) {
    .ftco-footer .ftco-footer-widget {
        margin-bottom: 40px
    }
}

.ftco-footer .ftco-footer-widget ul {
    margin: 0;
    padding: 0
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .5)
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #1C4E87
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
    font-size: 14px
}

.ftco-footer .ftco-footer-widget ul li a:hover > span {
    color: #1C4E87
}


.ftco-footer p {
    color: #fff;
}

.ftco-footer a {
    color: rgba(0, 0, 0, .7);
    color: #1C4E87
}

.ftco-footer a:hover {
    color: #fff
}

.ftco-footer .ftco-heading-2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px
}

.ftco-footer .logo a {
    color: #1C4E87
}

.ftco-footer .logo a span.flaticon {
    font-size: 24px;
    line-height: 1
}

.ftco-footer .bg-primary {
    background: #111 !important;
    position: relative;
    z-index: 0
}

.ftco-footer .bg-primary p {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer .bg-primary p a {
    color: #fff;
    text-decoration: underline

}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #1C4E87;
    position: relative;
    border-radius: 4px
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important
}

#map {
    height: 600px;
    width: 100%
}

@media (max-width:767.98px) {
    #map {
        height: 300px
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 169, 49, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 169, 49, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 169, 49, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 169, 49, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(255, 169, 49, 0);
        box-shadow: 0 0 0 30px rgba(255, 169, 49, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 169, 49, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 169, 49, 0);
        box-shadow: 0 0 0 0 rgba(255, 169, 49, 0);
    }
}

.heading-section .subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .3);
    color: #1C4E87;
    letter-spacing: 2px;
    font-weight: 600
}

.heading-section h2 {
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700;
	color: #fff;
}
.heading-section h3 {
	color: #fff;
}
.heading-section h4 {
	color: #fff;
}

.heading-section h2 span {
    color: #1C4E87
}

.heading-section h2 span.number {
    color: #1C4E87
}

@media (max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, .9) !important
}

.heading-section.heading-section-white h2 {
    color: #fff
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, .9)
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.testimony-section {
    position: relative;
    background: #2B7127;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    padding: 5em 0;
    z-index: 0
}

.testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .95;
    background: #2B7127;
    z-index: -2
}

.testimony-section:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    content: '';
    background: rgba(255, 255, 255, .03);
    -webkit-transform: matrix(1, 0, .5, 1, 150, 0);
    -ms-transform: matrix(1, 0, .5, 1, 150, 0);
    transform: matrix(1, 0, .5, 1, 150, 0);
    z-index: -1
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (max-width:991.98px) {
    .testimony-section .owl-nav {
        display: none
    }
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff !important;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 1
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 20px;
    margin-top: 7px;
    color: #000
}

.testimony-section .owl-nav .owl-prev {
    top: 0 !important;
    right: 0 !important
}

@media (min-width:992px) {
    .testimony-section .owl-nav .owl-prev {
        right: 61px !important
    }
}

.testimony-section .owl-nav .owl-prev:hover,
.testimony-section .owl-nav .owl-prev:focus {
    background: #000 !important;
    outline: none !important
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before {
    font-size: 20px;
    margin-top: 7px;
    color: #fff
}

.testimony-section .owl-nav .owl-next {
    top: 0 !important;
    right: 0 !important
}

@media (min-width:992px) {
    .testimony-section .owl-nav .owl-next {
        right: 0 !important
    }
}

.testimony-section .owl-nav .owl-next:hover,
.testimony-section .owl-nav .owl-next:focus {
    background: #000 !important;
    outline: none !important
}

.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    font-size: 24px;
    margin-top: 7px;
    color: #fff
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3)
}

.testimony-section .owl-dots .owl-dot.active {
    background: #fff
}

.testimony-wrap {
    display: block;
    position: relative;
    color: rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 0
}

.testimony-wrap:after {
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    content: '';
    width: 120px;
    height: 120px;
    background: #1C4E87;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: -1
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background-position: top center
}

.testimony-wrap .user-img .quote {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    background: #1C4E87;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.testimony-wrap .user-img .quote i {
    color: #fff
}

.testimony-wrap .text {
    width: calc(100% - 100px)
}

.testimony-wrap .name {
    font-weight: 600;
    margin-bottom: 0;
    color: #000
}

.testimony-wrap .position {
    font-size: 18px;
    color: #1C4E87;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.ftco-counter {
    overflow-x: hidden;
    position: relative
}

@media (max-width:1199.98px) {
    .ftco-counter {
        background-position: center center !important
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .05);
    background: #2B7127;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.ftco-counter .block-18:before {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    content: '';
    width: 50%;
    background: rgba(255, 255, 255, .15);
    z-index: -1;
    -webkit-transform: matrix(1.5, 0, -.3, 1, 0, 0);
    -ms-transform: matrix(1.5, 0, -.3, 1, 0, 0);
    transform: matrix(1.5, 0, -.3, 1, 0, 0)
}

.ftco-counter .text strong.number {
    font-weight: 700;
    font-size: 30px;
    color: #1C4E87;
    display: block
}

.ftco-counter .text span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gallery {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    z-index: 0;
    border: 1px solid #cccccc;
    border-radius: 20px;
}

.gallery .overlay {
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.gallery .overlay {
    background: #2B7127;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2
}

.gallery .icon {
    opacity: 0;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #343a40;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.gallery .icon span {
    color: #fff
}

.gallery:hover .icon {
    opacity: 1
}

.gallery:hover .overlay {
    opacity: .8
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
    width: 100%;
    position: relative;
    display: block
}

.blog-entry {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #bab9b9;
  border-radius: 20px;
  /*transform: scale(0.98);*/
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #ececec;
  color: #454545;
}

.blog-entry:hover{
    /*transform: scale(1.02);*/
    box-shadow: 1px 1px 12px rgba(11,11,11,0.7);
    
}

@media (max-width:767.98px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    /*border-radius: 2px;
    background: #fff;*/
    width: 100%;
    padding: 20px 30px;
    /*color: #ffffff;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-entry .text .tag {
    color: #b3b3b3
}

.blog-entry .text .heading {
    font-size: 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #1C4E87;
}

.blog-entry .text .heading a {
    color: #969696;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #1C4E87
}

.blog-entry .meta p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color:#999999;
    height:100%;
}

.blog-entry .meta p a {
    color: #1C4E87;
    font-size: 12px
}

.blog-entry .meta p a:hover {
    color: #000;
}

.blog-entry .text p {
    /*color:#000;*/
}

.blog-entry .block-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.block-23 ul {
    padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(255, 255, 255, .5)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #000
}

.block-6 .media-body p {
    font-size: 16px
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: #2B7127;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #2B7127;
    color: #fff;
    border: 1px solid transparent
}

.contact-section .img {
    width: 100%;
    background-position: top center
}

.contact-section .contact-form {
    width: 100%;
    border-radius: 5px;
    background: #141414
}

@media (max-width:767.98px) {
    .contact-section .contact-form .btn-primary {
        display: block;
        width: 100%
    }
}

.contact-section .contact-form .form-control {
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px
}

.contact-section .contact-form .form-control {
    height: 36px;
    background: #fff !important;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none
}

.contact-section .contact-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:focus,
.contact-section .contact-form .form-control:active {
    border-color: #1C4E87 !important
}

.contact-section .contact-form textarea.form-control {
    height: inherit !important
}

.dbox {
    width: 100%;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px
    }
}

.dbox p {
    margin-bottom: 0
}

.dbox p span {
    font-weight: 500;
    /*color: #fff;*/
}

.dbox p a {
    color: #1C4E87
}

.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1C4E87;
    margin: 0 auto;
    margin-bottom: 20px
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: calc(100% - 50px);
    padding-left: 15px
}

.dbox .text span {
    display: block;
    line-height: 1.2
}

#map {
    width: 100%
}

@media (max-width:767.98px) {
    #map {
        height: 300px
    }
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #1C4E87
}

.block-21 .text .meta>div {
    display: inline-block;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    text-transform: uppercase;
    font-size: 12px;
    color: #b3b3b3
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #f2f2f2;
    font-size: 11px;
    background: #f2f2f2
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 100px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 100px)
}

.comment-list li .comment-body h3 {
    font-size: 20px
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
    color: #1C4E87;
    display: block;
    margin-bottom: 10px
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    background: #1C4E87;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000
}

.search-form {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 4px
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px
}

.categories {
    padding: 0;
    margin: 0
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a {
    display: block;
    color: #1a1a1a
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.categories li.active a {
    color: #000;
    font-style: italic
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
a.video-play-btn {
    position: absolute;
    background-color: #1C4E87;
    color: #051922;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0 0 20px #adadad;
    box-shadow: 0 0 20px #adadad;
    left: 50%;
    margin-left: -45px;
}
a.video-play-btn:hover {
    background-color: #333;
    color: #1C4E87;
}
.abt-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vid-stock {
    height: 68%;
}

.edit-text h1,
.edit-text h2,
.edit-text h3,
.edit-text h4,
.edit-text h5,
.edit-text .h1,
.edit-text .h2,
.edit-text .h3,
.edit-text .h4,
.edit-text .h5 {
    color: #343a40;
}

.edit-text img{
	max-width: 100%;
	height: auto;
}

.path {
	stroke: #1C4E87;
}
.map{
	width: 100%;
	height: 400px;
}
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
	color: #ADEFAA !important;
	background-color: #1C4E87 !important;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}

#srch.searchTerm {
  width: 100%;
  border: 2px solid #343a40;
  border-right: none;
  padding-left: 25px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #666666;
}

#srch.searchTerm:focus{
  color: #333333;
}

.searchButton {
  width: 50px;
  height: 50px;
  border: 1px solid #343a40; /*c43132;*/
  background: #343a40;
  text-align: center;
  color: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 50px;
}
.top-links {
    list-style-type:none;
}

.toptel {
    font-size:1.8rem;
    font-weight: 700;
    line-height:1.2;
}


.social-icons {
    list-style: none;
    padding:0;
    text-align: right;
}
.social-icons li {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: .5rem;
    margin-right: .5rem;
    border-radius: 50%;
}


@media (max-width: 767px) {
   .social-icons { text-align: center; }
}

.carousel-caption {
    bottom: 0;
    left:0;
    padding-bottom:90px;
    width: 50%;
    height: 100%;
}


.carousel-caption-overlay {
    position:absolute;
    bottom: 0;
    top:0;
    left:-50%;
    width:100%;
    background:black;
   /* background-image:url('/img/texture1.jpg');*/
    opacity: 0.7;
    transform: skewX(-20deg);
}

.main-caption h2 {
    font-size: 4.0vw;  
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
}

.main-caption p {
    margin-top:5%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}
.main-caption {
    padding-left:2rem;
    padding-right:2rem;
    padding-top:8%;
}

.cta-outer {
    margin-top: -95px;
}
.cta {
    padding: 0 2rem;
    border-radius: 4rem;
    background-color: #343a40;
    height: 90px;
    z-index:2;
}

.cta-inner {
    position:relative;
    top: 45px;
}



@media (max-width: 1200px) {
   .main-caption p { display:none; }
}
    

.feat-iconblock {
    border: 4px solid #1C4E87;
    background: #ADEFAA;
    color: #565656;
    border-radius: 20px;
    text-align: center;
    padding: 1em;
}

.feat-iconblock i {
    font-size:3em;
}

.feat-iconblock h3 {
    color: #1C4E87;
    font-size: 2em;
}

.stonegrad-section {
    background: url(../img/rockgrad-p.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top:-100px;
    padding-top:100px;
    position:relative;
    overflow: hidden;
}
/*
.stonegrad-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.05;
    background: #fff;
}
*/

.featureblock-section {
    background: url(../img/section-bw.jpg);
    /*background-color: #ffffff;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 70px 0;
    position:relative;
    overflow: hidden;
}

.featureblock-content {
    position:relative;
    z-index:2;
}

.featureblock-section::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: '';
  /* background: rgba(169, 19, 57, 0.11); */
  -webkit-transform: matrix(1, 0, -.5, 1, 750, 0);
  -ms-transform: matrix(1, 0, -.5, 1, 750, 0);
  transform: matrix(1, 0, -.5, 1, 750, 0);
  z-index:1;
}

.featureblock-item {
   /* background-color: #212121;
    background-color: rgba(11,11,11,0.8);*/
    background-color: #efefef;
    background-color: rgba(255, 255, 255, 0.85);
    color: #565656;
    padding:2rem;
    border-radius:20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.featureblock-item:hover, .featureblock-item:active {
    /*background-color: rgb(11,11,11);*/
    background-color: rgba(255, 255, 255, 0.95);
}

.featureblock-item h3 {
    color: #1C4E87;
    text-transform:uppercase;
    font-size: 28px;
    margin-bottom:1rem;
    line-height:1.3;
}
.featureblock-item i {
    font-size:72px;
    color: #1C4E87;
}
.featureblock-nl, .featureblock-nl:hover {
    background-color: #343a40;
    color: #fff;
}
.featureblock-nl h3 {
    color:#dedede;
}

.bg-slashed {
    position:relative;
    overflow: hidden;
}
.bg-slashed::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, .08);
  -webkit-transform: matrix(1, 0, -.5, 1, 750, 0);
  -ms-transform: matrix(1, 0, -.5, 1, 750, 0);
  transform: matrix(1, 0, -.5, 1, 750, 0);
}

.stockcard, .detailcard {
    color:#212121;
    border-radius: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out

}
.stockcard {
    background-color:#ffffff;
    border:none;
}
.stockcard:hover{
    box-shadow: 1px 1px 12px rgba(11,11,11,0.7);
    
}

.stockcard .stockfooter {
    border-top: 4px solid #1C4E87;
}

.stockcard .card-img, .stockcard .card-img-top {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.stockcard .stock-title {
    text-transform: uppercase;
    font-size: 1.7rem;
    line-height:1.3;
    font-weight: 700;
    color:#1C4E87;
}
.stockcard .price {
    font-weight: 400;
    color:#333333;
    font-size: 1.4rem;
}

.btn {
    transition: .3s all ease;
}

.stockcard .btn.btn-secondary:hover,  .stockcard .btn.btn-secondary:active,
.blog-entry .btn.btn-secondary:hover,  .blog-entry .btn.btn-secondary:active,
.detailcard .btn.btn-secondary:hover,  .detailcard .btn.btn-secondary:active {
    color: #ffffff !important;
    background-color: #1C4E87 !important;
    border: solid 1px #1C4E87 !important;
} 

h2.subheader {
    color: #343a40;
    font-size: 3rem;
    text-transform: uppercase;
    line-height:1.1;
}

.stonegrad-section h2.subheader {
    color: #ffffff;
}


@media (max-width: 767px) {
   .lateststock h2 {
        color: #212121;
        font-size: 3rem;
    }
}

.whatsapp2 {
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 8%;
  right: 7px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}



.boxedlogo {
    display:block;
    text-align:center;
    padding: 2rem 1rem;
    background-color: #343a40;
}

.boxedlogo.scania {background-color: #343a40;}
.boxedlogo.merc   {background-color: #343a40;}
.boxedlogo.man    {background-color: #343a40;}
.boxedlogo.iveco  {background-color: #343a40;}
.boxedlogo.erf    {background-color: #343a40;}
.boxedlogo.renault {background-color: #343a40 ;}
.boxedlogo.man    {background-color: #343a40;}
.boxedlogo.volvo  {background-color: #343a40;}

.boxedlogo:hover, .boxedlogo.scania:hover, .boxedlogo.merc:hover, .boxedlogo.man:hover, .boxedlogo.iveco:hover, .boxedlogo.erf:hover, .boxedlogo.renault:hover, .boxedlogo.man:hover, .boxedlogo.volvo:hover {
    background: #00cf14;
}

.color-green{
    color:#00cf14 !important;
}

.boxedlogo img {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.boxedlogo:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}


/*--------White background edits----------------*/
/*

.ftco-footer-widget a img{
    filter: saturate(0) brightness(60);
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 77px;
    right: 32px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    z-index: 100;
}

.appointment-wrap h3 {
    color: white;
}
.topper .text .con span a {
    color: black;
}
.topper .text .hr span {
    color: black;
}
.topper .text .con a {
    color: black;
}
.services-wrap .text h2 {
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: bold;
}
.heading-section h2 {
    color:black;
}
.hero-wrap .overlay {
    content: '';
    opacity: .35;
}

#injected .list-content .list-title .list-title-text, #injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name, #injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container.faceted-header, #injected .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count, #injected .breadcrumbs .breadcrumbs-element, #injected .dealer-info, #injected .contact-info-heading h2, #injected .dealer-info a[href^="tel:"].field-value, #injected .detail-additional-data h3, #injected .mc-thumbs .mc-thumb-strip, #injected .faceted-search-content .selected-facets-container .selected-header, #injected .detail-mobile-title, #injected .dealer-info a h3, #injected .list-content .list-top-section .list-sort-order .sort-by-dropdown-container {
    color: black !important;
}
.edit-text h1, .edit-text h2, .edit-text h3, .edit-text h4, .edit-text h5, .edit-text .h1, .edit-text .h2, .edit-text .h3, .edit-text .h4, .edit-text .h5 {
    color: rgba(0, 0, 0, .9);
}

.contact-section label{
    color:white;
}

.dbox p span {
    font-weight: 500;
    color: black;
}

.slider-text h2{
    color:white;
}
.slider-text p:first-of-type{
    font-size:18px;
    font-weight:600;
}
.slider-text .btn {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}
*/

.toptel span {
    font-size: 17px;
}

.card-img-top {
    max-height: 210px;
    object-fit: cover;
}

/* FOR DEMO ONLT */
.listing-dealer-info {
    display: none;
}

#injected .view-listing-details-link {
    background-color: #00cf14 !important;
    color: #343a40 !important;
}

#injected .faceted-search-content .selected-facets-container .selected-facet {
    background-color: #00cf14 !important;
    color: #343a40 !important;
}

.icon-section .icon-block {
  padding-top: 1rem;
}

.icon-section .icon-link {
  color: #1C4E87;
  font-weight: 600;
  display: block;
  text-align: center;
  text-decoration: none;
}

.services-item, .carousel-item, .carousel-item img, .carousel-inner {
    min-height: 350px !important;
    object-fit: cover;
    object-position: bottom;
}

@media (max-width: 767px) {
   .carousel-caption-overlay {
        position: absolute;
         bottom: 60%;
         left: 0;
         width: 100%;
         background-image: url(/img/texture1.jpg);
         opacity: 1;
        transform: unset;
    }
    .carousel-caption {
    width: 100%;
}
    .main-caption h2 {
    font-size: 6.0vw;
}
}