@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --lightgray1: #edf2f4;
}
*{
    font-family: "Montserrat", serif;
}
.hero{
    margin: 0 auto;
    max-width: 1700px;
    min-width: 240px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    align-self: flex-start;
    flex-direction: column;
}
.navbar{
    width: 100%;
    margin: auto;
    box-shadow: none;
}
#navbar-content li{
    font-weight: bold;
}
.border-1{
    border: solid 1px black;
}

.nav-link{
    margin: auto 10px !important;
}
.carousel{
    margin: 0 auto;
    width: 100%;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-prev, .owl-next {
    background: rgba(0, 0, 0, 0) !important; /* Semi-transparent background */
    color: darkslategray !important;
    font-size: 40px !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    padding: 10px !important;
    font-weight: bold !important;
}
.owl-prev:hover, .owl-next:hover{
    color: #b02a2a !important;
}

.owl-prev {
    left: -50px; /* Move left */
    transform: translate(30px, -15px);
}

.owl-next {
    right: -50px; /* Move right */
    transform: translate(0px, -15px);
}

.owl-prev:hover, .owl-next:hover {
    background: black; /* Darker hover effect */
}
@media(max-width: 450px){
    .owl-stage-outer{
        overflow-x: scroll !important;
    }
}

.montnormal{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}
.montmedium{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: medium;
}
.montbold{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: bold;
}
.dropdown-menu{
    border-radius: 7px;
    border: none;
}
/* .carousel-inner{
    height: 800px;
} */
.carousel-inner .carousel-item{
    height: 700px !important;
    margin-top: 100px !important;
}
@media (max-width: 500px){
    .carousel-inner .carousel-item{
        height: 400px;
    }
}
@media (max-width: 500px){
    .carousel-inner .carousel-caption{
        height: 400px;
    }
}
.heroCarouselImg{
    height: 100%;
    /* min-height: 100vh; */
    /* max-height: 100vh; */
    object-fit: cover;
}
.wntbtn {
    padding: 15px 20px;
    background-color: #b02a2a;
    /* border: none; */
    border-radius: 0;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    color: white;
    min-width: 200px;
    max-width: 200px;
    border: solid 2px darkslategray;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease-in-out;
    z-index: 1;
    margin: auto;
    display: block;
}
a{
    text-decoration: none;
}
.wntbtn:hover{
    color: #f6f1f1;
    text-shadow: 0 0 10px black;
    transition: .5s;

    
}

.wntbtn::before,
.wntbtn::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #edf2f4;
    text-shadow: 0 0 5px black;
    box-shadow: inset 0px 0px 60px rgba(0, 0, 0, 0.6);
    transition: all .5s ease-in-out;
    z-index: -1;
}
.bg-warning::before,
.bg-warning::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
    /* text-shadow: 0 0 0px white; */
    box-shadow: inset 0px 0px 60px rgba(0, 100, 250, 0.8);
    transition: all .5s ease-in-out;
    z-index: -1;
}
.bg-warning{
    text-shadow: 0 0 2px black;
    border: solid 2px orange;
}
.wntbtn::before {
    left: -100%;
}

.wntbtn::after {
    right: -100%;
}

.wntbtn:hover::before {
    left: 0;
}

.wntbtn:hover::after {
    right: 0;
}

.bg-warning:hover{
    /* background: white !important; */
    color: darkblue !important;
    text-shadow: none !important;
}
.colordarkred{
    color: #b02a2a !important;
    font-weight: bold;
}
.bg-darkred{
    background-color: #b02a2a !important;
    color: white;
}
.copyright{
    margin: 0 10px;
}
.gray{
    background-color: rgba(0, 0, 0, 0.6);
}
.card{
    background-color: var(--lightgray1);
    border: none;
}
/* .primarycolor{
    
} */
.ftco-section {
    padding: 7em 0;
    position: relative;
    width: 100%; }

