
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.body-background {
  
  color: #f7f7f8;
  background: url("../img/background-color.png") top center no-repeat;
  background-size: auto;
   font-family: 'NHaasGroteskTXPro-55Rg';
  /*position: relative;*/
}
.body-background::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(247 247 248 / 60%);
}

@font-face {
  font-family: 'NHaasGroteskTXPro-55Rg';
  src: url("/fonts/NHaasGroteskTXPro-55Rg.ttf");

}
@font-face {
  font-family: 'NHaasGroteskTXPro-65Md';

  src: url("../fonts/NHaasGroteskTXPro-65Md.ttf");

}
@font-face {
  font-family: 'NHaasGroteskTXPro-75Bd';

  src: url("../fonts/NHaasGroteskTXPro-75Bd.ttf");

}
@font-face {

  font-family: 'Ginóra Sans Bold';

  src: url("../fonts/Ginóra Sans Bold.otf");
  
 

}


@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}

a {
  color: #24b7a4;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "NHaasGroteskTXPro-75Bd", sans-serif;
  
}

div {
  font-family: "NHaasGroteskTXPro-55Rg", sans-serif;
}
input{
  font-family: "NHaasGroteskTXPro-65Md", sans-serif;   
}
input::placeholder {
  color: #fff;
  
}
.form-group input::placeholder ,
.form-group textarea::placeholder {
  color: #999999!important;
   font-family: "NHaasGroteskTXPro-65Md", sans-serif;
}



.form-control {
	background-color: #fbfbfb;
    color: #333 !important;
}


input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
	background-color: rgb(232 240 254 / 0%) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}


.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover, 
.form-group input:-webkit-autofill:focus, 
.form-group input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #333 !important;
}
.form-control:focus {
   
    border-color: #08d7b3;
    
} 

#main {
  position: relative;
}

@media only screen and (min-width: 992px) {
	
	.container {
    max-width: 1240px;
}}


.img-fluid {
    max-width: 101%;
   
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #24b7a4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2ed6c0;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar-at-right{
	justify-content: flex-end;
	padding-right: 0px;
	
}

.navbar-at-right-color{
	justify-content: flex-end;
	padding-right: 0px;
	background-color: transparent;
}

@media only screen and (max-width: 992px) {
	
	.navbar-at-right-color{
	
	background-color: #f0f0f0;
    padding: 0 12px;
}
}
.navbar-display {
display: initial;
}

#header {
  position: absolute;
  width: 100%;
  padding: 46px 0 0;


}
.padding-link-about {
	    padding-right: 28px !important;
}



#header h1 {
    margin: 0 0 10px 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    text-align: center;
}

  @media only screen and (max-width: 768px)  {
  #header h1  {
    line-height: 70px;
  } }
   
   
   
#header h2 {
  color: #000;
  margin: 40px 0 24px;
  font-size: 18px;
  font-family: 'NHaasGroteskTXPro-65Md';
}


#header .subscribe {
  font-size: 15px;
  text-align: center;
}
#header .subscribe h4 {

  position: relative;
  padding-bottom: 40px;
  color: #000;
  font-size: 18px;
  font-family: "NHaasGroteskTXPro-55Rg", sans-serif;
}
#header .subscribe .subscribe-form {
    min-width: 300px;
    background: #08d7b3;
    padding: 17px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
}
#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline: none !important;
  background-color: #08d7b3;
  color: white;
}
#header .subscribe .subscribe-form input[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 0;
    background: none;
    font-size: 17px;
    padding: 0px 29px;
    background: #ffffff;
    color: #08d7b3;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    font-weight: 500;
}
#header .subscribe .subscribe-form input[type=submit]:hover {
  background: #fff;
}
#header .subscribe .error-message {
  display: none;
  color:#fd5c59;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#header .subscribe .sent-message {
  display: none;
  color: #08d7b3;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header .social-links {
  margin-top: 40px;
}
#header .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .social-links a i {
  line-height: 0;
}
#header .social-links a:hover {
  fill: #08d7b3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.padding-menu{
	padding-left: 0px;
	
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  
 /*- color: #08d7b3;------*/
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #24b7a4;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #28ccb7;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #24b7a4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #314759;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 45, 56, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #314759;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #24b7a4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #24b7a4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.align-background-image {
    width: 60%;
    margin-left: auto;
	}
.navbar-light .navbar-toggler {
	border: none !important;
}

.navbar-toggler:focus {
 
    box-shadow: none! important;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #24b7a4;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #24b7a4;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  
  padding: 30px;
  
}
.contact .php-email-form .form-group {
  padding-bottom: 0px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fd5c59;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #08d7b3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #08d7b3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.about-section {
    width: 100%;
    padding: 46px 0 0;
	overflow: hidden;
}

