
@font-face {
    font-family: 'Kanit-ExtraLight';
    src: url('../fonts/Kanit-ExtraLight.ttf') format('truetype');
   
}
@font-face {
    font-family: 'Kanit-Light';
    src: url('../fonts/Kanit-Light.ttf') format('truetype');
   
}
@font-face {
    font-family: 'Kanit-Medium';
    src: url('../fonts/Kanit-Medium.ttf') format('truetype');
   
}
@font-face {
    font-family: 'Kanit-black';
    src: url('../fonts/Kanit-Black.ttf') format('truetype');
   
}

.single_registration_button{
    margin-top: 2vw;
    width: 14.5vw;
    margin-left: 1vw;
    height: 4.3vw;
    background-color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-family: 'Kanit-Light';
    font-weight: 600;
    border-radius: 1vw;
    color: #068C53;
    text-transform: uppercase;
}
.img-fluid{
    width: 100vw !important;
    height: fit-content !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}
.services-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.courses-types:hover{
color: #e6f3ed;
    
    background-color: #068C53;
}
.courses-types.active {
    color: #e6f3ed;
    background-color: #068C53;
}
.services-item p{
    width: 13vw !important;
}
#largeImageContainer {
    position: relative;
    max-width: 61vw;
    margin: auto;
}

#largeImage {
    width: 100%;
    height: auto;
    max-height: 38vw;
    object-fit: contain;
}

#prevBtn, #nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.blog-content {
   
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 80%; */
    /* background: rgba(255, 255, 255, 0.8); */
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
        text-align: center;
    

}
.blog-content>div:nth-child(1){
    width: 26vw;
}
.under-text-courses{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-right: 0.4vw;
}
.under-text-courses p:nth-child(1) {
    font-size: 0.5vw;
    margin-top: 1.2vw;
    /* line-height: 0.1vw; */
    font-family: 'Kanit-Light';
}
.under-text-courses p {
    width: fit-content;
    color: #fff;
    text-align: left;
    font-size: 0.7vw;
    margin-left: 0.5vw;
    /* margin-right: 1vw; */
    line-height: 1px;
    margin-top: -0.2vw;
    font-family: 'Kanit-Medium';
    white-space: nowrap;
    
}

