/* 
 Theme Name:   OnePress child theme
 Theme URI:    https://gaia.media
 Description:  This is my first child theme
 Author:       admin
 Author URI:   https://gaia.media
 Template:     onepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&display=swap');
body{
    font-family: 'Futura Hv BT';
  font-size: 18px;
  line-height:24px;
  color: #3C3C3C; 
} 
html, body{
    margin: 0;
    padding: 0; 
}
div{
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('fonts/FuturaBT-Heavy.eot');
    src: url('fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('fonts/FuturaBT-Heavy.woff') format('woff'),
        url('fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Bk BT';
    src: url('fonts/FuturaBT-Book.eot');
    src: url('fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaBT-Book.woff2') format('woff2'),
        url('fonts/FuturaBT-Book.woff') format('woff'),
        url('fonts/FuturaBT-Book.ttf') format('truetype'),
        url('fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


input, button, select, textarea,
h1,h2,h3,h4,h5,h6{
    font-family: 'Futura Hv BT';
} 
header.site-header {
    padding: 0 4%;
    box-shadow: none;
}
header.site-header .container{
    width: 100%;
    padding: 0;
    font-family: 'Futura Hv BT';
}
.site-branding .site-logo-div {
    max-width: 150px; 
    padding: 15px 0 0px 0;
}
header.site-header .onepress-menu a {
    color: #3CC6F3;
    font-size:20px;
    padding: 30px 15px 20px 15px;
    display: inline-block;
    font-family: 'Futura Hv BT';
    line-height: 36px;
    text-transform: inherit;
}
header.site-header .onepress-menu li{margin-left: 15px; text-transform: inherit}
header.site-header .onepress-menu li.onepress-current-item a{ 
	background: #3CC6F3;
    color: #fff;
}
header.site-header .onepress-menu > li:last-child > a{padding-right: 15px;}
.onepress-menu.onepress-menu-mobile a:hover,
.onepress-menu.onepress-menu-mobile a:focus{color: #4e160f !important;}
.c-bully.c-bully--inversed{
    display: none;
}
.c-bully{display: none !important;} 
#hero.hero-slideshow-normal .container,
#trustedBy .container,
#deck .container,
#letsTalk .container,
#contact .container{
    padding:0;
    width: 100%;
}
#hero{background-image: none !important; background-color: #fff !important;}
#hero .hero-content-style1 h2{  text-transform: inherit; text-shadow:none; background: #fff; margin: 0;}
.welcomeText{text-align:center; padding:180px 0;}
.hero__content .welcomeText h1 {
	color: #4e160f;
	font-size: 90px;
	line-height: 100px;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	margin: 10px 0;
	letter-spacing: 0;
}
.welcomeText .bannerPunchline {
	color: #3CC6F3;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Futura Hv BT';
	display: block;
	letter-spacing: 0; 
}
.welcomeText .bannerPunchline h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
}
#trustedBy {
	background-color: #3CC6F3;
	padding: 40px 80px 60px 80px;
	text-align: center;
	font-family: 'Futura Hv BT';
}
#trustedBy h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin: 0;
}
#trustedBy .section-desc {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}
#trustedBy .section-desc img{
	width: 100%;
}
#trustedBy .deskImg{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgba(50, 50, 50, 0.2);
}
#trustedBy .mobImg{
    display: none;
}
#trustedBy p {
	font-size: 38px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin: 0;
	padding-top: 40px;
}
#trustedBy .section-content{
    display: none;
}
#trustedBy .section-title-area{
    margin-bottom: 0px;
}
#deck.section-padding{
    padding: 0 !important;;
}
#deck .section-title-area,
#deck .section-desc{
    margin: 0 !important;
}
.outerProfile {
	background-color: #efefef;
	padding:80px 0px 80px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-family: 'Futura bk BT';
}
.outerProfile .leftDetail{ 
    border-radius: 20px;  
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgba(50, 50, 50, 0.2);
    padding: 30px;
    font-family: 'Futura Hv BT';
    width:68%;
    text-align: left;
}
.outerProfile .leftDetail p {
	font-size: 28px;
	line-height:36px;
	color: #4e160f;
	margin:0 0 25px 0;
	font-weight: 300;
	font-family: 'Futura bk BT';
}
.outerProfile .leftDetail p b {
	font-family: 'Futura Hv BT';
}
.outerProfile .profPic{ 
    padding-left: 20px;
    width:32%;
    max-width:450px;
}
.outerProfile .profPic img{
    width:100%;
}
.outerProfile .profPic .mobImg{
    display: none;
}
#letsTalk{background-color: #fff;     font-family: 'Futura bk BT';}
#letsTalk.section-padding{padding: 0 !important;}
#letsTalk .section-desc{margin-top: 0;}
.kickerSec{
    padding: 80px 40px  40px 40px;
    text-align: left;
    font-family: 'Futura bk BT';
}
.kickerSec .hedingText {
	background-color: #3cc5f2;
	color: #fff;
	box-shadow: 0px 0px 4px 3px rgba(50, 50, 50, 0.5);
	padding: 12px 60px;
	font-size: 46px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 52px;
}
.kickerSec p {
	font-size: 28px;
	line-height:36px;
	color: #4e160f;
	margin:0 0 25px 0;
	font-weight: 500;
	font-family: 'Futura bk BT';
}
.kickerSec p b {
	font-family: 'Futura Hv BT';
}
.kickerSec p a{ 
	color: #4e160f; 
    text-decoration: none;
}
.partnerEarn{padding: 60px 0 60px 0;}
.partnerEarn h4 {
	color: #3cc5f2;
	font-size: 40px;
	margin: 0 0 20px 0;
	line-height: 46px;
    font-family: 'Futura Hv BT';
}
.letsTalk {
	padding: 0px 40px 100px 40px;
    text-align: left;
    font-family: 'Futura bk BT';
}
#letsTalk .section-contact{ padding: 0;}
#letsTalk .section-title-area{ margin: 0;}
.letsTalk .mobDiv{
    display: none;
}
.letsTalk h2{
    color: #4e160f;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  margin: 10px 0 100px 0;;
  text-align: center;
}
.letsTalk p{
    font-size: 28px;
	line-height:36px;
	color: #4e160f;
	margin:0 0 25px 0;
	font-weight: 500;
	font-family: 'Futura bk BT';
}
.letsTalk .twoColDiv{
    display: flex;
    justify-content: space-between;
}
.letsTalk .leftSocial{width:70%}
.letsTalk .leftSocial img{ width: 100%;}
.letsTalk .rightIco {
	width: 20%;
	max-width: 230px;
}
.letsTalk .rightIco img{ width: 100%;}
.letsTalk .flexDiv{display: flex; margin-top:30px;}
.letsTalk .textBrown {
	font-size: 28px;
	line-height: 36px;
	color: #4e160f;
	font-weight: 500;
	font-family: 'Futura bk BT';
	display: inline-block;
	width: 445px;
	padding-right: 15px;
}
.letsTalk .socialLink{display: flex; align-items: center;}
.letsTalk .socialLink .iconImg{max-width: 48px;}
.letsTalk .socialLink .linkText {
	color: #3cc5f2;
	font-size: 30px; 
	line-height: 36px;
    padding-left:25px;
    font-weight: bold;
}
.letsTalk .socialLink .linkText a{
	color: #3cc5f2;
	text-decoration: none;
}
.awesomeText{
  color: #3cc5f2;
  font-size: 36px;
  margin: 60px 0 0 0;
  line-height: 36px;
  font-family: 'Futura Hv BT';
}
#contact.section-padding{padding: 0;}
#contact .section-contact{ padding: 0;}
#contact .section-title-area{ margin: 0;}
#contact .section-desc{ margin-top: 0;}
#contact .container a .row{ display: none;}
.footeSec{
    padding: 120px 0 20px 0;
    background-color: #4e160f;
    text-align: center;
    font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 500;
    font-family: 'Futura bk BT';
}
.footeSec h2 {
	font-size: 46px;
	line-height: 48px;
	margin: 0;
    color:#fff;
    font-family: 'Futura Hv BT';
}

.featuredBox {
	padding: 40px 40px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	max-width: 800px;
	align-items: center;
	margin: 50px auto;
}
.featuredBox .logoList {
	margin: 0 20px;
}
.featuredBox .logoList img{
    width: 100%;
}
.privacyText{margin-top: 150px;}
.privacyText a{color:#fff; text-decoration: none;}
.privacyText a:focus,
.privacyText a:hover{color:#fff; text-decoration: none;}
footer.site-footer{
    display: none;
}

/*****privacy-policy page*******/
.page-header{ display: none;}
#primary{
    background-color: #3CC6F3;
  padding: 40px 80px 60px 80px !important; 
  font-family: 'Futura Hv BT';
  margin-top: 10px;
}
#primary h1 {
	font-size: 50px;
  line-height: 60px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
    color: #3CC6F3;
    text-transform: uppercase;
}
#primary h2 {
	font-size: 32px;
  line-height: 36px;
  color:#3CC6F3; 
  font-weight: 300;
  font-family: "Futura bk BT";
}

