/* Global CSS */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;

}

p {
    color: #444;
    font-size: 16px;
}

a:hover {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    color: #D64C4C;
}

.c_red {
    color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.base_color {
    color: #D64C4C;
}

.headline h1 {
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.headline-white h1 {
    color: #fff;
}

p.heading {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    margin-bottom: 5px;
}

.headline-white p.heading {
    color: #fff;
}

a {
    text-decoration: none;
}


.bgf6 {
    background: #f6f6f6;
}

img {
    max-width: 100%;
}
.w-100 {
    width: 100px!important;
}
.w-120 {
    width: 120px!important;
}
.w-150 {
    width: 150px!important;
}

.fz-25 {
    font-size: 25px;
}

.c_green {
    color: green!important;
}


/* Top area */
.top-section-2 {
    background: #D64C4C;
}

.top-section-2 .contact-bar span {
    font-size: 14px;
    font-weight: 400;
}

.top-section-2 .contact-bar span i {
    margin-right: 8px;
    font-size: 18px;
    color: #D64C4C;
}

.contact-bar span {
    color: #fff;
}

.contact-bar-right.top-list {
    text-align: right;
}

.contact-bar-right.top-list ul {
    margin-bottom: 0;
    padding-right: 0;
    text-align: right;
}

.contact-bar-right.top-list ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 0;
}

.contact-bar-right.top-list ul li:first-child {
    margin-left: 0;
}

.contact-bar-right.top-list ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.contact-bar-right.top-list ul li a i {
    color: #fff;
    margin-right: 5px;
}

.contact-bar-right.top-list ul li a:hover {
    color: #fff!important;
}

.lang-right-top select {
    background: transparent;
    font-size: 14px;
    color: #999;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.lang-right-top i {
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* Header area */
.contact-section {
    padding: 28px 0;
}

.main-logo a img {
    max-height: 56px;
}

.header-contact {
    text-align: right;
}

.header-contact .header-contact-item {
    display: inline-block;
    text-align: left;
    margin-left: 35px;
}

.header-contact-item.quote {
    margin-right: 0;
    overflow: hidden;
}

.header-contact-item h5.title i {
    color: #D64C4C;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
}

.header-contact-item h5.title {
    color: #555;
    font-weight: 700;
}

.header-contact-item h5.title a {
    text-decoration: none;
    color: #555;
}

.header-contact-item span {
    color: #7d7d7d;
}

.header-contact-item span a {
    color: #999;
    text-decoration: none;
}

.btn.btn-primary.quote-btn {
    background-color: #D64C4C;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: inherit;
}

.btn.btn-primary.quote-btn:hover {
    color: #fff!important;
}


/* Menu Area */
.menu-section-2 {
    background: #e8e8e8;
}

.menu-section-2 .menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;

}

.menu-section-2 .menu ul li {
    float: left;
    margin-right: 2px;
    position: relative;
}

.menu-section-2 .menu ul li a {
    font-family: 'Rajdhani', sans-serif;
    display: block;
    text-decoration: none;
    padding: 20px 19px 23px;
    color: #333;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    font-size: 20px;
}

.menu-section-2 .menu ul li:hover > a {
    color: #D64C4C;
}

.menu-section-2 .menu ul li ul.submenu {
    left: 0;
    position: absolute;
    top: 110%;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    border-bottom: 3px solid #D64C4C;
    background: #ffffffe6;
    color: #333 !important;
    z-index: 999;
}

.menu-section-2 .menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.menu-section-2 .menu ul li ul.submenu li a:hover {
    color: #D64C4C;
    padding: 10px 30px;
    background: #fff;
}

.menu-section-2 .menu ul li ul.submenu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}

.menu-section-2 .menu ul li ul.submenu li a {
    padding: 10px 15px;
    color: #444;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-section-2 .menu ul li ul.submenu li ul.submenu {
    left: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
    border-top: 0;
}

.menu-section-2 .menu ul li ul.submenu li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.slicknav_menu {
    display: none
}

.form-groups {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.form-groups select {
    width: 100%;
    height: 50px;
    padding: 0 6px;
    background: #5a5858;
    color: #c0bfbf;
}

#select2-state-ab-container {
    width: 100%;
    height: 50px;
    padding: 0 6px;
    background: #5a5858 !important;
    color: #c0bfbf;
}

