@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif!important;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

@media (min-width:250px) and (max-width:767px) {
}



/*******************************SLIDER*******************************/

.main-carousel {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.carousel-cell {
  background: #000;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner1 .bg {
  background: url("../images/bnr1.jpg") no-repeat center;
  background-size: cover;
}

.banner2 .bg {
  background: url("../images/bnr2.jpg") no-repeat center;
  background-size: cover;
}

.banner3 .bg {
  background: url("../images/bnr3.jpg") no-repeat center;
  background-size: cover;
}

.banner4 .bg {
  background: url("../images/bnr4.jpg") no-repeat center;
  background-size: cover;
}

.banner5 .bg {
  background: url("../images/bnr5.jpg") no-repeat center;
  background-size: cover;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.text {
    padding: 0 60px;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9999;
}
.bg:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.flickity-page-dots {
  bottom: 25px;
}

.flickity-page-dots {
    bottom: 20px!important;
}








.main_header {
    padding: 5px 0;
    background-color: #fff;
}
.logo_section .logo {
    display: block;
    text-align: center;
}
.menu_round {
    display: none;
}
.menu_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.menu_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
	font-weight: 500;
}
ul.menu_bar li {
    margin: 0 20px;
}
ul.menu_bar li a {
	color:#1F3658;
}
ul.menu_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.connect_btn {
    display: none;
}
.header_connect {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header_connect ul {
    display: flex;
}
.header_connect li {
    margin: 0 0px 0 6px;
}
.header_connect li a {
    display: flex;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
	background-color: #4e0403;
}
.header_connect li i.fab.fa-x {
    background-image: url(../images/X-Logo.png);
    display: block;
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin: 3px 0 0;
}




.flickity-slider p {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8 !important;
}
.flickity-slider h1 {
    color: #fff;
    font-size: 55px;
    margin: 0 0 30px;
}
.flickity-slider a {
    background-color: #b60906;
    color: #fff;
    display: block;
    width: 165px;
    padding: 10px 0;
    border-radius: 0;
    margin: 0 auto;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 29%!important;
    top: 30%!important;
    width: 40%!important;
    height: 40%!important;
}
.flickity-prev-next-button {
    top: 50%!important;
    width: 35px!important;
    height: 35px!important;
}


.intro_text {
    display: flex;
    align-items: center;
}
.banner_caption {
    background-color: #243ae2;
    padding: 20px 0;
}
.banner_caption p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}



.growth_wrapper {
    background-color: #fff;
    position: relative;
    padding: 70px 0;
}
.inner_growth_wrapper {
    position: relative;
    width: 100%;
}
.growth_wrapper img {
    width: 100%;
    border-radius: 0px;
    display: block;
}
.growth_wrapper article {
    width: 47%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/growth_image_horizontal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0;
}
.growth_wrapper section {
    padding: 0px;
}
.growth_wrapper h3 {
    font-size: 55px;
    margin: 0 0 40px;
}
.growth_wrapper section h4 {
    margin: 0 0 20px;
}
.growth_wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #5a6673;
    margin: 0 0 15px;
}
.growth_wrapper section span {
    display: block;
    margin: 2px 0 0;
    font-weight: 600;
}
.growth_wrapper h3 span {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    color: #243ae2;
    position: relative;
    padding: 0 0 0 20px;
}
.growth_wrapper h3 span:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #0cc3f5;
}
.growth_wrapper h3 span:after {
    position: absolute;
    left: 6px;
    top: 3px;
    content: "";
    width: 4px;
    height: 12px;
	background-color: #243ae2;
}
.growth_wrapper section h5 {
    padding: 0 0 0 15px;
    border-left: solid 3px #243ae2;
    margin: 40px 0 20px;
}
.growth_wrapper section li {
    font-size: 16px;
    margin: 8px 0 0;
    padding: 0 0 0 20px;
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: left 5px;
}





.features_wrapper {
    padding: 0 15px 60px;
    max-width: 1200px !important;
    margin: -156px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}
.features_wrapper section {
    width: 20%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 0 -1px;
    text-align: center;
    background-color: #fff;
}
.features_wrapper section img {
    width: 100%;
}
.features_wrapper section a {
    padding: 0 0 35px 0;
    display: block;
    color: #000;
}
.features_wrapper section h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.footer_contact_form section {
    background-color: #252d67;
    padding: 40px;
	margin: 0 0 0 0;
}
.footer_contact_form section h5 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 25px;
}
.footer_contact_form section p {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
	margin: 0 0 50px;
}
form.contact-form input {
    display: block;
    width: 100%;
    font-size: 14px;
    border: solid 1px #fff;
    padding: 0 25px;
    height: 50px;
    margin: 20px 0 0;
}
form.contact-form button {
    border: none;
    display: block;
    margin: 20px 0 0;
    width: 150px;
    padding: 11px 0;
    background-color: #0cc3f5;
    color: #fff;
    font-size: 14px;
}
ul.contact_elements li {
    width: 360px;
    font-size: 17px;
    border: solid 1px #fff;
    padding: 0 25px 0 55px;
    height: 50px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
}
ul.contact_elements li a {
    display: block;
    color: #fff;
}
li#location {
    background-image: url(../images/icon-map.png);
}
li#whatsapp {
    background-image: url(../images/icon-whatsapp.png);
}
li#mail {
    background-image: url(../images/icon-email.png);
}
.footer_contact_wrapper {
    padding: 0 0 60px;
}
.footer_contact_credit section h5 {
    color: #000;
    font-size: 30px;
    margin: 0 0 20px;
}
.footer_contact_credit section p {
    font-size: 16px;
    color: #000;
    opacity: 0.7;
}



