﻿@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'), url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'), url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'), url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Montserrat' !important;
    margin: 0px;
    padding: 0px;
}


/*dpp-store-htnl*/

.top-header {
    background: #262626;
    padding: 10px 0px;
}

.register li {
    display: inline;
    margin-right: 2px;
}

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

.register li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    list-style: 25px;
    font-size: 18px;
    background: #fff;
    color: #000;
}

.contact-section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.contact-section li {
    display: inline;
    line-height: 28px;
    margin-left: 30px;
}

.contact-section a {
    text-decoration: none;
    color: #fff;
}

.mr0-auto {
    margin: 0px auto;
}

.navbar-nav li {
    font-size: 14px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.navbar-nav li:last-child {
    padding-right: 0px !important
}

.navbar-nav a {
    color: #262626;
    text-decoration: none;
}

.navbar {
    padding: 0rem 1rem;
}

.dropdown-menu {
    padding: 0px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: #ac172b;
    color: #fff;
    border: 1px solid #262626;
    line-height: 31px;
    border-radius: .25rem;
}

.desktop-diffrence {
    padding: 75px 0px;
}

.desktop-heading h1 {
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #262626;
}

.desktop-heading p {
    font-size: 20px;
    color: #262626;
    line-height: 30px;
}

.hr {
    border-bottom: 8px solid #c41230;
    width: 100px;
    margin: 20px 0px;
}

.desktop-deatil p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

.our-service {
    background: #f5f5f5;
    padding: 75px 0px;
}

.service img {
    max-width: 100%;
}

.service-detail h2 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 20px 0px;
}

.service-detail p {
    font-size: 14px;
    color: #262626;
    line-height: 28px;
}

.main-box a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #c41230;
    text-decoration: underline;
    text-transform: uppercase;
}

.offer img {
    max-width: 100%;
}

.send_request {
    padding: 75px 0px;
}

.contact img {
    max-width: 100%;
}

.contact-info h2 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bolder;
}

.from-box {
    margin-top: 25px;
}

.from_input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    margin-bottom: 39px;
}

.form-control:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #c41230;
}

.submitbtn {
    background: #c41230;
    color: #fff;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    border-color: #c41230;
}

.submitbtn:hover {
    background: #262626;
}

.testimonial-section {
    background: #f6f6f6;
    padding: 75px 0px;
}

.testimonial-heading {
    text-align: center;
}

.testimonial-heading h1 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial-heading p {
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}

#testimonial-slider {
    overflow: hidden;
}

.discription-box {
    padding: 60px 50px;
    box-shadow: 9px 10px 10px -5px rgba(0, 0, 0, 0.06);
    background: #fff;
    margin: 0px 0px 0px 75px;
}

.testimonial {
    /*box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);*/
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
    margin: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #262626;
}


/*.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}*/

.testimonial .pic {
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 9px 10px 10px -5px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: absolute;
    top: 28%;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 16px;
    line-height: 28px !important;
    color: #262626;
    line-height: 25px;
    margin: 20px 0px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #c41230;
    margin: 0;
}

.testimonial .post {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
    color: #262626;
}

.discription-box {
    position: relative;
}

.testimonial .discription-box:before,
.testimonial .discription-box:after {
    font-family: FontAwesome;
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    font-size: 30px;
    color: #ced4da;
    position: absolute;
}

.testimonial .discription-box:before {
    content: "\f10d";
    top: 25px;
    left: 25px;
}

.testimonial .discription-box:after {
    content: "\f10e";
    bottom: 25px;
    right: 25px;
}


/*.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}*/

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #d45113;
}

.owl-page.active {
    background: #c41230;
}

.partner {
    padding: 75px 0px;
}

.partner-logo ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.partner-logo ul li {
    display: inline;
    margin: 8px;
}

.partner-logo img {
    max-width: 100%;
    border: 1px solid #cccbcb;
    margin-bottom: 10px;
}

.footer {
    /* background: #262626; */
    background: #3b3a50;
    padding: 35px 0px;
}

.footer-heading ul {
    padding: 0px;
    list-style: none !important;
}

.footer-heading p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-heading h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-heading ul li {
    font-size: 14px;
    line-height: 24px;
}

.footer-heading a {
    text-decoration: none;
    color: #fff;
}

.icon {
    float: left;
    font-size: 19px;
    color: #fff;
}

.icon-text {
    padding-left: 25px;
    color: #fff;
}

.register h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-heading {
    margin-top: 10px;
}

.copwright {
    padding: 15px 0px;
}

.copwright p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
}

.partner-logo {
    text-align: center;
}


/*.intearnal-banner{
    background: url('../img/internal-banner.jpg');
    padding:90px 0px;
    background-size: cover;   
}
*/

.intearnal-banner {
    background: url('../img/internal-bg.png') #f6f6f6 no-repeat;
    padding: 80px 0px;
    background-position: 90% 0px !important;
}

