@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-family: 'Poppins', sans-serif;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
}
button:focus, input:focus {
    outline: none !important;
}

/* hamburger menu */
.bar {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.bar span{
    position: absolute;
    left: 0;
    background: #000;
    width: 100%;
    height: 2px;
    opacity: 1;
    transition: 0.2s;
}
.bar span:nth-child(1){
    top: 0;
}
.bar span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}
.bar span:nth-child(3){
    bottom: 0;
}
.bar.open span:nth-child(2){
    opacity: 0;
}
.bar.open span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}
.bar.open span:nth-child(3) {
    bottom: 9px;
    transform: rotate(-45deg);
}
/* hamburger menu */

.header_area{
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    transition: all 0.3s ease-out;
}
.logo{
    position: relative;
}
.logo img {
    width: 250px;
    transition: all 0.3s ease-out;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.menu ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.menu ul li{
    padding-left: 15px;
    padding-right: 15px;
}
.menu ul li:first-child{
    padding-left: 0;
}
.menu ul li:last-child{
    padding-right: 0;
}
.menu ul li a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    color: #13294B;
    line-height: normal;
    transition: all 0.3s ease-out;
}

.primary_btn {
    background: #D4294F;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    color: #FFF;
    line-height: normal;
    border: 1px solid #D4294F;
    outline: none;
    padding: 15px 15px;
    border-radius: 7px;
    transition: all 0.3s ease-out;
}
.secondary_btn {
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    color: #13294B;
    border: 1px solid #13294B;
    line-height: normal;
    outline: none;
    padding: 15px 15px;
    border-radius: 7px;
    transition: all 0.3s ease-out;
}
/* fixed */
.header_area.fixed{
    padding: 15px 0px;
}
.header_area.fixed .logo img{
    width: 220px;
}
.header_area.fixed .menu ul li a, .header_area.fixed .menu .primary_btn{
    font-size: 16px;
}
/* fixed */

.business_area{
    padding-bottom: 30px;
    padding-top: 175px;
    position: relative;
    overflow: hidden;
}
.business_area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #FFF url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.titles h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #13294B;
}
.titles h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #D4294F;
    padding-bottom: 7px;
}
.titles ul{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.titles ul li{
    padding-right: 15px;
}
.titles ul li:last-child{
    padding-right: 0;
}

.park_box{
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.park_box::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000%;
    height: 60%;
    background: url('../images/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.park_box img{
    width: 100%;
    height: auto;
    border-radius: 7px;
}


.power_area{
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 30px;
    overflow: hidden;
}
.power_slider{
    margin-top: 30px;
    position: relative;
}
.power_slider::after {
    position: absolute;
    content: "";
    left: -1000%;
    top: 0;
    width: 1000%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.power_slider.owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.power_slider_photo{
    overflow: hidden;
    border-radius: 15px;
}
.power_slider_photo > a > img{
    width: 100% !important;
    height: 100%;
}

.power_slider_disc{
    padding: 10px 10px 0px 10px;
}
.power_slider_disc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #13294B;
    line-height: 1em;
}
.power_slider.owl-theme .owl-nav {
    margin: 0px !important;
    position: absolute;
    top: -80px;
    right: 0;
}
.power_slider.owl-carousel button{
    padding: 0px !important;
    margin: 0px 5px;
}
.power_slider.owl-carousel button:last-child{
    margin-right: 0;
}
.power_slider.owl-carousel button:hover{
    background: transparent !important;
}
.power_slider.owl-carousel button.owl-prev img, .power_slider.owl-carousel button.owl-next img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.space_area{
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 30px;
}
.space_box{
    background: #13294B;
    padding: 30px 20px 20px 20px;
    border-radius: 15px;
}
.space_box .titles h1{
    color: #FFF;
}
.space_box .row > .col-lg-7, .space_box .row > .col-lg-5{
    margin-top: 20px;
}
.left_space_items{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.left_space_items img{
    width: 100%;
    height: auto;
}
span.active_color {
    background: #D4294F !important;
    color: #FFF !important;
}
.space_value{
    padding: 15px 10px;
    border-bottom: 1px solid #2B3E5D;
}
.space_value:last-child{
    border: none;
}
.space_value ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.space_value ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.space_value ul li:nth-child(1){
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.space_value ul li:nth-child(2), .space_value ul li:nth-child(3){
    width: calc(50% - 30px);
    padding-left: 10px;
    padding-right: 10px;
}
.space_value ul li span {
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #24719D;
}
.space_value ul li p{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}
.space_value ul li img {
    width: 20px;
    margin-right: 10px;
}


.location_area{
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 30px;
}
.location_box{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 30px;
}
.location_box iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.contact_area{
    background: #FFF;
    padding-top: 80px;
}
.contact_box{
    background: #13294B;
    border-radius: 15px;
    padding: 40px 40px;
}
.contact_box .titles h1{
    color: #FFF;
}
.contacts{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
}
.contact_items{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.contact_items ul{
    position: relative;
    width: 95%;
}
.contact_items ul::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
    opacity: 0.15;
}
.contact_items:last-child ul::after{
    display: none;
}
.contact_items ul li{
    padding: 15px 0px;
}
.contact_items ul li:first-child{
    padding-top: 0;
}
.contact_items ul li:last-child{
    padding-bottom: 0;
}
.contact_items ul li, .contact_items ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: 0.3s;
}
.contact_items ul li:hover span.contact_title h3{
    opacity: 0.8;
}
.contact_items ul li:hover span.contact_title p{
    opacity: 1;
}
.contact_items ul li:hover span.contact_icon {
    opacity: 0.8;
}
.contact_items ul li span.contact_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #D4294F;
    padding: 20px 20px;
    border-radius: 12px;
    margin-right: 15px;
    transition: 0.3s;
}
.contact_items ul li span.contact_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact_items ul li span.contact_title h3 {
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    margin-top: 7px;
    transition: 0.3s;
}
.contact_items ul li span.contact_title p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: 1em;
    transition: 0.3s;
}

.footer_area{
    background: #FFF;
    padding: 80px 0px;
}
.footer{
    text-align: center;
}
.footer img{
    width: 300px;
}

.mfp-close {
    font-size: 50px;
}