/********** Template CSS **********/
:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #252525;
}
body{
    color: #373737; font-size: 14px; font-family: "Open Sans", system-ui;
}



h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 400 !important; font-family: "Titillium Web", system-ui;
}

h3,
h4,
.h3,
.h4,
.fw-medium { 
    font-weight: 300 !important; font-family: "Titillium Web", system-ui;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important; font-family: "Titillium Web", system-ui;
}
h2, .h2 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 200 !important;
}
h3, .h3{
    font-size: 30px;
    line-height: 37px; 
}
h4, .h4 {
    font-size: 1.2rem;
    color: #052244;
}
a.btn-underline {
    color: #510b01ed;
    text-decoration: none;
    text-transform: uppercase;
}
.color-white {
    color: #fff;
}
small {
    color: #be740a;
    font-size: 45px;
    font-weight: 300;
}
.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;
}

h1 {
    font-weight: 300 !important;
    font-size: 50px !important;
    color: #000;
}
.home-banner h1 {
   
    font-weight: 300 !important;
    font-size: 54px !important;
    color: #51294b;
    margin-bottom: 20px;
}
.counter-wrap.text-center {
    position: relative;
    height: 100%;
}
.counter {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.counter-value p {
    font-size: 55px;
    margin: 0;
}
.m-auto{margin: 0 auto;}
.owl-carousel-item {
    position: relative;
}
/*.banner-text{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    color: #fff;
    width: 100%;
}*/
.prod-btn img {
    width: 10px !important;
    height: 6px;  transition: .5s;
}
.cat-dd{display: none}
.cat-dd.open-m {
    display: block; visibility: visible !important;
}
.cat-dd a {
    color: #fff !important;
    padding-bottom: 0 !important;
}
a.n-button.prod-btn.arrow-up img {
    transform: rotate(180deg);
    transition: .5s;
}
.banner-text {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 36px;
    font-weight: 100;
    text-transform: capitalize;
    z-index: 9;
}
@keyframes scale-b{
    from {transform: scale(1);}
    to {transform: scale(1.5);}
}

/*.home-banner img.img-fluid{ -webkit-animation:st-index-quote-item-ken-burns 20s ease-in-out 0s infinite alternate;animation:st-index-quote-item-ken-burns 20s ease-in-out 0s infinite alternate;}
@-webkit-keyframes st-index-quote-item-ken-burns{
    0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
    100%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}
}
@keyframes st-index-quote-item-ken-burns{
    0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
    100%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}
}*/

.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;
}
.top.navbar.shadow-sm a.navbar-brand {
    top: 0;
}
.search-box {   
    width: 100%;
}
.jqfayddvcx {
    position: absolute;
    top: 73px;
    padding: 0 16px;
    max-height: 400px;
    overflow: auto;
    width: 100%;
    left: 0;
    z-index: 99999;
    background: #f1f1f1;
    right: 0;
    margin: 0 auto;
    text-align: center;
}


