/********** Template CSS **********/
:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #252525;
}
/*.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
body{
    color: #000; font-size: 18px; font-weight: 400;  font-family: "Montserrat", sans-serif; overflow-x: hidden;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 400 !important;
}
a:hover {
    color: #000000;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
.display-5 {
    font-size: 4.5rem; color: #000;
}
.bg-tringle {
    background: url(../img/p-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.w-65 {
    width: 65%;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}

h1 {
    font-weight: 300 !important;
    font-size: 50px !important;
    color: #000;
}
body.inner-page h2.title {
    font-size: 40px;
}
body.inner-page h2.title span {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #c55c7f;
}
.home-banner h1 {
    font-family: 'Montserrat', serif;
    font-weight: 100 !important;
    font-size: 58px !important;
    color: #000;
    margin-bottom: 20px;
}
.m-auto{margin: 0 auto;}
.owl-carousel-item {
    position: relative;
}
.banner-text {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    position: relative;
    height: 485px;
    margin-bottom: 40px;
    padding-top: 150px;
}
.banner-links.text-center {
    position: relative;
    z-index: 2;
    top: -100px;
}

.text-bg {
    position: absolute;
    top: 280px;
    width: 554px;
    height: 554px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.text-bg img.ele-banner2 {
    width: 480px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    animation: 120s linear infinite rotation;
}
.text-bg img.ele-banner3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: 30s linear infinite rotation;
}
.text-bg img.ele-banner4 {
    width: 94px !important;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    animation: 30s linear infinite r-rotation;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes r-rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}

.pay-now a {
    color: #fff;
    background: #f696b6;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 0 0 15px 15px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.pay-now {
    position: fixed;
    top: 0;
    right: 5%;
}
.ele2 {
    position: absolute;
    top: -57%;
    left: -4%;
    animation: 30s linear infinite rotation;
}

.prod-bg {
    animation: 30s linear infinite rotation;
}

.scroll-down.text-center {
    color: #c23b68;
    font-size: 25px;
}
.scroll-dd {
    margin-bottom: 20px;
    animation: 1.5s ease infinite t-b-scroll;
}
@keyframes t-b-scroll {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translate(0);
    }
 
}
.scroll-up-d{
    animation: 1.5s ease infinite u-b-scroll;
    margin-bottom: 10px;
}
@keyframes u-b-scroll {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translateY(15px);
    }
    0% {
        transform: translate(0);
    }
 
}

.scroll-dd-show {
    display: none !important;
}
.shadow-sm .scroll-dd-none {
    display: none !important;
}
.shadow-sm .scroll-dd-show {
    display: inline-block !important;padding: 0;
}
.g-ele-left {
    animation: 30s infinite r-rotation;
    position: absolute;
    top: 123px;
    left: -342px;
    opacity: .5;
}
.prod-img {
    padding-top: 105px;
}

.prod-img a.prod-img-circle {
    border-radius: 500px;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #c23b68;
}
.prod-img img.prod-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.prod-price {
    position: absolute;
    bottom: 0;
    background: #f8e5ebe0;
    border: 8px solid #fff;
    right: 45px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(2px);
}
.prod-img img.img-fluid {
    width: 260px;
    height: 260px;
}
.prod-head {
    position: relative;
    margin: -35px auto 0 auto;
    background: #ffebeb;
    border-radius: 100px;
    border: 2px solid #c23b68;
    bottom: 0;
    width: 65%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 22px;
}
.agraham-font{font-family: 'Agraham', sans-serif;}
h2.subtitle.small-text {
    text-transform: inherit; color: #fff;
}
h2.subtitle.small-text {
    text-transform: inherit;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
a.b-coclor-white{border: 1px solid #fff; color: #fff}
.bt-half-bg{
    background: url(../img/half-bt-bg.jpg) center center; no-repeat;
    background-size: cover; padding-bottom: 500px !important;
}
body.home-page {
    position: relative;
}
body.home-page .footer {
    position: absolute;
    bottom: 0;
}
.owl-carousel.header-carousel {
    z-index: 2;
}
.banner-text p {
    font-size: 23px;
    font-weight: 400;
    color: #800310;
}
.banner-sub-text {
    color: #ff7ebf;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-text h2 {
    font-size: 58px;
    font-weight: 300 !important;
}

.prod-text {
    width: 100%;
    max-width: 75%;
}
h3 {
    color: #921a2a;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.pl-2 {
    padding-left: 20px;
}
.pl-3 {
    padding-left: 30px;
}
.pl-4 {
    padding-left: 40px;
}
.pl-5 {
    padding-left: 50px;
}
.description ul {
    padding: 0;
}
.description ul li {
    display: inline-block;
    margin: 0 45px 25px 0;
    text-align: center;
    width: 90%;
    background: url(../img/icons/s1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding: 120px 45px 45px 45px;
}
/*ul.owl-carousel.consultation-carousel.owl-loaded.owl-drag .owl-stage-outer {
    overflow: visible;
}*/
.description ul li .s-txt {
    font-size: 20px;
    display: inline-block;
    margin: 25px 0 0;
    font-weight: 500;
    color: #000;
    height: 115px;
    overflow: auto;
    padding-right: 15px;
}
.description ul li .icons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
}
.description ul li .icons a.img-circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 500px;
    overflow: hidden;
    padding: 24px 0 0 0;
    box-shadow: 0 0 15px #d17b9b;
    margin: 15px;
    background: #fff;
}
.description ul li .year a {
    font-size: 25px;
    font-weight: 500;
    color: #c23b68;
}

.description ul li:last-child {
    margin-right: 0;
}
.content-text {
    padding: 15px 0px; min-height: 125px;
}
.mobile-dis-block {
    display: none;
}
.mobile-dis-none {
    display: inline-block;
}
.g-ele-top {
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
}
.g-ele-bt {
    position: absolute;
    z-index: -1;
    right: 0;
        top: 0;
        animation: 30s linear infinite rotation;
}
.row.services-list {
    margin-bottom: 45px;
}

