/********** Template CSS **********/
:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #252525;
}
body{
    color: #000; font-size: 16px; font-family: "Montserrat", sans-serif; overflow-x: hidden;
}
html{overflow-x: hidden;}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 400 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
h2, .h2 {
    font-size: 1.8rem;
    color: #052244;
}
h4, .h4 {
    font-size: 1.2rem;
    color: #052244;
}
.disabled {
    display: none;
}
a.btn-underline {
    font-weight: 700;
    float: right; color: #fff;
}
.display-5 {
    font-size: 4.5rem; color: #000;
}
.bg-tringle {
    background: url(../img/p-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}
.service-home h2.title {
    border-right: 1px solid #000;
    padding-right: 20px;
}
.black-btn {
    background: #000;
    border-radius: 100px;
    padding: 10px 55px;
}
h1 {
    font-weight: 300 !important;
    font-size: 50px !important;
    color: #000;
}
.video-home {
    text-align: center;
    overflow: hidden;
    height: 100vh;
    border-bottom: 1px solid #febf55;
}
.video-home video{width: 100%}
.project-video {
    text-align: center;
}
#video-btn {
    text-align: center;
}
#video-btn video {
    max-height: 72vh; max-width: 100%;
}
.home-banner h1 {
    font-weight: 300 !important;
    font-size: 54px !important;
    color: #51294b;
    margin-bottom: 20px;
}
.home-about-service {
    margin: 0;
}
.m-auto{margin: 0 auto;}
.owl-carousel-item {
    position: relative;
}
.about-us-image {
    box-shadow: 15px 15px 0 #ffda9d;
}
.about-us-home h3 {
    color: #ffba00;
    font-size: 21px;
    font-weight: 400 !important;
}
.about-us-home h3 span{font-weight: 600 !important;}
.banner-text{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.banner-text h2 {
    color: #fff;
}
.banner-text p {
    font-size: 19px;
    font-weight: 300;
    color: #000;
}
.banner-sub-text {
    color: #ff7ebf;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prod-text {
    width: 100%;
    max-width: 75%;
}
h3 {
    color: #000;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.element2 {
    position: absolute;
    right: -47px;
    top: -19px;
    z-index: -1;
}
.service-about {
    padding: 60px 0 0px 0 !important;
    position: relative;
}
.service-about:before {
    content: '';
    background: #ffda9d;
    width: 100%;
    height: 330px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.service-about:after {
    content: '';
    background: url(../img/cross-bg.png) center;
    width: 900px;
    height: 850px;
    top: 104px;
    left: 0;
    position: absolute;
    z-index: -2;
    background-size: cover;
    right: 0;
    margin: 0 auto;
}
.serv-text h3 {
    font-weight: 900 !important;
}
.serv-text .title {
    font-weight: 700;
}
#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 .s-txt {
    font-size: 50px;
    display: inline-block;
    margin: 25px 0;
    font-weight: 700;
    color: #1a3263;
}

.description ul li {
    display: inline-block;
    margin: 0px 5px 15px;
    text-align: center;
    width: auto;
    position: relative;
    border: 1px solid #ccc;
    padding: 13px 35px;
    border-radius: 66px;
}
.description ul li .icons {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.description ul li.last-child {
    width: 100%; margin-bottom: 0;
} 
.description ul li.last-child .icons {
    display: none;
}
.description ul li.last-child .dd-box {
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.description ul li.last-child .dd-box .d-head {
    display: inline-block;
}
.description ul li.last-child .dd-box .d-value {
    display: inline-block;
    color: #f6533f;
}
.description ul li.last-child .dd-box .d-value a {
    color: #f6533f;
}
.description ul li.last-child .dd-box .d-value a:hover {
    text-decoration: underline;
}
.projects-list .content-text {
    border-right: 1px solid #ffce41;
    border-bottom: 1px solid #ffce41;
    padding:20px 40px 15px; text-align: left;     height: 245px;
}
.projects-list .col-lg-3:last-child .content-text {
    border-right: 0;
}
.projects-list .col-lg-3:nth-child(4n) .content-text {
    border-right: 0;
}
.projects-list .content-text h3 {
    text-decoration: underline;
    font-weight: 700 !important;
    color: #001732;
}
h4.p-hei {
    min-height: 85px;
}

.description ul li.last-child .dd-box .d-head {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
}
.dd-box {
    padding: 0;
    margin-top: 0;
}
.dd-box .d-head {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.content-text {
    padding: 15px 20px; min-height: 80px;
}
.g-ele-top {
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
}
.g-ele-bt {
    position: absolute;
    z-index: -1;
    right: 0;
        bottom: 0;
}
.row.services-list {
    margin-bottom: 45px;
}
.a-des {
    height: 42px;
    overflow: hidden;
    margin-bottom: 25px;
}

.team-box {
    background: #f2b885;
    display: inline-block;
    padding: 4% 13%;
    margin: 60px 1% 1% 1%;
        border-radius: 15px;
}
.team-box img {
    max-width: 190px;
    max-height: 255px;
    position: relative;
    margin: -60px 0 0px 0;
    border-radius:15px;
}
.team-box h2 {
    font-size: 16px;
}
.team-carousel .owl-nav .owl-prev, .blog-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -45px;
}
.team-carousel .owl-nav .owl-next, .blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -45px;
}
.team-carousel .owl-nav div, .blog-carousel .owl-nav div {
    text-indent: -99999px;
    border: 0 solid #000;
    width: 45px;
    height: 24px;
    border-radius: 50px;
    position: relative;
}
.team-carousel .owl-nav .owl-prev:before, .blog-carousel .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
}
.team-carousel .owl-nav .owl-next:before, .blog-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}
.team-box:hover {
    background: #062346;
}
.team-box:hover h2 {
    color: #fff;
}
.team-box:hover p {
    color: #fff;
}
.news-w img {
    border-radius: 10px;
    margin: -35px 0 20px 0;
}
/*** 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-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;
}
.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;
}
.home-banner img.img-fluid {
    height: 100vh;
}
.home-banner .owl-nav {
    width: 100%;
    position: absolute;
    top: 55%;
    padding: 0 0;
}

h2.subtitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.description {
    padding: 0;
    line-height: 22px;
}
.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: max-content;
}
.modal-form iframe {
    width: 100%;
}
.home-i-gallery {
    border: 1px solid #b9b9b9;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
}
.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 {
    height: 165px;
}
.about-full {
    text-align: left;
    position: relative;
    margin-bottom: 60px !important;
    margin-top: 87px !important;
}
.about-full .overflow-auto {
    height: auto;
}
.about-full h2.title {
    font-size: 35px !important;
}
.pt-55 {
    padding-top: 55px;
}
.footer .top-bar {
    margin: -57px 0 0 0;
    position: relative;
    z-index: 9;
        top: 2px;
}
.footer {
    position: relative;
        background: #000;
}
.f-logo-foot {
    margin: -140px 0 35px 0 !important;
}
.footer-logo {
    display: inline-block;
    background: #000;
    border-radius: 500px;
    width: 360px;
    height: 360px;
    padding: 40px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.f-txt {
    color: #ffc211;
    width: 75%;
    margin: 235px auto 40px auto;
    position: relative;
}
a.link-black {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.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;
}

.blog-t-img.mb-4 {
    text-align: center;
}
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;
    background: url('../img/core-bg.jpg') center center no-repeat;
    background-size: cover;
}
.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: #080808;
}
.modal-header{justify-content: center;}
.modal-header h4.modal-title.fw-bold {
    color: #fff;
}
/*** 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: none;
    border-bottom: 1px dashed #212121;
    
    padding-bottom: 12px;
}

.ser-footer li {
    width: 35%;
    display: inline-block;
    margin: 0 65px 0 0;
}
.social-icons li {
    display: inline-block;
    width: auto;
    border: 0 !important;
    margin: 0 8px 0px 0 !important;
    padding: 0 !important;
}
.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 {
    padding: 0 7%;
}

.text-right {
    text-align: right;
}
.tab-inner {
    display: inline-block;
    width: 100%;
}
.content-img img {
    border-radius: 25px;
    cursor: pointer;
}
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: #223050;
    position: relative;
    font-weight: 400;
    color: #fff;
}
.footer .copyright a{
    color: #e6720c;
    text-decoration: underline;
}

.footer .copyright a:hover {
    color: #fff ;
}
.footer h3 {
    font-size: 18px;
    font-weight: 600 !important;
    color: #ffce41;
    padding-bottom: 0px;
    position: relative;
}
.footer-main .info-link a {
    color: #fff; position: relative;
}

.footer-main .info-link.q-link a:before {
    content: '';
    background: url('../img/listicon.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    left: -28px;
    position: absolute;
    top: 3px;
}

.footer-main .info-link {
    padding-left: 30px;
}

a.back-to-top {
    border: 1px solid #e6720c;
    color: #fff;
}
a.back-to-top i {
    color: #e6720c;
}
.info-link ul {
    padding: 0;
}
.info-link.get-in-touch {
    padding: 0;
    list-style: none;
}
.info-link.get-in-touch li {
    list-style: none;
    margin-bottom: 40px;
    color: #fff;
}
.info-link.get-in-touch a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.social-icons {
    margin: 20px 0;
    border-top: 1px dashed #1e1e1e;
    padding-top: 20px;
}
.info-link.contact-links {
    margin-top: 20%;
}
.info-link.contact-links li {
    list-style: none;
    color: #fff;
}
.info-link.contact-links li img {
    display: inline-block;
}
.info-link.contact-links li span {
    display: inline-block;
    width: 100%;
    margin: 3px 0 5px;
}
.info-link.contact-links li img {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-main .info-link span.c2 a {
    color: #e6720c;
    font-weight: 600;
    text-decoration: underline;
    font-size: 19px;
}

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 {

}
.inner-banner img {
    width: 100%;
}
.inner-bredcrumb {
    text-align: left;
    width: 100%;
}
.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: #000;
    font-size: 30px !important;
    
    font-weight: 700 !important;
}
.inner-bredcrumb h1 {
    width: 50%;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -10px;
}

.inner-bredcrumb {
    text-align: left;
    width: 100%;
    padding: 18px 0 0;
    border-bottom: 1px solid #ffce41;
}
.bredcrumb {
    
}
.inner-page h4.section-title {
    width: 70%;
    line-height: 65px;
    font-size: 34px;
}
.breadcrumb {
    width: 45%;
    display: inline-block;
    text-align: right;
    margin: 0 0 0px 0;
    position: relative;
    top: -13px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    margin: 0 25px 0 0;
    position: relative;
}
.breadcrumb ul li a:after {
    content: '/';
    position: absolute;
    right: -19px;
}
.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: 0px dashed #ccc;
    background: #ffce41;
    padding: 85px 85px 35px 85px;
    border-radius: 18px;
    box-shadow: 10px 12px 0 #ffce4152;
}
.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: 40px;
    border-bottom: 0;
    display: inline-block;
    padding-bottom: 0;
    color: #000;
    font-weight: 900 !important;
}
.main-head {
    font-size: 30px;
    color: #052244;
    font-weight: 400;
}
.about-us-home h2.title {
    margin-bottom: 20px;
}

.dark-btn {
    background: #000;
    color: #fff;
}
.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 dashed #ccc;
    padding: 30px 0 10px;
    border-bottom: 1px dashed #ccc;
}
.services-list .col-lg-3:nth-child(4n) .row.services {
    border-right: 0;
}
.ser-img img.img-fluid {
    max-height: 75px;
    transform: rotateY(0deg);
    transition: .3s;
}
.content-text h3 {
    font-size: 16px;
}
.content-text a.btn.btn-link {
    border: 0;
    text-decoration: underline;
    color: #f58634;     background: none !important;
}
.row.services:hover .ser-img img {
    transform: rotateY(180deg);
    transition: .3s;
}
.row.services img.img-fluid {
    max-height: 210px;
    border-radius: 11px;
    box-shadow: 4px 5px 8px #0006;
}

/*.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, #000, transparent);
    width: 100%;
    margin: 0 auto;
    border-radius: 0px 0px 18px 18px;
    padding: 50px 0 0;
    transition: .2s;
}
.testimonials {
    background: url(../img/testimonials-bg.jpg) center 0 no-repeat;
    background-position: center 100%;
    padding: 0 0 40px;
       background-size: cover;
}

img.play-btn {
    position: absolute;
    width: 60px !important;
    height: 60px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0px, -50%);
}
.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 .owl-prev {
    position: absolute;
    left: -20px;
    color: #fff;
    text-indent: -999999px;
    background: #fff url(../img/icons/left-arrow.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #000;
}
.testimonials-carousel .owl-next {
    right: -20px;
    position: absolute;
    color: #fff;
    text-indent: -999999px;
    background: #fff url(../img/icons/right-arrow.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #000;
}

img.d-quote {
    max-width: 32px;
    display: inline-block;
    margin: 0 0 10px 0;
}
.user-image img {
    max-width: 70px;
    display: inline-block;
    margin: 14px auto;
    border-radius: 500px;
    border: 1px solid #ccc;
}
.user-name h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600 !important;
}
.testiminilas-text {
        width: 75%;
    margin: 0;
    line-height: 28px;
    color: #fff;
}

.testimonials-carousel.team-wrap .owl-nav .owl-prev {
    position: absolute;
    left: -38px;
    color: #fff;
    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: #fff;
    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: 0px 0 0px 0 !important;
}
.address-f li {
    line-height: 41px;
}

body.inner-page .footer-main {
    margin-top: 170px;
}

div#google_translate_element {
    float: right;
}
.top-right ul {
    float: right;
    margin-left: 14px;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1; 
}
select.select-form option {
    color: #000;
}
select.select-form.form-control {
    background: none;
    position: relative; appearance: auto;
}

.yello-element {
    position: absolute;
    bottom: 0;
    right: 0;
}
.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 50px;
    height: auto;
    font-size: 17px;
    width: auto;
}
.prod-detail img {
    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: auto;
    overflow: auto;
    /*padding-right: 20px;*/
    /* margin-bottom: 35px;*/
}
.s-d-bg {
    padding: 40px 40px !important;
    border: 2px double #ffc092;
    border-radius: 15px;
    background: #fff;
    text-align: left;
    box-shadow: 6px 6px 0 #ffce41;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-prev {
    left: 0 !important;
    z-index: 9;
}
.slick-next {
    right: 0 !important;
    z-index: 9;
}
.swal2-container {
    z-index: 999999999;
}