.catogries h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.catogries {
    background: #c41230;
    border-radius: 20px;
}

.intearnal-banner h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.catogries .from-field {
    background: none !important;
}

.catogries .form-control {
    background: none !important;
    color: #fff;
    font-size: 12px;
    margin: 5px 0px;
    border-bottom: none !important
}

.from-field:hover {
    background: #262626 !important;
}

.product-section {
    padding: 75px 0px;
}

.owl-item img {
    max-width: 100%;
}

#big .owl-prev {
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px !important;
    line-height: 24px;
    text-align: center;
    color: #0c5e9d !important;
    background-color: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    left: 10px;
}

#big .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    color: #0c5e9d !important;
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px;
    line-height: 0 !important;
    text-align: center;
    background: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    right: 10px;
}

#thumbs .owl-prev {
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px !important;
    text-align: center;
    color: #0c5e9d !important;
    background-color: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    left: 10px;
    line-height: 24px;
}

#thumbs .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    color: #0c5e9d !important;
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px;
    line-height: 0 !important;
    text-align: center;
    background: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    right: 10px;
}

#thumbs .item img {
    padding: 0px 5px;
    border: none;
    box-shadow: none;
}

#big .item img {
    padding: 0px 5px 0px;
    border: none;
    box-shadow: none;
}

.tab-pane h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 23px;
}

.tab-pane h2 {
    font-size: 24px;
    font-weight: 600;
}

.tab-pane p {
    font-size: 14px;
    line-height: 24px;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #f2f2f2;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 10;
    color: #000;
    background: #f2f2f2;
    border-radius: 0;
    font-weight: 500;
}

nav>div a.nav-item.nav-link.active {
    background: #ad172b;
    color: #fff;
    text-align: center;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -49px;
    left: -20%;
    border: 15px solid transparent;
    border-top-color: #ad172b;
}

.tab-content {
    line-height: 25px;
    border-top: 5px solid #ad172b;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #ad172b;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.sizes {
    padding: 10px;
    border: 1px solid #ccc;
    width: 40px;
    float: left;
    background: #f2f2f2;
    height: 40px;
    margin-right: 15px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.related-product {
    margin-bottom: 75px;
}

.related-heading h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.related-hr {
    border-bottom: 2px solid #c41230;
    margin: 15px 0px;
}

.product-content h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}

.box6 {
    text-align: center;
}

.product-content P {
    color: #9a9292;
}

.size-chart {
    font-weight: 600;
    color: #000;
    line-height: 50px;
}

