body,
html {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}

.container {
    width: 100%;
    max-width: 1680px;
}

.testimonial-text p {
    font-size: 21px;
    font-weight:bold;
}

.site-content {
    display: flex;
    position: relative;
    overflow: hidden;
}

.field-validation-error {
    color: red;
}

#divContactRes {
    margin-top: 100px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.contentTxt p strong {
    color: #ad1f34;
}

.loadingDiv {
    align-items: center;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.section-content.topicBox {
    padding: 0 15px !important;
}

.loading {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50000;
}

.loadingDiv {
    flex-shrink: 0;
    position: relative;
}

.ExpertiseActive {
    background: #ad1f34;
    color: #fff !important;
}

.copyrights {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 10px 15px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #aeaeae;
    background: #f9f9f9;
}

#leftSidePenal {
    position: fixed;
    width: 260px;
    top: 0;
    bottom: 0;
    padding: 10px 0 0;
    background-color: #fff;
    overflow: auto;
    z-index: 11;
}

#leftSidePenal {
    max-width: 260px;
    width: 100%;
}

.logo {
    max-width: 100px;
    margin: 0 auto;
}

.my-logo {
    text-align: center;
    margin-top: 30px;
}

.site-title-block {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.site-title {
    font-size: 30px;
    color: #000;
}

.site-nav {
    display: block;
    padding: 25px 0 40px;
}

.site-main-menu {
    display: block;
    padding: 0;
    margin: 0;
}

    .site-main-menu li {
        display: block;
        position: relative;
        padding: 0;
        text-align: center;
    }
.link {
    letter-spacing: 1px !important;
}

    .site-main-menu:not(.dl-menu) li:first-child a {
        border-top: 1px solid #f5f5f5;
        
    }

    .site-main-menu li a {
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.85em;
        color: #333333;
        letter-spacing: 0px;
        display: block;
        position: relative;
        padding: 10px 20px;
        text-align: left;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #f5f5f5;
        outline: none;
    }
        .site-main-menu li a:hover{
            color:#fff;
        }

        .bdr-1 {
            border-bottom: 1px solid #e1dede;
            padding: 20px;
            border-radius: 0px;
        }

/* ======= Right Side Penal ===== */

#rightSidePenal {
    width: 100%;
    padding-left: 0px;
}

.aboutme {
    background: #f9fafd;
    padding: 0 15px !important;
}

    .aboutme ul {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 0;
    }

        .aboutme ul li:last-child {
            max-width: 320px;
            width: 100%;
        }

.new-theme-img {
    position: relative;
}

    .new-theme-img img {
        width: 60px;
        right: 0;
        position: absolute;
        top: 10px;
    }

.subHeading h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.5;
}

.upload-round-photo {
    overflow: hidden;
    margin: 40px auto;
}

.vinImg {
    height: 400px;
    overflow: hidden;
}

.social-links {
    text-align: center;
    margin-bottom: 38px;
    font-size: 24px;
}

.aboutUsContent {
    padding: 60px 40px;
}

.profile-name {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: #ad1f34;
    margin: 20px 0;
    font-weight: 600;
}

h3,
h4 {
    font-family: "Oswald", sans-serif;
}

.contentTxt {
    font-size: 18px;
}

.ClientsSlider .swiper-slide {
    background: #f9fafd;
    padding: 30px;
    height: 250px;
}

.btn.downloadBtn {
    background: #ad1f34;
    margin: 20px 0;
    font-size: 20px;
    color: #fff;
    padding: 12px 26px;
    border-radius: 0;
    box-shadow: 3px 3px 5px #9d9d9d;
    max-width: 315px;
    width: 100%;
}

.page-sp {
    padding: 30px;
    padding-top: 0;
}

.section-title h3 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 58px;
    display: inline-block;
}

    .section-title h3 .underline {
        display: block;
        height: 2px;
        background: #ad1f34;
    }
.bg-ImgLogo {
    background-image: url('Images/LogoVin.png');
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    min-height:70vh;
}

.block {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 15px 30px;
    transition: all 0.5s;
}

    .block h4 {
        font-size: 30px;
        font-weight: 600;
        margin:0;
        transition: all 0.5s;
        line-height: 1.5;
    }
