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

Primary Color: #c71f27;
Secondary: #804e83;
----------------------------------------------------------------------------- */
@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=Lato:wght@300;400;700;900&display=swap');

body {
    font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff
} 

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

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

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

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: #2d2d2d;
    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: #c71f27
}

.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: #c71f27
}

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

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

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

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

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

.lighter-grey {
	background: #333333;
}

.white-background {
	background: #fff;
}

.white-text {
	color: #fff;
}

.ftco-navbar-light {
    position: relative;
    z-index: 3;
    padding: 0;
}

@media (max-width:991.98px) {
    .ftco-navbar-light {
        background: #2d2d2d !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: 14px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 15px;
    padding-right: 15px;
    color: #2d2d2d;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 8px 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
}

.ftco-navbar-light .navbar-nav>.nav-item:hover>a.nav-link{
    font-weight: 800;
    color: #c71f27;
}

.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: 5px;

		padding-right: 8px;
	}
}

@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: #c71f27;
    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: #c71f27
}

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

.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  {
    color: #c71f27;
    font-weight: 700;
}

@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: #c71f27;
    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: #c71f27;
    font-weight: 700
}

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

.dropdown-menu {
	margin: 0;
	background: #212121;
	border: none;
    border-radius:0;
}

.dropdown-item {
	color:#fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #404040;
  color: #efefef;
}

.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%;
    position: relative;
    /* background: url(../img/section-bak.jpg); */
    background: #c71f27;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75%; 
    border-bottom: 4px solid #c71f27; */
}

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

.hero-wrap .slider-text {

}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .15;
    background: #000
}

.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: #c71f27;
    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;
    z-index: 99;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

.slider-text .breadcrumbs span {
    color: #fff;
}

.slider-text .breadcrumbs span i {
    color: #fff;
}

.slider-text .breadcrumbs span a {
    color: #fff;
}

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

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

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

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

.bg-primary {
    background: #c71f27
}

.btn {
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -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: #2d2d2d;
    border: 1px solid #2d2d2d !important;
    color: #FFF !important;
}

.btn.btn-outline-primary {
    border-color: #c71f27;
    color: #c71f27;
    background-color: rgba(255,255,255,0.65);
}

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

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

.btn.btn-secondary {
    background: #c71f27 !important;
    color: #fff !important;
    border: none;
}

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

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

.btn.btn-white:hover {
    border: 1px solid #000;
    background: #c71f27 !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: #c71f27;
    z-index: 0;
    overflow: hidden
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #c71f27;
    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: #c71f27
}

.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 #c71f27;
}

.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: #c71f27;
    -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: #c71f27;
    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 #c71f27
    }
    .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 #c71f27 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: #c71f27;
    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: 15px;
    -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: #c71f27 !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: #2d2d2d;
  z-index: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.foot-links span {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff !important;
}

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

.foot-links {
  border-bottom: #fff 1px solid;
}

.privacy span {
  color: #c5c5c5;
  text-transform: uppercase;
}

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

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
}

.ftco-footer-social span.fab {
  transition: 0.3s;
}

.footer-back {
  background-image: url("/img/footer-back2.png");
  height: 300px;
  background-size: cover;
}


@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: rgba(255, 255, 255, .5)
}

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

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, .5);
    font-size: 14px
}

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


.ftco-footer p {
    color: rgba(255, 255, 255, .5)
}

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

.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: #c71f27;
}

.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;
    display: inline-block
}

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

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

.fa-youtube:hover {
  color: #FF0000 !important;
}

.fa-linkedin:hover {
  color: #0077B5 !important;
}

.fa-twitter:hover {
  color: #1DA1F2 !important;
}

.fa-instagram:hover {
  color: #f60283 !important;
}

.fa-facebook:hover {
  color: #4267B2 !important;
}

.foot-links span:hover {
  color: #c71f27 !important;
  transition: 0.2s;
}

#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: #c71f27;
    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: #c71f27
}

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

@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: #c71f27;
    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: #c71f27;
    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: #f5f5f5;
      padding: 30px;
      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: #c71f27;
    -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: #c71f27;
    -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: #c71f27;
    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: #c71f27;
    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: #c71f27;
    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: 30px;
}

.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: #c71f2788;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: -2;
      border-radius: 30px;
}