.jqfayddvcx li {
    list-style: none;
    margin: 8px 10px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 20px;
    border-top: 0;
    border-bottom: 0;
}
.brands-wrapper {
    margin: 10px 5px 0px 5px;
}
.jqfayddvcx h4 {
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #ccc;
    color: #FF5722;
}
.prod-text {
    width: 100%;
    max-width: 75%;
}
h3 {
    color: #000;
}
.bg-list {
    background: #f1f1f1;
}
body.inner-page {
    background: #f2f2f2;
}
/*** 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 .s-txt {
    font-size: 50px;
    display: inline-block;
    margin: 25px 0;
    font-weight: 700;
    color: #1a3263;
}

.description ul li {
    display: inline-block;
    margin: 20px 0px 20px 0;
    text-align: center;
    width: 33%;
    position: relative;
}
.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;
}
.description ul li.last-child .dd-box .d-head {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
}
.dd-box {
    border: 1px solid #062346;
    border-radius: 10px;
    padding: 90px 30px 30px 30px;
    width: 90%;
    margin: 180px auto 0;
}
.dd-box .d-head {
    font-size: 20px;
    font-weight: 600;
    color: #052244;
    margin-bottom: 18px;
}
.dd-box {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 90px 30px 30px 30px;
    margin-top: 180px;
}

.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 .owl-nav {
    width: 100%;
    position: absolute;
    top: 55%;
    padding: 0 0;
    display: none;
}
img.text-overlap {
    position: absolute;
    width: 870px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
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: 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;
}
.a-description p, .a2-content p, .a2-content li {
    font-size: 18px;
    line-height: 36px;
}
.about-full .bor-h-radius.aa-img {
    padding: 0;
}

.a2-content {
    padding: 30px;
}
.aa-img {
    background: #c1c0be;
    text-align: center;
    padding: 126px 65px;
}
.overflow-auto {
    height: 165px;
}
.about-full {
    text-align: left;
    position: relative;
    margin-bottom: 60px !important;
    margin-top: 20px !important;
}
.about-full .overflow-auto {
    height: auto;
}
.about-full h2.title {
    font-size: 35px !important;
}
.pt-55 {
    padding-top: 55px;
}
blockquote {
    border-left: 3px solid #999;
    padding-left: 28px;
}
blockquote em {
    font-size: 28px;
}
.about-page-content {
    background: url('../img/about-bg.jpg') right bottom no-repeat;
    background-size: contain;
}
.footer .top-bar {
    margin: -57px 0 0 0;
    position: relative;
    z-index: 9;
        top: 2px;
}
.footer {
    position: relative;
        background: #09193c;
}
a.link-black {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.footer .text-primary {
    color: #fff !important;
}

a.wapp-icon-bottom {
    position: absolute;
    bottom: 88px;
    left: 18px;
    z-index: 999;
}
a.wapp-icon-bottom img#style-9 {
    width: 60px;
    height: 60px;
}
.f-txt {
    color: #fff;
    margin-bottom: 40px;
}
.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: #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: none;
}
.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: -50px;
    background: url(../img/icons/left-arrow.png) no-repeat;
    text-indent: -9999px;
    width: 22px;
    height: 42px;
}
.prod-carousel-home .owl-nav.disabled .owl-next {
    position: absolute;
    top: 35%;
    right: -50px;
    background: url(../img/icons/right-arrow.png) no-repeat;
    text-indent: -9999px;
    width: 22px;
    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;
}
.aa-img.color-white h3 {
    color: #fff;
}
.footer .copyright {
    padding: 25px 4% 25px 5%;
    font-size: 13px;
    background: #000000 url(../img/footer-image-new.jpg) center repeat;
    background-size: cover;
    position: relative;
    font-weight: 400;
    color: #fff;
}
.footer .copyright a{
    color: #969696;
    text-decoration: underline;
}

.footer .copyright a:hover {
    color: #fff ;
}
.footer h3 {
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
    padding-bottom: 20px;
    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;
}
.footer h3:after {
    content: '';
    border-bottom: 1px solid #e6720c;
    width: 100px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
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;
}
.info-link.get-in-touch a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.info-link.get-in-touch li:first-child img {
    position: relative;
    top: 13px;
}
.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 {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    height: 400px;
    z-index: 1;
    object-fit: cover;
}
.small-txt {
    font-size: 22px;
    color: #663a2c;
        margin-bottom: 15px;
}
.about-head br {
    display: none;
}
.inner-banner img {
    width: 100%;
}
.inner-bredcrumb {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    max-width: inherit;
    width: auto;
    transform: translate(-50%, -50%);
}
.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;
}
.bredcrumb {
    
}
.inner-page h4.section-title {
    width: 70%;
    line-height: 65px;
    font-size: 34px;
}
.breadcrumb {
    min-width: 500px;
    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 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;
}
.projects-wrap {
    height: 100%;
    position: relative;
}
.p-name, .artist-name {
    height: 100%;
    position: relative;
    width: 100%;
    filter: grayscale(1);
    transition: .5s;
    overflow: hidden;
}
.p-name a {
    top: 25px;
    left: 25px;
    position: absolute;
    color: #000;
    height: 100%;
    width: 100%;
    opacity: .5;
    transition: .5s;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.p-name:hover a, .p-name:hover {
    opacity: 1;
    transition: .5s;
    filter: grayscale(0);
}
.p-name h3 {
    font-size: 13px;
    
    color: #000;
    font-weight: 500 !important;
}
.grey-scale {
    filter: grayscale(1);
    transition: .5s;
}
.grey-scale:hover {
    filter: grayscale(0);
    transition: .5s;
}
.slick-next, .slick-prev {   
    width: 40px;
    height: 40px;    
    background: #795548;
}
.short-descrip {
    height: 100%;
    padding: 95px 120px 120px;
}
.short-descrip h2 {
    margin-bottom: 40px;
}
.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;
}
.detail-page{
    /*background: url(../img/detail-bg.jpg) 0 0 no-repeat;
    background-size: contain;*/
}
.serv-head {
    position: relative;
    height: 100%;
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    text-align: right;
}
.detail-page-short-descrip {
    padding: 0 25px;
}
.detail-page-short-descrip h3 {
    font-size: 21px;
}
.detail-page-short-descrip p {
    line-height: 29px;
}
.serv-head .head-rotate {
    transform: rotate(-90deg);
    letter-spacing: 3px;
    position: absolute;
    top: 26px;
    width: 100%;
    font-weight: 600;
    right: 0px;
}
.price-p.symbol {
    font-size: 20px;
    color: #be740a;
}
.onrequest {
    font-size: 20px;
    color: #be740a;
}
.mrp-p.symbol {
    text-decoration: line-through;
    color: #666;
}
.other-info {
    position: relative;
    height: 100%;
    
    padding: 0 60px;
}
.other-info strong {
    font-family: "Titillium Web", system-ui;
    font-weight: 300;
    font-size: 21px;
    color: #000;
}