#primary .site-main{
    display: block;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 16px 0 rgba(50, 50, 50, 0.2);
}
#primary p {
	font-size: 28px;
	line-height: 36px;
	color: #4e160f;
	margin: 0 0 25px 0;
	font-weight: 300;
	font-family: 'Futura bk BT';
}
#primary p sup {
	font-size: 30px;
	color: #03c4eb;
}
@media only screen and (max-width:1800px) and (min-width:1300px)  {
    header.site-header .onepress-menu li:hover a { 
        background: #3CC6F3;
        color: #fff;
    }
}

/*Ipad Pro*/
@media only screen and (max-width: 1367px) and (min-width:1200px)  {
    
    .enterprisesSec .shadowBox { 
        min-height: 500px; 
    }
}
@media only screen and (max-width: 1199px) and (min-width:1025px)  {
    header.site-header {
        padding: 0 2%; 
    }
    header.site-header .onepress-menu li {
        margin-left: 0;
    }
    .hero__content .welcomeText h1 {  
    }
    
    .enterprisesSec .shadowBox { 
        min-height: 550px; 
    }
    .letsTalk .textBrown { 
        width: 50%; 
    }
    
}
/*Ipad*/
@media only screen and (max-width: 1024px) {
    header.site-header {
        padding:0; 
    }  
    .site-branding .site-logo-div {
        max-width: 170px;
        padding: 5px 0 0px 15px;
    }
   .header-right-wrapper #nav-toggle {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        text-align: center;
        margin: 14px 15px 0 0;
        font-size: 0px;
        background-color: #3CC6F3;
    } 
    .header-right-wrapper #nav-toggle span {        
        right:18px;
        border-radius: 20px;
        background: #fff;
    }
    .header-right-wrapper #nav-toggle span:before, .header-right-wrapper #nav-toggle span:after { 
        background: #fff; 
        border-radius: 20px;
    }
    .header-right-wrapper #nav-toggle.nav-is-visible span:before, .header-right-wrapper #nav-toggle.nav-is-visible span:after {
        background: #fff;
    }
    header.site-header .onepress-menu li {
        margin-left: 0;
    }
    .onepress-menu.onepress-menu-mobile > li > a {
        padding: 12px 20px; 
        display: block;
    }
    .onepress-menu.onepress-menu-mobile > li > a:focus{
       color: #4e160f;
    }
    header.site-header .onepress-menu li:hover a{
        background-color: transparent;
    }
    .hero__content .welcomeText h1 {
        color: #4e160f;
        font-size: 70px;
        line-height: 80px; 
    }
    .welcomeText .bannerPunchline { 
        font-size: 36px;
        line-height: 44px; 
    }
    .hero__content .imgTag {
        max-width: 370px;
    }
    .letsTalk .textBrown { 
        width: 50%; 
    }
    .letsTalk .leftSocial {
        width: 78%;
    }
    .letsTalk .socialLink .iconImg {
        max-width: 38px;
    }
    .letsTalk .socialLink .linkText { 
        padding-left: 16px; 
    }
    .letsTalk h2 { 
        font-size: 52px;
        line-height: 61px; 
    }
    .footeSec { 
        font-size: 24px;
        line-height: 30px; 
    }
     
}
@media only screen and (max-width: 991px) {
    header.site-header {
        padding:0; 
    }  
    .site-branding .site-logo-div {
        max-width: 140px;
        padding: 5px 0 0px 15px;
    }
   .header-right-wrapper #nav-toggle {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        margin: 14px 15px 0 0;
        font-size: 0px;
        background-color: #3CC6F3;
    } 
    .header-right-wrapper #nav-toggle span {        
        right: 12px;
        border-radius: 20px;
        background: #fff;
    }
    .header-right-wrapper #nav-toggle span:before, .header-right-wrapper #nav-toggle span:after { 
        background: #fff; 
        border-radius: 20px;
    }
    .header-right-wrapper #nav-toggle.nav-is-visible span:before, .header-right-wrapper #nav-toggle.nav-is-visible span:after {
        background: #fff;
    }
    header.site-header .onepress-menu li {
        margin-left: 0;
    }
    .onepress-menu.onepress-menu-mobile > li > a {
        padding: 12px 20px; 
        display: block;
    }
    .welcomeText { 
        padding: 140px 0;
    }
    
    .hero__content .welcomeText h1 { 
        font-size: 52px;
        line-height: 58px;
    }
    .welcomeText .bannerPunchline {
        font-size: 26px;
        line-height: 30px;
    }
    
    
    #trustedBy {
        padding: 28px 30px 20px 30px;
    }
    #trustedBy .section-title-area .section-title { 
        font-size: 40px;
        line-height:40px;
    }
    #trustedBy .section-desc {
        margin-top: 20px;
    }
    #trustedBy .deskImg{
        display: none;
    }
    #trustedBy .mobImg {
        display: block;
        border-radius: 20px;
        overflow: hidden;
        padding: 20px 0;
        background-color: #fff;
        box-shadow: 0 1px 16px 0 rgba(50, 50, 50, 0.2);
    }
    .letsTalk .textBrown {
        width: 100%;
        padding-bottom: 15px;
    }
    .letsTalk .flexDiv{
        display: block;
        margin-top: 50px;
    }
    .letsTalk .flexDiv p{
        margin: 0 0 0 0;
    }
    .footeSec {
        padding: 80px 20px 20px 20px; 
    }
    #primary {
        padding: 28px 30px 20px 30px !important;
    }
}
  /*mobile*/

