/*!
Theme Name: Southport
Theme URI: #
Author: Southport Dev Team
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: 
License URI: LICENSE
Text Domain: Southport
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*Animation*/
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

@keyframes flyIn {
    from{
        opacity: 0;
        top: -50%;
    }
    to {
        opacity: 1;
    }
}

@font-face {
    font-family: 'Helvetica';
    src: url('./assets/fonts/Helvetica.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('./assets/fonts/Helvetica-Bold.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica';
}

a:hover, a:focus {
	color: #798A8F !important;
}

.container {
    max-width: 1140px;
}

.spk__header {
    position: relative;
	background-color: #1F3C4B;
}

.spk__header-wrapper {
	padding-top: 31px;
    padding-bottom: 31px;
}

@media (max-width: 767px) {
	.spk__header-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-device-width: 768px) 
                   and (max-device-width: 991px) 
                   and (orientation: landscape) {
    .spk__header-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.spk__header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    align-items: start;
}

@media (max-width: 767px) {
	.spk__header-row {
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.spk__header-row {
		align-items: center;
		justify-content: center;
	}
}

.spk__header-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.spk__header-column {
		align-items: center;
	}
}

.spk__header-hamburger {
	flex: 0;
	display: inline-block;
}

.spk__header-links {
	display: flex;
	gap: 30px;
}

.spk__header-links a {
	color: #798A8F;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-decoration: none;
	padding: 0 10px;
}

.spk__header-links a:hover,
.spk__header-links a:focus {
	color: #FFF !important;
	border-bottom: 1px solid #FFF;
}

.header__home-link a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.header__home-link a:hover,
.header__home-link a:focus {
	color: #FFF !important;
}

.spk__header-links--mobile {
	display: none;
	background-color: #798b8f;
	text-align: center;
}

.spk__header-links--mobile a {
	color: #1c3a4a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}

.spk__header-links--mobile a:hover,
.spk__header-links--mobile a:focus {
	color: #1c3a4a !important;
}

.spk__header-links--mobile .spk__header-column:first-child a {
	color: #1c3a4a;
	width: fit-content;
	border-bottom: 3px solid #1c3a4a;
}

.show-links--mobile {
	display: block;
	padding: 20px;
}

.show-links--mobile .spk__header-column {
	padding-bottom: 10px;
	align-items: center;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 1px;
	background-color: #bbbdbf;
	margin: 6px 0;
	transition: 0.4s;
}
  
.change .bar1 {
	transform: translate(0px, 7px) rotate(-45deg);
}
  
.change .bar2 {
	opacity: 0;
}
  
.change .bar3 {
	transform: translate(0px, -7px) rotate(45deg);
}

.home_section {
	width: 100%;
	height: 100vh;
	background: url('./assets/img/banner-hero_new.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
}

@media only screen and (min-device-width: 768px) 
                   and (max-device-width: 991px) 
                   and (orientation: landscape) {
    .home_section {
        height: 150vh;
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    .home_section {
        height: 80vh;
    }
}

.home_section__row {
	padding-top: 42px;
	display: flex;
	/*gap: 90px;*/
}

@media (max-width: 767px) {
	.home_section__row {
		flex-direction: column;
		gap: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.home_section__row {
		gap: 0;
	}
}

.home_banner__col-1 {
	flex: 0 0 calc(60% - 40px);
}

.home_banner__col-2 {
	flex: 1 0 calc(40% - 40px);
}

.home_section__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 10px;
	/*text-shadow: 4px 3px 4px #26265E;*/
}

@media (max-width: 575px) {
	.home_section__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		row-gap: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home_section__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home_section__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home_section__list {
        grid-template-columns: auto auto auto;
    }
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid white; 
	border-right: 0;
	display: inline-block; 
	margin-right: 4px;
	/* padding-left: 10px; */
}

.home_item {
	display: flex;
	flex-grow: 1;
	align-items: center;
	width: 30%;
	white-space: nowrap;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	color: white;
	text-decoration: none;
}

@media (max-width: 767px) {
    .home_item {
        font-size: 17px;
    }
}

.home_item:hover,
.home_item:focus {
	color: #fff !important;
}

.home_section__title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/*text-shadow: 4px 3px 4px #26265E;*/
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.home_section__title {
		/*font-size: 22px;*/
		line-height: 30px;
		margin-top: 30px;
	}
}

.home-grey__bg {
	background-color: #E6E6E7;
	padding: 50px 0;
}

@media (max-width: 767px) {
	.home-grey__bg {
		padding: 20px 0;
	}
}

.strategic-location__row {
	display: flex; 
	gap: 40px;
}

@media (max-width: 767px) {
	.strategic-location__row {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.strategic-location__row {
		flex-direction: column;
	}
}

.strategic-location__row-2 {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .strategic-location__row-2 {
        margin-top: 50px;
    }
}

.strategic-location__col-1 {
	flex: 0 0 calc(20% - 40px);
	align-self: center; 
}

.strategic-location__col-2 {
	flex: 1 0 calc(80% - 40px);
}

.map2__row {
	display: flex; 
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
}

@media (max-width: 767px) {
	.map2__row {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.map2__row {
		flex-direction: column;
	}
}

.map2__col-1 {
	flex: 0 0 calc(15% - 40px);
	align-self: center;
}

.map2__col-2 {
	flex: 1 0 calc(85% - 40px);
	margin-top: 100px;
}

@media (max-width: 991px) {
	.map2__col-2 {
		margin-top: 0;
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
    .map2__col-2 {
        display: none;
    }
}

.map2__title {
	color: #003243;
	font-size: 18px;
	margin-bottom: 0;
	background-color: #ffffff;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 30%;
}

@media (max-width: 991px) {
	.map2__title {
		position: unset;
		width: 100%;
		background-color: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
    .map2__title {
        margin-bottom: 50px;
    }
}

.home-map__title {
	color: #003243;
	font-size: 32px;
	margin-bottom: 30px;
}

.home-map__desc--first {
	color: #003243;
	font-size: 18px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.home-map__desc--first {
		margin-bottom: 50px;
	}
}

.home-map__desc--second {
	color: #003243;
	font-size: 18px;
}

.home-future-proof__title {
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 100%;
}

@media (max-width: 767px) {
    .home-future-proof__title {
        margin-top: 50px;
    }
}

.home-future-proof__desc {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 100%;
}

.home-sqft {
	color: #003243;
	font-size: 22px;
	line-height: 100%;
	margin-top: 21px;
	margin-bottom: 75px;
}

@media (max-width: 767px) {
	.home-sqft {
		margin-bottom: 30px;
	}
}

.home-future-proof__designs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 0;
    gap: 50px;
	margin-bottom: 50px;
}

.home-future-proof__design .fade-in-icon {
	width: 100%;
}

@media (max-width: 767px) {
	.home-future-proof__designs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}

	.home-future-proof__design {
		text-align: center;
	}

	.home-future-proof__design img {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-future-proof__designs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home-future-proof__designs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 100px;
	}
}

.home-future-proof__design-title {
	color: #003243;
	font-size: 22px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.home-future-proof__design-title {
		font-size: 20px;
	}
}

.home-future-proof__design-title--fifth {
    padding-top: 25px;
}

.home-future-proof__design-title--last {
    padding-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-future-proof__design-title--last {
        padding-top: 45px;
    }
}

.home-green__bg {
	background-color: #b4b6b8;
	padding: 50px 0;
}

.wpcf7-contact-us {
	padding: 50px 50px 0 50px;
}

@media (max-width: 767px) {
	.wpcf7-contact-us {
		padding: 50px 0 0;
	}
}

.contact-us__title {
	color: #003243;
	font-size: 32px;
	line-height: 100%;
	font-weight: 400;
	margin-bottom: 0;
}

.contact-us__desc {
	color: #003243;
	font-size: 32px;
	line-height: 100%;
	font-weight: 200;
}

@media (max-width: 767px) {
	.contact-us__desc {
		font-size: 22px;
	}
}

.contact-us__label {
	color: #003243;
}

@media (max-width: 767px) {
	.contact-us__label {
		margin-bottom: 0;
	}
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 0 5px;
}

.wpcf7 input[type="submit"] {
	float: right;
	border-radius: 25px;
	padding: 5px 50px;
	border: none;
	color: #003243;
	font-weight: 600;
	background-color: #FFFFFF;
}

.wpcf7-response-output {
	color: #fff;
}

#email-error {
    display: none !important;
}

#your-contact-number-error {
    font-size: 16px !important;
}

.footer__row {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 991px) {
	.footer__row {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer__logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: fit-content;
}

@media (max-width: 767px) {
	.footer__logo {
		margin-top: 0;
		text-align: center;
		margin-bottom: 30px;
	}
}

.footer__logo img {
	width: 211px;
	margin: 20px auto 0;
    text-align: center;
    display: block;
}

.footer__socials {
	border-top: 1px solid #798A8F;
	margin-top: 32px;
}

@media (max-width: 767px) {
	.footer__socials {
		padding: 0 20px;
	}
}

.footer__tjb-logo--mobile {
    display: none;
}

.footer__tjb-logo {
    width: 120px !important;
    
}

@media (max-width: 767px) {
    .footer__tjb-logo {
        display: none !important;
    }
    
    .footer__tjb-logo--mobile {
        display: block;
        width: 140px;
        margin: 20px auto 0;
    }
}

.footer__social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}

.footer__social-icon img {
	width: 35px;
	height: 35px;
}

.footer__text {
	color: #1F3C4B;
	font-size: 14px;
	line-height: 28px;
	line-height: 135%;
}

@media (max-width: 767px) {
	.footer__text {
		padding: 0 20px;
		/*font-size: 15px;*/
	}
}

.footer__social-link a {
	color: #1F3C4B;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	text-decoration: none;
}

.footer__social-link a:hover {
	color: #FFF !important;
}

.footer__bg {
	/*background-image: url('./assets/img/footer.png');*/
	/*width: 100%;*/
	/*background-size: cover;*/
	/*background-position: bottom;*/
	/*background-repeat: no-repeat;*/
	/*padding-bottom: 350px;*/
}

@media (min-width: 768px) and (max-width: 1299px) {
    .footer__bg {
        background-size: contain;
    }
}

@media (max-width: 767px) {
	.footer__bg {
		background-size: contain;
		/*padding-bottom: 150px;*/
	}
}

.floating-icon {
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    width: 80px;
}

.wa__btn_popup {
	bottom: 110px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #25D366;
    background-color: #EFFFF5;
    border-radius: 8px;
    text-align: center;
    padding: 38px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
    border: 1px solid #DC3232;
    background-color: #FFE1E1;
    border-radius: 8px;
    text-align: center;
    padding: 38px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #F2994A;
    background-color: #FFEEDF;
    border-radius: 8px;
    text-align: center;
    padding: 38px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/* 404 page */
.not-found__container {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

@media (max-width: 767px) {
    .not-found__container {
        padding-top: 50px;
        padding-bottom: 50px;
    }   
}

.not-found__title {
    margin: 48px 0 24px !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #262626;
}

@media (max-width: 767px) {
    .not-found__title {
        font-size: 24px;
        line-height: 36px;
    }   
}

.not-found__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 32px !important;
}

@media (max-width: 767px) {
    .not-found__subtitle {
        font-size: 15px;
        line-height: 22px;
    }   
}

.not-found__button {
    padding: 16px 132px;
    background: #1F3C4B;
    border: 1px solid #1F3C4B;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
	text-decoration: none;
}

.not-found__button:hover,
.not-found__button:focus {
    background: #FFD700;
    border-color: #FFD700;
    color: #000;
}

@media (max-width: 767px) {
    .not-found__button {
        padding: 16px 36px;
    }   
}






/*map style*/
.vision-popovers {
    display: none;
}

@media (max-width: 767px) {
    .vision-map {
        max-width: 100%;
    }
}

.vision-data {
    max-width: 200px;
}

.map2 .vision-data {
    width: 100% !important;
}

@media (max-width: 767px) {
    .map2 .vision-data {
        max-width: 150px !important;
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .map2 .vision-data {
        max-width: 100% !important;
        width: 120px !important;
    }
}

.tooltip__container {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.tooltip__row {
    display: flex;
    width: 100%;
}

.tooltip__column {
    flex-basis: 50%;
}

.tooltip__title {
    color: #868686;
    font-weight: 900;
}

@media (max-width: 767px) {
    .tooltip__title {
        font-size: 10px;
    }
}

.tooltip__desc {
    font-weight: 300;
    font-size: 11px;
    font-style: italic;
    color: #868686;
}

@media (max-width: 767px) {
    .tooltip__desc {
        font-size: 9px;
    }
}

.tooltip--blue .vision-form {
    color: #ffffff !important;
    background-color: #6FA6D9 !important;
}

.tooltip--green .vision-form {
    color: #ffffff !important;
    background-color: #67C28F !important;
}

.tooltip--red .vision-form {
    color: #ffffff !important;
    background-color: #F05B7A !important;
}

.tooltip--blue .vision-form ul,
.tooltip--red .vision-form ul,
.tooltip--green .vision-form ul {
    padding-left: 1rem;
}

.map2-tooltip__title {
    font-family: 'Helvetica-Bold';
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .map2-tooltip__title {
        font-size: 10px;
        line-height: 12px;
    }
    
    .map2-tooltip__list {
        font-size: 9px;
    }
}

.tooltip__grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.grid-first-col {
    justify-self: center;
}

@media (max-width: 767px) {
    .tooltip--red.vision-hide .vision-offset {
        margin-left: -35px !important;
    }
    
    .number-six.vision-hide .vision-offset {
        margin-left: -75px !important;
    }
    
    .number-nine.vision-hide .vision-offset {
        margin-left: -10px !important;
    }
    
    .number-eleven.vision-hide .vision-offset {
        margin-left: -35px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .number-six.vision-hide .vision-offset {
        margin-left: -20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .number-six.vision-hide .vision-offset {
        margin-left: -15px !important;
    }
}

/*contact form 7*/
.wpcf7-form label.error {
    color: #dc3232 !important;
}

#your-name-error {
    display: none !important;
}

.fade-in-icon {
    opacity: 0;
    /*transition: opacity s ease-in-out;*/
}

.fade-in-icon.fade-in {
    opacity: 1;
    animation: fadeInAnimation ease 6s;
}

.fly-in-icon {
  opacity: 0;
  transition: opacity 0.5s ease, transform 4s ease;
}

.map2-fly-in-icon {
  opacity: 0;
  transition: opacity 0.5s ease, transform 4s ease;
  /*animation: flyIn ease 3s;*/
}

.map1-flyIn-animation {
    animation: flyIn ease 3s !important;
    -webkit-animation: flyIn ease 3s !important;
}

.number-1.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(50px);*/
}

.number-2.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(30px);*/
}

.number-3.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-10px);*/
}

.number-4.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(30px);*/
}

.number-5.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(70px);*/
}

.number-six.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(70px);*/
}