.search-sec .select2-container .select2-selection--single,
.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    border-radius: inherit;
    border-color: #c8c8c8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -10px;
    margin-top: 2px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666 transparent;
    border-width: 0 6px 7px 6px;
    margin-left: -10px;
    margin-top: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
}

.form-groups .btn.btn-primary.booking-btn {
    width: 100%;
    background: #D64C4C;
    border: 0;
    border-radius: inherit;
    text-align: center;
    height: 50px;
    text-rendering: ;
    text-transform: uppercase;
    font-weight: 600;
}

.form-groups .btn.btn-primary.booking-btn:hover {
    background: #e87575;
}

.form-groups input {
    height: 50px;
    background: #dddddd;
    color: #666;
    padding: 0 10px;
}

.form-groups input::placeholder {
    color: #666;
    opacity: 1;
}

.form-control {
    border-radius: inherit;
    border: inherit;
}

.form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}



/* Slider */
.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 600px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

.bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.4;
}

.text-animated h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    line-height: 1.3;
}

.text-animated h1 span {
    font-weight: 300;
}

.text-animated p {
    font-size: 16px;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-animated li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #D64C4C;
    color: #fff;
    border: 1px solid #D64C4C;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background: #fff;
    color: #D64C4C;
    border: 1px solid #fff;
}

.slider-one .owl-nav {
    display: none;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    /*background: rgba(123, 167, 59, 0.6);*/
    background: #19b7cb;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #19b7cb;
}

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: block;
    margin: 0 4px;
    margin-bottom: 10px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}


/* Services area */
.services-section {
    padding: 72px 0 50px;
}

.services-section .item {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 0 0 7px 1px #f6f6f6;
    -webkit-box-shadow: 0 0 7px 1px #f6f6f6;
    box-shadow: 0 0 7px 1px #00000021;
}

.single_service_inside {
    width: 100%;
    padding: 26px;
    margin-top: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color=#A6A6A6)";
    -moz-box-shadow: 0 0 7px 1px #A6A6A6;
    -webkit-box-shadow: 0 0 7px 1px #A6A6A6;
    box-shadow: 0 0 7px 1px #A6A6A6;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#A6A6A6);
    border-radius: 0 40px;
    cursor: pointer;
    background-color: #f9f9f9;
}

.services-section .item::before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    right: -30px;
    bottom: 0;
    background-color: #D64C4C;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.services-section .item:hover::before {
    width: 100%;
}

.services-section .item::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: -30px;
    top: 0;
    background-color: #D64C4C;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.services-section .item:hover::after {
    width: 100%;
}

.services-section .item .icon {
    float: left;
}

.services-section .text {
    margin-left: 80px;
}

.services-section .icon i {
    border: 2px solid;
    width: 60px;
    height: 60px;
    line-height: 1.9;
    color: #D64C4C;
    font-size: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}

.services-section .item:hover .icon i {
    border-radius: 50%;
}

.services-section .text h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0 0 12px;
    font-weight: 700;
}

.services-section .text p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 0;
}

.readmore a {
    color: #e62a00;
}

.item-list ul li {
    margin-bottom: 6px;
}

.item-list ul li {
    margin-bottom: 6px;
    list-style-type: square;
}

.item-list ul li::marker {
    color: #D64C4C;
}

.sidebar-body.service-tags ul li {}

.sidebar-body.service-tags ul li a {
    border: 1px solid #555;
    padding: 3px 10px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #555;
    transition: all 0.4s ease 0s;
}

.sidebar-body.service-tags ul li a:hover {
    border: 1px solid #D64C4C;
    color: #D64C4C;
}


/* Team area */
.team-item .photo {
    height: 250px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-item:hover .photo {
    transform: scale(1.1);
}

.photo-in {
    overflow: hidden;
}

.team-item.text-center {
    background: #fff;
    box-shadow: 0 0 4px 1px #ddd;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-item.text-center:hover {
    box-shadow: 0 0 10px 1px #00000036;
}

.team-item .text h5 {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 600;
}

.team-item .text h5 a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #333;
    font-weight: 700;
    font-size: 22px;
}

.team-item .text span {
    color: #777;
    font-size: 16px;
}

.team-item .text h5 a:hover {
    color: #D64C4C;
}

.team-item .text {
    padding: 25px 0;
}

.social-group a {
    color: #fff;
    height: 30px;
    width: 35px;
    display: inline-block;
    line-height: 2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #D64C4C;
    font-size: 15px;
}

