/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Home About Section
6.  Team Member Section
7.  Pricing Section
8.  Latest Blog Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/
@charset "utf-8";

.f-primary{
	font-family: "Khmer OS Muol Light Regular";
}
.f-secondary{
	font-family: "Khmer OS Siemreap Regular" !important;
}
/* Preloder */
/*Preloader css*/
#loading{
  background-color: #000000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px;
}
.object{
  width: 8px;
  height: 50px;
  margin-right:5px;
  background-color: #FFF;
  -webkit-animation: animate 0.5s infinite;
  animation: animate 0.5s infinite;
  float: left;
}

.object:last-child {
  margin-right: 0px;
}

.object:nth-child(10){
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;	
}
.object:nth-child(9){
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;	
}	
.object:nth-child(8){
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;	
}
.object:nth-child(7){
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;	
}
.object:nth-child(6){
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;	
}
.object:nth-child(5){
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.object:nth-child(4){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;		
}
.object:nth-child(3){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;	
}
.object:nth-child(2){
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

  50% {
      -ms-transform: translateX(-25px) scaleY(0.5); 
      -webkit-transform: translateX(-25px) scaleY(0.5);
      transform: translateX(-25px) scaleY(0.5);

  }

}

@keyframes animate {
  50% {
      -ms-transform: translateX(-25px) scaleY(0.5); 
      -webkit-transform: translateX(-25px) scaleY(0.5);
      transform: translateX(-25px) scaleY(0.5);
  }

}

/*End off Preloader*/

/* General Style */
.table{
    margin-bottom: 0 !important;
}
.sub-title{
    color: #d6d6d6;
}
.text-justify{
    text-align: justify;;
}
.pre-description{
    overflow: hidden;
    max-height: 60px;
}
.pre-subtitle{
    overflow: hidden;
    max-height: 50px;
    min-height: 50px
}
/* Template default CSS
/*----------------------------------------*/
.subtitle{
	font-size: 1em;
	text-transform: uppercase !important;
    line-height: 40px;
}
.btn {
    /* border: 1px solid #888; */
    border-radius: 20px;
    /* padding: 10px 31px; */
}
.btn-outline-success.active,.btn-outline-success.active:link,.bg-success,.btn-success{
    background-color: #26b14c !important;
}
.btn-outline-success:hover,.btn-outline-success.active:link{
    color: #ffffff !important;
}

.inner-page-banner {
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

/* ScrollUP */
#scrollUp {
    background: url(../../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../../images/top.png)no-repeat scroll 0 -40px;
}

/* Header */
.main-wrapper img{
    width: 100%;
    display: block;
}

.main-wrapper a{
    /* color: #ffffff; */
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #26B14C;
    /* border: 3px solid #26B14C; */
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.navbar{
    /* background-image: url(../../images/data-user/bg-khmer.png) !important; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
ul.navbar-nav li a{
    color: #ffffff;
    /* color: #26B14C; */
}
.navbar-nav > li > a:hover{
    color: #ffd979 !important
    /* color: #a58635 !important; */
    /* opacity: 0.7; */
}
.sub-menu-item ul li a{
    color: #ffffff;
}

.sub-menu-item ul li{
    list-style-image: url('../../images/data-user/list-style.png');
    padding-left: 15px;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu-item h5, .sub-menu-item h6{
    color: #ffffff !important;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
    margin-left: 25px;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
    color: #ffd979;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
/* .sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
} */

.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}
.mobile-view{display: none;}
.logo{margin-top:-10px;}
@media only screen and (max-width: 600px) {
    .mobile-view{display: block !important;}
    .logo{margin-top:0px !important;}
}

/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        /* flex-direction: row; */
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 5rem;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav{
        display: flex;
		flex-direction: inherit !important;
		justify-content: left !important;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        /* padding: 1.7rem 1.8rem 1.7rem 0.8rem; */
        padding: 25px 10px !important;
        /* font-size: 0.9rem; */
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #25733a;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 3rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
        border-bottom-color: #f4c060;
    }
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}

/* Header Mobile */
.zeynep ul > li {
    list-style-image: url('../../images/data-user/list-khmer.png') !important;
}

/* Footer */
footer.bg-footer{
    border-top: 6px solid #26B14C;
	background-color: #2C2C2C;
}
.bg-footer-inner{
    background-color: #252525;
    position: relative;
}
.footer-img-artwork{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}
ul.list-style li{
    list-style-image: url('../../images/data-user/list-style.png');
    margin-left: 15px;
}
ul.list-style li a{
    padding: 10px;
    line-height: 25px;;
}

/* Plugins */
.heading-module{
    background: #26b14c;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
}
.heading-module h4{
    color: #ffffff !important;
    font-size: 18px !important;
}
/* ==> Events  */
.courses-thumb a:hover{
    color: #26b14c !important;
}

/* ==> MEF Management */
p.pre-description pre {
    display: block !important;
    /* font-family: monospace;
    white-space: pre;
    margin: 1em 0; */
}
/* ==> Useful Download */
/* Services */
.service-item img {
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 15px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}


/* Slide Owl */
#courses .owl-theme .owl-nav{
    margin-top: 14px !important;
}

span.select2-selection.select2-selection--multiple{
    border-radius: 20px;
}