@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
a{
    text-decoration: none;
    cursor: pointer;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(162 135 88);
}

header .contact button{
    border-radius: 5px;
    background: #335255;
    border: 0;
    width: 136px;
    height: 45px;
    white-space: nowrap;
}
header{
    border-bottom: 1px solid #ECECEC;
    background: #FFF;
}
header button a{
    color: #fff;
    text-decoration: none;
}
.asla-hospital img{
    border-radius: 15px;
}
.nav-link {
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-weight: 400;
}

.mybanner video {
    min-height: 100vh !important;
    min-width: 100%;
    object-fit: cover;
}

.mybanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.location-sec{
    display: flex;
}
.location-sec, .button-sec {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #33525533;
    padding: 10px 0;
}
.product_trading_sec h2{
    color: #335255;
    font-size: 27px;
    margin-bottom: 22px;
}
.product_trading_sec {
    margin-top: 50px;
}
.button-sec{
    border: 0;
}
.career-description {
    margin-top: 20px;
    position: relative;
    min-height: 255px;
}
.career-description h6 {
    color: #868686;
    font-size: 17px;
    font-weight: 500;
}
.career-description p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
.career-card {
    background: #F2F2F2;
    padding: 17px;
    border-radius: 12px;
    height: 100%;
}
.apply-button button a{
    color: #fff;
    text-decoration: none;
}
.apply-button button:hover a{
    color: #A48858;
}
.view-button button a{
    color: #A48858;
    text-decoration: none;
}
.view-button button:hover a{
    color: #fff;
}
.contact-address-box span {
    font-size: 13px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
    text-align: left;
}
.contact-address-box li {
    font-size: 15px;
    line-height: 25px;
}
h5#exampleModalLabel p {
    font-size: 16px;
    color: #444444;
}
#exampleModals h5#exampleModalLabel h4, #exampleModalForm   h5#exampleModalLabel h4{
    font-size: 33px;
    margin-bottom: 15px;
    color: #335255;
    font-weight: 400;
}

#exampleModals .modal-title {
    width: 60%;
}
#exampleModals .modal-content, #exampleModalForm .modal-content{
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}
#exampleModals .modal-body, #exampleModalForm .modal-body {
    padding: 20px 20px;
    font-size: 15px;
    line-height: 25px;
    color: #444444;
}
#exampleModals .modal-body h5, #exampleModals .modal-body h6 {
    font-size: 16px;
    font-weight: 500;
}
#exampleModals .modal-footer, #exampleModalForm .modal-footer{
    justify-content: start;
    border: 0;
}
#exampleModals .modal-footer button, #exampleModalForm .modal-footer button{
    background: #A48858;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    border: 2px solid #A48858;
}
#exampleModals .modal-footer button a, #exampleModalForm .modal-footer button a{
    color: #fff;
}
.modal-location {
    display: flex;
    font-size: 17px;
    color: #444444;
    margin-bottom: 10px;
}
.modal-location img {
    margin-right: 5px;
}
#exampleModals .modal-body h6 {
    color: #868686;
    margin-bottom: 20px;
}
.location-line{
    color: #33525533;
    margin: 0 15px;
}
#exampleModals .modal-header{
    border-bottom: 1px solid #33525533;
}
#exampleModalForm .modal-body label{
    width: 100%;
    color: #335255;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 10px;
}
#exampleModalForm .modal-body input, #exampleModalForm .modal-body select, #exampleModalForm .modal-body textarea{
    width: 100%;
    border: 1px solid #335255;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 45px;
}
#exampleModalForm .modal-body textarea{
    height: 150px;
}
#exampleModalForm .modal-body input::placeholder{
    color: #33525599;
    font-size: 13px;
}
#exampleModals button.btn-close, #exampleModalForm  button.btn-close{
    width: 25px;
    height: 25px;
    border-radius: 50px;
}
input[type="checkbox"] {
    margin-bottom: 0 !important;
    margin-right: 2px;
    /* margin-left: 0 !important; */
    height: auto !important;
}
.choose-file-button{
    position: relative;
}

input[type=file] button{
    float: right;
}

.select-wrapper {
    position: relative;
  }
  select{
    appearance: none;
  }
  .select-wrapper::after {
    content: "▼";
    font-size: 1rem;
    top: 23%;
    right: 4%;
    position: absolute;
    color: #969BA0;
  }