.social-group {
    bottom: 0 !important;
    position: relative;
    top: 70%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #D64C4C;
    height: 75px;
    padding: 20px 0;
    opacity: 0;
}

.team-item:hover .social-group {
    top: 70%;
    opacity: 1;

}

.social-group a:hover {
    background: #D64C4C;
}


/* Photo Gallery */
.photo-gallery-area {
    overflow: hidden;
}

.g-photo {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g-photo .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    background: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.g-photo:hover .overlay {
    top: 0;
}

.g-photo .gallery-content {
    z-index: 999;
    position: absolute;
    width: 90%;
    height: 90%;
    background: transparent;
    top: -100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 5;
    font-size: 40px;
    border: 2px solid #db4108;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.g-photo:hover .gallery-content {
    opacity: 1;    
    top: 0;
    font-size: 
}

.gallery-content a {
    display: block;
    color: #D64C4C;
}

.photo-item {
    width: 100%;
}

.g-item {
    width: 100%;
    margin-bottom: 25px;
}


/* Testimonial */
.testimonial-2-area {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.testimonial-2-area .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D64C4C;
    opacity: 0.9;
}
.testimonial-2 .item .icon {
    float: left;
}
.testimonial-2 .item .customer-say {
    padding: 12px 15px 5px;
    color: #D64C4C;
    margin: 3px;
    border: 1px solid #fff;
    background: #fff;
}
.testimonial-2 .item .icon i {
    font-size: 30px;
    line-height: 1.4;
    color: #D64C4C;
}
.testimonial-2 .item .text {
    margin-left: 42px;
}
.testimonial-2 .item .customer-say .text p {
    color: #D64C4C;
    font-weight: 700;
}
.testimonial-2 .item .man-name .photo {
    float: left;
}
.testimonial-2 .item .man-name {
    margin: 30px 0 0;
}
.testimonial-2 .item .man-name .photo img {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 2px 1px #ddd;
    border-radius: 50%;
    margin-top: -10px;
    margin-left: 3px;
}
.testimonial-2 .item .man-name .text {
    margin-left: 85px;
}
.testimonial-2 .item .man-name h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
}
.testimonial-2 .item .man-name span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/* Testimonial owl */
.testimonial-2-area .owl-nav {
    display: inline-flex;
    position: absolute;
    right: 2px;
    top: -35px;
}
.testimonial-2-area .owl-prev {
    margin-right: 10px;
}
.testimonial-2-area .owl-nav i {
    background: #fff;
    color: #D64C4C;
    border: 1px solid #fff;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    width: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
}
.testimonial-2-area:hover .owl-nav i {
    opacity: 1;
}
.testimonial-2-area .owl-nav i:hover {
    background: #2B2A2A;
    border: 1px solid #2B2A2A;
}
.testimonial-2 .owl-stage {
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important;
}


/* News Area */
.news-area {
    overflow: hidden;
}

.news-area .item {
    box-shadow: 0 0 7px 1px #00000021;
}

