/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Header carousel ***/
@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%;
        object-fit: cover;
    }
}

.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;
    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);
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/***==============Module Popups================***/

/*Blur background Starts*/

div#blur.active{
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
}

/*Blur background Ends*/

/*Common CSS for Popups Start*/

.popup1, .popup2, .popup3, .popup4, .popup5{
    width: 80%;
    background: #ffffff;
    position: absolute;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    padding: 0 30px 30px;
    color: #000000;
    z-index: 7;
    transition: transform 0.4s, top 0.4s;
    visibility: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .popup1 h2, .popup2 h2, .popup3 h2, .popup4 h2, .popup5 h2{
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
  }

  .popup1 p, .popup2 p, .popup3 p, .popup4 p, .popup5 p{
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    font-size: 14px;
  }

  .popup1 button, .popup2 button, .popup3 button, .popup4 button, .popup5 button{
    width: 60%;
    margin-top: 10px;
    padding: 10px 0;
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
  }

  .openPopup{
    visibility: visible;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-height: 90vh;
  }
  #scrollbox {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

  /*Common CSS for Popups Ends*/

  .popimages{
    background-image: url("../img/imgBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 95%;
    
  }
  .popup1 img, .popup2 img, .popup3 img, .popup4 img, .popup5 img{
    height: 60%;
    width: 100%;
    margin: 0;
  }

/*Popups Career Clusters Start*/

.popups .popup-main-heading{
    border: 3px solid rgb(104, 103, 103);
    margin: 3px 0 0px 0;
    background-color: rgb(104, 103, 103);
}

.popup-main-heading{
    border: 3px solid rgb(104, 103, 103);
    margin: 3px 0 0px 0;
    background-color: rgb(104, 103, 103);
}

.popups .popup-main-heading h2{
    margin: 7px 0 7px 0;
    color: black;
}

.popup-main-heading h2{
    margin: 7px 0 7px 0;
    color: black;
}

.popups .content{
    border: 3px solid rgb(104, 103, 103);
    margin-top: 10px;
}

.content{
    border: 3px solid rgb(104, 103, 103);
    margin-top: 10px;
}

.popups .content .heading{
    background-color: rgb(104, 103, 103);
}

.content .heading{
    background-color: rgb(104, 103, 103);
}

.popups .content .heading h2{
    color: white;
    font-size: 25px;
    margin-top: 0;
}

.content .heading h2{
    color: white;
    font-size: 25px;
    margin-top: 0;
}

.popups .content .info{
background-color: rgb(255, 255, 255);
}

.content .info{
background-color: rgb(255, 255, 255);
}

.popups .content .info p{
    border: none;
}

.content .info p{
    border: none;
}

.content .myPadding{
    padding: 10px 10px 10px 20px;
    margin: 5px;
}

/*Popup Career Clusters Ends*/

/*Popup Career Module Structure Starts*/
.pointerss li{
    cursor: pointer;
}

.popups .popup-main-heading1{
    border: 3px solid rgb(10, 10, 10);
    margin: 3px 0 0px 0;
    background-color: rgba(255, 255, 255, 0.842);
    margin-top: 15px;
}

.popups .popup-main-heading1 h2{
    margin: 7px 0 7px 0;
    color: black;
}

.popups .popup-main-heading1 h5{
    color: black;
    font-weight: bolder;
}

.popups .content1{
    border: 3px solid rgb(0, 0, 0);
    margin-top: 10px;
    overflow: auto;
   
}
.content2 {
    height: auto;
    overflow: auto;
}
.popups .content1 .heading1{
    background-color: rgba(255, 255, 255, 0.87);
}
.popups .content1 .heading1 h2{
    color: rgb(0, 0, 0);
    font-size: 25px;
    margin-top: 0px;
    font-weight: bolder;
}

.popups .content1 .info1{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.popups .content1 .info1 p, ul{
    border: none;   
    margin: 0;
}

.content1 .myPadding1{
    padding: 10px 15px 5px 10px;
    margin: 0px 5px 0px 5px;
}

/*Popup Career Module Structure Starts*/

/***=======================Module Popups Ends======================***/

/***===========================Service=============================***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
    width: 100%;
    height: 100%;
}

.category button{
    border: none;
}

.category button:hover img,
.course-item:hover img {
    transform: scale(1.1);
    
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.hideCard{
    visibility: hidden;
}
.companies {
    overflow: auto;
    
}