.pd-content2 h4 {
    margin-bottom: 25px;
    font-weight: 700 !important;
}
div#enquire-btn .modal-dialog {
    max-width: 575px;
    margin-bottom: 100px;
}
body.inner-page a.navbar-brand img {
    background: #ffffffe8;
    padding: 19px 40px 35px;
    border-radius: 25px;
    box-shadow: 7px 8px 0 #ffce417a;
}
.contact-de .email, .contact-de .phone {
    border-right: 0px dashed #dbbd88;
    display: inline-block;
    padding: 10px 0 0;
    margin: 0 5px;
    width: 100%;
    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: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffffc9;
    backdrop-filter: blur(17px);
}
a.navbar-brand {
    display: inline-block;
    position: relative;
    top: 100%;
    transform: translate(45%, -55%);
    transition: .5s;
}
.shadow-sm a.navbar-brand {
    transform: translate(-4%, -100%) !important;
}
.shadow-sm a.navbar-brand img {
    max-width: 40%;
    padding: 0 !important;
    background: none !important;
    box-shadow: inherit !important;
}

@media (max-width:1280px)
{
    a.navbar-brand {
        display: inline-block;
        position: relative;
        top: 100%;
        transform: translate(40%, -30%);
    }
}
.nav-bar-mobile ul {
    padding: 20px 0 0;
    text-align: right;
        margin: 0;
}
.nav-bar-mobile ul li {
    display: inline-block; position: relative;
}

