*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a.footerlogoo img {
    max-width: 130px;
    margin: 0 0 5px;
}
body {
    font-size: 16px;
    line-height: 1.7;
    color: #737172;
    font-family: 'Open Sans', sans-serif;
    background: #dcbf6d;
}
ul,li{
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    font-family: 'STIX Two Text', serif;
}
a,a:hover{
    text-decoration: none;
    color: #ce7592;
}
.aboutImage img {
    width: 700px;
    padding-right: 20px;
    margin-left: -140px;
}
/*======================SCROLLBAR CSS OF GLOBAL*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #dcbf6d;
}
/*======================HEADING CSS OF GLOBAL*/
h1 {font-size: 45px;}
h2 {font-size: 35px;}
h3 {font-size: 25px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
/*======================CONTAINER CSS OF GLOBAL*/
.container {
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
}
.container {
    z-index: 1;
}
/*======================CSS OF HEADER SECTION*/
.homeLogobrand {
    max-width: 100px;
    display: none;
}
.homeLogobrand a {
    display: block;
}
.homeLogobrand a img {
    width: 100%;
}
.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    transition: all .5s linear;
    background: rgb(28 47 38 / 80%);
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    background: #1c2f26;
}
.burBtn {
    position: absolute;
    right: 0;
    display: none;
    top: 50%;
    width: 35px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.burBtn span {
    display: block;
    width: 30px;
    height: 3px;
    background: #dcbf6d;
    position: relative;
    border-radius: 5px;
}
.middelHeader .logoBrand {
    position: relative;
    z-index: 1;
    width: 16%;
    max-width: 16%;
    flex: 0 0 15%;
    display: block;
}
.middelHeader .collapseNav {
    position: relative;
    z-index: 1;
}
.burBtn {
}

.burBtn span:after {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    border-radius: 5px;
    background: #dcbf6d;
}

.burBtn span:before {}

.burBtn span:before {
    width: 100%;
    height: 3px;
    position: absolute;
    top: -9px;
    left: 0;
    content: '';
    background: #dcbf6d;
    border-radius: 5px;
}
.middelHeader .collapseNav {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.middelHeader .collapseNav a {font-size: 15px;color: #dcbf6d;text-transform: uppercase;font-weight: 600;letter-spacing: .4px;}
/*======================CSS OF EXPLORER SECTION*/
.explores {
    background: #f7faff;
    padding: 70px 0;
}
.img-width img {
    width: 100%;
}
.listEx {
    display: inline-block;
    max-width: calc(25% - 20px);
    position: relative;
    margin: 10px;
    text-align: center;
    flex: 0 0 25%;
}
.exUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 550px;
    margin: 0 auto;
}
.listEx .img-width {
    display: flex;
    text-align: center;
    margin: 0 auto 8px;
    border: 1px solid #DDD;
    border-radius: 100px;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.listEx .img-width img {
    padding: 20px;
}
.listEx h4 {
    font-size: 15px;
    margin: 0;
}
.sectionBlockHeader {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.sectionBlockHeader h2 {
    font-size: 35px;
    color: #193a77;
}
.sectionBlockHeader small {
    font-size: 15px;
    color: #777;
    padding-top: 0px;
    display: block;
}
.small, small {
    font-size: 100%;
    font-weight: 400;
}
.sectionBlockHeader h2:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
    bottom: -15px;
    font-size: 5px;
    background: #ec6c1e;
    width: 60px;
    height: 2px;
}
.sectionBlockHeader h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #193a77;
    height: 2px;
    content: "";
    width: 120px;
    border-radius: 100px;
    bottom: -15px;
}
.banners h3 {
    font-size: 20px;
    color: #ec6c1e;
    margin: 0 0 15px;
}
.rowfindbox form {
    max-width: 450px;
    margin: 0 auto;
}
.banners {
    background: black;
}
.banners h1 {
    font-weight: 700;
    color: #2a55a3;
    line-height: 52px;
    margin: 0 0 15px;
}
.banners p {
    color: #ececec;
    font-size: 17px;
    display: block;
    margin: 0 0 30px;
}
.btnbox a {
    display: block;
    width: max-content;
    padding: 8px 20px;
    margin-top: 10px;
    border: 2px solid #2a55a3;
    background-color: #2a55a3;
    border-radius: 100px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 700;
}
.bottombanner {
    margin: 30px 0 0;
    text-align: center;
}
.bottombanner p {
    margin: 0 0 20px;
}
.bottombanner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bottombanner ul a {
    border: 2px solid #2a55a3;
    display: block;
    padding: 6px 15px;
    border-radius: 100px;
    color: #ec6c1e;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin: 0 5px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about.aboutus {
    position: relative;
    padding: 70px 0;
    background: white;
}
.aboutImage {
    position: relative;
}
.aboutImage img {
    width: 700px;
    padding-right: 20px;
    margin-left: -140px;
}
.aboutIfo {
    padding: 0 0 0 50px;
}
.aboutIfo h2 {
    margin: 0 0 15px;
}
.aboutIfo h2 strong {
    color: #3c4752;
    font-weight: 600;
}
.aboutIfo ul {
    margin: 0 0 30px;
}
.aboutIfo ul li {
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 5px;
}
.aboutIfo ul li strong {
    font-size: 18px;
    color: #fc7318;
    position: absolute;
    left: 0;
}
.aboutBtn {
    padding: 15px 30px;
    display: inline-block;
    color: #fff !important;
    line-height: 16px;
    font-weight: 700;
    border-radius: 50px;
    background: rgb(42 85 163);
}
/*================================TESTIMONIALS CSS*/
.testimonials-area.testimonials-area-style-two.ptb-100 {
    position: relative;
    z-index: 0;
}
.testimonials-area.testimonials-area-style-two {
    background-image: url(../img/industriesImg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
}
.testimonials-area.testimonials-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(45 94 222);
    opacity: 0.9;
    z-index: -1;
}
.section-title {
    margin: 0px 0 0px 440px;
    text-align: left;
}
.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
}
.testimonials-area .section-title h2 {
    font-size: 40px;
    margin-bottom: 0px;
    position: relative;
    font-weight: 700;
    color: white;
    padding-bottom: 15px;
}
.testimonials-all-content {
    position: relative;
}
.testimonials-area .testimonials-slider {
    position: relative;
}
.testimonials-area.testimonials-area-style-two .testimonials-slider .row {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.testimonials-area .testimonials-slider img {
    border: 10px solid #fff;
}
.testimonials-content .testimonials-name {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
}
.testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name span {
    color: #fff;
}
.testimonials-area.testimonials-area-style-two .testimonials-content p {
    color: #fff;
    margin: 0 0 0 35px;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape {
    position: absolute;
    top: 0;
    left: 60px;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: white;
}
.designations {
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    color: #fff;
}
.requesAAcallback {
    padding: 80px 0 80px;
    margin-top: 0;
}
.requesAAcallback .col_smm_6:nth-child(1) {
    padding: 0 15px;
    max-width: 48%;
    flex: 0 0 48%;
    box-sizing: border-box;
}
.requesAAcallback .col_smm_6 {
    max-width: 52%;
    flex: 0 0 52%;
    padding: 0 15px;
}
.callBoxxRow {
    width: 100%;
    padding: 15px 15px;
    background: #2f5bcd;
    margin: 0 0 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.callBoxxRow .callBoxxicon {
    max-width: 16%;
    border-right: 1px solid #9bb6bf;
    text-align: center;
    height: 100%;
    display: block;
    flex: 0 0 16%;
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
    text-shadow: 2px 2px 0px #087d65;
}
.callBoxxRow .callBoxxaddress {
    max-width: 84%;
    height: 100%;
    display: block;
    flex: 0 0 84%;
    padding: 0 0 0 20px;
}
.callBoxxRow .callBoxxaddress h4 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 14px;
    font-size: 19px;
}
.callBoxxRow .callBoxxaddress p {
    margin: 10px 0 0;
    color: #efefef;
    line-height: 20px;
}
.requesAAcallback .col_smm_6 form {
    border-radius: 5px;
    max-width: 560px;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.headingform {
    padding: 0 0px 0;
}
.headingform h3 {
    margin: 0 0 10px;
    color: #2f5bcd;
    font-size: 25px;
}
.formC .formRow {
    display: flex;
    flex-wrap: wrap;
}
.formC .formIgroup {
    position: relative;
    max-width: 100%;
    margin: 5px 0px;
    flex: 0 0 100%;
}
.formC input, .formC select {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0;
    padding: 10px 0px;
    border-radius: 2px;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow input {
    max-width: 120px;
    border: 0;
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    background: #2f5bcd;
    height: unset;
}
.textarearow.textarearow2 {
    text-align: right;
}
.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow textarea {
    width: 100%;
    height: 105px;
    margin: 0;
    border: 0;
    padding: 10px 5px;
    border-radius: 0;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
/*=======================FOOTER CSS*/
.footer {
        background: #16221c;
        margin: 0;
        padding: 70px 0 0;
    }
    .footer.no-mar {
        margin: 0;
    }
    .newSletter {
        background: #2f5bcd;
        padding: 25px 40px;
        margin: 0px 0 0;
        position: relative;
        border-radius: 10px;
        box-sizing: border-box;
        top: -50px;
    }
    .newSletter i {
        color: #ffffff;
        top: -2px;
        position: relative;
        left: 5px;
        font-size: 16px;
    }
    .inNewLtr p {
        margin: 0;
        color: #f9f9f9;
    }
    .inNewLtr form {
        display: flex;
        justify-content: flex-end;
    }
    .formGroup {
        position: relative;
        max-width: 380px;
        flex: 0 0 400px;
    }
    .formGroup .Email {
        width: 100%;
        position: relative;
        height: 50px;
        padding: 12px 12px;
        border-radius: 50px;
        border: 2px solid white;
        margin-bottom: 0;
    }
    .SubscribeBtn {
        position: absolute;
        right: 0;
        padding: 10px 28px;
        border-radius: 50px;
        border: 2px solid white;
        background: #2f5bcd;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: -5px 1px 5px rgb(0 0 0 / .1);
    }
    /*================middle footer*/
    .orisishPBy {
        background: #2f5bcd;
        border-radius: 7px;
        position: absolute;
        width: 250px;
        bottom: -30px;
    }
    .pwrdBy {
        display: flex;
        align-items: center;
        padding: 15px 15px;
        cursor: pointer;
    }
    .logoFotterB {
        border-right: 0;
        margin: 0;
        padding-right: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
        line-height: 18px;
        color: #fff !important;
    }
    .pwrdBy p {
        margin: 0;
        font-size: 17px;
        padding-right: 30px;
        color: white;
        
    }
    .pwrdBy strong {
        font-size: 25px;
        color: #e8f0f7;
        
    }
    .midFooter {
        padding: 60px 0;
    }
    .logoFotterT {
        width: 200px;
    }
    .midFooter h3 {
        margin: 0 0 20px;
        font-size: 25px;
        font-weight: 500;
        color: #dcbf6d;
    }
    .serRow ul {
        display: flex;
        flex-wrap: wrap;
    }
    .serRow ul li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 5px;
    }
    .contactInfo li {
        padding: 0 0 15px 25px;
        position: relative;
        color: #d4d0c3;
    }
    .contactInfo li i {
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 15px;
        color: #dcbf6d;
    }
    .midFooter a i {
    }
    .logoFotterT {
        display: block;
        margin: 0 0 20px;
    }
    .logoFotter a {
        display: block;
        font-size: 32px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 700;
        color: #dcbf6d;
        max-width: 300px;
        width: auto;
        margin: 0px 0 10px;
    }
    .orisishSm {
        margin: 25px 0 0;
    }
    .orisishSm ul {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .orisishSm ul li {
        width: 45px;
        height: 45px;
        border: 2px solid #dcbf6d;
        margin: 0 10px 0 0;
        border-radius: 50%;
        padding: 0;
    }
    .orisishSm ul li a {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 40px;
    }
    .orisishSm ul li a i {
        position: relative;
        font-size: 16px;
        top: 0;
        display: block;
        text-align: center;
        line-height: 40px;
    }
    .bottom_footer a {
    display: block;
}

.bottom_footer p {
    display: flex;
    align-items: center;
}
    /*===============bottom footer*/
    .bottom_footer {
        padding: 0;
        background: #1c2f26;
        border-top: 1px solid #1c2f26;
    }
    .bottom_footer .row {
    }
    .bottom_footer .row a {
        display: inline-block;
        font-weight: 600;
        color: #ccb33b;
    }
    .bottom_footer .row a img {
        max-width: 100px;
        border-radius: 7px;
        margin-left: 10px;
    }
    .bottom_footer .row p {
        margin: 0;
        text-align: left;
        color: #d4d0c3;
    }
    .bottom_footer .row {
        padding: 15px 0;
    }
    .logoFotterT img {
        max-width: 180px;
    }
    .logoFotterT {
        display: inline-block;
        font-size: 48px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
        width: auto;
        display: block;
    }
    .bottomBorder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 30px 30px 0px 0px;
        height: 5px;
        background: #2f5bcd;
    }
    .inNewLtr h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.shopbowbtn a {
    color: #1c2f26;
    line-height: 16px;
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #1c2f26;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    margin: 30px 0 0;
}
.midFooter a {
    color: #d4d0c3;
}
/*==========================WHATSAPP API CSS*/
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 25px;
    z-index: 9;
    width: 55px;
    height: 55px;
    background: #02a525;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
@keyframes zcwmini2 {
0% {
box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
}
10% {
box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(14 224 72 / 40%), 0 0 12px 14px #00ca4b;
}
100% {
box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
}
}
.whatsapp a.float {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-animation: zcwphone2 3s linear infinite;
    -moz-animation: zcwphone2 3s linear infinite;
    animation: zcwphone2 3s linear infinite;
}
@keyframes zcwphone2 {
0% {
transform: rotate(50deg);
transition: all .5s ease-in;
}
100% {
transform: rotate(-25deg);
transition: all .5s ease-in;
}
}
.footer .footer-bottom {
    position: relative;
}
.whatsapp a.float i {
    color: #ffffff;
}
@keyframes veera {
0% {
top: 0;
opacity: 1;
}
50% {
top: 15px;
opacity: .8;
}
100% {
top: 30px;
opacity: 0;
background: white;
}
}
.whatsapp a.float i.fab.fa-whatsapp.my-float {
    color: #ffffff;
}
.middelHeader .logoBrand a img {
    width: 100%;
}
 .overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 100000000;
}
 .overlay .overlayDoor:before, .overlay .overlayDoor:after {
     content: "";
     position: absolute;
     width: 50%;
     height: 100%;
     background: #16221c;
     transition: 2.3s cubic-bezier(0.39, 0.575, 0.565, 1);
     transition-delay: 0.8s;
}
 .overlay .overlayDoor:before {
     left: 0;
}
 .overlay .overlayDoor:after {
     right: 0;
}
 .overlay.loaded .overlayDoor:before {
     left: -50%;
}
 .overlay.loaded .overlayDoor:after {
     right: -50%;
}
 .overlay.loaded .overlayContent {
     opacity: 0;
     margin-top: -15px;
}
 .overlay .overlayContent {
     position: relative;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     transition: 18s ease-in;
}
 .loader img {
     width: 100px;
     height: 100px;
     position: relative;
     animation: spin 2.5s linear infinite;
     display: flex;
     justify-content: center;
     align-items: center;
}
 @keyframes spin {
     0% {transform: scale(0);}
     50% {transform: scale(1.5);}
     100% {transform: scale(0);}
}
.bgs {
    background: url(../img/first_frame.jpg);
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}
.homeSld {
    padding: 250px 0 180px;
}
.homeSld-2 {
    background: url(../img/opj1.png);
}
.homeSld-3 {
    background: url(../img/opj2.png);
}
.homeSld-1 {
    background: url(../img/opj3.jpg);
}
.homeSld-4 {
    background: url(../img/opj1.png);
}
.homeSld-1,.homeSld-2,.homeSld-3,.homeSld-4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.homeSld h2 {
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 15px;
}
.homeSld a {
    border: 2px solid #dcbf6d;
    padding: 15px 30px;
    color: #dcbf6d;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
}
.sidelogo {
    display: none;
}
.middelHeader .collapseNav ul {
    max-width: 42%;
    flex: 0 0 42%;
    display: flex;
}
.firstul {justify-content: end;}
.firstul a,.secondul a {
    display: block;
    padding: 55px 15px;
}
.secondul {
    justify-content: flex-end;
}
.middelHeader .logoBrand a {
    display: block;
    max-width: 130px;
    margin: 0 auto;
    padding: 10px 10px;
}
.firstul a,.secondul a {
    position: relative;
}
.logoFotter p {
    color: #d4d0c3;
}
/*=====================================GOLD RATE CSS*/
#current-section-gold-rate {
    position: fixed;
    right: 30px;
    bottom: 130px;
    background: #16221c;
    padding: 10px;
    z-index: 4;
    border-radius: 40px;
    color: #dcbf6d;
    cursor: pointer;
    letter-spacing: 1px;
    border: 2px solid #dcbf6d;
}
#current-section-gold-rate .goldRateTextTitle {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: normal;
}
#current-section-gold-rate span.goldRateText {
    display: block;
    font-size: 11px;
    font-weight: 400;
}
#current-section-gold-rate .goldText {
    text-align: right;
    padding: 0 25px;
    font-weight: 700;
    font-size: 14px;
}
/*=====================================GOLD RATE CSS*/
.topFooters {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #1c2f26;
}
.topFooters h3 {
    color: #dcbf6d;
    font-weight: 400;
    font-size: 35px;
    line-height: 30px;
    margin: 0 0 10px;
}
.topFooters p {
    color: #d4d0c3;
}
.rowfindbox {
    display: block;
    justify-content: center;
    margin-top: 30px;
}
.boxlocation {
    height: 56px;
    max-width: 300px;
}
.boxlocation a {
    padding: 15px 40px;
    height: 56px;
    display: block;
    border: 1px solid #dcbf6d;
    color: #dcbf6d;
    border-radius: 5px;
}
.boxlocation.boxlocation2 p {
    padding: 10px 50px;
    height: 56px;
    display: block;
    color: #ccb33b;
    font-size: 30px;
    margin: 0;
    line-height: 22px;
}
.boxlocation.boxlocation3 {
    position: relative;
    border: 1px solid #dcbf6d;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
}
.boxlocation.boxlocation3 input[type="text"] {
    width: 100%;
    height: 56px;
    padding: 15px 130px  15px 15px;
    background: transparent;
    border: 0;
    font-size: 15px;
}
.boxlocation.boxlocation3 input[type="button"] {
    position: absolute;
    right: 2px;
    height: 50px;
    top: 2px;
    padding: 15px 25px;
    font-weight: 700;
    border: 0;
    color: #16221c;
    background: #dcbf6d;
}
/*==============================PRODUCT LISTING*/
.box-1 {
    position: relative;
}
.box-1 {
    padding: 20px 15px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    margin: 15px 0;
    background: #fff;
    border-radius: 3px;
}
.box-1:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 10px;
    bottom: 10px;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease 0s;
}
.pro-img {
    margin-top: 0;
    margin-bottom: 40px;
}
.pro-img-a {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.pro-title p {
    font-size: 16px;
    color: #1c2f26;
    margin: 25px 0 0;
    line-height: 22px;
    font-weight: 600;
}
.quick-view {
    display: inline-block;
    padding: 12px 12px;
    background: #1c2f26;
    color: #dcbf6d;
    box-shadow: 2px 2px 10px rgb(28 47 38 / 30%);
    position: absolute;
    top: 30px;
    font-size: 15px;
    right: -100px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(
90deg
);
    transform: rotate(
90deg
);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.quick-view a {
    text-transform: uppercase;
    color: #dcbf6d;
    font-weight: 700;
    font-size: 15px;
    padding: 0 0px;
}
.productss {
    padding: 30px 0;
}
.box-1:hover .quick-view {
    right: -32px;
}
.categories-sec .col-lg-6.col-md-6.col-sm-6.hidden-xs:nth-child(2) {
    padding-left: 5px;
    padding-right: 0;
}
.categories-sec .apparel-sec-cat-of-houseware {
    background: url(../img/houseware.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
}
.categories-sec .apparel-sec-cat, .categories-sec .electronics-sec-cat {
    position: relative;
    padding: 72px 0 72px 0;
    z-index: 100;
}
.electronics-sec-cat, .apparel-sec-cat {
    text-align: center;
}
.categories-sec .apparel-sec-cat-of-electronics:before, .categories-sec .apparel-sec-cat-of-apparel:before, .categories-sec .apparel-sec-cat-of-handbags:before, .categories-sec .apparel-sec-cat-of-automotive:before, .categories-sec .apparel-sec-cat-of-multimedia:before, .categories-sec .apparel-sec-cat-of-houseware:before, .categories-sec .apparel-sec-cat-of-jewelry:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-electronics:hover:before, .categories-sec .apparel-sec-cat-of-apparel:hover:before, .categories-sec .apparel-sec-cat-of-handbags:hover:before, .categories-sec .apparel-sec-cat-of-automotive:hover:before, .categories-sec .apparel-sec-cat-of-multimedia:hover:before, .categories-sec .apparel-sec-cat-of-houseware:hover:before, .categories-sec .apparel-sec-cat-of-jewelry:hover:before {
    border: 0 solid rgba(255, 255, 255, 0.7);
    transition: all 0.5s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-electronics:before, .categories-sec .apparel-sec-cat-of-apparel:before, .categories-sec .apparel-sec-cat-of-handbags:before, .categories-sec .apparel-sec-cat-of-automotive:before, .categories-sec .apparel-sec-cat-of-multimedia:before, .categories-sec .apparel-sec-cat-of-houseware:before, .categories-sec .apparel-sec-cat-of-jewelry:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-automotive:after, .categories-sec .apparel-sec-cat-of-electronics:after, .categories-sec .apparel-sec-cat-of-apparel:after, .categories-sec .apparel-sec-cat-of-handbags:after, .categories-sec .apparel-sec-cat-of-multimedia:after, .categories-sec .apparel-sec-cat-of-jewelry:after, .categories-sec .apparel-sec-cat-of-houseware:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.categories-sec .apparel-sec-cat-of-electronics:after, .categories-sec .apparel-sec-cat-of-apparel:after, .categories-sec .apparel-sec-cat-of-handbags:after, .categories-sec .apparel-sec-cat-of-automotive:after, .categories-sec .apparel-sec-cat-of-multimedia:after, .categories-sec .apparel-sec-cat-of-houseware:after, .categories-sec .apparel-sec-cat-of-jewelry:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.apparel-sec-cat-inner a, .electronics-sec-cat-inner a {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #1c2f26;
    line-height: 130px;
    position: relative;
    z-index: 100;
    display: block;
}
.categories-sec .apparel-sec-cat-of-electronics:hover:before, .categories-sec .apparel-sec-cat-of-apparel:hover:before, .categories-sec .apparel-sec-cat-of-handbags:hover:before, .categories-sec .apparel-sec-cat-of-automotive:hover:before, .categories-sec .apparel-sec-cat-of-multimedia:hover:before, .categories-sec .apparel-sec-cat-of-houseware:hover:before, .categories-sec .apparel-sec-cat-of-jewelry:hover:before {
    border: 0 solid rgba(255, 255, 255, 0.7);
    transition: all 0.5s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-electronics:before, .categories-sec .apparel-sec-cat-of-apparel:before, .categories-sec .apparel-sec-cat-of-handbags:before, .categories-sec .apparel-sec-cat-of-automotive:before, .categories-sec .apparel-sec-cat-of-multimedia:before, .categories-sec .apparel-sec-cat-of-houseware:before, .categories-sec .apparel-sec-cat-of-jewelry:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-apparel:hover:after, .categories-sec .apparel-sec-cat-of-electronics:hover:after, .categories-sec .apparel-sec-cat-of-handbags:hover:after, .categories-sec .apparel-sec-cat-of-automotive:hover:after, .categories-sec .apparel-sec-cat-of-multimedia:hover:after, .categories-sec .apparel-sec-cat-of-houseware:hover:after, .categories-sec .apparel-sec-cat-of-jewelry:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.1s;
}
.categories-sec .apparel-sec-cat-of-automotive:after, .categories-sec .apparel-sec-cat-of-electronics:after, .categories-sec .apparel-sec-cat-of-apparel:after, .categories-sec .apparel-sec-cat-of-handbags:after, .categories-sec .apparel-sec-cat-of-multimedia:after, .categories-sec .apparel-sec-cat-of-jewelry:after, .categories-sec .apparel-sec-cat-of-houseware:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.categories-sec .apparel-sec-cat-of-electronics:after, .categories-sec .apparel-sec-cat-of-apparel:after, .categories-sec .apparel-sec-cat-of-handbags:after, .categories-sec .apparel-sec-cat-of-automotive:after, .categories-sec .apparel-sec-cat-of-multimedia:after, .categories-sec .apparel-sec-cat-of-houseware:after, .categories-sec .apparel-sec-cat-of-jewelry:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.categories-sec .apparel-sec-cat-of-jewelry {
    background: url(../img/jewelry.jpg) no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
}
.categories-sec .apparel-sec-cat, .categories-sec .electronics-sec-cat {
    position: relative;
    padding: 72px 0 72px 0;
    z-index: 100;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 60%);
}
.categories-sec.categories-sec-3 {
    background: #dcbf6d;
    padding: 0px 0;
    margin: 10px 0;
    position: relative;
    z-index: 0;
}
.apparel-sec-cat-inner, .electronics-sec-cat-inner {
    background: rgb(255 255 255 / 60%);
    display: inline;
    position: absolute;
    left: 50%;
    top: 95px;
    z-index: 100;
    transform: translate(-50%);
    width: 330px;
    height: 130px;
}
.apparel-sec-cat-inner:hover:after, .electronics-sec-cat-inner:hover:after {
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    content: '';
    border: 2px solid rgba(255,255,255,0.6);
}
.collectionss_ {
    position: relative;
}
.collectionss_ a img {
    width: 100%;
}
/*==============================STOREPAGE*/
.storebox {
    padding: 220px 0 100px;
}
.storeone,.storetwo {
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
    box-shadow: 10px 10px 10px rgb(0 12 6 / 50%);
}
.storeone .textbox,.storetwo .textbox {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(152deg 94% 5% / 20%);
}
.storeone .textbox h3,.storetwo .textbox h3 {
    position: relative;
    z-index: 1;
    color: white;
    margin: 0;
    line-height: 25px;
}
.storeone .textbox:after,.storetwo .textbox:after {
    border: 4px solid transparent;
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    transition: all .5s linear;
    left: 15px;
}
.storeone:hover .textbox:after,.storetwo:hover .textbox:after {
    border-color: #dcbf6d;
    background: rgb(28 47 38 / 70%);
}
.productss h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0;
    color: #1c2f26;
}
.productss.productssFirst {
    padding-top: 40px;
}
.productss.productssLast {
    padding-bottom: 50px;
}
.storeone img, .storetwo img {
    width: 100%;
}
/*=================================*/
.Sample_Slider {
    padding: 80px 0px 80px;
}
.Sample_Slider.aboutUS-BG {
    color: #b5bad3;
    position: relative;
}
.AboutBox2 {
    padding: 100px 13px;
}
.Cat-linksBox1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
    margin: 0;
}
.Sample_Slider p {
    color: #1c2f26;
}
.Cat-linksBox1 p {
    font-size: 17px;
    color: #b0adad;
    margin: 0px 0 0;
}
.line-right {
    color: #fff;
    border-color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.special-heading {
    color: #1c2f26;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}
.LineStyle5:before {
    content: '';
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    color: white;
    top: -2px;
    border-top: 6px solid #1c2f26;
    border-radius: 30px;
    background-color: white;
    z-index: 1;
}
.LineStyle5:after {
    content: '';
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    color: white;
    top: 0;
    border-top: 1px solid #1c2f26;
    border-radius: 5px;
    z-index: 0;
    background-color: white;
}
.About_IMG img {
    width: 100%;
    padding: 0 80px 0 0;
}
.Years-Exp {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
}
.expBox1 {
    max-width: 98px;
    flex: 0 0 98px;
}
.expBox1 h1 {
    font-size: 80px;
    font-weight: 600;
    color: #1c2f26;
    margin: 0;
    line-height: 70px;
}
.expBox2 {
    max-width: 48%;
    flex: 0 0 48%;
    margin: -13px 0 0 10px;
    padding: 0;
}
.expBox2 span {
    font-size: 25px;
    display: block;
    color: #1c2f26;
}
.BookBTN {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-size: 15px;
    border: 2px solid #1c2f26;
    text-transform: capitalize;
    border-radius: 50px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    padding: 16px 32px;
    max-width: 200px;
    font-weight: 500;
}
.BookBTN a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #1c2f26;
}
.aboutUS-BG2 {
    padding-top: 0;
}
.aboutUS-BG2 .About_IMG2 img {
    padding: 0 50px;
    width: 100%;
}
/*=====================CRS ACTIVITY*/
.Sample_Slider.Service-BG {
}
.MinBoxes {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 30px;
}
.minBoxRight {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
}
.Cat-linksBox1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
    margin: 0;
}
.special-heading {
}
.LineStyle5 {
    position: relative;
    margin: 15px 0 40px;
}
.LineStyle5:before {
}
.LineStyle5:after {
}
.minBoxLeft {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 15px;
}
.Sample_Slider .fw-divider-space.divider-35.divider-lg-0 {
    margin: 0;
}
.item.serItems {
    position: relative;
    overflow: hidden;
}
.item.serItems {
    box-shadow: 0px 15px 13px 0px rgb(0 0 0 / 30%);
    margin: 40px 0;
}
.serDetails {
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: -100px;
    background-color: rgb(28 47 38);
}
.serTitle {
    display: block;
    flex-wrap: wrap;
}
.serTitle h5 {
    color: #dcbf6d;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}
.mt-0.ml-auto a {
    color: #16221c;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.Sample_Slider.Service-BG .serSlider .owl-nav {
    display: flex !important;
    position: relative;
    margin: 0;
    width: 120px;
}
.Sample_Slider.Service-BG .serSlider .owl-nav .owl-prev {
    max-width: 70px;
    flex: 0 0 100%;
    height: 70px;
    border: 2px solid #1c2f26;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1c2f26;
    justify-content: center;
    margin-right: 5px;
    transform: unset;
    position: relative;
    left: 0;
    top: 0;
}
.Sample_Slider.Service-BG .serSlider .owl-nav .owl-next {
    max-width: 70px;
    height: 70px;
    border: 2px solid #1c2f26;
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    font-size: 20px;
    margin: 0;
    color: #1c2f26;
    justify-content: center;
    margin-right: 5px;
    transform: unset;
    position: relative;
    left: 0;
    top: 0;
}
.SerRightBox {
    padding: 0 30px;
}
.item.serItems:hover .serDetails {
    bottom: 0;
    transition: all .5s linear;
}
.Sample_Slider.Service-BG .serSlider .owl-nav .owl-next i.fa {
    transform: unset;
}
.Sample_Slider.Sample-BG.Sample-BG2 {
    padding-top: 0 !important;
}
.Sample_Slider.Service-BG .serSlider .owl-nav .owl-prev i.fa {
    transform: unset;
}
.Sample_Slider.Sample-BG.Sample-BG2 {
}
.fw-divider-space1 {
    margin-top: 55px;
}
.shortcode-post-grid-tilled-1 {
    display: flex;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    grid-auto-flow: unset;
    grid-column-gap: unset;
    justify-content: space-between;
}
.special-img img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
.Sample_Slider.Sample-BG.Sample-BG2 {
    padding: 80px 0;
}
.item-content {
    padding: 0;
}
.entry-footer.flex-row.mt-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.entry-meta span {
    color: #b5bad3;
}
.Sample-BG2 .left .Cat-linksBox1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.Cat-linksBox1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
    margin: 0;
}
.Cat-linksBox1 span.cat-links {
    margin-right: 10px;
}
.entry-header span {
    color: #1c2f26;
}
.cat-links a {
    margin-right: 10px;
}
.Slide-box-padding a {
    color: #1c2f26;
    font-weight: 600;
}
.Slide-box-padding h4 a {
    color: #1c2f26;
    font-size: 30px;
}
.Slide-box-padding span.cat-links {
}
.Slide-box-padding span.cat-links a {
    color: #1c2f26;
}
.Cat-linksBox1 .LineStyle2 {
    position: relative;
}
.LineStyle2:before {
    position: absolute;
    content: '';
    width: 30px;
    color: #1c2f26;
    height: 7px;
    left: 0;
    border: 2px solid #1c2f26;
    border-radius: 5px;
    background-color: #1c2f26;
}
.LineStyle2:after {
    position: absolute;
    content: '';
    width: 90px;
    color: #c7b05f;
    height: 1px;
    top: 3px;
    left: 0px;
    border-top: 1px solid #1c2f26;
    border-radius: 5px;
    background-color: #1c2f26;
}
.happypagetitle {
    padding: 220px 0 120px;
    background: #16221c;
}
.happypagetitle h1 {
    text-align: center;
    color: #dcbf6d;
    margin: 0;
}
.happyClients {
    padding: 70px 0;
}
.happyClients .student-qoute {
    border: 2px solid #c7b05f;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    flex: 0 0 50%;
}
.conditions {
    padding: 80px 0;
}
.conditions h2 {
    color: #003924;
    margin: 0 0 20px;
    font-size: 40px;
}
.h3conditions {
    padding: 30px 0 0;
}
.h3conditions h3 {
    color: #1c2f26;
}
span.st-name.bold-font:after {
    position: absolute;
    content: '\f10d';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #c7b05f;
    font-size: 35px;
    right: 35px;
    padding: 5px 20px;
    bottom: -25px;
    background-color: #ffffff;
}

.student-name-designation {
    color: #c7b05f;
    font-weight: 700;
}
.HC-box {
    position: relative;
    float: left;
    transition: all .5s linear;
    background: #ffffff;
    border: 2px solid #8fa299;
    padding: 30px 30px;
    margin: 30px 30px;
}
.HC-box img {
    width: 100%;
}
.profileImage {
    width: 100px;
    float: left;
    border: 3px solid #1c2f26;
    margin: -45px 20px 20px -45px;
    border-radius: 5px;
}
.HP-logo {
    width: 100px;
    float: right;
    border: 2px solid #1c2f26;
    padding: 20px;
    margin: 0px -50px -50px 0;
    background: #1c2f26;
    border-radius: 50%;
    height: 100px;
    box-shadow: 0 0 10px #1b1303;
}
.student-name {
    font-weight: 700;
    color: #1c2f26;
    margin-bottom: 10px;
}
.HC-box p {
    margin: 0;
    line-height: 1.6;
}
.eventbox {
    border: 2px solid #1c2f26;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #1c2f26;
}
.eventbox img {
    width: 100%;
}
.eventss {
    padding: 80px 0;
}
.eventHeading {
    padding: 20px 15px 15px;
}
.eventHeading h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.eventbox p {
    padding: 0 15px;
    line-height: 1.6;
    margin: 0;
    color: #e0e0e0;
}
.eventbox a {
    background: #dcbf6d;
    display: block;
    padding: 15px 20px;
    line-height: 18px;
    font-weight: 600;
    color: #1c2f26;
    text-align: center;
    max-width: calc(100% - 30px);
    margin: 20px auto 30px;
    border-radius: 5px;
}
.eventss .eventbox {
    margin: 15px 0;
    transition: all .5s linear;
}
.pressBoxImg {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.pressBoxImg img {
    width: 100%;
}
.pressBox {display: flex;flex-wrap: wrap;box-shadow: 0 5px 15px rgb(8 8 7);border: 1px solid #15130c;border-radius: 5px;position: relative;overflow: hidden;}
.pressBox .pressBoxImg {
    max-width: 35%;
    flex: 0 0 35%;
}
.boxContents {
    max-width: 65%;
    flex: 0 0 65%;
    padding: 30px 25px;
}
.pressRelease {
    padding: 70px 0;
    background: #000;
}
.pressBox h5,.pressBox2 h5 {
    margin-bottom: 10px;
    color: #b9b9b9;
    font-size: 16px;
}
.pressBox h3,.pressBox2 h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}
.pressBox a,.pressBox2 a {
    color: #c1a553;
    font-weight: 600;
}
.boxContents p,.boxContents2 p {
    color: #b9b9b9;
}
.pressBox2 {
    box-shadow: 0 5px 15px rgb(8 8 7);
    border: 1px solid #15130c;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pressBoxImg2 img {
    width: 100%;
}
.boxContents2 {
    padding: 30px 20px;
}
.pressBoxImg2 {
    height: 345px;
    overflow: hidden;
}
.pressBox.pressBoxM {
    margin: 30px 0 0;
}
.pressBox2.pressBox2M {
    margin-top: 30px;
}
.promote1 .col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c2f26;
    flex-wrap: wrap;
    padding: 25px 25px;
    border: 1px solid #1c2f26;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.promotions {
    padding: 80px 0;
}
.promote1 img {
    width: 100%;
}
.promote1 .col-sm-3 {
    padding: 0px 15px 0 0;
}
.padingLeft {
    margin-right: 15px;
    max-width: calc(50% - 15px);
}
.padingLeft h2 {
    font-size: 32px;
    margin: 0 0 10px;
    color: #c7b05f;
}
.padingLeft a {
    background: #dcbf6d;
    padding: 15px 30px;
    line-height: 18px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    color: #1c2f26;
    margin-top: 10px;
}
.promote12 {
    margin-top: 30px;
}
.imgBoxs img,.imgBoxs2 img {
    width: 100%;
    transition: all .5s linear;
}
.imgBoxs2 {
    display: flex;
    flex-wrap: wrap;
}
.imgBoxs2 .boxxx img {
    width: 100%;
}
.imgBoxs2 .boxxx {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 5px 5px;
}
.imgBoxs {
    margin: 0 5px;
}
.promote3 {
    align-items: center;
}
.row.promote3 .col-sm-4 {
    padding: 0;
}
.col-sm-4.paddingRRight {
    padding-right: 5px !important;
}
.promote3 {
    align-items: center;
    margin-top: 30px;
}
.Sample_Slider.aboutUS-BG:after {
    background: url(../img/texturebg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    content: '';
    opacity: .04;
}
.Sample_Slider {
    height: 100%;
}
.col-sm-4.SerLeftBox {
    background: url(../img/bg-section-service.jpg);
    height: 800px;
    width: 100%;
    background-position: center;
}
.Sample_Slider.Service-BG .row {
    align-items: center;
}
/*================================OUR STORY CSS*/
.ourStory {
    background: url(../img/ourstory.jpg);
    padding: 220px 0 120px;
}
.stOry {
    padding: 40px 0 0 150px;
}
.stOry h1 {
    margin-bottom: 20px;
    font-weight: 200;
    color: #063122;
}
.stOry p {
    margin: 0;
    font-size: 18px;
}
.storyContent {
    padding: 80px 0 0;
    text-align: center;
    background: #f3f3f3;
}
.stC {
    padding: 0 200px;
    margin-bottom: 50px;
}
.stC h2 {
    margin: 0 0 30px;
    font-weight: 400;
    color: #063122;
}
.mision,.vision {
    padding: 0;
    text-align: left;
}
.mision img, .vision img {
    width: 100%;
}
.mision .col-sm-6:first-child, .vision .col-sm-6:first-child {
    padding-right: 0;
}
.mision .col-sm-6:last-child, .vision .col-sm-6:first-child {
    padding-left: 0;
}
.mision .row, .vision .row {
    align-items: center;
}
.misioncontent {
    padding: 0 60px !important;
}
.misioncontent h2 {
    color: #063122;
    margin: 0 0 15px;
}
.imgBox1 img,.imgBox2 img {
    width: 100%;
}
.imgBox1.imgBox1Big {
    max-width: 55%;
    width: 55%;
    padding-left: 10px;
}
.imgBox1.imgBox1Small {
    max-width: 45%;
    width: 45%;
    padding-left: 0;
}
.imgBox2.imgBox1Big {
    max-width: 55%;
    width: 55%;
    padding-right: 10px;
}
.imgBox2.imgBox1Small {
    max-width: 45%;
    width: 45%;
    padding-right: 0;
}
.productss.productssFirst .col-sm-8 {
    display: flex;
    align-items: center;
}
.productss.productssFirst .row {
    align-items: center;
}
.leftStoreBox {
    margin: 0 -100px 0 0;
    position: relative;
    z-index: 1;
}
.rightStoreBox {
    margin: 0 0 0 -100px;
    position: relative;
    z-index: 1;
}
.productss.productssTop0 {
    padding-top: 0;
}
.leftStoreBox h2,.rightStoreBox h2 {
    margin: 0 0 20px;
    color: #1c2f26;
    font-weight: 600;
    font-size: 35px;
}
.leftStoreBox a,.rightStoreBox a {
    border: 2px solid #1c2f26;
    padding: 15px 30px;
    display: inline-block;
    line-height: 16px;
    border-radius: 5px;
    color: #1c2f26;
    font-weight: 700;
    margin-top: 10px;
}
.storeone:hover, .storetwo:hover {
    transform: translateY(-10px);
}
.leftStoreBox p {
    color: #1c2f26;
}
.rightStoreBox p {
    color: #1c2f26;
}
.storeone:hover h3, .storetwo:hover h3 {
    color: #dcbf6d;
}
.awarded.awarded1 {
    height: 300px;
    max-width: 300px;
    flex: 0 0 300px;
    position: relative;
}
.About_IMG {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 580px;
    position: relative;
    margin-top: -40px;
}

img.imgVisibility {
    display: none;
}

.awarded {
    background: #1c2f26;
    transition: all .5s linear;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transform: rotate(45deg);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.awarded.awarded2 {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: -15px;
    left: 70px;
}
.awarded.awarded3 {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: -15px;
    right: 70px;
}
.awarded:after {
    border: 2px solid rgb(219 191 112 / 60%);
    position: absolute;
    left: 8px;
    top: 8px;
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}
.awarded:hover {
    transform: translateY(-5px) rotate(45deg);
}
.awarded img {
    transform: rotate(-45deg);
    padding: 0;
}
.awarded1 img {
    max-width: 180px;
}
.awarded2 img {
    max-width: 180px;
}
.awarded2 img,.awarded3 img {
    max-width: 100px;
}
.HC-box:hover {
    transform: translateY(-10px);
}
.eventbox:hover {
    transform: translateY(-10px);
}
.boxxxx p {
    color: #fff;
}
.imgBoxs,.imgBoxs2 {
    overflow: hidden;
    position: relative;
}
.imgBoxs:hover img {
    transform: scale(1.1);
}
.imgBoxs:hover img {
    transform: scale(1.1);
}
.conditions p {
    color: #1c2f26;
}
/*============================SINGLE PRODUCT CSS*/
.picZoomer{
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
    display: block;
}
.picZoomer-zoom-pic{
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic{
    /*width: 100%;
    height: 100%;*/
}
.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px 15px 0;
}
.piclist li img{
    width: 100%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
}

._p-features {
    color: #1c2f26;
}

.section-bg {padding-bottom: 30px;}
section {
}
.row-sm .col-md-6 {
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: calc(100% - 110px);
    display: inline-block;
    padding: 0 0px 0 10px;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height: 100px;
    object-fit:cover;
    border-radius: 5px;
}

/*======products-details=====*/
._product-detail-content {
}
._product-detail-content p._p-name {
    color: #1c2f26;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 5px;
    font-weight: 700;
    margin: 0;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 18px;
    color: #1c2f26;
    font-weight: 600;
    margin: 0 0 20px;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
.special-img {
    padding: 0 15px;
    max-width: 45%;
    flex: 0 0 45%;
}
.navBg.show {
    background: rgb(0 0 0 / 95%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
}
.navBg.show {
    display: block;
}
.burBtn.show {
    opacity: 0;
}
.Slide-box-padding {
    padding: 0 15px 0 35px;
    max-width: 55%;
    flex: 0 0 55%;
}