.under-text-courses div{
    width: fit-content;
}
.under-text-courses img{
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 0.5vw;
}
#prevBtn { left: 0; }
#nextBtn { right: 0; }
.courses-text {
    width: 26vw;
    font-size: 1.6vw;
    text-transform: uppercase;
    color: #fff;
    font-family: Kanit-Light;
    margin-bottom: -0.2vw;
}
.courses-teacher {
    width: 26vw;
    font-size: 1.4vw;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 300;
    font-family: 'Kanit-ExtraLight';
}
.blog-icon {
    width: 13vw;
    border-radius: 1vw;
    display: flex
;
    height: 4vw;
    /* font-size: 1vw; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.button-courses{
    display: flex
    ;
        margin-top: 1vw;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
}
.button-courses a{
    font-size: 0.9vw;
    font-family: 'Kanit-Light';
    letter-spacing: 0.83px;
}
.button-courses div:nth-child(1){
    color: #068C53;
    background-color: #e6f3ed;
    border-color: #e6f3ed;
    z-index:2;

}
.button-courses div:nth-child(1) a{
    color: #068C53 !important;
    z-index:2;
  

}
.button-courses div:nth-child(1):hover a{
    color: #fff !important;
  

}
.courses-text-p{
    width: 26vw;
    font-size: 0.8vw;
    font-family: Kanit-ExtraLight;
    color: #fff;
    font-weight: 100;
    margin-top: -1vw;
    line-height: 0.8vw;
    margin-bottom: -0.2vw;
}
.project-div{
    margin-left: 12vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
}
.project-div p{
    width: 42vw;
        font-size: 1.2vw;
        color: #232323;
        /* letter-spacing: 1.5px; */
        font-family: 'Kanit-Light';
}
.project-div p:nth-child(2){
    font-size: 1.3vw;
}
.under-text-courses-single{
    display: flex
    ;
        align-items: center;
        width: 16vw;
        margin-right: 0.4vw;
}
.under-text-courses-single img{
    width: 3.5vw;
    height: 3vw;
    margin-top: 0.5vw;
}
.under-text-courses-single p:nth-child(1) {
    font-size: 0.9vw;
    margin-top: 1.2vw;
    /* line-height: 0.1vw; */
    font-family: 'Kanit-Light';
}
.under-text-courses-single p {
    width: fit-content;
    color: #fff;
    text-align: left;
    font-size: 1.4vw;
    margin-left: 0.5vw;
    /* margin-right: 1vw; */
    line-height: .7vw;
    /* margin-top: -0.2vw; */
    font-family: 'Kanit-Medium';
    white-space: nowrap;
}
@media (min-width: 1200px) {
    
    button img{
        width: 5vw;
         margin-right: 2vw;
    }
    .about-text{
        margin-top: 6vw;
    }
    .ceo-text{
        width:33vw !important;
    }
    .about-text{
        width: 32vw;
    }
    .objectives-text{
        width: 18vw;
    }
    .span-courses{
        font-size: 1.2vw;
    }
   .courses-text{
    width: 26vw;
    font-size: 1.6vw;
    line-height: 1.7vw;
    text-transform: uppercase;
    color: #fff;
   }
    .carousel-item {
        height: 40vw;
    }
    .display-1 {
        font-size: 3vw !important;
    }
    .fs-5 {
        font-size: 1.5vw !important;
    }
    h5, .h5 {
        font-size: 1.4vw !important;
    }

    p{
        width: 33vw;
        font-size: 1.15vw;
        color: #232323;
        /* letter-spacing: 1.5px; */
        font-family: 'Kanit-Light';
    }
    h1, .h1 {
        font-size: 2vw !important;
    }
    .image-about{
        width: 15vw;
    }
    .div-objectives{
        max-width: 90vw;
    }
    .img-courses{
        width: 100% !important;
        height: auto !important;
        border-radius: 1vw 1vw 0vw 0vw !important;
    }
    small, .small {
        font-size: 1.2vw !important;
    }
    .services{
        padding-top: 10rem !important;
    }
.services-title{
    padding-bottom: 2rem !important;
}
}

   
.img-courses{
    width: 100% !important;
    height: auto !important;
    border-radius: 1vw 1vw 0vw 0vw !important;
    
}
.overlay-courses{
    width: 100% !important;
    height: auto !important;
    position: relative; /* Ensures ::before is positioned correctly */
    display: block; /* Makes sure it behaves like an image */
}
.overlay-courses::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    background-size: 100%;
    background-image: url(../img/Time\ Management\ Photo\ \(1\).svg);
    /* background: linear-gradient(to bottom, rgba(3, 82, 48, 0.312) 50%, rgba(4, 76, 42, 0.6) 90%, rgba(2, 45, 25, 0.9) 100%); */
    z-index: 1;
    pointer-events: none;
}
@media (max-width : 1200px){
    .project-content .text-center {
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 23vw;
        margin-right: 0vw;
    }
    .objectives-text{
        font-size: 1vw;
    }
    .display-1 {
        font-size: calc(1.625rem + 1.5vw);
        
    }
    .contact-info img{
        width: 4vw;
    margin-right: 2vw;
    }
    .single-intdro-text{
        width: 50vw;
        font-size: 1.3vw !important;
        color: #232323;
        /* letter-spacing: 1.5px; */
        font-family: 'Kanit-Light';
    }
    .contact-form-div {
        display: flex
    ;
        position: relative;
        justify-content: center;
        margin-top: -24vw;
        z-index: 2;
    }
 
 
}
.footer-mobile{
    display: flex;
align-items: center;
flex-direction: column;
}
.conrses_type_div{
    margin-bottom: 5vw;
   
    display: flex
;
    width: 64vw;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}