.gallery .icon {
    opacity: 0;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2d2d2d;
    -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-radius: 30px;
  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: #fff;
  border: 1px solid #dfdfdf;
  color: #2d2d2d;
}

.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: 0;
    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: #c71f27;
}

.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: #c71f27
}

.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: #c71f27;
    font-size: 12px
}

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

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

.blog-entry .block-20 {
    border-radius: 30px 30px 0 0;
}

.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: #c71f27;
    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: #c71f27;
    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: #c71f27 !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: #2d2d2d;
}

.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c71f27;
    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;
    font-weight: 800;
}

#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: #c71f27
}

.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: #c71f27;
    display: block;
    margin-bottom: 10px
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    background: #c71f27;
    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: #c71f27;
    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: #c71f27;
}
.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: #2d2d2d;
}

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

.path {
	stroke: #c71f27;
}
.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: #EDE9CD !important;
	background-color: #c71f27 !important;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 2px solid #c71f27;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #666666;
}

.searchTerm:focus{
  color: #333333;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #c71f27; /*c43132;*/
  background: #c71f27;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
.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;
}

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

/*.carousel-caption {
    
    bottom: 0;
    right:0;
    left:0;
    padding-bottom:90px;
    
} */

.carousel-caption {
    opacity: 0.88;
    height: 300px;
    width: 400px;
    left: 70%;
    top: 25%;
    border-radius: 20px 0 20px 0;
    /* border-radius: 20px; */
    /*border-radius: 30px; transform: translateY(-50%); top: 70%;*/
    background-color: #c71f27;
        box-shadow: 10px 10px rgb(0,0,0,0.5);
}

.main-caption h2 {
    font-size: 2rem;  
    font-family: "Lato";
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding: 0 30px 0 30px;
    font-weight: 900;
}

.main-caption p {
    padding-right: 50px;
    text-align: left;
    padding: 0 30px 0 30px;
    color: beige;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}


.main-caption {
    padding-top:1rem;
}
    
.negmargin-section {
    margin-top: -45px;
    z-index: 200;
    position: relative;
}
    
.feat-iconblock {
    border: 4px solid #c71f27;
    background: #EDE9CD;
    color: #565656;
    border-radius: 20px;
    text-align: center;
    padding: 1em;
}

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

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

.stonegrad-section {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    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-bak.jpg);
    /*background-color: #ffffff;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 70px 0;
}

.featureblock-item {
   /* background-color: #212121;
    background-color: rgba(11,11,11,0.8);*/
    background-color: #efefef;
    background-color: rgba(255, 255, 255, 0.8);
    color: #565656;
    padding:2rem;
    border-radius: 20px 0 20px 0;
    -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: #c71f27;
    text-transform:uppercase;
    font-size: 28px;
    margin-bottom:1rem;
}
.featureblock-item i {
    font-size:72px;
    color: #c71f27;
}

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

}
.stockcard {
    transform: scale(0.97);
    background-color:#fff;
    /* border: none !important; */
    border: 1px solid #dfdfdf;
}
.stockcard:hover{
    transform: scale(1.02);
    box-shadow: 1px 1px 12px rgba(11,11,11,0.7);
    
}

.stockcard .card-img, .stockcard .card-img-top {
  border-radius: 30px;
  height: 250px;
  object-fit: cover;
  padding: 20px;
}

.stockcard .stock-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #2d2d2d;
  line-height: 2.5ex;
  height: 5ex;
  overflow: hidden;
}

.table {
    color: #2d2d2d !important;
}


.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: #000 !important;
    background-color: #f8f9fa !important;
    border: solid 1px #f8f9fa !important;
} 

h2.subheader {
    color: #2d2d2d;
    line-height:1.1;
    font-weight: 600;
    font-size: 40px;
}

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


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

.whatsapp2 {
  position: fixed;
  width: 52px;
  height: 52px;
  line-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;
}


/*--------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;
}
*/

.header-blue {
    background: #c71f27;
}

.mainlogo {
    max-width: 125px;
    padding: 10px 0 10px 0;
}

.social-icons li a {
    color: #fff;
}

.alert-message {
    height: 50px;
    background: #c71f27;
    color: #000;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.alert-message a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-message a p {
        align-self: center;
        margin: 10px 0 5px 0;
        font-family: Lato;
    font-size: 17px;
    color: #c71f27;
}

.tagline h2 {
    text-align: center;
    text-transform: uppercase;
    color: #804e83;
    font-weight: 900;
    font-size: 38px;
}