.about-section-2 {
    width: 100%;
    padding: 0;
}

.vertically-center-text {
    display: table-cell;
    height: 390px;
    vertical-align: middle;
    text-align: justify;
    line-height: 34px;
	font-size: 18px;
    color: #666;
	
	}
	
	
.vertically-center-text-2 {
    display: table-cell;
    height: 537px;
    vertical-align: middle;
    text-align: justify;
    line-height: 34px;
	font-size: 18px;
    color: #666;
	
	}
	
@media only screen and (max-width: 992px) {
	
.vertically-center-text {
    vertical-align: initial;
    text-align: center;
	height: 300px;
}}

@media only screen and (max-width: 992px) {
	
.vertically-center-text-2 {
    vertical-align: initial;
    text-align: center;
	height: auto;
}}

@media only screen and (max-width: 992px) {
	
.padding-right-p {
        display: none;
}}

@media only screen and (max-width: 992px) {
	
.section-traders {
    padding: 0px;
    position: relative;
    top: -168px;
}}

.padding-left-p	{

    padding-left: 0;
}

.padding-right-p{

    padding-right: 0;
}


.padding-right-g{

    padding-right: 0;
}



.position-right-img{
position: relative;
    right: -5%;
	}

.section-traders {
    padding: 0px;
    position: relative;
    top: -30px;
}


.about-text-bold {
	font-family: 'NHaasGroteskTXPro-75Bd';
    font-size: 60px;
    color: #333333;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    padding: 0 76px;
}
@media only screen and (max-width: 992px) {
.about-text-bold {
	
    padding: 0px;
}}

.who-are-we-text-style {
    color: #333333;
    font-size: 60px;
    padding-bottom: 33px;
}

.background-line{
background: url("../img/ligne.png") center no-repeat;
background-position: -19px 257%;
}

@media (max-width: 1440px) {
  .background-line{

background-position: -116px 242%;
}
}

@media (max-width: 1366px) {
  .background-line{

background-position: -91px 257%;
}
}

@media (max-width: 1200px) {
  .background-line{

background-position: -212px 236%;
}
}

@media (max-width: 992px) {
  .background-line{

background-position: -222px 137%;
}
}

@media (max-width: 768px) {
  .background-line{

background-position: -160px 59%;
}
}

@media (max-width: 600px) {
  .background-line{

background-position: -303px 35%;
}
}
/*--------------------------------------------------------------
# about-tools
--------------------------------------------------------------*/
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;

}

.demo-gallery > ul > li span > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li :hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li span:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li span .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li span .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li span:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > span > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > span:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > span:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > span .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > span .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > span:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li span {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}

.content-center-ul {
  justify-content: center;
}

.elementor-widget-container {
  justify-content: center;
    display: flex;
    background-color: #fcfbfb;
    padding: 36px;
    border-radius: 11px;
    box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 5%);
}

.elementor-icon {
justify-content: center;
    display: flex;
	}
	
.elementor-icon-box-title {
text-align: center;
padding: 21px 0;
	}
.elementor-position-top	{
	    margin-top: 34px;
    padding-bottom: 12px;
	}
	
.elementor-position-top-2	{
	    margin-top: 0px;
    padding-bottom: 12px;
	}
.elementor-position-top-3	{
	    margin-top: -31px;
    padding-bottom: 12px;
	}
	
	.elementor-position-top-4	{
	    margin-top: 15px;
    padding-bottom: 12px;
	}
	
	
@media only screen and (max-width: 768px) {

.elementor-position-top-3	{
	    margin-top: 41px;
    padding-bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {

.elementor-position-top	{
	    margin-top: 20px;
	}
.elementor-position-top-3 {
    margin-top: 20px;
    padding-bottom: 12px;
}
.elementor-position-top-4	{
	    margin-top: 2px;

	}
.margin-less-tablets {
	margin-top: -10px;
}
.margin-less-tablets-2 {
	margin-top: -19px;
}	

	
}

@media only screen and (max-width: 576px) {

.elementor-position-top {
    margin-top: 0px;
}	
.elementor-position-top-2 {
    margin-top: 10px;
}
.margin-less-tablets-2 {
    margin-top: -9px;
}
.elementor-position-top-3 {
    margin-top: 3px;
    margin-bottom: 12px;
}

}



	/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/



.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(247 247 248 / 88%);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
}



.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fbfbfb;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  box-shadow: -4px -4px 4px 0px #ffffffe0, 6px 6px 10px 0px #cfcfcfa3;
}


