@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}  
body {
    font-weight: 400;
    font-style: normal;  
    font-size: 16px;
    color: #0c0c0c; 
    font-family: 'Lato', sans-serif !important;
} 

/*custom background */

.bg-about{
    background-image: url(/images/about-us/AboutUsBanner.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-asset{
    background-image: url(/images/asset/AssetBanner.png) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-resource{
    background-image: url(/images/resource/resourceBanner.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-home1{
    background-image: url(/images/home/Homebanner.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 750px;
}
.bg-home2{
    background-image: url(/images/home/Home01.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 700px; 
}
.bg-home3{
    background-image: url(/images/home/Home02.png) !important;
    background-repeat: no-repeat !important; 
    background-position: left !important; 
    background-size: cover !important;
    height: 600px; 
}
.bg-home4{
    background-image: url(/images/home/Home03.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
}
.bg-home5{
    background-image: url(/images/home/Home04.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.bg-orange{
    background-color: #f39b1d !important;
}


.logo{
    width: 150px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left:30px ; 
}

.flag{
    margin-right: 5%;
}

.nav-padding{ 
    padding: 5px 50px; 
}

/* end background */

.question{
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}

.custom-box{
    height: 350px;
    background: white;
    border-radius: 1rem;
    padding: 5%; 
}

.white-active li .active{
    background-color: #e2e8f0;
}

/* custom navbar */
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 1rem;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: black;
}

.nav-link.active {
   color: #f4ae3d !important;
}

 .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}

.dropdown-menu .active {
    background: transparent ;
    color: rgb(228, 179, 66);
}

.dropdown-menu li{
    cursor: pointer;
}

.dropdown-menu-footer li {
    cursor: pointer;
}

.topic{
    padding-top: 15%;
    padding-bottom: 10%;
    text-align: center;
}

.Partners{
    justify-content: center;
    text-align: center;
    align-items: center;
}

.center{ 
    justify-content: center;
    align-items: center;
}



.header-design{
    font-weight: 600; 
    font-size: 2.5rem;
    color: #ed1c24;
}

.float-menu{
    margin: 2px;
    z-index: 10100;
    visibility: visible;
    font-family: Arial,Helvetica,sans-serif;
    background-color: rgb(32, 239, 32);
    font-size: 34px;
    color: white;
    width: 45px;
    height: 45px;
    z-index: 1001!important;
    position: fixed;
    bottom: 400px;
    opacity: 0.9;
}

.float-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
.float-menu li{
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    
}
.float-menu a{
    color: white;
}

.float-meun :hover{
    color: white;
}
/* end css */


.caps_large{
    font-size: 1rem;;
}

.vc_section[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}


/* Button style */
.button-orange {
    flex-direction: column;
    align-items: center;
    padding: 7px 30px;
    border-radius: 3px;
    border: none;
    font-weight: 700;
    color: rgb(17, 17, 17);
    background: linear-gradient(180deg, #ff9f19 0%, #f4a53d 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgb(54 122 246 / 25%), inset 0px 0.8px 0px -0.25px rgb(255 255 255 / 20%);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;  
}
.button-orange:hover{
    color: white;
}

.button-white{
    flex-direction: column; 
    align-items: center;
    padding: 7px 30px;
    border-radius: 3px;
    border: none;
    font-weight: 700;
    color: rgb(0, 0, 0);
    background: linear-gradient(180deg, #ffffff 0%, #e6e1e1 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgb(54 122 246 / 25%), inset 0px 0.8px 0px -0.25px rgb(255 255 255 / 20%);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;  
}
.button-white:hover{
    color:rgb(88, 74, 74);
}
.btn-animation{
    font-family: 'Lato', sans-serif !important;
    border-radius: 5px; 
    background: linear-gradient(180deg, #f3a040 0%, #f8a437 100%);
    border: none;
    color: #fffefe;
    text-align: center;
    font-size: 1rem;
    padding: 10px; 
    width: 200px; 
    font-weight: 700;
    transition: all 0.8s;
    cursor: pointer;
    margin: 5px;
} 
.btn-animation span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}
.btn-animation span:after {
    content: '\00bb';
    position: absolute;;
    opacity: 0;
    top: -12px;
    right: -15px;
    font-size: 30px;
    transition: 0.4s;
}
.btn-animation:hover span {
    padding-right: 25px;
    color: #ffffff;
}
.btn-animation:hover span:after {
    opacity: 1;
    right: 0;
}
.btn-animation-red {
    font-family: 'Lato', sans-serif !important;
    border-radius: 5px;
    background: linear-gradient(180deg, #fea618 0%, #f4ae3d 100%);
    border: none;
    font-weight: 500;
    color: #f4ecec;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 300px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.btn-animation-red span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn-animation-red::after{
    background: #252322;
}
.btn-animation-red span:after {
    content: '\00bb';
    position: absolute;;
    opacity: 0;
    top: -12px;
    right: -30px;
    font-size: 30px;
    transition: 0.5s;
}
.btn-animation-red:hover span {
    padding-right: 25px;
}
.btn-animation-red:hover span:after {
    opacity: 1;
    right: 0;
}
.btn-h {
  background-color: rgb(248, 240, 13);
  border: 0 solid #e2e8f0;
  border-radius: 1.0rem;
  box-sizing: border-box;
  color: #0d172a;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
a:hover{
    color: inherit;
}
.btn-h:hover {
  background-color: #1e293b;
  color: #fff;
}
@media (min-width: 768px) {
  .btn-h {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
/* end */

/* carousel */
.pagination{
    border-color: white;
}
/* .carousel-control-prev-icon{
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
}
.carousel-control-next-icon{
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
} */
 .radio-navigation{
    display: flex;
    justify-content: center;  
}
.carousel-indicators li {
    width: 10px!important;
    height: 30px!important;
    border-radius: 50% ;
}
.carousel-indicators{
    top: 50%;
}
.carousel .carousel-indicators li {
    background-color: rgb(161, 157, 154);
}
.carousel .carousel-indicators li.active {
    background-color: rgb(255, 141, 47);
}
.embed-responsive-item{
    width: 700px;
    height: 400px;
}
.carousel-item img{
    width: 100%;
    height: 850px;
    object-position: top;
    object-fit: cover;
}
/* end carousel */

.fa-solid{
    font-size: 50px;
    padding-bottom: 15px;
}

/* Button back to Top */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    opacity: 0.8;
}


.image-contorl{
    height: 150px;
    width: 100px; 
    object-fit: contain;
} 



/*MOBILE VIEW*/
@media only screen and (min-device-width: 100px) and (max-device-width: 991px) 
{ 
    .topic{
        padding-bottom: 20%;
        padding-top: 30%;
    }

    .xs-width-6{
        width: 60% !important;
    } 

    .custom-box{
        padding: 11%; 
    }

}  

@media only screen and (min-device-width: 100px) and (max-device-width: 991px) {
    .nav-padding{
        padding-left:0% ;
        padding-right: 0%;
    }
}

/* custom col*/
@media (min-width: 992px){
    .column-5 {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding: 3px; 
    }
    .column-7{
        flex: 0 0 14.28571428571429%;
        max-width: 14.28571428571429%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding: 3px;
    }
    
    .col-4{
        flex: 0 0 33.33333333%;
        width: 33.33333333%;
        padding: 3px;
    }
    
    .column-4{
        flex: 0 0 auto;
        width: 32%; 
    }
    }
    