footer {
    padding: 55px 0;
}
footer section h5 {
    margin: 0 0 20px;
}
footer section p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 18px;
}
.footer_wrapper section {
    background-color: #fff;
    padding: 45px 0;
    text-align: center;
}
ul.social_links {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
ul.social_links li {
    margin: 0 5px;
}
ul.social_links li a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #4e0403;
    color: #fff;
    font-size: 18px;
}

.social_icons ul {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 30px 0 0;
}
.social_icons li {
    margin: 0 0px 0 15px;
}
.social_icons li a {
    color: #fff;
}
i.fab.fa-x {
    background-image: url(../images/X-Logo.png);
    display: block;
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin: 3px 0 0;
}
ul.footer_services {
    display: flex;
    text-align: center;
    font-size: 14px;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
}
.copyright {
    padding: 30px 0 0;
    margin: 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.copyright p {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 15px;
}
.footer_contact_credit section img {
    width: 100%;
    margin: 0 0 20px;
}
ul.footer_services li {
    padding: 0 8px;
    position: relative;
}
ul.footer_services li:after {
    position: absolute;
    right: -1px;
    top: 2px;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
}
ul.footer_services li:last-child:after {
	display:none;
}
.alue {
    text-align: center;
    padding: 85px 0 0;
}








.inner_wrapper {
    padding: 0 0;
    background-image: url(../images/inner_banner.jpg);
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 65px 0 0;
}
.inner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner_wrapper article {
    text-align: center;
    color: #fff;
}

.inner_growth_wrapper h2 {
    font-size: 45px;
    margin: 0 0 55px;
    background-image: url(../images/lotus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 64px auto;
    padding: 70px 0 0;
    text-align: center;
}


.contact_wrapper {
    padding: 70px 0;
}
.contact_wrapper section a {
	border:solid 1px #ccc;
    transition: all 0.6s ease 0s;
    text-align: center;
    padding: 35px;
    display: block;
    color: #000;
	min-height: 255px;
}
.contact_wrapper section img {
    width: 65px;
    margin: 0 0 15px;
}
.contact_wrapper section h5 {
    font-size: 17px;
    margin: 0;
}
.contact_wrapper section h5 span {
    display: block;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 10px;
    opacity: 0.6;
}

.contact_wrapper section {
    margin: 30px 0 0;
}
.contact_wrapper .social_icons ul {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 30px 0 0;
}
.contact_wrapper .social_icons li {
    margin: 0 0px 0 15px;
}
.contact_wrapper .social_icons li a {
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: solid 2px #000;
    border-radius: 50px;
}
.contact_wrapper .social_icons i.fab.fa-x {
    background-image: url(../images/X-Logo-dark.png);
    display: block;
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin: 3px 0 0;
}

ul.about_tag li {
    background-image: none;
    padding: 5px 10px;
    margin: 10px 10px 0px 0;
    border: solid 1px;
}
ul.about_tag {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
}


.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100% !important;
}
.youtube_videos section {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.youtube_videos section h4 {
    font-size: 18px;
    margin: 0;
}
.youtube_videos section h4 a {
	display:block;
	color:#000;
    margin: 0;
    padding: 10px 0 20px;
}
section.qr-code img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
section.qr-code h5 {
    text-align: center;
    margin: 0 0 15px;
}



.gallery_content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}
.gallery_content article a {
    display: block;
    height: 210px;
    overflow: hidden;
}
.gallery_content article img {
    width: 100%;
}

.footer_logo {
    padding: 35px 0 !important;
}
.footer_logo img {
	width: 130px;
}

.growth_wrapper section ul {
    margin: 25px 0;
}
.gallery_box article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
}
.fullpage-wrapper {
    padding: 85px 0 0!important;
}
.gallery_box article h1 {
    color: #fff;
    font-size: 55px;
    margin: 0 0 30px;
}
.gallery_box article a {
    background-color: #b60906;
    color: #fff;
    display: block;
    width: 165px;
    padding: 10px 0;
    border-radius: 0;
    margin: 0 auto;
}



.fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell {
    height: auto !important;
}
.youtube_videos {
    padding: 100px 0!important;
}
.youtube_videos h2 {
    margin: 0 0 40px;
}





@media (min-width:250px) and (max-width:991px) {
.growth_wrapper img {
    display: block;
}	
.growth_wrapper article {
	display:none;
}
header {
    position: relative;
}
.alue {
	background: #fff!important;
    text-align: center;
    padding: 0;
}	
}



@media (min-width:767px) and (max-width:991px) {
.menu_wrapper {
    justify-content: end;
}
.header_connect ul {
    display: flex;
    margin: -10px 20px 15px 0;
}
ul.menu_bar {
    margin: -15px 0 0;
}
}

@media (min-width:250px) and (max-width:767px) {
ul.menu_bar {
    margin: 15px 0;
}
.header_connect {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_header {
    padding: 5px 0 20px;
}
}