@font-face {
    font-family: RalewayReg;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: RalewayBold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: RalewayLight;
    src: url(../fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: InternacionalReg;
    src: url(../fonts/Internacional-Regular.woff2);
}

@font-face {
    font-family: InternacionalBold;
    src: url(../fonts/Internacional-Bold.woff2);
}

@font-face {
    font-family: InternacionalLight;
    src: url(../fonts/Internacional-Light.woff2);
}

@font-face {
    font-family: RemixIcons;
    src: url(../css/remixicon.woff2);
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.ht-100 {
    height: 100px;
}

.ht-125 {
    height: 125px;
}

.ht-150 {
    height: 150px;
}

.ht-175 {
    height: 175px;
}

.ht-200 {
    height: 200px;
}

.mw-750 {
    max-width: 750px;
}

.float-right {
    float: right;
}

.border-grey {
    border-color: #d6dae2 !important;
}

.border-primary {
    border-color: #ff5c35 !important;
}

.border-secondary {
    border-color: #031e50 !important;
}

.border-complimentary {
    border-color: #fff0da !important;
}

.bg-primary {
    background-color: #ff5c35 !important;
}

.bg-secondary {
    background-color: #031e50 !important;
}

.bg-complimentary {
    background-color: #fff0da !important;
}

.bg-highlight {
    background-color: #ffe1b4 !important;
}

.bg-lightgrey {
    background-color: #f2f3f6 !important;
}

.bg-lightblue {
    background-color: #c3e7e9 !important;
}

.bg-turquoise {
    background-color: #1ec0ca !important;
}

html,
body {
    height: 100%;
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #031e50;
    font-family: InternacionalBold, RalewayBold, "Avenir LT W01_95 Black1475556", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.collapse:not(.show) {
    display: block !important;
}

p,
ul,
li {
    font-size: 12px;
    color: #031e50;
}

ul.list-custom {
    list-style-type: initial;
    padding-left: 10px !important;
}

ul.list-custom li {
    padding-left: 10px;
    margin-bottom: 8px;
}

ul.list-custom li::marker {
    color: #ff5c35;
    font-family: RemixIcons;
    content: "";
}

.p-color,
.text-primary {
    color: #ff5c35 !important;
}

.s-color,
.text-secondary {
    color: #031e50 !important;
}

.text-grey {
    color: #d6dae2;
}

.text-med-grey {
    color: #959ba6;
}

.text-darkgrey {
    color: #333;
}

.b-rad-8 {
    border-radius: 8px;
}

.b-rad-12 {
    border-radius: 12px;
}

.b-rad-18 {
    border-radius: 18px;
}

.b-rad-90 {
    border-radius: 90px;
}

.b-rad-350 {
    border-radius: 350px;
}

.b-shadow {
    box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, .22);
    -webkit-box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, .22);
    -moz-box-shadow: 3px 5px 6px 1px rgba(0, 0, 0, .22);
}

.list-style-none {
    list-style-type: none;
}

.grey-spacer {
    margin: 25px 0;
    height: 3px;
    width: 100%;
    background: #d6dae2;
}

.btn-primary {
    background-color: #ff5c35;
    color: #fff;
    border-radius: 8px;
    border: 0;
    transition: all linear .15s;
    text-transform: uppercase;
}

.btn-primary i.fa {
    font-size: 12px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #031e50;
}

.btn-secondary {
    background-color: #031e50;
    color: #fff;
    border-radius: 8px;
    border: 0;
    transition: all linear .15s;
    text-transform: uppercase;
}

.btn-secondary i.fa {
    font-size: 12px;
}

.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #ff5c35;
}

.btn-default {
    transition: all linear .15s;
    border-color: #d6dae2;
    border-radius: 8px;
    text-transform: uppercase;
}

.btn-default:hover {
    color: #031e50;
    border-color: #c3e7e9;
}

.btn-turqoise {
    background-color: #1ec0ca;
    color: #031e50;
}

.btn-turqoise:hover {
    background-color: #031e50;
    color: #1ec0ca;
}

label {
    font-size: 14px;
    color: #031e50;
}

.resize-textarea-none {
    resize: none;
}

.rm-ul-bullet {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#ProcessingGif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url("../img/loading.gif") 50% 50% no-repeat;
    background-size: 100px 100px;
    display: none;
}

.toast-wrapper {
    z-index: 9999 !important;
}

.slick-slide img {
    max-width: 100% !important;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

.body-content {
    position: relative;
    width: 100%;
}

#ProcessingGif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url("../img/loading.gif") 50% 50% no-repeat;
    background-size: 100px 100px;
    display: none;
}

.dl-horizontal dt {
    white-space: normal;
}

.triangle-shape {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #add8e6;
}

.square-shape {
    background: transparent;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}

.circle-shape {
    height: 26px;
    width: 26px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {
    .circle-shape-beige-lg {
        position: absolute;
        z-index: 0;
        top: -900px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1200px;
        width: 1200px;
        background: #fff0da;
        border-radius: 700px;
    }
}

.index-20 {
    z-index: 20;
}

.navbar {
    z-index: 999;
    padding: 15px 0;
}

.navbar .navbar-toggler {
    margin-top: 8px;
    text-align: center;
    font-size: 18px !important;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.navbar .navbar-toggler[aria-expanded=false] .ri-close-line {
    display: none;
}

.navbar .navbar-toggler[aria-expanded=false] .ri-menu-line {
    display: inline-block;
}

.navbar .navbar-toggler[aria-expanded=true] .ri-close-line {
    display: inline-block;
}

.navbar .navbar-toggler[aria-expanded=true] .ri-menu-line {
    display: none;
}

.navbar .navbar-brand {
    max-width: 120px;
}

.navbar .navbar-brand img {
    width: 100%;
}

.navbar #navbarNav .nav-item {
    color: #031e50;
    font-size: 12px;
}

.navbar #navbarNav .nav-item .reg-btn {
    width: 140px;
    border: solid transparent 1px;
}

.navbar #navbarNav .nav-item .reg-btn.btn-default {
    border: solid #031e50 1px;
    color: #031e50 !important;
}

.navbar #navbarNav .nav-item .reg-btn.btn-default:hover {
    border: solid #ff5c35 1px;
    color: #ff5c35 !important;
}

.navbar #navbarNav .nav-item .nav-link {
    color: #031e50;
    font-size: 12px;
}

.navbar #navbarNav .nav-item .nav-link .r-icon {
    font-size: 10px;
}

.navbar #navbarNav .nav-item .dropdown-toggle::after {
    display: none;
}

.navbar #navbarNav .nav-item .dropdown-toggle::after {
    color: #ff5c35;
}

.navbar #navbarNav .dropdown-menu .dropdown-item {
    color: #031e50;
    transition: all linear .15s;
}

.home-banner {
    position: relative;
    padding-top: 50px;
    height: 735px;
    width: 100%;
    background: #f2f3f6;
    border-bottom: solid #d6dae2 1px;
    overflow: hidden;
}

.home-banner .sq-1.square-shape {
    position: absolute;
    left: 35px;
    top: 140px;
    z-index: 100;
}

.home-banner .sq-2.square-shape {
    position: absolute;
    transform: rotate(-15deg);
    right: 450px;
    top: 100px;
    height: 15px;
    width: 15px;
}

.home-banner .sq-3.square-shape {
    position: absolute;
    transform: rotate(15deg);
    right: 150px;
    bottom: 270px;
    height: 26px;
    width: 26px;
}

.home-banner .tri-1.triangle-shape {
    position: absolute;
    z-index: 0;
    right: 475px;
    bottom: 300px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ff5c35;
    transform: rotate(215deg);
}

.home-banner .cir-1.circle-shape {
    position: absolute;
    z-index: 0;
    right: 100px;
    top: 170px;
}

.home-banner .cir-2.circle-shape {
    position: absolute;
    z-index: 0;
    height: 35px;
    width: 35px;
    right: 100px;
    bottom: 130px;
}

.home-banner .cir-3.circle-shape {
    position: absolute;
    z-index: 0;
    top: 200px;
    right: 400px;
    height: 10px;
    width: 10px;
}

.home-banner .circle-light-blue {
    z-index: 0;
    position: absolute;
    border-radius: 800px;
    top: 80px;
    bottom: 0;
    left: -190px;
    height: 250px;
    width: 250px;
    background: #c3e7e9;
}

.home-banner .circle-beige {
    z-index: 0;
    position: absolute;
    border-radius: 800px;
    top: -350px;
    right: -250px;
    height: 800px;
    width: 800px;
    background: #ffe1b4;
}

.home-banner .left-content {
    position: relative;
    z-index: 10;
}

.home-banner .left-content h1 {
    font-family: InternacionalBold, RalewayBold, "Avenir LT W01_95 Black1475556", Arial, Helvetica, sans-serif;
}

.home-banner .left-content ul li {
    font-size: 12px;
}

.home-banner .left-content ul li .r-icon {
    margin-right: 10px;
}

.home-banner .right-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.home-banner .right-content img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 550px;
}

.home-body {
    overflow: hidden;
}

.home-body .section-1 .image-bubble {
    position: relative;
}

@media screen and (min-width:768px) {
    .home-body .section-1 .image-bubble .circle-primary {
        position: absolute;
        left: -20px;
        top: 0;
        background: transparent;
        border: solid #ff5c35 2px;
        border-radius: 90px;
        height: 40px;
        width: 40px;
    }
}

.home-body .section-1 .image-bubble .circle-light-blue {
    position: absolute;
    left: -100px;
    top: 0;
    background: #c3e7e9;
    border-radius: 200px;
    height: 350px;
    width: 350px;
    opacity: .2;
}

.home-body .section-1 .image-bubble .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 180px;
    top: 180px;
    transform: rotate(-25deg);
}

.home-body .section-1 .image-bubble .bubble {
    position: absolute;
    z-index: 0;
    border-radius: 120px;
}

.home-body .section-1 .image-bubble .bubble-1 {
    background-image: url(../img/book-with-headphones.jpg);
    background-size: cover;
    top: 80px;
    left: 15%;
    height: 80px;
    width: 80px;
}

.home-body .section-1 .image-bubble .bubble-2 {
    background-image: url(../img/where-to-start.jpg);
    background-size: cover;
    top: 0;
    left: 35%;
    height: 120px;
    width: 120px;
}

