.navbar{
    background-color: #a5c9ca !important;
    /* height: 80px; */
}
.dropdown-menu{
    /* margin-top: 20px; */
    background-color: #a5c9ca !important;
    /* display: inline-block; */
    /* width: 300px; */
    text-align: center;
    

}

.dropdown:hover .dropdown-menu{
    display: block;
}
/* Navbar */
.nav-item a{
    position: relative;
    text-decoration: none !important;
    /* font-family: 'Poppins',sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #395b64  !important;
    font-weight: bolder !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 10px;
}
.nav-item a:after{
    content: "";
    position: absolute;
    background-color: #2c3333;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    
    /* margin: 10px; */
   
}


.nav-item a:hover:after{
    width: 100%;
}


.portal-btn{
    font-weight: bolder;
    color: #2c3333;
    border: 2px solid #395b64;  
    background-color: #e7f6f2
}
.portal-btn:hover{
    border: 2px solid #a5c9ca ;
    background-color: #2c3333 !important;
    color: #e7f6f2;
    
}
/* Section 1 */
video {
    margin-top: 78px;
    width: 100%;
    object-fit: cover;
    
}

.slider-con h2 span {
    color: #395b64 !important;
    /* background-color: #f1c400; */

} 
/* .myCarousel{
    height: 100px !important;
} */
.slider1 {
    max-height: 100vh;
}


/* Section 2  */
.section2{
    margin-top: 50px;
    margin-bottom: 100px;
}
.tp-name{
    font-weight: bolder;
}
.tp-name span{
    padding-right: 10px;
}
.tp-name-num{
    border-right: 3px solid #f1c400;
    
}

 h1{
    color: #395b64;
    font-weight: bolder;
}
 cite{
    /* display: block; */
    margin: 20px 0 0;
    /* font-style: normal; */
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0057b8;
    position: relative;
    font-weight: 700;
    padding-left: 15px;

}
 cite::before{
    content: "";
    width: 10px;
    height: 1.5px;
    background: #f1c400;
    /* margin-right: 50px; */
    
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7.5px;
}


.octagon {
    
    
/* 
    margin: auto;
    height: 100%;
    width: 100%; */
    /* border: 2px solid red; */
    /* -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
    		/* clip-path: url(#hex-mask); */
            /* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
             */ 	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
   
             /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
height: 100%;
            }



/* SEction 3 */

.section3-col1-img{
    height: 650px;
    /* width: 100%; */
    /* padding: 0p; */
    border-radius: 20px;
    /* object-fit: cover; */
    box-shadow: 2px 2px 20px gray;
}
.section3 .row .d-flex{
   
    justify-content: center;
}

.section3-col2-img{
    /* width: 100%; */
    /* padding: 0px; */
    height: 400px;
    /* object-fit: cover; */
    border-radius: 20px;
    box-shadow: 2px 2px 20px gray;
}

.section3{
    margin-top: 50px;
}
.section3-col2-text{
   
    margin-left: 40px;
    margin-top: 20px;
}
.section3-col2-text h2{
    color: #395b64 !important;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Section 4 */
.section4-col2{
    /* padding: 40px; */
    border-left: 2px solid  #f1c400;
    /* border-radius: 80px; */
}


.section4-part2{
    margin-top: 100px;
}

.section4-part2 .row{
    justify-content: center;
}
.section4-part2 .row .col-md-2{
    text-align: center;
    padding: 10px;
    background-color: #a5c9ca;
    margin: 10px;
    font-size: 2em;
    border-radius: 10px;
    font-weight: bolder;
    box-shadow: 2px 2px 10px gray;
   
}
.section4-part2 .row .col-md-2:hover{
   
    background-color: #395b64;
    color: white;
}



@media only screen and (max-width: 1200px) {
    .col-sm-12{
        width: 100%;
    }  
  }
  @media only screen and (max-width: 768px) {
 
    .col-sm-12{
        width: 100%;
    }  
  }

  /* section 5 */
  .section5-col1 img{
    height: 400px;
    

  }



  /* Section 6 owl carousel */

  * { box-sizing: border-box; }


  
  .carousel {
    background: #EEE;
  }
  
  .carousel-cell {
    color: black;
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background-color:#395b64;
    border-radius: 5px;
    counter-increment: carousel-cell;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  
  .carousel-cell.is-selected {
    background-color: #a5c9ca;
  }
  .carousel-cell i{
    font-size: 1.5em;
    margin: 10px;
        
  }
  .carousel-cell div{
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .carousel-cell:hover{
    background-color: #2c3333;
    color: white;
    transform: scale(1.5);

    
    
  }

  .carousel-cell div h1{
    font-size: 3em;
  }
  
  @media only screen and (max-width: 768px) {
    .carousel-cell div h1{
        font-size: 1.5em;
      }
      .carousel-cell i{
        font-size: 1em;     
      }
      .carousel-cell {
       
        width: 40%;
        height: 170px;
        margin-right: 10px;
        background-color:#395b64;
        border-radius: 5px;
        counter-increment: carousel-cell;
        /* display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; */
        /* transform: scale(1);
        transition: 0.3s ease-in-out; */
      }
  }

  /* Section 7 */


  .slider{
    position: relative;
    height: 250px;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .slider  .slider-track{
    display: flex;
    width: calc(250*6);
    animation: scroll 40s linear infinite;
   
  }
  .slider  .slider-track:hover{
     animation-play-state: paused;
     transform: scale(1.5);
  }
  .slider-track .slide{
    width: 250px;
    height: 200px;
    align-items: center;
    display: flex;
    overflow: hidden;
    perspective: 100px;
    cursor: pointer;
    margin: 10px;
    	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

  }
  .slider-track .slide img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .slider-track .slide img:hover{
    transform: scale(1.5);
  }

    

 .slider-wrapper::before, .slider-wrapper::after{
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;

 } 
 .slider-wrapper::before{
    left: 0;
    top: 0;

 }
 .slider-wrapper::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
 }

 @keyframes scroll {
	0% { transform: translateX(0);}
	100% { transform: translateX(calc(-250px * 3))}
}

.section7{
    margin-top: 100px;
}


/* Section 8 */

.section8{
    margin-top: 100px;
    background-color: #a5c9ca;

}
.section8 a{
    text-decoration: none;
    color: black;
}