.number-7.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-240px);*/
}

.number-8.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-25px);*/
}

.number-9.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-125px);*/
}

.number-10.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(200px);*/
}

.number-11.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(150px);*/
}

.number-12.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-110px);*/
}

.number-13.fly-in-icon.fly-in {
  opacity: 1;
  /*transform: translateY(-200px);*/
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .number-1.fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(40px);*/
    }
    
    .number-2.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(30px);*/
    }
    
    .number-3.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-10px);*/
    }
    
    .number-4.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(30px);*/
    }
    
    .number-5.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(60px);*/
    }
    
    .number-six.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(60px);*/
    }
    
    .number-7.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-205px);*/
    }
    
    .number-8.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-20px);*/
    }
    
    .number-9.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-105px);*/
    }
    
    .number-10.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(170px);*/
    }
    
    .number-11.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(130px);*/
    }
    
    .number-12.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-90px);*/
    }
    
    .number-13.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-170px);*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .number-1.fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(30px);*/
    }
    
    .number-2.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(24px);*/
    }
    
    .number-3.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-10px);*/
    }
    
    .number-4.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(25px);*/
    }
    
    .number-5.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(50px);*/
    }
    
    .number-six.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(48px);*/
    }
    
    .number-7.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-167px);*/
    }
    
    .number-8.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-20px);*/
    }
    
    .number-9.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-85px);*/
    }
    
    .number-10.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(135px);*/
    }
    
    .number-11.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(103px);*/
    }
    
    .number-12.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-80px);*/
    }
    
    .number-13.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-135px);*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .number-1.fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(30px);*/
    }
    
    .number-2.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(24px);*/
    }
    
    .number-3.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-10px);*/
    }
    
    .number-4.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(25px);*/
    }
    
    .number-5.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(47px);*/
    }
    
    .number-six.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(48px);*/
    }
    
    .number-7.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-160px);*/
    }
    
    .number-8.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-20px);*/
    }
    
    .number-9.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-85px);*/
    }
    
    .number-10.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(135px);*/
    }
    
    .number-11.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(100px);*/
    }
    
    .number-12.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-75px);*/
    }
    
    .number-13.fly-in-icon.fly-in {
      opacity: 1;
      /*transform: translateY(-130px);*/
    }
}