.media-body {
    border-radius: 4px;
    background: linear-gradient(to bottom ,rgba(255, 50, 40, 0.4), rgba(0, 0, 80, 0.4), rgba(155, 255, 250, 0.4), rgba(155, 255, 250, 0.1) );
    padding: 10px;
    min-height: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.services {
    overflow-y: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.services .media-body h3 {
        font-size: 18px;
        font-weight: 500; }
.services.services-1 {
    width: 100%;
    background: #b02a2a;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0; }
    .services.services-1:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .5;
        z-index: -1; }
    .services.services-1 .icon {
        width: auto;
        height: 60px;
        border-radius: 4px;
        margin-left: -35px;
        margin-top: 260px;
        margin-bottom: 10px;
        color: midnightblue;
        font-size: 20px;
        clip-path: polygon(40px 0px, calc(100% - 0px) 0px, 100% 20px, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0px 100%);
        background: linear-gradient(to left ,rgba(255, 120, 180, 0.5), rgba(0, 0, 80, 0.4), rgba(255, 155, 100, 0.6));
        position: relative; 
        direction: rtl
        
    }
        .services.services-1 .icon span {
        color: #fff;
        font-size: 50px; }
        .services.services-1 .icon:after {
        position: absolute;
        top: -5px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #c7390d transparent; }
    .services.services-1 .media-body {
        color: rgba(255, 255, 255, 0.8); }
        .services.services-1 .media-body h3 {
        color: #fff; }
    .services.color-1:after {
    background: #13d3b7b0; }
    .services.color-2:after {
    background: rgba(4, 95, 152, 0.7); }
    .services.color-3:after {
    background: #1089ff94; }
    .services.color-4:after {
    background: #d159ff8f; }
    @media (min-width: 992px) {
        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%;
            max-height: 400px !important;
        }
    }
    @media (max-width: 1400px) {
        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%;
            min-height: 600px !important;
            max-height: none !important;
        }
        .visioncore{
            transform: scale(1, .7);
        }
        .icon {
            width: 210px;
            font-size: 25px !important;
            clip-path: polygon(0px 0px, calc(100% - 0px) 0px, 100% 20px, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0px 100%) !important;
            overflow-wrap: break-word;
        }
        .ftco-section{
            padding: 0em;
        }
    }
    @media (max-width: 1000px){
        .caredoc, .caretext{
            width: 100%;
            min-height: 400px !important;
        }
        .caredoc{
            margin-bottom: 20px;
        }
        .col-sm-3{
            width: 50%;
        }
        .visionclass{
            min-height: 0 !important;
            width: 100% !important;
        }
    }
    @media(max-width: 800px){
        .ftco-section{
            padding: 7em 0;
        }
        .visionclass{
            min-height: 0 !important;
            width: 100%;
            transform: none !important;
        }
    }
    @media (max-width: 700px) {
        .col-lg-6 {
            flex: 0 0 auto;
            /* width: 50%; */
            min-height: 400px !important;
            max-height: none !important;
        }
        .visioncore{
            transform: scale(1, 1);
        }
        .col-lg-6{
            width: 100%;
        }
        .icon {
            width: 210px;
            font-size: 25px !important;
            clip-path: polygon(40px 0px, calc(100% - 0px) 0px, 100% 20px, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0px 100%) !important;
            overflow-wrap: break-word;
        }
        .col-sm-3{
            width: 100%;
            margin: 20px auto;
        }
        .caredoc, .caretext{
            width: 100%;
            min-height: 100% !important;
        }
        .container .p-sign{
            padding: 1rem 0 !important;
        }
    }
.bglineara{
    background: linear-gradient(to bottom, rgba(255,100,0, .1), rgba(255,200,255, .1), transparent);
    border-radius: 0px;
}
.bglinearb{
    background: linear-gradient(to bottom,  rgba(55,0,255, .1), rgba(255,200,255, .1), transparent);
    border-radius: 0px;
}
.vicon{
    color: white;
}
.communicate{
    width: 320px
}
.communicate, .contactus{
    display: none;
}
.showloc{
    display: block;
}
@media(max-width: 600px){
    .location, .communicate{
        width: auto
    }
    .contactnav, .careernav, .productnav{
        padding: 1.25rem 0 !important;
        padding-bottom: 0 !important;
    }
    .careernav h3, .careernav p, .careernav h3{
        margin-top: 0 !important;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        /* width: 50%; */
        min-height: 0px !important;
        max-height: none !important;
    }
    .product1h3{
        display: none;
    }
    .productnav h3{
        margin-top: 1.25rem !important;
    }
    .productnav p{
        margin-top: 1.5rem !important;
    }
    .dropcontent .d-flex{
        /*flex-direction: column !important;*/
    }
}
.fsl{
    font-size: 60px;
}
.dropcontent{
    display: none;
    position: absolute;
    /*max-height: 0;*/
    /* overflow-y: hidden; */
    transition: 1s;
}
.dropdown{
    display: none;
    position: absolute;
    box-shadow: 0 0 4px 0px grey;
    /*max-height: 0;*/
    /*overflow-y: hidden;*/
     /*display: none; */
    transition: .5s ease-in-out;
}
.dropdown .drop{
    margin: 0 auto !important;
    font-size: medium;
    padding: 5px 10px;
    width: 250px;
    color: darkslategrey;
}
.dropbr{
    transform: translateY(0px);
    display: block;
    padding: 0px;
}
.dropdn{
    display: none;
    position: absolute;
    transform: translate(220px, -20px);
    z-index: 1000;
    width: 150px;
    /* border-radius: 4px; */
    box-shadow: 0 0 2px .1px grey;
  }
  .dropdn p{
    font-size: small;
    color: darkslategray;
    font-weight: bold;
    background-color: white;
    margin: 0 auto;
    padding: 2px 15px;
  }
  .drops:hover .dropdn{
    display: block;
  }
  .drops p:hover{
    color: #b02a2a;
  }
  .dpn{
      display: none;
      position: absolute;
      background: white;
      border: solid 1px lightgrey;
      transform: translate(200px, -20px);
  }
  .drop2:hover .dpn{
      display: block;
  }
  
@media(max-width: 1200px){
    .dropbr{
        visibility: collapse;
        padding-top: 8px;
    }
}
@media (max-width: 992px){
    .navbar{
        padding: 0 !important;
    }
    .container{
        padding: 0;
        min-width: 100%;
        overflow: hidden;
    }
    .navbar-brand{
        padding: 20px 30px !important;
        padding-right: 0px !important;
    }
    .navbar-toggler{
        margin: 0 20px;
    }
    .navbar-collapse{
        
        background: #414040;
        padding: 20px 40px;
        padding-left: 40px;
    }
    .nav-link{
        color: white;
        border-bottom: dotted 2px grey;
        padding: 20px 0;
        margin: auto !important;
    }
    .nav-link:hover{
        color: cornflowerblue;
    }
    .dropcontent{
        position: relative;
        background-color: #414040;
    }
    .dropdown{
        box-shadow: none !important;
        background-color: #414040 !important;
        transform: translateX(-20px);
        flex-direction: column;
    }
    .drop{
        margin: unset !important;
        color: white !important;
        font-size: 15px !important;
        font-weight: lighter !important;
        padding: 20px 0;
    }
    .drop:hover{
        color: #c7390d !important;
    }
    a[href="contact_us.html"]{
        border-radius: 1px !important;
        transform: translateY(10px) !important;
        margin: 10px 0;
    }
    .dropbr{
        transform: translateY(0px);
        display: block;
        padding: 0px;
    }
}
a[href="contact_us.html"]{
    /* transform: translateY(0) !important; */
    border-radius: 2px !important;
}
.drop:hover{
    color: #b02a2a;;
}
.drophead:hover .dropcontent{
     display: block; 
    /*max-height: 400px;*/
    /* border: solid 1px grey; */

}
.drophead:hover .dropdown{
    box-shadow: 0 0 2px .1px grey;
    max-height: 400px;
    display: block;
    transition: 1s max-height ease-in-out;
}
/* Center the heading */
.textcenter {
    text-align: center;
    margin-bottom: 20px;
}

/* Ensure logos are properly aligned */
.owl-carousel .item img {
    width: 100px;  /* Adjust as needed */
    height: auto;
    display: block;
    margin: auto;
}

/* Space around carousel */
#clients-carousel {
    padding: 20px;
}
.item {
    max-width: 240px;
    min-height: 120px;
    /* max-height: 200px; */
    /* border: solid 1px #b02a2a; */
    box-shadow: 0 0 4px lightskyblue;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 4px;
}
.item img{
    width: 100%;
    height: 100%;
    min-width: 150px;
    min-height: 120px;
    transition: 1s;
    cursor: pointer;
}
.item:hover img{
    transform: scale(1.1);
}
@media (max-width: 700px){
    .item{
        /* min-width: 250px; */
    }
    .bg-products{
        transform: scale(1);
    }
}
.imgbox{
    width: 280px;
    height: 150px;
    margin: auto;
    border: solid 1px #b02a2a;
    padding: 0;
    border-radius: 4px;
    transition: .5s;
  }
  .imgbox img{
    width: 100%;
    height: 100%;
  }
  .imgbox:hover{
    box-shadow: 5px 5px 10px .1px gray;
    cursor: pointer;
  }
.product-section {
    transition: transform 0.3s ease-in-out;
    width: 800px !important;
  }