[type=file] + label {
    background: #335255;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 7px 10px;
    position: absolute;
    transition: all 0.3s;
    vertical-align: middle;
    right: 8px;
    top: 5%;
    width: fit-content !important;

  }
  .choose-file-button p {
    margin: 0;
}
  [type=file] + label.btn-1 {
    background-color: #086AD8;
    box-shadow: none;
    transition: none;
  }

  ::-webkit-file-upload-button {
    display: none;
 }
#exampleModals .location-sec{
    border: 0;
    font-size: 15px;
}
.view-button button{
    background: transparent;
    border: 2px solid #A48858;
    padding: 10px 15px;
    border-radius: 10px;
   
    font-size: 14px;
}
.view-button button:hover{
    background: #A48858;
    color: #fff;
    transition: .5s;
}
.apply-button button{
    background: #A48858;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    border: 2px solid #A48858;
}
.apply-button button:hover{
    background: transparent;
    border: 2px solid #A48858;
    transition: .5s;
    color: #A48858;
}
.para-gradient {
    position: absolute;
    background: linear-gradient(5deg, #F2F2F2, #c8adad00);
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 80%;
    left: 0;
}
.mybanner .swiper-slide{
    height: 100vh;
}
.mybrand .swiper-slide{
   text-align: center;
}
.mybrand .swiper-slide img {
    width: 70%;
}
.overlay {
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.nav-item .active::before {
    content: '';
    border-radius: 20px 20px 0px 0px;
    background: #A48858;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -31px;
    left: 0;
}
.dropdown::before{
    display: none !important;
}
li.nav-item {
    margin-right: 35px;
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.modal-header{
    border-bottom: 0;
}
#exampleModal .modal-content{
    background: #000;
}
.modal-body{
    padding: 20px 50px;
}
.nav-list ul{
    padding: 0;
    margin-top: 120px;
}
.btn-group button {
    padding: 0;
    border: 0;
}
.btn-group button:focus{
    outline: 0;
    border: 0;
}
.nav-list li, .btn-group button{
    list-style: none;
    line-height: 55px;
    color: #fff;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
ul.dropdown-menu.show {
    border-radius: 10px;
    background: #1A1A1A;
    left: 30px !important;
    left: 0px !important;
    top: 105%;

}
ul.dropdown-menu li{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px;
    width: 345px;
}
.contact-details {
    width: 400px;
    border-radius: 10px;
    background: #1A1A1A;
    padding: 20px;
    line-height: 25px;
    float: right;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.location{
    display: flex;
    align-items: baseline;
}
.contact-details div {
    margin-bottom: 12px;
}
.contact-details img {
    margin-right: 10px;
}
.copyRight p{
    color: #5B5B5B;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
button.btn-close {
    filter: invert(1);
    background-color: #929292 !important;
    padding: 10px 15px;
    border-radius: 2px;
}
.dropend{
    align-items: center;
}
.dropend .dropdown-toggle::after{
    content: "+";
    border: 0 !important;
}
.dropend .dropdown-toggle .show::after{
    content: "x";
}
.swiper-pagination-bullet-active{
    width: 50px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 3px !important;
    display: inline-block;
    border-radius: 0;
    background: #fff !important;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 68px !important;
}
.swiper-button-next, .swiper-button-prev{
    top: inherit !important;
    bottom:0 !important;
}
.swiper-button-next {
    right: 0 !important;
    left: inherit !important;
}
.swiper-button-prev{
    left: inherit !important;
    right: 37px !important;
}
.marquee-sec {
    background: #A48858;
    padding: 10px 0;
}
.marquee-sec p{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.marquee-sec img{
    margin: 0 15px;
}


.swiper-slide{
    position: relative;
}
.banner-content{
    position: absolute;
    top:40%;
    left: 10%;
    color: #fff;
    width: 56%;
}
.banner-content h1 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 65px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}
.banner-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.banner-content button {
    border-radius: 5px;
    background: #A48858;
    border: 0;
    color: #fff;
    width: 136px;
    height: 45px;
    margin-top: 35px;
}
.sec-title h6{
    color: #A48858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 20px;
}
.who-we-are-sec button{
    border-radius: 5px;
    background: #A48858;
    color: #fff;
    padding: 10px 27px;
    border: 0;
}
.section-p{
    margin-top: 80px;
}
.para-sec{
    border-left: 1px solid #335255;
    padding-left: 45px;
}
.who-we-are-sec h2{
    margin-right: 20px;
    color: #335255;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.couter-sec{
    background: url('../images/banners/who-we-are.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
}
.couter-sec img{
    width: 100%;
}
.couter-sec{
    position: relative;
    margin-top: 40px;
}
.counter-s{
    position: absolute;
    background: #fff;
    right: 4%;
    top: 5%;
    width: 50%;
    border-radius: 10px;
    backdrop-filter: blur(22px);
    padding: 30px 10px;

}
.counter-s li {
    display: inline-block;
    width: 49%;
    padding: 0 30px;

}
.counter-s li h3{
    color: #335255;
    font-size: 78.867px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.counter-s li p{
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.counter-s li:first-child {
    border-right: 1px solid #335255;
    border-bottom: 1px solid #335255;
}

.counter-s li:nth-child(2) {
    border-bottom: 1px solid #335255;
}
.counter-s li:nth-child(3) {
    border-right: 1px solid #335255;
}
.sec-main-title h3{
    color: #335255;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sec-main-title p{
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;

}
.view-all button{
    border-radius: 5px;
    border: 1px solid #A48858;
    background: transparent;
    color: #A48858;
    width: 125px;
}
.service-box img{
    width: 100%;

}
.service-box h5{
    color: #335255;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.service-box P{
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px; 
    text-align: left;
}
.service-box a{
    color: #A48858 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline !important;
}
.service-text{
    border-radius: 0px 0px 10.935px 10.935px;
    border-right: 1.093px solid #EDEDED;
    border-bottom: 1.093px solid #EDEDED;
    border-left: 1.093px solid #EDEDED;
    background: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    transition: .5s;
}
.why-choose, .join-our-team, footer{
    background: #335255;
    padding: 30px 0;
}
.why-choose h3, .why-choose p{
    color: #fff;
}
.why-choose-card h5{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}
.why-choose-card p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;
    text-align: left;
}
.why-choose-card {
    margin-bottom: 45px;
}
.mybrand{
    margin-top: 30px;
}


.Mysector .swiper-slide {
    position: relative;
    width: 150px !important;
    height: 500px;
    overflow: hidden;
    transition: 1s;
    user-select: none;
  }
  
  .Mysector .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  
  .Mysector .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    object-position: left;
  }
  
  .Mysector .swiper-slide p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;
  }
  .Mysector .swiper-slide h5{
    opacity: 1;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .Mysector .swiper-slide-active {
    position: relative;
    width: 450px !important;
    transition: 1s;
    object-position: left;
  }
  
  .Mysector .swiper-slide-active::after {
    background: rgba(123, 123, 123, 0.4);
  }
  
  .Mysector .swiper-slide-active img {
    transform: scale(1.3);
    object-position: left;
  }
  
  .Mysector .swiper-slide-active p {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  .testimonial-sec{
    background: url('../images/banners/testimonial.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 133px;
    text-align: center;
  }
  .testi-content{
    width: 60%;
    margin: auto;
    color: #fff;
  }
  .testi-content h6{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .testi-content h5{
    color: #EBE6DE;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .testi-content p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  .testi-para{
    margin-top: 30px;
  }
  .product-card{
    position: relative;
    border-radius: 11.48px;
    border: 1.148px solid #F2F2F2;
    background: #fff;
    height: 310px;
    margin-bottom: 45px;
    padding: 25px;
  }
  .bag{
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product_trading_sec h6 {
        margin-bottom: 50px;
        text-align: center;
    }
  .product-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-card h6{
    color: #335255;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px;
    text-align: center;
  }
  .join-our-team h1{
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .myequipment .swiper-wrapper .swiper-slide img{
    max-width: 100% !important;
    object-fit: cover;
}
.myequipment .swiper-wrapper .swiper-slide:nth-child(even) img{
    height: 300px;
    object-fit: cover;
}
.myequipment .swiper-wrapper .swiper-slide:nth-child(odd) img{
   height: 400px;
    object-fit: cover;
}

  .join-our-team p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; 
  }
  .join-our-team button{
        border-radius: 5px;
        border: 1px solid #FFF;
        background: transparent;
        text-align: center;
  }
  .join-our-team{
    text-align: center;
  }
  .join-our-team button a{
    color: #fff;
  }

  .contact-form-sec{
    border-top: 1px solid rgba(51, 82, 85, 0.20);
    background: #FBFCFC;
    padding-top: 50px;
  }

  .contact-form-sec form label, .contact-form-sec form input,  .contact-form-sec form textarea{
    width: 100%;
  }

  .contact-form-sec form label{
    color: #335255;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }

  .contact-form-sec form input, .contact-form-sec form textarea{
    border-radius: 5px;
    border: 1px solid rgba(51, 82, 85, 0.35);
    background: #FFF;
    height: 55px;
    padding: 15px;
    margin-bottom: 20px;
    height: 45px;
  }
  .contact-form-sec form textarea{
    height: 155px;
  }
  .checkbox{
    display: flex;
    align-items: center;
  }
  .checkbox p{
    margin: 0;
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-left: 5px;
  }
  .contact-form-sec form input[type="checkbox"]{
    margin: 0;
  }
  .contact-form-sec button{
    border-radius: 5px;
    background: #A48858;
    padding: 16px 27px;
  }
  .contact-form-sec button a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .input:checked {
    background-color: #335255;
  }
  .social-link ul{
    padding: 0;
    display: flex;
  }
  .social-link li{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    list-style: none;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
  }
  .social-link h5{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-bottom: 15px;
  }
  .social-link li:hover{
    background: #A48858;
    border: 0;
  }
 
  .footer-sec {
    /* padding: 1rem; */
    color: white;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(#717677, rgba(0, 0, 0, 0)) 1 85%;
    border-left: 0;
}
.quick-link h6{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    border-bottom: 1px solid #fff;
    width: fit-content;
}
.quick-link {
    padding: 0 93px;
}
.quick-link ul {
    padding: 0;
    margin-top: 30px;
}
.quick-link li a{
    color: rgba(255, 255, 255, 0.80);
}
.quick-link li {
    list-style: none;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 45px;
}
.support{
    padding: 0 63px;
}
.contact-address{
    padding: 0;
    padding-left: 35px;
}
.contact-address li{
    line-height: 30px;
}
.contact-address img{
    margin-right: 5px;
}
.contact-address li{
    margin-bottom: 10px;
}
.contact-form-sec iframe{
    width: 100%;
}

.service-text:hover {
    background: #335255;
    color: #fff !important;
}
.service-text:hover p, .service-text:hover h5{
    color: #fff !important;
}
.why-choose-card:hover img{
    transition: .5s;
    transform: rotateY(150deg);
    filter: brightness(5);
}
.whatsApp {
    position: fixed;
    top: 350px;
    right: -80px;
    transform: rotate(270deg);
    border-radius: 20px 20px 0px 0;
    background: rgba(6, 6, 6, 0.20);
    padding: 10px 25px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    z-index: 3;

}
.whatsApp img{
    margin-right: 10px;
}

.red{
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: red;
    top: 0;
    left: 15%;
}
.breadcrumbs ul{
    padding: 0;
    display: flex;
}
.breadcrumbs li{
    list-style: none;
    color: #A48858;;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
}
.breadcrumbs .disable a{
    color: #939393 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dropdown-toggle:after{
    position: absolute;
    right: -11px;
    top: 17px;
}
.about-cnt h1{
    color: #335255;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-cnt p{
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.about-cnt button{
    border-radius: 5px;
    background: #A48858;
    padding: 10px 27px;
    border: 0;
    margin-top: 15px;
}
.about-cnt button a{
    color: #fff;
}
.counters-about {
    
    border-radius: 9.364px;
    background: #335255;
    padding: 20px 45px;
}
.counters-about ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.counters-about li {
    list-style: none;
}

.counters-about li h3{
    color: #FFF;
    font-size:90px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.counters-about li p{
    color: #FFF;
    font-size: 14.982px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.201px;
}
.border-sec{
    background: linear-gradient(78deg, transparent, #bab2b2, transparent);
    width: 1px;
    height: 163px;
}
.mission-sec h3{
    color: #335255;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mission{
    border-radius: 9px;
    background: #FCFCFC;
    padding: 0 30px;
}
.mission p{
    color: #335255;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.33px; 
}
.about-text-sec h2{
    color: #335255;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #335255;
}
.about-text-sec p{
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding: 0 20px;
}

.about-why-choose h5{
    color: #335255;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-why-choose p{
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;
}
.about-why-choose {
    margin-bottom: 50px;
}
.about-why-choose img {
    margin-bottom: 15px;
}
header ul.dropdown-menu.show{
    background: #fff;
}
section.service-heading h1 {
    color: #335255;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.service-heading p {
    color: #444;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 35px;
}
.equipment-cnt h1{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.equipment-cnt p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.equipment-cnt{
    text-align: center;
    padding: 50px 115px;
}
.equipment-cnt button a {
    color: #fff;
}
.checkbox label {
    margin-left: 10px;
}
.equipment-cnt button {
    border-radius: 5px;
    background: #A48858;
    border: 0;
    padding: 10px 27px;
}
.diamond-sec img{
    margin-right: 10px;
   
}.diamond-sec{
    color: #335255;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.work-sec h3{
    color: #335255;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.product-heading h1{
    color: #335255;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-heading p{
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.product-main  h6{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #335255;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.group-cnt-sec img{
    width: 14%;
    height: 90px;
    object-fit: contain;
}
.group-cnt-sec h6{
    color: #335255;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.33px;
}
.group-cnt-sec p{
    color: #335255;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.33px;
    text-align: justify;
}
.group-cnt-sec {
    margin-right: 40px;
}
.group{
    margin-bottom: 70px;
}
.contact-page-form label{
    width: 100%;
    color: #335255;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
}
.contact-page-form input, .contact-page-form textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(51, 82, 85, 0.35);
    background: transparent;
    padding: 10px 15px;
    height: 45px;
}
.contact-page-form textarea{
    height: 155px;
}
.contact-address-box{
    border-radius: 9px;
    background: #335255;
    position: relative;
    padding: 60px 45px;
    height: fit-content;
}
.whatsApp a {
    color: #ffffff;
}
.contact-bg{
    position: absolute;
    top: 0;
    right: 0;
}
.contact-bg img {
    width: 100%;
}
.contact-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.contact-address-box h6{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
}
.contact-page-address li{
    display: flex;
    align-items: baseline;
}
.contact-address-box ul{
    padding: 0;
    margin-top: 25px;
}
.contact-address-box  li{
    list-style: none;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16.897px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 18px;
}
.contact-address-box li img {
    margin-right: 15px;
}
.contact-page-submit button{
    border-radius: 5px;
    background: #A48858;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    padding: 10px 20px;
    margin-top: 20px;
}
.contact-page-submit button a{
    color: #FFF;
}
.contact-page-iframe iframe {
    width: 100%;
    height: 400px;
}
.iti__flag {
    display: none !important;
}

.iti{
    width: 100%;
}
.testimonial-text{
    position: relative;
}
.testi-content .testimonial-text::before {
    content: '';
    background: url('../images/icons/testi-highlight.svg');
    width: 20%;
    position: absolute;
    top: -75px;
    left: -85px;
    height: 65px;
    background-repeat: no-repeat;
}
.testi-content .testimonial-text::after {
    content: '';
    background: url('../images/icons/testi-hightlight-right.svg');
    width: 20%;
    position: absolute;
    bottom: -57px;
    right: -162px;
    height: 65px;
    background-repeat: no-repeat;
}
.testi-content img {
    width: 70px;
    height: 70px;
    border-radius: 53px;
}
.group-box-sec{
    border-radius: 9px;
    background: #FCFCFC;
    padding: 20px;
    height: 100%;
}
.group-box-sec div{
    margin-bottom: 15px;
}
.group-box-sec h6{
    color: #335255;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.33px;
    min-height: 49px;
    margin-top: 15px;
}
.career-description h4 {
    font-size: 18px;
}
.career-card h3 {
    font-size: 19px;
    font-weight: 600;
}
.group-box-sec p{
    color: #335255;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.33px;
}
.group-box-sec img{
    width: 31%;
    height: 90px;
    object-fit: contain;
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}
.mybanner .swiper-button-next, .mybanner .swiper-button-prev {
    margin-right: 70px;
    margin-bottom: 35px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0 6px 6px 0;
}
.mybanner .swiper-button-prev{
    margin-right: 93px;
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #b3b0b0;
}

.swipersector .swiper-slide:not(.swiper-slide.swiper-slide-active) .c-card__figure:hover::after {
    inset: 0;
  }
  .swipersector .swiper-slide-active {
    position: relative;
    width: 40% !important;
  }
  .swipersector .swiper-slide-active p{
    display: block !important;
  }
  .swipersector .swiper-slide-active .c-card__header, .swiper-slide-active .c-card__footer {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
 
  .swipersector .swiper-slide p{
    display: none;
  }
  .swipersector .swiper-slide h5{
    margin-bottom: 20px;
  }

  .swipersector .swiper-slide .c-card {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
 .swipersector  .swiper-slide .c-card__header, .swiper-slide .c-card__footer {
    position: absolute;
    opacity: 0;
    transition: 0.5s ease;
  }
  .swipersector .swiper-slide .c-card__header {
    top: calc(50% - calc(250px / 1.5));
  }
  .swipersector .swiper-slide .c-card__header h2 {
    letter-spacing: 1.1px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .swipersector .swiper-slide .c-card__figure {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    transition: 0.5s;
  }
  .swipersector .swiper-slide .c-card__figure::after {
    content: "";
    mix-blend-mode: multiply;
    z-index: 1;
    transition: 0.5s ease-in-out;
  }
  .swipersector .swiper-slide .c-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }
  .swipersector .swiper-slide .c-card__footer {
    bottom: calc(50% - calc(250px / 1.2));
    max-width: 50%;
    transition: opacity 0.5s ease;
  }
  .swipersector .swiper-slide .c-card__footer p {
    font-weight: regular;
    font-size: 24px;
    line-height: 1.6;
  }
  .sector-cntnt {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 20px;
}
.copy-right-sec p {
    color: #ADBABB;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    border-top: 1px solid #7a7575;
    padding-top: 23px;
    margin: 0;
}

.copyRight {
    margin-top: 20px;
}
.top-toggle {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 5;
}
.mission-box-sec{
    margin-bottom: 3rem;
}
.social-link {
    margin-top: 35px;
}

button.back-to-top{
    overflow: hidden;
    color: transparent;
      clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
      bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
  }
  button.back-to-top:hover,
  button.back-to-top:active,
  button.back-to-top:focus {
    outline: 0 !important;
    background: transparent !important;
  }
  
  button.back-to-top.show::after,
  button.back-to-top.show::before{
    visibility: visible;
  }
  button.back-to-top::after {
        position: relative;
    top:-24px;
  }
  button.back-to-top.show {
    display: block;
    background: transparent;
    right: 50px;
      bottom: 75px;
    visibility: visible;
  }
  .career-description ol ul {
    min-height: auto;
}
.career-description ul, .career-description ol {
    min-height: 165px;
}
.group-head{
    margin-bottom: 20px;
}
#more {display: none;}
#more-sec {display: none;}
#more-trd {display: none;}
#more-frth {display: none;}
#more-fifth {display: none;}
#more-six {display: none;}
#more-seven {display: none;}
#more-eight {display: none;}

.service-list ul{
    padding: 15px;
    margin-top: 15px;
    padding-top: 0;
}
.service-list li {
    list-style: square;
    font-size: 17px;
    line-height: 30px;
}
.service-inner-bg{
    margin-bottom: 50px;
}
.term-condition{
    margin-top: 50px;
}
.term-condition li {
    list-style: auto;
}
.term-condition h3 {
    margin-bottom: 20px;
}
.term-condition li ul {
    padding: 0;
    margin-bottom: 20px;
}

.term-condition li li {
    list-style: none;
}
.nav-link:hover .dropdown-menu{
    display: block !important;
}


  
  .dropdown-content {
    display: none;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    margin-top: 31px;

  }
  .iti__selected-flag, .iti input[type=tel]{
    height: 45px !important;
  }
  .checkbox a, .checkboxdiv a {
    color: #335255;
    text-decoration: underline;
}
.checkboxdiv {
    display: flex;
    align-items: flex-start;
}

.dropend .dropdown-toggle{
    display: block;
}
.dropdown-item:focus{
    background-color: #335255;
    color: #fff;
}
.caree-content p {
    font-weight: 300;
}
.diamond-list {
    display: flex;
}
.contact-form-sec form label, #exampleModalForm .modal-body label, .contact-page-form label {
    -webkit-margin-start: 10px;
    margin-left: 20px; /* Fallback for other browsers */
}
p.career-not {
    font-size: 45px;
    text-align: center;
    margin: 50px 0;
    color: #335255;
    font-weight: 500;
}
.quick-link h6 {
    -webkit-white-space: nowrap;
    white-space: nowrap;
}
.base-header .dropdown-toggle:after {
    top: 0;
    right: -20px;
}
.gulf-dairy .logo{
    width: 25%;
    height: auto;
    margin-bottom: 15px;
}
.gulf-dairy .logo img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}