@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

*, :after, :before {
    box-sizing: border-box;
	font-family:'Montserrat';
}
html, body{margin: 0;padding: 0;}
p, .text-normal{color: #666;font-size:0.9rem;}
a{color: #666;text-decoration: none;font-weight: 500;}
.fs-7{font-size: 0.8rem;}
.bg-gray{background: #e7e8ec;}
.bg-shade-yellow{background: #fff2cc}
.text-theme{color:#fda430;}

.button-theme{
	color: #fff;
    border: 0;
    padding: 10px 30px;
    font-weight: 500;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(50deg, #f10b48, #af41bb);
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor:pointer;
}
.button-theme:hover{
    color: #fff;
	background-image: linear-gradient(225deg, #f10b48, #af41bb);
}
.btn:hover > a{
    color: #fff;
}
.overlay-dark:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}

/* splide default */
.splide__arrows{
	position: absolute;
    bottom: 16px;
    width: 80px;
    z-index: 11;
    left: 94px;
    right: 0;
    margin: auto;
}
.splide__arrows button{
    border: none;
    cursor: pointer;
    background: #fda430;
    padding: 5px 10px;
}
.splide__arrows .splide__arrow--prev{
    -webkit-transform: scale(-1);
    transform: scale(-1);
    background: #c9c9c9;
}
.splide__arrows svg{
    width: 15px;
    height: 15px;
}
.splide__pagination{
    position: absolute;
    left: 0;
    top: 35%;
    width: 50px;
    display: block;
}
.splide__pagination li{
    display: block;
    text-align: center;
    margin-bottom: 14px;
}
.splide__pagination li button{
    width: 8px;
    height: 8px;
    padding:0;
    background: #3e3e3e;
    border: none;
    border-radius: 50%;
}
.splide__pagination li button.is-active{
    background: #fda430;
    width: 12px;
    height: 12px;
}

/* home banner */
.home-page-banner{background: #e7e8ec;}
.home-page-banner .splide__slide_content{min-height: 750px}
.home-page-banner .splide__slide_content .splide__slide_text{padding: 13% 0 0 15%;}
.home-page-banner .splide__slide_image{
    width: 45%;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
}
.home-page-banner .splide__slide_footer{
    height: 74px;
    bottom: 0px;
}
.home-page-banner .splide__slide_footer small{
    width: 50%;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 74px;
}
.splide__slide_image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

/* header navigation */
header{
	width: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
header .container{display:flex;justify-content:space-between;align-items:center;padding: 5px 10px;}
.brand img{
    position: absolute;
    height: 90px;
    border-radius: 4px;
    top: -20px;
}
.navigation ul{margin: 0;padding: 0;}
.navigation ul li{list-style:none;display:inline-block;padding: 0 8px;}
.navigation ul li a{display:block;text-decoration:none;color:#666;}
.navigation ul li a:hover{color: #fda430;background:transparent;}
.dropdown:hover .dropdown-menu:not(.submenu.dropdown-menu) {
    display: block;
    margin-top: 0;
 }
 .submenu.dropdown-menu {
    left: 98%;
    top: 20%;
 }
 .dropdown-menu .dropdown:hover > .submenu.dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .navigation ul li a.dropdown-item, .navigation ul.dropdown-menu li a.dropdown-toggle{
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
 }
 .navbar-nav .dropdown-menu{
    padding: 8px 0;
    border: 0; border-top: 2px solid #fda430;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
 }

.about-us-section{
    background: #e7e8ec;
}
.about-section-inner-image img{
    width: 100%;
    height: 400px;
    object-fit: revert;
    border: 1px solid #ffffff;
    margin-top: -108px;
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 20%);
}
.vision-value-content{
    background: #fff2cc;
    margin: auto;
    position: relative;
    bottom: -50px;
    z-index: 1;
}

.portfolio-slider-content-box{
    border: 4px solid #fff;
    width: 500px;
    height: 200px;
    background: rgba(255,255,255,0.85);
    padding: 20px;
    position: absolute;
    right: -2px;
    top: 25%;
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 20%);
}
.portfolio-slider .splide__slide_footer{
    bottom: 0px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.portfolio-slider .splide__arrows{
    left: 490px;
}
.acheivements{
    margin-left: -70px;
}
.acheivements-block{
    width: 235px;
    height: 100px;
    /* box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%); */
    border: 2px solid #c9a272;
}

footer{background:#363636;color:#fff;margin-top: 50px;}
.sub-footer{background:#414141}