.color {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.color-red {
    background: #ad172b;
}

.color-green {
    background: #06bfc1;
}

.color-blue {
    background: #0f03a8;
}

.color-balck {
    background: #000;
}

.color-gry {
    background: #f2f2f2;
}

.otherroom {
    margin-top: 30px;
}

.otherroom a {
    background: #ad172b;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle;
}

.navbar-nav .dropdown-menu a {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3b3a50;
}

.dropdown-menu li a {
    font-size: 16px;
    padding-left: 15px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.dropdown-menu li:hover {
    background: #262626;
}

.growing-market {
    background: #262626;
    padding: 50px 0px;
}

.growing-brand h1 {
    color: #fff;
    font-size: 20px;
}

.growing-brand p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.gallery-section {
    padding: 75px 0px;
}

.overlay h1 {
    color: #fff;
    font-weight: 600;
    margin-top: 30%;
    font-size: 30px;
}

.hovereffect {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

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

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hover-text {
    padding: 50px 0px;
}

.hover-text h3 {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
}

.hover-text p {
    font-size: 14px;
    line-height: 26px;
}

.hover-text a {
    color: #262626;
    text-decoration: none;
    font-size: 14px;
}

.detail-banner {
    text-align: center;
}

.detail-banner img {
    max-width: 100%;
}

.detail h1 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}

.detail p {
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}

.post-section {
    background: #f5f5f5;
    padding: 75px 0px;
}

.post-deatil {
    padding: 50px 0px;
}

.deatil {
    text-align: center;
}

.deatil img {
    max-width: 100%;
}

.promotional-detail {
    padding: 75px 0px;
}

.promotionalbox img {
    max-width: 100%;
}

.promotionalbox {
    margin: 20px 0px;
}

.promotionalbox p {
    font-size: 16px;
    color: #262626;
    text-align: center;
    font-weight: 400;
    margin: 10px 0px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    background: #c41230 !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #000;
    text-shadow: none !important;
    color: #fff;
    opacity: .9;
    position: absolute;
    right: -20px;
    top: -20px;
}

.triangle {
    background: url(../img/dots.jpg);
}

.modal-header {
    border: none;
    padding: 0px;
}

.modal-dialog {
    border: 5px solid #c41230;
}

.triangle {
    border: 5px solid #000;
}

.modal-box {
    padding: 0px 15px;
}

.modal-box h4 {
    font-weight: 600;
    font-size: 18px;
}

.input-box .form-control {
    box-shadow: 0px 3px 15px 0px #f2f2f2;
    border: 1px solid #e5e5e5;
    height: 47px;
    width: 100% !important;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 0px;
    color: #999999;
}

.download-btn {
    color: #fff !important;
    background-color: #c41230 !important;
    border-color: #c41230 !important;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}


/*.triangle {
             /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */

background: #a90329;

/* Old browsers */

background: -moz-linear-gradient(-45deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329',
endColorstr='#6d0019',
GradientType=1);

/* IE6-9 fallback on horizontal gradient */


}
*/ .modal-header {
    border: none !important;
}
.modal-header .close {
    padding: 0px !important;
    margin: 0px !important;
    z-index: 999;
}
.logo-section {
    margin: 10px auto 20px;
    display: block;
}
.logo-section img {
    display: inline-block;
    vertical-align: middle
}
.logo-section img {
    max-width: 100%;
}

/*-28-jan-2020*/
.contact-section {
    margin-top: 5px;
    text-align: right;
}
.register {
    margin-top: 5px;
}
.btnsearch {
    color: #fff;
    border: 1px solid #fff;
    background-color: #c41230;
}
.searchbox input::placeholder {
    color: #fff;
    font-size: 12px;
}
.searchbox .form-control {
    background: none !important;
    color: #fff;
    border-radius: 0px;
    line-height: 18px;
    border: 1px solid #fff;
}
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}
.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}
.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
}
.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
}
.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}
.service-heading h1 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.service-box {
    background: #fff;
    border-radius: 5px;
    margin: 20px 0px;
    padding: 15px;
    box-shadow: 0px 3px 15px 0px #ececec;
    border-bottom: 5px solid #c41230;
}
.service-box h1 {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.service-box p {
    font-size: 14px;
    color: #262626;
    line-height: 24px;
}
.service-box a {
    color: #c41230;
    font-size: 14px;
    text-decoration: none;
}
.service-box img {
    max-width: 100%;
    padding: 5px 0px 20px;
}
.service-section {
    padding: 75px 0px;
}
.home-heading h1 {
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-information {
    margin-top: 75px;
}
.address-box-section {
    border: 3px solid #c41230;
    padding: 15px;
    margin: 20px 0px;
    text-align: center;
    background: #f6f6f6;
    min-height: 225px;
}
.location-text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.location-text p {
    font-size: 16px;
    color: #000;
}
.address-box {
    background: #c41230;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 100%;
    margin: 0px auto;
    font-size: 35px;
}
.location-text {
    padding: 15px 0px 0px;
}
.blog-banner img {
    max-width: 135px;
}

/*
.navbar-nav .active {
    color: #c41230 !important;
}
*/

/*-end-jan-2020*/

/*29-jan-2019*/
.heading-service h1 {
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}
.heading-service p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}
.heading-service ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.heading-service ul li {
    clear: both;
    font-size: 16px;
    line-height: 28px;
    margin: 5px 30px;
}
.icon-arrow {
    float: left;
    font-size: 20px;
    color: #c41230;
}
.iconarrow-text {
    color: #262626;
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
}
.desktop-deatil h1 {
    font-size: 24px;
    color: #262626;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.heading-service li:before {
    content: "\f18e";
    /* FontAwesome Unicode */
    
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    
    width: 1.3em;
    /* same as padding-left set on li */
    
    font-size: 20px;
    color: #c41230;
}

/*end-29-jan-2019*/

/*06-feb-2019*/
.list-group h1 {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
}
.list-group-item {
    background: #c41230 !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .4) !important;
}
.list-group-item:hover {
    background: #262626 !important;
    border-color: #d6d5d5;
}
.list-group-item.active {
    background: #262626 !important;
    border-color: #d6d5d5;
}
.list-group-item a {
    color: #fff !important;
    background: #262626 !important;
    border-color: #d6d5d5;
}
.product-content p {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    margin: 5px 0px;
    text-align: center;
}
.box6 img {
    max-width: 100%;
}
.product {
    margin-bottom: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.product-content {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
}
.pagination-section {
    margin-top: 30px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #c41230;
    border-color: #c41230;
}
.page-link {
    color: #000 !important;
}

/*end-06-feb-2019*/

/*19-march-2020*/

/* Slider */
.owl-themeslider {
    overflow: hidden;
}

/*end-19-march-2020*/
.learn-more {
    text-align: center;
}
.learn-more a {
    background: #c41230;
    color: #fff;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 4px;
}
.internal-banner-1 {
    background: url(../img/internal-banner-1.png) #dac40c no-repeat;
    padding: 92px 0px;
    background-position: 90% 0px !important;
}
.internal-banner-2 {
    background: url(../img/internal-2.jpg) #b1b1b1 no-repeat;
    padding: 92px 0px;
    background-position: 90% 0px !important;
}
.internal-banner-3 {
    /* background: url(../img/internal-banner-3.png) #f6f6f6 no-repeat; */
    
    background: #e7e7e7;
    /* padding:92px 0px; */
    
    padding: 10px 0px;
    /* background-position: 90% 0px !important; */
    
    background-position: center right;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/**16-11-2023**/

/**blog-css**/
.elementor {
    padding: 75px 0px;
}
.news-post {
    margin-bottom: 26px;
}
.call-options h2 {
    font-size: 26px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 33px;
}
.call-options p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}
.latest-news h2 {
    font-size: 28px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 26px;
    line-height: 36px;
}
.heading-title {
    margin-bottom: 50px;
}
.read-more a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #c41230;
    text-decoration: none;
    text-transform: uppercase;
}
.heading-title:last-child {
    margin: 0;
}
.news-post img {
    max-width: 100%;
    border-radius: 10px;
}
.blog-text a {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 22px;
    text-decoration: none;
}
.latest-block-contant {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.blog-post {
    margin-right: 18px;
}
.blog-text p {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 22px;
}
.date-section p {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
    margin-bottom: 6px;
}
.category-contant h2 {
    font-size: 28px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 36px;
    padding: 15px;
}
.category-contant {
    margin-bottom: 36px;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    /* padding: 20px 20px; */
    
    border-radius: 13px;
}
.blog-text-contant a {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 24px;
}
.blog-text-contant {
    border-bottom: 1px solid #ebebeb;
    /* margin-top: 16px;
    padding-bottom: 8px;
    padding-left: 5px; */
    
    padding: 15px;
}
.latest-block-contant:last-child {
    margin-bottom: 0;
}
.blog-text-contant:last-child {
    border-bottom: none;
}
.latest-news {
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    padding: 20px 20px;
    border-radius: 13px;
}
.home-heading ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}
.home-heading ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #262626;
}