.home-body .section-1 .image-bubble .bubble-3 {
    background-image: url(../img/man-smiling.jpg);
    background-size: cover;
    top: 60px;
    left: 60%;
    height: 100px;
    width: 100px;
}

.home-body .section-1 .image-bubble .bubble-4 {
    background-image: url(../img/microphone.jpg);
    background-size: cover;
    top: 150px;
    left: 40%;
    height: 40px;
    width: 40px;
}

.home-body .section-1 .image-bubble .bubble-5 {
    background-image: url(../img/woman-talking-in-mic.jpg);
    background-size: cover;
    top: 180px;
    left: 15%;
    height: 150px;
    width: 150px;
}

.home-body .section-1 .image-bubble .bubble-6 {
    background-image: url(../img/publisher.jpg);
    background-size: cover;
    top: 220px;
    left: 50%;
    height: 100px;
    width: 100px;
}

.home-body .section-2 .image-1 {
    position: relative;
    height: 100%;
    margin-top: 25px;
}

.home-body .section-2 .image-1 img {
    max-width: 400px;
    max-height: 330px;
}

.home-body .section-3 {
    overflow: hidden;
}

.home-body .section-3 .image-2 {
    position: relative;
    height: 100%;
}

.home-body .section-3 .image-2 img {
    position: relative;
    z-index: 10;
    max-width: 350px;
    max-height: 350px;
    width: auto;
}

.home-body .section-3 .image-2 .circle-highlight {
    position: absolute;
    z-index: 0;
    top: 30px;
    left: -120px;
    height: 220px;
    width: 220px;
    border-radius: 150px;
}

.home-body .section-3 .image-2 .circle-secondary {
    position: absolute;
    z-index: 12;
    top: 20px;
    left: 100px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.home-body .section-3 .image-2 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 60px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(25deg);
}

.home-body .section-3-1 {
    overflow: hidden;
}

.home-body .section-3-1 .image-2 {
    position: relative;
    height: 100%;
}

.home-body .section-3-1 .image-2 img {
    position: relative;
    z-index: 10;
    max-width: 350px;
    max-height: 350px;
    width: auto;
}

.home-body .section-3-1 .image-2 .circle-highlight {
    position: absolute;
    z-index: 0;
    top: 30px;
    right: -120px;
    height: 220px;
    width: 220px;
    background: #1ec0ca !important;
    border-radius: 150px;
}

.home-body .section-3-1 .image-2 .circle-secondary {
    position: absolute;
    z-index: 12;
    top: 20px;
    right: 100px;
    height: 20px;
    width: 20px;
    background: #031e50 !important;
    border-radius: 50px;
}

.home-body .section-3-1 .image-2 .triangle-turquoise {
    position: absolute;
    z-index: 12;
    right: 0;
    bottom: 60px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(25deg);
}

.home-body .section-1 h2,
.home-body .section-1 h6,
.home-body .section-2 h2,
.home-body .section-2 h6,
.home-body .section-3 h2,
.home-body .section-3 h6,
.home-body .section-3-1 h2,
.home-body .section-3-1 h6 {
    max-width: 400px;
}

.home-body .section-1 p,
.home-body .section-2 p,
.home-body .section-3 p,
.home-body .section-3-1 p {
    font-size: 11px;
    max-width: 400px;
}

.home-body .section-1 h5 .r-icon,
.home-body .section-2 h5 .r-icon,
.home-body .section-3 h5 .r-icon,
.home-body .section-3-1 h5 .r-icon {
    border-radius: 90px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
    display: inline-block;
}

.home-body .section-3 h6 {
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

.home-body .section-4 {
    position: relative;
    z-index: 1;
}

.home-body .section-4 h6 {
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

.home-body .section-4 .step-box {
    position: relative;
    padding: 20px;
    min-height: 200px;
    z-index: 0;
}

.home-body .section-4 .step-box .box-underlay {
    background: #fff0da;
    color: #ff5c35;
    position: absolute;
    z-index: 1;
}

.home-body .section-4 .step-box .box-underlay p {
    max-width: 481px;
}

.home-body .section-4 .step-box .box-overlay {
    position: relative;
    z-index: 10;
    padding: 25px;
}

.home-body .section-4 .step-box.step-1 {
    border-top: dashed #ff5c35 1px;
    border-left: dashed #ff5c35 1px;
    border-bottom: dashed #ff5c35 1px;
}

.home-body .section-4 .step-box.step-1 .box-underlay {
    top: -10px;
    right: -5px;
    height: calc(100% + 9px);
    width: calc(100% - 40px);
}

.home-body .section-4 .step-box.step-2 {
    border-left: dashed #ff5c35 1px;
    min-height: 275px;
}

.home-body .section-4 .step-box.step-2 .box-underlay {
    position: relative;
    padding: 7px 0;
    top: 25px;
    left: -40px;
    width: calc(100% - 40px);
}

.home-body .section-4 .step-box.step-3 {
    border-top: dashed #ff5c35 1px;
    border-left: dashed #ff5c35 1px;
    border-bottom: dashed #ff5c35 1px;
    min-height: 285px;
}

.home-body .section-4 .step-box.step-3 .box-underlay {
    position: relative;
    padding: 7px 0;
    top: 35px;
    left: -40px;
    width: calc(100% - 40px);
}

.home-body .section-4 .step-box.step-4 {
    border-left: dashed #ff5c35 1px;
    min-height: 200px;
}

.home-body .section-4 .step-box.step-4 .box-underlay {
    position: relative;
    padding: 7px 0;
    top: 40px;
    left: -40px;
    width: calc(100% - 40px);
}

.home-body .section-4 .image-wrapper {
    text-align: center;
    position: relative;
    top: 30px;
    width: 200px;
    margin: 15px auto;
}

.home-body .section-4 .image-wrapper .r-icon {
    position: relative;
    z-index: 10;
    color: #031e50;
    font-size: 105px;
}

.home-body .section-4 .image-wrapper.image-1 .circle-highlight,
.home-body .section-4 .image-wrapper.image-5 .circle-highlight {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 20px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {

    .home-body .section-4 .image-wrapper.image-1 .circle-primary,
    .home-body .section-4 .image-wrapper.image-5 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.home-body .section-4 .image-wrapper.image-1 .triangle-turquoise,
.home-body .section-4 .image-wrapper.image-5 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.home-body .section-4 .image-wrapper.image-1 .square-turquoise,
.home-body .section-4 .image-wrapper.image-5 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.home-body .section-4 .image-wrapper.image-1 .square-primary,
.home-body .section-4 .image-wrapper.image-5 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-1 .img-container,
.home-body .section-4 .image-wrapper.image-5 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(../img/how-it-works-step-1.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

@media screen and (min-width:768px) {

    .home-body .section-4 .image-wrapper.image-2 .circle-primary,
    .home-body .section-4 .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 17px;
        top: 20px;
        border-radius: 90px;
    }
}

.home-body .section-4 .image-wrapper.image-2 .triangle-primary,
.home-body .section-4 .image-wrapper.image-4 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 45px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(20deg);
}

.home-body .section-4 .image-wrapper.image-2 .triangle-highlight,
.home-body .section-4 .image-wrapper.image-4 .triangle-highlight {
    position: absolute;
    z-index: 0;
    right: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ffe1b4;
    transform: rotate(75deg);
}

.home-body .section-4 .image-wrapper.image-2 .square-turquoise,
.home-body .section-4 .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 43px;
    top: 31px;
    transform: rotate(5deg);
}

.home-body .section-4 .image-wrapper.image-2 .img-container,
.home-body .section-4 .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 20px;
    background-image: url(../img/how-it-works-step-2.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.home-body .section-4 .image-wrapper.image-3 .circle-turquoise {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 27px;
    bottom: 0;
    border-radius: 90px;
}

.home-body .section-4 .image-wrapper.image-3 .square-highlight {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 10px;
    top: 80px;
    transform: rotate(15deg);
}

.home-body .section-4 .image-wrapper.image-3 .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 40px;
    bottom: 10px;
    border: solid #1ec0ca 1px;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-3 .triangle-highlight {
    position: absolute;
    z-index: 0;
    left: 48px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 32px solid #ffe1b4;
    transform: rotate(60deg);
}

.home-body .section-4 .image-wrapper.image-3 .triangle-primary {
    position: absolute;
    z-index: 0;
    right: 80px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(-10deg);
}

.home-body .section-4 .image-wrapper.image-3 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(../img/how-it-works-step-3.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

@media screen and (min-width:768px) {
    .home-body .section-4 .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 27px;
        bottom: 0;
        border-radius: 90px;
    }
}

.home-body .section-4 .image-wrapper.image-4 .square-highlight {
    position: absolute;
    z-index: 0;
    right: 8px;
    top: 80px;
    height: 15px;
    width: 15px;
    transform: rotate(10deg);
}

.home-body .section-4 .image-wrapper.image-4 .square-highlight-2 {
    position: absolute;
    z-index: 0;
    left: 40px;
    bottom: 20px;
    height: 9px;
    width: 9px;
    transform: rotate(-20deg);
}

.home-body .section-4 .image-wrapper.image-4 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 102px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #1ec0ca;
    transform: rotate(-15deg);
}

.home-body .section-4 .image-wrapper.image-4 .triangle-turquoise-2 {
    position: absolute;
    z-index: 0;
    left: 100px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.home-body .section-4 .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(../img/how-it-works-step-4.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.home-body .section-5 {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.home-body .section-5 .heading-content {
    position: relative;
    z-index: 10;
    max-width: 767px;
    margin: 0 auto;
}

.home-body .section-5 .heading-content p {
    max-width: 481px;
}

.home-body .section-5 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 150px;
    top: 120px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #ff5c35;
    transform: rotate(-45deg);
}

.home-body .section-5 .circle-light-blue {
    position: absolute;
    top: -105px;
    left: -105px;
    background: #c3e7e9;
    height: 200px;
    width: 200px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {
    .home-body .section-5 .circle-complimentary {
        position: absolute;
        top: -25px;
        right: 280px;
        height: 50px;
        width: 50px;
        border-radius: 90px;
        background: #fff0da;
    }

    .home-body .section-5 .circle-primary {
        position: absolute;
        top: 100px;
        right: 150px;
        height: 15px;
        width: 15px;
        border: solid #ff5c35 1px;
        border-radius: 90px;
        background: transparent;
    }
}

.home-body .section-5 .square-primary {
    position: absolute;
    bottom: 10px;
    left: 305px;
    background: transparent;
    height: 20px;
    width: 20px;
    border: solid #ff5c35 1px;
}

.home-body .section-5 .circle-highlight {
    position: absolute;
    z-index: 0;
    bottom: -155px;
    right: -155px;
    background: #ffe1b4;
    height: 500px;
    width: 500px;
    border-radius: 500px;
}

.home-body .section-6 {
    position: relative;
    z-index: 10;
    min-height: 200px;
    background: #fff;
    overflow: hidden;
}

#AuthorCarousel .author {
    margin: 0 15px;
    padding: 30px;
    width: 250px;
    height: auto;
    position: relative;
}

#AuthorCarousel .author h3,
#AuthorCarousel .author p {
    position: relative;
    z-index: 10;
}

#AuthorCarousel .author .quote {
    position: absolute;
    z-index: 0;
    top: 70px;
    left: 15px;
    font-size: 30px;
    color: #031e50;
    opacity: .3;
}

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer .social-media {
    position: relative;
    z-index: 10;
    padding-right: 30px;
}

footer .social-media a {
    text-decoration: none;
}

footer .social-media a .r-icon {
    font-size: 20px;
    margin: 5px;
}

footer .social-media .logo img {
    max-width: 180px;
    width: 100%;
}

footer p {
    position: relative;
    z-index: 10;
    font-family: InternacionalReg, RalewayReg, "Avenir LT W01_55 Roman1475520", Arial, Helvetica, sans-serif;
}

footer p a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    transition: all linear .15s;
}