.news-area .item .photo {
    height: 230px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

span.post-date {
    text-align: center;
    width: 100%;
    display: block;
    bottom: -48px;
    position: absolute;
    background-color: #D64C4C;
    color: #fff;
    padding: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.news-area .item .text {
    padding: 15px 15px 25px;
    background: #fff;
}

.news-area .item:hover span.post-date {
    bottom: 0;
    background-color: #D64C4C;
}

.news-area .item .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 10px;
}

.news-area .item .text h3 a {
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}

.news-area .item .text h3 a:hover {
    color: #D64C4C;
}

.news-area .item .text p {
    margin: 15px 0 20px;
}

span.by-admin span {
    font-size: 14px;
}

span.by-admin a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

span.by-admin a:hover {
    color: #D64C4C;
}

.btn.btn-primary.quote-btn.blog {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

#custom-search-input .form-control {
    font-size: inherit;
}

.sidebar-item {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.sidebar-title {
    background: #f2f2f2;
    border-left: 3px solid #D64C4C;
    padding: 10px 15px;
}

.sidebar-title h5 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.sidebar-body {
    padding: 15px;
}

.sidebar-body .photo {
    float: left;
}

.sidebar-body .text {
    margin-left: 90px;
}

.s-post-item {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    overflow: hidden;
}

.sidebar-body .photo a img {
    width: 80px;
    height: auto;
    float: left;
}

.sidebar-body .text h4 {
    font-size: 14px;
    font-weight: 400;
}

.sidebar-body .text h4 a {
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.sidebar-body .text h4 a:hover {
    color: #D64C4C;
}

span.date-time {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.s-post-item:last-child {
    border-bottom: inherit;
}

.sidebar-body.recent-post {
    padding: 5px 15px;
}

.s-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-body.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-body.category ul li {
    padding: 8px 15px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.sidebar-body.category ul li:first-child {
    padding-top: 0;
}

.sidebar-body.category ul li:last-child {
    padding-bottom: 0;
    border-bottom: inherit;
}

.sidebar-body.category ul li::before {
    position: absolute;
    height: 10px;
    width: 5px;
    left: 0;
    top: 13px;
    background: #D64C4C;
    content: "";
}

.sidebar-body.category ul li:first-child::before {
    top: 5px;
}

.sidebar-body.category ul li a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.sidebar-body.category ul li a:hover {
    color: #D64C4C;
}

.heading-text.news-details a {
    color: #666;
    font-weight: 700;
}

.heading-text.news-details strong {
    color: #666;
    font-weight: 700;
}

.heading-text.news-details a:hover strong {
    color: #D64C4C;
}


/* Our Patner */
.our-partner .partner .item img {
    border: 1px solid #ddd;
    padding: 10px;
}

.our-partner .partner .item img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .4s ease-in-out;
}

.our-partner .partner .item img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.our-partner .owl-nav {
    display: inline-flex;
    position: absolute;
    right: 2px;
    top: -35px;
}

.our-partner .owl-prev {
    margin-right: 10px;
}

.our-partner .owl-nav i {
    background: #D64C4C;
    color: #fff;
    border: 1px solid #D64C4C;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    width: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
}

.our-partner:hover .owl-nav i {
    opacity: 1;
}

.our-partner .owl-nav i:hover {
    background: #2B2A2A;
    border: 1px solid #2B2A2A;
}

.our-partner .owl-stage {
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important;
}


/* Footer */
.footer-area {
    background: #343232;
}

.footer-area .footer-column h3 {
    font-size: 24px;
    color: #ddd;
    margin-bottom: 60px;
    position: relative;
    font-weight: 600;
}

.footer-area .footer-column h3::after {
    background-color: #D64C4C;
    height: 2px;
    position: absolute;
    content: "";
    width: 30px;
    left: 0;
    bottom: -27px;
}

.footer-area .footer-column h3::before {
    background-color: #D64C4C;
    height: 2px;
    position: absolute;
    content: "";
    width: 60px;
    left: 0;
    bottom: -19px;
}

.footer-area .footer-column .footer-logo img {
    height: 60px;
}

.footer-area .footer-column p {
    color: #d9d8d8;
    margin: 15px 0 30px;
    font-size: 14px;
}

.footer-area .footer-column .footer-social-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .footer-column .footer-social-list ul li {
    display: inline-block;
    margin-right: 2px;
}

.footer-area .footer-column .footer-social-list ul li a {
    background: #444;
    color: #ddd;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 2.3;
    border: 1px solid #555;
    display: block;
}

.footer-area .footer-column .footer-social-list ul li i {
    margin-right: 0px;
}

.footer-area .footer-column .random-post .item-post .photo img {
    height: 70px;
    width: 90px;
    float: left;
    overflow: hidden;
    margin-top: 5px;
}

.footer-area .footer-column .random-post .item-post .text {
    margin-left: 105px;
}

.footer-area .footer-column .random-post .item-post {
    margin-bottom: 15px;
}

.footer-area .footer-column .item-post .text h4 a {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: normal;
}

.footer-area .footer-column .item-post .text h4 a:hover {
    color: #D64C4C;
}

.footer-area .footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .footer-column ul li {
    margin-bottom: 10px;
}

.footer-area .footer-column ul li a {
    color: #e6e5e5;
    font-weight: normal;
    display: block;
    text-decoration: none;
}

.footer-area .footer-column ul li a i {
    margin-right: 5px;
}

.footer-area .footer-column ul li a:hover {
    color: #D64C4C;
}

.footer-area .footer-column .photo-gall .item img {
    height: 70px;
    width: 90px;
}

.footer-area .footer-column .photo-gall .item img {
    height: 60px;
    width: 80px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-bottom-area {
    background: #2b2a2a;
    color: #d9d8d8;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #555;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #FFF;
}

.newsletter .content .btnme {
    min-height: 50px;
    border-radius: 0;
    background: #D64C4C;
    color: #fff;
    font-weight: 600;
}

.btnme {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #D64C4C;
    border: inherit;
    padding: 7px 25px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: inherit !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btnme:hover {
    background: #D64C4C;
}

.footer-area input.form-control {
    background: #ddd;
    font-size: 16px;
}

.footer-area input:focus.form-control {
    background: #fff;
}


/* Scroll-Top */
.scroll {
    position: relative;
    z-index: 9999;
}

.scroll::before {
    position: fixed;
    content: "\f176";
    font-family: Fontawesome;
    cursor: pointer;
    font-size: 25px;
    bottom: 62px;
    right: 15px;
    color: #fff;
    background: #D64C4C;
    opacity: 0.8;
    padding: 4px 18px 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll:hover:before {
    color: #ffffff;
    z-index: 9999;
    background: #D64C4C;
    opacity: 1;
}


/* About us page */
.banner-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.banner-area .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
}

.banner-area-seller .photo {
    text-align: center;
}

.banner-area-seller .text {
    text-align: center;
    margin-top: 15px;
}

.banner-area-seller .text h1 {
    border-left: 0;
}

.banner-area-seller img {
    width: 130px;
    height: auto;
}

li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumb-item.active {
    color: #ddd;
}

.banner-area {
    padding: 80px 0;
}

.banner-area h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
    border-left: 3px solid #D64C4C;
    padding-left: 10px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.banner-area nav {
    float: right;
    margin-top: 8px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: ;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ddd;
    content: ">";
}

/* About Us page */
.page-content .photo-list .item img {
    max-width: 100%;
}

.text.page-title span {
    font-weight: 400;
}

.text.page-title span {
    color: #D64C4C;
    font-weight: 600;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #D64C4C;
}

.col-md-12.menu-item a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.menu-item.acc-class a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    background: #343232;
}

.menu-item.acc-class {
    margin-bottom: 10px;
}

.acc-text {
    background: #fff;
    border: 1px solid #ddd;
    border-width: 0px 1px 1px 1px;
    padding: 15px;
}

.menu-item.acc-class a i {
    background: #D64C4C;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 18px;
    margin-right: 4px;
}

.plans .plan-item {
    margin-bottom: 40px;
}
.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid #f2f2f2;
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

.btn.btn-lg.btn-block.custom-btn {
    color: #fff;
    border-radius: inherit;
    font-weight: 600;
}

.btn.btn-lg.btn-block.custom-btn.btns1 {
    background: #D64C4C;
}

.btn.btn-lg.btn-block.custom-btn.btns2 {
    background: #D64C4C;
}

.btn.btn-lg.btn-block.custom-btn.btns3 {
    background: #D64C4C;
}

.btn.btn-lg.btn-block.custom-btn:hover {
    background: #db420b;
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
    background-color: #D64C4C;
    border-radius: inherit;
    border-bottom: 5px solid #2b2a2a;
    color: #fff;
}

.panel-heading img {
    width: 100px;
    height: auto;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 15px;
}

/* User Dashboard */
.dashboard-content .move-sidebar ul {
    margin: 0;
    padding: 0;
    line-height: ;
    list-style: none;
}

.dashboard-content .move-sidebar ul li {
    list-style-type: none;
}

.dashboard-content .move-sidebar ul li a {
    color: #555;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-left: 3px solid transparent;
}

.dashboard-content .move-sidebar ul li:last-child a {
    border-bottom: 1px solid transparent;
}

.dashboard-content .move-sidebar ul li a:hover {
    background: #f6f6f6;
    border-left: 3px solid #D64C4C;
}

.dashboard-content .move-sidebar ul li a:active {
    background: #D64C4C;
}

.dashboard-content .move-sidebar ul li a i {
    margin-right: 10px;
}

.row.move-dashboard h3 {
    background: #f6f6f6;
    padding: 10px 20px;
    color: #333;
    border-left: 5px solid #D64C4C;
    font-size: 24px;
    font-weight: 700;
}

.form-group input {
    border: 1px solid #c8c8c8;
}

.form-group input:focus {
    border: 1px solid #D64C4C;
}

textarea.form-control {
    height: auto;
    border: 1px solid #c8c8c8;
}

select {
    border: 1px solid #c8c8c8!important;
}

.table.table-bordered img {
    max-height: 150px;
    width: auto;
}

.tab-content label {
    font-size: 16px;
    font-weight: 600;
}

.form-group input::placeholder {
    font-size: 14px;
    color: #999 !important;
    font-size: ;
    font-weight: 300 !important;
}

.form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999 !important;
    font-size: ;
    font-weight: 300 !important;
}

.form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999 !important;
    font-size: ;
    font-weight: 300 !important;
}

a.nav-link {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px;
}

.btn.btn-primary.my-btn {
    background: #D64C4C;
    border-color: #D64C4C;
    border-radius: inherit;
    padding: 8px 60px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn.btn-primary.my-btn:hover {
    background: #e87575;
    border-color: #e87575;
}


.photo-profile input {
    border: inherit;
}


.new-photo {
    margin-bottom: 0;
}


.existing-photo img {
    max-height: 150px;
    width: auto;
    display: block;
}

.c-0aca0a.fw-700 {
    color: #D64C4C;
}

.btn.btn-primary.my-btn-file.btn-file {
    background: #f2f2f2;
    color: #333;
    border: inherit;
    border: ;
}

.dashboard-body {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

.dashboard-body h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-body h4 span {
    font-weight: 700;
}

.dashboard-body .box-item {
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.dashboard-body .box-item .bottom {
    font-weight: 700;
    font-size: 30px;
}

.dashboard-body input,
.dashboard-body select,
.dashboard-body textarea {
    font-size: 14px;
}

.move-sidebar {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.user-photo-name {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 20px;
    margin-bottom: 30px;
}

.user-photo-name .photo img {
    height: 100px;
    width: ;
    border-radius: 50%;
    border: 5px solid #f2f2f2;
}

.user-photo-name .name h5 {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 700;
    color: #333;
}

span.left-border {
    border-left: 3px solid #D64C4C;
    margin-right: 10px;
}

.table-bordered td,
.table-bordered th {
    border: inherit;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.existing-photo img {
    border-radius: 5px;
}


/* Service Page */
.call-action {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
}

.call-action .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
}

.call-action .photo img {
    height: ;
    max-height: 420px;
}

.abs-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.action-text {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}

.inner-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}

.action-text .inner-text h1 {
    margin: 10px 0 15px;
}

.action-text .inner-text p {
    font-size: 17px;
    color: #fff;
}

.action-text .inner-text span {
    color: #D64C4C;
    font-weight: 500;
}

.service-heading {
    border-left: 3px solid #D64C4C;
    padding-left: 20px;
}

.s-post-item.service-item .photo a img {
    width: 65px;
}

.s-post-item.service-item .text h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-left: -15px;
    color: #555;
}

.features-service-cat ul li a i {
    float: right;
}

.sidebar-body.service-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-body.service-tags ul li {
    display: inline-block;
    margin: 0px 3px 2px 0px;
}

.portfolio-photo {
    height: 100px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}


/* Post Page */
.post-list h3 a {
    color: #333;
    margin: 20px 0 15px;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.post-list-date {
    margin-bottom: 15px;
    display: block;
}

.recent-post-item {
    margin-bottom: 15px;
    overflow: hidden;
}

.recent-post-item .photo a img {
    width: 70px;
    height: auto;
    float: left;
}

.recent-post-item .text {
    margin-left: 85px;
}

.recent-post-item .text p a {
    color: #333;
    margin-top: -5px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

.recent-post-item:hover .text p a {
    color: #D64C4C;
}


.my-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #D64C4C;
    border-color: #D64C4C;
}

.my-pagination .page-link {
    color: #333;
}


/* Contact Page */
.contact-address-area {
    padding-bottom: 23px;
    text-align: center;
}

.contact-address-area .title h1 {
    color: #D64C4C;
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 32px;
}

.contact-address-area .title p span {
    display: block;
    font-style: italic;
}

.contact-address-area .add-text {
    color: #555;
    background: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

.contact-address-area .add-text a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.contact-address-area .add-text a:hover {
    color: #D64C4C;
}

.contact-address-area .add-icon {
    position: relative;
    margin-bottom: 17px;
    margin-top: 30px;
}

.contact-address-area .add-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.contact-address-area .add-icon {
    font-size: 33px;
    background: #D64C4C;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    margin: 36px auto 20px;
}

.contact-address-area .add-icon::after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/* Form Area */
.form-area .title h1 {
    color: #D64C4C;
    padding-bottom: 5px;
}

.form-headline {
    text-align: center;
}

.form-headline h1 {
    margin: 0;
}

.form-headline p {
    margin-top: 15px;
}

.form-item,
.massege-item {
    margin-bottom: 15px;
}

.form-item input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    color: #343232;
    text-indent: 15px;
    background-color: transparent;
    transition: all 0.4s ease;
}

.form-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9b9090;
}

.form-item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9b9090;
}

.form-item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9b9090;
}

.form-item input:-moz-placeholder {
    /* Firefox 18- */
    color: #9b9090;
}

.massege-item textarea {
    width: 100%;
    height: 224px;
    padding: 6px 12px;
    color: #343232;
    border: 1px solid #ccc;
    background-color: transparent;
    transition: all 0.4s ease;
}

.massege-item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9b9090;
}

.massege-item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9b9090;
}

.massege-item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9b9090;
}