/*** Button ***/
.btn {    
    font-weight: 500;
    transition: .5s;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    padding: 10px 35px;
    text-transform: capitalize;
    border-radius: 50px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-dark {
    color: #fff;
    background: #c23b68;
    border: 1px solid #c23b68;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 5px;
    padding: 19px 0px 19px 20px;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
a.nav-item.nav-link:before {
    content: '-';
    position: absolute;
    left: 0;
}
.navbar .navbar-nav .nav-link:first-child:before{
    display: none;
}
.top-right li img {
    max-width: 21px;
}

/*.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}*/


.navbar.sticky-top.shadow-sm{position: fixed;}

.navbar-expand-lg {
    flex-wrap: inherit;
    justify-content: inherit;
}
.navbar {
    display: inherit;
    z-index: 9999;
    position: absolute;
}
.navbar-nav {
    display: block; margin: 0 auto;
}
.navbar .navbar-nav .nav-link {
    display: inline-block;
    font-weight: 400;
    font-size: 19px;
    position: relative;
}
.nav-item.dropdown {
    display: inline-block;
}
.navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
    flex-basis: inherit;
    border: 0px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.home-banner {
    /*position: absolute;
    top: 0;*/
    padding-top: 220px;
    padding-bottom: 80px;
    background: url(../img/banner-bg.jpg) center center; no-repeat;
    background-size: cover;
    /*height: 100vh;*/
}
.home-banner .owl-nav {
    width: 100%;
    position: absolute;
    top: 55%;
    padding: 0 0;
}
img.ele-banner1 {
    position: absolute;
    top: 0;
    width: 99%;
}
h3.title {
    font-size: 40px;
    font-weight: 300 !important;
    color: #000;
    margin-bottom: 22px;
    text-transform: inherit;
}
h3.title span {
    color: #c23b68; font-weight: 500;
}
h2.subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #800310;
    text-transform: uppercase;
}
.width-overlay-left {
    padding-top: 70px;
}
.description {
    line-height: 30px;
}
.width-overlay-left .description {
    width: 56%;
    position: absolute;
}

.home-banner .owl-prev {
    position: absolute;
    left: 30px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.home-banner .owl-next {
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 0 no-repeat;
}
.btn-primary {
    color: #000;
    background-color: #b78d6500;
    border-color: #000000;
    border-radius: 50px;
}

.l-c-icons ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.l-c-icons ul li {
    display: inline-block;
    margin: 9px 4px 0;
}
.l-c-icons ul li img.img-fluid {
    width: 24px;
}
.currency-list {
    display: none;
}
.currency-w {
    display: inline-block;
}
.currency-w img.img-fluid {
    width: 13px;
}
.dd-icon {
    width: 10px !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.bg-top {
    background: #f9e912;
}
.top-left li {
    display: inline-block;
    margin-right: 25px;
    list-style: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.top-right {
    text-align: right;
}
.top-right li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.bg-top ul {
    margin: 4px 0;
    padding: 0;
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.short-des {
    width: 70%;
    line-height: 35px;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000c7;
}
.modal {
    top: 5%;
}
.modal-content {
    border-radius: 17px; border-radius: 20px;
}
.modal.fade .modal-dialog {
    transform: inherit;
}
.modal-dialog {
    max-width: 65%;
}
.modal-form iframe {
    width: 100%;
}
.success {
    z-index: 9;
}
.news-media {
    margin: 0px 0 0 0;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 55px;
}
.bor-h-radius.aa-img {
    position: absolute;
    top: -76px;
}


.overflow-auto {
    overflow: auto !important;
    height: 225px;
}
.about-full {    
    position: relative;    
}
.about-full .overflow-auto {
    height: auto;
}
.about-full h2.title {
    font-size: 35px !important;
}
.pt-55 {
    padding-top: 55px;
        z-index: 9;
}
.footer .top-bar {
    margin: -57px 0 0 0;
    position: relative;
    z-index: 9;
        top: 2px;
}
.footer {
    position: relative;
    background: url(../img/footer-bg.png) center 0 no-repeat;
    background-size: cover;
    padding-top: 122px !important;
    color: #fff;
}
.footer-ll-t {
    width: 80%;
    color: #fff;
}

body.inner-page .footer-main {
        padding: 226px 0 40px 0 !important;
    font-size: 14px;
    background: url(../img/footer-bg.png) center 0 no-repeat;
    background-size: cover;

}
body.inner-page .footer{    
    position: relative;
    background: linear-gradient(180deg, #ff9cc4, #ff66b0);
    background-size: cover;
    padding-top: 0 !important;
    color: #fff;
    z-index: 9;
}

a.link-black {
    color: #000;
    border: 1px solid #000;
}
.footer .text-primary {
    color: #fff !important;
}

a.wapp-icon-bottom {
    position: fixed;
    bottom: 50px;
    left: 18px;
    z-index: 999;
}
a.wapp-icon-bottom img#style-9 {
    width: 60px;
    height: 60px;
}

button.close {
    background: #fff;
    border: 1px solid #000;
    border-radius: 66px;
    position: absolute;
    right: -9px;
    top: -11px;
    width: 29px;
}
form.form-form {
    width: 82%;
    margin: 30px auto;
}
form.form-form .form-control {
    width: 100%;
    border-radius: 34px;
    padding: 13px 30px;
    margin-top: 10px;
    border: 1px dashed #666;
}
form.form-form .form-control.submit-btn {
    background: #000;
    color: #fff;
}
form.form-form label {
    width: 100%;
}

.after-bg img {
    max-width: 100%;
}
.after-bg {
    position: relative;
}
.home-about:before{

}

.bg-dark {
    background: #000;
    color: #fff;
    padding: 20px 55px;
    border-radius: 50px;
    font-size: 21px;
}
.btn:hover {
    color: #000;
}
.form-control {
    background-color: #fff0;
}
.modal-content {
    background-color: #ffffffe3;
}
/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}
.table-cell-ver {
    display: table-cell;
    vertical-align: middle;
    height: 495px;
}

/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
.testi-bg {
    background: url(../img/testimonial-bg.jpg) center 100% no-repeat;
    background-size: contain;
    padding: 0 88px 45px;
}
.testi-bg .owl-nav.disabled {
    display: block;
}
.testi-bg .owl-nav.disabled .owl-prev {
    position: absolute;
    top: 35%;
    left: -65px;
    background: url(../img/icons/t-a-left.png);
    text-indent: -9999px;
    width: 47px;
    height: 47px;
}
.testi-bg .owl-nav.disabled .owl-next {
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/t-a-right.png);
    text-indent: -9999px;
    width: 47px;
    height: 47px;
}
.text-primary {
    color: #000000 !important;
}
.testi-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.testi-bg .display-4 {
    font-size: 2rem;
}
.blog-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.blog-bg .display-4 {
    font-size: 2rem;
}

.btn.read-more {
    color: #000;
    border: 1px solid #0000009c;
    padding: 0.375rem 1.2rem;
    font-size: 1rem;
    border-radius: 90px;
}
.p-img {
    position: relative; margin: 80px 0;
}
.p-img img.bg-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 22px;
    width: 85%;
        z-index: 1;
}
.p-img:after {
    position: absolute;
    background: #ae935c;
    width: 78%;
    height: 90%;
    content: '';
    top: -35px;
    left: 80px;
    z-index: 0;
    border-radius: 25px;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.tab-content {
    background: #789e91;
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.nav-tabs {
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 0px;
        padding: 0 0 0 35px;
}
.nav-tabs li {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
}
.nav-tabs li a {
    margin: 0 55px 0;
    font-size: 21px;
    font-weight: 600;
    padding: 30px 1px;
    display: inline-block;
}
.nav-tabs li.active a {
    background: #789e91;
    color: #fff;
    padding: 30px 45px;
    border-radius: 15px 15px 0 0;
    display: inline-block;
}
.bg-yelo {
    background: #cfb82c40;
}
.blue-top {
    position: relative;
    top: -55px;
}
.white-top {
    position: relative;
    top: -100px;
}

img {
    max-width: 100%;
}



.footer .info-link li {
    margin-bottom: 12px;
    list-style: disc;
}
.footer .info-link li strong {
    width: auto;
    display: inherit;
    border: 0;
    padding: inherit;
    margin: inherit;
    font-size: inherit;
}
.social-icons li {
    display: inline-block;
    margin: 0 8px 0px 0;
}
.social-icons ul {
    padding: 0;
}

form#contactForm label.error {
    top: 0;
    color: #e91e63;
    font-size: 14px;
}
.team-img a {
    width: 190px;
    height: 215px;
    display: inline-block;
    background-size: contain !important;
    border-radius: 500px;
    overflow: hidden;
    background-color: #f4f4f4 !important;
}
.team-detail h3 {
    font-size: 24px;
    margin: 0;
}
.team-detail h3 span {
    font-size: 18px;
}
.j-text.text-left {
    padding: 0 45px 0 0;
}
.j-text.text-right {
    padding: 0 0 0 45px;
}
.mar-auto {
    margin: 0 auto;
}
.specialization h2.title {
    font-size: 26px !important;
}
ul {
    list-style: none;
    padding: 0 7%;
}
body.home-page .f-to-divi {
    display: none;
}
.text-right {
    text-align: right;
}
.tab-inner {
    display: inline-block;
    width: 100%;
}
.content-img img {
    border-radius: 25px;
    cursor: pointer;
}
h4.title {
    font-size: 20px;
}
div#video-popup {
    z-index: 9999999;
    top: 0;
    background: #000000a6;
}
.c-image {
    display: table-cell;
    text-align: center;
    height: 600px;
    vertical-align: middle;
    width: 375px;
}
.prod-carousel-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 375px;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: 100%;
}
.prod-carousel-home .owl-nav.disabled {
    display: block;
}
.prod-carousel-home .owl-nav.disabled .owl-prev {
    position: absolute;
    top: 35%;
    left: -65px;
    background: url(../img/icons/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.prod-carousel-home .owl-nav.disabled .owl-next {
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.prod-carousel-item p {
    margin-bottom: 4px;
}

.blog-t-w img {
    width: 100%;
    border-radius: 11px 11px 0 0;
}
.b-text.bg-b {
    background: #e1cab4;
    border-radius: 0 0 11px 11px;
    padding: 27px 33px;
}
.author-detail a {
    color: #000;
}
.short-d {
    margin-bottom: 16px;
    margin-top: 8px;
}
.blog-bg img {
    width: 100%;
}
.divideri {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 30px;
}
img.blog-im {
    border-radius: 13px;
}
.blog-bg {
    width: 43%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.blog-bg .title {
    position: inherit;
    left: inherit;
    transform: inherit;
    font-size: 17px;
    margin: 0 0 9px 0;
    font-weight: 600;
}
/*.blog-bg:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 629px;
    right: -55%;
    top: 0;
    background: #efe3d9;
    border-radius: 100%;
    z-index: 1;
}*/
.galler-img {
    border-radius: 0 0 310px 310px;
    overflow: hidden;     border: 1px solid #dbb38f;
}
.galler-img img {
    max-width: 100%;
    padding: 0px 20px 20px 20px;
    border-radius: 0 0 310px 310px;
}
.gallery-txt h3 {
    font-size: 140px;
    color: #cccccc30;
    position: relative;
    top: 40px;
}
.gallery-txt p.section-title {
    width: 70%;
    margin: 0 auto;
}
/*****  Masonry Gallery start  ***/

section.gallery-m {
  column-width: 310px;
  column-gap: 30px;
  padding: 50px 5px;
}

section.gallery-m img {
  width: 100%;
  cursor: pointer;
      margin-bottom: 30px;
}


.lightbox {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 50px !important;
  display: none;
  /*background: #7f8c8d;*/
  perspective: 1000; z-index: 999999;
}
.container.video-ggg .video-item.text-center {
    width: 100%; border-radius: 0;
}
.container.video-ggg .vid-text h3 {
    margin: 15px;
    font-size: 17px;
}
.imageGallerys-w.text-center h3 {
    font-size: 19px;
    margin: 11px 0 25px;
}
.container.video-ggg .video-item.text-center img.vid-img {
    max-width: 100%;
    max-height: inherit;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}
.arrowl {
    border-radius: 0 15px 15px 0;
}
.arrowr{border-radius: 15px 0 0 15px;}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.row.g-0.about-content {
    position: relative;
    z-index: 10;
   
}
.home-about.after-bg .yello-bg {
    position: relative;
    z-index: 99;
}

/****  End   ****/


/*** Footer ***/
.footer-links a.btn.btn-link {
    color: #000;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0px;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::after {
    position: relative;
    content: "|";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-left: 20px;
}
.footer .divideri {
    margin: 0;
}
.footer .col-lg-12 {
    margin: 20px 0;
}
.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #ffffff;
    margin-bottom: 19px;
    border-radius: 36px;
    padding: 8px 25px;
    color: #fff;
    background: none;
}
.form-control:focus {
    padding: 8px 0 8px 0;
    font-size: 13px;
    background: #a8609c;
    position: relative;
    font-weight: 400;
}

.footer .copyright {
    padding: 7px 0 9px 0;
    font-size: 13px;
    background: #c1416c;
    position: relative;
    font-weight: 400;
    color: #fff;
    border-top: 1px solid #e75a89;
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer h3 {
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
}
.footer-main .info-link {
    padding-left: 19px;
}
.info-link ul {
    padding: 0;
}
.footer-main .info-link a {
    color: #fff;
}
.footer .info-link li::marker {
    color: #fff;
}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}

/*Common inner header page*/
.inner-page nav.navbar, .pd-banner {
    background: url(../img/inner-h-bg.jpg) 0 0;
    background-size: cover;
    position: relative;
}

.right-blog .career-wrapper h5 {
    font-size: 14px;
}
.bredcrumb ul {
    padding: 0;
    margin: 0;
}
.blog-detail h1.page-title {
    font-size: 25px !important;
    font-weight: 500 !important;
}
.bredcrumb ul li, .bredcrumb ul li a {
    display: inline-block;
    background: none;     color: #ab720f; padding: 10px 0;
    margin: 0; font-size: 14px;
}
.bredcrumb ul li a{padding: 0 30px 0 0; position: relative;}
.bredcrumb ul li a:after{content: '/'; position: absolute; right: 6px; top: 1px;}
.inner-banner {
    
}
.container.inner-bredcrumb {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 300px;
    z-index: 1;
}
.inner-bread.text-bg {
    top: -200px;
    z-index: -1;
}
.inner-banner {
    position: relative;
    z-index: 0;
}
.inner-page .page-title {
    position: relative;
    z-index: 9;
}
.about-in2 .element3, .services-list .element3, .contact-p .element3, .blogs .element3, .blog-detail .element3, .specialization .element3, .services-d .element3{
    bottom: 0px;
}
.right-blog {
    position: sticky;
    top: 123px;
    z-index: 999;
}
.inner-banner h1 {
    color: #800310;
    font-size: 30px !important;
    font-weight: 500 !important;
}
.bredcrumb {
    
}
.inner-page h4.section-title {
    width: 70%;
    line-height: 65px;
    font-size: 34px;
}
.breadcrumb {
    width: 100%;
    display: inline-block;
}
.breadcrumb ul {
    /*padding: 10px 0;
    border-bottom: 1px solid #ccc;*/
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    margin: 0 20px;
    position: relative;
}
.breadcrumb ul li a:after {
    content: '-';
    position: absolute;
    right: -15px;
}
.img-w img {
    max-width: 80%;
}

.f-des p {
    font-size: 20px;
}

.divider-b:after {
    background: url(../img/divider-b.png) 0 0 no-repeat;
    width: 100%;
    content: '';
    height: 50px;
    left: 0;
    bottom: -70px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
h2.divider-b {
    margin-bottom: 60px !important;
}
.about-us .divider-b::after {
    background: url(../img/divider-b.png) center 0 no-repeat;
}

.copy-top {
    position: absolute;
    top: -30px;
    width: 100%;
    background: url(../img/copy-top-yello.png) 0 0 repeat-x;
    height: 60px;
}

.home-banner h1.display-1:after{display: none}
.l-c-icons {
    padding-right: 25px;
}
h2.display-5 {
    font-size: 3.8rem;
}
.f-des.scroller-c {
    height: 200px;
    overflow: auto;
    padding-right: 25px;
}
.bor-right {
    border-right: 1px solid #ccc;
}
.product-wrapper .p-img {
    text-align: center;
}
.product-wrapper .p-img::after{display: none}
.product-wrapper .p-img img {
    max-width: 100%; max-height: 560px;    transition: 1s;
}
.product-wrapper .p-img img:hover {
    transform: scale(1.5);
    transition: 1s;
}
.product-wrapper {
    padding: 0 35px;
}
.product-wrapper .p-img {
   text-align: center;
    margin: 45px auto;
    height: 475px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 360px;
}
.p-name, .artist-name {
    margin-top: 30px;
}
.p-name h3 {
    font-size: 14px;
    
    color: #000;
    font-weight: 500 !important;
}
.short-de {
    font-size: 12px;
}
.artist-name {
    text-align: right;
}
.price {
    text-align: right;
}
.pagination ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    color: #000;
    border: 1px solid #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50px;
    padding: 8px 0;
        margin: 0 7px;
}
.pagination ul li.active a {
    border-color: #f7563a;
    color: #f7563a;
}
.pd-banner h1::after{display: none;}
.pd-banner h1{margin: 0 !important;}
.pd-banner h1{font-size: 45px !important;}

/* Zoom on detail page  */
.zoom {
    display:inline-block;
    position: relative;
}
.zoom img {
    display: block;     max-width: 100%;
}
span#ex1 {
    width: 100%;
    height: 475px;
    overflow: hidden;
}
.zoom img::selection { background-color: transparent; }

.text-left {
    text-align: left;
}
table.responsive-table td {
    padding: 5px 50px 5px 0;
}
.sel-price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
}
.nprice {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px;
    color: #999;
    text-decoration: line-through;
}
.price.text-left {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 14px 0 0;
    margin: 19px 0;
}
.price.text-left p {
    display: inline-block;
    color: #666;
}
.pd-info {
    margin: 23px 0;
    font-size: 20px;
}
.shipping-d p {
    font-size: 20px;
    line-height: 38px;
}
.enquire-btn a {
       background: #404040;
    width: 40%;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    color: #fff;
    padding: 15px 0px;
    border-radius: 4px;
    margin-right: 25px;
}
.pd-info.pd-d label {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
}
.pd-detail label {
    font-size: 24px;
    margin-bottom: 12px;
}
.pd-detail p {
    font-size: 20px;
    line-height: 33px;
    color: #333;
}
.pd-carousel {
    padding: 0 35px;
}
.pd-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.pd-carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
    background: url(../img/icons/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}
.pd-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.pd-carousel .owl-dots .owl-dot span {
    width: 43px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
}
.pd-carousel .owl-dots .owl-dot.active span {
    background: #000;
}
.pd-carousel .owl-item img {
    display: inline-block;
    width: inherit; max-width: 100%;
}

.a-c-wrapper img {
    max-width: 100%; margin-bottom: 20px;     max-height: 300px;
}
.product-wrapper.a-c-wrapper a {
    font-size: 23px;
    color: #000;
}
.email-form input, .email-form textarea,select.select-form.c-select.form-control {
    border: 1px solid #ccc;
    padding: 7px 14px !important;
}
.email-form label {
    margin-bottom: 12px;
}
form.email-form button.btn.btn-link {
    margin-top: 43px;
}
.form-control:focus{background:none; color:#000;}

.con-de{border-right: 1px dashed #ccc;}
.contact-de i {
    font-size: 20px;
    margin-right: 9px;
}
.contact-de h4 {
    display: inline-block;
}

.contact-de {
    padding-top: 35px;
}
a.btn.btn-square.btn-outline-body.me-1 {
    margin: 0 12px 0 0 !important;
}
a.wishlist-ic {
    position: absolute;
    right: 0;
    top: 0;
}
a.wishlist-ic {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 99;
}
.product-wrapper a.wishlist-ic img:hover {
    transform: scale(1);
}
h2.title {
    font-size: 30px;
    border-bottom: 0;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-weight: 100 !important;
}
.divi-ele-right {
    position: absolute;
    right: 0;
    bottom: -125%;
}

.dark-btn {
    background: #c84f77;
    color: #fff;
    border: 1px solid;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.dark-btn:hover {
    background: none;
    color: #000;
}
.container-fluid.yello-bg {
    /*background: linear-gradient(180deg, transparent,  #e8e6c6);*/
    background: linear-gradient(180deg, transparent,  #fff3a7c4);
    
}
.yello-bg-impact {
    /* background: linear-gradient(180deg, transparent, #e8e6c6); */
    background: #efe66d54;
    padding-top: 35px;
}
.container-fluid.yello-bg img {
    position: inherit;
}
.circle-border a.img-circle {
    width: 273px;
    height: 273px;
    display: inline-block;
}
.row.services {
    /*margin-bottom: 0;
    border-right: 1px solid #ddd;
    padding: 30px 0 10px;*/
    display: inline-block;
    margin: 0 45px 25px 0;
    text-align: center;
    width: 90%;
    background: url(../img/icons/s1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding: 120px 10px 20px;
}
.z-index-1{z-index:1;}
.ser-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
}
.ser-img img.img-fluid {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 500px;
    overflow: hidden;
    padding: 0px 0 0 0;
    box-shadow: 0 0 15px #d17b9b;
    margin: 15px;
    background: #fff;
}
.services-list .col-lg-3:nth-child(4n) .row.services {
    border-right: 0;
}
.ser-img img.img-fluid {
    max-height: 75px;
}
.content-text h3 {
    font-size: 16px;
}
.content-text a.btn.btn-link {
        border: 0;
    text-decoration: underline;
    color: #000000;
    background: none !important;
    font-size: 18px;
}
.row.services:hover .ser-img img {
    transform: rotateY(180deg);
    transition: .3s;
}
.row.services img.img-fluid {
    max-height: 230px;
}

/*.row.services {
    margin-bottom: 45px;
}*/
.listing-a li {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.element4 {
    position: absolute;
    top: 66px;
    left: 0;
}
.element8 {
    position: absolute;
    bottom: 48px;
    right: 0;
}
.listing-a li .circle-border {
    /*border: 1px solid #ccc;*/
    border-radius: 70px;
    overflow: hidden;
    /*height: 501px;*/
    /*padding: 24px;*/
}
.listing-a li .circle-border a.img-circle {
    display: inline-block;
    width: 100%;
    height: 450px;
    border-radius: 70px;
    background-position: center center !important;
    background-size: cover !important;
}
.btn-link-black {
    
    font-weight: 600;
    font-size: 15px;
}
.listing-a {
    padding: 55px 0;
}
.element1 {
    position: absolute;
    top: 0;
    right: 0;
}
.element-blue {
    position: absolute;
    left: 0px;
}
.content-img {
    float: right;
    width: 31%;
}
a.btn.btn-link.btn-link-black {
    border: 0;
    color: #000;
    padding: 25px 0 0;
}
.link-blue {
    border: 0;
}
.element3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}
.services ul {
    padding: 0;
    margin: 0;
}
.services ul li {
    background: none;
    padding: 0;
    width: 22%;
    display: inline-block;
    margin: 20px 15px;
 
}
.services ul li h4 {
    font-size: 20px;
}
.body-mind-soul a {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
}

.body-mind-soul {
    background: #320016;
    width: 98%;
}
.team img {
    margin: 0 auto;
}
.body-mind-soul .col-lg-4 {
    padding: 0 2px;
}
.services ul li img {
    max-width: 260px;
}
.element6 {
    position: absolute;
    top: -80px;
    left: 0;
}
.impacts ul {
    margin: 0;
    padding: 0;
}
.impacts {
    margin: 0;
    padding: 0;
}
.impacts ul li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 16%;
    height: 610px;
        position: relative;
}
.impacts ul li .info-blue .value {
    color: #004aad;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    width: 150px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    padding-top: 14px;
}
.impacts ul li .info-blue .heading {
    color: #004aad;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
}
.impacts ul li .info-yello .heading {
    color: #504d15;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
    border-top: 2px solid #504d15;
    padding-top: 14px;
    margin-right: 35px;
}
.impacts ul li .info-blue .value {
    color: #004aad;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    width: 190px;
    margin: 0 auto;
    border-bottom: 2px solid #004aad;
    padding-bottom: 10px;
    padding-top: 14px;
}
.impacts .element8 {
    right: inherit;
    transform: rotatey(180deg);
    bottom: 30px;
}
.impacts ul li .info-yello {
    position: absolute;
    top: 21px;
}
.impacts ul li .info-blue {
    position: absolute;
    bottom: 42px;
}
.impacts ul li .info-yello .value {
    color: #504d15;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 14px;
}
.success .top-bar {
    margin: -90px 0 0 0;
}
.blue-bg {
    background: #1b5b9c;
}
.pb-7 {
    padding-bottom: 90px;
}
.blue-bg h2.title {
    color: #fff;
    border-color: #fff;
}
.blue-bg p {
    color: #fff;
}
.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}
.vid-text.b-txt {
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #725115, #4d284800);
    width: 100%;
    margin: 0 auto;
    border-radius: 0px 0px 18px 18px;
    padding: 50px 0 0;
    transition: .2s;
}
.testimonials {    
    padding: 0 0 40px;    
}

img.play-btn {
    position: absolute;
    width: 65px !important;
    height: 65px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    background: #921a2a;
    border-radius: 200px;
    padding: 3px;
}
.vid-text h3 {
    /* color: #fff; */
    font-size: 14px;
    margin: 35px 0;
}
.vid-text h3 a {
    color: #fff;
}
.vid-text a.btn.btn-link {
    border: 0;
    padding: 0;
    text-decoration: underline;
    color: #fff;
}
.video-item:hover .vid-text.b-txt {
    bottom: 0;
    padding-bottom: 40px;
}
.vid-bg img.vid-img {
    max-width: 380px;
    max-height: 260px;
}
.vid-text.b-txt a.enq-list {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 50px;
}
.testimonials-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
}
.user-image {
    position: relative;
}
.testimonials-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    color: #fff;
    text-indent: -999999px;
    background: #ffffff82 url(../img/icons/left-arrow.png) center center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 500px;
}
.testimonials-carousel .owl-next {
    right: -30px;
    position: absolute;
    color: #fff;
    text-indent: -999999px;
    background: #ffffff82 url(../img/icons/right-arrow.png) center center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 500px;
}
img.d-quote {
    max-width: 32px;
    display: inline-block;
    margin: 0 0 10px 0;
}
.user-image img {
    max-width: 155px;
    display: inline-block;
    margin: 14px auto;
    border-radius: 500px;
}
.user-image img.prod-bg {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    max-width: 245px;
}
.user-image {
    position: relative;
    padding-top: 24px;
    margin-bottom: 60px;
}
.testiminilas-text {
    width: 90%;
    margin: 0;
    line-height: 28px;
    color: #000;
    border-right: 1px solid #000;
    padding-right: 40px;
}
.user-name h3 {
    color: #ff4b72;
    font-size: 17px;
    font-weight: 600 !important;
}
.testiminilas-text {
        width: 90%;
    margin: 0;
    line-height: 28px;
    color: #000;
}

.testimonials-carousel.team-wrap .owl-nav .owl-prev {
    position: absolute;
    left: -38px;
    color: #000;
    text-indent: -999999px;
    background: url(../img/icons/left-arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 42px;
}
.testimonials-carousel.team-wrap .owl-next {
    right: -38px;
    position: absolute;
    color: #000;
    text-indent: -999999px;
    background: url(../img/icons/right-arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 42px;
}
div#machines a {
    color: #fff;
}
label.error {
    font-size: 12px;
    color: #ff0000;
    position: relative;
    top: -20px;
    left: 0px;
}

.news-media .vid-text h3 {
    color: #000;
    font-weight: 600 !important;
}
.news-media .video-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -48px;
    color: #fff;
    text-indent: -999999px;
    background: url(../img/icons/left-arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 42px;
}
.news-media .video-carousel .owl-next {
    right: -52px;
    position: absolute;
    color: #fff;
    text-indent: -999999px;
    background: url(../img/icons/right-arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 42px;
}
.newsletter{
    background: url(../img/nesletter-bg.jpg) 0 0 no-repeat; padding: 24px 0; background-size: cover;
}
.newsletter-text-box {
    border: 1px solid #000;
    border-radius: 73px;
    padding: 5px 0px 5px 30px;
    background: #fff;
    width: 90%;
    position: relative;
    top: 65px;
    float: right;
}
.newsletter-text-box input.form-group.input-txt {
    width: 73%;
    border: 0;
    background: #fff;
    padding: 0;
    position: relative;
    top: 10px;
}
input:focus-visible {
    outline: 0;
}
.newsletter-text-box input.btn.btn-link.btn-dark {
    color: #fff;
    float: right;
    margin-right: 6px;
}

.footer .form-group input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.footer .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer .form-group input::placeholder {
  color: #fff;
}
input.btn-sm {
    width: auto;
    margin: 0 auto;
    padding: 6px 60px !important;
    font-size: 20px;
    text-transform: uppercase;
}
input.btn-sm:hover {
    background: #000;
    color: #fff;
}
.footer-main {
    padding: 95px 0 40px 0 !important;
    font-size: 14px;
}

div#google_translate_element {
    float: right;
}
.top-right ul {
    float: right;
    margin-left: 14px;
}
.footer-logo {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 35px;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1; 
}
select.select-form option {
    color: #000;
}
select.select-form.form-control {
    background: none;
    position: relative; appearance: auto;
}
body.inner-page h2.title {
    font-size: 35px;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 13px;
    font-weight: 500 !important;
    min-height: 50px;
}
.yello-element {
    position: absolute;
    bottom: 0;
    right: 0;
}
.book-appointment-form form {
    border: 1px solid #f696b6;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 5px 6px 0px #f696b6;
}
.slick-slide img {
    display: inline-block;
}
.example-image-link {
    
    height: 657px !important;
    background-size: cover !important;
    border-radius: 500px;
    margin: 0 auto;
    
    position: relative;
    top: 105px;
}
.prod-detail.consultaion-img {
    position: relative;
}
.pd-content2.consultaion-description li {
    display: inline-block;
    border: 1px solid #f44336;
    padding: 10px 35px;
    border-radius: 100px;
    margin: 10px 5px;
    color: #f44336;
}
.pd-content2.consultaion-description h4 {
    color: #F44336;
}
.container-fluid.g-0.services-d.position-relative {
    z-index: 1;
}
img.prod-bg.c-bg {
    position: absolute;
    top: -3%;
    /* left: 0; */
    right: -20%;
    margin: 0 auto;
    z-index: -1;
    max-width: 500px;
}
.prod-detail.consultaion-img {
    overflow: hidden;
    height: 450px;
    border-bottom: 2px dashed #ffaeb3;
    width: 800px;
    margin: 0 auto;
    padding: 0 100px;
}
.bor-h-radius {
    
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.services-d ul{padding: 0;}
.j-text.text-center {
    padding: 0 20px 40px;
}
.yello-gradient {
    background: linear-gradient(180deg, #ebdb6c80, transparent, #f3edc280);
    padding-bottom: 150px !important;
}
.yello-gradient-imp {
    background: linear-gradient(180deg, #ebdb6c80, transparent, #f3edc280);
}
.team-wrap li {
    width: 85%;
}
.team-wrap .listing-a {
    padding: 0;
}
.team-wrap li .circle-border {
    /*margin-bottom: 25px;
    border: 1px solid #cdc88885;*/
}
.team-wrap li h3 {
    color: #000;
}
.black-btn {
    border: 1px solid #000;
    color: #000;
}
.product-list img {
    
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 23px;
    padding: 3px;
    max-width: 80%;
}
.product-list h3 {
    font-size: 18px;
    transition: .2s;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-list h5 {display:none;}
.product-list:hover h5 {
    font-size: 18px;
    position: absolute;
    bottom: 64px;
    z-index: 9999999999;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #4d2848, transparent);
    padding: 15px 15px;
    width: 70%;
    margin: 0 auto; transition: .2s;
    display:block;
}
.product-list {
    margin-bottom: 30px;
    position: relative;
}
.product-list:hover h5 a {
    color: #fff;
}

.vid-pd iframe {
    max-width: 100%;
    height: 360px;
}
.btn-pd {
    padding: 40px 0 15px;
}
.btn-pd a {
    display: inline-block;
    padding: 10px 35px;
    height: auto;
    font-size: 26px;
    width: 30%;
}
.prod-detail img {
    /*box-shadow: 0 15px 6px #00000038;
    border-radius: 15px;*/
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 10px !important;
}
.col-lg-6.wow.fadeIn.text-right.services-image {
    position: relative;
}
.prod-detail.sticky-img {
    position: sticky;
    top: 170px;
    left: 0;
}
.vid-pd {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px #0000006e;
    background: #000;
}
.pd-content2 {
    /*height: 220px;*/
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 35px;
}
.pd-content2 h4 {
    margin-bottom: 25px;
    font-weight: 500 !important;
}
div#enquire-btn .modal-dialog {
    max-width: 575px;
    margin-bottom: 100px;
}
.contact-de .email, .contact-de .phone {
    border-right: 1px dashed #dbbd88;
    display: inline-block;
    padding: 10px 25px 0;
    margin: 0 5px;
    width: 43%;
    border-radius: 0;
    text-align: left;
}
.contact-de .phone {
    border: 0;
}
.blog-detail-wrapper a.enq-list {
    color: #654504; word-wrap: break-word;
}
.form-wrapper {
    width: 85%;
    margin: 0 auto 70px;
}
.form-wrapper .form-group {
    text-align: left;
}
.form-wrapper .form-group input {
    border: 1px solid #666;
}
.form-wrapper .form-group textarea.form-control, select.select-form.c-select.form-control {
    border: 1px solid #666;
}
.success-story img.vid-img {
    border: 0;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
    max-height: inherit;
    margin: 0;
}
.shadow-sm {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: url(../img/banner-bg.jpg) 0 -203px no-repeat;
    background-size: cover;
}
a.navbar-brand {    
    margin: 0 auto;    
}
a.navbar-brand img {
    position: relative;
    top: 25px;
}
.shadow-sm .scroll-dd-show img {
    top: 0;     width: 275px;
}
.shadow-sm .navbar-top a {
    padding: 0 12px;
    font-size: 15px;
}
div#ourVision .overflow-auto {
    height: 230px;
    direction: rtl;
    padding-left: 30px;
}
div#ourMission .overflow-auto {
    height: 230px;
    padding-right: 30px;
}
div#ourVision {
    margin-bottom: 60px;
}
div#ourVision .overflow-auto p {
    direction: ltr;
}
.white-bg-bt.text-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    
}
img.banner-bg-btttt {
    width: 100%;
    position: relative;
    bottom: -67px;
}
.scroll-down.text-center {
    color: #c23b68;
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.container.inner-bredcrumb .scroll-down.text-center {
    font-size: 15px;
}
.container.inner-bredcrumb .scroll-down.text-center img.scroll-dd {
    max-width: 10px;
}
.left-right-element-bg{background: url(../img/left-right-ele1.png) 0 0 no-repeat; position: relative; margin-top: -70px; background-size: contain; }
.mob-des-none{display: inline-block;}
.mob-des-block{display: none;}
.team-members ul {
    padding: 0;
    
    list-style: none;
}
.b-m-s-w ul {
    padding: 0;
}
.bor-h-radius {
    
    border-radius: 10px;
    overflow: hidden;
}
.b-m-s-w img {
    border: 1px solid #d0aa6785;
    overflow: hidden;
    border-radius: 11px;
}
.team-members ul li {
    padding: 0 0 0 20px;
    background: url(../img/dot.png) 0 5px no-repeat;
    position: relative;
}

.team-members ul li .circle-border a {
    width: -webkit-fill-available;
    height: 372px;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 27px;
    background-size: 310px !important;
}
.team-w.listing-page.detail-p {
    position: relative;
    z-index: 1;
}
.team-txt {
    /*position: absolute;
    top: -1px;
    background: #ffffffeb;
    height: 81%;
    padding: 40px;
    overflow: auto;
    border-radius: 23px;
    width: 100%;
    left: 0;
    display: none;*/
    height: auto;
    padding: 9px 0px;
    overflow: auto;
    border-radius: 0;
    width: 100%;
    display: block;
    font-size: 16px;
}
.team-txt p {
    margin: 0px 0 10px 0;
    font-weight: 600;
}
.team-members ul li:hover .team-txt {
    display:block;
}
div#digital .content-text {
    display: inline-block;
    width: 65%;
}
div#digital .content-text iframe {
    height: 445px;
}
form#machineForm label.error {
    top: 3px;
    color: #000;
    left: 21px;
}
.extra-img img {
    max-width: 400px;
    width: 100%;
}
.bg-light {
    border-top: 1px dashed #e5a8a8;
    background: none !important;
    border-bottom: 1px dashed #e5a8a8;
}
html {
    overflow-x: hidden;
}
.navbar-top {
  /*overflow: hidden;*/
  display: inline-block;
  margin-top: 0px;
}