.dropdown-lv1.prod-dd {
    position: absolute;
    background: #fff9f0;
    text-align: left;
    width: 220px;
    left: 0;
    display: none;
}
.nav-bar-mobile ul li:hover .dropdown-lv1.prod-dd{display: block;}
.dropdown-lv1.prod-dd ul {
    text-align: left;
    width: 100%;
}
.dropdown-lv1.prod-dd ul li {
    width: 100%; 
}
.dropdown-lv1.prod-dd a.s-h {
    text-align: left;
    border-bottom: 1px solid #ccc; width: 100%;
}
.dropdown-lv1.prod-dd a.s-h::after{display: none}
.nav-bar-mobile ul li a {
    position: relative;
    padding: 10px 18px;
    display: inline-block;
}
.top-green {
    background: #ffce41;
    color: #fff;
    padding: 4px 0 4px 0;
}
.top-green ul {
    margin: 0; padding: 0 7%;
}
.top-green ul li {
    display: inline-block;
    margin-right: 20px;
}
.top-green ul li a {
    color: #fff;
    font-size: 14px;
}
.top-green .social-icons ul img {
    max-width: 26px;
    position: relative;
    top: 2px;
}
.top-menu-hamburger {
    position: absolute;
    right: 0;
    background: #ffce41;
    color: #fff;
    padding: 10px 10px;
    border-radius: 50px 0 0 50px;
    font-size: 20px;
    text-transform: uppercase;
    top: 25px;
}
.top-menu-hamburger a.hamburger-wrap {
    color: #fff; display: inline-block;
}
.hamburger {
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-table;
    padding-top: 8px;
    margin-right: 9px;
}

