/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/********** Template CSS **********/
body{
    background-color: #0d0c07;
    color: #FFF;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 32px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    height: 550px !important;
    margin: 0 auto !important;
}
@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}


.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.mb-4.dfas {
    font-size: 58px !important;
  }
  .bgsc{
    background: #282828;
  }
  .service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background: #cd9933;
    border: 0px;
    transition: .5s;
    border-radius: 50%;

  }
.spanmini{
    font-size: 11px;
}
.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
  }

    .text-secondary.text-uppercase {
        
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        line-height: 1.2;
        color: #515151;
    }

    .bg-light {
        background-color: transparent !important;
    }

    .text-primary {
        color: #fff !important;
    }

    .bg-white {
        background-color: #606060 !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #1e2125 !important;
    }

    .bg-primary {
        background-color: #cd9933 !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 56px;
        padding: 25px 0;
        color: #8b8c8e  !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        outline: none;
    }

    h1 img {
        margin-top: 5px;
    }

    .text-secondary {
        color: #cd9933 !important;
    }

    .bg-white {
        background-color: #fff !important;
        border: 3px solid #fff !important;
    }

    .top-bar {
        height: 100px !important;
        padding: 0 4rem;
    }

    .mb-3 {
        color: #fff;
    }

    .bg-dark {
        background-color: #333333 !important;
    }

    h1.mb-4 {
        color: white;
    }

    .dfas {
        color: #fff !important;
    }

    .btn-primary {
        color: #fff;
        background-color: #cd9933 !important;
        border-color: #000000 !important;
    }

    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        top: 3px;
        min-width: 100%;
        min-height: 100%;
        z-index: -11111111;
    }

    .bgproduct {
        background: #fff;
    }
    hr {
        margin: 0px !important;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: .25;
      }
      .mb-3 {
        color: #fff;
        max-height: 50px !important;
        font-size: 18px !important;
      }
      h1 img{
        width: 242px !important;
      }

      .p-5 {
        padding: 8rem !important;
      }
      .text-secondary.text-uppercase {
        font-size: 36px;
    
      }

      .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: #eee !important ;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0px;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
      }
      .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        color: white !important;
      }
      .fcopy{
        font-size: 14px;
      }
      h1.mb-4 {
        color: #cd9933;
      }
      .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2.25rem .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: #eee !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: 0px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }
      select {
        word-wrap: normal;
      }
      .btn-primary{
        background-color: #cd9933 !important;
        border: 0px ;
        color: #000000 !important;
      }
      .fact {
        background: linear-gradient(rgb(0 0 0 / 54%), rgba(0, 0, 0, .9)), url(../img/bg.jpg) center center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        background-size: cover;
    }
      .video .btn-play span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #606060 !important;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
      }
      .homeicon img{
        width: 250px;
        height: 250px;
      }
    
      .h1style{
        color: white;
        
      }
      .careersparagraph{
        color: #222;
      
      }
      .careersh1{
        color: #cd9933;
        text-transform: capitalize;
      }

      .aboutparagraph{
        color: #222;
        padding: 0px 25px 0px 0px;
        text-align: justify;
        line-height: 1.9;
        font-size: 14px;
      }

      .abouth1{
        color: #cd9933;
        padding: 0px 25px 0px 0px ;
        text-transform: capitalize;
      }

      .abouth2{
        color: #222;
        padding: 18px 25px 0px 25px ;
        text-transform: capitalize;
        font-size: 20px;
        text-align: center;
      }

      .valuesp{
        font-size: 14px;
        color: #222;
        padding: 0px 25px 0px 25px;
        text-align: justify;
      }
      .imgabou{
        display: block;
        margin: 0 auto;
        width: 75px;
      }

      hr{
        width: 100px;
        color: #282828;
      }

      .bgcertificate{
        background: white;
        padding: 45px 0px 45px 0px;
        text-align: left;
      }
      #accordionExample{
        padding: 25px;
      }
      
      #myVideo{
        margin-top: 80px;
      }

      .h5v{
        text-align: center;
        margin-top: 8px;
      }

      .homeicon img{
        display: block;
        margin: 0 auto;
      }
      .bgproduct{
        padding: 45px;
      }
      .homeicon img{
        border: 1px solid #ccc;
      }
      .h6p{
        margin-bottom: 45px;
      }

      .homeicon img:hover{
        border: 2px solid #cd9933;
      }

      .cimg{
        border: 1px solid #ccc;
      }

      .h5vs{
        text-align: center;
        display: block;
        margin-top: 5px;
      }

      .video {
        position: relative;
        padding: 15% !important;
        background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../homebg.jpg) center center no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .video .btn-play {
        position: relative;
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        border: none;
        outline: none;
        padding: 0px !important;
        margin-bottom: 0px !important;
    }
    .h1stylea{
        color: white;
       text-align: center;
    }

    .imgp{
       
        border: 2px solid #cd9933;
        width: 100% !important;
    }
    .bgse{
        background: #faf9f9;
        padding: 45px 35px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: transparent !important;
        background-clip: padding-box;
        border: 2px solid #ced4da !important;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .form-select {
        display: block;
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: transparent !important;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 2px solid #ced4da !important;
        border-radius: 0px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }
    .btn {
        font-weight: 600;
        transition: .5s;
        color: #222;
    }
    .bgproductlist{
        background: white;
        padding: 25px 0px;
    }

    .bgtab {
        padding: 0px;
    }

   .mnn {
        margin-left: -12px;
    }

    button.accordion-button.collapsed {
        border: 1px solid #ccc;
        margin-bottom: 0px;
    }

    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        color: #222222;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }

    .tab-content img{
        display: block;
       
        padding: 50px;
        width: 150px;
        margin: 0 auto;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #222222;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    }

    .accordion-button:not(.collapsed) {
        color: #1b5699;
        background-color: #222222;
        box-shadow: none;
        color: white;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color:transparent !important;
        outline: 0;
        box-shadow: 0 0 0 0.10rem #cd9933;
    }

    .accordion-body {
        border: 1px solid #ccc;
        margin-bottom: 8px;
    }
    div#v-pills-tab {
        border: 1px solid #ccc;
    }

    .btns{
        background: #cd9933;
    }
    .btns2{
        border: 2px solid #ccc;
    }

    .imgproduct {
        display: block;
        margin: 0 auto;
        padding: 20px;
       
    }


    .btnfiledownload {
        background: #cd9933;
    }

    .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: 0px;
        text-align: left !important;
        border-right: 1px solid #ccc;
        margin-bottom: 8px !important;
    }

    .ppro {
        color: #222222;
    }

    div#v-pills-tabContent {
        width: 100%;
    }

    .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: 0px;
        text-align: left !important;

    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #222222;
    }

    .h1style {
        color: white;
        text-align: center;
    }
    div#accordionFlushExample {
        width: 100%;
    }

    .btnfiledownload {
        background: #cd9933 !important;
    }

    .accordion-body img{
        display: block;
    padding: 50px;
    width: 150px;
    margin: 0 auto !important;
    }
    .imghr{
        width: 100%;
        border: 2px solid #cd9933;
    }



    .card img {
       display: block; 
       float: none;
         border:none !important; 
         padding: 0px !important;
        width: 100%;
        max-height: 200px;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        border: 2px solid #cd9933 !important;
    }

    .cimg {
        border: 2px solid #ccc;
        display: block;
        margin: 0 auto;
    }


  .ggo{
    
        color: white;
        margin-left: -7px !important; 
   
  }

  .kjkllh{
  
        color: white;
        margin-left: -13px;
    
  }

  .dddde{
   text-align: center !important;
  }

  div#v-pills-tab {
    margin-left: -9px;
}