.massege-item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9b9090;
}

.form-item input:focus,
.massege-item textarea:focus {
    border: 1px solid #D64C4C;
    outline: inherit;
}

.submit #submit {
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px;
    background-color: #D64C4C;
    border: 2px solid #D64C4C;
    transition: all 0.4s ease;
    margin-top: 13px;
    border-radius: 60px;
    width: 213px;
    color: #fff;
    cursor: pointer;
}

.submit #submit:hover {
    color: #D64C4C;
    background: transparent;
    width: 230px;

}

.btn.btn-primary.quote-btn.submit {
    padding: 12px 50px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
}

.title.form-title h3 {
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

/* Personal Details */
.page-banner.person-details {
    background-position: right center !important;
    background-size: cover;
    background-attachment: inherit;
}

.information-text h5 {
    font-weight: ;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}

ul.address {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.address li {
    padding-bottom: 5px;
}

ul.address li span {
    color: #D64C4C;
    margin-right: 10px;
}


ul.social-personal {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

ul.social-personal li {
    display: inline-block;
}

ul.social-personal li a {
    font-size: 17px;
    color: #2B2A2A;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.social-personal li a:hover {
    color: #D64C4C;
}

.person-add {
    padding: 25px 20px 25px;
    border-top: 3px solid #D64C4C;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
}

.person-add.pa {
    text-align: center;
}

.person-add .photo img {
    border-radius: 10px;
}

.person-add .text h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
}

.person-add .text span {
    color: #D64C4C;
    font-size: 16px;
}

.personal-info.person-add h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.info-description .text {
    background: #f6f6f6;
    border-left: 3px solid #D64C4C;
    padding: 15px 20px;
    font-style: italic;
}

ul.address li {
    margin-bottom: 6px;
}

.information-table.info tbody tr td:first-child {
    font-weight: 600;
    border-right: 1px solid #ddd;
    width: 40%;
}

.person-contact h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 3px solid #D64C4C;
    padding-left: 15px;
}

.btn.btn-primary.action-me {
    margin: 0;
    font-size: 12px;
    margin-right: 2px;
}

#login .container #login-row #login-column #login-box {
    max-width: 600px;
    /*	height: 335px;*/
    border: 7px solid #e6e6e6;
    background-color: #f6f6f6;
}