.hamburger span {
    width: 18px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 6px auto 0;
}
.top-green .social-icons ul li {
    margin-right: 0;
    margin-left: 8px;
}
.top-green .social-icons ul {
    text-align: right;
}
.nav-bar-mobile ul li a:after {
    position: absolute;
    content: '-';
    right: -3px;
}
li.db-b a::after, li.db-b a::after{display: none}
li.db-b a {
    border: 1px solid #999;
    border-radius: 10px;
    padding: 9px 18px !important;
}
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;
}
.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; padding: 15px;
}
.about-us-home {    
    text-align: left;
    color: #fff;
    position: relative; padding: 0px 55px;
}

.about-us-home .short-descrip {
    background: #000 url(../img/aa-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 50px 55px;
    line-height: 28px;
}

.services-home {
    background: url(../img/ser-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 75px;
    text-align: right;
    color: #fff;
    position: relative;
}

.services-home:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(6,36,70,.7);
}
.services-home h2.title {
    position: relative;
    color: #fff;
}
.services-home p {
    position: relative;
}
ul.services-list-home {
    padding: 0;     text-align: center;
}

ul.services-list-home li {
    display: inline-block;
    width: 23%;
    position: relative;
    text-align: left;
    padding: 0 15px;
}
/*ul.services-list-home li:nth-child(2) {
    position: relative;
    height: 730px;
}
ul.services-list-home li:nth-child(2) .ser-images {
    position: absolute;
    bottom: 0;
}
ul.services-list-home li:nth-child(2) .serv-text {
    position: absolute;
    top: 0;
}*/
@media (max-width: 1280px){
    ul.services-list-home li:nth-child(2) {
        height: auto;
    }
}
ul.services-list-home li a {
    display: inline-block;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: left;
}
li.view-all {
    position: relative;
    top: -20px;
}
.serv-text {
    padding: 25px 15px;
}