footer p a:hover {
    color: #c3e7e9;
}

footer .audio-wave-bg {
    position: absolute;
    z-index: 0;
    top: 40px;
    width: 100%;
    opacity: .025;
    z-index: -1;
}

.how-it-works,
.why-us,
.blog-wrapper,
.contact-us,
.login-container,
.registration-container {
    position: relative !important;
}

.how-it-works .heading-wrapper,
.why-us .heading-wrapper,
.blog-wrapper .heading-wrapper,
.contact-us .heading-wrapper,
.login-container .heading-wrapper,
.registration-container .heading-wrapper {
    padding-top: 100px;
}

.how-it-works .heading-wrapper p,
.why-us .heading-wrapper p,
.blog-wrapper .heading-wrapper p,
.contact-us .heading-wrapper p,
.login-container .heading-wrapper p,
.registration-container .heading-wrapper p {
    margin: 15px auto;
    max-width: 767px;
}

.how-it-works .nav-tabs,
.why-us .nav-tabs,
.blog-wrapper .nav-tabs,
.contact-us .nav-tabs,
.login-container .nav-tabs,
.registration-container .nav-tabs {
    border-bottom: 0;
}

.how-it-works .nav-tabs .nav-link,
.why-us .nav-tabs .nav-link,
.blog-wrapper .nav-tabs .nav-link,
.contact-us .nav-tabs .nav-link,
.login-container .nav-tabs .nav-link,
.registration-container .nav-tabs .nav-link {
    opacity: .7;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    background: none;
    border: 0;
    transition: all linear .15s;
}