.courses-types{
    display: flex
;
    font-size: 0.8vw;
    color: #068C53;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    text-align: center;
    background-color: #e6f3ed;
    font-family: Kanit-Medium;
    /* width: 10vw; */
    margin-right: 1vw;
    font-weight: 600;
    border-radius: 1vw;
    /* height: 3vw; */
    align-content: center;
    justify-content: center;
    align-items: center;
}
.courses-div{
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.custom-hr {
    border: none;
    border-left: 0.1vw solid green;
    height: 18vw;
    position: relative;
    width: 0.2vw;
    bottom: 12%;
}
.services-content-icon{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 12vw;
    
}
.training-fields-img {
    width: 12vw;
    height: 12vw;
    margin-bottom: 2vw;
    opacity : 1;
    display: block;
}

.fadeIn:hover .training-fields-img{
   display: none;
}
.training-fields-img1{
    width: 12vw;
    height: 12vw;
    margin-bottom: 2vw;
    opacity : 0;
    display: none;
}
.fadeIn:hover .training-fields-img1{
    opacity : 1;
    display: block;
}
.bg_contact{
    background-image: url(../img/Khatwat-TheProfile24.png);
    background-size: cover;
    background-position: center;
}
.bg_services{
    background-image: url(../img/Khatwat-TheProfile19.png);
    background-size: cover;
    background-position: center;
}
.bg_project{
    background-image: url(../img/Khatwat-TheProfile19.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.bg_project_ar{
    background-image: url(../img/Khatwat\ -\ The\ Profile18.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.bg-project-calcule{
    background-image: url(../img/Khatwat-TheProfile6.png);
    background-size: contain;
    background-position: top;
    overflow: hidden;
}
/*** Spinner Start ***/
.bg_About1{
    background-image: url(../img/Yello_.png);
    background-size: cover;
    background-position: center;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    padding-right: 12vw;
    padding-left: 37vw;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg_single {
    overflow: hidden;
    background-image: url(../img/bg_single.png);
    background-size: cover;
    background-position-y: top;
    /* background-position: top; */
    background-position-x: 0vw;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    z-index: 0;   /* Set base z-index */
}
.what_will{
    width: 32vw;
    height: fit-content;
    border-radius: 2vw;
    padding-left: 3vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
    margin-top: 4vw;
    background-color: #002e1abf;
}
.what_will h3{
    font-size: 2vw !important;
    color: #fff;
    width: 12vw;
    font-family: 'Kanit-Medium';
}
.what_will li{
    color: #fff;
    font-size: 1.15vw;
    font-family: 'Kanit-Medium';
    font-weight: 400;
    width: 22vw;
    margin-top: 1vw;
}
.bg_single::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/Time\ Management\ Photo\ \(2\).svg);
   
    z-index: 1;         /* Higher z-index than parent */
    pointer-events: none;
}

/* Make sure the content inside .bg_single is visible above the overlay */
.bg_single > * {
    position: relative;
    z-index: 2;         /* Highest z-index to appear above overlay */
}
.big-title-single{
    font-size: 3.1vw !important;
}
.intro{
    display: flex
    ;
        align-items: center;
        width: 100%;
        margin-top: 5vw;
        flex-direction: column;
        margin-bottom: 5vw;
}
.intro h1{
    color: #068C53;
    margin-bottom: 2vw;
    font-size: 2.3vw;
    font-family: "Kanit-Medium";
}
.course-structure p{
    width: 100% !important;
    font-size: 1.55vw !important;
    color: #232323;
    /* letter-spacing: 1.5px; */
    font-family: 'Kanit-Medium';
}
.intro p{
    text-align: center;
    font-family: "Kanit-light";
    font-size: 1.3vw;
    width: 44vw;
}
.div-detail-courses{
    display: flex
;
    justify-content: space-between;
    width: 82vw;
    height: 9vw;
    align-items: center;
    margin-top: 2vw;
    background-color: #068C53;
    border-radius: 2vw;
    color: #fff;
}

/* Initial states */
.text-courses-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}
.text-courses-detail h4{
    font-size: 2.1vw;
    color: #068C53;
}
.text-courses-detail.active {
    max-height: fit-content;
    opacity: 1;
    transform: translateY(0);
    padding: 6vw;
    background-color: #068c531f;
    padding-left: 5vw;
    width: 82vw;
    margin-top: -2vw;
    border-radius: 0vw 0vw 2vw 2vw;
}

.div-detail-courses .fa-caret-up {
    display: none;
}

.div-detail-courses .fa-sort-down {
    display: block;
}

.div-detail-courses.active .fa-caret-up {
    display: block;
}

.div-detail-courses.active .fa-sort-down {
    display: none;
}

/* Make the div clickable */
.div-detail-courses {
    cursor: pointer;
}

/* Smooth transition for arrows */
.fa-caret-up,
.fa-sort-down {
    transition: transform 0.5s ease;
}
.div-detail-courses h1{
    margin-left: 2vw;
    font-size: 2.3vw !important;
}
.div-detail-courses div i:nth-child(1)
{
    display: none;
}
.div-detail-courses div i{
    margin-right: 2vw;
}
.similar{
    background-image: url(../img/bgTheProfile7@2x.png);
    background-size: 100% 60%;
    background-position-y: top;
    /* background-position: top; */
    background-position-x: 0vw;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
}
.single-content{
    background-image: url(../img/bg-khatwat-white.png);
    background-size: cover;
    background-position-y: top;
    /* background-position: top; */
    background-position-x: 0vw;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
}
.courses-teacher-single{
    width: 26vw;
    font-size: 1.6vw;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 300;
    font-family: 'Kanit-ExtraLight';
}
.project-div-single{
    margin-left: 7vw;
    margin-top: 1vw;
    margin-bottom: 8vw;
}
.single-icone-liste{
    width: 54vw;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0;
    margin-left: -1.5vw;

}
/* .bg_About1::before {
    content: '';
    position: absolute;
    top: 7.2vw;
    height: 24.3vw;
    // height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(192, 124, 65, 0.2) 10%, rgba(192, 124, 65, 1) 80%, rgba(192, 124, 65, 1) 100%);
    z-index: 1;
    pointer-events: none;
} */
.bg_About2{
    background-image: url(../img/Green.png);
    background-size: cover;
    background-position: center;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    padding-right: 12vw;
    padding-left: 37vw;
    background-repeat: no-repeat;
}


.bg_About1 > * {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}
.bg_About2 > * {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}
.footer{
    background-image: url('../img/Background_.png');
    background-size: 100vw auto;
   
    background-repeat: no-repeat;
}

.logo_navbar{
    width: 18vw;
}
.Title_Ceo{
    color: var(--bs-secondary);
}
.bg_CRO {
    background-image: url(../img/image_fx_-65.png);
    background-size: cover;
    padding-top: 9vw !important;
    padding-bottom: 9vw !important;
    padding-right: 12vw;
    object-fit: cover;
     background-position: 0vw 0vw; 
    padding-left: 37vw;
    background-repeat: no-repeat;
}
.text-CEO{
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
}
h1 span{
    color:var(--bs-secondary);
}
h5 span{
    color:var(--bs-secondary);
}
.courses_offered{
   
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.OBJECTIVES-single{
    background: #078c53;
    width: 23vw;
    height: 19vw;
}
.h4-objectives{
    color: var(--bs-secondary);
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
 .img_obhectives {
    height: 20vw !important;
    width: 25vw !important;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Kanit-light';
    /* padding: 10px; */
    color: #000;
    height: 7vw;
    width: auto;
    display: flex;
    align-items: center;
    font-size: 1.3vw;
    outline: none;
}
.navbar .navbar-nav .dropdown .nav-link {
    width: auto;

}
.navbar .navbar-nav .nav-link {
    position: relative; /* Required for ::after */
    text-decoration: none; /* Remove default underline */
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%; /* Start from center */
    bottom: 0;
    width: 0%; /* Initially hidden */
    height: 4px;
    background-color: #078c53;
    transition: width 0.3s ease, left 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover::after, .navbar .navbar-nav .nav-link.active::after {
    width: 74%;
    left: 12%;
}

.navbar .navbar-nav .nav-link:hover, 
.navbar .navbar-nav .nav-link.active {
    color: #078c53;
    font-family: 'Kanit-Medium';
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    .about-div2{
        display: flex;
        flex-wrap: nowrap ;
    
    }
    .nav-container{
        max-width: 90vw;
    }
    nav{
        width: 90vw;
    }
    .nav-bar-href-div{
        width: 60vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bg-navbar{
        background-color: #ffffff;
       
    }

}
.contact-form-div {
    display: flex
;
    position: relative;
    justify-content: center;
    margin-top: -18vw;
    z-index: 2;
}
.registration-form-div{
    width: 100vw;
    position: relative;
    justify-content: center;
    z-index: 2;
    display: none;
    position: absolute;
    top: 20vw;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
   
}
#gender * {
    width : 50%;
    font-size: 1.5vw;
}
.registration-form-visible {
    display: flex;
}

/* Optional - to dim the background when form is shown */
.overlay {
    backdrop-filter: blur(1vw);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}
.close-button {
    position: absolute;
    top: 6vw;
    right: 15vw;
    background-color: #f4433600;
    color: white;
    border: none;
    /* border-radius: 50%; */
    /* padding: 5px; */
    cursor: pointer;
}

.overlay-visible {
    display: block;
}
.contact{
    border-radius: 2vw !important;
    text-align: center !important;
    color: white !important;
    width: 11vw !important;
    display: flex !important;
    height: 3vw !important;
    background-color: #078c53 !important;
    justify-content: center !important;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.contact-carousel::after{
    background: rgba(0, 0, 0, 0) !important;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}
.contact-carousel button.carousel-content-btn2 {
    background:  rgba(255, 255, 255, 0.1);
    opacity: 1;
    border: 0;
    font-family: 'Kanit-ExtraLight';
    font-size: 2vw;
    border-radius: 20px;
}
.contact-carousel button.carousel-content-btn1 {
    background: rgba(255, 255, 255, 0.1);
    font-family: 'Kanit-ExtraLight';
    font-size: 2vw;
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}
.about{
    display: flex;
justify-content: center;
align-items: center;
}
.image-about {
    width: 14vw !important;
    height: auto !important;
    margin-right: 5vw;
}
.about-button{
    font-size: 1.2vw;
    font-weight: 100;
}
.about-div{
    width: 80vw !important;
    max-width: 80vw !important;
}
.div-courses_offered{
    max-width: 90vw !important;
}
.logo-about {
    background-image: url(../img/KhatwatTheProfil10.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .project-content .text-center {
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 17vw !important;
        margin-right: 0vw !important;
    }
   
    .contact-form-div {
        display: flex
    ;
        position: relative;
        justify-content: center;
        margin-top: -28vw;
        z-index: 2;
    }
    .project-content .text-center {
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 17vw;
    }
    .project-content .text-center p{
        font-size: 1.2vw;
    }
    .about-button{
        font-size: 1.5vw;
    padding-top: 1vw !important;
    padding-bottom: 1vw !important;
    }
   
  

    .carousel-item h1 {
        font-size: 3vw !important;
    }

    .carousel-item p {
        font-size: 2vw !important;
    }
    #carouselId .carousel-indicators li {
        width: 3vw;
        height: 1vw;
    }
    .carousel-caption .carousel-content a button.carousel-content-btn2 , .carousel-caption .carousel-content a button.carousel-content-btn1 {
        font-size: 2vw;
    }
    .carousel-control-next {
        width: 4vw;
        height: 4vw;
    }
    .carousel-control-prev {
        width: 4vw;
        height: 4vw;
    }
    .py-sm-3 {
        padding-top: 1vw !important;
        padding-bottom: 1vw !important;
    }
    .logo_navbar {
        width: 14vw;
    }
    .logo-about{
        background-image: url(../img/img/KhatwatTheProfil10.png);
        padding: 1vw !important;
        margin-top: 1vw !important;
        margin-bottom: 1vw !important;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 2vw;
        height: 2vw;
    }
    h1, .h1 {
        font-size: 3vw;
    }
    .image-about{
        width: 24vw !important;
    height: 30vw !important;
    margin-bottom: 0% !important;
    }
    .custom-hr{
        display: none;
    }
  
    .services-item p {
        width: 23vw !important;
    }
    .services-content-icon {
        width: 18vw;
    }
    .blog-content {
    position: absolute !important;
    top: 50%;
    /* left: 52%; */
    transform: translate(-50%, -50%);
    /* width: 80%; */
    /* background: rgba(255, 255, 255, 0.8); */
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
    display: flex
;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .courses-text {
        width: 34vw;
        font-size: 2vw;
        text-transform: uppercase;
        color: #fff;
        font-family: Kanit-Light;
        margin-bottom: -0.2vw;
    }
    .courses-teacher {
        width: 26vw;
        font-size: 1.5vw;
    }
    .courses-text-p {
        width: 32vw;
        font-size: 1vw;
        font-family: Kanit-ExtraLight;
        color: #fff;
        font-weight: 100;
        margin-top: -1vw;
        line-height: 1.5vw;
        margin-bottom: -0.2vw;
    }
   
    .under-text-courses p:nth-child(1) {
        font-size: 0.9vw;
        margin-top: 2.5vw;
        /* line-height: 0.1vw; */
        font-family: 'Kanit-Light';
    }
    .under-text-courses p {
        width: fit-content;
        color: #fff;
        text-align: left;
        font-size: 0.9vw;
        margin-left: 0.5vw;
        /* margin-right: 1vw; */
        line-height: 1px;
        margin-top: -0.5vw;
        font-family: 'Kanit-Medium';
        white-space: nowrap;
    }
    .under-text-courses img {
        width: 2vw;
        height: 1.9vw;
        margin-top: 0.5vw;
    }
    .courses-types {
        display: flex
    ;
        font-size: 1.2vw;
    }
}

@media (max-width: 768px) {
    .courses-text {
        width: 70vw;
        font-size: 4vw;
        text-transform: uppercase;
        color: #fff;
        font-family: Kanit-Light;
        margin-bottom: -0.2vw;
    }
    .courses-text-p {
        width: 90%;
        font-size: 2vw;
        font-family: Kanit-Light;
        color: #fff;
        font-weight: 100;
        margin-top: -1vw;
        line-height: 2.5vw;
        margin-bottom: -0.2vw;
    }
    .under-text-courses div {
        width: fit-content;
        height: 3vw;
        display: flex
;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: center;
    }
    .under-text-courses img {
        width: 4vw;
        height: 3.2vw;
        margin-top: 0vw;
    }
    .under-text-courses p:nth-child(1) {
        font-size: 1vw;
        float: left;
        margin-top: 4vw;
        /* line-height: 0.1vw; */
        line-height: 0vw;
        text-align: left !important;
    }
    .under-text-courses p {
        width: fit-content;
        color: #fff;
        text-align: left;
        font-size: 1.5vw;
        margin-left: 0.5vw;
        /* margin-right: 1vw; */
        line-height: 1px;
        margin-top: -2.5vw;
        font-family: 'Kanit-Medium';
        white-space: nowrap;
    }
    .training-fields-img {
        width: 20vw;
        height: 20vw;
    }
    .carousel-indicators{
        display: none;
    }
    .under-text-courses p {
        width: fit-content;
        color: #fff;
        text-align: left;
        font-size: 1.3vw;
        margin-left: 0.5vw;
        /* margin-right: 1vw; */
        line-height: 1px;
        margin-top: -0.5vw;
        font-family: 'Kanit-Medium';
        white-space: nowrap;
    }
    .under-text-courses p:nth-child(1) {
        font-size: 1.1vw;
        margin-top: 2.5vw;
        /* line-height: 0.1vw; */
        font-family: 'Kanit-Light';
    }
    .courses-text-p {
        width: 68vw;
        font-size: 1.8vw;
        font-family: Kanit-ExtraLight;
        color: #fff;
        font-weight: 100;
        margin-top: -1vw;
        line-height: 2.5vw;
        margin-bottom: -0.2vw;
    }

    .div-info-cours {
        position: relative;
        display: flex
;
        justify-content: space-between !important;
        align-items: center;
        margin-top: 2vw;
        width: 82%;
    }
    .courses-text {
        width: 51vw;
        font-size: 3vw;
        text-transform: uppercase;
        color: #fff;
        font-family: Kanit-Light;
        margin-bottom: -0.2vw;
    }
    .courses-teacher {
        width: 39vw;
        font-size: 2.5vw;
    }
    .project-content .text-center p {
        font-size: 2vw !important;
    }
    .project-content .text-center h4 {
        font-size: 3vw !important;
    }
    .project-content .text-center {
       
        width: 45vw !important;
    }
    .courses-types {
       
        font-size: 1vw;
    }
   
    .contact {
        border-radius: 2vw !important;
        text-align: center !important;
        color: white !important;
        width: 32vw !important;
        display: flex !important
    ;
        height: 5vw !important;
        background-color: #078c53 !important;
        justify-content: center !important;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-content: center;
        align-items: center;
    }
    .logo-about{
        padding: 0vw 3vw 0vw 3vw;
        margin: 0vw 0vw 0vw 0vw !important;
       }
       .image-about{
       margin-bottom: 0% !important;
    width: 26vw !important;
    height: 30vw !important;
    margin-right: 0vw !important;
       }
   
    .navbar .navbar-nav .nav-link {
        
        font-size:3vw;
    }
    .carousel-control-next {
        width: 7vw;
    }
    .carousel-control-prev {
        width: 7vw;
    }
 
    .carousel-item h1 {
        font-size: 4vw !important;
        letter-spacing: 0.3vw;
        margin-bottom: 1vw !important;
    }

    .carousel-item p {
        font-size: 2vw !important;
    }
    h4, .h4 {
        font-size: 3vw;
    }
    h5, .h5 {
        font-size: 2.5vw;
    }
    p {
        font-size: 2.5vw;
        letter-spacing: 1.5px;
        text-align: center;
    }
.contact-form {
    background-image: url(../img/bg-contact-form.png);
    background-size: cover;
    background-repeat: no-repeat;
   
    display: flex
;
    flex-direction: column;
    width: 75vw;
    align-items: center;
    border-radius: 6vw;
}
    .bg_CRO {
        background-position-x: 0vw;
        padding-bottom: 8vw !important;
    }
    .navbar-toggler-icon {
        width: 3vw;
        height: 4vw;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
       
        width: 3vw;
        height: 3vw;
    }
    .image-about-div{
        margin-top: 0vw !important;
       }
    .word{
        display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }
        .about{
            display: flex
;
    justify-content: center;
        }
        .about-text{
            display: flex
;
    
    flex-direction: column;
    align-content: center;
    align-items: center;
        }
        .img_obhectives {
            width: 100vw !important;
            height: 40vw !important;
            border-radius: 6vw;
        }
        h4{
            font-size: 6vw;
        }
        .footer {
            background-image: url(../img/Background_.png);
            background-size: cover;
           
        }
        .footer-mobile{
            display: flex
;
    align-items: center;
    flex-direction: column;
        }
        .footer-links-mobile{
            font-size:3vw;
        }
        .logo_navbar {
            width: 17vw;
        }
        .vision-mobile{
            display: flex
;
    flex-direction: column;
    align-items: center;
        }
        .big-title{
            text-align: center;
        }
        .contact-footer{
            display: flex;
    justify-content: center;
    flex-direction: column;
        }
        .footer .short-link a, .footer .help-link a, .footer .contact-link a {
           
            font-size: 3.2vw !important;
        }
        .about-div2{
            margin-bottom: 3vw;
        }
        .button-courses a {
            font-size: 1.9vw;
            font-family: 'Kanit-Light';
            letter-spacing: 0.83px;
        }
        .blog-icon {
            width: 24vw;
            border-radius: 2vw;
            display: flex
        ;
            height: 6vw;
        }
        .blog-content {
            position: absolute !important;
            top: 58%;
            /* left: 52%; */
            transform: translate(-50%, -50%);
            /* width: 80%; */
            /* background: rgba(255, 255, 255, 0.8); */
            padding: 20px;
            border-radius: 10px;
            z-index: 2;
            display: flex
        ;
            text-align: center;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            }
           
            .under-text-courses img {
                width: 2vw;
                height: 1.9vw;
                margin-top: 0.5vw;
            }
            .courses-types {
                display: flex
            ;
                font-size: 1.2vw;
            }
}
@media (max-width: 576px) {
    .contact-form-div {
        display: flex
    ;
        position: relative;
        justify-content: center;
        margin-top: -60vw;
        z-index: 2;
    }
    .about-button {
        font-size: 2vw;
        padding-top: 1vw !important;
        padding-bottom: 1vw !important;
    }
    h1, .h1 {
        font-size: 4vw;
    }
    .courses_offered>div{
        margin-top: 0vw !important;
    }
    .services-item p {
        width: 45vw !important;
    }
    .courses_offered h5{
        font-size: 3.5vw;
    }
    .services-content-icon {
        width: 40vw;
    }
    .training-fields-img {
        width: 35vw;
        height: 35vw;
        margin-bottom: 2vw;
        opacity: 1;
        display: block;
    }
    .courses_offered {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .similar h1{
        font-size: 4vw;
    }
    .similar {
        background-image: url(../img/bgTheProfile7@2x.png);
        background-size: 100% 21%;
    }
    .intro p {
        color: #172420 !important;
        text-align: center;
        font-family: "Kanit-light";
        font-size: 2.3vw;
        width: 66vw;
    }
    .course-structure p {
        width: 100% !important;
        font-size: 2vw !important;
        text-align: left !important;
        color: #232323;
        letter-spacing: 0px !important;
        font-family: 'Kanit-Medium';
    }
    .div-detail-courses h1 {
        margin-left: 2vw;
        font-size: 2.7vw !important;
    }
    .intro h1 {
        color: #068C53;
        margin-bottom: 2vw;
        font-size: 3.3vw;
        font-family: "Kanit-Medium";
    }
    .what_will li {
        color: #fff;
        font-size: 3vw;
        font-family: 'Kanit-light';
        font-weight: 400;
        width: 59vw;
        margin-top: 1vw;
    }
    .what_will {
        margin-bottom: 5vw;
        width: 72vw;
        height: fit-content;
        border-radius: 2vw;
        padding-left: 3vw;
        padding-bottom: 4vw;
        padding-top: 4vw;
        margin-top: 4vw;
        background-color: #002e1abf;
    }
    .what_will h3 {
        font-size: 4vw !important;
        color: #fff;
        font-weight: 600;
        width: 28vw;
        font-family: 'Kanit-Light';
    }
    .single_registration_button {
        margin-top: 5vw;
        width: 29.5vw;
        margin-left: 1vw;
        height: 7.3vw;
        background-color: #fff;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 2vw;
        font-family: 'Kanit-Light';
        font-weight: 600;
        border-radius: 2vw;
        color: #068C53;
        text-transform: uppercase;
    }
    .under-text-courses-single p {
        width: fit-content;
        color: #fff;
        font-size: 2.4vw;
        margin-left: 0vw;
    }
    .under-text-courses-single p:nth-child(1) {
        font-size: 2.2vw;
        margin-top: 4vw;
    }
    .under-text-courses-single img {
        width: 6.5vw;
        height: 6vw;
        margin-top: 0.5vw;
    }
    .div-icone-liste{
        display: flex
;
    flex-direction: column;
    align-items: center;
    }
    .single-icone-liste {
        width: 70%;
        display: flex
    ;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 0;
        margin-left: -1.5vw;
        justify-content: center;
    }
    .under-text-courses-single div{
        display: flex
        ;
            flex-direction: column;
            align-items: center;
        
    }
    .under-text-courses-single p:nth-child(1) {
        font-size: 1.9vw;
        margin-top: 2vw;}
    .under-text-courses-single {
        display: flex
    ;
        align-items: center;
        width: 31vw;
        margin-right: 0.4vw;
        flex-direction: column;
        align-content: center;
    }
   
   
    .bg_single {
        
        background-size: cover;
        background-position-y: top;
        /* background-position: top; */
        background-position-x: center;
        background-repeat: no-repeat;
        position: relative;
        display: flex
    ;
        z-index: 0;
        flex-direction: column;
        align-items: center;
    }
    .bg_single::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 100%;
        left: -50vw;
        top: 0;
        background-image: url(../img/Time\ Management\ Photo\ \(2\).svg);
      
        z-index: 1;         /* Higher z-index than parent */
        pointer-events: none;
    }
    p {
        font-size: 2.5vw;
        letter-spacing: 0px;
        text-align: center !important;
        width: 58vw;
    }
    .project-div-single {
        margin-left: 0vw;
        margin-top: 0vw;
        margin-bottom: 8vw;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }
    .big-title-single {
        font-size: 6.1vw !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
    }
    .courses-teacher-single {
        text-align: center;
        width: 100%;
        font-size: 2.6vw;
    }
    .conrses_type_div {
        margin-bottom: 5vw;
        display: flex
    ;
        width: 85vw;
    }
    .blog-icon {
        width: 28vw;
        border-radius: 1vw;
        display: flex
;
        height: 7vw;
        /* font-size: 1vw; */
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .under-text-courses {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 3vw;
        margin-right: 0.4vw;
        width: fit-content;
    }
    .div-info-cours {
        position: relative;
        display: flex
;
        justify-content: space-between !important;
        align-items: center;
        margin-top: 2vw;
        width: 82%;
    }
    .button-courses{
        z-index: 2;
    }
    .button-courses a {
        font-size: 1.9vw;
    }
    .courses-types {
        display: flex
;
        font-size: 1.8vw;
    }
    .project-div p {
        width: 49vw;
        font-size: 1.8vw;
    }
    .under-text-courses img {
        width: 4vw;
        height: 3.2vw;
        margin-top: 0vw;
    }
    .under-text-courses div {
        width: fit-content;
        height: 3vw;
        display: flex
    ;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: center;
    }
    .under-text-courses p {
        width: fit-content;
        color: #fff;
        text-align: left;
        font-size: 1.5vw;
        margin-left: 0.5vw;
        /* margin-right: 1vw; */
        line-height: 1px;
        margin-top: -2.5vw;
        font-family: 'Kanit-Medium';
        white-space: nowrap;
    }
    .under-text-courses p:nth-child(1) {
        font-size: 1vw;
        float: left;
        margin-top: 4vw;
        /* line-height: 0.1vw; */
        line-height: 0vw;
        text-align: left !important;
    }
    .courses-text-p {
        width: 90%;
        font-size: 2vw;
        font-family: Kanit-Light;
        color: #fff;
        font-weight: 100;
        margin-top: -1vw;
        line-height: 2.5vw;
        margin-bottom: -0.2vw;
    }
   
    .courses-text {
        width: 70vw;
        font-size: 4vw;
        text-transform: uppercase;
        color: #fff;
        font-family: Kanit-Light;
        margin-bottom: -0.2vw;
    }
    .courses-teacher {
        width: 70%;
        font-size: 3vw;
        margin-bottom: 0vw !important;
        padding-bottom: 0vw !important;
    }
    .blog-content {
        position: absolute !important;
        top: 55%;
        /* left: 52%; */
        transform: translate(-50%, -50%);
        /* width: 80%; */
        /* background: rgba(255, 255, 255, 0.8); */
        padding: 20px;
        border-radius: 10px;
        z-index: 2;
        display: flex
    ;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }
    .project-content .text-center {
        width: 62vw !important;
    }
    .project-content .text-center h4 {
        font-size: 4vw !important;
    }
    .project-content .text-center p {
        font-size: 3vw !important;
    }
    .project .div-objectives .pb-5{
        padding-bottom: 0rem !important;
    }

    .bg_CRO {
      
            background-position-x: 0vw;
            padding-bottom: 8vw !important;
            margin-bottom: 2vw;
        
    }
    .courses-types {
       
        font-size: 1.5vw;
    }
    .conrses_type_div {
       
        width: 80vw;
    }
    .span-courses{
        font-size:3vw;
    }
    small{
        font-size:3vw;
    }
    .navbar-toggler-icon {
        width: 5vw;
        height: 7vw;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 71vw;
        overflow: hidden;
    }
    .carousel-indicators{
        display: none;
    }
    
   .logo-about{
    padding: 0vw 3vw 0vw 3vw;
    margin: 0vw 0vw 0vw 0vw !important;
   }
   .image-about{
  
        margin-bottom: 0% !important;
        width: 25vw !important;
        margin-right: 0vw !important;
        height: auto !important;
    
   }
   .image-about-div{
    margin-top: 0vw !important;
   }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
   
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    /* background: #078c53; */
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

/* .services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color:var(--bs-white) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}
.services-item:hover .services-content-icon h4 {
    color: var(--bs-white);
} */

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}
.project-img:hover {
    
    opacity: 1;
}

/* .project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
} */
.project-content .text-center{
    display: flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 23vw;
    margin-right: 1vw;
}
.project-content {
    /* background: #078c53; */
    position: absolute;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    opacity: 1;
}
.project-content .text-center h4{
    font-size: 1.5vw;
    font-family: 'Kanit-Light';
    color: #fff
}
.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}
.project-img:hover .project-content {
    opacity: 1;
    transition: .5s;
}


.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}
.form-control-text{display: block; width: 100%;  
      padding: 50% 6%;    font-size: 1.8vw;    font-weight: 400;   
       line-height: 1.5;    height: auto;    border-radius: 4vw;   
        color: #ffffff;    background-color: #ffffff30;    background-clip: padding-box;  
      border: 1px solid #ced4da;    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;  
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.contact-form {
    background-image: url(../img/bg-contact-form.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    width: 75vw;
    align-items: center;
    border-radius: 3vw;
}
.img-gal{
    height:20vw !important;
}
.contact-form .text-start{
    width: 83%;
    height: 5vw;
    background-color: #ffffff;
    border-radius: 3vw;
    color: #c38042;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-form .text-start .btn{
    color: #c48143;
    font-size: 2vw;
}
.div-registration{
    display: flex
;
   
    justify-content: center;
}
.form-control::placeholder{
    font-family: 'Kanit-Light';
    color:rgb(255, 255, 255)!important
}
.form-control-text::placeholder{
    font-family: 'Kanit-Light';
    color:rgb(255, 255, 255)!important
}
/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
    font-size: 1.2vw;
}
.footer  span
 {
    transition: .5s;
    font-size: 1.2vw;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/