.navbar-top a {
  display: inline-block;
    font-size: 19px;
    color: #000000;
    text-align: center;
    padding: 65px 20px 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 600;
}
.imageGallerys-update .imageGallerys-w.text-center {
    margin-bottom: 23px;
}
.imageGallerys-update .imageGallerys-w.text-center img.img-fluid {
    width: 210px;
    height: 210px;
    border-radius: 500px;
}
.image-gallery-wrap .prod-img {
    padding-top: 25px;
}
.image-gallery-wrap .prod-img a.prod-img-circle {
    border-radius: 500px;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #c23b68;
    padding: 5px;
}
.dropdown {
  display: initial;
  overflow: hidden;
}
.vid-bg.position-relative img.vid-img {
    border-radius: 200px;
    overflow: hidden;
    height: 200px;
    width: 200px;
    border: 2px solid #000;
    padding: 4px;
}
.vid-bg.position-relative img.prod-bg {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #ab720f;
}

.navbar-top a:hover, .dropdown:hover .dropbtn {
  /*background-color: red;*/
}

.dropdown-content {
  display: none;
    position: absolute;
    background-color: #fff9f0;
    min-width: 180px;
    box-shadow: 0px 5px 0px 0px rgb(208 170 103);
    z-index: 9;
    left: 0;
    
    top: 23px;
    border-radius: 10px;
    border: 1px solid #d0aa67;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #d0aa67;
}

