/*
	Theme Name: Naveo Basic Custom 
	Theme URI: https://www.naveomarketing.com
	Description: One Page Basic Custom WordPress Theme
	Version: 1.0
	Author: NAVEO
	Author URI: https://www.naveomarketing.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'Raiders';
    src:url('./fonts/Raiders.ttf.woff') format('woff'),
        url('./fonts/Raiders.ttf.svg#Raiders') format('svg'),
        url('./fonts/Raiders.ttf.eot'),
        url('./fonts/Raiders.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Asap-Bold';
    src:url('./fonts/Asap-Bold.ttf.woff') format('woff'),
        url('./fonts/Asap-Bold.ttf.svg#Asap-Bold') format('svg'),
        url('./fonts/Asap-Bold.ttf.eot'),
        url('./fonts/Asap-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mallanna';
    src:url('./fonts/Mallanna.ttf.woff') format('woff'),
        url('./fonts/Mallanna.ttf.svg#Mallanna') format('svg'),
        url('./fonts/Mallanna.ttf.eot'),
        url('./fonts/Mallanna.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Asap-Bold';
    background-color: #fdfbf2;
    margin:0;
    padding:0;
}
.container{
    max-width:80%;
    margin: 0 auto;
}
header{
    padding:50px  30px;
}
header .container{
    text-align: center;
}
header img{
    max-width:40%
}
header h1{
    font-family: 'Raiders';
    font-size:50px;
    color:#003e70;
    text-align:center;
    line-height: 40px;
}
section.offers{
    background:url('./img/offersbg.png') center center no-repeat;
    padding:50px 0px;
    display:flex;
    flex-wrap:wrap;
    background-position: 100% 50%;
}
section.offers .left-section{
    display: inline-flex;
    width:40%;

}
section.offers .right-section{
    width:40%;
    padding:0px 15px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
}
section.offers .left-section img{width:100%;}
section.offers .left-section h2{
    font-size:20px;
    color:#555658;
    margin:0;
}
section.offers .left-section p{
    font-size: 20px;
    color: #555658;
    font-family: 'Mallanna';
    line-height: 24px;
}
section.offers .right-section h2{
    font-size:35px;
    color:#003e70;
    margin:0;
}
section.offers .right-section ul li{
    color:#003e70;
    margin-bottom:20px;
    font-size:18px;
}
.kudu-text{text-align: center;margin:130px auto 0;}
.kudu-text h2{    font-size: 48px;color: #343434;}
.kudu-text p{    font-size: 32px;color: #343434;}
section.offers-details{
    padding:30px 0px;
    display:flex;
    position:relative;
    font-family: 'Mallanna';
   
}
section.offers-details .left-section,
section.offers-details .right-section{
    width:45%;
    padding:0px 15px;
    display: inline-block;
    vertical-align: text-top;   
}
section.howitworks .left-section,
section.howitworks .right-section{
    width:45%;
    padding:0px 30px 0px 0px;
    display: inline-block;
    vertical-align: text-top;   
}
section.offers-details .left-section .secondary-image {
    position: absolute;
    bottom: -9px;
    left: -145px;
}
section.offers-details img{max-width: 100%;}
section.offers-details .left-section .secondary-image img{width:40%;}
section.offers-details .left-section .main-image {
    margin-top: -38%;
}
section.offers-details .right-section h2{
    font-size: 25px;
    color: #003e70;
    margin: 0;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    line-height: 1.1;
}
section.offers-details .right-section h3 {
    padding-left: 25px;
    line-height: 1.1;
    margin-bottom: 0;
}
section.offers-details .right-section p {
    padding-left: 25px;
    line-height: 1.1;
    font-size: 18px;
    margin-top: 8px;
}
section.offers-details .right-section ul{
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

section.offers-details .right-section ul .list-style {
    width: 48%; float:left;  margin-bottom: 10px;
}
section.offers-details .right-section ul li {
    
  
    font-size: 18px;
    line-height: 26px;
   
    vertical-align: text-top;
}
section.offers-details .right-section .numbered-list{margin-top: 20px;}
section.offers-details .right-section .numbered-item{
    display: flex;
    padding-left: 20px;
}
    section.offers-details .right-section span.number {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #deb406;
    min-width: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    color:#545557;
    line-height: 30px;
    font-weight: bold;
    margin-top:5px;
}
section.offers-details .right-section .numbered-info {
    font-size: 20px;
    vertical-align: text-top;
    line-height: 22px;
}
section.offers-details .right-section .logo{
        max-width: 60%;
        margin-left: auto;
        margin-top:100px;
}
section.howitworks{
    padding:50px 0px;
    display:block;
    background: url(./img/hiwbg.png) no-repeat;
    color: #fff;
    background-position: 100%;
    background-size: cover;
}
section.howitworks h2{
    display: flex;
    width: 100%;
    font-size: 30px;
}
section.howitworks .howitworks-inner {
    display: flex;
    flex-wrap: wrap;
}
section.howitworks .howitworks-inner .howitworks-item {
    width: 30%;
    margin-right:18px;
    padding:60px 0px;
    text-transform: uppercase;
    background: url(./img/hiw-item1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position:relative;
    color:#555658;
    font-size:30px;
    font-family: 'Mallanna';
    line-height:38px;
}
section.howitworks .howitworks-inner .howitworks-item span{ font-family:'Raiders' ;}
section.howitworks .howitworks-inner .howitworks-item:first-child{
    background:url('./img/hiw-item.png');
}
section.howitworks .howitworks-inner .howitworks-item .icon{
    padding:10px;
    background-color: #f2e39c;
    width: 100px;
    height: 85px;
    margin: 0 auto 20px;
}
section.howitworks .howitworks-inner .howitworks-item .icon img{width:100%;}
section.howitworks .howitworks-inner .howitworks-item:first-child .icon{
    background-color: #f5ebb5;
}
section.howitworks .howitworks-inner .howitworks-item:last-child .icon{
    background-color: #efda84;
}
section.howitworks .howitworks-inner .howitworks-item:after{
    content: '';
    display: block;
    position: absolute;
    left: 99%;
    width: 0;
    height: 0;
    border-style: solid;
}
section.howitworks .howitworks-inner .howitworks-item:first-child:after{
    border-color: transparent transparent transparent #ebd36b;
    border-width: 33px;
}
section.howitworks .howitworks-inner .howitworks-item:last-child:after{
    border-width:0;
}
section.howitworks .howitworks-inner .howitworks-item:after{
    top: 115px;
    border-color: transparent transparent transparent #e4c237;
    border-width: 33px;
}
section.howitworks span{font-size: 30px;font-family: 'Mallanna';line-height: 38px;font-weight: lighter;}
section.offers-details .right-section ul li::marker{font-size:16px;}

.footer-info a{
    color:#fff;
    text-decoration: none;
}
.footer-info a:hover{
    text-decoration: underline;
}
.contact-form {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.contact-form form .form-feild:last-child{text-align: left;}
    .contact-form form .form-feild{
    margin:10px 0px 20px;
}
.contact-form form .form-feild label{
    width:100%;
    text-align: left;
    display: block;
    margin-bottom:10px;
}
.contact-form form .form-feild input{
    width:100%;
    padding:10px;
}


.contact-form form .form-feild input[type="submit"]{
    width: auto;
    padding: 5px 30px;
    background: #e4c237;
    font-weight: bold;
    font-size: 20px;
    border:0;
    cursor: pointer;
}
.white-text {
    color: #fff !important;
}
/*Responsive queries*/