.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: 18px;
    border-bottom: 0;
    display: inline-block;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #e6720c;
    font-weight: 400 !important;
}
.main-head {
    font-size: 30px;
    color: #052244;
    font-weight: 400;
}
.about-us-home h2.title {
    margin-bottom: 8px;
}

.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;
}

.services-list .col-lg-3:nth-child(4n) .row.services {
    border-right: 0;
}

.content-text h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}
.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: .5s;
    filter: grayscale(0); cursor: pointer;
}
.row.services img.img-fluid {
    max-height: 520px; filter: grayscale(1); width: 100%;
}

/*.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;
}
.content-text {
    padding: 15px 20px;
    position: absolute;
    top: 0;
    opacity: .5;
    transition: .5s;
}
.services:hover .content-text {
    opacity: 1;
}
.ser-img {
    margin-bottom: 14px;
    border-right: 1px solid #fff;
}
.services h3 a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.masonry-list { 
  column-count: 4;
  /*columns: 300px;*/
  padding: 15px;
}
.ser-img img {
    filter: grayscale(1); transition:.5s;
}
.services:hover img {
    filter: grayscale(0); transition:.5s;
}
.row.services:hover .content-text {
    
    opacity: 1;
    transition: .5s;
}
.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: 105px !important;
    height: 105px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}
.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 {
    left: auto;
    width: 100px;
    position: absolute;
    bottom: 35px;
}
.testimonials-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    color: #fff;
    text-indent: -999999px;
    background: url(../img/icons/left-arrow.png) center center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 500px;
}
.testimonials-carousel .owl-next {
    right: 0px;
    position: absolute;
    color: #fff;
    text-indent: -999999px;
    background: url(../img/icons/right-arrow.png) center center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 500px;
}