.ele3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.statistics-bg {
    background: url(../img/111.jpg) 0 0 fixed no-repeat; position: relative;
} 
.statistics-bg:after {
    background: #000000b5;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.statistics {
    position: relative;
    z-index: 1;
}
.statistics ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 55px;
}
.statistics ul li {
    display: inline-block;
    margin: 0 30px;
    border-right: 1px solid #fff;
    padding-right: 60px;
}
.owl-item.active .testimonials-text .s-d {
    height: 170px;
}
.col-lg-2.footer-icon img {
    width: 24px;
}
.statistics ul li:last-child {
    border: 0;
}
.statistics .dd-box {
    padding: 0;
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.d-value {
    color: #ffba00;
    font-weight: 700;
    font-size: 50px;
}
.yellow-color {
    color: #ffa200 !important;
}
.testiminials-bg .short-descrip p {
    margin: 13px 0 0 16px;
}
.t-wrap {
    position: relative;
}
.owl-item.cloned .testimonials-text, .owl-item.cloned.active .testimonials-text {
    background: #ffda9d;
    padding: 40px;
}
.testimonials-text .t-title {
    font-weight: 700;
}
.t-d {
    font-weight: 500;
}
.owl-carousel.testimonials-carousel .owl-stage-outer {
    padding-bottom: 50px;
    margin-right: -20px;
}
.owl-item.active .testimonials-text {
    background: #fff;
    border: 2px solid #000;
    padding: 40px;
}
.owl-carousel.testimonials-carousel {
    position: relative;
}
.t-images {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -18px;
    bottom: -30px;
    box-shadow: -15px 15px 0 #000;
}
li.view-all a {
    background: none !important;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 10px !important;
    padding: 18px 0 !important;
    width: 85% !important;
    height: auto !important;
}
ul.services-list-home li a {
    color: #062346;
    text-decoration: underline;
    padding: 0px !important;
}
a.s-h {
    padding: 15px 0 !important;
}
.title {
    font-size: 20px;
    margin-bottom: 20px;
}
.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-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;
}

.navbar-top {
  /*overflow: hidden;*/
  display: inline-block;
}

.navbar-top a {
  display: inline-block;
    font-size: 14px;
    color: #ab720f;
    text-align: center;
    padding: 40px 13px 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 400;
}
.imageGallerys-update .imageGallerys-w.text-center {
    border: 1px solid #ccc;
    margin-bottom: 23px;
    border-radius: 15px;
    overflow: hidden;
}