.how-it-works .nav-tabs .nav-link .nav-image,
.why-us .nav-tabs .nav-link .nav-image,
.blog-wrapper .nav-tabs .nav-link .nav-image,
.contact-us .nav-tabs .nav-link .nav-image,
.login-container .nav-tabs .nav-link .nav-image,
.registration-container .nav-tabs .nav-link .nav-image {
    border-radius: 12px 12px 0 0;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.how-it-works .nav-tabs .nav-link .nav-image.image-1,
.why-us .nav-tabs .nav-link .nav-image.image-1,
.blog-wrapper .nav-tabs .nav-link .nav-image.image-1,
.contact-us .nav-tabs .nav-link .nav-image.image-1,
.login-container .nav-tabs .nav-link .nav-image.image-1,
.registration-container .nav-tabs .nav-link .nav-image.image-1 {
    background-image: url(../img/how-it-works-1.jpg);
}

.how-it-works .nav-tabs .nav-link .nav-image.image-2,
.why-us .nav-tabs .nav-link .nav-image.image-2,
.blog-wrapper .nav-tabs .nav-link .nav-image.image-2,
.contact-us .nav-tabs .nav-link .nav-image.image-2,
.login-container .nav-tabs .nav-link .nav-image.image-2,
.registration-container .nav-tabs .nav-link .nav-image.image-2 {
    background-image: url(../img/how-it-works-2.jpg);
}

.how-it-works .nav-tabs .nav-link .nav-image.image-3,
.why-us .nav-tabs .nav-link .nav-image.image-3,
.blog-wrapper .nav-tabs .nav-link .nav-image.image-3,
.contact-us .nav-tabs .nav-link .nav-image.image-3,
.login-container .nav-tabs .nav-link .nav-image.image-3,
.registration-container .nav-tabs .nav-link .nav-image.image-3 {
    background-image: url(../img/how-it-works-3.jpg);
}

.how-it-works .nav-tabs .nav-link .nav-option,
.why-us .nav-tabs .nav-link .nav-option,
.blog-wrapper .nav-tabs .nav-link .nav-option,
.contact-us .nav-tabs .nav-link .nav-option,
.login-container .nav-tabs .nav-link .nav-option,
.registration-container .nav-tabs .nav-link .nav-option {
    padding: 10px 70px;
    background: #fff;
    color: #031e50;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.how-it-works .nav-tabs .nav-link .nav-option .r-icon,
.why-us .nav-tabs .nav-link .nav-option .r-icon,
.blog-wrapper .nav-tabs .nav-link .nav-option .r-icon,
.contact-us .nav-tabs .nav-link .nav-option .r-icon,
.login-container .nav-tabs .nav-link .nav-option .r-icon,
.registration-container .nav-tabs .nav-link .nav-option .r-icon {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    display: none;
    color: #031e50;
}

.how-it-works .nav-tabs .nav-link.active,
.why-us .nav-tabs .nav-link.active,
.blog-wrapper .nav-tabs .nav-link.active,
.contact-us .nav-tabs .nav-link.active,
.login-container .nav-tabs .nav-link.active,
.registration-container .nav-tabs .nav-link.active {
    opacity: 1;
    max-width: 280px;
}

.how-it-works .nav-tabs .nav-link.active .nav-option,
.why-us .nav-tabs .nav-link.active .nav-option,
.blog-wrapper .nav-tabs .nav-link.active .nav-option,
.contact-us .nav-tabs .nav-link.active .nav-option,
.login-container .nav-tabs .nav-link.active .nav-option,
.registration-container .nav-tabs .nav-link.active .nav-option {
    background: #031e50;
    color: #fff;
    border-radius: 0 0 12px 12px;
}

.how-it-works .nav-tabs .nav-link.active .nav-option .r-icon,
.why-us .nav-tabs .nav-link.active .nav-option .r-icon,
.blog-wrapper .nav-tabs .nav-link.active .nav-option .r-icon,
.contact-us .nav-tabs .nav-link.active .nav-option .r-icon,
.login-container .nav-tabs .nav-link.active .nav-option .r-icon,
.registration-container .nav-tabs .nav-link.active .nav-option .r-icon {
    display: inline-block;
}

.how-it-works .image-wrapper,
.why-us .image-wrapper,
.blog-wrapper .image-wrapper,
.contact-us .image-wrapper,
.login-container .image-wrapper,
.registration-container .image-wrapper {
    text-align: center;
    position: relative;
    width: 200px;
    margin: 35px auto;
}

.how-it-works .image-wrapper .r-icon,
.why-us .image-wrapper .r-icon,
.blog-wrapper .image-wrapper .r-icon,
.contact-us .image-wrapper .r-icon,
.login-container .image-wrapper .r-icon,
.registration-container .image-wrapper .r-icon {
    position: relative;
    z-index: 10;
    color: #031e50;
    font-size: 105px;
}

.how-it-works .image-wrapper.logo,
.why-us .image-wrapper.logo,
.blog-wrapper .image-wrapper.logo,
.contact-us .image-wrapper.logo,
.login-container .image-wrapper.logo,
.registration-container .image-wrapper.logo {
    max-width: 150px;
    margin: 0 auto 40px;
}

.how-it-works .image-wrapper.logo img,
.why-us .image-wrapper.logo img,
.blog-wrapper .image-wrapper.logo img,
.contact-us .image-wrapper.logo img,
.login-container .image-wrapper.logo img,
.registration-container .image-wrapper.logo img {
    width: 100%;
}

@media screen and (min-width:768px) {

    .how-it-works #nav-produce .image-wrapper.image-1 .circle-primary,
    .how-it-works #nav-produce .image-wrapper.image-5 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-1 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-5 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-1 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-5 .circle-primary,
    .why-us .about-content .image-wrapper.image-1 .circle-primary,
    .why-us .about-content .image-wrapper.image-5 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-1 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-5 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-1 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-5 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-1 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-5 .circle-primary,
    .contact-us .about-content .image-wrapper.image-1 .circle-primary,
    .contact-us .about-content .image-wrapper.image-5 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-1 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-5 .circle-primary,
    .login-container .about-content .image-wrapper.image-1 .circle-primary,
    .login-container .about-content .image-wrapper.image-5 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-1 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-5 .circle-primary,
    .registration-container .about-content .image-wrapper.image-1 .circle-primary,
    .registration-container .about-content .image-wrapper.image-5 .circle-primary {
        position: absolute;
        z-index: 0;
        height: 90px;
        width: 90px;
        right: 17px;
        top: 20px;
        border-radius: 90px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-1 .triangle-primary,
.how-it-works #nav-produce .image-wrapper.image-5 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-1 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-5 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-1 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-5 .triangle-primary,
.why-us .about-content .image-wrapper.image-1 .triangle-primary,
.why-us .about-content .image-wrapper.image-5 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-1 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-5 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-1 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-5 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-1 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-5 .triangle-primary,
.contact-us .about-content .image-wrapper.image-1 .triangle-primary,
.contact-us .about-content .image-wrapper.image-5 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-1 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-5 .triangle-primary,
.login-container .about-content .image-wrapper.image-1 .triangle-primary,
.login-container .about-content .image-wrapper.image-5 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-1 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-5 .triangle-primary,
.registration-container .about-content .image-wrapper.image-1 .triangle-primary,
.registration-container .about-content .image-wrapper.image-5 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 45px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(20deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .triangle-highlight,
.how-it-works #nav-produce .image-wrapper.image-5 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-1 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-5 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-1 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-5 .triangle-highlight,
.why-us .about-content .image-wrapper.image-1 .triangle-highlight,
.why-us .about-content .image-wrapper.image-5 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-1 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-5 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-1 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-5 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-1 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-5 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-1 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-5 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-1 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-5 .triangle-highlight,
.login-container .about-content .image-wrapper.image-1 .triangle-highlight,
.login-container .about-content .image-wrapper.image-5 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-1 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-5 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-1 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-5 .triangle-highlight {
    position: absolute;
    z-index: 0;
    right: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ffe1b4;
    transform: rotate(75deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .square-turquoise,
.how-it-works #nav-produce .image-wrapper.image-5 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-1 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-5 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-1 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-5 .square-turquoise,
.why-us .about-content .image-wrapper.image-1 .square-turquoise,
.why-us .about-content .image-wrapper.image-5 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-1 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-5 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-1 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-5 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-1 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-5 .square-turquoise,
.contact-us .about-content .image-wrapper.image-1 .square-turquoise,
.contact-us .about-content .image-wrapper.image-5 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-1 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-5 .square-turquoise,
.login-container .about-content .image-wrapper.image-1 .square-turquoise,
.login-container .about-content .image-wrapper.image-5 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-1 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-5 .square-turquoise,
.registration-container .about-content .image-wrapper.image-1 .square-turquoise,
.registration-container .about-content .image-wrapper.image-5 .square-turquoise {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 43px;
    top: 31px;
    transform: rotate(5deg);
}

.how-it-works #nav-produce .image-wrapper.image-1 .img-container,
.how-it-works #nav-produce .image-wrapper.image-5 .img-container,
.how-it-works .about-content .image-wrapper.image-1 .img-container,
.how-it-works .about-content .image-wrapper.image-5 .img-container,
.why-us #nav-produce .image-wrapper.image-1 .img-container,
.why-us #nav-produce .image-wrapper.image-5 .img-container,
.why-us .about-content .image-wrapper.image-1 .img-container,
.why-us .about-content .image-wrapper.image-5 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-1 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-5 .img-container,
.blog-wrapper .about-content .image-wrapper.image-1 .img-container,
.blog-wrapper .about-content .image-wrapper.image-5 .img-container,
.contact-us #nav-produce .image-wrapper.image-1 .img-container,
.contact-us #nav-produce .image-wrapper.image-5 .img-container,
.contact-us .about-content .image-wrapper.image-1 .img-container,
.contact-us .about-content .image-wrapper.image-5 .img-container,
.login-container #nav-produce .image-wrapper.image-1 .img-container,
.login-container #nav-produce .image-wrapper.image-5 .img-container,
.login-container .about-content .image-wrapper.image-1 .img-container,
.login-container .about-content .image-wrapper.image-5 .img-container,
.registration-container #nav-produce .image-wrapper.image-1 .img-container,
.registration-container #nav-produce .image-wrapper.image-5 .img-container,
.registration-container .about-content .image-wrapper.image-1 .img-container,
.registration-container .about-content .image-wrapper.image-5 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 20px;
    background-image: url(../img/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-2 .circle-turquoise,
.how-it-works #nav-produce .image-wrapper.image-4 .circle-turquoise,
.how-it-works .about-content .image-wrapper.image-2 .circle-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .circle-turquoise,
.why-us #nav-produce .image-wrapper.image-2 .circle-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .circle-turquoise,
.why-us .about-content .image-wrapper.image-2 .circle-turquoise,
.why-us .about-content .image-wrapper.image-4 .circle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-2 .circle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .circle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-2 .circle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .circle-turquoise,
.contact-us #nav-produce .image-wrapper.image-2 .circle-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .circle-turquoise,
.contact-us .about-content .image-wrapper.image-2 .circle-turquoise,
.contact-us .about-content .image-wrapper.image-4 .circle-turquoise,
.login-container #nav-produce .image-wrapper.image-2 .circle-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .circle-turquoise,
.login-container .about-content .image-wrapper.image-2 .circle-turquoise,
.login-container .about-content .image-wrapper.image-4 .circle-turquoise,
.registration-container #nav-produce .image-wrapper.image-2 .circle-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .circle-turquoise,
.registration-container .about-content .image-wrapper.image-2 .circle-turquoise,
.registration-container .about-content .image-wrapper.image-4 .circle-turquoise {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 27px;
    bottom: 0;
    border-radius: 90px;
}

.how-it-works #nav-produce .image-wrapper.image-2 .square-highlight,
.how-it-works #nav-produce .image-wrapper.image-4 .square-highlight,
.how-it-works .about-content .image-wrapper.image-2 .square-highlight,
.how-it-works .about-content .image-wrapper.image-4 .square-highlight,
.why-us #nav-produce .image-wrapper.image-2 .square-highlight,
.why-us #nav-produce .image-wrapper.image-4 .square-highlight,
.why-us .about-content .image-wrapper.image-2 .square-highlight,
.why-us .about-content .image-wrapper.image-4 .square-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-2 .square-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-highlight,
.blog-wrapper .about-content .image-wrapper.image-2 .square-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .square-highlight,
.contact-us #nav-produce .image-wrapper.image-2 .square-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .square-highlight,
.contact-us .about-content .image-wrapper.image-2 .square-highlight,
.contact-us .about-content .image-wrapper.image-4 .square-highlight,
.login-container #nav-produce .image-wrapper.image-2 .square-highlight,
.login-container #nav-produce .image-wrapper.image-4 .square-highlight,
.login-container .about-content .image-wrapper.image-2 .square-highlight,
.login-container .about-content .image-wrapper.image-4 .square-highlight,
.registration-container #nav-produce .image-wrapper.image-2 .square-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .square-highlight,
.registration-container .about-content .image-wrapper.image-2 .square-highlight,
.registration-container .about-content .image-wrapper.image-4 .square-highlight {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 10px;
    top: 80px;
    transform: rotate(15deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .square-turquoise,
.how-it-works #nav-produce .image-wrapper.image-4 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-2 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-2 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.why-us .about-content .image-wrapper.image-2 .square-turquoise,
.why-us .about-content .image-wrapper.image-4 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-2 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-2 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-2 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.contact-us .about-content .image-wrapper.image-2 .square-turquoise,
.contact-us .about-content .image-wrapper.image-4 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-2 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.login-container .about-content .image-wrapper.image-2 .square-turquoise,
.login-container .about-content .image-wrapper.image-4 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-2 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.registration-container .about-content .image-wrapper.image-2 .square-turquoise,
.registration-container .about-content .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 40px;
    bottom: 10px;
    border: solid #1ec0ca 1px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .triangle-highlight,
.how-it-works #nav-produce .image-wrapper.image-4 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-2 .triangle-highlight,
.how-it-works .about-content .image-wrapper.image-4 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-2 .triangle-highlight,
.why-us #nav-produce .image-wrapper.image-4 .triangle-highlight,
.why-us .about-content .image-wrapper.image-2 .triangle-highlight,
.why-us .about-content .image-wrapper.image-4 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-2 .triangle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-2 .triangle-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-2 .triangle-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-2 .triangle-highlight,
.contact-us .about-content .image-wrapper.image-4 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-2 .triangle-highlight,
.login-container #nav-produce .image-wrapper.image-4 .triangle-highlight,
.login-container .about-content .image-wrapper.image-2 .triangle-highlight,
.login-container .about-content .image-wrapper.image-4 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-2 .triangle-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-2 .triangle-highlight,
.registration-container .about-content .image-wrapper.image-4 .triangle-highlight {
    position: absolute;
    z-index: 0;
    left: 48px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 32px solid #ffe1b4;
    transform: rotate(60deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .triangle-primary,
.how-it-works #nav-produce .image-wrapper.image-4 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-2 .triangle-primary,
.how-it-works .about-content .image-wrapper.image-4 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-2 .triangle-primary,
.why-us #nav-produce .image-wrapper.image-4 .triangle-primary,
.why-us .about-content .image-wrapper.image-2 .triangle-primary,
.why-us .about-content .image-wrapper.image-4 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-2 .triangle-primary,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-2 .triangle-primary,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-2 .triangle-primary,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-primary,
.contact-us .about-content .image-wrapper.image-2 .triangle-primary,
.contact-us .about-content .image-wrapper.image-4 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-2 .triangle-primary,
.login-container #nav-produce .image-wrapper.image-4 .triangle-primary,
.login-container .about-content .image-wrapper.image-2 .triangle-primary,
.login-container .about-content .image-wrapper.image-4 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-2 .triangle-primary,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-primary,
.registration-container .about-content .image-wrapper.image-2 .triangle-primary,
.registration-container .about-content .image-wrapper.image-4 .triangle-primary {
    position: absolute;
    z-index: 0;
    right: 80px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ff5c35;
    transform: rotate(-10deg);
}

.how-it-works #nav-produce .image-wrapper.image-2 .img-container,
.how-it-works #nav-produce .image-wrapper.image-4 .img-container,
.how-it-works .about-content .image-wrapper.image-2 .img-container,
.how-it-works .about-content .image-wrapper.image-4 .img-container,
.why-us #nav-produce .image-wrapper.image-2 .img-container,
.why-us #nav-produce .image-wrapper.image-4 .img-container,
.why-us .about-content .image-wrapper.image-2 .img-container,
.why-us .about-content .image-wrapper.image-4 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-2 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-4 .img-container,
.blog-wrapper .about-content .image-wrapper.image-2 .img-container,
.blog-wrapper .about-content .image-wrapper.image-4 .img-container,
.contact-us #nav-produce .image-wrapper.image-2 .img-container,
.contact-us #nav-produce .image-wrapper.image-4 .img-container,
.contact-us .about-content .image-wrapper.image-2 .img-container,
.contact-us .about-content .image-wrapper.image-4 .img-container,
.login-container #nav-produce .image-wrapper.image-2 .img-container,
.login-container #nav-produce .image-wrapper.image-4 .img-container,
.login-container .about-content .image-wrapper.image-2 .img-container,
.login-container .about-content .image-wrapper.image-4 .img-container,
.registration-container #nav-produce .image-wrapper.image-2 .img-container,
.registration-container #nav-produce .image-wrapper.image-4 .img-container,
.registration-container .about-content .image-wrapper.image-2 .img-container,
.registration-container .about-content .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    right: 0;
    background-image: url(../img/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-3 .circle-highlight,
.how-it-works .about-content .image-wrapper.image-3 .circle-highlight,
.why-us #nav-produce .image-wrapper.image-3 .circle-highlight,
.why-us .about-content .image-wrapper.image-3 .circle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-3 .circle-highlight,
.blog-wrapper .about-content .image-wrapper.image-3 .circle-highlight,
.contact-us #nav-produce .image-wrapper.image-3 .circle-highlight,
.contact-us .about-content .image-wrapper.image-3 .circle-highlight,
.login-container #nav-produce .image-wrapper.image-3 .circle-highlight,
.login-container .about-content .image-wrapper.image-3 .circle-highlight,
.registration-container #nav-produce .image-wrapper.image-3 .circle-highlight,
.registration-container .about-content .image-wrapper.image-3 .circle-highlight {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 20px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {

    .how-it-works #nav-produce .image-wrapper.image-3 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-3 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-3 .circle-primary,
    .why-us .about-content .image-wrapper.image-3 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-3 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-3 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-3 .circle-primary,
    .contact-us .about-content .image-wrapper.image-3 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-3 .circle-primary,
    .login-container .about-content .image-wrapper.image-3 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-3 .circle-primary,
    .registration-container .about-content .image-wrapper.image-3 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.how-it-works .about-content .image-wrapper.image-3 .triangle-turquoise,
.why-us #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.why-us .about-content .image-wrapper.image-3 .triangle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-3 .triangle-turquoise,
.contact-us #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.contact-us .about-content .image-wrapper.image-3 .triangle-turquoise,
.login-container #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.login-container .about-content .image-wrapper.image-3 .triangle-turquoise,
.registration-container #nav-produce .image-wrapper.image-3 .triangle-turquoise,
.registration-container .about-content .image-wrapper.image-3 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-3 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-3 .square-turquoise,
.why-us .about-content .image-wrapper.image-3 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-3 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-3 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-3 .square-turquoise,
.contact-us .about-content .image-wrapper.image-3 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-3 .square-turquoise,
.login-container .about-content .image-wrapper.image-3 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-3 .square-turquoise,
.registration-container .about-content .image-wrapper.image-3 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .square-primary,
.how-it-works .about-content .image-wrapper.image-3 .square-primary,
.why-us #nav-produce .image-wrapper.image-3 .square-primary,
.why-us .about-content .image-wrapper.image-3 .square-primary,
.blog-wrapper #nav-produce .image-wrapper.image-3 .square-primary,
.blog-wrapper .about-content .image-wrapper.image-3 .square-primary,
.contact-us #nav-produce .image-wrapper.image-3 .square-primary,
.contact-us .about-content .image-wrapper.image-3 .square-primary,
.login-container #nav-produce .image-wrapper.image-3 .square-primary,
.login-container .about-content .image-wrapper.image-3 .square-primary,
.registration-container #nav-produce .image-wrapper.image-3 .square-primary,
.registration-container .about-content .image-wrapper.image-3 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-3 .img-container,
.how-it-works .about-content .image-wrapper.image-3 .img-container,
.why-us #nav-produce .image-wrapper.image-3 .img-container,
.why-us .about-content .image-wrapper.image-3 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-3 .img-container,
.blog-wrapper .about-content .image-wrapper.image-3 .img-container,
.contact-us #nav-produce .image-wrapper.image-3 .img-container,
.contact-us .about-content .image-wrapper.image-3 .img-container,
.login-container #nav-produce .image-wrapper.image-3 .img-container,
.login-container .about-content .image-wrapper.image-3 .img-container,
.registration-container #nav-produce .image-wrapper.image-3 .img-container,
.registration-container .about-content .image-wrapper.image-3 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(../img/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works #nav-produce .image-wrapper.image-4 .circle-highlight,
.how-it-works .about-content .image-wrapper.image-4 .circle-highlight,
.why-us #nav-produce .image-wrapper.image-4 .circle-highlight,
.why-us .about-content .image-wrapper.image-4 .circle-highlight,
.blog-wrapper #nav-produce .image-wrapper.image-4 .circle-highlight,
.blog-wrapper .about-content .image-wrapper.image-4 .circle-highlight,
.contact-us #nav-produce .image-wrapper.image-4 .circle-highlight,
.contact-us .about-content .image-wrapper.image-4 .circle-highlight,
.login-container #nav-produce .image-wrapper.image-4 .circle-highlight,
.login-container .about-content .image-wrapper.image-4 .circle-highlight,
.registration-container #nav-produce .image-wrapper.image-4 .circle-highlight,
.registration-container .about-content .image-wrapper.image-4 .circle-highlight {
    position: absolute;
    z-index: 0;
    height: 90px;
    width: 90px;
    right: 30px;
    top: 20px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {

    .how-it-works #nav-produce .image-wrapper.image-4 .circle-primary,
    .how-it-works .about-content .image-wrapper.image-4 .circle-primary,
    .why-us #nav-produce .image-wrapper.image-4 .circle-primary,
    .why-us .about-content .image-wrapper.image-4 .circle-primary,
    .blog-wrapper #nav-produce .image-wrapper.image-4 .circle-primary,
    .blog-wrapper .about-content .image-wrapper.image-4 .circle-primary,
    .contact-us #nav-produce .image-wrapper.image-4 .circle-primary,
    .contact-us .about-content .image-wrapper.image-4 .circle-primary,
    .login-container #nav-produce .image-wrapper.image-4 .circle-primary,
    .login-container .about-content .image-wrapper.image-4 .circle-primary,
    .registration-container #nav-produce .image-wrapper.image-4 .circle-primary,
    .registration-container .about-content .image-wrapper.image-4 .circle-primary {
        position: absolute;
        z-index: 0;
        left: 30px;
        top: 10px;
        height: 18px;
        width: 18px;
        border-radius: 90px;
        border: solid #ff5c35 2px;
    }
}

.how-it-works #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .triangle-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.why-us .about-content .image-wrapper.image-4 .triangle-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .triangle-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.contact-us .about-content .image-wrapper.image-4 .triangle-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.login-container .about-content .image-wrapper.image-4 .triangle-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .triangle-turquoise,
.registration-container .about-content .image-wrapper.image-4 .triangle-turquoise {
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1ec0ca;
    transform: rotate(45deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .square-turquoise,
.how-it-works .about-content .image-wrapper.image-4 .square-turquoise,
.why-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.why-us .about-content .image-wrapper.image-4 .square-turquoise,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-turquoise,
.blog-wrapper .about-content .image-wrapper.image-4 .square-turquoise,
.contact-us #nav-produce .image-wrapper.image-4 .square-turquoise,
.contact-us .about-content .image-wrapper.image-4 .square-turquoise,
.login-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.login-container .about-content .image-wrapper.image-4 .square-turquoise,
.registration-container #nav-produce .image-wrapper.image-4 .square-turquoise,
.registration-container .about-content .image-wrapper.image-4 .square-turquoise {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    top: 10px;
    transform: rotate(-45deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .square-primary,
.how-it-works .about-content .image-wrapper.image-4 .square-primary,
.why-us #nav-produce .image-wrapper.image-4 .square-primary,
.why-us .about-content .image-wrapper.image-4 .square-primary,
.blog-wrapper #nav-produce .image-wrapper.image-4 .square-primary,
.blog-wrapper .about-content .image-wrapper.image-4 .square-primary,
.contact-us #nav-produce .image-wrapper.image-4 .square-primary,
.contact-us .about-content .image-wrapper.image-4 .square-primary,
.login-container #nav-produce .image-wrapper.image-4 .square-primary,
.login-container .about-content .image-wrapper.image-4 .square-primary,
.registration-container #nav-produce .image-wrapper.image-4 .square-primary,
.registration-container .about-content .image-wrapper.image-4 .square-primary {
    position: absolute;
    height: 7px;
    width: 7px;
    right: 40px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.how-it-works #nav-produce .image-wrapper.image-4 .img-container,
.how-it-works .about-content .image-wrapper.image-4 .img-container,
.why-us #nav-produce .image-wrapper.image-4 .img-container,
.why-us .about-content .image-wrapper.image-4 .img-container,
.blog-wrapper #nav-produce .image-wrapper.image-4 .img-container,
.blog-wrapper .about-content .image-wrapper.image-4 .img-container,
.contact-us #nav-produce .image-wrapper.image-4 .img-container,
.contact-us .about-content .image-wrapper.image-4 .img-container,
.login-container #nav-produce .image-wrapper.image-4 .img-container,
.login-container .about-content .image-wrapper.image-4 .img-container,
.registration-container #nav-produce .image-wrapper.image-4 .img-container,
.registration-container .about-content .image-wrapper.image-4 .img-container {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    left: 20px;
    background-image: url(../img/publisher.jpg);
    background-size: cover;
    border-radius: 90px;
    height: 65px;
    width: 65px;
}

.how-it-works .blog-link,
.why-us .blog-link,
.blog-wrapper .blog-link,
.contact-us .blog-link,
.login-container .blog-link,
.registration-container .blog-link {
    position: relative;
    text-decoration: none;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 350px;
    min-width: 280px;
    margin-bottom: 20px;
    justify-content: center;
    border: solid #c3e7e9 1px;
    background: #fff;
    border-radius: 12px;
}

.how-it-works .blog-link .blog-block .blog-block-image,
.why-us .blog-link .blog-block .blog-block-image,
.blog-wrapper .blog-link .blog-block .blog-block-image,
.contact-us .blog-link .blog-block .blog-block-image,
.login-container .blog-link .blog-block .blog-block-image,
.registration-container .blog-link .blog-block .blog-block-image {
    height: 175px;
    position: relative;
    z-index: 10;
    background-image: url(../img/ar-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0;
}

.how-it-works .blog-link .blog-block .blog-block-description,
.why-us .blog-link .blog-block .blog-block-description,
.blog-wrapper .blog-link .blog-block .blog-block-description,
.contact-us .blog-link .blog-block .blog-block-description,
.login-container .blog-link .blog-block .blog-block-description,
.registration-container .blog-link .blog-block .blog-block-description {
    padding: 15px;
    position: relative;
    background: #fff;
    z-index: 10;
}

.how-it-works .blog-link .blog-block .blog-block-description a,
.why-us .blog-link .blog-block .blog-block-description a,
.blog-wrapper .blog-link .blog-block .blog-block-description a,
.contact-us .blog-link .blog-block .blog-block-description a,
.login-container .blog-link .blog-block .blog-block-description a,
.registration-container .blog-link .blog-block .blog-block-description a {
    color: #ff5c35;
    text-decoration: none;
    transition: all linear .15s;
}

.how-it-works .blog-link .blog-block .blog-block-description a .r-icon,
.why-us .blog-link .blog-block .blog-block-description a .r-icon,
.blog-wrapper .blog-link .blog-block .blog-block-description a .r-icon,
.contact-us .blog-link .blog-block .blog-block-description a .r-icon,
.login-container .blog-link .blog-block .blog-block-description a .r-icon,
.registration-container .blog-link .blog-block .blog-block-description a .r-icon {
    font-size: 14px;
}

.how-it-works .blog-link .blog-block .blog-block-description a:hover,
.why-us .blog-link .blog-block .blog-block-description a:hover,
.blog-wrapper .blog-link .blog-block .blog-block-description a:hover,
.contact-us .blog-link .blog-block .blog-block-description a:hover,
.login-container .blog-link .blog-block .blog-block-description a:hover,
.registration-container .blog-link .blog-block .blog-block-description a:hover {
    color: #031e50;
}

.how-it-works #EmailVal,
.why-us #EmailVal,
.blog-wrapper #EmailVal,
.contact-us #EmailVal,
.login-container #EmailVal,
.registration-container #EmailVal {
    visibility: hidden;
}

.why-us .heading-wrapper {
    margin: 0 auto;
    max-width: 767px;
}

.why-us .heading-wrapper p {
    margin: 15px 0;
    max-width: 767px;
}

.why-us .image-wrapper {
    margin: 0 auto;
}

.why-us .why-row {
    margin-top: 70px;
}

.our-partners {
    padding-top: 120px;
    position: relative;
}

.our-partners .section-1 {
    position: relative;
}

.our-partners .section-1 .square-primary {
    position: absolute;
    z-index: 1;
    bottom: 960px;
    left: 30px;
    height: 30px;
    width: 30px;
    transform: rotate(-15deg);
}

.our-partners .section-1 .square-secondary {
    position: absolute;
    z-index: 1;
    bottom: 560px;
    right: 15px;
    height: 12px;
    width: 12px;
    border: solid #031e50 2px;
    transform: rotate(15deg);
}

.our-partners .section-1 .circle-light-blue {
    position: absolute;
    z-index: 0;
    bottom: 500px;
    left: -245px;
    height: 475px;
    width: 475px;
    border-radius: 400px;
}

@media screen and (min-width:768px) {
    .our-partners .section-1 .circle-complimentary {
        position: absolute;
        z-index: 0;
        bottom: 250px;
        right: -315px;
        height: 375px;
        width: 375px;
        border-radius: 400px;
    }

    .our-partners .section-1 .circle-primary {
        position: absolute;
        z-index: 1;
        bottom: 160px;
        right: 40px;
        height: 30px;
        width: 30px;
        border-radius: 90px;
    }
}

.our-partners .page-header p {
    margin: 0 auto;
    max-width: 400px;
}

.our-partners .partner-box {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background: #fff;
    border: solid transparent 3px;
    transition: all linear .15s;
    text-align: center;
    cursor: pointer;
}

.our-partners .partner-box .box-image {
    max-width: 140px;
}

.our-partners .partner-box:hover {
    border: solid #c3e7e9 3px;
}

.our-partners #PartnerModal .r-icon {
    font-size: 16px;
}

.our-partners .section-1 {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.our-partners .section-2 {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.our-partners .section-2 .heading-content {
    position: relative;
    z-index: 10;
    max-width: 767px;
    margin: 0 auto;
}

.our-partners .section-2 .heading-content p {
    max-width: 481px;
}

.our-partners .section-2 .triangle-primary {
    position: absolute;
    z-index: 0;
    left: 150px;
    top: 120px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #ff5c35;
    transform: rotate(-45deg);
}

.our-partners .section-2 .circle-light-blue {
    position: absolute;
    top: -105px;
    left: -105px;
    background: #c3e7e9;
    height: 200px;
    width: 200px;
    border-radius: 90px;
}

@media screen and (min-width:768px) {
    .our-partners .section-2 .circle-primary {
        position: absolute;
        top: 100px;
        right: 150px;
        height: 15px;
        width: 15px;
        border: solid #ff5c35 1px;
        border-radius: 90px;
        background: transparent;
    }
}

.our-partners .section-2 .square-primary {
    position: absolute;
    bottom: 10px;
    left: 305px;
    background: transparent;
    height: 20px;
    width: 20px;
    border: solid #ff5c35 1px;
}

.our-partners .section-2 .circle-highlight {
    position: absolute;
    z-index: 0;
    bottom: -155px;
    right: -155px;
    background: #ffe1b4;
    height: 500px;
    width: 500px;
    border-radius: 500px;
}

@media screen and (min-width:768px) {
    .our-partners .section-2 .circle-complimentary {
        position: absolute;
        top: -25px;
        right: 280px;
        height: 50px;
        width: 50px;
        border-radius: 90px;
        background: #fff0da;
    }
}

#TutorialsCarousel {
    margin-top: 120px;
    position: relative;
    z-index: 100;
}

#TutorialsCarousel .tutorial {
    margin: 20px;
    border: solid transparent 2px;
}

#TutorialsCarousel .tutorial:hover {
    border: solid #ff5c35 2px;
}

.login-container .signInWrapper {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.login-container .auth button {
    padding: 0;
    margin: 15px 0;
    background: none;
    border: 0;
}

.registration-container .regInput {
    background: #031e50;
    padding: 20px;
    max-width: 370px;
    border-radius: 12px;
}

.registration-container .regInput label {
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
}

.registration-container .regInput .regPw {
    background: #333;
    border-radius: 10px;
    margin: 15px 0;
    padding: 15px;
}

.registration-container .regInput .regPw .field-validation-error {
    color: #ff5c35;
    font-weight: bold;
}

.registration-container #StrengthBar {
    height: 25px;
    width: 0;
    transition: all linear .15s;
}

.registration-container #Strength {
    position: relative;
    background: #fff;
}

.registration-container #Strength p {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    color: #031e50;
}

.registration-container #CreateUserBtn {
    border: solid transparent 1px;
}

.registration-container #CreateUserBtn:hover {
    border: solid rgba(255, 255, 255, .1) 1px;
}

.registration-container .nav-tabs {
    border-bottom: 0;
}

.registration-container .nav-tabs .nav-link {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background: none;
    border: 0;
}

.registration-container .nav-tabs .nav-link .nav-image {
    border-radius: 12px 12px 0 0;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.registration-container .nav-tabs .nav-link .nav-image.image-1 {
    background-image: url(../img/start-project.jpg);
    background-size: cover;
}

.registration-container .nav-tabs .nav-link .nav-image.image-2 {
    background-image: url(../img/narrator.jpg);
}

.registration-container .nav-tabs .nav-link .nav-option {
    padding: 10px 25px;
    background: #fff;
    color: #031e50;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.registration-container .nav-tabs .nav-link .nav-option .r-icon {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    display: none;
    color: #031e50;
}

.registration-container .nav-tabs .nav-link.active .nav-option {
    background: #031e50;
    color: #fff;
    border-radius: 0 0 12px 12px;
}

.registration-container .nav-tabs .nav-link.active .nav-option .r-icon {
    display: inline-block;
}

.registration-container .image-bubble {
    position: relative;
}

@media screen and (min-width:768px) {
    .registration-container .image-bubble .circle-primary {
        position: absolute;
        left: -20px;
        top: 0;
        background: transparent;
        border: solid #ff5c35 2px;
        border-radius: 90px;
        height: 40px;
        width: 40px;
    }
}

.registration-container .image-bubble .circle-light-blue {
    position: absolute;
    left: -100px;
    top: 0;
    background: #c3e7e9;
    border-radius: 200px;
    height: 350px;
    width: 350px;
    opacity: .2;
}

.registration-container .image-bubble .square-turquoise {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 180px;
    top: 180px;
    transform: rotate(-25deg);
}

.registration-container .image-bubble .bubble {
    position: absolute;
    z-index: 0;
    border-radius: 120px;
}

.registration-container .image-bubble .bubble-1 {
    background-image: url(../img/bubble-1.jpg);
    background-size: cover;
    top: 80px;
    left: 15%;
    height: 80px;
    width: 80px;
}

.registration-container .image-bubble .bubble-2 {
    background-image: url(../img/bubble-2.jpg);
    background-size: cover;
    top: 0;
    left: 35%;
    height: 120px;
    width: 120px;
}

.registration-container .image-bubble .bubble-3 {
    background-image: url(../img/bubble-3.jpg);
    background-size: cover;
    top: 60px;
    left: 60%;
    height: 100px;
    width: 100px;
}

.registration-container .image-bubble .bubble-4 {
    background-image: url(../img/bubble-4.jpg);
    background-size: cover;
    top: 150px;
    left: 40%;
    height: 40px;
    width: 40px;
}

.registration-container .image-bubble .bubble-5 {
    background-image: url(../img/bubble-5.jpg);
    background-size: cover;
    top: 180px;
    left: 15%;
    height: 150px;
    width: 150px;
}

.registration-container .image-bubble .bubble-6 {
    background-image: url(../img/bubble-6.jpg);
    background-size: cover;
    background-position: center;
    top: 220px;
    left: 50%;
    height: 100px;
    width: 100px;
}

.registration-container .arrow-image {
    background-image: url(../img/LandingPageArrow.png);
    position: absolute;
    top: 150px;
    background-size: cover;
    left: 30%;
    height: 700px;
    width: 700px;
    z-index: -1;
}

.validateEmailField {
    display: none;
}

.confirmation-wrapper {
    min-height: 500px;
    padding-top: 120px;
}

.qryContainer {
    cursor: pointer;
    transition: all linear .15s;
}

.qryContainer:hover {
    color: #ff5c35;
}

.qryContainer:hover p {
    transition: all linear .15s;
    color: #ff5c35;
}

.blog-wrapper,
.how-it-works,
.why-us,
.contact-us,
.login-container {
    position: relative;
}

.blog-wrapper .square-primary,
.how-it-works .square-primary,
.why-us .square-primary,
.contact-us .square-primary,
.login-container .square-primary {
    position: absolute;
    z-index: 1;
    bottom: 960px;
    left: 30px;
    height: 30px;
    width: 30px;
    transform: rotate(-15deg);
}

.blog-wrapper .square-secondary,
.how-it-works .square-secondary,
.why-us .square-secondary,
.contact-us .square-secondary,
.login-container .square-secondary {
    position: absolute;
    z-index: 1;
    bottom: 560px;
    right: 15px;
    height: 12px;
    width: 12px;
    border: solid #031e50 2px;
    transform: rotate(15deg);
}

.blog-wrapper .circle-light-blue,
.how-it-works .circle-light-blue,
.why-us .circle-light-blue,
.contact-us .circle-light-blue,
.login-container .circle-light-blue {
    position: absolute;
    z-index: 0;
    bottom: 500px;
    left: -245px;
    height: 475px;
    width: 475px;
    border-radius: 400px;
}

@media screen and (min-width:768px) {

    .blog-wrapper .circle-complimentary,
    .how-it-works .circle-complimentary,
    .why-us .circle-complimentary,
    .contact-us .circle-complimentary,
    .login-container .circle-complimentary {
        position: absolute;
        z-index: 0;
        bottom: 250px;
        right: -315px;
        height: 375px;
        width: 375px;
        border-radius: 400px;
    }

    .blog-wrapper .circle-primary,
    .how-it-works .circle-primary,
    .why-us .circle-primary,
    .contact-us .circle-primary,
    .login-container .circle-primary {
        position: absolute;
        z-index: 1;
        bottom: 160px;
        right: 40px;
        height: 30px;
        width: 30px;
        border-radius: 90px;
    }
}

.blog-wrapper .blogPost,
.how-it-works .blogPost,
.why-us .blogPost,
.contact-us .blogPost,
.login-container .blogPost {
    position: relative;
    z-index: 20;
}

.blog-wrapper .blogPost .modalImg,
.how-it-works .blogPost .modalImg,
.why-us .blogPost .modalImg,
.contact-us .blogPost .modalImg,
.login-container .blogPost .modalImg {
    width: auto;
    max-width: 100%;
}

.blog-wrapper .blogPost .mainContentWrapper img,
.how-it-works .blogPost .mainContentWrapper img,
.why-us .blogPost .mainContentWrapper img,
.contact-us .blogPost .mainContentWrapper img,
.login-container .blogPost .mainContentWrapper img {
    max-width: 100%;
    width: auto;
}

.blog-wrapper .promoBox .image-wrapper img,
.how-it-works .promoBox .image-wrapper img,
.why-us .promoBox .image-wrapper img,
.contact-us .promoBox .image-wrapper img,
.login-container .promoBox .image-wrapper img {
    max-width: 180px;
    width: auto;
}

.blog-wrapper .promoBox p,
.how-it-works .promoBox p,
.why-us .promoBox p,
.contact-us .promoBox p,
.login-container .promoBox p {
    font-size: 18px;
}

.blog-wrapper .promoBox h5,
.how-it-works .promoBox h5,
.why-us .promoBox h5,
.contact-us .promoBox h5,
.login-container .promoBox h5 {
    font-size: 26px !important;
    line-height: 45px;
}

.blog-wrapper .contact-bottom .nav-link,
.how-it-works .contact-bottom .nav-link,
.why-us .contact-bottom .nav-link,
.contact-us .contact-bottom .nav-link,
.login-container .contact-bottom .nav-link {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background: none;
    border: 0;
}

.blog-wrapper .contact-bottom .nav-link .nav-image,
.how-it-works .contact-bottom .nav-link .nav-image,
.why-us .contact-bottom .nav-link .nav-image,
.contact-us .contact-bottom .nav-link .nav-image,
.login-container .contact-bottom .nav-link .nav-image {
    border-radius: 12px 12px 0 0;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.blog-wrapper .contact-bottom .nav-link .nav-image.image-1,
.how-it-works .contact-bottom .nav-link .nav-image.image-1,
.why-us .contact-bottom .nav-link .nav-image.image-1,
.contact-us .contact-bottom .nav-link .nav-image.image-1,
.login-container .contact-bottom .nav-link .nav-image.image-1 {
    background-image: url(../img/start-project.jpg);
    background-size: cover;
}

.blog-wrapper .contact-bottom .nav-link .nav-image.image-2,
.how-it-works .contact-bottom .nav-link .nav-image.image-2,
.why-us .contact-bottom .nav-link .nav-image.image-2,
.contact-us .contact-bottom .nav-link .nav-image.image-2,
.login-container .contact-bottom .nav-link .nav-image.image-2 {
    background-image: url(../img/narrator.jpg);
}

.blog-wrapper .contact-bottom .nav-link .nav-image.image-3,
.how-it-works .contact-bottom .nav-link .nav-image.image-3,
.why-us .contact-bottom .nav-link .nav-image.image-3,
.contact-us .contact-bottom .nav-link .nav-image.image-3,
.login-container .contact-bottom .nav-link .nav-image.image-3 {
    background-image: url(../img/tutorials.jpg);
}

.blog-wrapper .contact-bottom .nav-link .nav-option,
.how-it-works .contact-bottom .nav-link .nav-option,
.why-us .contact-bottom .nav-link .nav-option,
.contact-us .contact-bottom .nav-link .nav-option,
.login-container .contact-bottom .nav-link .nav-option {
    padding: 10px 25px;
    background: #fff;
    color: #031e50;
    border-radius: 0 0 12px 12px;
    position: relative;
    transition: all linear .15s;
}

.blog-wrapper .contact-bottom .nav-link:hover .nav-option,
.how-it-works .contact-bottom .nav-link:hover .nav-option,
.why-us .contact-bottom .nav-link:hover .nav-option,
.contact-us .contact-bottom .nav-link:hover .nav-option,
.login-container .contact-bottom .nav-link:hover .nav-option {
    background: #031e50;
    color: #fff;
}

#nav-distribute .image-wrapper.image-1 .img-container {
    background-image: url(../img/how-it-works-step-1.jpg) !important;
}

#nav-distribute .image-wrapper.image-2 .img-container {
    background-image: url(../img/how-it-works-step-2.jpg) !important;
}

#nav-distribute .image-wrapper.image-3 .img-container {
    background-image: url(../img/how-it-works-step-3.jpg) !important;
}

#nav-distribute .image-wrapper.image-4 .img-container {
    background-image: url(../img/how-it-works-step-4.jpg) !important;
}

#nav-narrate .image-wrapper.image-1 .img-container {
    background-image: url(../img/narration-step-1.jpg) !important;
}

#nav-narrate .image-wrapper.image-2 .img-container {
    background-image: url(../img/narration-step-2.jpg) !important;
}

#nav-narrate .image-wrapper.image-3 .img-container {
    background-image: url(../img/narration-step-3.jpg) !important;
}

#nav-narrate .image-wrapper.image-4 .img-container {
    background-image: url(../img/narration-step-4.jpg) !important;
}

#nav-produce .image-wrapper.image-1 .img-container {
    background-image: url(../img/produce-step-1.jpg) !important;
}

#nav-produce .image-wrapper.image-2 .img-container {
    background-image: url(../img/produce-step-2.jpg) !important;
}

#nav-produce .image-wrapper.image-3 .img-container {
    background-image: url(../img/produce-step-3.jpg) !important;
}

#nav-produce .image-wrapper.image-4 .img-container {
    background-image: url(../img/produce-step-4.jpg) !important;
}

#nav-produce .image-wrapper.image-5 .img-container {
    background-image: url(../img/produce-step-5.jpg) !important;
}

.contact-form-fields {
    margin: 0 auto;
    background: rgba(195, 231, 233, .8);
    padding: 15px;
    border-radius: 12px;
    max-width: 481px;
    color: #ff5c35;
}

.contact-form-fields input,
.contact-form-fields select,
.contact-form-fields textarea {
    border-radius: 12px;
}

.contact-form-fields input,
.contact-form-fields select {
    height: 40px;
}

.contact-form-fields input[type=checkbox] {
    height: 40px;
    width: 40px;
}

.contact-form-fields .btn {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    letter-spacing: 1px;
    width: 150px;
    height: 60px;
    font-size: 20px;
}

.contact-form-fields .btn:hover {
    background-color: #ff5c35;
    color: #fff;
}

/* New Addition */

.sec1_form {
    width: 100%;
    background-color: #fff;
    padding: 2rem 3rem;
    border-radius: 8px;
    z-index: 2 !important;
    box-shadow: 1px 1px 25px 5px rgba(0, 0, 0, .25);
}

.sec1_form form {
    padding-top: 2rem;
    display: flex;
    justify-content: space-evenly;
}

.sec1_form form input {
    width: 26%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #031e50;
    padding: 15px;
}

.sec1_form form input[type=Submit] {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background: #ff5c35;
    font-size: 12px;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    transition: .2s linear;
    border-radius: 5px;
}

.sec1_form form input[type=Submit]:hover {
    background: #031e50;
}

.section3 {
    width: 100%;
    padding: 6rem 0;
    background-image: url(../img/cta-bg.webp);
    position: relative;
}

.section3::before {
    content: "";
    background-image: url(../img/cta-before.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -40px;
    left: 0;
}

.section3::after {
    content: "";
    background-image: url(../img/cta-after.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
    position: absolute;
    right: 250px;
    bottom: -1px;
}

.section3 .sec3_cta {
    text-align: center;
}

.section3 .sec3_cta h1 {
    color: #fff;
    font-weight: bold;
}

.section3 .sec3_cta p {
    color: #fff;
}

.section3 .sec3_cta .combo_btn {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

.section3 .sec3_cta .combo_btn a {
    border-radius: 8px;
    font-weight: 700;
    width: 189px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
}

.section3 .sec3_cta .btn_1 {
    background-color: #ff5c35;
    color: #fff;
    transition: .2s linear;
}

.section3 .sec3_cta .btn_1:hover {
    background-color: #031e50;
}

.section3 .sec3_cta .btn_2 {
    color: #ff5c35;
    border: 2px solid #ff5c35;
    transition: .2s linear;
}

.section3 .sec3_cta .btn_3 {
    color: #fff;
    font-size: 12px;
    font-weight: 800 !important;
}

.section3 .sec3_cta .btn_3:hover {
    color: #ff5c35;
}

.section2 {
    background-image: url(../img/section2.webp);
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.sideimg1:after,
.sideimg1:before {
    content: '';
    position: absolute;
    top: 0;
}

.sideimg1:before {
    left: -20px;
    width: 298px;
    height: 368px;
    background: url(../img/booked-left.webp) 0 0/100% no-repeat;
    content: '';
    display: block;
    z-index: 1;
}


.sideimg1:after {
    right: 0;
    width: 355px;
    height: 322px;
    background: url(../img/book-right.webp) 0 0/100% no-repeat;
    content: '';
    display: block;
    z-index: 1;
}

.section2 h2 {
    font-weight: 700;
    font-size: 45px;
    color: #031e50;
}

.section2 span {
    background: #000;
    padding: 5px 14px;
    color: #fff;
}

.section2 p {
    font-weight: 300;
    font-size: 20px;
}

.section2 a {
    text-decoration: none;
}

.box-content-call p {
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 0 !important;
}

.box-content-call h4 {
    font-weight: 700;
    font-size: 18px;
}

.box-content-call a {
    color: #0c1c1f;
}

.box-content-button .btn-2 {
    background: #000;
    color: #fff;
    border: 2px solid #cbc184;
}

.section2 .h53 {
    min-height: 45px;
    line-height: 45px;
    width: 100%;
    display: block;
    border-radius: 25px;
    text-transform: uppercase !important;
}

.section5 {
    width: 100%;
    background-image: url(../img/sec5-bg.webp);
    background-size: cover;
    padding: 4rem 0;
    text-align: center;
}

.sec5_bottom .sec5_box {
    margin-top: 3rem;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.sec5_bottom .sec5_box .sec5_item {
    width: 70%;
    background-color: #fff;
    padding: 1rem;
    transform: scale(1);
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, .035);
    margin: 0 auto;
    transition: .2s linear;
}

.sec5_bottom .sec5_box .sec5_item .item_img {
    width: 100%;
}

.sec5_bottom .sec5_box .sec5_item h4 {
    font-size: 22px !important;
}

.sec5_bottom .sec5_box .sec5_item h4 {
    margin-top: 2rem;
}

.sec5_bottom .sec5_box .sec5_item h4 i {
    font-weight: bold;
}

.sec5_bottom .sec5_box .sec5_item h4 span {
    font-size: 16px;
}

.sec5_bottom .sec5_box .sec5_item .combo_btn {
    justify-content: center;
    margin-top: 2rem;
}

.reviews {
    padding: 60px 0;
}

.reviews .reviews_top {
    text-align: center;
}

.reviews ul {
    margin: 0;
    padding: 0;
    margin-top: 4rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.reviews ul li {
    width: 32%;
    list-style-type: none;
}

.reviews ul .box {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem;

}

.reviews ul .box img {
    width: 180px;
}

.reviews ul .box h6 {
    margin: 15px 0 10px;
}

.reviews ul .box h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.reviews ul .box p {
    height: 70px;
    overflow: auto;
    padding-right: 20px;
}

.footer-form h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.footer-form h3 span {
    color: #ff5c35;
}

.footer-form h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.footer-form .cf-fieds {
    margin-top: 25px;
    position: relative;
}

.footer-form .cf-fieds:after,
.footer-form .cf-fieds:before {
    position: absolute;
    height: 100%;
    width: 1px;
    content: "";
    background: #fff;
    top: -10px;
}

.footer-form .cf-fieds:before {
    left: -20px;
}

.footer-form .cf-fieds:after {
    right: -20px;
}

.footer-form .cf-fieds input,
.footer-form .cf-fieds textarea {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border-radius: 0;
    font-size: 13px;
    color: #000;
    border: 1px solid transparent;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-form .cf-fieds input:focus,
.footer-form .cf-fieds textarea:focus {
    outline: none;
}

.footer-form .cf-fieds textarea {
    height: 60px;
    padding-top: 10px;
}

.footer-form .cf-fieds input[type=submit] {
    display: block;
    background: #ff5c35;
    text-transform: uppercase;
    padding: 8px 55px;
    font-size: 16px;
    height: auto;
    border-radius: 30px;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .2s linear;
}

.footer-form .cf-fieds input[type=submit]:hover {
    background-color: #031e50;
    color: #fff;
}

.footer_menu ul {
    padding-left: 45px;
}

footer li {
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    transition: .2s linear;
}

.footer_menu ul a li:hover {
    color: #ff5c35 !important;
}

footer a {
    text-decoration: none;
}

footer li::marker {
    color: #ff5c35;
    font-size: 24px;
}

.mainBanner {
    background: url(../img/we-get-sec-bg.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBanner .jumbotron p {
    font-size: 20px;
}

@media screen and (min-width:768px) {
    .howitworks {
        background-image: url(../img/Howitworks-transparent.png);
        background-size: cover;
        top: 10%;
        right: 30%;
        height: 180px;
        width: 180px;
        position: absolute;
        background-color: #fff;
    }

    #paidMedia {
        background-image: url(../img/bluecircletransparent700x700.png);
        background-repeat: no-repeat;
        background-size: 500px 500px;
        background-position: top 0% left 80%;
    }

    #arrowHeaderMobile {
        display: none;
        width: 0;
        height: 0;
    }

    .arrow-image-mobile {
        display: none;
        width: 0;
        height: 0;
    }
}

@media screen and (max-width:1600px) {
    .section3::before {
        width: 300px;
        height: 300px;
        top: 0px;
    }

    .section3::after {
        right: 30px;
    }

    .sideimg1:before {
        width: 245px;
        height: 298px;
    }

    .sideimg1:after {
        width: 245px;
        height: 232px;
    }
}

@media screen and (max-width:1400px) {
    .home-body .section-4 .step-box.step-3 .box-underlay {
        top: 10px;
    }

    .sec5_bottom .sec5_box .sec5_item {
        width: 80%;
    }
}

@media screen and (max-width:1280px) {
    .section3::before {
        width: 260px;
        height: 260px;
        top: 15px;
    }

    .section3::after {
        width: 260px;
        height: 350px;
    }

    .sideimg1:before {
        width: 200px;
        height: 248px;
        top: 10px;
    }
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    .home-banner {
        padding: 50px 0;
        height: fit-content;
    }

    .home-banner .sq-1.square-shape {
        display: none !important;
    }

    .sec1_form {
        display: none;
    }

    .section3::before {
        width: 180px;
        height: 180px;
        top: 20%;
    }

    .section3::after {
        width: 220px;
        height: 300px;
        right: 0;
    }

    .sideimg1:before {
        width: 160px;
        height: 198px;
        top: 20%;
    }

    .sideimg1:after {
        width: 180px;
        height: 185px;
    }

    .section2 p {
        font-size: 15px;
    }

    .section2 p {
        font-size: 12px;
    }

    .box-content-call h4 {
        font-size: 14px !important;
    }

    .sec5_bottom .sec5_box .sec5_item {
        width: 90%;
    }

    .reviews ul li {
        width: 45%;
    }

    footer li {
        font-size: 12px;
        line-height: 20px;
    }

}

@media screen and (max-width:991px) {
    .home-body .section-4 .step-box.step-3 .box-underlay {
        top: 0;
    }
}

@media screen and (max-width:768px) {
    .home-banner {
        position: relative;
        height: auto;
    }

    .home-banner .circle-beige {
        top: -150px;
        right: -200px;
        height: 400px;
        width: 400px;
    }

    .home-banner .left-content {
        position: relative;
        z-index: 10;
    }

    .sec1_form form {
        flex-direction: column;
    }

    .sec1_form form input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .sec1_form form input[type=Submit] {
        display: block;
        width: 100% !important;
    }

    .navbar {
        background: #fff;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .arrow-image-mobile {
        background-image: url(../img/MobileArrow.png);
        background-size: cover;
        top: 1000px;
        right: 48%;
        height: 400px;
        width: 400px;
        position: absolute;
        z-index: -1;
        padding: 15px;
    }

    .arrow-image {
        display: none;
        width: 0;
        height: 0;
    }

    #arrowHeaderWeb {
        display: none;
        width: 0;
        height: 0;
    }

    #paidMedia {
        background-image: none;
    }

    .arrow-image-mobile-index {
        background-image: url(../img/MobileArrow.png);
        background-size: cover;
        top: 1040px;
        right: 50%;
        height: 400px;
        width: 400px;
        position: absolute;
        z-index: -1;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    h5 {
        font-size: 13px !important;
    }

    .howitworks {
        background-image: url(../img/Howitworks-transparent.png);
        background-size: cover;
        top: 0%;
        right: 30%;
        height: 180px;
        width: 180px;
        position: absolute;
        background-color: #fff;
    }

    .col-sm-auto {
        padding-top: 200px;
        flex: 0 0 auto;
        width: auto;
    }

    .home-body .section-4 .step-box {
        border: 0 !important;
        padding: 0 !important;
        min-height: 100% !important;
        margin-bottom: 30px;
    }

    .home-body .section-4 .step-box .box-underlay {
        position: initial !important;
        width: auto !important;
    }

    .home-body .section-4 .step-box .box-overlay {
        position: initial !important;
        padding: 0;
    }

    .section3 {
        padding: 3rem 0;
    }

    .section3::before,
    .section3::after,
    .sideimg1::before,
    .sideimg1::after {
        display: none;
    }

    .section2 .h53 {
        width: 200px;
    }

    .reviews ul li {
        width: 48%;
    }

    .reviews ul li .box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .navbar .navbar-brand {
        margin: 0 auto;
    }

    div#navbarNav {
        margin: 0 auto;
        margin-top: 10px;
    }

    .home-banner {
        padding: 80px 0 50px;
    }

    .sec1_form {
        display: block;
        margin-top: 2rem;
    }

    .section3 .sec3_cta .combo_btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section3 .sec3_cta .combo_btn a {
        width: 200px;
        height: 35px;
        margin-bottom: 8px;
    }

    .section2 span {
        display: inline-block;
    }

    .section2 .h53 {
        margin: 10px auto;
        width: 200px;
        display: block;

    }

    .sec5_bottom .sec5_box .sec5_item {
        width: 100%;
    }

    .sec5_bottom .sec5_box .sec5_item h4 {
        font-size: 18px !important;
    }

    .sec5_bottom .sec5_box .sec5_item h4 span {
        font-size: 14px;
    }

    .reviews ul li {
        width: 100%;
    }

    .reviews ul .box p {
        height: 90px;
    }
}