.headz .e-p-bx li a {
    color: #000;
}

.headz-side h4 {
    font-weight: 400;
    font-size: 13px;
}

.headz-side h4 a {
    font-weight: 600;
}

.whatsapp:hover {
    background: #06d755 !important;
}

.new1 {
    height: 600px !important;
}

.new1 .slider-block {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.new1 div#welcome {
    height: 600px !important;
}

/* .new1 .tp-resizeme {
    top: 70px !important;
} */

/* .new1 .tp-parallax-wrap:nth-child(3) {
    top: 70px !important;
    } */
    
    /* .new1 .tp-parallax-wrap:nth-child(4) {
        top: 0 !important;
        } */
        
        /* .new1 .tp-parallax-wrap:nth-child(5) {
            top: 180px !important;
            background: red;
            border: 1px solid red;
        }
        
        .new1 .tp-parallax-wrap:nth-child(6) {
    background: green;
    top: 270px !important;
            border: 1px solid rgb(0, 255, 68);

} */

.new1 .tp-loop-wrap.rs-wave {
    min-height: 600px !important;
    max-height: 600px !important;
}

.new1 .tp-mask-wrap {
    overflow: inherit !important;
}

.logo-header-inner img {
    width: 100%;
}

.logo-header {
    /* position: absolute; */
    top: 0;
    /* background: white; */
    width: 220px;
}

.logo-header-inner img {
    width: 100%;
    max-height: none;
    padding: 5px;
    background: white;
}

.sticky-header.main-bar-wraper.is-fixed.color-fill .logo-header {
    position: relative;
    top: 0;
    /*background: white;*/
}

.sticky-header.main-bar-wraper.is-fixed.color-fill .logo-header-inner img {
    width: 100%;
    max-height: none;
    padding: 0px;
    background: white;
}

.new2 h3 {
    margin-bottom: 10px;
}

.new2 p {
    margin-bottom: 0;
}

.heads {
    font-size: 40px;
    line-height: 50px;
    color: rgb(255 255 255);
    text-shadow: 2px 2px 1px black;
}

.heads2 {
    color: rgb(255 255 255) !important;
    text-shadow: 2px 1px 1px black;
    white-space: break-spaces !important;
}

.new3 .mt-separator {
    margin-bottom: 0;
}

.new4 .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    background: transparent;
}

.new4 .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.new4 .modal-body {
    position: relative;
    padding: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}

.new4 .modal-header .close {
    color: white;
    opacity: 8;
    font-size: 25px;
    font-weight: 500;
}

.new5 h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.new6 .author-name {
    width: 60%;
}

.new6 .author-signature {
    width: 40%;
}

.new6 .author-signature img {
    max-width: 90%;
}

.new7 .icon-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new8 .bg-gray.p-a30 {
    padding-bottom: 15px;
    padding-top: 15px;
}


/*.new9{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}*/

.new9 .col-md-3.col-sm-6 {
    height: 185px;
    display: grid;
}

.new10 .blog-post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*.new11 .testimonial-2 p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

.new11 {
    display: table;
    height: 100%;
}

.new11 .item {
    display: table-cell;
    height: 100%;
}

.new12 .max-w400 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new13 ul li a {
    color: #999;
}

.new14 .copyrights-text a {
    color: #d51f2a;
}

.new15 p {
    margin-bottom: 0;
}

.new16 .large-title {
    font-size: 68px;
    font-weight: 900;
    display: inline-block;
    line-height: 50px;
}


/*.new17 .bg-cover {
    background: center;
}*/

.new18 {
    margin-bottom: 0;
}

.new19 {
    text-align: center;
}

.new20 .icon-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new21 .icon-content p a {
    color: #FFF;
}

.new22 .image-effect-one .figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.new22 .image-effect-one img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.new22 .image-effect-one h4 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.new22 .image-effect-one .figcaption,
.new22 .image-effect-one h4,
.new22 .image-effect-one.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.new22 .image-effect-one i {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.new22 .image-effect-one i.link-plus:before {
    width: 30px;
}

.new22 .image-effect-one i.link-plus:after {
    height: 30px;
}

.new22 .hover-shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    position: relative;
    z-index: 10;
}