.blockPractice {
    height: 68px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .block p {
        font-size: 18px;
        height: 140px;
    }

    .block:hover {
        /* box-shadow: 1px 2px 11px #797777; */
        transition: all 0.5s;
        border: 1px solid #ad1f34;
    }

        .block:hover a {
            color: #ad1f34;
        }

        .block:hover h4 {
            color: #ad1f34;
        }

.CommentsAuthor {
    text-align: center;
}

.section-block {
    margin-bottom: 30px;
    font-size: 18px;
}

.shadow-sm {
    box-shadow: 0 0 8px 2px #0000000a;
    padding: 50px 25px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ad1f34 !important;
    opacity: 0;
    transition: all 0.5s;
}

.TestimonialsBox:hover .swiper-button-next,
.TestimonialsBox:hover .swiper-button-prev {
    opacity: 1;
    transition: all 0.5s;
}

.topicNavBar .link:hover {
    color: #fff;
    background: #ad1f34;
}

/*  */
.section-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.5;
    color: #ad1f34;
    font-family: "Poppins", sans-serif !important;
}

.bdr-1 small {
    color: #9d9d9d !important;
    font-size: 14px;
}

.bdr-1 h4 span {
    color: #333 !important;
}

.section-block p {
    margin: 0;
}

.educationImg {
    padding: 12%;
}

.contentTxtBox p {
    font-size: 18px !important;
    color: #333333;
}

.contentTxtBox storng {
    color: #ad1f34 !important;
    font-weight: bold !important;
}

#Experience .section-block {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
}

    #Experience .section-block:last-child {
        border-bottom: 0px solid #f2f2f2;
        padding-bottom: 0px;
    }

.client-box {
    text-align: center;
    margin-bottom: 30px;
}

    .client-box img {
        margin: 0 auto;
        border: 1px solid #f2f2f2;
    }

.swiper-container {
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.testimonialSlider {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}

.testimonialSlider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.TestimonialsBox {
    position: relative;
    padding: 20px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clientImgbox {
    width: 188px;
    border-radius: 50%;
    overflow: hidden;
    margin: 12px auto;
}

.TestimonialsBox .swiper-slide {
    background: #f9fafd;
    padding: 30px;
}

.TestimonailName {
    font-size: 14px;
    margin-top: 5px;
    color: #9d9d9d;
}

.display-none {
    display: none !important;
}

.contentTxt a {
    cursor: pointer;
}

.Testimonail-firm {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.testimonial-content {
    margin: 10px 45px;
    text-align: center;
}

.contact-box h4 {
    font-size: 30px;
}

.dividerline {
    height: 2px;
    background: #f2f2f2;
    max-width: 200px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.contact-box p {
    font-size: 18px;
}

.contact-box .social-links {
    margin: 30px 0;
}

    .contact-box .social-links a {
        color: #333;
        margin: 15px;
    }

.contactFormBox {
    margin: 0 20px;
    padding: 58px;
    box-shadow: 0 9px 30px #e2e2e2;
}

    .contactFormBox .form-control {
        box-shadow: none;
        border-radius: 0;
    }

.form-control:focus {
    border-color: #ad1f34;
    outline: 0;
}

.contactFormBox textarea.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto !important;
}

.mobileSizeDiv {
    display: none !important;
}

.btn-default {
    background: #ad1f34;
    margin: 30px 0;
    font-size: 20px;
    color: #fff;
    padding: 12px 26px;
    border-radius: 0;
    box-shadow: 3px 3px 5px #9d9d9d;
}

.contactFormBox label {
    font-weight: 500;
    font-size: 18px;
}

.contactFormBox .form-group {
    margin-top: 25px;
}

.contactText h4 {
    font-size: 45px;
}

#leftSidePenal {
    transition: all 0.5s;
    left: -320px;
}

    #leftSidePenal.open {
        transition: all 0.5s;
        left: 0px !important;
    }

#rightSidePenal {
    width: 100%;
    padding-left: 0;
}

.mobile-menu-icon {
    font-size: 28px;
    display: inline-block;
    padding: 10px 24px;
    cursor: pointer;
}

.mobile-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: auto;
}

.bg-orange {
    cursor: pointer;
}

.bg-green {
    cursor: pointer;
}

.bg-yellow {
    cursor: pointer;
}

.gray-bg:hover {
    background: #f9fafd;
    padding: 45px;
}

.bg-orange:hover, .bg-orange.active {
    border: 1px solid #ad1f34;
}