.dropdown-content a:hover {
  color: #d0aa67;
}

.dropbtn:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    left: 0;
}
.top.navbar {
    transition: .3s ease;
   
}
.shadow-sm .navbar-top {
    margin: 0;
}
.services {
    position: relative;
    z-index: 9;
}
.row.services:hover a.img-circle img {
    transform: rotateY(180deg);
    transition: .3s;
}

.blog-text h3 {
    font-size: 20px;
    font-weight: 400 !important;
    color: #fff;
}

p.author-d {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #fff;
}
.blog-text h3 a.enq-list {
    color: #fff;
}
img.b-top-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    animation: 30s linear infinite rotation;
}
ul.owl-carousel.consultation-carousel.owl-loaded.owl-drag .owl-stage-outer {
    padding: 65px 0 0 0;
}
.blog-item {
    margin: 0 3%;
    width: 27%;
    /*padding: 45px;*/
    background-size: cover !important;
    /*border: 1px solid #fff;
    border-radius: 190px 190px 15px 15px;*/
    color: #fff;
}
.blog-img {
/*    border-radius: 190px 190px 15px 15px;*/
    /*overflow: hidden;*/
    width: 100%;
    margin: 0 auto 16px;    
    z-index: 1;
    position:relative;
}
/*.blog-img:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    left: 97px;
    top: 0;
}*/
.blog-img .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0px;
    transform: rotate(0);
    transition-duration: 1.5s;
    border-radius: 50%;
    left: 0px;
}
.blog-img:hover .circle {
  transform: rotate(270deg);
}
.blog-img .circle:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #e57ea1;
    border-radius: 50%;
    left: 80px;
    top: 0;
    transform: rotate(20deg);
    border: 2px solid #fff;
}

