.full-forex-broker-marketing-setup h1, .full-forex-broker-marketing-setup h2, 
.full-forex-broker-marketing-setup h3, .full-forex-broker-marketing-setup h4,
.full-forex-broker-marketing-setup h5, .full-forex-broker-marketing-setup h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight:900;
}
/*Header*/
.full-bg-img {
  position: relative;
  background: #f05153;
  max-height:958px;
  overflow: visible;
}
.full-bg-inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.intro {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.navbar-brand {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 5;
}
.navbar-brand img {
  max-width: 200px;
  height: auto;
}
/* Content */
.intro-lp-setup {
  max-width: 700px;
  position: relative;
  z-index: 5;
}
.intro-lp-setup h1 {
  font-size: 76px;
  line-height: 65px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom:35px;
}
.intro-lp-setup h1 span {
  color: rgba(247, 168, 169, 1);
}
.intro-lp-setup p {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 650px;
}
.intro-lp-setup h2 strong {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.intro-lp-setup p {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* Button */
.btn-apply .btn-transparent {
  background-color: #fff;
  color: rgba(240, 81, 83, 1);
  padding: 15px;
  font-weight: 700;
  border-radius:0;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #fff;
  max-width: 300px;
}
.btn-apply .btn-transparent:hover {
  background-color: rgba(240, 81, 83, 1);
  color: #fff;
  border: 1px solid #fff !important;
}
/* RIGHT IMAGE OUTSIDE CONTAINER */
.side-image {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 52%;
  height: 92%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .full-bg-img,
  .full-bg-img .container,
  .intro {
    min-height: 70vh;
  }
  .intro-lp-setup {
    max-width: 430px;
  }
  .intro-lp-setup h1 {
    font-size: 45px;
    line-height: 42px;
  }
  .side-image {
    width: 58%;
    height: 82%;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .full-bg-img {
    overflow: hidden;
  }
  .navbar-brand {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 60px;
  }
  .intro-lp-setup {
    max-width: 100%;
  }
  .intro-lp-setup h1 {
    font-size: 42px;
    line-height: 45px;
  }
  .intro-lp-setup h2 {
    max-width: 100%;
  }
  .side-image {
    display: none;
  }
}
/* Built for brokers */
 .inner-learnmore {
    padding: 5%;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}
.built-for-brokers h3 {
  font-size: 55px;
  line-height: 45px;
  color: rgba(40, 40, 40, 1);
  margin-bottom: 25px;
}
.built-for-brokers .apply-section {
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items:center;
    gap: 60px;
}
.built-for-brokers .form-section,
.built-for-brokers .inner-form-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.built-for-brokers.form-block .form-section .submit, .built-for-brokers.form-block .btn.btn-red {
    max-width:100% !important;
}
.built-for-brokers .inner-form-text {
  height: 100%;
}
.built-for-brokers .inner-form-text p {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 300px) and (max-width: 991px) {
    .built-for-brokers h3 {
        font-size: 36px;
        line-height: 32px;
    }
}
@media (max-width: 991px) {
  .built-for-brokers .apply-section {
    flex-direction: column;
    gap: 40px;
  }
  .built-for-brokers .form-section,
  .built-for-brokers .inner-form-text {
    width: 100%;
  }
  .built-for-brokers .inner-form-text {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .built-for-brokers h3 {
    font-size: 46px;
    line-height: 40px;
  }
}
/* What you get */
.what-you-get-section {
  background: rgba(243, 243, 243, 1);
  padding: 5%;
  max-width: 1640px;
  width:100%;
  margin:0 auto;
}
.what-you-get-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.what-title h2 {
  font-size:120px;
  line-height: 87px;
  font-weight: 900;
  text-align:right;
  color: rgba(40, 40, 40, 1);
  text-transform: uppercase;
  margin: 0;
}
.service-bx .number {
  font-size: 110px;
  line-height: 70px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  color: rgba(240, 81, 83, 1);
  display: block;
  margin-bottom: 0;
}
.service-bx h5 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  color: rgba(40, 40, 40, 1);
  text-transform: uppercase;
  margin: 15px 0 5px;
}
.service-bx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(40, 40, 40, 1);
  margin: 0 0 10px;
}
.service-bx strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .what-you-get-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 50px;
  }
   .what-title h2 {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .what-you-get-section {
    padding: 60px 24px;
  }
  .what-you-get-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .what-title h2 {
    font-size: 55px;
    line-height: 50px;
    text-align: center;
  }
  .what-title h2 br {
        display: none;
   }
  .service-bx .number {
    font-size: 56px;
  }
  .service-bx h5 {
    font-size: 22px;
  }
}
/* CTA box broker */
.cta-box-broker .cta-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cta-box-broker .left-side,
.cta-box-broker .right-side {
    display: flex;
    align-items: center;
}
.cta-box-broker .right-side {
    justify-content: flex-end;
}
.cta-box-broker .left-side h4 {
    font-size: 55px;
    line-height: 55px;
}
@media (max-width: 767px) {
    .cta-box-broker .cta-in {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cta-box-broker .left-side,
    .cta-box-broker .right-side {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .cta-box-broker .left-side h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .cta-box-broker .cta-box-broker .cta-box-inner {
        padding:40px 0 !important;
    }
}
/* Why Convertico */
.why-convertico {
	max-width:950px;
	margin:0 auto;
	width:100%;
	float:none;
	padding:100px 0;
}
.why-convertico h5 {
	font-size:65px;
	line-height:55px;
}
.why-convertico p {
    font-size: 22px;
    line-height: 26px;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .why-convertico h5 {
        font-size: 35px;
        line-height: 38px;
    }
}
/* What means for you */
.results-section {
    max-width: 1640px;
    width:100%;
    float: none;
    margin:0 auto;
    position: relative;
    background-image:url('./images/convertico-benefits.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 8%;
    overflow: hidden;
}
.results-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 420px;
}
.results-content {
    max-width: 600px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.results-content h2 {
    font-size: 65px;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fff;
}
.results-content p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 25px;
    color: rgba(255,255,255,0.92);
}
@media (max-width: 991px) {
    .results-section {
        padding: 90px 50px;
        background-position: center;
    }
    .results-content h2 {
        font-size: 56px;
        font-size: 50px;
    }
    .results-content p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .results-section {
        padding: 70px 25px;
        background-position: right;
    }
    .results-container {
        justify-content: center;
        min-height: auto;
    }
    .results-content {
        max-width: 100%;
    }
    .results-content h2 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .results-content p {
        font-size: 16px;
        line-height: 18px;
    }
}
 /* Announcement */
.announcement h5 {
    font-family: "Source Sans Pro", sans-serif;
}
.announcement {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 80px;
    padding: 40px 100px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.announcement-logo img {
    width: 135px;
    height: auto;
    display: block;
}
.announcement-content h5 {
    margin: 0;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
}
.announcement-content span {
    color: #000;
    font-weight: 700;
}
.announcement-content a {
    color: #f05153;
    font-weight: 600;
    text-decoration: none;
}
.announcement-content a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .announcement {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 30px 20px;
    }
    .announcement-content h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .announcement-logo img {
        width: 110px;
    }
}
/* Clients Section */
.clients-sec {
    background-color: rgba(23, 23, 23, 0.05);
    padding:100px 0;
}
.clients-sec h4 {
    font-size: 32px;
    line-height: 36px;
}
.clients-sec .clients-sec-inner {
    padding: 0;
}
.clients-sec .clients-sec-inner .client img {
    /*transition: all .5s ease;*/
    max-height: 130px;
    filter: grayscale(1);
}
.clients-sec .clients-sec-inner .client:hover > img {
    /*transition: all .5s ease;*/
    /*transform: scale(1.2);*/
    /*filter: grayscale(0);*/
}
.flex-center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 1640px !important;
    margin: 0 auto;
}
.clients-grid {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
/* Footer */
.footer-main footer .site-footer {
    display: table;
    width:100%;
}
.footer-mainn footer .site-footer .site-footer-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}
.footer-main footer .site-footer .site-footer-inner h5 {
    font-size: 18px;
    line-height: 21px;    
    padding: 0 30px;
    color: #fff;
    text-align: center;
}
.footer-main footer .site-footer .site-footer-inner .socials {
    padding:0;
}
.footer-main footer .site-footer .site-footer-inner .addresses {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-main footer .site-footer .site-footer-inner .column-outer {
    margin: 30px 0;
}
.footer-main footer .site-footer .site-footer-inner .column-outer .column-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.footer-main footer .site-footer .site-footer-inner p {
    text-align: center;
    width: 100%;
    font-weight:bold;
    font-size: 17px;
    margin: 0 auto;
    color: #fff;
    padding: 0 20px;
}
.footer-main footer .site-footer .site-footer-inner .addresses h4 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: rgba(255,255,255,0.5);
    padding: 0 0 20px;
}
.footer-main footer .site-footer .site-footer-inner .addresses p, .footer-main footer .site-footer .site-footer-inner .addresses a.ad {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    margin: 0 auto;
    color: #fff;
}
.footer-main footer .site-footer .site-footer-inner .addresses p a {
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
}
.footer-main footer .site-footer .site-footer-inner .addresses .logo-footer-outer {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer-main footer .site-footer .site-footer-inner .logo-footer-outer .logo-footer {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    text-align: center;
    display:table;
}
.footer-main footer .site-footer .site-footer-inner .socials-inner {
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 25px 0 15px;
}
.footer-main footer .site-footer .site-footer-inner .socials-inner a {
    color: #fff;
    font-size: 25px;
    border: none;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
.footer-main footer .site-footer .site-footer-inner .socials-inner a i {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
.footer-main footer .site-footer .site-footer-inner .socials-inner a:hover, 
.footer-main footer .site-footer .site-footer-inner .socials-inner a:hover i {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    color: #F05153;
}
.footer-main footer .site-footer .site-footer-inner .bottom-footer {
    padding-top: 20px;
    width: 100%;
    display: table;
}
.footer-main footer .site-footer .site-footer-inner .bottom-footer p, 
.footer-main footer .site-footer .site-footer-inner .bottom-footer a {
    color: rgba(255,255,255,0.6);
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
.footer-main footer .site-footer .site-footer-inner .bottom-footer .legal {
    text-align: center;
    padding-top: 15px;
}
.footer-main footer .site-footer .site-footer-inner .bottom-footer .copyright {
    padding-top: 25px;
    background-color: transparent;
}
.footer-main footer .site-footer .site-footer-inner .bottom-footer .legal .privacy {
    margin-right: 25px;
}