.dropdown {
  display: initial;
  overflow: hidden;
}

.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;
}
.menu-open .menu-logo img {
    max-width: 300px;
}
.menu-logo {
    height: 83%;
    border-right: 1px dashed #000;
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translate(0, -50%);
    padding-top: 11%;
}
.cross {
    position: absolute;
    right: 25px;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 33px;
    border-radius: 50px;
    top: 25px;     cursor: pointer;
}
ul.all-menu {
    list-style: none;
    margin: 0 135px;
    top: 50%;
    transform: translate(0%, -43%);
    text-align: left;
    position: relative;
}

ul.all-menu a {
    font-size: 30px;
    border-bottom: 1px dashed #0a0a0a;
    display: inline-block;
    width: 100%;
    margin: 0 0 14px 0;
    padding-bottom: 15px;
}
ul.all-menu a:hover {
    color: #ffffff;
}
ul.all-menu li:last-child a {
    border: 0;
}
.menu-open {
    display: none;
    width: 100%;
    padding: 0;
    background: url(../img/menu-bg.jpg) center no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow: hidden !important;
    text-align: center;
    padding-top: 2%;
}
.menu-open.open-menu {
    display: block;
}
.top.navbar {
    transition: .5s; position: fixed; border-top: 8px solid #ffce41;
}
.client-item.dd-box {
    border: 1px solid #ffce41;
    text-align: center;
    background: #fff;
    margin: 0 0 25px 0;
    padding: 15px;
}
.top.navbar.shadow-sm {
    
    box-shadow: 0 0 15px #ccc !important;
}
.services {
    position: relative;
    z-index: 9;
}
.row.services:hover a.img-circle img {
    transform: rotateY(180deg);
    transition: .3s;
}

.blog-text h3 {
    font-size: 16px;
    font-weight: 600 !important;
}

p.author-d {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #666;
}

.blog-item {
    margin: 7.5%;
    padding: 0;
    height: auto;
    overflow: hidden;
}
.blog-img {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 16px;
    height: 265px;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    transition: .3s;

}
.blog-img:hover{
    border-radius: 50px;
    transition: all ease .5s;
}

.makeinindia {
    position: absolute;
    top: -124px;
    right: 0;
}
.blog-text {
    width: 85%;
    margin: 0 auto;
}
.blog-item a.btn.btn-link.blg-link {
    text-decoration: none;
    padding: 3px 25px;
    background: none;
}


.blog-item:hover .blog-text h3 a {
    color: #000;
}
.blog-item:hover p.author-d {
    color: #000;
}
.blog-item:hover p {
    color: #000;
}

.blog-item:hover a.btn.btn-link.blg-link{color: #000;}
.text-white h2.subtitle {
    color: #000;
}
.text-white h3.title {
    color: #000;
}
.content-text a {
    text-transform: capitalize;
}
.about-full-m .bor-h-radius.aa-img, .about-full-v .bor-h-radius.aa-img {
    position: inherit;
}
body.inner-page .footer {
    margin-top: 50px;
}
.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-radius: 10px;
    margin: -60px 0 20px 0;
}
.news-w {
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 15px;
    position: relative;
    padding: 25px;
}
.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(180deg, #f1e2cb, transparent);
    padding: 13px 0 15px;
    border-radius: 53px;
    font-size: 21px;
    font-weight: 700 !important;
    color: #a97a28;
}
.imageGallerys-update h2 {
    font-size: 21px;
    margin-bottom: 16px;
    border-bottom: 1px solid #bcc6c9;
    padding-bottom: 15px;
    border-top: 1px solid #bcc6c9;
    padding-top: 15px;
    text-align: center;
}

.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;
}
.col-lg-3.team-center {
        margin: 0 auto;
    }

.client-bg {
    background: #fff6e8;
    padding: 73px 0 165px 0;
    margin-top: 60px;
    display: inline-block;
}
.clients-carousel .d-value {
    border: 1px solid #ffba00;     background: #fff; width: 90%;
}
.client-bg .testiminials-content {
    margin-top: 29px;
}
.clients-carousel .d-value img {
    max-width: 80%;
    margin: 0 auto;
}
.clients-carousel .owl-prev {
    position: absolute;
    left: 0;
}
.clients-carousel .owl-next {
    position: absolute;
    right: 0;
}