@media screen and (min-width: 1580px) {
    section.offers-details .left-section .secondary-image img {
        width: 25%;
    }
}
@media screen and (max-width: 1480px) {
    .container {
        max-width: 85%;
        margin: 0 auto;
    }
    section.offers{
        background-position: 90% 50%;
    }

}
@media screen and (max-width: 1350px) {
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
    section.offers{
        background-position: 90% 50%;
    }

}
@media screen and (max-width: 1024px) {
    section.offers {
        background: url(./img/offersbg.png) center center no-repeat;
        padding: 50px 0px;
        display: block;
        background-position: 90% 50%;
    }
    section.offers-details .right-section{padding: 0;}
    section.offers-details .left-section .secondary-image {
        position: absolute;
        bottom: -10px;
        left: -145px;
    }
    section.offers .right-section h2 {
        font-size: 34px;
        color: #003e70;
        margin: 0;
    }
    section.offers .right-section ul li {
        color: #003e70;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
    section.offers-details .left-section .main-image {
        margin-top: -25%;
    }
    section.offers .right-section ul{padding-left:10px;}
    section.offers-details .right-section ul li::marker{font-size:15px;}
    section.offers-details .right-section ul li {
        font-size: 16px;
        line-height: 26px;
        vertical-align: text-top;
    }
    section.offers-details .right-section .numbered-info {
        font-size: 16px;
        vertical-align: text-top;
        line-height: 22px;
    }
}
@media screen and (min-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    header {
        padding: 0px;
    }
    header h1 {
        font-family: 'Raiders';
        font-size: 30px;
        color: #003e70;
        text-align: center;
		line-height:30px;
    }
	.kudu-text h2 {
    font-size: 35px;
    color: #343434;
}
	.kudu-text p {
    font-size: 25px;
    color: #343434;
}
	section.howitworks .howitworks-inner .howitworks-item{margin-right:0px;}
	section.howitworks .container{max-width:100%;}
	section.howitworks h2{padding-left:10px;}
	.contact-form{padding:0px 10px;}
	section.howitworks p .footer-info{padding-left:10px;}
    section.offers {
        background: url(./img/offersbg.png) center center no-repeat;
        padding: 50px 0px;
        display: block;
        background-position: initial;
        background-size: cover;
    }
    section.offers .left-section, section.offers .right-section{width:100%}
    section.offers-details .left-section, section.offers-details .right-section{
        width: 95%;
        padding: 0px 0px;
        margin: 0 auto;
        display: block;
    }
    section.offers-details .left-section .main-image {
        margin-top: -12%;
    }
    .contact-form {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    section.offers .right-section ul{padding-left:0;}
    section.offers-details .right-section ul {
        display: inline-block;
        padding-left: 25px;
        width: 100%;
    }
    section.offers-details .right-section h2{padding-left:0;}
    section.offers-details .right-section .numbered-item{padding-left:0;}
    section.howitworks .howitworks-inner .howitworks-item{width:100%;margin-bottom:10px;}
    section.howitworks .howitworks-inner .howitworks-item:after {
        border-width: 0;
    }
    section.howitworks .howitworks-inner .howitworks-item:first-child:after {
        border-width: 0;
    }
    section.howitworks .howitworks-inner .howitworks-item {
        background: #e4c237;
    }
    section.offers-details .left-section .secondary-image {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    section.offers-details .left-section .secondary-image img {
        width: 50%;
    }
    .kudu-text {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
        section.offers-details .right-section h3, section.offers-details .right-section p {
    padding-left: 0;
}
}
@media screen and (max-width: 480px) {
    header {
        padding: 0px;
    }
    section.howitworks span.seperator{display:none;}
    section.howitworks span {
         width: 100%;
        display: block;
    }
    .kudu-text {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .contact-form form .form-feild label{
        font-size: 20px;
        line-height: 14px;
    }
    header h1 {
        font-family: 'Raiders';
        font-size: 30px;
        color: #003e70;
        text-align: center;
        line-height: 30px;
    }
    section.offers {
        background: url(./img/offersbg.png) center center no-repeat;
        padding: 50px 0px;
        display: block;
        background-position: initial;
        background-size: cover;
    }
    section.offers .left-section, section.offers .right-section{width:100%}
    section.offers-details .left-section, section.offers-details .right-section{width:100%;padding: 0px 0px;}
    section.offers-details .left-section .main-image {
        margin-top: -20%;
    }
    section.offers .right-section ul{    padding-left: 20px;}
    section.offers-details .right-section ul {
        display: inline-block;
        padding-left: 30px;
    }
    section.offers-details .right-section h2{padding-left:0;}
    section.offers-details .right-section .numbered-item{padding-left:10;}
    section.howitworks .howitworks-inner .howitworks-item{width:100%;margin-bottom:10px;}
    section.howitworks .howitworks-inner .howitworks-item:after {
        border-width: 0;
    }
    section.howitworks .howitworks-inner .howitworks-item:first-child:after {
        border-width: 0;
    }
    section.howitworks .howitworks-inner .howitworks-item {
        background: #e4c237;
    }
    section.offers-details .left-section .secondary-image {
        position: relative;
        bottom: 0;
        left: 0;
    }
    section.offers-details .left-section .secondary-image img {
        width: 100%;
    }
    section.offers-details .right-section .logo{
        margin:0 auto;
    }
    section.offers-details .right-section h2 {
        font-size: 24px;
    }
    section.offers-details .right-section ul .list-style{
        width:100%;
    }
    .kudu-text h2{font-size: 24px;}
    .kudu-text p{font-size: 16px;}
}