.new22 .image-effect-one .figcaption {
    padding-bottom: 15px;
    padding-top: 15px;
}

.new23 .image-effect-one img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.logo-footer {
    width: 100%;
}

.logo-footer a {
    display: table;
    margin-bottom: 15px;
}

.logo-footer a img {
    width: 100%;
}

.pform-left {
    float: left;
    width: 40%;
    height: 440px;
}

.pform-left img {
    display: block;
    height: 100%;
}

.pform-right {
    float: left;
    width: 60%;
    padding: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.mode3 {
    background: #ffffff82 !important;
    padding: 30px 20px;
}

.mode3 {
    margin: 0 auto;
    display: inline-block;
}

.mode3 {
    background: #FFFFFF !important;
    padding: 0;
    width: 90%;
}

.quick-modal .mode3>div>h3 {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 24px !important;
    color: #be8b2e !important;
    padding: 30px 0 0 !important;
    margin: 0 !important;
    position: relative;
    display: block;
    clear: both !important;
}

.mode3 .mode4 {
    position: relative;
    float: left;
    width: 94%;
    min-width: 305px;
    margin: 0 1% 0 1%;
    height: auto;
    min-height: 30px;
}

.mode3 .mode4 {
    padding-top: 10px;
}

.mode3 .mode4 {
    width: 98%;
    min-width: 238px;
}

.mode3 .mode4>div {
    width: 100%;
    padding: 5px 0 5px 0;
    clear: both;
}

.mode3 .mode6 {
    width: 100% !important;
    padding-top: 5px;
}

.mode3 .mode4>div .mode6 {
    display: inline-block;
    width: 60%;
    vertical-align: super !important;
}

.mode3 .mode4>div .mode6 {
    width: 100% !important;
}

.quick-modal .mode3 .mode6 {
    font-size: 12px;
    margin-bottom: 3px;
    position: relative;
}

.quick-modal .mode3 .mode6 input {
    height: 42px !important;
    font-size: 15px;
    padding-left: 10px !important;
    font-weight: 200;
}

.mode3 .mode5 span.hugeit-error-message {
    position: absolute;
    top: 20px;
    right: 10px;
}

.mode3 .mode4>div.mode7 {
    position: relative;
    margin-top: 15px;
}

.quick-modal .mode3 .mode7 button.submit {
    background-color: #be8b2e !important;
    padding: 10px 12px;
    width: 120px;
    float: left;
    border: 1px solid #be8b2e !important;
}

.mode3 .mode7 button.submit {
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    margin: 0 0 5px 0 !important;
    background-image: none !important;
}

.mode3 .mode7 button {
    height: auto;
    cursor: pointer;
    text-transform: none;
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
}

.quick-modal {
    /*background: rgba(0,0,0,.5);*/
    padding-top: 50px;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    /*z-index: 99;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pop-inner {
    overflow: hidden;
    width: 100%;
    max-width: 750px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    position: relative;
    animation: popup 0.7s;
    transition: all 5s ease-in-out;
}

.closebutton {
    position: absolute;
    cursor: pointer;
    top: 6px;
    right: 20px;
}

.quick-modal input,
.quick-modal select,
.quick-modal textarea {
    font-size: 16px;
    padding: 8px 0;
    width: 100%;
    border-radius: 0;
    border: 0px solid;
    border-bottom: 1px solid;
    box-shadow: 0 -1px 0 0 transparent inset;
    background-color: transparent !important;
    color: inherit !important;
    transition: all .3s;
    border-color: #e0e0e0;
}

.quick-modal input:focus,
.quick-modal textarea:focus,
.quick-modal .select2-dropdown-open a.select2-choice {
    box-shadow: 0 -1px 0 0 #be8b2e inset;
}

.quick-modal input:focus-visible,
.quick-modal textarea:focus-visible,
.quick-modal .select2-dropdown-open a.select2-choice {
    outline: 0px solid black;
}

.quick-modal input::-webkit-outer-spin-button,
.quick-modal input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.quick-modal input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.quick-modal .row {
    margin-right: 0px;
    margin-left: 0px;
}

.dgalert .bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.dgalert .bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.dgalert .bts-popup-container {
    position: relative;
    width: 40%;
    max-width: none;
    margin: auto;
    padding: 35px;
    height: 100%;
    width: max-content;
    max-width: fit-content;
    background: transparent;
    border-radius: none;
    text-align: center;
    /*box-shadow: 0 0 2px rgb(0 0 0 / 20%);*/
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 35px;
    height: 100%;
    width: max-content;
    max-width: fit-content;
}

.dgalert .is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: max-content;
    max-width: fit-content;
}