@media only screen and (max-width: 768px) {
    .text-white {
        color: #fff !important;
        text-align: center;
      }
      .spanmini {
        font-size: 11px;
        text-align: center;
        display: block;
      }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: block !important;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #6C7176;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0px;
      }
      *, ::before, ::after {
        box-sizing: border-box;
      }
    /* For mobile phones: */
    #myVideo {
        margin-top: 0px !important;
      }
      #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        top: -252px;
        width: 100% !important;
        min-height: 100%;
        z-index: -11111111;
      }
      .disnone{
        display: none !important;
      }
      #product{
        margin-top: 186px;
      }
      .text-center {
        text-align: left !important;
      }
      .imgp {
        margin-top: 25px;
        border: 2px solid #cd9933;
        width: 100%;
      }
      .aboutparagraph {
        color: #222;
        padding: 0px;
        text-align: justify;
        line-height: 1.9;
        font-size: 14px;
      }
      .valuesp {
        font-size: 14px;
        color: #222;
        padding: 0px;
      }
      .abouth2 {
        color: #222;
        padding: 0px;
        text-transform: capitalize;
        font-size: 20px;
      }
      .imgabou {
        margin: 0 auto !important;
        width: 75px;
      }
      .btns {
        background: #cd9933;
        width: 100%;
      }
      .btns2 {
        border: 2px solid #ccc;
        width: 100%;
        margin-bottom: 30px;
      }
      .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: 0px;
        text-align: left !important;
        font-size: 10px;
      }
      .accordion-button{
        font-size: 10px;
      }
      .ppro {
        color: #222222;
        font-size: 10px;
      }
      .btnfiledownload {
        background: #cd9933 !important;
        width: 100%;
        font-size: 10px;
        margin-bottom: 8px;
      }
      .container.d-flex.align-items-start.bgtab {
        padding: 15px;
      }
      .mnn {
        margin-left: 0px;
        text-align: center;
      }
      .card {
        width: 100% !important;
      }
      .accordion-body {
        padding: 0px;
      }
  }

  .colborder{
    border: 1px solid #ccc;
  }
  a {
    color: #8b8c8e;
    text-decoration: none;
}
a:hover {1
    color: #1e2125;color
    text-decoration: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #8b8c8e ;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: 600;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {

    .abouth1 {
        color: #cd9933;
        padding: 0px 25px 0px 0px;
        text-transform: capitalize;
        margin-top: 100px;
    }
   .cs{
    margin-top: 40px !important;
   }
    .careersh1 {
        color: #cd9933;
        text-transform: capitalize;
        margin-top: 100px;
      }

    .navbar-light .navbar-nav .nav-link {
       
        padding: 25px 0;
        color: #8b8c8e !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        outline: none;
        text-align: center;
    }
    .card{
        width: 100% !important;
    }
    .card {
    
        height:480px !important;
        
     
    }
    .aboutparagraph {
        color: #222;
        padding: 0px 25px 0px 0px;
        text-align: justify;
        line-height: 1.9;
        font-size: 19px;
      }


      .valuesp {
        font-size: 18px;
        color: #222;
        padding: 0px 25px 0px 25px;
        text-align: justify;
      }
      .navbar-light .navbar-nav .nav-link {
        padding: 25px 0;
        color: #8b8c8e !important;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        outline: none;
        text-align: center;
      }
      .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #8b8c8e;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-weight: 600;
        font-size: 18px !important;
      }

      .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: transparent !important;
        background-clip: padding-box;
        border: 2px solid #ced4da !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: 75px !important;
      }

      .form-select {
        display: block;
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6C7176;
        background-color: transparent !important;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 2px solid #ced4da !important;
        border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 75px !important;
      }
      .btn.btn-primary.w-100.py-3 {
        height: 75px !important;
      }
      
}


.col-lg-6.col-md-6 {
    border-right: 1px solid #4c4c4c;
}


  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100% !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right:auto;
  }
  .nav-item.dropdown {
    margin-right: auto;
  }

  .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%200000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }
  .btn {
   
    padding: 15px;
  }

  .btn:hover {
    color: #8C8D8F;
    
    border: 1px solid #ccc;
    padding: 15px;
  }
.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
  color: #8C8D8F;
}
  .imgproduct {
    display: block;
    margin: 0 auto;
      margin-right: auto;
    margin-right: auto;
    padding: 20px;
    width: 70%;
  }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0px;
    text-align: left !important;
    font-weight: bold;
  }
  .accordion-header {
    margin-bottom: 15px;
  }
  .accordion-item{
    border: 0px !important;
  }
  .ppro {
    color: #222222;
    text-align: justify;
  }
  .bgspp {
    background: #fdfdfd;
  }
  .footer .btn.btn-link{
    border: 0 !important;
  }

  .rounded-0 {
    border-radius: 0 !important;
    padding: 25px !important;
}