@media (max-width: 767px) {
    .number-1.fly-in-icon.fly-in,
    .number-2.fly-in-icon.fly-in,
    .number-3.fly-in-icon.fly-in,
    .number-4.fly-in-icon.fly-in,
    .number-5.fly-in-icon.fly-in,
    .number-six.fly-in-icon.fly-in,
    .number-7.fly-in-icon.fly-in,
    .number-8.fly-in-icon.fly-in,
    .number-9.fly-in-icon.fly-in,
    .number-10.fly-in-icon.fly-in,
    .number-11.fly-in-icon.fly-in,
    .number-12.fly-in-icon.fly-in,
    .number-13.fly-in-icon.fly-in {
        opacity: 1;
        /*transform: unset;*/
    }
}

.map2-red.map2-fly-in-icon.fly-in {
    opacity: 1;
  /*transform: translateY(65px);*/
}

.map2-green.map2-fly-in-icon.fly-in {
    opacity: 1;
    /*transform: translateY(130px);*/
}

.map2-blue.map2-fly-in-icon.fly-in {
    opacity: 1;
    /*transform: translateY(-260px);*/
}

.map2-fly-animation {
    animation: flyIn ease 3s !important;
    -webkit-animation: flyIn ease 3s !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .map2-red.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(60px);*/
    }
    
    .map2-green.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(112px);*/
    }
    
    .map2-blue.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(-220px);*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .map2-red.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(50px);*/
    }
    
    .map2-green.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(95px);*/
    }
    
    .map2-blue.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(-185px);*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .map2-red.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(50px);*/
    }
    
    .map2-green.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(90px);*/
    }
    
    .map2-blue.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*transform: translateY(-170px);*/
    }
}

@media (max-width: 767px) {
    .map2-red.map2-fly-in-icon.fly-in {
        opacity: 1;
        transform: unset;
        /*-webkit-transform: unset;*/
    }
    
    .map2-green.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*-webkit-transform: unset;*/
    }
    
    .map2-blue.map2-fly-in-icon.fly-in {
        opacity: 1;
        /*-webkit-transform: unset;*/
    }
}