/*---------- RESET ----------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,footer,header,hgroup,nav,section,figure,figcaption{display:block;margin:0}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}input,textarea{-webkit-border-radius:0;border-radius:0}input{-webkit-appearance:none}body{-webkit-text-size-adjust:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}::-moz-focus-inner{border:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-moz-selection {background:#84bd00;color:#fff;}
::selection {background:#84bd00;color:#fff;}
input[type="checkbox"]{-webkit-appearance:checkbox;}
input[type="radio"]{-webkit-appearance:radio;}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?qgqsbv');
    src:  url('fonts/icomoon.eot?qgqsbv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qgqsbv') format('truetype'),
    url('fonts/icomoon.woff?qgqsbv') format('woff'),
    url('fonts/icomoon.svg?qgqsbv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-main-menu:before {
    content: "\e908";
}

.icon-pdf:before {
    content: "\e907";
}
.icon-youtube:before {
    content: "\e903";
}
.icon-ig:before {
    content: "\e904";
}
.icon-twitter:before {
    content: "\e905";
}
.icon-fb:before {
    content: "\e906";
}

.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-quotes:before {
    content: "\e902";
}





@font-face {
    font-family:'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Inter-Regular.woff') format('woff');
}

@font-face {
    font-family:'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Inter-Bold.woff') format('woff');
}

@font-face {
    font-family:'Inter Black';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Inter-Black.woff') format('woff');
}

@font-face {
    font-family:'Inter Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Inter-ExtraBold.woff') format('woff');
}

@font-face {
    font-family:'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Inter-Medium.woff') format('woff');
}

/*---------- General-Styling ----------*/
.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.offset {
    padding-top: 137px;
}

html,body{height:100%;}
body{
    color:#333;
    background-color:#fff;
    font-family:'Montserrat', Arial, sans-serif;
    font-size:18px;
}
h1, h2, h3, h4{font-weight:normal;}
a{color:#3142C6;text-decoration:none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover{/* color:#000; */}
p{margin-bottom:20px;line-height:1.33;}
.green{color:#84bd00;}
img{max-width:100%;width:100%;height:auto;padding:0;margin:0;border:none;display:block;}
.clearfloat{zoom:1;}
.clearfloat:before,
.clearfloat:after{content:"";display:table;}
.clearfloat:after{clear:both;}

.right{
    text-align: right;
}

.centre{
    text-align: center;
}

.tbl {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Montserrat', Arial, sans-serif;
    font-style: normal;
    display: block;
    padding: 0;
    margin: 0;
}

p {
    font-family:'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282828;
}
/*---------- END OF GENERAL STYLES ----------*/

.wrapper-bg {
    background: linear-gradient(1.02deg, #D4AD57 -17.33%, rgba(212, 173, 87, 0.24) 75.91%), #FFFFFF;
    box-shadow: 0 4px 16px rgba(75, 0, 129, 0.26);
    margin: auto;
    width: 100%;
    height: 700px;
    display: block;
    position: relative;
}

.main-inside-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    display: block;
    position: relative;
}

header .left {
    width: 232px;
    padding-right: 40px;
}

header .col.right {
    text-align: right;
}
.col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

.right {
    text-align: right;
}

.logo img {
    width: 232px;
}

/*---------- MAIN MENUS ----------*/
#main_nav {
    font-size: 0;
}
#main_nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#main_nav > li > a {
    display: block;
    position: relative;
    font-family: "Inter Medium", Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: middle;
}

#main_nav > li.has-children > a {
    padding-right: 30px;
}

#main_nav li.active.has-children > a {
    font-weight: bold;
}

#main_nav li.active > a {
    color: #D4AD57;
}
#main_nav > li > a:hover {
    color: #D4AD57;
}

#main_nav > li > a span {
    display: block;
    position: relative;
}
#main_nav > li > a:hover span:after {
    max-width: 100%;
}

#main_nav > li > a span:after {
    content: "";
    height: 2px;
    width: 100%;
    max-width: 0;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: #215A3F;
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    overflow: hidden;
}




#main_nav > li.has-children > a:after {
    content: "\e917";
    font-family: 'icomoon' !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 3px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

