@charset "UTF-8";
* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
}

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    outline: none;
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('fonts/Muli-Bold.ttf');
}

@font-face {
    font-family: 'Mulish-ExtraBold';
    src: url('fonts/Mulish-ExtraBold.ttf');
}

@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url('fonts/LeagueSpartan-Bold.otf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('fonts/Muli-Regular.ttf');
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

* {
    outline: none;
}

a,
button {
    outline: none;
}

ul li {
    list-style: none;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: Muli-Regular;
    margin: 0px;
    padding: 0px;
}

div::after,
header::after,
footer::after,
section::after {
    width: 100%;
    display: block;
    content: "";
    clear: both;
}

.row::after,
.row::before,
.container::before {
    display: none;
}

.clearboth {
    clear: both;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width:1320px) {
    .container {
        width: 1280px;
    }
}

#menu-toggle #hamburger>span,
#menu-toggle #cross>span {
    display: block;
    background: #d8d8d8;
    border-radius: 0px;
}

#menu-toggle {
    width: 38px;
    height: 38px;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 0px 0 0;
    z-index: 11;
}

#menu-toggle {
    display: none;
}

#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#menu-toggle #hamburger span {
    width: 100%;
    height: 3px;
    position: relative;
    top: 0;
    left: 0;
    margin: 8px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}

#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 10%;
    left: 18px;
    transition-delay: 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 10%;
    top: 18px;
    transition-delay: .25s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#menu-toggle.open #hamburger span {
    width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
}

@media(min-width:767px) {
    ul.sub-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        min-width: 320px;
        max-width: 400px;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        box-shadow: 0 4px 4px 0 rgb(0 0 0 / 29%);
    }
}

ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    width: 100%;
}

ul.sub-menu li a {
    text-align: left !important;
    margin: 0 !important;
    display: block;
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd;
    font-family: 'Muli-Regular' !important;
    font-size: 14px !important;
}

header .container ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

header .container ul span.icon {
    position: absolute;
    background-image: url(img/down.png);
    width: 20px;
    height: 10px;
    top: 54%;
    transform: translateY(-50%);
    right: -6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
}

header {
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 99;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 29%);
}

header .logo img {
    max-width: 100%;
}

header .logo {
    display: block;
    max-width: 170px;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

header .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

header .container ul>li {
    margin-right: 15px;
    padding: 11px 0;
}

header .container ul li:last-child {
    margin-right: 0px;
}

header .container ul li a {
    font-family: 'LeagueSpartan-Bold';
    font-size: 15px;
    padding: 0 15px;
    position: relative;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
}

header .container ul li {
    position: relative;
}

header .container ul li a.btn-head span {
    padding-top: 4px;
}

header .container ul li a.btn-head {
    color: #fff;
    background: #fe34fe;
    display: flex !important;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 0 0 #03359a;
    border-radius: 34px;
    height: 57px;
    min-width: 193px;
    justify-content: center;
}

header .container ul li a.btn-head img {
    max-width: 35px;
    display: inline-block;
    margin-right: 8px;
}

.home-sec-1 {
    background: #003399;
    overflow: hidden;
    position: relative;
}

.home-sec-1 .shape {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    left: -22%;
    z-index: -1;
}

.home-sec-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/header-leaf-image.png);
}

.home-sec-1 .col-6-in {
    position: relative;
    z-index: 1;
    padding: 80px 0px 80px;
    max-width: 620px;
    margin-left: auto;
    padding-right: 35px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    align-self: center;
}

.home-sec-1 h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 39px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 10px;
}

.home-sec-1 .container-fluid {
    padding-right: 0px;
}

.home-sec-1 .col-6 figure {
    width: 100%;
    height: 100%;
}

.home-sec-1 .col-6 figure img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.home-sec-1 .col-6-in p {
    font-family: Muli-Bold;
    font-size: 15px;
    margin: 0 0 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
}

a.banner_btn {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    min-width: 281px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0 4px 0 0 #182ea3;
    border-radius: 34px;
    max-width: 281px;
    height: 68px;
}