img.b-left-img {
    position: absolute;
    left: -34px;
    bottom: -33px;
}
img.b-right-img
{
    position: absolute;
    right: -34px;
    bottom: -33px;
}
img.b-center-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -21px;
}
.blog-item:hover img.b-left-img{
animation: 20s linear infinite rotation;
}
.blog-item:hover img.b-right-img{
animation: 20s linear infinite rotation;
}

.blog-text {
    width: 90%;
    margin: 0 auto;    
    z-index: 2;
    right: 0;
    color: #fff;
}
.blog-item a.btn.btn-link.blg-link {
    border: 0;
    border-radius: 190px;
    width: 300px;
    text-align: center;
    padding: 0;
    background: none;
    color: #fff;
    height: 300px;
    border: 1px solid #fff;
}

.text-white h2.subtitle {
    color: #fff;
}
.text-white h3.title {
    color: #fff;
}
.content-text a {
    text-transform: capitalize;
    color: #c23b68;
    font-size: 23px;
}
.about-full-m .bor-h-radius.aa-img, .about-full-v .bor-h-radius.aa-img {
    position: inherit;
}

.career h2.title {    
    width: 100%;
    padding: 15px !important;
    min-height: inherit !important;
    text-transform: uppercase;
}
.openings ul {
    padding: 0;
}
.openings ul li {
    display: inline-block;
    margin: 0 0px;
    padding: 30px 55px;
    border-right: 1px solid #d0aa67;
    border-bottom: 1px solid #d0aa67;
    width: 33%;
}
.openings ul li h3 {
    font-size: 20px;
}
.openings ul li h5 {
    font-size: 15px;
}
.openings ul li a.btn.btn-link {
    margin: 15px 0 5px;
    padding: 1px 15px 4px;
}
.openings ul li:first-child {
    border-left: 1px solid #d0aa67;
}
/*.openings ul li:last-child {
    border: 0;
}*/
.job-open {
    background: #ffebc7;
    padding-top: 40px;
    position: relative;
    
}
.openings .form-group {
    text-align: left;
    margin-bottom: 20px;
}
input[type="file"] {
    width: 100%;
}
.news-w img {
    border: 1px solid #d0aa674a;
    padding: 12px;
    margin-bottom: 22px;
    border-radius: 10px;
}
.news-w {
    margin-top: 20px;
}
.news-w h2 {
    font-size: 18px;
    font-weight: 600 !important;
}
.news-w a.btn.btn-link {
    padding: 2px 13px;
    display: inline-block;
}