#main_nav .sub-menu{
    position: absolute;
    width: 23%;
    padding: 20px 10px;
    /* left: 0px; */
    margin: auto;
    top: 56px;
    background-color: #f9f9f9;
    display: none;
    z-index: 600;
    -webkit-box-shadow: 6px 9px 20px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 9px 20px 20px rgba(0, 0, 0, 0.16);
}
#main_nav > li.has-children:hover .sub-menu{display:block;}
#main_nav > li.has-children:hover > a{color: #76BB20;;}
#main_nav .sub-menu .tbl{display:table;width:100%;}
#main_nav .sub-menu .col{display:table-cell;vertical-align:top;border-left:1px solid #F1F2F2;width:25%;
    padding:0 45px;
}
#main_nav .sub-menu .col:first-child{border:0 none;}

#main_nav .sub-menu .grid {
    width: 50%;
    padding: 0 0 0 40px;
    vertical-align: top;
    border-right: 1px solid #efefef;
    display: inline-grid;
    grid-template-columns: 230px 230px;
    grid-gap: 10px;
}

#main_nav .sub-menu ul {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0px;
    vertical-align: top;
    border-right: 0 solid #efefef;
}

#main_nav .sub-menu > ul:last-child {border-right: none;}

#main_nav .item-page ul, li ul li, ul.list-styled {
    margin: 0;
}
#main_nav .sub-menu li a{
    display: block;
    font-size: 13px;
    color: #1a1a1a;
    padding: 5px 0;
    line-height: 22px;
    position: relative;
    font-weight: normal;
    border-bottom: 1px dotted #4a4a4a;
}
#main_nav .sub-menu li a:before{
    position:relative;
    top: -3px;
    font-size: 18px;
    display:inline-block;
    width:40px;
    height:30px;
    line-height:30px;
    text-align:center;
    vertical-align:top;
    color: #b3b2b2;
    content: "\e916";
    font-family: 'icomoon' !important;
}
#main_nav .sub-menu li a span{font-family:'Montserrat', sans-serif;display:inline-block;width:80%;}
#main_nav .sub-menu li a:hover{color:#76BB20;}

#main_nav .menu-title.gridd {
    grid-column: 1 / 3 !important;
}
/*----------END-OF- MAIN-MENU-SECOND-CHOICE ----------*/

h1{
    font-family: "Inter Black", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #260041;
}

.banner .col.left {
    width: 60%;
    padding: 0 30px 0 0;
}

p {
    font-family: "Inter Regular", Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    color: #260041;
}