a.banner_btn img {
    max-width: 38px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

a.banner_btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.home-sec-1 .col-12 .col-6-in {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.home-sec-1 .col-12 .col-6-in h2 {
    text-align: center;
    width: 100%;
}

.icon-wrap-section {
    background: #F3F3F3;
}

.icon-wrap-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.icon-wrap-section ul li {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 14px 22px 14px 30px;
    width: 25%;
}

.icon-wrap-section ul li:first-child {
    padding-left: 0;
}

.icon-wrap-section ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.icon-wrap-section ul li .icon {
    width: 45px;
    margin-right: 12px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.icon-wrap-section ul li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 25px;
}

.icon-wrap-section ul li h4 {
    font-family: 'Mulish-ExtraBold';
    font-size: 15px;
    margin: 0;
    color: #04152F;
    letter-spacing: 0;
}

.review-section {
    padding: 25px 0px;
}

.review-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.review-section .left-img-wrap {
    width: 180px;
    padding-right: 30px;
}

.review-section .right-slide-wrap {
    width: calc(100% - 180px);
}

.review-section .right-slide-wrap .item p {
    font-family: Muli-Regular;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 19px;
    color: #262D3F;
    letter-spacing: 0;
}

.review-section .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}

.review-section .right-slide-wrap .slick-slide {
    display: flex !important;
    margin: 15px 7px;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 15px 15px 15px 25px;
    border: 1px solid #E9E9E9;
    float: none;
    min-height: inherit;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    height: auto;
}

.review-section .right-slide-wrap .item .item-text {
    width: calc(100% - 60px);
    padding-right: 10px;
}

.review-section .right-slide-wrap .item .item-text img {
    max-width: 120px;
    margin: 0 0 10px;
}

.review-section .right-slide-wrap .item span {
    font-family: Muli-Bold;
    font-size: 15px;
    display: block;
    color: #262D3F;
    letter-spacing: 0;
}

.review-section .right-slide-wrap .item .user {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.review-section .right-slide-wrap .item .user img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-sec2 {
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #F0F0F0;
}

.home-sec2 .row {
    align-items: center;
    align-content: center;
}

.home-sec2 h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 30px;
    color: #323232;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.home-sec2 p {
    font-family: Muli-Regular;
    margin: 0 0 20px;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 22px;
}

.home-sec2 .col-7-text {
    padding-left: 100px;
}

.home-sec2 .col-7-text ul {
    display: flex;
    flex-wrap: wrap;
}

.home-sec2 .col-7-text ul li {
    font-family: 'Muli-Bold';
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 16px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    padding: 0 10px 0 40px;
    width: 50%;
}

.home-sec2 .col-7-text ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/bullet-points.png);
    width: 28px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.home-sec2 .col-7-text .btn {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    min-width: 281px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    max-width: max-content;
    background: #fb01fd;
    box-shadow: 0 4px 0 0 #07329c;
    border-radius: 34px;
    height: 68px;
}

.home-sec2 .col-7-text .btn img {
    max-width: 38px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-sec2 .col-7-text .btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.home-sec2 .col-12-text {
    padding-left: 100px;
}

.home-sec2 .col-12-text ul {
    display: flex;
    flex-wrap: wrap;
}

.home-sec2 .col-12-text ul li {
    font-family: 'Muli-Bold';
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 16px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    padding: 0 10px 0 40px;
    width: 50%;
    text-decoration: none;
}

.home-sec2 .col-12-text ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/bullet-points.png);
    width: 28px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.home-sec2 .col-12-text .btn {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    min-width: 281px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    max-width: max-content;
    background: #fb01fd;
    box-shadow: 0 4px 0 0 #07329c;
    border-radius: 34px;
    height: 68px;
}

.home-sec2 .col-12-text .btn img {
    max-width: 38px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-sec2 .col-12-text .btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.home-sec3 {
    background: #c3c8d3;
}

.home-sec3 .row {
    align-content: center;
    align-items: center;
}

.home-sec3 .col-in {
    max-width: 611px;
}

.home-sec3 h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 43px;
}

.home-sec3 p {
    font-family: Muli-Bold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
}

.home-sec3 figure {
    display: flex;
}

.btn-wrap {
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
}

.btn-wrap a:first-child {
    margin-right: 15px;
}

.btn-wrap a {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    min-width: 281px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0 4px 0 0 #fb01fd;
    border-radius: 34px;
    height: 68px;
}

.btn-wrap a img {
    max-width: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-wrap a span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.home-sec4 {
    background: #04329b;
    padding: 70px 0;
    text-align: center;
}

.home-sec4 h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
}