.virtual-item.text-left .blog-item {
    width: 90%;
    margin: 0;
}
.vt-img {
    height: 400px; background-size: cover !important;
}
.vt-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, transparent, #fff);
    padding: 50px 0;
}
.vt-text a.enq-list span {
    font-size: 17px;
    text-decoration: underline;
}
.vt-text a.enq-list:hover {
    color: #fff; text-shadow: 0px 0px 6px BLACK;
}
iframe.sazfwmjgwh {
    width: 100%;
    height: 450px;
}
h2.text-center.bg-g {
    background: linear-gradient(90deg, #ed9797, transparent, #ed9797);
    padding: 13px 0 15px;
    border-radius: 53px;
    font-size: 21px;
    font-weight: 700 !important;
    color: #921a2a;
    position: relative;
    top: 24px;     z-index: 9;
}
.imageGallerys-update h2 {
    font-size: 21px;
    margin-bottom: 16px;
}

.vt-text button.btn.btn-info.btn-lg {
    background: none;
    padding: 2px 20px;
    color: #000;
    border: 1px solid #000;
}
.other-location.text-left ul {
    padding: 0;
}
.other-location.text-left ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.other-location.text-left ul li:before {
    width: 7px;
    height: 7px;
    content: '';
    background: #565656;
    border-radius: 50px;
    position: absolute;
    left: -19px;
    top: 10px;
}
.pd-content2 li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}
.modal {
    z-index: 9999999;
    background: #000000ad;
    top: 0;
}
 .owl-dot {
        width: 10px;
        height: 10px;
        background: #fff;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50px;
        border: 1px solid #ff3c3c;
    }
