/* =Fonts
========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Higuen';
    src: url('fonts/Higuen-Regular.woff2') format('woff2'),
        url('fonts/Higuen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:16px; line-height:1.45; font-weight: 400; font-family: 'Jost', Arial, Helvetica, sans-serif; color:#000; letter-spacing: 0.025rem; background: #fff; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#e94727; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#e94727; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Higuen'; line-height:1.3; margin:0 0 0.8rem; font-weight: normal; color: #302571; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:2.813rem; } /* 45px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.125rem; } /* 18px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1434px; width: 80%; }
.text-primary { color:#e94727 !important; }
.bg-primary { background:#e94727 !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#000000 !important; }
.bg-black { background:#000000 !important; }
.text-secondary { color: #302571 !important; }
.bg-secondary { background-color: #302571 !important; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { font-weight: 700; box-shadow: none !important; outline: none !important; border-radius: 0.3rem; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 1px; border-style: solid; border-radius: 50px; }
.btn.btn-primary { background:#e94727; border-color: #e94727; color: #fff; }
.btn.btn-primary:hover { background: #000000; border-color: #000000; color: #fff; }
.btn.btn-primary-outline { background:transparent; border-color: #e94727; color: #e94727; }
.btn.btn-primary-outline:hover { background: #e94727; border-color: #e94727; color: #fff; }
.btn.btn-secondary { background:#000000; color: #fff; border-color: #000000; }
.btn.btn-secondary:hover { background: #e94727; color: #fff; border-color: #e94727; }
.btn.btn-secondary-outline { background:transparent; color: #000000; border-color: #000000; }
.btn.btn-secondary-outline:hover { background: #000000; color: #fff; border-color: #000000; }
.btn.btn-white-outline { background:transparent; color: #fff; border-color: #fff; }
.btn.btn-white-outline:hover { background: #fff; color: #000; border-color: #fff; }
.btn-with-ico { display: inline-flex; align-items: center; }
.btn-with-ico figure { min-width: 14px; margin: 0 0 0 0.4rem; width: 14px; transform: translateX(0); transition: 0.35s all; }
.btn-with-ico:hover figure { transform: translateX(5px); }
.btn-with-ico figure svg { width: 100%; height: auto; fill: #fff; position: relative; top: -1px; transition: 0.35s all; }



.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #000000; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #000000; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #e94727; border-color: #e94727; }
.form-label { font-weight: 500; color: #000; }

/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; background: #fff; }

.header-top { background-color: #0f0f0f; padding: 2rem 0 0; }
.logo-text { max-width: 150px; width: 100%; margin: 0 auto; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #e94727; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #302571; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #302571; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #e94727; border-color: #e94727; }
.social-links a:hover svg { fill: #fff; }
.header-bottom { padding: 1.5rem 0; }
.logo { max-width: 120px; width: 100%; }
.logo figure { margin: 0; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; margin-bottom: 0; }
.navbar ul li a { color: #000; transition: 0.35s all; padding: .5rem 1.3rem 1.0rem !important; position: relative; }
.navbar ul li a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 0; height: 2px; background: #e94727; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #e94727; }
.navbar ul li a.active:after, .navbar ul li:hover > a:after { width: 100%; }
.navbar ul li .dropdown-menu { background-color: #000; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #e94727; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 35px; width: 35px; background: transparent; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 3px; width: auto; background: #302571; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 3px; transform: none; background: #302571; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -12px; }
.navbar .navbar-toggler span::after { bottom: -12px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }




/* =Footer page Css
========================================================================================*/
#footer { background-color: #f0f4f8; background-repeat: no-repeat; background-size: cover; background-position: top center; position: relative; z-index: 1; }
#footer:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; background: #f0f4f8; opacity: 0.9; }
.footer-top { padding: 3rem 0; }
.f-logo { max-width: 150px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 0.8rem; padding-bottom: 0.7rem; position: relative; }
.footer-top h5:after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 70px; background: #302571; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; flex-wrap: wrap; }
.f-menu ul li { margin: 0.5rem 0; color: #000; }
.f-menu ul li a { color: #000; text-decoration: none; }
.f-menu ul li a:hover { color: #e94727; padding-left: 0.5rem; }

.contact-list { padding: 0.7rem; }
.contact-list ul { margin: 0; padding: 0; list-style: none; }
.contact-list ul li { display: flex; margin: 0 0 1.5rem 0; }
.contact-list ul li:last-child { margin-bottom: 0; }
.contact-list ul figure { height: 50px; width: 50px; min-width: 50px; background: #302571; border-radius: 50px; margin: 0 1.2rem 0 0; display: flex; align-items: center; justify-content: center; }
.contact-list ul figure svg { fill: #fff; height: 22px; width: 22px; }
.contact-info h6 { margin: 0 0 0.2rem 0; }
.contact-info p a { color: #000; }
.contact-info p a:hover { color: #e94727; }

.footer-bottom { font-weight: 500; border-top: 1px solid rgba(48, 37, 113, 0.2); }

/* =Accordion and Tab Css
========================================================================================*/
.accordion-header .accordion-button { outline: none; box-shadow: none; border: 1px solid rgba(0,0,0,.125); margin-bottom: -1px; background: #fff; } 
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) { background: rgba(34, 90, 238,0.2); color: #e94727; border-color: rgba(34, 90, 238,0.2); }

.nav.nav-tabs .nav-item { margin-bottom: 0; }
.nav-tabs .nav-link { font-weight: 600; background: #F0F4F8; color: #000; }
.tab-content > .tab-pane { padding: 1rem 0; }


/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000; z-index: -1; opacity: 0.75; }
.hero-row { position: relative; z-index: 1; min-height: calc(100vh - 136px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: #000; } 
.hero-video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; opacity: 0.6; } 
.hero-video video { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.banner-social-link figure { margin: 0; width:18px; }
.banner-social-link svg { fill: #fff; vertical-align: top; width: 100%; height: auto; }
.banner-social span { display: flex; transform: rotate(90deg) translateY(-50%); transform-origin: top left; height: 35px; align-items: center; position: absolute; left: 50%; right: 0; top: 0; margin: auto; width: 85px; font-weight: 600; }
.banner-social { display: flex; flex-direction: column; position: absolute; left: 1rem; bottom: 1rem; padding-top: 150px; color: #fff; }
.banner-social span:after { content: ""; position: absolute; left: calc(100% + 0.5rem); top: 0; bottom: 0; background: #fff; height: 2px; width: 50px; margin: auto; }
.banner-social-link a { margin: 0.6rem 0; display: block; transform: scale(1); }
.banner-social-link a:hover { transform: scale(1.1); }
.hero-text h1, .hero-text h5 { color: #fff; }
.about-img { padding-left: 8%; padding-right: 8%; padding-bottom: 6%; position: relative; z-index: 1; max-width: 80%; margin: 0 auto 0; width: 100%; } 
.about-img:after { content: ""; position: absolute; bottom: 0; left: 0; top: 10%; right: 20%; z-index: -2; background:#e94727; }
.bg-patern { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: 100% auto; background-position: bottom center; opacity: 0.5; z-index: -1; }

.logo-slider .swiper-slide { height: auto; }
.logo-slider figure { width: 90%; margin: 0 auto; background: #fff; padding: 1.4rem; text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 0.9rem; }
.logo-slider figure img { width: auto; height: auto; max-height: 100px; max-width: 100%; } 
.swiper .swiper-pagination { position: static; margin-top: 1rem; }
.swiper .swiper-pagination .swiper-pagination-bullet { background: #fff; }


.feature-list { display: flex; flex-direction: row; flex-wrap: wrap; border: 1px solid #302571; }
.feature-list-box { width: 33.333333%; text-align: center; padding: 3rem 2rem; border: 1px solid #302571; position: relative; z-index: 1; transition: 0.35s all; color: #302571; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.feature-list-box:hover { background: #e94727; border-color: #e94727; z-index: 2; box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
.feature-list-box figure { margin: 0 auto 1.2rem; height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; } 
.feature-list-box figure svg { width: 100%; height: auto; fill: #302571; max-height: 100%; transition: 0.35s all; }
.feature-list-box:hover figure svg { fill: #fff; }
.feature-list-box h6 { font-family: 'Jost', Arial, Helvetica, sans-serif; font-weight: 600; text-transform: uppercase; max-width: 210px; width: 100%; margin: 0 auto; color: inherit; transition: 0.35s all; }
.feature-list-box:hover h6 { color: #fff; }
.feature-list-right { position: relative; }
.feature-list-content { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.feature-list-content.active { display: block; }
.feature-list-content img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.feature-list-text { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; display: flex; align-items: center; justify-content: center; text-align: center; max-width: 90%; }
.feature-list-info { max-width: 500px; width: 100%; margin: auto; color: #000; background-color: rgba(255, 255, 255, 0.4); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 12px; padding: 2rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.feature-list-info h3 { color: #000; }
.the-numbers-row { background-color: #302571; color: #fff; text-transform: uppercase; font-size: 1rem; font-weight: 700; text-align: center; position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; }
.the-numbers-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #302571; z-index: -1; opacity: 0.85; }

.story-bg-img { height: 500px; background-color: #302571; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; }

.schedule-row { background-repeat: no-repeat; background-size: cover; background-position: top left; background-attachment: fixed; background-color: #0f0f0f; position: relative; z-index: 1; }
.schedule-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #0f0f0f; z-index: -1; opacity: 0.95; }
.schedule-list { margin-bottom: 0.5rem; }
.schedule-list ul { display: flex; margin: 0; padding: 0; list-style: none; }
.schedule-list ul li { padding: 0.6rem; border-right: 1px solid rgba(255,255,255,0.1); width: 33.333333%; text-align: center; }
.schedule-list ul li:first-child { padding-left: 0; }
.schedule-list ul li:last-child { padding-right: 0; border-right: 0; }
.schedule-list h5 { font-size: 1rem; margin: 0 0 0.3rem 0; }
.schedule-list h6 { font-size: 0.9rem; margin: 0; color: #eeb500; }

.map-box { font-size: 0; }
.map-box iframe { width: 100%; height: 450px; border: 0; }

.projects-list-right { position: relative; }
.projects-list-content { position: relative; z-index: 1; margin: 2.5rem 0; padding: 2.5rem 0; }
.projects-list-content img { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; }
.projects-list-text { margin: 5rem auto; z-index: 1; text-align: center; max-width: 600px; width: 90%; color: #17182e; background-color: rgba(255, 255, 255, 0.4); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 12px; padding: 2rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.contact-info a {
  pointer-events: auto !important;
}