#login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

a.text-info.text-color {
    color: #D64C4C !important;
}
a.text-info.text-color:hover {
    color: #D64C4C !important;   
}

.btn.btn-info.btn-md.log {
    font-family: 'Rajdhani', sans-serif;
    background: #D64C4C;
    border-color: #D64C4C;
    font-weight: 700;
    border-radius: inherit;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn.btn-info.btn-md.log:hover {
    background: #DB420B;
    border-color: #DB420B;
}

.forgot-box {
    height: 260px !important;
}

.reg.text-color a {
    color: #333;
    font-weight: 400;
}

.reg.text-color a:hover {
    color: #D64C4C;
}

.black-color {
    color: #333;
}

.black-color:hover {
    color: #333;
}

.regi {
    margin-top: -95px !important;
}

td .btn-danger {
    color: #fff;
    background-color: #D64C4C;
    border-color: #D64C4C;
}



/* Call To Action */
.call-us {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 55px;
    padding-bottom: 70px;
}
.call-us:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D64C4C;
    opacity: 0.8;
}
.call-text {
    margin-top: 15px;
}

.call-text h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.call-us .button {
    margin-top: 15px;
}

.call-us .button a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    background: #313131;
    border: 0;
    padding: 17px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.call-us .button a:hover {
    color: #D64C4C;
    background: #fff;
    text-decoration: none;
}

