@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
    url('../fonts/FuturaBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
p{
    font-size:14px;
}
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    position: relative;
    z-index: 2;
}
.hero-text h1 {
    font-size: 3rem;
    font-weight: bold;
}
.hero-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.hero-img img {
    max-width: 600px;
    width: 100%;
}
.navbar-custom {
    background-color: transparent;
}
.btn-outline-light:hover {
    background-color: white;
    color: black;
}
.numbers {
    height: 1em;
    overflow: hidden;
    font-size: 35px;
    text-align: left;
    margin-bottom: 5px;
    color: #818181;
    padding-left: 20px;
}
.content-new:before {
    content: " ";
    height: 30px;
    width: 85%;
    position: absolute;
    top: 28%;
    right: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 24%) 50%, rgb(0 0 0 / 52%) 100%);
    z-index: 999;;
}


@media (max-width: 768px) {
    .scontent-new:before {
        content: " ";
        height: 30px;
        width: 100%;
        position: absolute;
        top: 56.5%;
        right: 0;
        background: linear-gradient(90deg, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 24%) 50%, rgb(0 0 0 / 52%) 100%);
        z-index: 999;;
    }
    #modal-1 .h-bg-title {
        margin-top: -28px !important;
    }
    #modal-6 .h-bg-title {
        margin-top: -20px !important;
    }
    #modal-3 .scontent-new:before {
        top: 58% !important;
    }
    #modal-2 .scontent-new:before {
        top: 64.5% !important;
    }
    #modal-8 .scontent-new:before {
        top: 28.2% !important;
    }
     #modal-1 .scontent-new:before {
        top: 60.5% !important;
    }
    #modal-5 .scontent-new:before {
        top: 61.5% !important;
    }
    #modal-6 .scontent-new:before {
        top: 61.5% !important;
    }
    #modal-7 .scontent-new:before {
        top: 67% !important;
    }
    #modal-8 .scontent-new:before {
        top: 58% !important;
    }
    #modal-7 .sright-content {
        margin-bottom: 26px;
    }
    #modal-7 .h-bg-title {
        margin-top: -12px !important;
    }
    #modal-8 .h-bg-title {
        margin-top: 9px !important;
    }
    .page-title-area .title-content {
        position: relative;
        text-align: center;
        margin-top: 128px;
    }
}
.numbers + h5{
    text-align: left;
    padding-left:20px;
    font-size: 14px;
}
.products .col-md-2{
    padding-left:2px;
    padding-right:0px;
    border-right: 2px solid #ffffff38;
    border-bottom: 2px solid #ffffff38;
    overflow: hidden;
}
.products .col-md-3{
    padding-left:2px;
    padding-right:0px;
    border-right: 2px solid #ffffff38;
    border-bottom: 2px solid #ffffff38;
    overflow: hidden;
    position: relative;
}
.products .col-md-3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 120px;
    background: #383737;
}
.navbar{
    position:fixed;
    width:100%;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    z-index: 99;
}
.nav-link{
    color:#fff;
}
.sticky-m{
    background: linear-gradient(90deg, rgb(16 37 85) 3%, rgb(26 67 149) 38%, rgba(163, 182, 218, 1) 100%);
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    padding-top:7px !important;
    padding-bottom:7px !important;
    z-index: 9999 ;
}
.navbar img{
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.sticky-m img{
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    width:110px !important;

}
ul.text-start.small{
    padding-left:0;
    list-style:none;
}
ul.text-start.small li{
    list-style:none;
    /* margin-bottom:15px;*/
}
.hero-text h1{
    color:#fff;
}
.hero-text p{
    margin-bottom:15px;
    color:#fff;
}
@media(max-width: 768px){
    .hero-text h1{
        font-size:24px;
        line-height:50px;
    }
    .navbar img{
        width:125px !important;
    }
    .hero{
        height:65vh;
    }
    ul.text-start.small{
        padding-left:0;
        min-height:auto;
    }
    .navbar-collapse.show{
        /*   background:#7a7a7a;*/
        background : linear-gradient(90deg, rgb(116 117 116) 3%, rgb(119 119 119) 38%, rgb(147 147 147) 100%) !important;
    }
}
@media (min-width: 1280px) and (max-width: 1680px) {
    .pr {
        height: 248px !important;
        margin-top: 26px !important;
        margin-left: -10.7% !important;
        transition: transform 0.7s ease-in-out;
        display: flex;
    }
    .col-md-3.col-sm-6:hover .pr-img-1 {
        transform: scale(1.3) !important;
        position: relative;
    }
    .bg-op {
        left: -15% !important;
    }

}
img[alt="DMF 300"]{
    transform:scale(1.2);
}
.col-md-3.col-sm-6:hover img[alt="DMF 300"]{
    transform:scale(1.35) !important;
}
.menu-border{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.sticky-m .menu-border{
    border:none !important;
    padding-bottom:0 !important;
}
.sticky-m .ms-5{
    margin-left:5rem !important;
}
.bg-01 {
    background-image: url(../img/bg/hk-bg-3.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0px !important;
    position:relative;
}
.bg-op {
    background: #0645976b;
    height: 92%;
    width: 65%;
    margin: 0;
    left: -7.6%;
    position: absolute;
    z-index: 1;
    top : 0%;
    transform: rotate(90deg);
    opacity: .8;
}
.bg-02 {
    position: relative;
    z-index: 2;
}
.bg-position{
    z-index: 9;
    left: 14.2%;
    width: 22%;
}
@media (min-width: 768px) {
    .bg-position {
        position:relative;
    }
}
@media (max-width: 768px) {
    .modal-po {
        position: absolute;
        top: 15% !important;
        left: 0 !important;
    }
    .modal-body img {
        width: 100%;
        padding: 0px !important;
    }
    .pd-30{
        margin-top : 30px !important;
    }
    .bg-position{
        position: relative;
        z-index: 9 !important;
        left: 0;
        width: 100%;
    }
    .bg-op {
        background: #0645976b;
        height: 100%;
        width: 86%;
        margin: 0;
        left: 7%;
        position: absolute;
        z-index: 1;
        top: 0;
        transform: rotate(360deg);
        opacity: .8;
    }
    .products .col-md-2 {
        padding-left: 2px;
        padding-right: 0px;
        border-right: 2px solid #ffffff38;
        border-bottom: 2px solid #ffffff38;
    }
    .products .col-md-3 {
        padding-left: 2px;
        padding-right: 0px;
        border-right: 2px solid #ffffff38;
        border-bottom: 2px solid #ffffff38;
    }
    .bg-01 {
        background-image: url(../img/bg/hk-bg-3.jpg);
        background-size: cover;
        background-position: center;
        padding: 150px 40px !important;
        position: relative;
    }
}
.pr-img-1 {
    height: 350px;

}
.bg-20{position: relative !important;}
/*  .bg-20:before {
      position: absolute !important;
      width: 100%;
      height: 100% !important;
      background: #000000;
      content: "";
      opacity: .8;
      top: 0;
      right: 0;
  }*/
.col-md-3.col-sm-6:hover  .pr-img-1 {
    transform:scale(1.2) ;
    position: relative;
}

.bg-21 {
    background: #00000017;
}
.d-n {
    display: flex;
}
.d-f {
    display: flex;
}
@media (max-width: 768px) {
    .d-n {
        display: block !important;
    }
    .d-f {
        display: block !important;
    }
    .pr {
        margin-left: -5% !important;
        margin-top: 1.5rem !important;
    }
}
.l-pd-0 {
    display:flex;
    justify-content: center;
    align-items: center;
}
.modal-backdrop.show {
    opacity: .0;
}
.pr {
    transition: transform 0.7s ease-in-out;
    display:flex;
}
.pr-2 {
    cursor:none !important;
}
.pr-3 {
    margin-left: 7.3% !important;
}
.pr-4 {
    margin-left: -9.7% !important;
}
.col-md-3.col-sm-6:hover  .pr-img-2 {
    transform: scale(1) !important;
    position: relative;
}
.col-md-
.modal-body img {width:100%;  padding: 30px;}
.modal{    --bs-modal-bg: #6c6c6cf7 !important;}
.modal-po{position: absolute;top: 19%;left: 29%;box-shadow: 0px -1px 20px 12px #0000006b}
.modal-po-1 {
    position: absolute;
    top: 12%;
    left: 29%;
    box-shadow: 0px -1px 20px 12px #0000006b;
}
.modal-po-2 {
    position: absolute;
    top: 4%;
    left: 29%;
    box-shadow: 0px -1px 20px 12px #0000006b;
}
.modal-header{display:block !important;}
.modal-header .btn-close {    position: absolute; top: 5%;right: 2%; color: #fff;}
.modal-header .modal-title {color:#fff; text-align: center; font-weight: bold ;}
.pd-30 {padding:0 30px;color:#fff}
.btn {
    border-radius:0px  !important;
}
.page-title-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.page-title-area {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    background-position: center center;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}
.page-title-area .title-content {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 6%;
}
.page-title-area .title-content h1 {
    font-size: 40px;
    margin-bottom: 8px;
    color: #f9f9f9;
    font-family: 'Futura Md BT' !important;
}


.page-title-area .title-content ul {
    margin: 0;
    padding: 0;
}
.page-title-area .title-content ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 500;
    position: relative;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-area .title-content ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 10px;
    right: -14px;
    background-color: #000;
}
.page-title-area .title-content ul li a {
    display: inline-block;
    color: #000;
    text-decoration: none ;
}
.page-title-area .title-content ul li:last-child:before {
    display: none ;
}
.about-area {
    background-color: #f9f9f9;
}
.pt-100 {
    padding-top: 50px;
}
.pb-70 {
    padding-bottom: 20px;
}
.about-area .about-img {
    margin-bottom: 30px;
}
.about-area .about-img img {
    width: 100%;
}
.about-img {
    margin-bottom: 0;
}
.about-area .about-content {
    margin-bottom: 30px;
    padding-left: 50px;
}
.about-area .about-content-2 {
    margin-bottom: 30px;
    padding-right: 50px ;
    padding-left: 0 !important;
}
.about-area .about-content .section-title {
    text-align: left;
}
.section-title {
    margin-bottom: 35px;
    text-align: center;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.section-title .sub-title {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #1a4395;
}
.section-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1.3;
}
.about-area .about-content .section-title h2 {
    margin-left: 0;
}
.about-area .about-content .section-title p {
    margin-left: 0;
}
.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .d-b {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .d-n {
        display: none !important; ;
    }
    .d-b {
        display: block !important;
    }
    .about-area .about-content-2 {
        padding-right: 0;
        padding-left: 0 !important;
    }
    .about-area .about-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .m-p70 {
        margin-bottom: 0 !important;
    }
}
.modal-content {
    border-radius : 0px !important;
}
.ralt {
    position: relative;
}
.section-padding {
    padding: 120px 0;
}
.section-title {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}
.justify-content-center {
    justify-content: center !important;
}
.contact-right .form-clt {
    position: relative;
}
.contact-right .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 20px 25px;
    color: #1c2539;
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-right .form-clt .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
}
.contact-right .form-clt .icon i {
    color: #1c2539;
    font-size: 14px;
}
.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #0A3F87;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 50px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 99;
}
.contact-right .form-clt-big textarea {
    padding: 20px 25px 105px;
    width: 100%;
    outline: none;
    color: #1c2539;
    background-color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-right .form-clt input:hover {
    background-color: #1c2539;
    color: #fff !important;
}
.theme-btn:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.theme-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #red;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}
.contact-right .form-clt-big textarea:hover {
    background-color: #1c2539;
    color: #fff;
}
.c-section-title {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}
.c-section-title span {
    color: #0A3F87;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}

.info-right {
    margin-left: 40px;
}
.c-section-title-content {
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    margin-top: -6px;
}
.c-section-title-content span {
    color: #0A3F87;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.info-right .contact-list {
    margin-top: 50px;
}
.info-right .contact-list .icon-item:not(:last-child) {
    margin-bottom: 30px;
}
.info-right .contact-list .icon-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0A3F87;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.info-right .contact-list .icon-item .content h4 {
    text-transform: initial;
}
.info-right .contact-list .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
p, p.about-p + ul li {
    margin: 0px;
    color: #5d666f;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
p.about-p + ul li {
    font-size:14px;
}
.mg-30 {
    margin-top : 30px !important;
}
.wid-150 {
    width:150px !important;
}
@media (max-width: 768px) {
    .wid-150 {
        width:195px !important;
    }
    .modal-po-1,.modal-po-2 {
        top: 0 !important;
        left : 0 !important;
    }
}
.d-h3 {
    text-align: center;
    font-size: 30px;
}
.document-f {
    margin-top : 50px ;
    text-align : center ;
    border-bottom: 1px solid #000;
}
.document-f:last-child {
    border-bottom: none ;
}
.document-icon .icon {
    font-size :50px ;
}
.document-type , .document-text , .document-download {
    margin-top: 30px;
}
.document-download {
    color : #1a4395  !important;
    font-size: 24px ;
}
.document-icon {
    color : #1a4395 !important;
}
.mb-50 {
    margin-bottom:50px ;
    margin-top:50px ;
}
.footer-area {
    background-position: center;
    background-size: cover;
    position: relative ;
}

.text-muted {
    color : #1a1a18 !important;
    text-align: left ;
}
.content.text-center{
    border: 1px solid #dcdcdc;
    min-height:184px !important;
    padding: 30px;
}
.content.text-center h4{
    font-size:16px !important;
    margin-bottom:0 !important;
}
.content.text-center h4 a{
    color:#212529;
}
li .mech-drop{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    right: -22px;
    top: -3px;
    opacity:0;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
li:hover .mech-drop{
    opacity:1;
}
li .mech-drop a{
    padding:0 !important;
}

.f-1 {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    margin-top: 8px;
    margin-left: 5px;
    width: 17px;

}
.f-2 {
    align-items: center;
    justify-content: center;
    display: flex;
}
.p-r-1 {
    padding: 0px 99px;
}
.m-g-5 {
    margin-top:5px;
}
/*
.footer-bot:after {
    content: "";
    background: #c0c0c0;
    height: 1px;
    width: 100px;
    bottom: 7.7%;
    position: absolute;
    z-index: 999;
    right: 41%;
}

.footer-bot:before {
    content: "";
    background: #c0c0c0;
    height: 1px;
    width: 100px;
    bottom: 7.7%;
    position: absolute;
    z-index: 999;
    right: 54.1%;
}
*/
.right-content {
    min-height: 317px;
}
@media (min-width: 768px) {
    #modal-2 .content-new {
        padding:30px 27px !important
    }
    #modal-1 .content-new {
        padding:30px 0px !important;
    }
    #modal-7 .content-new {
        padding:30px 0px !important;
    }
    #modal-6 .content-new {
        padding:30px 0px !important;
    }
    #modal-5 .content-new {
        padding:30px 0px !important;
    }
    #modal-4 .content-new {
        padding:30px 0px !important;
    }
}
.modal.show .modal-dialog {
    filter: drop-shadow(10px 9px 28px #454545);
}
.r-1 {
    content: "";
    position: absolute;
    top: 0%;
    right: 75%;
    width: 1px;
    height: 100%;
    background: linear-gradient(rgb(237 237 237) 3%, rgb(77 77 77) 38%, rgb(244 244 244) 100%);
    opacity: 0.3;
}
.r-2 {
    content: "";
    position: absolute;
    top: 0%;
    right: 25%;
    width: 1px;
    height: 100%;
    background: linear-gradient(rgb(237 237 237) 3%, rgb(77 77 77) 38%, rgb(244 244 244) 100%);
    opacity: 0.3;
}
@media (max-width: 768px) {
    .r-1 {
        display: none !important;
    }
    .r-2 {
        display: none !important;
    }
    .fe-1 {
        border-bottom: 1px solid #77777738;
    }
    /*.footer-bot:before {
        content: "";
        background: #c0c0c0;
        height: 1px;
        width: 100px;
        bottom: 3.7% !important;
        position: absolute;
        z-index: 999;
        right: 65.1% !important;
    }
    .footer-bot:after {
        content: "";
        background: #c0c0c0;
        height: 1px;
        width: 100px;
        bottom: 3.7% !important;
        position: absolute;
        z-index: 999;
        right: 12% !important;
    }*/
    .p-r-1 {
        padding: 0px 0 !important;
    }
}
.footer-icon-1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    margin-right : 20px ;
}
.font-s-14 {
    font-size : 11px ;
}
.align-items-center {
    align-items: center;
}
.text-align-left {
    text-align: left ;
}
.line-height-1-3 {
    line-height: 1.3;
}
#modal-1 .left-img .product-img {
    margin-top: -76px !important;
    margin-left: 57px !important;
}
#modal-1  .content-new:before {
    width: 80% !important;
}
#modal-2 .left-img{
    margin-left: 28px !important;
}
#modal-1 .right-content {
    min-height: 243px !important;
}
#modal-2 .left-img .product-img {
    margin-top: -50px !important;
}
#modal-2 .h-bg-title {
    margin-top: 24px;
}
#modal-5 .h-bg-title {
    margin-top: 27px !important;
}
#modal-2 .right-content {
    min-height: 250px !important;
}
#modal-4 .left-img .product-img {
    margin-top: -86px !important;
    margin-left: 32px !important;
}