.dgalert .bts-popup-container a {
    color: #ffffff00;
    text-decoration: none;
    text-transform: uppercase;
}

.dgalert .bts-popup-container img {
    padding: 0;
}

.dgalert .bts-popup-container img.dgalert01 {
    width: 100%;
    height: 100%;
    height: max-content;
    max-block-size: -webkit-fill-available;
    box-shadow: 0px 0px 11px 7px rgb(0 0 0 / 45%);
    background: white;
}

.dgalert .img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.dgalert .dgnewclose {
    display: table;
    text-indent: inherit;
}

.dgalert .bts-popup-container a {
    color: #ffffff00;
    text-decoration: none;
    text-transform: uppercase;
}

.dgalert .bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 27px;
    height: 27px;
    background: transparent;
}

.dgalert .bts-popup-container .bts-popup-close {
    top: 36px;
    right: 36px;
}

.dgalert .bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: #ffffff00;
}

.dgalert .bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.dgalert .bts-popup-container img.alertclose {
    width: 100%;
    height: 100%;
}

.dgalert .bts-popup-container img {
    padding: 0;
}

.dgalert .alertclose {
    display: table;
}

.dgalert .bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}

div#slide-901-layer-3_713,
div#slide-901-layer-3,
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    display: none !important;
}

.newdg1 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newdg2 p {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 27px;
}

.newdg3 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newdg4 {
    color: white;
}

.newdg5 {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}


.spppp-tt .lg-12 {
    width: 100%;
    float: right;
    /*padding: 60px 0px;*/
    display: block;
}

.spppp-tt .lg-4 {
    width: 40%;
    float: right;
    box-shadow: 0px 0px 10px 2px #00000063;
    margin: 80px 0px;
    border-radius: 5px;
}

.spppp-tt .lg-12-flex {
    width: 100%;
    float: right;
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
}

.spppp-tt .collapse-item {
    display: none;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.spppp-tt .collapse svg {
    transition: .3s ease;
    float: right;
    margin: 0px 15px;
    margin-top: 4px;
}

.spppp-tt .collapse span {
    display: inline-block;
    margin: 0px;
}

.spppp-tt .active svg {
    transform: rotate(45deg);
}

.spppp-tt .collapse:nth-of-type(odd) path {
    fill: #222;
}

.spppp-tt .collapse:nth-of-type(even) path {
    fill: #222;
}

.spppp-tt .collapse .collapse-header {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    color: #222;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.spppp-tt .collapse:first-of-type .collapse-header {
    border-radius: 5px 5px 0px 0px;
}

.spppp-tt .collapse:last-of-type .collapse-header {
    border-radius: 0px 0px 5px 5px;
}

.spppp-tt .collapse:last-of-type .active {
    border-radius: 0px !important;
}


.spppp-tt .collapse:last-of-type .active+.collapse-item a:last-of-type {
    border-radius: 0px 0px 5px 0px;
}

/*.collapse:nth-of-type(odd) .collapse-header{
    background: #21c3a2;
    color: #ffffff;
}

.collapse:nth-of-type(even) .collapse-header{
    background: #ffffff;
    color: #21c3a2;
}*/

.spppp-tt .collapse a {
    background: #ebebeb;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #848484;
    transition: 0.3s ease;
    cursor: pointer;
}

.spppp-tt .collapse a:hover {
    padding-left: 20px;
    color: #21c3a2;
}

.spppp-tt .spppp-bl {
    display: block;
}

.spppp-tt .spppp-bl1 {
    /*background-color: #f6f7f8;*/
    display: table;
}

.spppp-bl2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.col-md-3.col-sm-6.col-xs-6.col-xs-100pc.spppp-bl3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.appint-btn a {
    color: #ffffff;
}

.about-home-right.about-right-v2 h3 {
    color: #ffffff;
}

.about-home-right.about-right-v2 p {
    color: #ffffff;
}

.call-us-section.text-center h2 a,
.call-us-section.text-center h4,
.brochur.bg-dark.p-a20 .mt-tilte,
.brochur.bg-dark.p-a20 p,
.brochur.bg-dark.p-a20 .mt-tilte,
.testimonial-1 .testimonial-text .fa-quote-right,
.call-to-action-left.text-black h4,
.call-to-action-left.text-black span {
    color: #ffffff;
}

.cssload-loader{
    color: #d51f2a;
}
.tp-thumbs{
    display:none !important;
}
.footer-dark.site-footer {
    margin-top: 50px;
}
.header-nav .nav>li>a {
    padding: 35px 17px;
}
.is-fixed.color-fill .header-nav .nav>li>a {
    padding: 25px 17px;
}
.header-nav .nav>li:last-child a {
    padding-right: 0;
}
.is-fixed.color-fill .header-nav .nav>li:last-child a {
        padding-right: 0;
}
.tcc7{
.slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 80vh;
  display: none;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
}

/* Center content */
.content {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  text-align: left;
  color: #fff;
  z-index: 2;
  width: 80%;
}

.content h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: rgb(255 255 255);
    text-shadow: 2px 2px 1px black;
}