.home-sec4 a {
    margin: 0 auto;
}

.home-sec4 a.banner_btn {
    box-shadow: 0 4px 0 0 #182ea3;
}

.post-section {
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.post-section .top-post-wrap {
    margin: 0 0 30px;
    text-align: center;
}

.post-section .top-post-wrap h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 30px;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
}

.post-section .top-post-wrap p {
    font-family: Muli-Regular;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}

.post-section .post-cover .col-4 {
    margin-bottom: 30px;
}

.post-section .post-cover .col-4-post {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.post-section .post-cover .col-4-post figure {
    padding-top: 53%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-section .post-cover .bottom_wrap {
    padding: 25px 25px 25px 25px;
}

.post-section .post-cover .bottom_wrap h3 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 22px;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: center;
}

.post-section .post-cover .bottom_wrap p {
    font-family: Muli-Regular;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}

.home-sec5 {
    background: #ffffff;
}

.home-sec5 .col-3 {
    border-right: 1px solid #047838;
    padding-top: 28px;
    padding-bottom: 28px;
}

.home-sec5 .col-3:last-child {
    border-right: 0;
}

.home-sec5 h3 {
    font-family: LeagueSpartan-Bold;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 43px;
}

.home-sec5 p {
    font-family: Muli-Bold;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
}

.home-sec5 ul li a {
    font-family: Muli-Bold;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    text-decoration: underline;
}

.about-sec1 {
    padding: 75px 0 80px;
}

.about-sec1 .col-4-in figure img {
    max-width: 340px;
    display: block;
    margin: 0 auto;
}

.about-sec1 .text-wrap {
    max-width: 360px;
    margin: 20px auto 0 auto;
}

.about-sec1 .col-4-in h3 {
    font-family: LeagueSpartan-Bold;
    font-size: 30px;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
}

.about-sec1 .col-4-in p {
    font-family: Muli-Regular;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}

.dm-wrap {
    padding: 60px 0 30px;
}

.dm-wrap ul li {
    margin-bottom: 7px;
}

.dm-wrap ul li a {
    background: #EEEEEE;
    border-radius: 32px;
    position: relative;
    font-family: Muli-Bold;
    font-size: 16px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 246px;
    display: block;
    text-align: left;
    padding: 20px 10px 20px 60px;
}

.dm-wrap figure {
    position: relative;
}

.dm-wrap a.btn {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 24px 15px;
    min-width: 281px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    max-width: max-content;
    background: #00B14F;
    box-shadow: 0 4px 0 0 #04863e;
    border-radius: 34px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.dm-wrap a.btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 38px;
    margin-right: 10px;
}

.dm-wrap a.btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.dm-wrap ul li a::before {
    content: "";
    position: absolute;
    background-image: url(img/bullet-points.png);
    width: 28px;
    height: 30px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.dm-wrap h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 30px;
    color: #323232;
    letter-spacing: 0;
    margin: 10px 0 10px 0;
}

.dm-wrap p {
    font-family: Muli-Regular;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    margin: 0 0 20px;
    line-height: 22px;
}

.repeater ul {
    font-family: Muli-Bold;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    margin: 0 0 30px;
    line-height: 22px;
}

.repeater ul li {
    list-style-type: disc;
    margin-left: 20px;
}

span.number {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
    font-family: 'LeagueSpartan-Bold';
    background-image: url(img/leaf-without-number.png);
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 43px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 43px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1;
}

.dm-wrap-2 figure {
    position: relative;
}

.dm-wrap ul {
    position: sticky;
    top: 0;
}

.dm-wrap-2 {
    text-align: center;
    background: #00B14F;
    padding: 60px 0 60px;
}

.dm-wrap-2 h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 37px;
    color: #FFFFFF;
    margin: 0 0 45px;
    letter-spacing: 0;
    text-align: center;
}

.dm-wrap-2 .container {
    max-width: 1000px;
}

.dm-wrap-2 h4 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0 0px;
    letter-spacing: 0;
    text-align: center;
}

.dm-wrap-2 p {
    font-family: Muli-Bold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}

.contact-section {
    padding: 70px 0 200px;
}

.page-from h2 {
    font-family: LeagueSpartan-Bold;
    font-size: 28px;
    color: #001A43;
    letter-spacing: 0;
}