a.wapp-icon-bottom img {
    width: 95px;
    height: 95px;
}
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 {
    font-size: 17px;
    font-weight: 500 !important;
        line-height: normal;
}
.testiminilas-text {
    margin: 22px 3px;
    line-height: 28px;
    height: 245px;
    overflow: auto;
    padding-right: 25px;
}

.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;
}
.text-white a {
    color: #fff;
    margin: 0 8px;
}
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: #ccc;
}

.footer .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.footer .form-group input::placeholder {
  color: #ccc;
}
.form-control {
    font-size: .85rem;
}
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;
}

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: #ccc;
  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;}
.services-d ul.slick-dots {
    padding: 0;
    bottom: -40px;
}
.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: 0px 0 15px;
}
.btn-pd a {
    display: inline-block;
    padding: 10px 50px;
    height: auto;
    font-size: 17px;
    width: auto;
}


.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 {
    padding: 40px 40px;
}
.home-prod {
    padding: 20px 25px;
}
.s-d-bg {
    padding: 30px 55px 5px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-prev {
    left: -10px !important;
    z-index: 9;
    position: absolute;
    right: -60px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.slick-next {
    right: -10px !important;
    z-index: 9;
    position: absolute;
    
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 0 no-repeat;
}
.slick-next:focus, .slick-next:hover {
    background: url(../img/right-image.png) 0 0 no-repeat;
}
.slick-prev:focus, .slick-prev:hover {
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.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;
}
.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;
}
.sub-cat-name {
    display: none;
}
.related-p-l .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 0;
    transform: translate(0px, -50%);
}
.sub-cat-name.open-sub-cat {
    display: block;
    padding-right: 24px;
    position: relative;
}
a.mega-mm.inrbmxyrem.mob-menu i{transition: .5s;}
a.mega-mm.inrbmxyrem.mob-menu.arrow-up i {
    transform: rotate(180deg);
    transition: .5s;
}
.dd-menu-lv-two a.mega-mm {
    position: relative;
}
.dd-menu-lv-two a.mega-mm:after {
    content: '-';
    position: absolute;
    right: 2px;
}

.related-p-l .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.related-p-l .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 0 no-repeat;
}



.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: #ffffffa1;
    backdrop-filter: blur(65px);
}
.top.navbar.shadow-sm img {
    max-width: 67px;
}
a.navbar-brand {
    display: inline-block;
    position: relative;
    top: 10px;
}
a.navbar-brand img {
    max-width: 150px;
}
.nav-bar-mobile ul {
    padding: 20px 0 0;
    text-align: center;
        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: #2196f3c4;
    color: #fff;
    padding: 5px 0 8px 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: 20px;
}
.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;
}*/
.cat-name-cat {
    width: 100%;
}
.cat-name-cat h3 {
    width: 50%;
    float: left;
}
.cat-name-cat .cat-name {
    display: inline-block;
    width: 46%;
    float: right;
    text-align: right;
}
li.db-b a::after, li.db-b a::after{display: none}
li.db-b a {
    
    color: #795548;
    font-weight: 700;
}
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;
    
}
.about-us-home{
    background: url(../img/aa-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 75px;
    text-align: left;
    color: #000;
    position: relative;
}

.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;
}
ul.services-list-home li {
    display: inline-block;
    width: 42%;    
    position: relative;    
    text-align: center;    
}
ul.services-list-home li a {
    display: inline-block;
    background: #ffffffa8;
    padding: 20px 25px;
    border-radius: 10px;
    text-align: center;
    margin: 22px 0 22px 20px;
    height: 95px;
}
li.view-all {
    position: relative;
    top: -20px;
}
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;
    font-size: 14px;
}
.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;
}
.top.navbar {
    transition: .5s;    
    position: fixed;
    padding: 8px 35px;
        width: auto;
}
.top.navbar.shadow-sm {
    width: 100%;
}
.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;
}
.container-fluid.tob-header.hide-nav .jqfayddvcx {
    display: none;
}
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;
}