.content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgb(255 255 255);
    text-shadow: 2px 2px 1px black;
}

.content a {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.content a:hover {
  background: #000;
  color: #fff;
}

/* Buttons */
.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 5;
}

.prev { left: 10px; }
.next { right: 10px; }
}
@media only screen and (max-width: 767px) {

    .new1 div#welcome,
    .new1 {
        height: 250px !important;
    }

    /* .new1 .tp-resizeme {
        top: 0px !important;
    }

    .new1 .tp-parallax-wrap:nth-child(5) {
        top: 150px !important;
        left: 20px !important;
        min-width: 100%;
    }

    .new1 .tp-parallax-wrap:nth-child(3) {
        top: 60px !important;
        left: 20px !important;
        min-width: 100%;
    } */

    .link1 {
        margin: 0 !important;
    }

    .link1 .col-md-12.col-sm-12 {
        padding: 0;
    }

    .gg1 {
        position: relative;
        height: 0px;
        display: table;
        width: 100%;
        margin: 0;
    }

    .header-style-1 .top-bar .row .mt-topbar-left .e-p-bx {
        float: none !important;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .header-style-1 .top-bar .row .mt-topbar-left {
        text-align: center;
        margin-bottom: 3px;
    }

    .header-style-1 .top-bar .row .mt-topbar-right {
        text-align: center;
    }

    .mt-bnr-inr {
        height: 230px;
    }

    .mt-bnr-inr-entry .banner-title-name h1,
    .mt-bnr-inr-entry .banner-title-name h2,
    .mt-bnr-inr-entry .banner-title-name h3 {
        font-size: 14px;
        line-height: normal;
    }

    .pform-left {
        float: left;
        width: 40%;
        height: 440px;
        display: none;
    }

    .pform-right {
        float: left;
        width: 100%;
        padding: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    /* .new1 .tcc1{
        top: 0px !important;
        left: 0px !important;
        min-width: 100%;
    }
    .new1 .tcc2{
        top: 00px !important;
        left: 0px !important;
        min-width: 100%;
    }
    .new1 .tcc3{
        top: 65px !important;
        left: 0px !important;
        min-width: 100%;
        display: none;
    } */
    .new1 #welcome .tcc4 {
        background-color: rgb(255 255 255 / 0%) !important;
    }
    
.tcc7{
.slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 200px;
  display: none;
}

.content h1 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 0;
  color: rgb(255 255 255);
    text-shadow: 2px 2px 1px black;
}

.content p {
    margin: 0;
  font-size: 14px;
}

.content a {
  display: none;
}
.btn {
  padding: 5px 7px;
  display: none;
}
}
}