*, p, ol, ul, h1 {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    padding-left: calc(0.125vw + 17.6px);
}

:focus {
    outline: none;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

/*-----Link Style-----*/
a.none-underline{
    text-decoration: none !important;
}

a,
a:focus,
a:active,
a:active:focus {
    color: #339c90;
}

a:hover {
    color: #297d73;
}

.link-style2 a,
.link-style2 a:focus,
.link-style2 a:active,
.link-style2 a:active:focus {
    color: #4B6398;
}

.link-style2 a:hover {
    color: #4B6398;
}

/*----------Layout--------- */

.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}

.rl-container{
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1440px) {
    .rl-row-1440 {
        margin: 0 4.17%;
    }
}

@media screen and (max-width: 991px) {
    .rl-row-1440 {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .rl-container{
        padding-left: 0;
        padding-right: 0;
    }
}

/*------------ col -----------*/
.rl-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.rl-cards>div {
    width: 100%;
}

.rl-column-2>div {
    width: calc(100% / 2);
}

.rl-column-3>div {
    width: calc(100% / 3);
}

.rl-column-4>div {
    width: calc(100% / 4);
}

.rl-column-5>div {
    width: calc(100% / 5);
}

.rl-column-6>div {
    width: calc(100% / 6);
}

.rl-column-space2-wrapper {
    overflow: hidden;
}

.rl-column-space2-7dot5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.rl-column-space2-15 {
    margin-left: calc((0.5vw + 5.4px) * (-1));
    margin-right: calc((0.5vw + 5.4px) * (-1));
}

.rl-column-space2-20 {
    margin-left: calc((0.8125vw + 4.4px) * (-1));
    margin-right: calc((0.8125vw + 4.4px) * (-1));
}

.rl-column-space2-25 {
    margin-left: calc((1.125vw + 3.4px) * (-1));
    margin-right: calc((1.125vw + 3.4px) * (-1));
}

.rl-column-space2-30 {
    margin-left: calc((1.4375vw + 2.4px) * (-1));
    margin-right: calc((1.4375vw + 2.4px) * (-1));
}

.rl-column-space2-7dot5>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.rl-column-space2-15>div {
    padding-left: calc(0.5vw + 5.4px);
    padding-right: calc(0.5vw + 5.4px);
}

.rl-column-space2-20>div {
    padding-left: calc(0.8125vw + 4.4px);
    padding-right: calc(0.8125vw + 4.4px);
}

.rl-column-space2-25>div {
    padding-left: calc(1.125vw + 3.4px);
    padding-right: calc(1.125vw + 3.4px);
}

.rl-column-space2-30>div {
    padding-left: calc(1.4375vw + 2.4px);
    padding-right: calc(1.4375vw + 2.4px);
}

@media screen and (max-width: 1199px) {
    .rl-column-5>div,
    .rl-column-6>div {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 991px) {
    .rl-column-4>div,
    .rl-column-6>div {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 767px) {
    .rl-column-2>div,
    .rl-column-3>div,
    .rl-column-4>div,
    .rl-column-5>div,
    .rl-column-6>div {
        width: 100%;
    }

    .rl-column-5>div {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 575px) {
    .rl-column-2>div,
    .rl-column-3>div,
    .rl-column-4>div,
    .rl-column-6>div {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .rl-column-5>div {
        width: 100%;
    }
}

/*--------text-size------ */
.rl-text-sm {
    font-size: calc( 26.4px + 0.5vw);
    /*36*/
}

.rl-text-xs {
    font-size: calc( 22.8px + 0.375vw);
    /*30*/
}

.rl-text-desc {
    font-size: calc(0.125vw + 15.6px);
    line-height: 1.5;
    font-weight: 300;
}

.rl-text-desc-lg {
    font-size: calc(0.25vw + 19.2px);
}

.rl-text-desc-md {
    font-size: calc(0.125vw + 17.6px);
}

.rl-text-desc-sm {
    font-size: calc(0.125vw + 15.6px);
}

.rl-text-desc-xs {
    font-size: calc(0.125vw + 13.6px);
}

.rl-text-light {
    font-weight: 300;
}

.rl-text-normal {
    font-weight: 400;
}

.rl-text-medium {
    font-weight: 500;
}

.rl-text-bold {
    font-weight: 700;
}

/*------ light height --------- */
.rl-lh-11{
    line-height: 1.1;
}

.rl-lh-12{
    line-height: 1.2;
}


.rl-lh-13{
    line-height: 1.3;
}

.rl-lh-14{
    line-height: 1.4;
}

.rl-lh-15{
    line-height: 1.5;
}

/*--------- color--------- */
.rl-color-important {
    color: #84effa;
}

.rl-color-black{
    color: #000;
}

.rl-color-white{
    color: #fff;
}

/*--------text-align------ */

.rl-text-center {
    text-align: center;
}

.rl-text-left {
    text-align: left;
}

.rl-text-right {
    text-align: right;
}

/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: 0;
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: 0;
}

.rl-row-bottom-80 {
    padding-top: 0;
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 70px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: 0;
}

.rl-row-bottom-70 {
    padding-top: 0;
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-60 {
    padding-top: 0;
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-50 {
    padding-top: 0;
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: 0;
}

.rl-row-bottom-40 {
    padding-top: 0;
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.625vw + 18px);
    padding-bottom: calc(0.625vw + 18px);
}

.rl-row-top-30 {
    padding-top: calc(0.625vw + 18px);
    padding-bottom: 0;
}

.rl-row-bottom-30 {
    padding-top: 0;
    padding-bottom: calc(0.625vw + 18px);
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
    padding-bottom: 0;
}

.rl-row-bottom-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
    padding-bottom: 0;
}

.rl-row-bottom-15 {
    padding-top: 0;
    padding-bottom: 15px;
}

/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
    padding-bottom: 0;
}

.rl-row-bottom-10 {
    padding-top: 0;
    padding-bottom: 10px;
}

/*-----img------ */

.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
}


/*---------------- flex ------------ */
.rl-flex,
.flex-layout-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rl-flex-wrap,
.flex-layout-container{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rl-flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.rl-flex-h-space-between{
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
            justify-content: space-between;
}

.rl-flex-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-flex-vertical-bottom {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.rl-flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rl-flex-grow{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rl-uppercase {
    text-transform: uppercase;
}

.rl-text-line-through{
    text-decoration:line-through;
}


/*------------- button ---------- */
.rl-btn-fill{
    display: block;
    color: #fff;
    background-color: #339c90;
    border: 1px solid #339c90;
    border-radius: 0;
    outline: none;
    line-height: 1.2;
    font-weight: normal;
    padding: calc(0.125vw + 5.6px) calc(0.625vw + 28px);
}

.rl-btn-fill:hover{
    background-color: #297d73;
    border: 1px solid #297d73;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.rl-btn-border{
    display: block;
    color: #5c749b;
    background-color: transparent;
    border: 1px solid #5c749b;
    border-radius: 0;
    outline: none;
    line-height: 1.2;
    font-weight: normal;
    padding: calc(0.125vw + 5.6px) calc(0.625vw + 28px);
}

.rl-btn-border:hover{
    background-color: #5c749b;
    color: #fff;
}

.mfp-iframe-holder .mfp-content {
    max-width: 80%;
}

.rl-hidden-xs{
    display: block;
}

.rl-visible-xs{
    display: none;
}

@media screen and (max-width:767px) {
    .rl-hidden-xs{
        display: none;
    }
    
    .rl-visible-xs{
        display: block;
    }
}

/*------------------------------------
                banner
------------------------------------*/

.rl-banner {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 31.25vw; /*600px*/
    min-height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

/*------------banner-align------------ */
/*------------Left------------ */
.rl-banner-lefttop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-leftcenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-leftbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*------------Center------------ */
.rl-banner-centertop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-centercenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-centerbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*------------Right------------ */
.rl-banner-righttop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-rightcenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-rightbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .rl-banner-mobile-leftbot {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .rl-banner-mobile-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .rl-banner-mobile-centertop {
        justify-content: center;
        align-items: flex-start;
        text-align: center;
    }

    .rl-banner-mobile-centerbot {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    .flex-layout-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align:left;
        -ms-flex-align:left;
                align-items:left
    }
}