@media only screen and (max-width: 767px) {
    header.site-header {
        padding:0; 
    }  
    .site-branding .site-logo-div {
        max-width: 120px;
    } 
    header.site-header .onepress-menu li {
        margin-left: 0;
    }
    .onepress-menu.onepress-menu-mobile > li > a {
        padding: 12px 20px; 
        display: block;
    }
    .hero__content .imgTag {
        max-width: 160px;
    }
    .hero__content .welcomeText {   
        width: 100%;  
        max-width: 100%;
        padding: 100px 0;
    }
    .hero__content .welcomeText h1 {
        padding: 0;
        font-size: 48px;
        line-height: 50px;
    }
    .welcomeText .bannerPunchline { 
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
        display: block;
    }
    .welcomeText .bannerPunchline .blockDiv{
        display: block;
    }
    
    #hero.hero-slideshow-wrapper { 
        padding-top: 0px;
    }
   
    #trustedBy .section-title-area .section-title { 
        font-size: 32px;
        line-height: 32px;
    }
    #trustedBy{padding: 28px 15px 20px 15px;}
    #trustedBy h2 {
        font-size: 32px;
        line-height: 32px;
    }
    #trustedBy p {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        padding-top: 26px;
    }
    #trustedBy .deskImg{
        display: none;
    }
    #trustedBy .mobImg {
        display: block;
        border-radius: 20px;
        overflow: hidden;
        padding: 20px 0;
        background-color: #fff;
        box-shadow: 0 1px 16px 0 rgba(50, 50, 50, 0.2);
    }
    #trustedBy .mobImg img{
        width: 100%;
    }
   
    .outerProfile {
        display: block;
        padding: 40px 15px 0px 15px;
    }
    .outerProfile .leftDetail {
        width: 100%;
        padding: 15px;
    }
    .outerProfile .profPic {
        padding-left: 0;
        width: 75%; 
        margin: 40px auto 0 auto;
    }
    .outerProfile .profPic br{
        display: none;
    }
    .outerProfile .profPic .deskImg{
        display: none;
    }
    .outerProfile .profPic .mobImg{
        display: block;
    }
    .outerProfile .leftDetail p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .kickerSec {
        padding: 40px 15px 0px 15px;
    }
    .kickerSec .hedingText { 
        padding: 12px 10px;
        font-size: 27px;
        border-radius: 10px;
        display: block; 
        margin: 0 auto 30px auto;
        max-width: 290px;
        text-align: center;
        line-height: 32px;
    }
    .kickerSec p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .partnerEarn {
        padding:20px 0 20px 0;
    }
    .partnerEarn h4 { 
        font-size: 20px;
        margin: 0 0 20px 0;
        line-height: 30px;
        text-align: center;
        font-family: 'Futura Hv BT';
    }
    .letsTalk{
        padding: 0 15px 40px 15px;
    }
    .letsTalk .mobDiv {
        display: block;
        max-width: 220px;
        margin: 0 auto 30px auto;
    }
    .letsTalk .mobDiv img{
       width: 100%;
    }
    .letsTalk h2 { 
        font-size: 34px; 
        line-height: 42px;
        margin: 10px 0 20px 0;
        text-align: center;
    }
    .letsTalk p {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .letsTalk .twoColDiv {
        display: block; 
    }
    .letsTalk .leftSocial {
        width: 100%;
    }
    .letsTalk .rightIco{
        display: none;
    }
    .letsTalk .flexDiv {
        display: block;
        margin-top: 30px;
    }
    .letsTalk .textBrown {
        width: 100%;
        padding: 0;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .letsTalk .socialLink .iconImg {
        max-width: 36px;
    }
    .letsTalk .socialLink .linkText { 
        font-size: 20px;
        line-height: 24px;
        padding-left: 9px;
    }
    .awesomeText {
        font-size: 26px;
        margin: 30px 0 0 0;
        line-height: 32px;
        text-align: center;
    }
    .featuredBox {
        flex-wrap: wrap;
        padding: 20px 0;
        width: 86%;
    }
    .featuredBox .logoList {
        width: 40%;
        margin: 0;
        padding: 20px;
    }
    .featuredBox .logoList:nth-child(1),
    .featuredBox .logoList:nth-child(3){
        width: 60%;
    }
    .footeSec { 
        padding: 40px 15px 20px 15px;
        font-size: 22px;
        line-height: 24px;  
    }
    .footeSec h2 {
        font-size: 32px;
        line-height: 38px; 
    }
    .privacyText{font-size: 16px;
        line-height: 20px;
        margin-bottom:0;
        margin-top: 40px;}
    .privacyText p {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding-top: 15px;
    }
    #primary {
        padding: 20px 15px 20px 15px !important;
    }
    #primary h1 {
        font-size:28px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    #primary h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 8px 0;
    }
    #primary p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    
} 

 