* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

body { 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: auto;
    color: #151E48;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Helvetica Neue", "Roboto", sans-serif;
}

a { 
    color: hsla(229, 54%, 18%, 1) ;
    font-family: "Helvetica Neue", "Roboto", sans-serif;
}

a:hover { 
    text-decoration: none ;
}




main { 
    width: 100%;
}


.row { 
    display: flex;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header { 
    display: flex;
    flex-direction: row;
    align-content: center;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.container-1500 { 
    width: 1500px;
    margin: 0 auto;
}

.header-container { 
    display: flex;
    
}
.header-div{  
    display: inline-block;
}

.header-logo { 
    margin-right: auto;
}
.header-logo img { 
    height: 70px;
}

.header-nav { 
    display: flex;
    align-items: center;
}


.nav { 
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.nav a { 
    margin-right: 50px;
    font-weight: 700;
	font-size: 18px;
}

.nav img { 
    margin-right: 30px;
    width: 22px;
}

.log { 
    border: 2px solid #2B3B72;
    padding: 10px 20px;
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 18px;
}

.log:hover { 
    background:#FDB615  ;
    border: 2px solid rgb(241, 217, 161) ;
    color:black;
    transition: all 0.3s ease-in-out;
}

.join { 
    color: black;
    padding: 10px 20px;
    background: #FDB615 0% 0% no-repeat padding-box;
    border: 2px solid #FFE2A2;
    opacity: 1;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.join:hover { 
    background:#4DC5F4 ;
    border: 2px solid rgb(177, 229, 250);
    color:black;
    transition: all 0.3s ease-in-out;
}

.main-first-section { 
    position: relative;
    width: 100%;
    font-weight: 700;
   
}



.background-img { 
    background: #2B3B72 url(../images/Rectangle\ 13.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    
}
.dolar-img { 
    height: 100%;
    background: url(../images/Group\ 19.svg) center center no-repeat;
}

.main-first-section-text { 
    padding-top: 170px;
    text-align: center;
    color: white;
}


.main-first-section-text h1 { 
    display: inline;
    margin: 0;
    font-size: 58px;
    font-weight: 700;
}

.main-first-section-text h3 { 
    font-size: 30px;
    font-weight: 700;
}

.main-first-section-text p { 
    display: inline-flex;
    margin-top: 20px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    flex-wrap: nowrap;
}

.join-us {
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
    background: hsla(196, 88%, 62%, 1) 0% 0% no-repeat padding-box;
    border: 2px solid rgb(127, 215, 247);
    padding: 12px 40px;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
}

.join-us:hover { 
    background: #FDB615 ;
    border: 2px solid rgb(255, 227, 160);
    transition: all 0.3s ease-in-out;
    color: #151E48;
}

.join-us img { 
    width: 35px;
}

.flex { 
    margin-top: 80px;
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.main-second-section{ 
    background:  #F2F5F8 0% 0% no-repeat padding-box;
}

.main-second-section-content { 
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.main-second-section-text { 
    width: 70%;
    color:   hsla(229, 54%, 18%, 1);
    margin-top: 70px;
    margin-left: 40px;
    width: 950px;
}

.main-second-section-text h1 { 
    font-size: 40px;
    margin: 0;
	font-weight: 400;
	color: #2B3B72
}

.main-second-section-text h1 span  {
    font-weight: 700;
    color: #2B3B72;
}

.main-second-section-text p { 
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-top: 15px;
}
.main-third-section { 
    display: flex;
    justify-content: center;
}
.main-third-section h1 { 
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 50px 0 50px 0;
}
.main-third-section-content { 
    display: flex;
    flex-direction: row;
    align-content: center;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    padding-bottom: 40px;
    white-space: nowrap;
}
.main-third-section-content-left { 
    display: flex;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
    position: relative;
}

.main-third-section-content-left-text h2 {
    display: flex;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.6;
    margin-right: 60px;
    text-align: end;
}
.main-third-section-content-left-text h2:first-child { 
    margin-top: 20px;
}
.main-third-section-content-left-text h2:nth-child(2){ 
    margin-top: 60px;
}
.main-third-section-content-left-text h2:nth-child(3) { 
    margin-top: 40px;
}
.main-third-section-content-left-text h2:nth-child(4) { 
    margin-top: 40px;
}

.pyramid { 
    width: 500px;
    height: 100%;
}

.pyramid-mobile {
	display: none;
}


.main-third-section-content-right-ahref{ 
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}
.main-third-section-content-right-a { 
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 12px 30px;
    background: #4DC5F4 0% 0% no-repeat padding-box;
    border: 2px solid rgb(165, 225, 247) ;
    transition: all 0.3s ease-in-out;
}
.main-third-section-content-right-a:hover { 
    background: #FDB615 ;
    border: 2px solid rgb(247, 215, 140);
    transition: all 0.3s ease-in-out;
    color: #151E48;
    
}
.main-third-section-content-right-p { 
    font-size: 24px;
    font-weight: 700;
}

.main-forth-section h1 { 
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 50px 0 50px 0
}
.main-forth-section { 
    display: flex;
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    text-align: center;
    background:  #F2F5F8 0% 0% no-repeat padding-box;
    padding-bottom: 50px;
    justify-content: center;
}
.main-forth-section-columns { 
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;

}


.main-forth-section-columns-4 .featured-image {
	padding: 0 20px;
	margin-top: 30px;
    margin-bottom: 10px;
	height: 120px;
}

.main-forth-section-columns-4 .featured-image img {
	max-width: 100%;
	height: auto;
}


.main-forth-section-columns-4 { 
    background: white;
   
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    margin: 0 15px 30px 15px;
    width: 350px;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    font-size: 16px; 
    font-weight: 500;
}

.main-forth-section-columns-4 a { 
    padding: 10px 0;
    width: 100%;
    background:#2B3B7231 0% 0% no-repeat padding-box;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    vertical-align: middle;
	text-align: center;
}

.main-forth-section-columns-4 p { 
    flex: 1;
    width: 85%;
	font-size: 18px;
    
}

.main-fifth-section { 
    
    text-align: center;
    display: flex;
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}
.main-fifth-section-content { 
    display: flex;
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.main-fifth-section-text { 
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
   
    
}
.main-fifth-section-text p { 
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.main-fifth-section-content h1 { 
    font-size: 42px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0 0 20px 0
}
.main-fifth-section-content h2 { 
    
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.main-fifth-section-text div h3 { 
    display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    font-size: 53px;
    font-weight: 800;
	position: relative;
	top: 2px;
}

.circle { 
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    width: 176px;
    height: 176px;
    border: 6px solid #FDB615; ;
    border-radius: 50%;
    vertical-align: middle;
    margin: 80px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.main-fifth-section-content-join { 
    margin-top: 40px;
    margin-bottom: 60px;
}

.fifth-section-join { 
    
    background: #FDB615 0% 0% no-repeat padding-box;
    border: 2px solid #FFE2A2;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 10px 20px;
    background: #FDB615 0% 0% no-repeat padding-box;
    border: 2px solid #FFE2A2;
    opacity: 1;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
}

.fifth-section-join:hover { 
    background: hsla(196, 88%, 62%, 1) 0% 0% no-repeat padding-box;
    border: 2px solid rgb(146, 220, 247);
    transition: all 0.3s ease-in-out;
    color: #151E48;
}

.fifth-section-join img { 
    width: 35px;
}


.page-footer { 
    display: flex;
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    background: #2B3B72 0% 0% no-repeat padding-box;
    padding-top: 50px;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    color: white;
	overflow: hidden;
	position: relative;
    }

.footer-section-content {
    display: flex;
      display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-lower-section { 
    padding-bottom: 50px;
}

.footer-lower-section,
.footer-upper-section { 
    width: 100%;
}

.footer-upper-section,
.footer-img,
.footer-lower-section  { 
    display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    align-content: center;
    
}
.footer-lower-section h3 { 
    display: flex;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    align-self: center;
    text-align: center;
    margin: 0;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
}

.follow { 
    width: auto;
    margin-right: 70px;
}

.follow h3 { 
padding-right: 10px;
}
.follow a { 
    margin-right: 25px;
	display: inline-block;
}
.follow,
.form-footer { 
    display: flex;
    white-space: nowrap;
}
.input-email{ 
    margin-right: 20px ;
}
.input-email::placeholder { 
    color: white;
    text-align: left;
    font-weight: 400;
}

.btn-submit { 
    display: flex; 
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    background: #2B3B72 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    padding: 20px 20px;
    color: #FFFFFF;
    align-self: baseline;
    cursor: pointer;
}



.form-footer-h3 { 
    flex: 1;
}
.mail-img { 
    margin-right: 10px;
}

.form-footer { 
    display: flex;
    align-content: center;
    position: relative;
	width: 100%;
}
.form { 
    display: flex;
    align-content: center;
    align-self: baseline;
	width: 100%;
}
.input-email{ 
    background: #2B3B72 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 200px;
    color: #FFFFFF;
	width: 100%;

}
.footer-black-bar { 
    height: 50px;
    background: #151E48 0% 0% no-repeat padding-box;
}

.follow-img,
.footer-nav{ 
    align-self: flex-end;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
    margin-bottom: 40px;
}
.footer-nav { 
    width: 100%;
	justify-content: space-between;
	margin-right: 20px;
}

.footer-nav a { 
    color: white;
    
}
.footer-nav a:hover { 
    color: #7acdfd;
}

.footer-nav a:last-child { 
    margin-right: 0;
}
.footer-nav-container { 
    width: 100%;
}
.footer-nav img{ 
    width: 25px;
    margin-right: 40px;
}


/* Button back to top */

#return-to-top {
	position: absolute;
	right: -66px;
    bottom: 33px;
}

.return-to-top{ 
    cursor: pointer;
    outline: none;
}

.back-to-top { 
    display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
    position: absolute;
    transform: rotate(-90deg);
    
    width: 35px;
    height: 35px;
    background: #151E48 0% 0% no-repeat padding-box;
    font-size: 24px;
    color: #FDB615;
    vertical-align: middle;;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.back-to-top:hover { 
    cursor: pointer;
    color:#4DC5F4;
    background: rgb(50, 76, 194) 0% 0% no-repeat padding-box;;
    transition: all 0.3s ease-in-out;
}

.return-to-top { 
    top: 5px;
}




.nav-trigger {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0px 0 0 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}


.nav-trigger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #254683;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-trigger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.nav-trigger span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.nav-trigger span:nth-child(1), .nav-trigger span:nth-child(2) {
  top: 0px;
}

.nav-trigger span:nth-child(3), .nav-trigger span:nth-child(4) {
  top: 12px;
}

.nav-trigger span:nth-child(5), .nav-trigger span:nth-child(6) {
  top: 24px;
}

.nav-trigger.open span:nth-child(1),.nav-trigger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-trigger.open span:nth-child(2),.nav-trigger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-trigger.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.nav-trigger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.nav-trigger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-trigger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-trigger.open span:nth-child(5) {
  left: 5px;
  top: 18px;
}

.nav-trigger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}


@media only screen and (max-width: 1919px) { 
	
	.back-to-top {
		position: absolute;
		
	}
	
	
}
@media only screen and (max-width: 1730px)  { 
    .nav,
    .nav a  { 
        margin-right: 20px;
    }
    .back-to-top {
        
    }
}
@media only screen and (max-width: 1540px) { 
    .container-1500 { 
        width: 1200px;
    }
}
@media only screen and (max-width: 1440px) { 
	.nav a {
		margin-right: 30px;
	}
	
	.nav {
		margin-right: 0;
	}
	
	.header-div.log,  .header-div.join {
		padding: 10px 25px;
	}
	
	.header-div.log {
		margin-right: 5px;
	}
	
	.footer-section-content .follow {
		
	}
	
	.main-forth-section-columns-4 {
		margin: 0 5px 15px 5px;
	}
	
	#return-to-top {
		right: -30px;
    }

}

@media only screen and (max-width: 1365px) { 
    .nav a { 
        margin-right: 15px;
    }
    .pyramid { 
        width: 500px;
    }
	.page-footer {
		padding-top: 30px;
	}
	.footer-upper-section{
		flex-wrap: wrap;
		width: 100%;
		padding: 0 35px;
	}
	
	.footer-upper-section .follow {
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid white;
		padding-bottom: 30px;
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	.follow-img {
		border-bottom: none;
		margin:0;
		padding: 0;
	}
	
	.footer-nav {
		text-align: center;
		width: 100%;
		-webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: space-between;
          justify-content: space-between;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.footer-nav a {
		display: inline-block;
	}
	
	.footer-lower-section {
		padding: 0 35px 50px 35px;
	}
	
	.form-footer {
		flex-wrap: wrap;
		position: static;
		margin-right: 0;
	}
	
	#return-to-top {
		right: 60px;
		bottom: 40px;
	}
	
	.footer-lower-section h3 {
		margin-bottom: 20px;
	}
	
	.circle {
		margin: 60px 40px;
	}
	
	.main-fifth-section-content h2 {
		width:auto;
	}
	
	.input-email {
		max-width: calc(100% - 100px);
		padding: 0 20px;
	}
	
	.main-fifth-section-content {
		padding: 0 15px;
	}
	
	.main-fifth-section-text {
		flex-wrap: wrap;
	}
	
	.main-fifth-section-text-div {
		width: 25%;
	}
	
    .main-forth-section-columns-4 p,
    .main-forth-section-columns-4 h3 {
		width: 100%;
        padding: 0 15px;
        
	}
}



@media only screen and (max-width: 1260px) { 
    .container-1500 { 
        width: 1140px;
    }
}

@media only screen and (max-width: 1200px) { 
    .container-1500 { 
        width: 960px;
    }
    .log { 
        margin-right: 10px;
    }
    .nav a { 
        margin-right: 15px;
    }
    .nav { 
        margin-right: 10px;
    }
    .nav img {
        margin-right: 10px;
        
    }
    .header-logo { 
        margin-right: auto;
    }
    .header-div.log, .header-div.join {
        padding: 10px 5px;
        white-space: nowrap;
        margin-top: 0;
    }
    .main-second-section-content {
		padding: 50px 15px;
		-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	
	}
	
	.main-second-section-text {
		width: auto;
		margin-top: 0;
	}
	
	.background-img {
		height: auto;
		padding-bottom: 100px;
	}
	
	.main-first-section-text {
		padding-top: 150px;
	}
	
	.dolar-img {
		background-position: top 50px center;
	}
	
	.main-third-section-content {
		flex-wrap: wrap;
	}
	
	.main-third-section-content-right {
		margin-top: 40px;
	}
	
	.main-forth-section-columns-4 {
		width: 25%;
	}
	
	.header-nav {
		text-align: right;
	}
	
	

}

@media only screen and (max-width: 992px) { 
    .container-1500 { 
        width: 800px;
    }
    .header-logo { 
        margin-right: 10px;
    }
    .nav { 
        align-items: flex-start;
        width: 100%;
    }
    .log,
    .join { 
        width: auto;
    }
    .header-div.log, .header-div.join {
        padding-right: 25px;
        white-space: nowrap;
        margin-top: 0;
    }
	.main-forth-section-columns-4 {
		width: 46%;
		margin: 2%;
	}
	.main-forth-section-columns {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	
	.main-fifth-section-text-div {
		width: 50%;
	}
	
	.circle {
		margin: 40px auto 20px auto;
	}
	
	.header-logo img {
		max-width: 180px;
		height: auto;
	}
	
	.pyramid-mobile {
		display: inline-block;
	}
	
	.main-third-section-content-left {
		display: none;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	.main-second-section-content img {
		max-width: none;
	}
	
	.footer-nav a {
		margin-right: 30px;
	}
	
	.footer-lower-section {
		flex-wrap: wrap;
	}
	
	.footer-section-content .follow {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
		margin-right: 0;
	}
	
	.form-footer {
		-webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
		width: 100%;
	}
	.nav img {
        margin-right: 10px;
    }
	

}
@media only screen and (max-width: 888px) { 
    .container-1500 { 
        width: 720px;
    }
    
    .header-nav {
        display: inline-block;
        text-align: right;
    }
    .nav {
        display: inline-block;
		margin-bottom: 10px;
		margin-right: 0;
    }
}
@media only screen and (max-width: 768px) { 
    .container-1500 { 
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header-nav { 
        display: flex;
        justify-content: flex-end;
    }
    .header-logo { 
        display: flex;
        flex: 1;
    }
    .header-logo { 
        margin-right: 10px;
    }
    .header-div.nav {
		display: none;
		position: absolute;
		top: 90px;
		left: 0;
		background: #f1f1f1;
		width: 100%;
		text-align: center;
		border-top: 2px solid #ececec;
		border-bottom: 2px solid #ececec;
	}
	
	.header-div.nav a {
		display: block;
		width: 100%;
		padding: 15px 25px;
		border-bottom: 1px solid rgba(0,0,0,0.05)
	}
	
	.nav img {
		margin-right: 0;
	}
	
	.nav-trigger {
		display: inline-block;
	}
	
	.header-div.log, .header-div.join {
		margin-top: 0;
	}
	
	.main-second-section-content {
		flex-wrap: wrap;
	}
	
	.main-second-section-text {
		margin-top: 50px;
	}
	
	.main-second-section-text {
		margin-left: 0;
		text-align: center;
	}
	
	.main-first-section-text h1 {
		font-size: 52px;
		margin-bottom: 10px;
	}
	
	.main-first-section .flex {
		margin-top: 40px;
	}
	
	.main-third-section h1 {
		font-size: 48px;
        
	}
	
	.main-forth-section h1 {
		font-size: 48px;
	}
	
	.main-fifth-section-content h1 {
		font-size: 48px;
		margin-bottom: 0;
	}
	
	.main-fifth-section-content h2 {
		font-size: 27px;
		font-weight: 400;
		line-height: 1.5;
    }
    
}

@media only screen and (max-width: 640px) { 
    
    .header-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
	.header {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	
	.header-logo {
        display: flex;
        justify-content: center;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	
	.header-logo img {
        max-width: none;
      
	}
	
	.header-nav {
        display: flex;
        
        justify-content: center;
		width: 100%;
		text-align: center;
		margin-top: 15px;
		margin-right: 0;
	}
	
	.header-div.nav {
		top: 175px;
	}
	
	.main-forth-section-columns-4 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.footer-nav a {
		width: 100%;
		display: block;
		padding: 10px;
		margin: 0 0 5px 0;
		background: rgba(255,255,255,0.1);
		border-radius: 4px;
	}
	
	.footer-nav img {
		margin: 0;
	}
}

@media only screen and (max-width: 540px) { 
    .container-1500 { 
        width: 100%;
    }
	.footer-section-content {
		padding: 0 15px;
	}
	
	.footer-upper-section {
		padding: 0;
	}
	
	.footer-lower-section {
		padding: 0 0 50px 0;
	}
	
	.fifth-section-join {
		font-size: 36px;
	}
}

@media only screen and (max-width: 480px) { 
    
	.form {
		flex-wrap: wrap;
		-webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
	}
	
	.input-email {
		width: 100%;
		padding: 20px;
		max-width: none;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	.main-fifth-section-text-div {
		width:100%;
	}
}
@media only screen and (max-width: 480px) { 
    .main-third-section-content-right-p{ 
        font-size: 20px;
    }
    .main-third-section h1 { 
        font-size: 38px;
    }
}

/* ------------------ About us page ---------------- */


* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.about-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 120px;
}

.about-main-first-section,
.about-main-second-section,
.about-main-third-section,
.about-main-forth-section,
.about-main-second-section-content { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
        justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
}

.about-main-second-section-content,
.about-main-third-section-content,
.about-main-forth-section-container {
    width: 1500px;
}

.about-main-firstSection-users-img { 
    width: 80px;
    height: 50px;
    margin-right: 50px;
}
.about-main-firstSection-h1 { 
    font-size: 42px;
    color: white;
}

.about-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
    padding: 40px 0;
}

.about-main-second-section-content-text h3 { 
    color:#151E48;
    font-size: 20px;
    margin-left: 30px;
    line-height: 1.6;
    font-weight: 400;
}
.about-main-second-section-content img {
    width: 440px; 
    flex-shrink: 0;
}
.about-main-second-section-content-text h3:first-child { 
    margin-top: 20px;
    padding-bottom: 30px;
}
.about-main-second-section-content-text h3 span { 
    font-weight: bolder;
}

.about-main-third-section { 
    flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;

}

.about-main-third-section-content h1 { 
    font-size: 28px;
    font-weight: 600;
}

.about-main-third-section-content-text { 
    margin-top: 50px;
}
.about-main-third-section-content-text h3 { 
    line-height: 1.6;
    font-weight: 400;
    font-size: 20px;
}
.about-main-third-section-content-text h3:first-child { 
    margin-bottom: 15px;
}
.about-main-third-section-content-text span { 
    font-weight: bolder;
}

.about-main-forth-section { 
    background:  #F2F5F8 0% 0% no-repeat padding-box;
    padding-bottom: 40px;
}
.about-main-forth-section-container{ 
    flex-direction: column;
    
}
.about-main-forth-section-container h1 { 
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 42px;
    font-weight: 500;
    display: inline-flex;
}

.about-main-forth-section-container-boxes { 
    display: flex;
    flex-direction: row;
}
.about-main-forth-section-container-box { 
    align-content: center;
    align-items: center;
    display: flex;
    background: white;
    width:50%; 
    padding:40px; 
    margin: 40px;
    align-items:flex-start;
}
.about-main-forth-section-container-box:first-child { 
    margin-left: 0;
}
.about-main-forth-section-container-box img { 
    margin-right:40px; 
    flex-shrink:0
}

.about-main-forth-section-container-box-text h3 {
    margin-top: 0px;
    color: #B5862D;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 0;
}
.about-main-forth-section-container-box-text h4 { 
    margin-bottom: 25px;
}
.about-main-forth-section-container-box-text p { 
    font-size: 24px;
}

.contact-p { 
    margin-top: 25px;
    margin-bottom: 10px;
}

.about-main-forth-section-container-box-text a { 
    border: 1px solid #707070;
    border-radius: 88px;
    padding: 10px 20px;
    margin-left: -20px;
    color: #B5862D;
}

.about-main-forth-section-container-box-text a:hover { 
    color: #4DC5F4;
}


@media only screen and (max-width: 1740px) { 
    .about-main-forth-section-container,
    .about-main-third-section-content{ 
        padding-left:0 ;
    }
    .about-main-forth-section-container-boxes  { 
        justify-content: space-evenly;
    }
    .about-main-second-section-content,
    .about-main-third-section-content,
    .about-main-forth-section-container {
    width: 80%;
}

}
@media only screen and (max-width: 1580px) { 
    .about-main-forth-section-container h1 { 
        margin-bottom: 20px;
    }
    .about-main-forth-section-container-box img { 
        margin-right: 25px;
        width: 160px;
    }
    .about-main-forth-section-container-box { 
        width: auto;
    }
    .about-main-second-section-content,
    .about-main-third-section-content,
    .about-main-forth-section-container {
    width: 1200px;
}
.about-main-forth-section-container-box { 
        margin: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    
	.about-main-forth-section-container-box img { 
        margin-right: 25px;
    }
    .about-main-forth-section-container-box { 
        width: auto;
    }
}

@media only screen and (max-width: 1365px) { 
	
}

@media only screen and (max-width: 1260px) { 
    .about-main-forth-section-container-boxes { 
        flex-direction: column;
        width: 100%;
    }
    .about-main-second-section-content,
    .about-main-first-section { 
        flex-direction: column;
    }
    .about-main-firstSection-users-img { 
        margin: 0;
        margin-top: 30px;
        width: 60px;
        height: 40px;
    }
    .about-main-firstSection-h1 { 
        margin-top: 10px;
    }
    .about-main-second-section-content-text h3 { 
        margin: 0;
    }
    .about-main-second-section-content-text h3:first-child { 
        margin-top: 50px;
    }
    .about-main-second-section-content,
    .about-main-third-section-content,
    .about-main-forth-section-container {
    width: 100%;
    padding: 0 40px;
}
    .about-main-forth-section-container h1 { 
        display: block;
        text-align: center;
    }
    .about-main-forth-section-container-box:first-child { 
        margin-left: 20px;
    }
}

@media only screen and (max-width: 992px) { 
	.about-main-firstSection-h1 { 
        font-size: 40px;
    }
    .about-main-third-section-content h1 { 
        margin-bottom: 0;
        text-align: center;
    }
    .about-main-third-section-content-text { 
        margin-top: 50px;
    }
    
    .about-main-second-section-content-text h3,
    .about-main-third-section-content-text h3{ 
        text-align: center;
    }
    
    .about-main-forth-section { 
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 768px) { 
	.about-main-firstSection-users-img { 
        display: none;
    }
    .about-main-firstSection-h1 { 
        margin: 0;
    }
    
}

@media only screen and (max-width: 640px) { 
	.about-main-forth-section-container-box {
        height: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding-bottom: 10px;
    }
    .about-main-forth-section-container-box:first-child { 
        margin: 0px;
        margin-bottom: 20px;
    }
    .about-main-forth-section-container-box img{ 
        
        margin-bottom: 50px;
    }
    .about-main-forth-section-container-box-text { 
        margin-bottom: 50px;
    }
    .about-main-forth-section-container-box-text a { 
        margin-left: 0px;
    }
    .about-main-forth-section { 
        width: 100%;
    }
    
}

@media only screen and (max-width: 540px) { 
	.about-main-second-section-content,
.about-main-third-section-content,
.about-main-forth-section-container {
    width: 100%;
    padding: 0 15px;
}
}

@media only screen and (max-width: 480px) { 
	.about-main-firstSection-h1 { 
        text-align: center;
    }
}

/* --------------- Benefits page -------------------- */


* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.benefits-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
}

.benefits-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-main-first-section-content img { 
    width: 55px;
    margin-right: 50px;
}

.benefits-main-first-section-content h1 { 
    color: white;
    font-size: 42px;
}

.benefits-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
}

.benefits-main-second-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1500px;
    padding: 50px 0;
}
.benefits-main-second-section-content-text h1 { 
    font-size: 42px;
    color: #151E48;
}

.benefits-main-second-section-content-text p { 
    font-size: 20px;
}

.benefits-main-second-section-content-img { 
    width: 350px;
    margin-right: 20px;
    flex-shrink:0
}

.benefits-main-third-section-content { 
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.star { 
    margin-right: 20px;
    width: 16px;
    flex-shrink:0
}
.benefits-main-third-section-content-rows { 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    
}
.benefits-main-third-section-content-row {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 25px;
}
.benefits-main-third-section-content-row div{ 
    display: inline-flex;
    align-items: center;
    align-content: center;
    width: 80%;
    font-size: 18px;
}
.benefits-main-third-section-content-row div:first-child { 
    margin-right: 100px;
}
.benefits-main-third-section-content-row div p { 
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}
.benefits-main-forth-section { 
    background:  #F2F5F8 0% 0% no-repeat padding-box;
}
.benefits-main-forth-section-content { 
    padding-bottom: 40px;
}
.benefits-main-forth-section-content h1 { 
    font-size: 42px;
    font-weight: 600;
    padding-top: 40px;
    margin-left: 35px;
}
.benefits-main-forth-section-content h3 { 
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 40px;
    margin-left: 35px;
}

.benefits-main-fifth-section-conten-boxes { 
    display: flex;
    flex-direction: column;
}

.benefits-main-fifth-section-conten-boxes-upper,
.benefits-main-fifth-section-conten-boxes-lower { 
    display: flex;
    justify-content: center;
    width: 100%;
    justify-content: space-around;
}
.benefits-main-fifth-section-content-h1 {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 42px;
}
.benefits-main-fifth-section-conten-boxes-upper { 
    margin-bottom: 50px;
}
.benefits-main-fifth-section-conten-boxes-lower { 
    margin-bottom: 70px;
}
.benefits-main-fifth-section-conten-box p { 
    font-size: 20px;
	width: 100%;
    align-self: flex-start;
    
}
.benefits-main-fifth-section-conten-box span { 
    width: 50px;
    height: 5px;
    background: #FDB615;
    align-self: flex-start;
	display: block;
	margin-top: 10px;
	z-index: 1;
}
.benefits-main-fifth-section-conten-box h1 {
    text-align: left;
    font-size: 36px;
    align-self: flex-start;
	width: 100%;
}
.benefits-main-fifth-section-conten-box { 
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33% ;
    padding: 40px;
    position: relative;
    margin-right: 30px;
}

.benefits-main-fifth-section-conten-box > div {
	display: flex;
}

.benefits-main-fifth-section-conten-box .benefits-box-content {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-content: flex-start;
	z-index: 1;
}

.benefits-main-fifth-section-conten-box .benefits-box-bg {
	background: #F0F0F0;
    border-radius: 5px;
    box-shadow: 0px 0px 28px #00000041;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 90px);
	transition: all 0.3s ease-in-out;
}

.benefits-main-fifth-section-conten-box:hover .benefits-box-bg { 
    background: #4DC5F4;
    height: 100%;
}

.benefits-main-fifth-section-conten-box img {
    width: 102px; 
    height: 100px;
    padding: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 28px #00000040;
	margin: 0 auto;
}
.content-box3,
.content-box6 { 
    margin-right: 0;
}

@media only screen and (max-width: 1740px) { 

}
@media only screen and (max-width: 1580px) { 
    .benefits-main-second-section-content { 
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1365px) { 
	
}

@media only screen and (max-width: 1260px) { 
    .benefits-main-second-section-content { 
        flex-direction: column;
        justify-content: center;
        text-align: center;
        
    }
    .benefits-main-second-section-content-text h1 { 
        margin-top: 0;
    }
    .benefits-main-second-section-content-img { 
        margin: 0 auto;
        width: 300px;
    }
    .benefits-main-forth-section-content h1,
    .benefits-main-forth-section-content h3,
    .benefits-main-fifth-section-content-h1 { 
        text-align: center;
        margin: 0;
    }
    .benefits-main-forth-section-content h1 { 
        margin-bottom: 40px;
    }
    .benefits-main-fifth-section-content-h1 { 
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .benefits-main-third-section-content-row div:first-child { 
        margin-right: 50px;
    }
    .benefits-main-fifth-section-conten-box h1, 
    .benefits-main-fifth-section-conten-box { 
        text-align: center;
        justify-content: center;
    }
    .benefits-main-fifth-section-conten-box p { 
        width: 100%;

    }
    .benefits-main-fifth-section-conten-box span { 
        margin: 0 auto;
    }
    .benefits-main-fifth-section-conten-box { 
        padding: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) { 
	.benefits-main-third-section-content-row div:first-child { 
        margin-right: 20px;
    }
    .benefits-main-first-section-content h1,
    .benefits-main-forth-section-content h1,
    .benefits-main-fifth-section-content-h1 { 
        font-size: 38px;
    }
    .benefits-main-first-section-content img { 
        margin-right: 20px;
        width: 45px;
    }
    .benefits-main-fifth-section-conten-box { 
        padding: 15px;
        padding-bottom: 20px;
        margin-right: 20px;
    }
    .content-box3,
    .content-box6 { 
        margin-right: 0px;
    }
    .benefits-main-first-section-content h1 { 
        white-space: nowrap;
    }
}

@media only screen and (max-width: 768px) { 
    .benefits-main-fifth-section-conten-boxes-upper,
    .benefits-main-fifth-section-conten-boxes-lower { 
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .benefits-main-fifth-section-conten-box { 
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;
    }
    .benefits-main-fifth-section-content-h1 { 
        margin-bottom: 20px;
    }
    .benefits-main-first-section-content img { 
        display: none;
    }
    .benefits-main-third-section-content-row div:first-child { 
        margin-right: 10px;
    }
    .benefits-main-third-section-content-row div {
        display: flex; 
        width: 100%;
        margin-bottom: 20px;
    }
    .benefits-main-third-section-content-row {
        display: block; 
        margin: 0;
    }
    .benefits-main-third-section { 
        padding-bottom: 10px;
    }
    .benefits-main-forth-section-content { 
        padding-bottom: 20px;
    }
    .benefits-main-second-section-content { 
        padding: 30px 20px ;
    }
}

@media only screen and (max-width: 640px) { 
    .benefits-main-first-section-content h1,
    .benefits-main-forth-section-content h1,
    .benefits-main-fifth-section-content-h1 { 
        font-size: 32px;
    }
    .benefits-main-fifth-section-conten-box { 
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 540px) { 
	.benefits-main-first-section-content h1,
    .benefits-main-forth-section-content h1,
    .benefits-main-fifth-section-content-h1 { 
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) { 
	.benefits-main-first-section-content h1,
    .benefits-main-forth-section-content h1,
    .benefits-main-fifth-section-content-h1 { 
        font-size: 28px;
        white-space: pre-wrap;
        text-align: center;
    }
}

/* ---------------- Commissions Page ---------------------*/
* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.commissions-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
}

.commissions-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.commissions-main-first-section-content img { 
    width: 35px;
    margin-right: 30px;
}

.commissions-main-first-section-content h1 { 
    color: white;
    font-size: 42px;
}
.commissions-main-second-section { 
    background:#F2F5F8 0% 0% no-repeat padding-box; ;
}
.commissions-main-second-section-content img { 
    width: 300px;
    margin-right: 40px;
}
.commissions-main-second-section-content { 
    display: flex;
    justify-content: center;
    padding: 50px;
    padding-top: 20px;
}
.commissions-main-second-section-content-text { 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.commissions-main-second-section-content-text h1 { 
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.commissions-main-second-section-content-text p { 
    font-size: 20px;
}
.commissions-main-third-section-content-img { 
    display: flex;
    justify-content: center;
}
.commissions-main-third-section-content-img img { 
    width: 700px;
    margin-left: auto;
}

.commissions-main-third-section-content h3,
.commissions-main-third-section-content h1 { 
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
}


.commissions-main-third-section-content h1 { 
    font-size: 42px;
    margin-bottom: 50px;
}

.commissions-main-third-section-content-text { 
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
}

.commissions-main-third-section-content-text p { 
    width: 70%;
    font-weight: 600;
    font-size: 22px; 
}

.commissions-main-third-section-content-text p:first-child { 
    margin-top: 150px;
    margin-bottom: 40px;
}
.commissions-main-third-section-content-text a { 
    color:#B5862D ;
}
.commissions-main-third-section-content { 
    margin-bottom: 50px;
}


@media only screen and (max-width: 1740px) { 

}
@media only screen and (max-width: 1580px) { 
    .commissions-main-third-section-content-img img { 
        width: 50%;
    }
    .commissions-main-third-section-content-text { 
        width: 45%;
    }
    .commissions-main-third-section-content-text p { 
        width: 80%;
        font-weight: 600;
        font-size: 22px; 
    }
}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1365px) { 
	.commissions-main-second-section-content img { 
        width: 250px;
    }
    .commissions-main-third-section-content-text { 
        width: 45%;
    }
    .commissions-main-third-section-content-img img { 
        width: 50%;
    }
}

@media only screen and (max-width: 1260px) { 
}

@media only screen and (max-width: 992px) { 
    .commissions-main-second-section-content { 
        padding-top: 0;
        padding-bottom: 20px;
    }
    .commissions-main-third-section-content { 
        margin-bottom: 20px;
    }
	.commissions-main-third-section-content-text p { 
        width: 100%;
        font-weight: 500;
        font-size: 18px; 
    }
    .commissions-main-third-section-content-text p:first-child { 
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .commissions-main-first-section-content h1,
    .commissions-main-third-section-content h1 { 
        font-size: 36px;
    }
    .commissions-main-second-section-content-text h1 { 
        margin-top: 30px;
        font-size: 24px;
    }
    .commissions-main-third-section-content h3 { 
        font-size: 24px;
    }
    .commissions-main-first-section-content img { 
        width: 30px;
    }
    .commissions-main-second-section-content img { 
        width: 230px;
        
    }
    .commissions-main-third-section-content-text { 
        width: 100%;
        
    }
    .commissions-main-third-section-content-text p:first-child { 
        margin-top: 40px;
    }
    .commissions-main-third-section-content-img img { 
        width: 70%;
    }
}

@media only screen and (max-width: 768px) { 
    .commissions-main-second-section-content img { 
        margin: 0 auto;
    }
    .commissions-main-second-section-content { 
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .commissions-main-third-section-content-img img,
    .commissions-main-third-section-content-text { 
        margin: 0 auto;
        text-align: center;
    }
    .commissions-main-third-section-content-img { 
        flex-direction: column;
        justify-content: center;
    }
    .commissions-main-first-section-content h1, .commissions-main-third-section-content h1 {
        text-align: center;
        font-size: 32px;
    }
    .commissions-main-third-section-content h1 { 
        margin: 20px 0;
    }
    .commissions-main-third-section-content-text p:first-child,
    .commissions-main-third-section-content h3 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) { 
    .commissions-main-third-section-content-img img { 
        width: 90%;
    }
    .commissions-main-first-section-content img { 
        display: none;
    }
}

@media only screen and (max-width: 540px) { 
	
}

@media only screen and (max-width: 480px) { 
	.commissions-main-first-section-content h1, .commissions-main-third-section-content h1 {
        text-align: center;
        font-size: 28px;
    }
    .commissions-main-second-section-content-text h1,
    .commissions-main-third-section-content h3 { 
        font-size: 20px;
    }
}


.carousel-control-next, .carousel-control-prev {
	width: 50px;
}

.featured-slider { 
    background: #2B3B72 url(../images/Rectangle\ 13.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
	position: relative;
    transform: all 0.3s ease-in-out;
}


.featured-slider img {
	max-width: 100%;
	height: auto;
}

.featured-slider .featured-slide {
	padding: 40px 50px;
	position: relative;
}

.slide1-text { 
    color: #fff;
}


.slide1-text h1 { 
    display: block;
    margin: 0 0 5px 0;
    font-size: 48px;
    font-weight: 700;
}

.slide1-text h3 { 
    font-size: 32px;
    font-weight: 400;
	margin: 0;
}

.slide1-text ul {
	margin: 0px 0 10px 0;
	padding: 15px 0;
}

.slide1-text ul li { 
    margin-right: 15px;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
	list-style: circle;
	padding:10px 0 10px 20px;
	position: relative;
}

.slide1-text ul li:before {
	width: 8px;
	height: 8px;
	left: 0;
	top: 18px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	content:"";
}

.featured-slider .join-us {
	padding: 8px 30px;
	font-size: 24px;
	font-weight: 700;
	border: none;
}

.featured-slider .join-us img {
	width: 24px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 1px;
	transition: all 0.3s ease-in-out;
	left: 0px;
}

.featured-slider .join-us:hover img {
	left: 5px;
}

.arrow-animated {
  cursor: pointer;
  height: 30px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s;
  width: 20px;
}

.arrow-top, .arrow-bottom {
  background-color: #6390e4;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.arrow-top:after, .arrow-bottom:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}
.arrow-animated:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.arrow-animated:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.arrow-animated:active {
  transform: translateY(-50%) scale(0.9);
}

.arrow-animated.left  {
	transform: rotate(180deg) translateY(50%);
	left: 0;
}

.arrow-animated.left:active {
  transform: rotate(180deg) translateY(50%) scale(0.9);
}


@media only screen and (max-width: 992px) { 
	.slide1-img {
		position: absolute;
		left: 50%;
		top: -20px;
		transform: translateX(-50%);
		opacity: 0.5;
	}
	
	.slide1-text {
		text-align: center;
		margin-top: 40px;
	}
	
	.slide1-text ul li {
		margin-left: 15px;
	}
	
	.featured-slider {
		height: 420px;
	}
}


.slide2-text { 
    color: #fff;
	text-align: center
}

.slide2-text .slide2-img {
	height: 380px;
	width: auto;
	position: absolute;
	left: 70px;
	top: 0;
	max-width: none;
}

.slide2-text h1 { 
    display: block;
    margin: 0 0 0px 0;
    font-size: 48px;
    font-weight: 700;
	padding: 0;
}

.slide2-text h3 { 
    font-size: 42px;
    font-weight: 700;
	margin: 0;
	color: #FDB615;
	
}

.slide2-text .brands {
	display: flex;
	align-items: center;
	padding: 15px 0;
	justify-content: center
}

.slide2-text .brands img {
	max-height: 70px;
	display: inline-block;
	margin: 0 25px 0 0;
}

.slide2-text ul {
	margin: 0px 0 10px 0;
	padding: 10px 0 0 0;
}

.slide2-text ul li { 
    margin-right: 15px;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
	list-style: circle;
	padding:0px 0 0px 20px;
	position: relative;
	line-height: 1.5;
}

.slide2-text ul li:before {
	width: 8px;
	height: 8px;
	left: 0;
	top: 9px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	content:"";
}

.slide2-text p {
	margin: 15px 0 15px 0;
}

.slide2-text p a {
	font-size: 21px;
	color: #FDB615;
	transition: all 0.25s ease-in-out;
	text-decoration: underline;
	font-weight: 700;
}

.slide2-text p a:hover {
	color: #fff;
}

.featured-slider .container-1500, .featured-slider .carousel, .featured-slider .carousel-inner {
	height: 100%;
	transform: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1540px) { 
	.slide2-text .slide2-img {
		left: -20px;

	}
}

@media only screen and (max-width: 1200px) { 
	.slide2-text .slide2-img {
		left: -20px;
		height: 290px;
		top: 100px
	}
	
	.slide2-text p a {
		font-size: 18px
	}
}

@media only screen and (max-width: 992px) { 
	.slide2-text .slide2-img {
		display: none;	
	}
	
	.slide2-text .brands img {
		max-height: 50px
	}
}

@media only screen and (max-width: 700px) { 
	.slide2-text h1 {
		font-size: 42px;
	}
	
	.slide2-text h3 {
		font-size: 36px;
	}
	
	.slide2-text .brands img {
		max-height: 40px
	}
	
	.slide2-text p a {
		font-size: 17px
	}
}

.slide3-text { 
    color: #fff;
	text-align: center
}

.slide3-text h1 { 
    display: block;
    margin: 0 0 0px 0;
    font-size: 70px;
    font-weight: 700;
	padding: 0;
	color: #FDB615;
}


.slide3-text ul {
	margin: 20px 0 10px 0;
	padding: 0;
}

.slide3-text ul li { 
    margin-right: 15px;
    font-weight: 700;
    font-size: 27px;
    display: block;
	list-style: circle;
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin: 0;
}

.slide3-text ul li span {
	position: relative;
	display: inline-block;
	padding:0px 0px 0px 25px;
}

.slide3-text ul li span:before {
	width: 12px;
	height: 12px;
	left: 0;
	top: 14px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	content:"";
}



.slide3-text p {
	margin: 10px 0 20px 0;
}

.slide3-text p a {
	font-size: 21px;
	color: #FDB615;
	transition: all 0.25s ease-in-out;
	text-decoration: underline;
	font-weight: 700;
}

.slide3-text p a br {
	display: none;
}

.slide3-text p a:hover {
	color: #fff;
}

.slide3-img-left {
	position: absolute;
	left: 80px;
	top: 30px;
	width: 350px;
	height: auto;
}


.slide3-img-right {
	position: absolute;
	right: 160px;
	top: 30px;
	width: 250px;
	height: auto;
}

@media only screen and (max-width: 1540px) { 
	.slide3-img-left {
		left: 20px;
		width: 300px;
		top: 80px;
	}

	
	.slide3-img-right {
		right:30px;
	}
	
	.slide3-text p a br {
		display: block;
	}
	
	.slide3-text ul li {
		font-size: 24px;
		
	}
	
	.slide3-text ul li span::before {
		width: 10px;
		height: 10px;
		top:12px;
	}
}


@media only screen and (max-width: 1200px) { 
	.slide3-img-left {
		left: 30px;
		width: 250px;
		top: 120px;
	}

	
	.slide3-img-right {
		right:60px;
		width: 180px;
		top: 120px;
	}

	
}

@media only screen and (max-width: 992px) { 
	.slide3-img-left {
		left: 30px;
		width: 200px;
		top: 150px;
	}

	
	.slide3-img-right {
		right:60px;
		width: 140px;
		top: 150px;
	}
	
	.slide3-text h1 {
		font-size: 48px;
	}
	
	.slide3-text ul li {
		font-size: 21px;
	}
	
	.slide3-text ul li span::before {
		width: 10px;
		height: 10px;
		top:10px;
	}
	
}

@media only screen and (max-width: 888px) { 
	.slide3-img-left {
		left: 30px;
		width: 160px;
		top: 180px;
	}

	
	.slide3-img-right {
		right:60px;
		width: 120px;
		top: 180px;
	}
	
}

@media only screen and (max-width: 768px) { 
	.slide3-img-left {
		display: none;
	}

	
	.slide3-img-right {
		display: none;
	}
	
	.slide1-text {
		margin-top: 10px
	}
}


@media only screen and (max-width: 660px) { 
	
	.slide1-text {
		text-align: center;
		margin-top: 30px;
	}
	
	.slide1-text h1, .slide3-text h1 {
		font-size: 42px;
	}
	
	.featured-slider .featured-slide {
		padding: 30px 0;
	}
	
	.featured-slider .featured-slide {
		padding: 30px 0;
	}
	
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	
}

@media only screen and (max-width: 600px) { 
	.slide3-text ul li {
		font-weight: 400;
	}
	
	.slide1-text {
		text-align: center;
		margin-top: 0px;
	}
	
	.slide1-text ul {
		margin-bottom: 0;
	}
	
	.slide3-text ul li br, .slide3-text p a br {
		display: none;
	}
	

	
	
}

@media only screen and (max-width: 480px) { 
	.featured-slider {
		height: auto;
	}
	
	
}




/* ---------------- Brands Page ---------------------*/
* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.brands-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    color: white;
}

.brands-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.brands-main-first-section-content img { 
    width: 45px;
    margin-right: 30px;
}
.brands-main-first-section-content h1 { 
    font-size: 42px;
}

.brands-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
}
.brands-main-second-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.brands-main-second-section-content img { 
    width: 200px;
    margin-right: 30px;
    flex-shrink: 0;
}   


.brands-main-second-section-content p { 
    font-size: 18px;
    font-weight: 600;
}
.brands-main-second-section-content span { 
    color:#B5862D ;
}

.brands-main-third-section-content h1 { 
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}
.brands-main-third-section-content h3 { 
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
}

.brands-main-third-section-content p { 
    font-size: 18px;
    margin-bottom: 50px;
}

.brands-main-forth-section { 
    background: #fff;
}

.brands-main-forth-section .main-forth-section-columns-4 {
	background: #f8f8f8;
}

.brands-main-forth-section-content h1 { 
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
	margin: 0;
}
.brands-main-forth-section-content p { 
    font-size: 18px;
    margin-bottom: 40px;
}

.brands-main-forth-section-content-columns { 
    padding-bottom: 40px;
}

@media only screen and (max-width: 1740px) { 

}

@media only screen and (max-width: 1580px) { 
    
}

@media only screen and (max-width: 1440px) {
    .main-forth-section-columns-4 p, .main-forth-section-columns-4 h3 { 
        text-align: center;
    }
}

@media only screen and (max-width: 1365px) { 
    
}

@media only screen and (max-width: 1260px) { 
    .brands-main-first-section-content h1,
    .brands-main-third-section-content h1{ 
        font-size: 35px;
    }
    .brands-main-first-section-content img { 
        width: 40px;
        margin-right: 20px;
    }
    .brands-main-second-section-content img {
        width: 150px;
    }
}

@media only screen and (max-width: 992px) { 
    .brands-main-second-section-content p,
    .brands-main-third-section-content p,
    .brands-main-forth-section-content p { 
        text-align: center;
    }
    .brands-main-third-section-content h3,
    .brands-main-forth-section-content h1 { 
        text-align: center;
    }
    .brands-main-second-section-content  {
        flex-direction: column;
    }
    .brands-main-second-section-content img { 
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) { 
    .brands-main-first-section-content h1,
    .brands-main-third-section-content h1{ 
        font-size: 30px;
    }
    .brands-main-first-section-content img { 
        width: 35px;
        margin-right: 10px;
    }
    .brands-main-second-section-content { 
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .brands-main-third-section-content h1 { 
        margin-top: 30px;
    }
    .brands-main-third-section-content h3 { 
        margin-top: 30px;
    margin-bottom: 30px;
    }
    .brands-main-third-section-content p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) { 
    
}

@media only screen and (max-width: 540px) { 
	.brands-main-first-section-content h1,
    .brands-main-third-section-content h1{ 
        font-size: 25px;
    }
    .brands-main-third-section-content h3,
    .brands-main-forth-section-content h1 { 
        text-align: center;
    }
}

@media only screen and (max-width: 480px) { 
	.commissions-main-first-section-content h1, .commissions-main-third-section-content h1 {
        text-align: center;
        font-size: 28px;
    }
    .commissions-main-second-section-content-text h1,
    .commissions-main-third-section-content h3 { 
        font-size: 20px;
    }
    .brands-main-third-section-content h3, 
    .brands-main-forth-section-content h1 { 
        font-size:  18px;
    }
}

@media only screen and (max-width: 380px) { 
    .brands-main-first-section-content img { 
        width: 30px;
        margin-right: 5px;
    }
    .brands-main-first-section-content h1 {
        white-space: nowrap;
    }
}

/* ------------------ Conatct Page ---------------- */

* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.contact-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    color: white;
}
.container-contact { 
    width: 1200px;
    margin: 0 auto;
}
.contact-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-main-first-section-content img { 
    width: 45px;
    margin-right: 30px;
}
.contact-main-first-section-content h1 { 
    font-size: 42px;
}

.contact-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
}

.contact-main-second-section-content { 
    background: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.contact-main-second-section-content-p { 
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.contact-main-second-section-content-text-left a { 
    color: hsla(196, 88%, 62%, 1);
}

.contact-main-second-section-content-text-left a:hover {
	color: #FDB615 
}

.contact-main-second-section-content-text { 
    display: flex;
    flex-direction: row;
}
.contact-main-second-section-content-text-left { 
    margin-right: auto;
}
.contact-main-second-section-content-text-right { 
    width: 50%;
}
.contact-main-second-section-content-text-right form { 
    display: flex;
    flex-direction: column;
}

.contact-main-second-section-content-text-right form input { 
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
}

.text-area { 
    border: 1px solid #ced4da;
    padding: .775rem .75rem;
}

.contact-main-second-section-content-text-right button { 
    margin-top: 20px;
    padding: 10px 23px;
    border: none;
    transition: all 0.2s ease-in-out;
    background: hsla(196, 88%, 62%, 1) 0% 0% no-repeat padding-box;
    border: 2px solid rgb(146, 220, 247);
    font-weight: 500;
    font-size: 20px;
}

.contact-main-second-section-content-text-right button:hover { 
    background: #FDB615 0% 0% no-repeat padding-box;
    border: 2px solid rgb(253, 227, 167) ;
    transition: all 0.2s ease-in-out;
    color: #151E48;
    cursor: pointer;
    
}

@media only screen and (max-width: 1740px) { 

}

@media only screen and (max-width: 1580px) { 
    
}

@media only screen and (max-width: 1440px) {
    .main-forth-section-columns-4 p, .main-forth-section-columns-4 h3 { 
        text-align: center;
    }
}

@media only screen and (max-width: 1365px) { 
    
}

@media only screen and (max-width: 1260px) { 
    .container-contact { 
        width: 1000px;
    }
    .contact-main-first-section-content h1 { 
        font-size: 35px;
    }
    .contact-main-first-section-content img { 
        width: 40px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1160px){ 
    .container-contact { 
        width: 900px;
    }
}

@media only screen and (max-width: 992px) { 
    .container-contact { 
        width: 800px;
    }
}
@media only screen and (max-width: 852px) {
    .contact-main-second-section-content-p { 
        font-size: 19px;
        text-align: center;
    }
    .container-contact { 
        width: 750px;
    }
    .contact-main-second-section-content-text { 
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .contact-main-second-section-content-text-left,
    .contact-main-second-section-content-text-right { 
        margin: auto;
        width: 100%;
    }
    .contact-main-second-section-content-text-right {
        width: 60%;
    }
    .contact-main-second-section-content-text-right button {
        display: flex;
        margin: auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) { 
    .container-contact { 
        width: 100%;
        padding: 15px;
    }
    .contact-main-second-section { 
        padding: 15px;
    }
    .contact-main-second-section-content-text-right {
        width: 70%;
    }
    .contact-main-first-section-content h1 { 
        font-size: 35px;
    }
    .contact-main-first-section-content img { 
        width: 35px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) { 
    .contact-main-second-section-content-text-right {
        width: 100%;
    }
    .contact-main-first-section-content h1 { 
        font-size: 32px;
    }
    .contact-main-first-section-content img { 
        width: 32px;
        margin-right: 10px;
    }
    .contact-main-second-section-content-p { 
        font-size: 17px;
    }
}

@media only screen and (max-width: 540px) { 
	
}

@media only screen and (max-width: 480px) { 
	
}

@media only screen and (max-width: 380px) { 
    .contact-main-second-section-content-text-left p a {
        width: auto; 
        flex-wrap: wrap;
    }
}

/* -------------- Blog ---------------- */

.blog-list {
	color: #151E48;
}

.blog-list .article {
	padding: 30px 0 0px 0;
}

.blog-list .article .article--title h2 {
	
	font-size: 24px;
	padding-left: 10px;
}

.blog-list .article .article--title h2 a {
	color: #244683;
	transition: all 0.25s ease-in-out;
}

.blog-list .article .article--title h2 a:hover {
	color: #49C6F3
}

.blog-list .article .article--title small {
	font-size: 14px;
	display: block;
	padding: 7px 15px;
	background: #f4f4f4;
	font-weight: 400;
	color: #666;
}

.blog-list .article .article__content {
	background: #f9f9f9;
	padding: 15px;
}

.blog-list .article .article__content p {
	font-size: 16px;
}

.blog-list .article .article__content p:last-child {
	margin-bottom: 0;
}

.blog-list .article .article__footer {
	text-align: right
}

.blog-list .article .article__footer .btn {
	border-radius: 0;
	background: #49C6F3;
	border: none;
	color:#fff;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 14px;
	padding: 7px 15px;
	transition: all 0.25s ease-in-out;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0)
}

.blog-list .article .article__footer .btn:hover {
	background: #FDB615;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.1)
}

.blog-list .sidebar {
	padding: 15px 20px 30px 20px;
	background: #F2F5F8
}

.blog-list .sidebar .widget--title {
	font-size: 21px;
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 10px 20px;
	margin: 0 -20px 15px -20px;
}

.blog-search {
	position: relative;
	padding-right: 72px;
}

.blog-search .form-control {
	border-radius: 0;
}

.blog-search button {
	outline: 0;
	border: none;
	border-radius: 0;
	background: #FDB615;
	border: none;
	color:#fff;
	font-weight: 400;
	font-size: 14px;
	padding: 11px 15px;
	transition: all 0.25s ease-in-out;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0);
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: inline-block;
}

.blog-search button:hover {
	background: #49C6F3;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.1)
}

.blog-list .sidebar .widget {
	margin-bottom: 30px;
}

.blog-list .sidebar .widget__item ul {
	margin: 0;
	padding: 0;
}

.blog-list .sidebar .widget__item ul li {
	list-style: none;
	padding: 6px 0;
}

.blog-list .sidebar .widget__item ul li a {
	display: block;
	position: relative;
}

.blog-list .sidebar .widget__item ul li a:after {
	content:"";
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNzkyLjAzMyA3OTIuMDMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3OTIuMDMzIDc5Mi4wMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzOF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjE3Ljg1OCwzNzAuODk2TDIyMS41MTMsOS43MDVjLTEzLjAwNi0xMi45NC0zNC4wOTktMTIuOTQtNDcuMTA1LDBjLTEzLjAwNiwxMi45MzktMTMuMDA2LDMzLjkzNCwwLDQ2Ljg3NCAgICAgbDM3Mi40NDcsMzM5LjQzOEwxNzQuNDQxLDczNS40NTRjLTEzLjAwNiwxMi45NC0xMy4wMDYsMzMuOTM1LDAsNDYuODc0czM0LjA5OSwxMi45MzksNDcuMTA0LDBsMzk2LjM0Ni0zNjEuMTkxICAgICBjNi45MzItNi44OTgsOS45MDQtMTYuMDQzLDkuNDQxLTI1LjA4N0M2MjcuNzYzLDM4Ni45NzIsNjI0Ljc5MiwzNzcuODI4LDYxNy44NTgsMzcwLjg5NnoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size:100%;
	right: 10px;
	top:5px;
	transition: all 0.25s ease-in-out;
}

.blog-list .sidebar .widget__item ul li a:hover:after {
	right: 4px;
}

.blog-list .wp-paginate {
	margin: 20px 0 40px 0;
	padding: 0;
}

.blog-list .wp-paginate li {
	list-style: none;
	display: inline-block;
	
}

.blog-list .wp-paginate li a {
	padding: 10px;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	background: #f0f0f0;
	display: inline-block;
	margin: 0 5px 0 0;
}

.blog-list .wp-paginate li .current {
	padding: 10px;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	background: #FDB615;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
}

.blog-list .wp-paginate li:first-child {
	display: block;
	color: #878787;
	margin-bottom: 10px;
}

.article__footer.single-footer {
	display: flex;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	justify-content: space-between;
}

.article__footer .category {
	text-align: left;
	padding-left: 10px;
	margin-right: 20px;
}

.bx-blog__post__navigation {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.bx-blog__post__navigation .bx-blog__post__navigation--left .fa-chevron-left:before {
	content:"«"
}

.bx-blog__post__navigation .bx-blog__post__navigation--right .fa-chevron-right:after {
	content:"»"
}

.blog-list .main-content {
	padding-bottom: 30px;
}

/* ---------------- Terms ------------- */
* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.terms-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    color: white;
}

.terms-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.terms-main-first-section-content img { 
    width: 45px;
    margin-right: 30px;
}
.terms-main-first-section-content h1 { 
    font-size: 42px;
}

.container-terms { 
    width: 1200px;
    margin: 0 auto;
}

.terms-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
    
}

.terms-main-second-section-content { 
    background: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

h6 { 
    margin-top: 40px;
    margin-bottom: 20px;
}
.terms-main-second-section-content-text-indent p{ 
    margin-left: 45px;
    margin-bottom: 20px;
}
.indent-2{
    margin-left: 50px;
}
.i,
.p {
    padding-left: 15px;
}
.terms-main-second-section-content h5,
.terms-main-second-section-content h6 { 
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 1365px) { 
    .container-terms { 
        width: 1100px;
    }
}

@media only screen and (max-width: 1260px) { 
    .container-terms { 
        width: 1000px;
    }
}
@media only screen and (max-width: 1160px){ 
    .container-terms { 
        width: 900px;
    }
}

@media only screen and (max-width: 992px) { 
    .container-terms { 
        width: 750px;
    }
}
@media only screen and (max-width: 852px) {
    .container-terms { 
        width: 650px;
    }
    .terms-main-first-section-content h1 { 
        font-size: 35px;
    }
    h6:first-child { 
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) { 
    .terms-main-second-section { 
        padding: 0 30px;
    }
    .container-terms { 
        width: 100%;
    }
    .terms-main-first-section-content h1 { 
        font-size: 35px;
    }
}

@media only screen and (max-width: 640px) { 
    .terms-main-first-section-content h1 { 
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) { 
    .container-terms,
    .terms-main-second-section { 
        padding: 0 15px;
    }
    .terms-main-second-section-content p:first-child { 
        padding-top: 20px;
    }
    .terms-main-first-section-content h1 { 
        font-size: 25px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 380px) { 
    .terms-main-first-section-content h1 { 
        font-size: 20px;
        white-space: nowrap;
    }
    .terms-main-second-section-content-text-indent { 
        margin-left: 0px;
    }
    h6 { 
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .terms-main-second-section-content-text-indent p{ 
        margin-left: 25px;
        margin-bottom: 20px;
    }
    .indent-2{
        margin-left: 20px;
    }
    .i { 
        padding-left: 0;
    }
}


/* ---------------- Privacy ------------- */
* { 
    /* border: solid red 1px !important; */
    /* margin: 3px;
    padding: 3px; */
}

.privacy-main-first-section { 
    background: #2B3B72 url(../images/Rectangle\ 13@2x.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    color: white;
}

.privacy-main-first-section-content { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-a { 
    color: hsla(196, 88%, 62%, 1) ;
}
.privacy-main-first-section-content img { 
    width: 45px;
    margin-right: 30px;
}
.privacy-main-first-section-content h1 { 
    font-size: 42px;
}

.container-privacy { 
    width: 1200px;
    margin: 0 auto;
}

.privacy-main-second-section { 
    background: #F2F5F8 0% 0% no-repeat padding-box;
}

.privacy-main-second-section-content { 
    background: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.privacy-main-second-section-content h6 { 
    margin-top: 20px;
}


@media only screen and (max-width: 1365px) { 
    .container-privacy { 
        width: 1100px;
    }
}

@media only screen and (max-width: 1260px) { 
    .container-privacy { 
        width: 1000px;
    }
}
@media only screen and (max-width: 1160px){ 
    .container-privacy { 
        width: 900px;
    }
}

@media only screen and (max-width: 992px) { 
    .container-privacy { 
        width: 750px;
    }
}
@media only screen and (max-width: 852px) {
    .container-privacy { 
        width: 650px;
    }
    .privacy-main-first-section-content h1 { 
        font-size: 35px;
    }
}

@media only screen and (max-width: 768px) { 
    .privacy-main-second-section { 
        padding: 0 30px;
    }

    .container-privacy { 
        width: 100%;
        
    }
    .privacy-main-first-section-content h1 { 
        font-size: 35px;
    }
}

@media only screen and (max-width: 640px) { 
    .privacy-main-first-section-content h1 { 
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) { 
    .privacy-main-second-section-content {
        text-align: center;
        
    }
    .privacy-main-second-section-content p:first-child { 
        padding-top: 20px;
    }
    .privacy-main-second-section h6 { 
        margin-left: 0;
    }
    .container-privacy,
    .privacy-main-second-section { 
        padding: 0 15px;
    }
    .privacy-main-first-section-content h1 { 
        font-size: 25px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 380px) { 
    .privacy-main-first-section-content h1 { 
        font-size: 25px;
        white-space: nowrap;
    }
    .privacy-main-second-section-content-text-indent { 
        margin-left: 0px;
    }
    .privacy-main-second-section-content-text-indent p{ 
        margin-left: 25px;
        margin-bottom: 20px;
    }
}
.main-sixth-section-content { 
display: flex;
justify-content: center; 
margin-bottom: 40px;
}
.main-sixth-section-content img {
width: 350px;
}
.software-providers {
    display: flex;
    align-items: center;
    padding: 0 0 50px 0;
    justify-content: center;
    flex-wrap:wrap;
}

.software-providers img {
    max-height: 90px;
    display: inline-block;
    margin: 15px 25px;
}

@media only screen and (max-width: 1440px) {
    .software-providers img {
     max-height:70px;
    }
}


@media only screen and (max-width: 480px) {
    .software-providers img {
     max-height:55px;
    }
}