/* 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;
    }
}
@media (max-width: 767px) {
    .services ul li {
        width: 48%;
        margin: 20px 0;
    }
    .impacts ul li {
        width: 100%;
        height: auto;
    }
    .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;
    }
    .footer-logo {
        width: 100%;
        height: 100%;
    }
    .f-txt {
        width: 99%;
        margin: 175px auto 30px auto;
    }
    .address-f {
        position: relative;
        font-size: 15px;
    }
    .col-lg-2.col-sm-12.m-0:nth-child(2) h3.mb-4 {
        display: none;
    }
    button.navbar-toggler {
        border: 1px solid #4c4b54;
        position: absolute;
        top: 33px;
        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;
    }
    .container-fluid.top.navbar.px-5 {
        padding:0 18px 10px !important;
    }
    .open a {
        width: 100%;
        text-align: left;
        border-bottom: 1px dashed #999;
    }
    a.nav-item.nav-link:before{display:none;}
    .after-bg {
        margin: 0 0 0 0;
    }
    ul.all-menu {
        list-style: none;
        margin: 0;
        transform: translate(0%, -30%);
        text-align: left;
    }
    .home-banner .owl-nav {
        width: 45%;
        position: absolute;
        top: 88%;
        padding: 0 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .menu-logo {
        display: none;
    }
    .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;
    }
    .service-about {
        padding: 60px 30px !important;
    }
    .service-home {
        /*margin-bottom: 50px;*/
    }
    .title {
        font-size: 23px;
        margin-bottom: 0px;
    }
    ul.services-list-home li {
        width: 100%;
        padding: 0;
    }
    .statistics ul li {
        display: inline-block;
        margin: 0 30px;
        border-right: 0px solid #fff;
        padding-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 25px;
        width: 61%;
    }
    .owl-item.active .testimonials-text .s-d {
        height: auto;
    }
    .client-bg {
        background: #fff6e8;
        padding: 40px 15px 165px;
        margin-top: 0;
        display: inline-block;
    }
    h2.title {
        font-size: 23px;
    padding-bottom: 5px;
    margin-bottom: 10px;
            position: relative;
    }
    .about-us-home {
        padding: 55px 0px 0; text-align: center;
    }
    .about-us-home .short-descrip {
        padding: 20px 15px 55px;
    }
    .service-about {
        padding: 60px 30px !important;
        position: relative;
    }
    .about-us-home h4.title {
        text-align: center;
        margin: 15px 0;
    }
    .home-about-service {
        margin: 0px 0 0 0;
        padding-bottom: 22px !important;
    }
    .a-des {
        height: auto;
        text-align: center;
        border-bottom: 1px dashed #ccc;
    }
    body {
        font-size: 17px;
    }
    .btn-link-black {
        font-size: 25px;
    }
    .element1.home-mob-view {
        position: absolute;
        top: -139px;
        right: 0;
        z-index: 99999;
    }
    .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: 0px;}
    .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 {
        /*padding: 35px 0 50px 0;*/
        display: inline-block;
    }
    .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;
        top: 0;
        width: 100%;
        margin: 0 0 30px;
    }
    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;
    }
    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: 0px !important;
    }
    a.navbar-brand {
        display: inline-block;
        position: relative;
        top: 0;
        transform: translate(0%, 0%);
    }
    a.navbar-brand img {
        max-width: 65%;
        position: relative;
        top: 20px;
    }
    body.inner-page a.navbar-brand img {
        background: #ffffffe8;
        padding: 15px;
        border-radius: 25px;
        box-shadow: none;
    }
    .top-menu-hamburger {
        position: absolute;
        right: 0;
        background: #ffce41;
        color: #fff;
        padding: 10px 10px;
        border-radius: 50px 0 0 50px;
        font-size: 13px;
        text-transform: uppercase;
        top: 45px;
    }
    .hamburger {
        border: 1px solid #fff;
        width: 26px;
        height: 26px;
        border-radius: 61px;
        display: inline-table;
        padding-top: 3px;
        margin-right: 4px;
    }
    .hamburger span {
        width: 11px;
        height: 1px;
        display: block;
        background: #fff;
        margin: 4px auto 0;
    }
    .shadow-sm a.navbar-brand {
        transform: translate(-4%, 0) !important;
        transition: .5s;
    }
    .shadow-sm .top-menu-hamburger {
        top: 17px;
    }
    .shadow-sm a.navbar-brand img {
        top: 3px;
    }
    .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: fixed;
        z-index: 9999999999;
        background: #fff9f0fa;
        top: 99px;
        padding: 48px;
        left: 0;
        overflow: auto;
        height: 100%;
        border-top: 1px solid #ccc;
    }
    .blog-item {
        margin: 0;
        width: 100%;
    }
    .nav-bar-mobile.show li {
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .nav-bar-mobile ul li a:after{display:none;}
    .nav-bar-mobile.show li a {
        width: 100%;
        display: inline-block;
    }
    .description {
        padding: 0 25px;
        line-height: 30px;
    }
    .description ul li {
        margin: 0 35px 10px 0; width: 100%;
    }
    .row.services {
        border-right: 0;
    }
    h2.subtitle {
        margin-bottom: 6px;
        text-align: center;
    }
    h3.title {
        margin-bottom: 0;
        text-align: center;
    }
    .col-lg-3.wow.fadeIn.text-right.pt-5 {
        text-align: center;
        padding: 20px 0 10px !important;
    }
    .services-home {
        padding: 50px 15px;
        text-align: center;
    }
    .testimonials {
        padding: 0 0 70px 0; 
     
    }
    .testiminilas-text {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .pt-55 {
        padding-top: 0;
    }
    .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;
    }
    .top-green {
        display: none;
    }
    .s-d-bg {
        padding: 50px 20px !important;
    }
    .pd-content2 {
        height: auto;
        overflow: auto;
        padding-right: 0;
    }
    .projects-list .content-text {
        border-right: 0px solid #ffce41;
        border-bottom: 1px solid #ffce41;
        padding: 20px 40px 15px;
        text-align: left;
        height: auto;
    }
    .con-de {
        border-right: 0px dashed #ccc;
        background: #ffce41;
        padding: 25px 25px 35px;
        border-radius: 18px;
        box-shadow: 10px 12px 0 #ffce4152;
        margin-bottom: 50px;
    }
    .inner-bredcrumb {
        width: 100%;
        text-align: center;
        display: inline-block; margin-bottom: 30px;
    }
    .row.services img.img-fluid {
        max-height: max-content;
    }
    .breadcrumb {
        min-width: inherit; width: 100%; text-align: center;
    }
    .google-map.text-left {
        padding: 20px 10px 0;
    }
    ul.services-list-home li a {
        display: inline-block;
        background: #ffffffa8;
        padding: 20px 14px 0px;
        border-radius: 10px;
        text-align: center;
        margin: 0px 0 4px 0px;
        height: auto;
    }
    .row.client-list .col-lg-2 {
        width: 50%;
    }
    .a-des ul {
        padding: 0;
    }
    .info-link.get-in-touch .col-lg-3 {
        width: 23%;
    }
    .info-link.get-in-touch .col-lg-9 {
        width: 70%;
    }
    .info-link.contact-links {
        margin-top: 0;
        padding: 0;
    }
    .about-full h2.title {
        font-size: 25px !important;
    }
    .about-full {
        text-align: left;
        position: relative;
        margin-bottom: 35px !important;
        margin-top: 10px !important;
        border-bottom: 1px solid #ccc;
    }
    
    .inner-banner {
        height: 208px;
        object-fit: cover;
    }
    .container-fluid.p-0.wow.fadeIn.inner-banner.position-relative {
        height: auto;
    }
    .inner-banner img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    h2, .h2 {
        font-size: 1.5rem;
        color: #052244;
    }
    .info-link.q-link li {
        width: 95%;
        display: inline-block;
    }
    .dropdown-lv1.prod-dd {
        position: relative;
        width: 100%;
        background: #f1f1f1;
    }
    .dropdown-lv1.prod-dd ul li {
        width: 100%;
        border: 0;
        margin: 0;
    }
    .dropdown-lv1.prod-dd a.s-h {
        text-align: left;
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding: 2px 15px 10px;
    }
    .b-m-s-w.clients .col-lg-2 {
        width: 50%;
    }
    .b-m-s-w.clients .col-lg-2 img {
        max-width: 100%;
        padding: 10px;
    }
    .imageGallerys-update .col-lg-3 {
        width: 50%;
    }
    div#lightboxOverlay {
        width: 100% !important;
    }
    
}
@media (max-width: 320px) {
 .nav-tabs li a {
    margin: 0 7px 0;
    font-size: 14px;
    padding: 16px 0px 38px;
    }
}