/**blog**/

/**16-11-2023**/

/**single-page-css**/
.border-line {
    background: #f7f7f775;
    border-left: 3px solid #AB172A;
    padding: 20px 20px;
}
.border-line p:last-child {
    margin-bottom: 0;
}
.contant-box {
    padding-top: 26px;
}
.contant-box ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    text-decoration: none;
}
.contant-box ul {
    padding-left: 18px;
    margin: 0;
}
.single-contant p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}
.single-contant {
    padding-top: 26px;
}
.single-contant p:last-child {
    margin-bottom: 0;
}
.single-contant h2 {
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 24px;
}
.border-line p {
    font-weight: 500;
    font-style: italic;
}

/**single-page**/
.news-post {
    width: 100%;
    height: 420px;
    text-align: center;
}
.news-post img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.latest-block-contant .blog-post img {
    width: 110px;
    height: auto;
}
.home-heading ul {
    color: #000;
}
.read-more a i {
    margin-left: 5px;
}
.blog-text-contant.active {
    background: #c41230;
}
.blog-text-contant.active a {
    color: #fff;
}
.call-options a {
    text-decoration: none;
    color: #262626;
}
.btn-newsletter {
    background: #c41230;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    /* padding: 8px 30px; */
    
    border-color: #c41230;
}
.btn.btn-newsletter:focus {
    box-shadow: none !important;
}
.btn-newsletter span {
    text-decoration: underline;
}
.blog-newsletter {
    background: #c41230;
}
.blog-newsletter .download-btn {
    background-color: #000000 !important;
    border-color: #000 !important;
}

/* 02-09-2024 start */
.blog-desc p, .blog-desc p font, .blog-desc p span {
    font-family: 'Montserrat' !important;
}

.blog-desc span, .blog-desc span font {
    font-family: 'Montserrat' !important;
}

.blog-desc a, .blog-desc a font, .blog-desc a span {
    font-family: 'Montserrat' !important;
}

.blog-desc h2, .blog-desc h2 font, .blog-desc h2 span {
    font-family: 'Montserrat' !important;
}

.blog-desc h3, .blog-desc h3 font, .blog-desc h3 span {
    font-family: 'Montserrat' !important;
}

.blog-desc h4, .blog-desc h4 font, .blog-desc h4 span {
    font-family: 'Montserrat' !important;
}

.blog-desc h5, .blog-desc h5 font, .blog-desc h5 span {
    font-family: 'Montserrat' !important;
}

.blog-desc h6, .blog-desc h6 font, .blog-desc h6 span {
    font-family: 'Montserrat' !important;
}

.blog-desc ol li, .blog-desc ol li font, .blog-desc ul, .blog-desc ul li font {
    font-family: 'Montserrat' !important;
}

/* 02-09-2024 end */