#model-4 .content-new:before {
    width: 52% !important;
}
#modal-4 .content-new h3 {
    margin-top : 60px !important;
}
#modal-3 .content-new h3 {
    margin-top : 59px !important;
}
#modal-3 .content-new:before {
    top: 29.8% !important;
}
#modal-5 .content-new:before {
    top: 28.6%;
}
#modal-6 .content-new:before {
    top: 29% !important;
}
#modal-3 .content-new .left-img {
    margin-right : 20px !important;
}
#modal-1 .content-new h3 {
    margin-top : -5px !important;
}
#modal-3 .content-new:after {
    top: 160px !important;
}
#modal-1 .content-new:after {
    top: 140px !important;
}
#modal-2 .content-new:after {
    top: 155px !important;
}
#modal-3 .left-img .product-img {
    margin-top: -38px !important;
}
#modal-6 .content-new h3 {
    margin-top : 33px !important;
}
#modal-6 .content-new:after {
    top: 158px !important;
}

#modal-5 .left-img .product-img {
    margin-left: 25px !important;
    margin-top: -67px !important;
}

#modal-2 .content-new:before {
    top: 29% !important;
    width: 60% !important;
}
#modal-1 .h-bg-title {
    margin-top: 26px !important;
}
#modal-1 .h-bg-title {
    margin-top: 26px !important;
}
#modal-7 .h-bg-title {
    margin-top: 19px ;
}
#modal-8 .h-bg-title {
    margin-top: 47px ;
}
#modal-5 .right-content {
    min-height: 253px;
}
#modal-6 .left-img .product-img {
    margin-top: -49px !important;
}
#modal-6 .left-img {
    margin-right: 45px !important;
    margin-left: 38px !important;
}