.bg-green:hover, .bg-green.active {
    border: 1px solid #ad1f34;
}

.bg-yellow:hover, .bg-yellow.active {
    border: 1px solid #ad1f34;
}

.bg-orange:hover h4,
.bg-orange:hover a,
.bg-orange.active h4,
.bg-orange.active a {
    color: #ad1f34;
}

.bg-orange-active .bdr-1 h4, .bg-orange-title h3 {
    color: #f16c51 !important;
}

.bg-orange-active .bdr-1 {
    border: 1px solid #f16c51;
}

.bg-green-active .bdr-1 h4, .bg-green-title h3 {
    color: #00b28f !important;
}

.bg-green-active .bdr-1 {
    border: 1px solid #00b28f;
}

.bg-green:hover h4,
.bg-green:hover a,
.bg-green.active h4,
.bg-green.active a {
    color: #ad1f34;
}

.bg-yellow:hover h4,
.bg-yellow:hover a,
.bg-yellow.active h4,
.bg-yellow.active a {
    color: #ad1f34;
}

.bg-yellow-active .bdr-1 h4, .bg-yellow-title h3 {
    color: #df9926 !important;
}

.bg-yellow-active .bdr-1 {
    border: 1px solid #df9926;
}

.link:hover, .link.active {
    background-color: #ad1f34;
    color: #fff;
}

.my-logo-mobile {
    text-align: center;
    margin: 7px;
    opacity: 0;
}

.btn-info:hover {
    color: #fff;
    background-color: #d3102d;
    border-color: #d3102d;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #d3102d;
    border-color: #d3102d;
}

.fixedHeader {
    position: fixed;
    top: 0;
    /*background: #f9fafd;*/
    background: #F3F5FB;
}

    .fixedHeader .my-logo-mobile {
        opacity: 1;
    }

.my-logo-mobile .logo {
    max-width: 45px;
    margin: 0 auto;
}

.my-logo-mobile a {
    font-size: 22px;
    color: #000;
    line-height: 1;
    text-decoration: none;
}

.topicBox .section-block {
    padding-bottom: 0px;
}

    .topicBox .section-block:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.topicNavBarFixed {
    position: fixed;
    z-index: 15;
    top: 57px;
}

.stuck {
    position: fixed;
    z-index: 15;
    top: 57px;
}

#Topic-Content {
    overflow: hidden;
}

footer {
    padding: 15px;
    text-align: center;
    background: #F3F5FB;
}

.upload-round-photo a {
    padding: 7px 5px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.modal-title {
    font-size: 36px;
}

.contactFormBox {
    padding: 58px;
    box-shadow: 0 9px 30px #e2e2e2;
    max-width: 991px;
    margin: 0px auto;
}

.contactText {
    max-width: 991px;
    margin: 0 auto;
}

.modal-page-sp {
    padding: 0 30px;
}

.requestBox {
    padding: 20px;
}

.btn-info {
    color: #fff;
    background-color: #ad1f34;
    border-color: #ad1f34;
    border-radius: 0;
    font-size: 18px;
    max-width: 200px;
    width: 100%;
}

.requestBox .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    margin: 20px 0;
}

.notificationbar {
    background: #ad1f34;
    font-size: 18px;
    padding: 14px;
    color: #fff;
    text-align: center;
    margin-top: -55px;
}

    .notificationbar.moveup {
        margin-top: 0px;
        transition: all 0.5s;
    }

    .notificationbar a {
        background: none;
        padding: 0px;
        text-decoration: none;
        color: #fff;
    }

.testimonial-profile ul {
    display: flex;
    list-style: none;
    padding: 0;
}

    .testimonial-profile ul li:first-child {
        width: 120px;
        margin-right: 10px;
    }

.clientsImgs {
    background: #e5e5e5;
    padding: 50px 30px;
}

    .clientsImgs img {
        margin: 0 auto;
    }

.teamBox {
    text-align: center;
    box-shadow: 0 0 8px 2px #0000000a;
    padding: 15px;
    margin-bottom: 15px;
}

.memberImg {
    width: 150px;
    overflow: hidden;
    margin: 13px auto;
    border-radius: 50%;
}

.overlayBody {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.more {
    display: none;
}

.readMore {
    background: transparent;
    border: 0;
    padding: 0;
    color: #ad1f34;
}

    .readMore:focus {
        outline: none;
    }

#myBtnmove {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 32px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    border: 0;
    outline: none;
}

