.sdk-capitalize{
    text-transform: capitalize !important;
}
.sdk-uppercase{
    text-transform: uppercase !important;
}
.sdk-banner{
   height: 100%; 
   bottom: 0;
   display: flex;
   align-items: center;
}
a.btn-main{
    border-radius: 0 !important;
}

.bannerbox-text{
    padding: 0 30px;
    text-align: left;

}
.bannerbox-link{
    text-align: left !important;
    padding: 0 30px;
}
.bannerbox-link a{
    text-decoration: underline;
}

.hover:hover .hover-op-0{
    opacity: inherit !important;
    text-decoration: underline;
}
.ul-check li{
    font-size: 20px !important;
    font-weight: 200 !important;
}

.ul-check li:before {
  display: none;
}

.ul-check li{
     background: url(../images/svg/point.svg) no-repeat left center !important;
     background-size: 20px !important;
     margin-bottom: 15px;
     padding-left: 40px;
}

.parallax {
  background-image: url("../images/background/1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  background-image: url("../images/svg/trans-wave.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% !important;
}
.box{
    width: 100%;
    height: 450px;
    background-color: #947542;
}
.wave img{
    max-width: 200px;
}

.wave-bg{
     background: url(../images/svg/trans-wave.svg) no-repeat  #947542 !important;
    /* background-position: -1.5cm 0.5cm !important; */
    background-position: 50% 85% !important;
    background-size: 50% !important;

}
.wave-bg2{
     background: url(../images/svg/trans-wave.svg) no-repeat  !important;
    /* background-position: -1.5cm 0.5cm !important; */
    background-position: 50% 50% !important;
    background-size: 80% !important;

}
.process-outer{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 150px 0;
}
.process-text{
    font-size: 20px !important;
}
.processbox{
    padding:15px;
    background-color: #947542;
    border-radius: 50px 0;
}

.processbox:hover .processbox-inner{
    /* background-color: #8d6e3b !important; */
    background: rgba(108, 79, 31, 0.2);
}

.processbox-inner{
    border: solid #a68857 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border-radius: 50px 0;
    padding: 25px;
}
.processbox-inner p{
    font-weight: 100 !important;
    line-height: normal !important;
    margin-top: 20px;
}
.processbox-read a{
    text-decoration: underline;
    color: #ffdca1;
    font-size: 14px;
}
a.btn-main:hover, .btn-main:hover, a.btn-main.btn-line:hover{
    background-color: #947542 !important;
}
.advantages-box{
    border: solid #947542 1px;
    padding: 20px;
    border-radius: 40px 0 !important;
     /* background: url(../images/svg/trans-wave.svg) no-repeat  !important; */
}
.advantages-box img{
    background-color: #947542 !important;
    padding: 15px;
    border-radius: 20px 0 !important;
}
.sdk-quicklinks{
    border-top: solid 1px rgba(255, 255, 255, .1);
    padding: 30px 0;
}
.sdk-quicklinks-inner{
    background: url(../images/svg/round.svg) no-repeat left center;
    background-size: 18px !important;
    padding-left: 30px;
}
.sdk-quicklinks-inner a:hover{
    color: #947542 !important;
}

.sdk-quicklinks-inner2{
}
.sdk-quicklinks-inner2 a:hover{
    color: #947542 !important;
}
.sdk-quicklinks-inner2 img{
    width: 18px;
    margin-right: 10px;
}
.border-none{
    border: none !important;
}
.about-process-box{
    min-height: 395px !important;
}
.about-process-box1{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box1::after{
    content: '01';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}

.about-process-box2{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box2::after{
    content: '02';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}

.about-process-box3{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box3::after{
    content: '03';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}


.about-process-box4{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box4::after{
    content: '04';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}

.about-process-box5{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box5::after{
    content: '05';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}

.about-process-box6{
    position: relative;
    border: solid #947542 2px;
    padding: 30px;
    border-radius: 50px 0;
}

.about-process-box6::after{
    content: '06';
    font-size: 100px;
    color: #103c3b;
    position: absolute;
    top: 40px;
    right: 20px;
    font-weight: 900;
    opacity: 0.3;
    z-index: 0;
    text-shadow: 2px 0 #947542, -2px 0 #947542, 0 2px #947542, 0 -2px #947542,
               1px 1px #947542, -1px -1px #947542, 1px -1px #947542, -1px 1px #947542;
}
.about-service-text li{
    color: #000 !important;
    font-weight: 300 !important;
}

.Warranty-box{
    background-color: #947542;
    border-radius: 50px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.Warranty-box-ic{
    width: 100px;
    height: 100px;
    background-color: #7e643a;
    padding: 20px;
    border-radius: 50px 0;
}
.Warranty-box-ic img{
    width: 100%;
}
.Warranty-box-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.Warranty-box-left h3{
    margin: 0 !important;
    line-height: normal !important;
}
.Warranty-box-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Warranty-nom{
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #947542;
    font-size:55px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px !important;
}
.Warranty-year{
    font-size: 20px;
    text-align: center;
}

.footer-head{
    text-align: center;
}
.contact-box{
    min-height: 300px;
    border-radius: 50px 0;
    padding: 30px;
    min-height: 411px;
}
.contact-inner{
    display: flex;
    gap: 20px;
    font-size: 18px;
    color: #ffffff99;
}
.contact-ic{
    width: 50px;
    height: 50px;
    background-color: #7e643a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-ic img{
    width: 45% !important;
}
.d-flex-center{
    display: flex;
    align-items: center;
}

.pb-0{
    padding-bottom: 0 !important;
}

.btn-main{
    border-radius: 0 !important;
}
footer a:hover{
    color: #7e643a !important;
}

.contact-btn{
    background-color: #947542 !important;
    border: 0 !important;
    padding: 5px 40px !important;
    color: #fff !important;
    margin: 0 auto !important;
}

/* form style start*/
.alert {
}

.success {
    width: 100%;
    height: 100%;
    background-color: #d4edda;
    color: var(--mta_secondary);
    border: 1px solid #c3e6cb;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--mta_secondary);
    background: url(./images/misc/l6.png) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.message-icon{
    width: 100px;
    text-align:center;
    margin-bottom:30px;
}
.message-icon img{
    width: 100%;
}

.error {
    width: 100%;
    height: 100%;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--mta_secondary);
    background: url(./images/misc/l6.png) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.message-top{
    max-width: 480px;
    margin-top: 30px;
    text-align: center;
    color: var(--mta_black);
    padding: 0 20px;
    font-family: "Jost", Helvetica, Arial, sans-serif;
}
.message-top span{
    font-size: 40px;
    color: var(--mta_primary);
    font-weight: 600;
}
.contact-logo{
    width: 250px;
    margin-bottom: 50px;
}
.contact-logo img{
    width: 100%;
}
.contact-btn{
    font-size: 17px;
    border: 0 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    margin-top: 30px !important;
    border-radius: 5px;
    font-family: "Jost", Helvetica, Arial, sans-serif;
}
.contact-btn img{
    margin-left: 20px;
    width: 30px;
    height: 30px;
}
.message-inner{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    border-radius: 20px;
}

.top-section{
    background-color: var(--mta_primary);
    padding: 0 !important;
}
.top-box{
    background-color: var(--bg-dark-1) !important;
    display: flex;
    padding: 20px;
}

.top-box-inner{
    border: solid #947542 2px;
    height: 100%;
    width: 100%;
    display: flex;
    min-height: 400px;
    border-radius: 50px 0;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center !important;
}

.top-box-inner h3{
    color: #fff !important;
}
.top-box-inner img{
    width: 70px !important;
    margin-bottom: 20px;
}

.theme-btn{
    background-color: #947542 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 7px 20px !important;
}



@media only screen and (max-width: 1399px) {
.process-outer{
    padding: 100px 0;
}
}

@media only screen and (max-width: 991px) {
    .spacer-sm-none{
        display: none !important;
    }
    .footer-head{
    text-align: left;
}
}



@media only screen and (max-width: 992px) {
    .col-center img {
    width: 100px !important;
}
}

@media only screen and (max-width: 992px) {

    .about-process-box{
        min-height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .player {
        width: 60px;
        height: 60px;
    }
    .player span {
    border-top: 10px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 35.5%;
    left: 41%;
    }
    .fs-sm-10vw {
            font-size: 7vw !important;
    }
    .fs-sm-40{
        font-size: 30px !important;
    }
    .mb-xsm-0{
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 499px) {
    .Warranty-box{
        flex-direction: column;
    }
    .Warranty-box-ic{
        width: 60px;
        height: 60px;
        border-radius: 100px;
        padding: 13px;
    }
    .contact-inner{
        flex-direction: column;
    }
    .d-flex-center{
    align-items: flex-start;
}

}

@media (max-width: 1130px) and (min-width: 992px){
    .contact-inner{
        flex-direction: column;

    }
     .d-flex-center{
    align-items: flex-start;

    }


}