.page-from p {
    font-family: Muli-Bold;
    font-size: 15px;
    color: #001A43;
    margin: 0 0 22px;
    letter-spacing: 0;
    line-height: 24px;
}

.page-from select {
    font-family: Muli-Bold;
    font-size: 17px;
    color: #FFFFFF;
    width: 100%;
    letter-spacing: 0;
    background-color: #001A43;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(img/drop_new.png);
    background-repeat: no-repeat;
    border: 3px solid #001A43;
    background-position: center right;
    background-size: 30px;
}

.page-from select.error {
    border: 3px solid red;
}

.page-from .col-50 p {
    margin: 0;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 19px;
}

.page-from .col-50 p a {
    color: #2ce1a1;
}

.page-from .col-50 p input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

.page-from .col-50 p span {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.page-from {
    padding-right: 30px;
}

.right-wrap h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 28px;
    margin-bottom: 40px;
    color: #001A43;
    letter-spacing: 0;
}

.right-wrap a {
    background: #407BFF;
    box-shadow: 0 4px 0 0 #2151bc;
    border-radius: 34px;
    display: flex;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    align-content: center;
    align-items: center;
    padding: 17px 20px 17px 20px;
    margin-bottom: 15px;
}

.right-wrap a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 35px;
    margin-right: 15px;
}

.right-wrap a span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
}

.page-from .col-50 p span::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background: #ECECEC;
    border: 3px solid #8D8D8D;
    left: 0;
    border-radius: 3px;
}

.col-100 {
    width: 100%;
    float: left;
    padding: 0px 5px;
    margin: 0 0 8px;
}

.page-from .col-50 p span::after {
    opacity: 0;
    content: "";
    width: 11px;
    height: 6px;
    border: 2px solid green;
    border-top: 0px;
    border-right: 0px;
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    transform: rotate( -90deg);
    transition: transform 0.5s ease-in-out;
}

.page-from .col-50 p input[type="checkbox"]:checked+span::after {
    opacity: 1;
    transform: rotate( -45deg);
    left: 5px;
    top: 6px;
}

.content-wrap {
    padding: 70px 0 150px;
}

.content-wrap .container {
    max-width: 800px;
}

.content-wrap h1 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 30px;
    color: #323232;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.content-wrap h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 24px;
    color: #407BFF;
    margin: 0 0 10px;
    letter-spacing: 0;
}

.content-wrap p {
    font-family: Muli-Regular;
    font-size: 15px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 20px;
}

.content-wrap ul {
    padding-left: 10px;
}

.content-wrap ul li {
    font-family: Muli-Bold;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    color: #262D3F;
    letter-spacing: 0;
    line-height: 25px;
}

.content-wrap ul li::before {
    content: "";
    position: absolute;
    background-image: url(img/bullet-points.png);
    top: 8px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    background-size: 100% auto;
}

footer {
    background: #4a4a4a;
    text-align: left;
    padding: 30px 0 15px;
}

footer img {
    max-width: 156px;
}

footer p {
    font-family: Muli-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0 0 10px;
}

span.alert.alert-danger {
    color: red;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    border: 1px solid red;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
    margin-bottom: 10px;
    font-family: 'Muli-Regular';
    margin-left: auto;
    margin-right: auto;
}

.form-cover-outer {
    padding: 60px 0 140px;
}

.step_bar_cover h5 {
    font-family: Muli-ExtraBold;
    font-size: 14px;
    color: #092B59;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin: 0 0 5px;
}

.step_bar {
    width: 100%;
    height: 13px;
    margin: 0px auto 0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 17px;
}

.step_bar li {
    width: 25%;
    float: left;
    font-size: 12px;
    color: #262D3F;
    text-align: center;
    position: relative;
    padding: 4px 0;
}

.step_bar li::before {
    left: 0;
    content: "";
    height: 13px;
    left: 50%;
    position: absolute;
    width: 100%;
    transform: translate(-50%);
    background-color: #D7DEEB;
    top: 0;
}

.step_bar li.active::before,
.step_bar li.current::before {
    background-color: #00B14F;
}

.step_bar li.active::before {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.form-cover {
    background: #FFFFFF;
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
}

.form-wrapper h2 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 26px;
    line-height: 28px;
    color: #001A43;
    letter-spacing: 0;
    text-align: center;
    margin-top: 22px;
}