.primary-btn {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: 0 none;
    display: inline-block;
    background: #D4AD57;
    color: #fff;
    font-family: 'Inter Regular', Arial, sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    margin: 0 7px;
    padding: 0 30px;
    position: relative;
    min-width: 170px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blue {
    background: #42A5F5;
}

.primary-btn:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(right, #673400, #A4550A 22%, #964B00);
    background-image: -o-linear-gradient(right, #673400, #A4550A 22%, #964B00);
    background-image: linear-gradient(to left, #673400, #A4550A 22%, #964B00);
}

.pic {
    display: block;
    padding: 0 10px;
    max-width: 100%;
    margin: auto;
}

.will img{
    max-width: 427px !important;
}

.will.owl-carousel.owl-loaded.owl-drag button.owl-dot.active {
    background-color: #673400 !important;
    border: solid 1px #fff;
    transform: scale(1.6);
}

.will.owl-carousel.owl-loaded.owl-drag button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    /* margin: 5px 8px; */
    border-radius: 50%;
    background: transparent !important;
    border: solid 1px #4a4a4a;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.will.owl-carousel.owl-loaded.owl-drag button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    /* margin: 5px 8px; */
    border-radius: 50%;
    background: transparent !important;
    border: solid 1px #4a4a4a;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 5px 5px;
    border-radius: 50%;
    border: none;
    background: #d8d8d8 !important;
}

.will {
    display: block;
    padding: 0;
    max-width: 373px;
    margin: auto;
    float: right;
}

.owl-dots {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.banner {
    display: block;
    padding: 10px 0;
}

.get-started{
    background-color: white;
    position: relative;
}

.square-bg{
    position: absolute;
    width: 190px;
    height: 199px;
    right: 0;
}

.platform{max-width: 70%;margin: 0 auto;border-radius: 0;}

h2 {
    font-family: "Inter Black", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 62px;
    line-height: 62px;
    letter-spacing: 0.02em;
    color:#260041;
    /* margin-bottom: 98px; */
}
.column{
    width: 270px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 5px 20px 50px rgba(212, 173, 87, 0.2);
    border-radius: 10px;
    margin: 30px 36px;
    padding: 0 20px 20px;
    text-align: center;
    margin: 50px auto;
}

.pic-small{
    max-width: 255px;
    text-align: center;
    margin: 0 auto;
}

.pic-small img{
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

.platform .col {
    vertical-align: top;
}

.spacer{
    padding: 50px 0;
}

.ttle{
    font-family: "Inter Black", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color:#0F001A;
    display: block;
    text-align: left;
    margin: 20px 0 10px;
}
.platform p{
    font-family: "Inter Regular", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color:#0F001A;
    margin-bottom: 10px;
    text-align: left;
}

.platform .primary-btn {
    display: block;
}

.platform .transparent-btn {
    color: #D4AD57;
    font-size: 14px;
}

.platform .transparent-btn:hover {
    color: #000;
}
.transparent-btn {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 0 none;
    display: block;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-family: "Inter Regular", Arial, sans-serif;
    letter-spacing: 0.2px;
    text-align: left;
    font-size: 16px;
    position: relative;
    min-width: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.products .transparent-btn:after {
    font-size: 14px;
}

.transparent-btn:after {
    content: "\e901";
    width: 33px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 1px;
    /* right: 0; */
    text-align: center;
    font-size: 16px;
    /* background-color: #71ae00; */
    font-family: 'icomoon' !important;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dotted{
    width: 154px;
    position: relative;
}

.double-spacer{
    /* margin: 40px 36px; */
}

.platform .col.left {
    width: 60%;
}

.estate{
    float: right;
}

.down{
    left: 0;
    bottom: 20px;
}

.column:first-child {
    margin: 0 auto;
}

.tbl {
    display: table;
    width: 100%;
    height: auto;
    /* padding: 0; */
    margin: 0;
}

.steps .col {
    /* vertical-align: middle; */
    text-align: center;
    display: table-cell;
    width: 25%;
    position: relative;
    /* text-align: center; */
    padding: 0 50px;
}

.steps .icn {
    text-align: center;
    max-width: 42px;
    margin: 0 auto;
}

.steps h1, .testimonies h1 {
    padding-bottom: 40px;
}

.desc {
    font-family: "Inter Regular", Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: normal;
    color: #0F001A;
    padding: 10px 0 10px 0;
}

.bg-brown{
    background: rgba(212, 173, 87, 0.1);
}

.testimonies .col.left{
    background-color: #FBF7EE;
    vertical-align: text-top;
    padding: 0 40px;
    position: relative;
}

.testimonies img{
    margin: 0 auto;
    width: 350px;
    height: 400px;
}

.testimonies .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0F001A;
    padding-top: 30px;
    text-align: left;
    display: block;
    padding-left: 31px;
}

.testimonies blockquote {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    padding-left: 62px;
    margin-top: 22px;
    margin-bottom: 28px;
}

.testimonies blockquote:before {
    content: "“";
    width: 55px;
    font-size: 100px;
    color: #878787;
    position: absolute;
    left: 2px;
    top: -39px;
    line-height: normal;
}

.testimonies p {
    font-size: 18px;
    line-height: 29px;
    text-align: left;
}

.testimonies .col.right {
    padding-left: 20px;
}



/***** Footer *****/
.footer-links{
    display: table;
    width: 100%;
    margin-left: 0;
    height: 100%;
    position: relative;
    padding-bottom: 19px;
}

.col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.footer .col {
    vertical-align: top;
    padding: 0 45px 0 0;
}


.footer .col.first{width: 390px;}


.footer .col.second {
    font-size: 0;
    vertical-align: top;
}


.footer p {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding: 0 0 40px;
}

.footer .block {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.sub-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 16px 0;
    display: block;
    font-family: "Inter Black", Arial, sans-serif;
}

.footer .block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: text-top;
}

.footer ul li a{
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: normal;
    color: #000;
    padding-bottom: 10px;
    display: block;
    font-family: "Inter Regular", Arial,sans-serif;
}

.footer ul li a:hover {
    color: #D4AD57;
}


.second-col{
    display: block;
    padding: 40px 0 0;
}

.righty .col {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.footer .righty {
    font-size: 0;
    padding-top: 0px;
}

.righty, .lefty {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0;
}

.lefty{
    text-align: left;
}

.ft-logo {
    display: block;
    max-width: 179px;
    vertical-align: middle;
    padding: 0 0 30px;
    margin: 0;
    z-index: 20;
}

.coloured-strip.tbl {
    /* top: -5px; */
    display: block;
    border-bottom: 1px solid #D4AD57;
    margin-bottom: 40px;
}

.copy {
    padding: 20px 0 0;
    border-top: 1px solid #D4AD57;
    background: rgba(212, 173, 87, 0.1);
}

.copy p{
    line-height: 10px;
    font-size: 15px;
}

.social {
    display: block;
    padding: 0;
}

.social > ul {
    font-size: 0;
    display: inline-block;
    padding: 0;
}

.copy .social ul li {
    display: inline-block;
    padding-bottom: 0;
    /* font-size: 16px; */
}

.social ul li {
    display: block;
    position: relative;
    padding-bottom: 6px;
    text-align: left;
    /* font-size: 16px; */
}

.copy .social a.icon {
    padding-left: 8px;
}

.social a.icon {
    text-decoration: none;
    color: #75BC1E;
    vertical-align: middle;
    display: inline-block;
    /* font-size: 22px; */
    padding: 0 1px;
    position: relative;
    padding-left: 33px;
    /* line-height: 25px; */
    /* background-color: #215A3F; */
}

.copy .social .icon:before {
    position: unset;
}

.social a:hover:before {
    color: #fff;
    background-color: #D4AD57;
}
.social .icon:before {
    color: #fff;
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 25px; */
    text-align: center;
    /* height: 25px; */
    background-color:#000;
    font-size: 17px;
    padding: 7px;
    border-radius: 100%;
}

.copy .right{
    text-align: right !important;
}

.shadow {
    background: #FFFFFF;
    box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
    border-radius: 10px;
}

h4 {
    font-family: "Inter Medium", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #D0B57A;
    position: relative;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

h4:after {
    content: "";
    height: 4px;
    width: 80px;
    display: block;
    background-color:#D0B57A;
    margin: auto;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
}

/*---------- CONTACTS ----------*/
.contacts .col{
    vertical-align: top;
}

.contacts .editor {
    text-align: left;
}

.contacts .editor p, .editor ul {
    font-size: 16px;
    line-height: 0.9;
    font-weight: 500;
}

.contacts .editor span {
    font-family: "Inter Medium", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 18px;
    display: block;
    color:#0F001A;
}

.frm{
    width: 50%;
    text-align: left;
}

.contacts .frmLead {
    padding: 0 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.contacts .frmLead .field {
    padding: 12px 0;
}

.contacts .col.right {
    padding-left: 100px;
}

.frmLead .conts-input {
    padding: 12px 12px 14px 12px;
    border: 1px solid #c5cbd0;
    margin: 0;
    background-color: #fff;
    color: #003b4c;
    width: 100%;
    resize: vertical;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    border-radius: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.frmLead .conts-txtarea {
    padding: 12px 12px 14px 12px;
    border: 1px solid #c5cbd0;
    margin: 0;
    background-color: #fff;
    color: #003b4c;
    width: 100%;
    resize: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    border-radius: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
}
/*---------- END-OF-CONTACTS ----------*/
/*---------- END OF COPY ----------*/

/*---------- CARDS ----------*/
.resources{margin:0 0 0 -12px;font-size:0;text-align:center;}
.resources > li{display:inline-block;vertical-align:top;width:20%;padding: 20px 12px 0 12px;}
.resources .block{
    background-color:#F9F3E7;
    padding: 20px 20px 39px 20px;
    position:relative;
    text-align:center;
    overflow:hidden;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.resources .block:before{content:"";position:absolute;top:0;left:0;z-index:-1;
    width:100%;height:100%;opacity:0;
    -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0px 10px 20px 0 rgba(0, 1, 0, 0.2);
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.resources h3{
    color:#fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size:16px;
    line-height: 22px;
    margin: 14px 0 7px;
    text-align: left;
    font-weight: 700;
}
.resources p{font-size: 14px;line-height: 18px;font-weight: 400;color: #000;padding: 15px 0;text-align: center;margin: 0;}
.resources .cta-btn{position:absolute;left:0;bottom:0;width:100%;padding: 0 0 0px 0;/* border-radius: 0; */}
.resources .primary-btn{
    width:100%;
    text-align:left;
    -webkit-transition:none;
    transition:none;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.resources .primary-btn:after{
    -webkit-transition:none;
    transition:none;
}

.resources .block:hover{
}
.resources .block:hover .primary-btn{background-color:#673400;;}
.resources .block:hover .primary-btn:after{background-color:#477013;;}
.resources .icn {
    position: relative;
    top: 0;
    font-size: 80px;
    display: inline-block;
    width: 100%;
    /* height: 52px; */
    /* line-height: 52px; */
    text-align: center;
    vertical-align: top;
    color: #D4AD57;
}

#banner-2 {
    height: 260px;
    background-color: #f7f5f5;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom 43%;
    width: 100%;
    z-index: 1;
    margin-top: 0;
    background-size: cover;
    background-position: 0px -169px;
}

/*---------- BREADCRUMBS ----------*/
#breadcrumbs ul{font-size:0;border-bottom:1px solid #cbd9e1;padding:5px 0;}
#banner.inner-landing #breadcrumbs ul{padding:0;border:0 none;margin-bottom:40px;}
#breadcrumbs li{display:inline-block;vertical-align:top;padding-right:24px;position:relative;}
#breadcrumbs li:after{content:"\e901";width:20px;height:20px;line-height:22px;color:#728694;
    text-align:center;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:18px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#breadcrumbs li:first-child{padding-left:0;}
#breadcrumbs li:last-child{padding-right:0;}
#breadcrumbs li:last-child:after{display:none;}
#breadcrumbs a{line-height:normal;color:#728694;font-size:14px;padding:14px 5px;display:block;}
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a.active,
#banner.inner-landing #breadcrumbs a:hover,
#banner.inner-landing #breadcrumbs a:focus,
#banner.inner-landing #breadcrumbs a.active{color:#049774;}
#banner.inner-landing #breadcrumbs a,
#banner.inner-landing #breadcrumbs li:after{color:#fff;}

.heading.text-left {
    text-align: left;
    max-width: none;
}

.inner-pages .heading h2 {
    color: #215A3F !important;
}

.inner-pages {
    background-color: #000;
}

.section-heading.primary {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #215A3F;
}
.section-heading, .section-heading a {
    font-weight: 700;
    font-size: 43px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
    display: block;
    padding: 0 0 7px 0;
    display: block;
}

.editor {
    margin: 0 0 40px;
    line-height: 1.6;
}

.editor p, .editor ul {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #282828;
}

.editor span {
    font-weight: 600;
    color: #000;
    padding: 15px 0;
    display: block;
}

.editor ul {
    list-style: disc;
    padding-left: 35px;
    margin-bottom: 10px;
}

.editor ul li {
    margin-bottom: 7px;
    display: list-item;
    color: #282828;
    font-weight: normal;
}

.inner-pages {
    color: #888;
    background-color: #FAFAFA;
}
/*---------- MAIN-MENU-SECOOND-CHOICE ----------*/

/*----- MOBILE MENU -----*/
body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);
    visibility:hidden;opacity:0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
body.menu-open{overflow:hidden;}
body.menu-open:after{
    visibility:visible;opacity:1;z-index:2500;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

#mobile_nav_wrapper{
    width:305px;
    height:100%;
    padding:0;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    z-index:3000;
    color: #000;
    background-color: #215A3F;
    background: linear-gradient(1.02deg, #D4AD57 -17.33%, rgba(212, 173, 87, 0.24) 75.91%), #FFFFFF;
    box-shadow: 0 4px 16px rgb(75 0 129 / 26%);
    display:block;
    visibility:hidden;
    -webkit-transition:all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    -webkit-transform:matrix(1, 0, 0, 1, 305, 0);
    transform: matrix(1, 0, 0, 1, 305, 0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.menu-open #mobile_nav_wrapper{display:block;overflow-y:auto;visibility:visible;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden;
    -webkit-transform:matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#mobile_nav_wrapper .mobile-nav-content{position:relative;z-index:100;/* height:100%; */}
#mobile_nav_wrapper .header{
    z-index:200;
    background-color: #fff;
    padding: 20px;
    position: relative;
    background-image: linear-gradient(to left, #673400, #A4550A 22%, #964B00);
}
#mobile_nav_wrapper .header .menu-close{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align:center;
    position:absolute;
    top:0;
    right:0;
    color: #fff;
    font-size: 29px;
    font-weight:bold;
    display:block;
}
#mobile_nav_wrapper .header .logo{display:block;width: 87px;margin: 20px auto -1px;display: none;}

.mobile-nav,
.mobile-nav ul{
    padding: 0;
    position: relative;
    list-style: none;
    top:0;
    left:0;
    width:100%;
    height: auto;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:150;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
    font-family: 'Montserrat', Arial, sans-serif;
}

.mobile-nav ul.is-hidden{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-nav a{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    font-family: 'Montserrat', Arial, sans-serif;
}
#mobile_nav_wrapper .header .logo{display:block;width:111px;margin:66px 0 0 0;}
.mobile-nav > li a{
    display:block;
    padding: 16px 16px;
    color: #000;
    position:relative;
    cursor:pointer;
    border-bottom: 0px solid #BFB4A9;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    list-style: none !important;
    border-bottom: 1px dotted #333;
    text-transform: uppercase;
}
.mobile-nav.move-out > li > a,
.mobile-nav ul.move-out > li > a{opacity:0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-nav li a.active{color: #000;}
.mobile-nav li.has-children > a:after{content:'\e90d';display:block;width:14px;height:14px;position:absolute;right:20px;top:50%;margin-top:-7px;
    transition:all 0.2s ease-in-out 0s; color: white; font-size: 16px; font-family: 'icomoon' !important;
}
.mobile-nav li.has-children.open > a{background-color: #76BB20;border: none;}
.mobile-nav li.has-children.open > a:after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*--- Sub Nav ---*/
.sub-nav{display:none;}
.sub-nav > li a{background-color:#efefef;font-size:13px;color: #000;padding:20px 20px 16px 20px;min-height:18px;display:block;border: none;text-transform: capitalize;}

#mobile_nav_wrapper .copyright{border-top:1px solid #efefef;padding:20px;text-align:center;color:#777;}
.menu-open #content_mask{position:absolute;z-index:50;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.85);}

header .menu-icon {display: none;}

/*----------MEDIA-QUERIES ----------*/
@media only screen and (max-width: 1100px){
    #main_nav {display: none;}
    header .menu-icon {width: 38px;font-size: 40px;cursor: pointer;vertical-align: middle;}
    header .menu-icon {display: inline-block;color: #737373;font-weight: bold; text-align: right;}
    h1 {font-size: 40px;line-height: 49px;}
    p {line-height: 25px;}
    h2 {font-size: 50px;line-height: 50px;}
    .estate {margin: 0 30px 0 0;}
    .desc {line-height: 7px;padding: 10px 0 10px 0;}
    .primary-btn {height: 50px;line-height: 50px;font-size: 16px;}
    .platform {max-width: 80%;}
}
@media only screen and (max-width: 800px){
    .banner .col {width: 100%;padding: 0 0 0 0;display: block;}
    .banner .col.left {width: 100%;padding: 0 0px 0 0;}
    .banner {display: block;padding: 30px 0 0;}
    .will {
        display: block;
        padding: 30px 0 0;
        max-width: 373px;
        margin: auto;
        float: unset;
    }

    .platform .col.left {
        width: 100%;
        display: block;
    }

    .platform .col.right {
        width: 100%;
        display: block;
    }

    .estate {
        float: unset;
        margin: 20px auto;
    }

    .righty .col {
        vertical-align: top;
        display: inline-block;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px 20px;
    }
    .lefty {
        text-align: left;
        vertical-align: text-top;
    }
    .testimonies .col.left {
        display: none;
    }

     .testimonies h1 {
        padding-bottom: 0;
    }
    .testimonies .name {

        padding-top: 0px;

    }

    .spacer {
        padding: 30px 0;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 35px;
        line-height: 39px;
    }

    .steps .col {
        /* vertical-align: middle; */
        text-align: center;
        display: inline-block;
        width: 50%;
        position: relative;
        /* text-align: center; */
        padding: 0 30px 10px;
    }

    .square-bg {
       display: none;
    }

    .righty, .lefty {
        display: block;
        vertical-align: middle;
        text-align: right;
        padding: 0;
    }

    .footer p {
        padding: 0 0 0px;
    }

    .logo img {
        width: 160px;
    }

    .testimonies .name {
        font-weight: 800;
        font-size: 18px;
        line-height: 18px;
        color: #0F001A;
        padding-top: 0px;
        text-align: center;
        display: block;
        padding-left: 0;
    }

    .resources > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 20px 12px 0 12px;
    }

    .frm {
        width: 100%;
        text-align: left;
    }

    .contacts .col {
        vertical-align: top;
        display: block;
        width: 100%;
    }

    .contacts .col.right {
        padding-left: 0px;
    }

    h4 {
        font-size: 25px;
        line-height: 47px;

    }
}

@media only screen and (max-width: 800px){
    .resources > li {
        display: inline-block;
        vertical-align: top;
        width:100%;
        padding: 20px 12px 0 12px;
    }
}