.nav-bar-mobile {
    text-align: right; display: none;
}
.top.navbar.shadow-sm .nav-bar-mobile {
    display: block;
}
.toggle-btn {
    display: inline-block; position: relative;
    top: 0;
}
.top.navbar.shadow-sm .nav-bar-mobile .toggle-btn{top: 27px; }
input.search-input {
    width: 100%;
    border: 1px solid #663a2c;
    padding: 10px 10px 10px 50px;
    border-radius: 50px; background: url('../img/icons/search1.png') 10px center no-repeat;
}
.container-fluid.tob-header {
    padding: 15px 35px;
}
.tob-header a.top-btn {
    border: 1px solid #846257;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #846257;
}
.tob-header a.togle-link {
    top: 9px;
    position: relative;
}
.top.navbar.shadow-sm input.search-input {
    top: 15px;
    position: relative;
}
span.navbar-toggler-bar {
    position: relative;
    border-top: 1px solid #000;
    width: 17px;
    display: inline-block;
    margin: 0 7px;
    transition: .5s;
}

span.navbar-toggler-bar:before {
    position: absolute;
    content: '';
    border-top: 1px solid #000;
    top: -6px;
    left: 0;
    width: 20px;
    transition: .5s;
}
span.navbar-toggler-bar:after {
    position: absolute;
    content: '';
    border-top: 1px solid #000000;
    top: -11px;
    left: 0;
    width: 25px;
    transition: .5s;
}

span.navbar-toggler-bar.cross:before{display: none}

span.navbar-toggler-bar.cross {
    transform: rotate(45deg);
    width: 20px;
    transition: .5s;
    position: relative;
    top: -4px;
}
span.navbar-toggler-bar.cross:after {
    transform: rotate(-88deg);
    top: -1px;
    left: 0px;
    width: 20px;
}
.menu ul {
    display: none;
}
.menu.open-m ul {
    display: block;
}
.menu {
    position: fixed;
    right: -150%;
    transition: all 1s ease-in;
    background: linear-gradient(90deg, #000000, #00000094);
    background-size: cover;
    height: 100%;
    max-width: 320px;
    top: 0;
    backdrop-filter: blur(17px);
    z-index: 999999;
    text-align: right;
    padding: 0;
    width: 100%;
}
.menu.open-m {
    right: 0;
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow: auto;
}
.menu.open-m .toggle-btn {
    position: fixed;
    right: 20px;
    top: 29px;
}
.no-image-f h4 {
    font-size: 35px;
    margin: 44px 0 0;
}
.menu.open-m .toggle-btn a.togle-link {
    color: #f1a73c;
}
.menu.open-m .toggle-btn a.togle-link span.navbar-toggler-bar.cross, .menu.open-m .toggle-btn a.togle-link span.navbar-toggler-bar.cross:after {
    border-top: 1px solid #fff;
}
.menu.open-m ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 60px;
}
.menu.open-m ul a {
    text-transform: uppercase;
    font-size: 15px;
    margin: 13px 0 0;
    display: inline-block;
    width: auto;
    color: #be740a;
    padding: 0px 15px 0px;
    font-weight: 300;
}

.menu.open-m ul a img {
    width: 25px;
    margin: 0 0 0 12px;
}


.n-button {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 2.5rem;
  
  width: 100%;
  letter-spacing: 0.3rem;
  
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  /*transition: all 1s ease-in;*/
}

.n-button:hover {
  color: #9d5922;
}

.n-button svg {
  height: 40px;
  left: 0;
  top: 7px;
  position: absolute;
  width: 100%;
}

.n-button rect {
  fill: none;
  stroke: #ffffff00;
  stroke-width: 1;
  stroke-dasharray: 450, 0;
  transition: all 0.5s linear;
}

.n-button:hover rect {
  stroke-width: 5;
  stroke-dasharray: 20, 300;
  stroke-dashoffset: 48;
  stroke: #9d5922;
  transition: all 2s cubic-bezier(0.22, 1, 0.25, 1);
}