.form-wrapper p {
    font-family: 'Muli-Bold';
    font-size: 19px;
    color: #001A43;
    margin: 0 0 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.btn-group {
    margin-left: -5px;
    margin-right: -5px;
}

.col-50 {
    width: 50%;
    float: left;
    padding: 0px 5px;
    margin: 0 0 12px;
}

.form-cover label.btn.btn-primary {
    position: relative;
}

.form-cover .form-inner .col-50 label,
label {
    margin: 0 0 5px;
    display: block;
    font-family: 'Muli-ExtraBold';
    font-size: 16px;
    color: #262D3F;
    letter-spacing: 0;
}

.col-50 input,
.col-33 input {
    font-size: 17px;
    width: 100%;
    padding: 10px 10px;
    height: 52px;
    outline: none;
    background: #FFFFFF;
    border: 3px solid #DDDDDD;
    border-radius: 3px;
    color: #001A43;
    font-family: 'Muli-Bold';
}

input.radio.error+span {
    border: 1px solid red;
}

.form-cover .form-inner #step_question_5 .col-50 input.error,
.form-cover .form-inner #step_question_5 .col-33 input.error {
    border: 3px solid red;
}

.form-cover label.radio-button input[type="radio"] {
    position: relative;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.form-cover label input[type="checkbox"] {
    position: relative;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

label.radio-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    padding: 0 15px;
    align-items: center;
    align-self: center;
    border: 0;
    background: #EEEEEE;
    border-radius: 3px;
}

.form-cover label.radio-button span {
    font-family: Muli-Bold;
    font-size: 17px;
    color: #001A43;
    letter-spacing: 0;
    text-align: center;
}

.form-cover label.radio-button input[type="radio"]+span {
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 29px auto;
}

.form-wrapper .button-section {
    display: flex;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-cover label.radio-button input[type="checkbox"]+span {
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 29px auto;
}

.form-wrapper .button-section {
    display: flex;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.button-section button.f_prev,
.button-section .submit_btn {
    width: calc(50% - 5px);
    margin: 0 0px;
    cursor: pointer;
}

.button-section .f_prev {
    background: #C4C4C4;
    border: none;
    border-radius: 3px;
    font-family: LeagueSpartan-Bold;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: right;
    padding: 0px 35px;
    height: 68px;
    background-image: url(img/arrow-white1.png);
    background-repeat: no-repeat;
    background-position: 20px 30px;
    background-size: 26px auto;
    padding-top: 4px;
    box-shadow: 0 4px 0 0 #706F6F;
    border-radius: 34px;
}

.submit_btn {
    font-family: LeagueSpartan-Bold;
    font-size: 17px;
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    background: #00B14F;
    box-shadow: 0 4px 0 0 #04863e;
    border-radius: 34px;
    padding: 0px 35px;
    outline: none;
    border: none;
    background-image: url(img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 30px;
    background-size: 26px auto;
    text-align: left !important;
    display: flex;
    align-content: center;
    align-items: center;
    height: 68px;
    border: 0;
    padding-top: 4px;
}

section.form-cover-outer .form-cover.last .button-section .submit_btn {
    text-align: center !important;
    justify-content: center;
}

.page-from .submit_btn {
    background-image: none;
    justify-content: center;
}

.page-from .submit_btn img {
    margin-right: 15px;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.page-from .submit_btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.form-cover label.radio-button input[type="radio"]:checked+span {
    background-color: #001A43;
    color: #fff;
    background-image: url(img/green-tick.png);
}

.form-cover label.radio-button input[type="checkbox"]:checked+span {
    background-color: #001A43;
    color: #fff;
    background-image: url(img/green-tick.png);
}

form.cover .button-section .f_prev {
    display: none !important;
}

.button-section .submit_btn {
    text-align: left;
}

form.cover .submit_btn {
    width: 100%;
    text-align: center;
}

.form-cover.last .button-section .f_prev {
    display: none !important;
}

.form-cover.last .submit_btn {
    width: 100%;
    text-align: center;
}

.form-cover.last .step_bar_cover {
    display: none;
}

.form-cover figure {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.home-sec-1 .col-12 .col-6-in {
    padding: 70px 15px 70px;
}

.home-sec-1 .col-12 .shape {
    left: -3%;
    z-index: 1;
}

.page-from input[type=text].error,
.page-from input[type=tel].error,
.page-from input[type=email].error {
    border: 3px solid red;
}

.page-from .col-50 p input[type="checkbox"].error+span::before {
    border-color: red;
}

.thank-you-wrap {
    max-width: 700px;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}

.thank-you-wrap h2 {
    font-family: LeagueSpartan-Bold;
    font-size: 26px;
    color: #001A43;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 10px;
}

.thank-you-wrap p {
    font-family: Muli-Bold;
    font-size: 19px;
    color: #001A43;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin: 0 0 20px;
}

.thank-you-wrap a.return {
    font-family: 'LeagueSpartan-Bold';
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    padding: 24px 15px;
    min-width: 281px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s;
    border: 0;
    background: #00B14F;
    box-shadow: 0 4px 0 0 #04863e;
    border-radius: 34px;
}

.thank-you-wrap a.return img {
    max-width: 38px;
    margin-right: 10px;
}

@media (max-width:1320px) {
    .icon-wrap-section ul li {
        padding: 22px 15px 22px 15px
    }
}

@media (max-width:1200px) {
    .home-sec-1 .col-6-in {
        padding: 70px 0px 70px;
        padding-right: 24px;
    }
    .home-sec-1 h2 {
        font-size: 38px;
        line-height: 49px;
    }
    .home-sec2 .col-7-text {
        padding-left: 40px;
    }
    footer img {
        max-width: 130px;
    }
    .btn-wrap a {
        min-width: 250px;
    }
    .dm-wrap a.btn {
        bottom: 20px;
    }
    .dm-wrap ul li a {
        font-size: 15px;
        padding: 20px 10px 20px 55px;
    }
    .about-sec1 .col-4-in figure img {
        max-width: 100%;
    }
    .icon-wrap-section ul li {
        padding: 22px 14px 22px 12px;
    }
    .icon-wrap-section ul li h4 {
        font-size: 14px;
    }
    .right-wrap h2,
    .page-from h2 {
        font-size: 24px;
    }
    .home-sec-1 .col-6-in {
        max-width: 470px;
    }
}

@media (max-width:991px) {
    .icon-wrap-section ul li {
        width: 50%;
        border-right: 0;
        min-height: 80px;
        padding: 22px 15px 22px 30px;
    }
    .icon-wrap-section ul li:first-child,
    .icon-wrap-section ul li:nth-child(3) {
        padding-left: 0;
        border-right: 1px solid #D3CEC4;
    }
    .icon-wrap-section ul li:first-child,
    .icon-wrap-section ul li:nth-child(2) {
        border-bottom: 1px solid #D3CEC4;
    }
    header .container ul>li {
        margin-right: 20px;
    }
    header .container ul li a {
        padding-left: 0;
    }
    .home-sec-1 h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .home-sec2 .col-7,
    .home-sec2 .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-sec3 .col-in {
        max-width: 100%;
        padding: 50px 0 0;
    }
    .home-sec3 figure {
        text-align: right;
        justify-content: flex-end;
    }
    .home-sec3 {
        overflow: hidden;
    }
    .home-sec3 .col-5 {
        padding-right: 0;
        text-align: right;
        margin-right: -15px;
        margin-left: auto;
    }
    .home-sec3 .col-7,
    .home-sec3 .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-sec2 .col-7-text {
        padding-left: 0;
        margin-top: 40px;
    }
    .home-sec2 .col-5 figure img {
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    footer img {
        max-width: 100px;
    }
    .post-section .post-cover .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dm-wrap figure {
        max-width: 440px;
        margin: 0 auto;
    }
    .dm-wrap .col-3 {
        margin-bottom: 40px;
    }
    .dm-wrap .col-3,
    .dm-wrap .col-4,
    .dm-wrap .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dm-wrap ul li a {
        font-size: 15px;
        padding: 20px 10px 20px 55px;
        max-width: 100%;
    }
    .about-sec1 .col-4-in figure img {
        max-width: 288px;
    }
    .about-sec1 .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .about-sec1 {
        padding: 70px 0 40px;
    }
    .page-from {
        padding-right: 0;
    }
    .page-from .col-50 p {
        font-size: 13px;
        line-height: 16px;
    }
    .home-sec-1 .col-6-in {
        max-width: 360px;
    }
    .right-wrap a {
        font-size: 15px;
        padding: 17px 16px 17px 16px;
    }
    .right-wrap a img {
        max-width: 25px;
        margin-right: 7px;
    }
}

@media (max-width:767px) {
    .icon-wrap-section ul li {
        width: 100%;
        min-height: auto;
        border-bottom: 1px solid #D3CEC4 !important;
        border-right: 0 !important;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .icon-wrap-section ul li:last-child {
        border-bottom: 0 !important;
    }
    .icon-wrap-section ul li .icon img {
        max-width: 17px;
    }
    #menu-toggle {
        display: block;
    }
    .icon-wrap-section ul li .icon {
        width: 40px;
        margin-right: 10px;
        height: 40px;
    }
    header .container ul.main-menu {
        display: none;
    }
    header .logo {
        max-width: 120px;
    }
    header {
        padding: 10px 0;
    }
    header .container ul.main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        padding: 0 15px;
        padding-bottom: 60px;
    }
    header .container ul.sub-menu {
        display: none;
    }
    ul.sub-menu li:last-child a {
        border-bottom: 0;
    }
    header .container ul span.icon {
        position: absolute;
        background-image: url(img/down1.png) !important;
        width: 38px;
        height: 38px;
        top: 0;
        transform: none;
        right: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px auto;
        background-color: green;
        z-index: 9;
    }
    header .container ul.main-menu>li {
        padding: 0;
    }
    header .container ul.main-menu>li a {
        display: block;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 14px;
        padding-right: 0;
        text-align: left;
    }
    header .container ul.main-menu>li ul.sub-menu a {}
    header .container ul.main-menu>li {
        margin-right: 0;
        border-bottom: 1px solid #ddd;
    }
    header .container ul.main-menu>li:last-child,
    header .container ul.main-menu>li:nth-child(3) {
        border-bottom: 0;
    }
    .home-sec-1 .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    a.banner_btn {
        font-size: 16px;
        padding: 20px 15px;
    }
    .home-sec2 .col-7-text .btn {
        font-size: 16px;
        padding: 20px 15px;
    }
    .home-sec-1 .shape {
        left: 0%;
    }
    .home-sec-1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .home-sec-1 .col-6:last-child {
        padding-left: 0;
    }
    .home-sec-1 .col-6-in {
        padding: 40px 0px 40px;
        padding-right: 15px;
        max-width: 100%;
    }
    .home-sec2 h2 {
        font-size: 24px;
    }
    .home-sec4 h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .home-sec4 {
        padding: 50px 0;
    }
    .home-sec2 .col-5 figure img {
        max-width: 100%;
    }
    .home-sec2 {
        padding: 40px 0 50px;
    }
    .home-sec5 .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #047838;
        border-right: 0;
    }
    footer .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    footer img {
        max-width: 160px;
    }
    footer .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .post-section .post-cover .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .post-section {
        padding: 50px 0 20px;
    }
    .btn-wrap a {
        min-width: 260px;
        font-size: 16px;
    }
    .btn-wrap a:first-child {
        margin-bottom: 15px;
    }
    .post-section .top-post-wrap h2 {
        font-size: 26px;
    }
    .home-sec3 h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .about-sec1 .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-sec1 {
        padding: 50px 0 10px;
    }
    .dm-wrap-2 h2 {
        margin: 0 0 35px;
        font-size: 26px;
    }
    .dm-wrap-2 figure {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .dm-wrap-2 {
        padding: 50px 0 20px;
    }
    .dm-wrap-2 .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .contact-section {
        padding: 40px 0 100px;
    }
    .contact-section .row {
        flex-direction: column-reverse;
    }
    .contact-section .col-4 {
        margin-bottom: 40px;
    }
    .contact-section .col-8,
    .contact-section .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:580px) {
    .form-cover .form-inner .col-50 {
        width: 100%;
    }
    .contact-section .col-50 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .home-sec2 .col-7-text ul li {
        width: 100%;
    }
    .review-section .right-slide-wrap {
        width: 100%;
    }
    .review-section .right-slide-wrap .slick-slide {
        margin: 15px 0px;
    }
    .review-section .left-img-wrap {
        padding-right: 0;
        margin: 0 auto;
    }
    .button-section .f_prev {
        font-size: 16px;
    }
    .submit_btn {
        font-size: 16px;
    }
}