#modal-6 .right-content {
    min-height: 266px;
}
#modal-7 .left-img .product-img {
    margin-top: -80px !important;
    margin-left: 55px !important;
}
#modal-7 .right-content {
    min-height: 233px !important;
}
#modal-7 .content-new:before {
    width:81% !important;
}
#modal-8 .right-content {
    min-height: 333px !important;
}

@media (max-width: 768px) {

    .footer-area {
        padding-top: 32px !important;
    }
    .fe-1 .f-2 img{
        padding-bottom: 32px;

    }
    .navbar{
        position:fixed;
        width:100%;
        transition:all 0.3s ease-in-out;
        -webkit-transition:all 0.3s ease-in-out;
        z-index: 999;
        padding : 10px ;
    }
    .menu-border {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .hero-text h1 {
        font-size: 23px !important;
        line-height: 35px;
    }
    .hero {
        background-position: bottom  !important;
        padding-left: 5.4% !important;
    }
    .mg-0 {
        margin : 0px !important;
    }
    .display-none {
        display: none !important;
    }
    .pd-0 {
        padding: 0px !important;
    }
    .navbar-collapse {
        flex-basis: 67%;
        flex-grow: 0 !important;
        align-items: center;
    }
    .mxw-37 {
        max-width:100% !important;
    }
    .jc-sb {
        justify-content: space-between;
    }
    .text-left-1 {
        text-align: left;
        padding-left: 0px !important;
        min-height: auto !important;
    }
    .pb-70 {
        padding-bottom: 0px !important;
    }
    .list-unstyled {
        margin-bottom: 1.5rem !important;
    }
    .page-title-area .title-content h1 {
        font-size: 40px; !important;
    }
    .page-title-area {
        height: 200px !important;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .maps-button a {
        padding: 6px 3px !important;
    }
    .maps-title h4 {
        font-size : 18px !important;
    }
}
@media (min-width: 769px) {
    .d-f--1 {
        display:flex !important;
    }
    .dp-0 {
        display: none;
    }
}
.mxw-37 {
    max-width:37% ;
}
.text-left-1 {
    text-align: left;
    padding-left: 50px;
    min-height: 250px;
}
.jc-df {
    display:flex;
    justify-content: end;
}
@media (max-width: 768px) {
    .sss-1 {
        display:none !important;
    }
    .sss-2 {
        display:block !important;
    }
}
@media (min-width: 769px) {
    .sss-2 {
        display:none !important;
    }
}
.scontent-new {
    background: url(../img/modal-dikey-bg-3.png);
    display: block ;
    align-items: center;
    background-position: bottom !important;
    background-size: cover;
    padding: 30px;
    position: relative;
}
.sproduct-img {
    width: 100% !important;
    margin-top : -50px !important;
}
/*
.scontent-new h3:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 51.6%;
}*/
.scontent-new .sright-content ul {margin: 0px !important;}
.scontent-new .sright-content ul li { color : #fff; list-style: none ;text-align: left; font-size: 15px;}
.scontent-new .sright-content h3 { color : #fff; text-align: center}

#modal-8 .sproduct-img {
    width: 56% !important;
    margin-top: -50px !important;
    margin-left: 59px;
}
@media (max-width: 768px ) {
    .menu-m {
        display: none ;
    }
    .active-menu{
        display: block;
        width: 100%;
        position: absolute;
        left: 0%;
        top: 82%;
    }
    .pd-0 {
        padding : 0px !important;
    }
    .ms-5 {
        margin : 0px !important;
    }
    li.nav-item {
        padding: 0px 24px;
    }
    .social-op {
        padding: 0px 24px;
        font-size: 20px;
        justify-content: space-between;
        border-top: 1px solid #fff;
        display: flex;
    }
    .social-op a {
        padding: 4px;
        color: #fff;
        font-size: 18px;
    }
    .mb-off {
        display:none;
    }
    .mb-on {
        display:block;
        justify-content: start;
        align-items: baseline;
        color: #fff ;
    }
    .mb-0 {
        margin-right: 5px;
    }
    .mb-1 {
        margin-left: 5px;
    }
}
@media (min-width: 768px) {
    .mb-on {
        display:none !important ;
    }
}
.close  {
    display:none
}
.h-bg-title {
    position: relative;
    z-index: 9999;
}
.ul-2-t {
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding: 0px 15px 0px 0px;
}
.mg-25 {
    margin-top: 25px !important;
}
@media (max-width: 768px) {
    .pdl-10  {
        padding-left: 10px !important;
    }
}