/* 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;
    }
    .inner-banner {
        height: 200px;
    }
    .short-descrip {
        height: 100%;
        padding: 95px 0;
    }
    .home-about-service .short-descrip {
        padding: 95px;
    }
}
@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;
    }
    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 20px !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;
    }
    .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: 25px;
    padding-bottom: 5px;
    margin-bottom: 10px;
            position: relative;
    }
    .about-us-home {
        padding: 55px 35px; text-align: center;
    }
    .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%;
 
    }
    .serv-head .head-rotate {
        display: none;
    }
    .other-info {
        padding: 30px 24px 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 {
        /*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;
        width: 100%;
    }
    .team-wrap li h3 {
        color: #000;
        margin-top: 25px;
    }
    .inner-banner h1 {
        
        font-size: 32px !important;
    }
    .pt-55.fadeIn.prod-list.related-prod-list {
        padding: 30px 0 !important;
        text-align: center;
    }
    .related-p-l .owl-nav {
        top: -44px;
    }
    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 {
        width: 100%;
        height: auto;
        top: 36px;
        text-align: center;
    }

    body.inner-page a.navbar-brand {
        width: 77px;
        height: auto;
        top: -53px;
        text-align: center;
    }
    body.inner-page a.navbar-brand img {
        max-width: 100%;
    }
    .masonry-list {
        column-count: 1;
        padding: 15px;
    }
    .search-input {
        display: none;
    }
    .tob-header a.togle-link {
        top: 0px;
        position: relative;
    }
    .top.navbar.shadow-sm a.navbar-brand {
        top: 0;
        width: auto;
        transition: .5s;
    }
    .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: auto;
    }
    .navbar-top {
        width: 100%;
    }
    a.wapp-icon-bottom {
        bottom: 169px;
    }
    .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;
               height: 320px;
    }
    .pt-55 {
        padding-top: 0;
    }
    .content-text {
        min-height: inherit;
    }
    .t-head h2 {
        text-align: center;
    }
    .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;
        width: 90%;
        text-align: justify;
    }
    
    .inner-bredcrumb {
        width: 100%;
    }
    .breadcrumb {
        min-width: inherit; width: 100%;
    }
    .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: 120px;
    }
    .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;
    }
    .inner-banner img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    h2, .h2 {
        font-size: 1.5rem;
        color: #052244;
    }
    .info-link.q-link li {
        width: 47%;
        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%;
    }
    .mob-dis-none {
        display: none;
    }
    .banner-text h2 {
        color: #fff;
        font-size: 30px;
        padding: 0 45px;
    }
    .banner-text {
        top: 55%;
    }
    .aa-img {
        background: #c1c0be;
        text-align: center;
        padding: 40px 65px;
    }
    .home-about-service .short-descrip {
        padding: 45px;
    }
    small {
        color: #be740a;
        font-size: 25px;
        font-weight: 300;
    }
    .top.navbar.shadow-sm .nav-bar-mobile .toggle-btn {
        top: -55px;
    }
    .top.navbar.shadow-sm .nav-bar-mobile {
        display: block;
        height: 0;
    }
    .projects-wrap {
        height: 390px;
        position: relative;
    }
    .counter-wrap.text-center {
        position: relative;
        height: 300px;
    }
    .about-head {
        text-align: center;
        padding: 25px 0 0 0;
    }
    .a-description {
        text-align: justify;
    }
    .bor-right {
        border-right: 0px solid #ccc;
    }

    .a2-content {
        padding: 0;
        text-align: justify;
    }
    .top.navbar {
        width: 100%;
    }
    .l-c-icons ul {
        margin: 0;
    }
    
    
}
@media (max-width: 320px) {
 .nav-tabs li a {
    margin: 0 7px 0;
    font-size: 14px;
    padding: 16px 0px 38px;
    }
}