hr {
    padding-top: 2px;
    background: #804e83;
    margin-top: 40px;
    width: 260px;
    
}

.mfs-logo {
    background: #2d2d2d;
}


h3 {
    font-family: Lato;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .05em;
    text-transform: none;
}

.about-section {
    text-align: center;
}

body {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.8em;
    text-transform: none;
    color: #30393b;

}

.editable-section img {
    max-width: 100%;
    height: auto;
}
/*----------Reviews----------*/
.testimony-section{
        background-image: url(../img/testimonial-background-agri.jpg);
}
.testimony-section .overlay {
    opacity: .25;
    background: black;
}
.page-reviews .testimony-wrap{
    height:100%;
}
.testimony-wrap{
    border-radius: 30px;
}
.testimony-wrap:after {
    position: absolute;
    top: 0;
    left: -170px;
    bottom: 0;
    content: '';
    width: 120%;
    height: 100%;
    background: #f5f5f5;
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-45deg);
    transform: skew(50deg);
    z-index: -1;
}
.page-reviews .testimony-wrap:after {
    left: -200px;
    content: '';
    width: 100%;
    height: 100%;
}
.testimony-wrap .text {
    width: 100%;
}

.testimony-wrap .position {
    margin-top: -5px;
    display: block;
    color: #8d8d8d;
    font-size: 11px;
}
.fa-star{
    color:#fbbc04;
}
.fa-quote-left{
    font-size: 29px;
    opacity: 0.8;
}

.banner-back {
    background: url('/img/home-back.jpg');
    height: 450px;
    border-radius: 30px;
    margin: 0 0 40px 0;
    background-position: center;
    background-size: cover !important;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px !important;
  }
}


.header-back {
    background: #f5f5f5;
    border-bottom: 2px #dfdfdf solid;
}

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

.ftco-header .ftco-header-widget ul li {
  margin-bottom: 10px;
  color: #2d2d2d;
}
.ftco-header-social li {
  list-style: none;
  margin: 0 10px 0 0;
    margin-bottom: 0px;
  display: inline-block;
}

.ftco-header .ftco-header-widget ul li a span {
  color: #2d2d2d;
  font-size: 14px;
}
.ftco-header-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: #2d2d2d !important;
}

.block-back {
    height: 250px;
    border-radius: 30px;
    margin: 0 0 18px 0;
    background-position: center !important;
    background-size: 100% !important;
    transition: 0.3s;
}

.block-back:hover {
    background-size: 110% !important;
}

.block-back.left {
        background: url('/img/block-back1.jpg');
}

.block-back.center {
        background: url('/img/block-back2.jpg');
}

.block-back.right {
        background: url('/img/block-back3.jpg');
}

.main-caption {
    text-align: center;
}

.main-caption h1 {
        font-weight: 800;
}

#scroll-container {
  overflow: hidden;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.welcome-list ul {
    /* list-style-image: url(/img/bullet.png); */
    list-style: none;
}

.welcome-list ul li::marker {
    padding-top: 5px;
}

@media (max-width: 991px) {
   .mob-banner {
        padding: 0 !important;
    }
    #scroll-text {
  padding-top: 100px;
}
}

@media (max-width: 575px) {
        .banner-back {
         border-radius: 0 !important;       
    }
    .container.mob-banner {
        padding: 0 !important;
        max-width: 100% !important;
    }
}


.welcome-list li {
    padding-bottom: 20px;
    padding-left: 10px;
}

.welcome-list i {
    padding-top: 7px;
}

.table td, .table th {
  border-top: none !important;
}

.page-top {
    /* background: #2d2d2d; */
    background: url("/img/banner-back.jpg");
  border-radius: 30px;
  margin-top: 50px;
}

.scroll-text {
    color: #2d2d2d;
}

.fa-li {
  color: #c71f27;
}

.icon-top i {
    /* color: #c71f27 !important; */
}

.bottom-boxes {
  padding: 1.3em 2em;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
}

.icon-square {
  width: 50px;
  aspect-ratio: 1;
  color: #fff;
  background: #c71f27;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.2s;
}

.bottom-boxes h5 {
  font-weight: 600;
  margin: 0;
  padding-top: 25px;
  text-transform: uppercase;
}