.call-us .button a i {
    margin-left: 5px;
}


.seller-box {
    margin-bottom: 50px;
    overflow: hidden;
}

.seller-box img {
    width: 100%;
    height: auto;
}

.seller-box h2 {
    font-size: 20px;
    font-weight: 700;
}

.seller-box h3 {
    font-size: 14px;
    font-weight: 700;
}

.seller-box .more a {
    background-color: #D64C4C;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.seller-box .more a:hover {
    text-decoration: none;
}

.seller-detail .nav-pills li {
    width: calc(20% - 3px);
    margin-right: 3px;
}

.seller-detail .nav-pills li a {
    text-align: center;
}

.seller-detail .nav-pills .nav-link {
    background: #ffe8e0;
}
.seller-detail .nav-pills .nav-link.active {
    background: #797777;
    color: #fff!important;
}
.seller-detail .s-item {
    background: #e4e4e4;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 30px;
}
.seller-detail .s-item h3 {
    font-size: 18px;
    font-weight: 700;
}
.seller-detail .s-item .more a {
    background-color: #D64C4C;
    background-image: linear-gradient(to left, #e87575, #f48157);
    border: none;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.seller-detail .s-item .more a:hover {
    text-decoration: none;
    background-image: linear-gradient(to left, #f48157, #e87575);
}
.seller-detail .s-item .table-s {
    text-align: left;
}
.seller-detail .service-gallery .portfolio-photo {
    height: 170px;
}


.footer-address-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #d9d8d8;
}

.footer-address-item .icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
}

.footer-address-item .text {
    font-size: 14px;
}

.table-schedule .btn-sm {
    background: #D64C4C;
    border: 0;
    font-size: 12px;
}

.table-schedule .btn-sm:hover {
    color: #fff!important;
}

.blog-details img {
    width: 100%;
    height: auto;
}

.map-area iframe {
    width: 100%;
    height: 500px;
}


.funkyradio div {
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.funkyradio div span {
    font-size: 14px;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
    font-size: 14px!important;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #D64C4C;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.funkyradio1 .funkyradio-success {
    width: 25%;
    font-size: 14px;
    float: left;
}

.funkyradio1 div {
    margin-bottom: 0!important;
}

.back_to_previous a {
    color: #D64C4C;
}

.share-news h4 {
    font-weight: 700;
    font-size: 24px;
}



/* Home - About */
.ha-headline-left {
    margin-bottom: 40px;
}
.ha-headline-left h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.ha-headline-left h2 span {
    font-size: 22px;
    display: block;
    font-weight: 400;
}
.about-right {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.about-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D64C4C;
    opacity: 0.9;
}
.about-right ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    z-index: 99;
}
.about-right ul li {
    display: inline-block;
}
.about-right ul li a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    margin-left: -5px;
}
.about-right ul li a.active {
    background: #313131;
    color: #fff;
}
.v-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.v-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}
.v-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}
.v-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #D64C4C;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.progress-bar-section {
    margin-top: 30px;
}
.progress-bar-section .bar-container .progress {
    height: 8px;
    border-radius: 0;
}
.modal-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #D64C4C;
    margin: 0;
}
.progress-bar-section {
    margin-top: 15px;
}
.progress-bar-section .bar-container {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}
.progress-bar-section .bar-container p {
    font-weight: 500;
    margin-bottom: 5px;
}
.progress-bar-section .bar-container .progress {
    height: 10px;
}
.progress-bar-section .bar-container .progress .progress-bar-custom {
    background-color: #D64C4C;
}
.progress-bar-section .bar-container .percentage-show {
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
}
.progress-bar-section .progress-bar {
    transition-duration: 3s;
}
.d-video iframe {
    width: 100%;
    height: 350px;
}

.make-appointment a {
    background: #D64C4C;
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.make-appointment a:hover {
    color: #fff!important;
    text-decoration: none;
}

.make-appointment-big a {
    font-size: 24px;
}