.owl-dot.active {
    background: #ff5858;
}
.owl-dots {
    text-align: center;
}



/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive css Start  */
@media (max-width: 1400px) {
    
    .short-des {
        width: 97%;
        line-height: 35px;
    }
    .upload-design {
        padding: 5% 8% 3%;
    }
    .inner-page h4.section-title {
        width: 100%;
        line-height: 60px;
    }
    .shadow-sm .navbar-top a {
        display: inline-block;
        font-size: 13px;
    }
    .shadow-sm .scroll-dd-show img {
        top: 0;
        width: 135px;
    }
    .text-bg {
        top: 240px;
    }
    .banner-text {
        padding-top: 140px;
        margin-bottom: -20px;
    }
    .banner-text h2 {
        font-size: 50px;
    }
    .banner-text p {
        padding: 0 !important;
    }
    .g-ele-bt {
        display: none;
    }
    .navbar-top a {       
        font-size: 17px;        
        padding: 65px 15px 0px 20px;        
    }
}
@media (max-width: 767px) {
    .services ul li {
        width: 48%;
        margin: 20px 0;
    }
    .impacts ul li {
        width: 100%;
        height: auto;
    }
    .divi-ele-center.text-center.top-absolute {
        top: -6px;
        position: relative;
    }
    .top-overlay-right {
        margin-bottom: 65px;
        margin-top: 15px;
    }
    .text-bg {
        top: 120px;
        width: 85%;
        overflow: hidden;
    }
    .ele2 {
        display: none;
    }
    #spinner img {
        max-width: 80%;
        margin: 0 auto;
    }
    img.b-left-img {
        left: 0;
    }
    img.ele-banner1 {
        position: absolute;
        top: 0;
        width: 96%;
    }
    img.b-right-img {
        right: 0;
    }
    .banner-text {
        height: 245px;
    }
    .text-bg img.ele-banner4 {
        width: 65px !important;
        position: absolute;
        top: 142px;
    }
    .bookAppointment .text-left {
        text-align: center;
    }
    .prod-detail.consultaion-img {
        overflow: hidden;
        height: 250px;
        border-bottom: 2px dashed #ffaeb3;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .example-image-link {
        height: 265px !important;
        background-size: cover !important;
        border-radius: 500px;
        margin: 0 auto;
        position: relative;
        top: 22px;
    }
    .pd-content2.consultaion-description li {
        border-radius: 10px;
        color: #000000;
    }
    .book-appointment-form form {
        padding: 8px;
        text-align: left;
    }
    .right-blog {
        position: inherit;
        top: 13px;
        z-index: 999;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .career-wrapper {
        margin-top: 14px;
    }
    .blog-detail h1.page-title {
        
        top: 0;
        margin-top: 35px;
    }
    .home-banner {
        padding-bottom: 0;
    }
    .home-banner .owl-nav {
        top: 82%;
    }
    .scroll-down.text-center {
        font-size: 14px;
     }
    .banner-links.text-center {
        top: 0;
    }
    .scroll-dd {
        width: 11px;
    }
    a.navbar-brand img {
        position: relative;
        top: 0px;
        max-width: 50%;
    }
    .bg-top {
        display: none;
    }
    .mob-des-none{display: none !important;}
    .mob-des-block{display: block;}
    .owl-prev {
        left: 0 !important;
    }
    .owl-next {
        right: 0 !important;
    }
    a.navbar-brand.mob-des-block {
        display: inline-block;
    }
    button.navbar-toggler {
        border: 1px solid #4c4b54;
        position: absolute;
        top: 41px;
        right: 0;
        height: 43px;
    }
    span.navbar-toggler-icon {
        border-bottom: 1px solid #4c4b54;
        width: 25px;
        height: auto;
        position: relative;
    }
    span.navbar-toggler-icon:before {
        width: 25px;
        content: '';
        position: absolute;
        border-bottom: 1px solid #4c4b54;
        transform: rotate(0deg);
        left: 0;
        transition: .5s;
        top: -8px;
    }
    span.navbar-toggler-icon:after {
        width: 25px;
        content: '';
        position: absolute;
        border-bottom: 1px solid #4c4b54;
        transform: rotate(0deg);
        left: 0;
        transition: .5s;
        top: 8px;
    }
    span.navbar-toggler-icon.cross{border: 0px;}
    span.navbar-toggler-icon.cross:before {
        transform: rotate(45deg);
        top: 0;
    }
    span.navbar-toggler-icon.cross:after {
        transform: rotate(-45deg);
        top: 0;
    }
    .col-lg-7.col-sm-12.g-0.text-right.mob-des-none.nav-bar-mob.open {
        display: block;
    }
    .shadow-sm {
            /* position: inherit; */
            top: 0;
            z-index: 99;
            background: url(../img/banner-bg.jpg) -875px -290px no-repeat;
            height: 100px;
    }
    .container-fluid.top.navbar.px-5 {
        padding: 0 18px !important;
    }
    .open a {
        width: 100%;
        text-align: left;
        border-bottom: 1px dashed #999;
    }
    a.nav-item.nav-link:before{display:none;}
    .after-bg {
        margin: -52px 0 0 0; padding: 0 !important;
    }
    .row {
        margin: 0;
    }
    .row.g-0.about-content {
        padding: 0 0 0 0;
        text-align: center;
    }
    .header-carousel .owl-carousel-item img {
        position: inherit;
        width: 100%;
        height: 100%;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: inherit;
    }
    .listing-a li {
        width: 100%;
        margin: 0 0 35px 0;
    }
    h2.title {
        font-size: 40px;
        padding-bottom: 5px;
        margin-bottom: 35px;
            position: relative;
    }
    body {
        font-size: 17px;
    }
    .btn-link-black {
        font-size: 25px;
    }
    .element1.home-mob-view {
        position: absolute;
        top: -139px;
        right: 0;
        z-index: 99999;
    }
    .w-65 {
        width: 100%;
    }
    .f-to-divi {
        position: relative;
        top: -5px;
    }
    body.inner-page .footer-main {
        padding: 30px 0 40px 0 !important;
        font-size: 14px;
        background: none;
        background-size: cover;
    }
    .element-blue {
        z-index: -1; opacity: .4;
    }
    .nav-tabs {
        padding: 0; height: 60px;
    }
    .nav-tabs li a {
    margin: 0 12px 0;
    font-size: 14px;
    padding: 16px 9px 38px;
    }
    .nav-tabs li.active a {
    background: #789e91;
    color: #fff;
    padding: 16px 20px 38px;
    }
    .tab-content {
        padding: 20px;
    }
    .content-text ul {
        padding: 0;
    }
    .content-text {
        
        width: 100%;
        margin: 23px 0 0 0;
    }
    .services ul li img {
        max-width: 100%;
    }
    .impacts ul li .info-blue {
        position: relative;
        background: #b9cee300;
        bottom: 0;
        padding: 53px 0;
    }
    .impacts ul li .info-yello {
        position: relative;
        background: #ffeb3b36;
        top: 0;
        padding: 53px 0;
    }
    .impacts ul li .info-yello .heading {
        display: inline-block;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .modal-form iframe {
        width: 100%;
        height: 275px;
    }
    .blue-bg {
        background: #1b5b9c;
        padding-bottom: 20px;
    }
    .bottom-bar {
        position: relative;
        bottom: 2px;
    }
    .footer .top-bar img {
        position: relative;
        bottom: -36px;
    }
    .footer-main {
        padding: 40px 0 40px 0 !important;
        text-align: center;
    }
    .footer h3, .info-link {text-align: left; margin-top: 25px;}
    .footer-logo {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .footer .copyright {
        padding: 25px 0 7px 0;
    }
    .footer .copyright .text-left, .footer .copyright .text-right {
        text-align: center;
    }
    .inner-banner {
        position: absolute;
        z-index: 0;
        top: 0;
    }
    .inner-banner-wrap {
        height: auto;
        margin-bottom: 30px;
        min-height: 190px;
    }
    .navbar {
    display: inherit;
    z-index: 9999;
    
    height: 101px;
}
    .inner-page .page-title {
        position: relative;
        z-index: 9;
        top: 25px;
    }
    .width-overlay-left {
        padding-top: 0;
    }
    h1 {
        font-weight: 500 !important;
        font-size: 30px !important;
        color: #000;
    }
    .inner-bread.text-bg {
        top: -94px;
        z-index: -1;
        height: 310px;
        opacity: 0.4;
    }
    .container.inner-bredcrumb {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        top: 125px;
        z-index: 12;
    }
    .blue-top {
        position: relative;
        top: -22px;
    }
    .about-in2 {
        padding-top: 0 !important;
    }
    .listing-a li .circle-border {
        
        width: 100%;
        margin: 0 auto;
    }
    .testimonials-carousel .owl-nav {
        top: inherit;
        bottom: 0;
    }
    .team-wrap li h3 {
        color: #000;
        margin-top: 25px;
    }
    .inner-banner h1 {
        
        font-size: 32px !important;
    }
    body.inner-page h2.title {
        font-size: 22px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .overflow-auto {
        overflow: auto !important;
        height: auto;
        text-align: center;
    }
    .contact-de .email, .contact-de .phone {
        border: 1px dashed #000;
        display: inline-block;
        padding: 18px 0;
        margin: 0 0 30px;
        width: 100%;
        border-radius: 14px;
        text-align: center;
    }
    .contact-de p {
        padding-left: 0;
    }
    .after-bg img {
        top: 22px; 
    }
    
    .g-ele-left img {
        display: none;
    }
    .pl-2 {
        padding-left: 0;
    }
    div#ourVision .text-right, div#ourMission .text-left {
        text-align: center;
        padding: 30px 0 !important;
    }
    div#ourVision .overflow-auto {
        height: auto;
        direction: rtl;
        padding: 0 30px;
    }
    div#ourMission .overflow-auto {
        height: auto;
        padding: 0 30px;
    }
    div#ourVision {
        margin-bottom: 0;
    }
    div#ourJourney .py-5 {
        padding: 0 30px !important;
    }
    div#ourJourney .text-left {
        text-align: center;
    }
    div#ourJourney .j-text.text-left, .j-text.text-right {
        padding: 0 30px 22px; text-align: center;
    }
    .our-impact .text-right {
        text-align: center;
    }
    .vid-text h3 {
        font-weight: 600 !important; 
    }
    .content-img {
        float: right;
        width: 100%;
    }
    div#digital .content-text {
        display: inline-block;
        width: 100%;
    }
    label.error {
        left: 0;
    }
    .team-img {
        text-align: center;
    }
    .home-banner.mob-des-block {
        padding-top: 80px !important; height: 527px;
    }
    a.navbar-brand {
        margin: 0 auto;
        text-align: left;
        display: inline-block;
    }
    .team-detail {
        text-align: center;
    }
    .eco-system p img:hover {
        transform: scale(1.5);
        transition: .5s;
    }
    .prod-detail {
        margin-bottom: 45px;
    }
    .btn-pd a {
        width: 100%;
    }
    .navbar-top {
        width: 100%;
    }
    .white-top {
        position: absolute;
        top: -25px;
    }
    .dropdown {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        text-align: left;
    }
    .dropdown .dropbtn {
        width: 100%;
        text-align: left;
        border-bottom: 1px dashed #999;
    }
    .dropdown .dropbtn .fa-caret-down {
        float: right;
        margin-right: 23px;
    }
    .dropdown:hover .dropdown-content {
        position: inherit;
        background: #c0bdefe6;
    }
    .element2 img {
        max-width: 105px !important;
    }
    .element6 img {
        max-width: 220px;
    }
    .element6 {
        top: -24px;
    }
    a.footer-logo img {
        max-width: 170px;
    }
    .yello-element img {
        max-width: 220px;
    }
    .element5 img {
        max-width: 110px;
    }
    .nav-bar-mobile.show {
        display: block !important;
        position: relative;
        z-index: 9999999999;
        background: #ffe7eb;
        top: 30px;
        padding: 20px 0;
        left: 0;
        overflow: auto;
        border: 2px solid #ffbbca;
        border-radius: 20px;
    }
    .banner-text {
        padding-top: 92px;
        margin-bottom: 0;
    }
    .banner-text h2 {
        font-size: 30px;
    }
    .blog-item {
        margin: 0;
        width: 100%;
    }
    .nav-bar-mobile.show li {
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .nav-bar-mobile.show li a {
        width: 100%;
        display: inline-block;
        font-size: 22px;
        margin: 6px 0;
    }
    .width-overlay-left .description {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }
    .description ul li {
        margin: 0 auto 20px;
        width: 100%;
    }
    .row.services {
        border-right: 0;
        border-bottom: 1px solid #c84f77;
        /* padding: 0; */
        margin: 0 auto 35px;
        width: 100%;
    }
    img.prod-bg.c-bg {
        position: absolute;
        top: 16%;
        /* left: 0; */
        right: -31%;
        margin: 0 auto;
        z-index: -1;
        max-width: 60%;
    }
    h2.subtitle {
        margin-bottom: 6px;
        text-align: center;
    }
    h3.title {
        margin-bottom: 0;
        text-align: center;
        font-size: 25px;
    
    }

    .col-lg-3.wow.fadeIn.text-right.pt-5 {
        text-align: center;
        padding: 20px 0 10px !important;
    }
    .testimonials {
        padding: 0 0 70px 0; 
     
    }
    .testiminilas-text {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
        border: 0;
    }
    .blog-item {
        margin-bottom: 70px !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    body.home-page .footer {
        position: relative;
        bottom: 0;
        background: #c1567a;
        padding: 0 !important;
        border-top: 1px solid #fff;
    }
    .bt-half-bg {
        padding-bottom: 0px !important;
    }
    a.wapp-icon-bottom, .back-to-top {
        bottom: 90px;
    }
    .content-text {
        min-height: inherit;
    }
    .testimonials .owl-prev {
        left: -10px !important;
    }
    .testimonials .owl-next {
        right: -10px !important;
    }
    .newsletter-text-box {
        width: 100%;
        top: 0;
    }
    .newsletter-text-box input.form-group.input-txt {
        width: 50%;
    }
    .newsletter label#email-error {
        position: absolute;
        bottom: -24px;
        top: inherit;
        left: 28px;
        color: #ff0000;
    }
    .bor-h-radius.aa-img {
        position: relative;
        top: 0;
    }
    .openings ul li:first-child {
        border-left: 0;
    }
    .openings ul li {
        border-right: 0;
        width: 100%;
    }
    .google-map iframe {
        width: 100%;
        margin-bottom: 20px;
    }
    .mobile-dis-block {
        display: block;
    }
    .mobile-dis-none {
        display: none;
    }
    
}
@media (max-width: 320px) {
 .nav-tabs li a {
    margin: 0 7px 0;
    font-size: 14px;
    padding: 16px 0px 38px;
    }
}