.bottom-boxes:hover .icon-square {
  background: #c71f2744;
  transition: 0.4s;
  scale: 1.2;
  color: #c71f27;
}

.blog-entry .btn.btn-secondary {
  width: 100%;
}

/* SWIPER CAROUSEL */

.swiper-slide-active {
	    }
	    
	    .swiper-slide-active::before {
	        background-color: transparent !important;
	    }
	    
	    .swiper {
          width: 100%;
          padding-top: 3.125rem;
        }
        
        .swiper-pagination-bullet,
        .swiper-pagination-bullet-active {
          background: #fff;
        }
        
        .swiper-pagination {
          bottom: 1.25rem !important;
        }
        
        .swiper-slide {
          width: 18.75rem;
          height: 28.125rem;
          display: flex;
          flex-direction: column;
          justify-content: end;
          align-items: self-start;
          background-size: cover !important;
          background-position: center !important;
        }
        
        
        .swiper-slide::before {
            content:"";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1;
            background-color: rgba(255, 255, 255, .8);
        }
        
        .swiper-slide h2 {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 0.625rem;
          padding: 0 0 0 1.563rem;
          text-transform: uppercase;
        }
        
        .swiper-slide p {
          color: #dadada;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          padding: 0 1.563rem;
          line-height: 1.6;
          font-size: 0.75rem;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
        }
        
        .swiper-slide a {
          margin: 1.25rem 1.563rem 3.438rem 1.563rem;
          padding: 0.438em 1.875rem;
          font-size: 0.9rem;
        }
        
        .swiper-slide a:hover {
          color: #005baa;
        }
        
        .swiper-slide div {
          display: none;
          opacity: 0;
          padding-bottom: 0.625rem;
        }
        
        .swiper-slide-active div {
          display: block;
          opacity: 1;
        }
        
        
        .swiper-3d .swiper-slide-shadow-left,
        .swiper-3d .swiper-slide-shadow-right {
          background-image: none;
        }
        
        @media screen and (min-width: 93.75rem) {
          .swiper {
            /* width: 85%; */
          }
        }
        
        .coverflow {
          position: relative;
          /* width: calc(min(90rem, 90%)); */
          margin: 0 auto; 
          /* min-height: 100vh; */
          column-gap: 3rem; 
          padding-block: min(20vh, 3rem);
        }
        
        .coverflow > div span {
          text-transform: uppercase;
          letter-spacing: 1.5px;
          font-size: 1rem;
          color: #717171;
        }
        
        .coverflow > div h1 {
          text-transform: capitalize;
          letter-spacing: 0.8px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
          background-color: #005baa;
          background-image: linear-gradient(45deg, #005baa, #000000);
          background-size: 100%;
          background-repeat: repeat;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -moz-background-clip: text;
          -moz-text-fill-color: transparent;
        }
        
        .coverflow > div hr {
          display: block;
          background: #005baa;
          height: 0.25rem;
          width: 6.25rem;
          border: none;
          margin: 1.125rem 0 1.875rem 0;
        }
        
        .coverflow > div p {
          line-height: 1.6;
        }
        
        .coverflow a {
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #717171;
          font-weight: 500;
          background: #fff;
          border-radius: 3.125rem;
          transition: 0.3s ease-in-out;
        }
        
        .coverflow > div > a {
          border: 2px solid #c2c2c2;
          margin-top: 2.188rem;
          padding: 0.625rem 1.875rem;
        }
        
        .coverflow > div > a:hover {
          border: 0.125rem solid #005baa;
          color: #005baa;
        }
        
        .swiper-button-next, .swiper-button-prev {
          cursor: pointer;
          color: #c71f27 !important;
          font-weight: 900;
        }



/* SWIPER CAROUSEL END */

.stockcard.sand-stock {
    border: none !important;
}

.list-content {
  margin: 0 auto;
  max-width: unset !important;
}

#injected .bottom-section {
  border: solid 1px #dfdfdf;
}

.block-cap {
    background: #2d2d2d;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.block-cap h3 {
    color: #fff;
}

.block-cap p {
    color: #fff !important;
}

@media (min-width: 1199px) {
   .home-icons .col-xl-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.home-icons-block h4{
    font-weight:bold;
}

.home-icons-block{
    transition:all ease 0.3s;
}
.home-icons-block:hover img{
    filter: grayscale(1);
}
.home-icons-block:hover h4{
    color: #c71f27;
}