.popup .close {
  position: absolute;
  top: -67px;
  right: -27px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #08d7b3;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.section-title {
    padding: 12px;
    text-align: center;
    color: #333;
}


	/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/


.footer-bottom {
    color: #999999;
    padding: 18px 22px 0 0px;
    border-top: 1px solid rgb(231 231 231);
    font-size: 12px;
}

	/*--------------------------------------------------------------
# investor
--------------------------------------------------------------*/
.our-goal-text-style {
	color: #333333;
	font-size: 48px;
}
.vertically-center-text-investors {
    display: table-cell;
    height: 704px;
    vertical-align: middle;
    text-align: justify;
    line-height: 45px;
    font-size: 30px;
    color: #333;
	padding: 48px;
}

.vertically-center-text-3 {
    display: table-cell;
    height: 704px;
    vertical-align: middle;
    text-align: justify;
    line-height: 45px;
    font-size: 30px;
    color: #333;
	padding: 48px;
}

@media only screen and (max-width: 1200px) {
	
.vertically-center-text-3 {
    height: 570px;
}

.vertically-center-text-investors {
    height: 570px;
}

}

@media only screen and (max-width: 992px) {
	
.margin-our-goal-section {
    margin-top: 0px!important;
   
}
.vertically-center-text-3 {
    height: auto;
}
.vertically-center-text-investors {
    height: auto;
	display: table-cell;
    vertical-align: middle;
    line-height: 45px;
    font-size: 30px;
    color: #333;
    padding: 10px 48px;
    text-align: justify;
    text-align-last: center;
}

.position-right-img{
display: none;
	}	
	
.margin-download-section{
    margin-top: 54px;
}
} 



.img-center-md{
text-align:center;
	}	



strong {
  font-weight:bold;
  font-size:48px;
  }
  
  
.download-buttton-style {
    color: #fff;
    padding: 16px 50px;
    border-radius: 42px;
    font-size: 30px;
    background: #08d7b3;

}	

.div-download-buttton {
    text-align: center;
    padding: 33px 0px 82px;
}

.pitch-deck-text-bold {
	font-family: 'NHaasGroteskTXPro-75Bd';
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    padding: 0 76px;
}

.more-information-text-bold {
	font-family: 'NHaasGroteskTXPro-65Md';
    font-size: 30px;
    color: #333333;
    
    line-height: 66px;
    text-align: center;
    padding: 0 76px;
	
}

.widget-position-more-info {
	
    padding: 25px 43px;
    border-radius: 11px;
    box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 5%);
    background-color: white;
    max-width: 65%;
    margin: 21px auto;

}

.box-content {
display: flex;

}

.box-title {
	width: 50%;
}

@media (max-width: 1024px) {
  .box-title {
	width: 100%;
	text-align: center;
}
.box-content {
display: initial;

}
.box-title-description {
  text-align: center! important;
}
}

.box-title-post {
    color: #08d7b3;
    font-size:30px;
    margin-bottom: 0;
}

.box-title h3 {
	margin-bottom: 0;
    margin-top: 4px;
}

.box-title-description {

  font-size:28px;
  margin-bottom: 0;
  text-align: right;
}



.page-header {
	padding-top: 94px;
    padding-bottom: 165px;
    overflow: hidden;
   
}


.header-area {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent!important;
}

.margin-our-goal-section {
margin-top: -113px;
overflow: hidden;
}

.page-header-h1 {
	font-size: 60PX;
	line-height: 84px;
	padding: 0px 74px;
	text-align: center;
}


  @media only screen and (max-width: 768px)  {
 .page-header-h1 {
	padding: 0px;
} }


.sell-icon-header{
    position: absolute;
    top: -10%;
    /* height: auto; */
    /* max-width: 100%; */
    transform: translate(620px, -4px);
}

.buy-icon-header{
    position: absolute;
    /* top: -10%; */
    /* height: auto; */
    /* max-width: 100%; */
    transform: translate(544px, -5px);
}

@media (max-width: 1024px) {
  .sell-icon-header{   
    top: -8%;
   transform: translate(550px, -4px);
}
.buy-icon-header{
    transform: translate(340px, -5px);
}
}
@media only screen and (max-width: 768px)  {
 .sell-icon-header{
   display: none;
}
 .buy-icon-header{
   display: none;
}

.page-header {
    padding-bottom: 76px;
	}
}


.text-header {
position: relative;
}

.ui-svg-wrapper{
	position: absolute;
    top: 26%;
    left: 50%;
    width: 106%;
    height: 100%;
    transform: translate(-50%);
    overflow: visible;
}

.padding-right-g{

    padding-right: 0;
}