.notificationbar .close {
    color: #fff;
    opacity: 1;
}

.contactForm .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #ddd;
}

#contact {
    padding-top: 0px;
}

.vinImageMobile {
    display: none;
}

.no-padding-right {
    padding-right: 30px;
}

.contactForm {
    padding: 15px;
    margin-top:6vw;
}

.contact-box.row {
    padding: 15px;
}

@media (max-width: 991px) {
    .no-padding-right {
        padding-right: 15px;
    }

    .block {
        margin-bottom: 15px;
    }

    .topicBox .section-block {
        padding-bottom: 0;
    }

    .section-title h3 {
        margin-bottom: 30px;
    }

    .block p {
        font-size: 18px;
        height: auto;
    }

    .new-theme-img img {
        position: relative;
        margin-bottom: 15px;
    }

    .page-sp {
        padding: 0 15px;
    }

    .mobileSizeDiv {
        display: block !important;
    }

    .DesktopSizeDiv {
        display: none !important;
    }

    .btn-primary {
        color: #333;
        background-color: transparent;
        border-color: #bbb;
        max-width: 100%;
        display: block;
        font-size: 18px;
    }

        .btn-primary:hover,
        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #ad1f34;
            border-color: #ad1f34;
        }

        .btn-primary.active,
        .btn-primary:active,
        .open > .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #ad1f34;
            border-color: #ad1f34;
        }
}

@media (max-width: 768px) {
    .mobile-header {
        position: absolute;
        left: auto;
        right: auto;
        z-index: 9;
        top: auto;
    }

    .fixedHeader {
        position: fixed;
        top: 0;
        background: #f9fafd;
        left: 0;
        right: 0;
    }

    .clientsImgs {
        background: #e5e5e5;
        padding: 30px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0 !important;
    }

    .vinImg {
        height: 600px;
        overflow: hidden;
    }

    .notificationbar {
        margin-top: -114px;
    }

    .section-block ul {
        padding: 9px 16px;
    }

    .teamBox {
        margin-bottom: 20px;
    }

    .container {
        padding: 0;
    }

    .profile-name img {
        margin-right: -42px;
        width: 100%;
    }

    .aboutme ul {
        display: block;
    }

    .aboutUsContent {
        padding: 40px 40px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bdr-1 {
        border: 1px solid rgb(184, 197, 201);
    }

    /*.notificationbar a {
        background: none;
        padding: 10px 17px;
        text-decoration: none;
        color: #fff;
        display: block;
        max-width: 200px;
        margin: 6px auto;
    }*/

    .aboutme ul li:last-child {
        max-width: 100%;
        width: 100%;
    }

    .upload-round-photo {
        margin: 20px auto;
        text-align: center;
    }

    .vinImg img {
        float: right;
    }

    .vinImageMobile {
        display: block;
    }

    .vinImageDisktop {
        display: none;
    }

    .vinImg {
        height: 100% !important;
    }

    .section-title h3 {
        margin-bottom: 24px;
    }

    .profile-name {
        font-size: 45px;
        margin-top: 45px;
    }
}

@media (max-width: 580px) {
    .notificationbar {
        margin-top: -97px;
    }

    .mobile {
        display: block;
        width: 100%;
    }

    .notificationbar {
        font-size: 16px;
    }

        .notificationbar a {
            padding: 5px;
            max-width: 188px;
            margin: 6px auto;
            font-size: 14px;
        }

    .profile-name {
        font-size: 45px;
    }

    .subHeading h4,
    .modal-title {
        font-size: 26px;
    }

    .block h4 {
        height: auto;
    }

    .section-title h3,
    .contactText h4 {
        font-size: 40px;
    }

    .contactFormBox {
        padding: 35px;
    }

    .aboutUsContent {
        padding: 0px 15px;
    }

    .testimonial-content {
        margin: 0 13px;
        text-align: left;
    }

    .section-block h4 {
        font-size: 22px;
    }

    .section-title h3 {
        margin-bottom: 24px;
    }
}

@media (max-width: 492px) {
    .notificationbar {
        margin-top: -120px;
    }
}
.max-width{
    width:100%
}
.mb-2 {
    margin-bottom: 20px;
}
.mt-2 {
    margin-top: 20px;
}