@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,700;1,600;1,700&display=swap');
body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden
}
img{
    max-width: 100%;
}
.bg-1 {
    background-color: #ffff;
    background-image: url(../images/bg-1.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgc-1{
    background-color: #33a718;
}
.bgc-2{
    background-color: #c01010;
}
.bgc-3{
    background-color: #fafafa;
}
.bgc-4{
    background-color: #000000;
}
ul.type-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: auto;
}
ul.type-1 li {
    position: relative;
    padding-left: 67px;
    margin-bottom: 50px;
    margin-top: 10px;
}

ul.type-1 li:before {
    content: '';
    background-image: url(../images/icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -6px;
}
ul.type-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: auto;
}
ul.type-2 li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 50px;
}
ul.type-2 li:before {
    content: '';
    background-image: url(../images/icon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 2px;
}
ul.type-3 {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: auto;
}

ul.type-3 li {
    position: relative;
    padding-left: 63px;
    margin-bottom: 45px;
}

ul.type-3 li:before {
    content: '';
    background-image: url(../images/icon-3.png);
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: -6px;
}
.mbc {
    background: #f7f7f7;
    padding: 2rem;
    padding-left: 9rem;
}
.mbc:before {
    content: '';
    background-image: url(../images/img-19.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -83px;
    top: -35px;
}
.cta img{
    transition-duration: 0.3s;
}
.cta img:hover{
    opacity: 0.8;
}
footer{
    font-size: 16px;
}
ul.footer-menu li:not(:last-child):after {
    content: '|';
    margin: 0 15px;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu {
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
ul.footer-menu li a{
    color: #fff;
}
/*============*/
/*HELPER START*/
/*============*/
.ff-1{
    font-family: 'Raleway', sans-serif;
}
.c-1{
    color: #e70505;
}
.c-2{
    color: #34a819;
}
.light{
    color: #fff;
}
.fs-1{
    font-size: 1.5em;
}
.fs-2{
    font-size: 2em;
}
.fs-3{
    font-size: 3em;
}
.fs-4{
    font-size: 2.5em;
}
.fs-5{
    font-size: 4em;
}
.fs-6{
    font-size: 5em;
}
.hl-1{
    background-color: #fff1c0;
}
.shadow {
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.4) !important;
}
.rounded{
    border-radius: 10px !important;
}
img.left {
    float: left;
    margin: 0 3rem 3rem 0;
}
img.right {
    float: right;
    margin: 0 0 3rem 3rem;
}
img.center {
    display: block;
    margin: auto
}
img.hover-opacity:hover{
    opacity: 0.8;
}
img.scale-1 {
    transform: scale(1.3);
    position: relative;
    top: 30px;
    left: 25px;
}
/*==========*/
/*HELPER END*/
/*==========*/


/*================*/
/*RESPONSIVE START*/
/*================*/



@media only screen and (max-width:1024px) {

.md-fs-1 h4 {
    font-size: 1.5rem;
}

}



@media only screen and (max-width:768px) {
    br.dt{
        display: none !important;
    }
    p.s1 {
        min-height: initial;
    }
    a.type-1 {
        padding: 20px;
    }
    .fs-5 {
        font-size: 2.5rem;
    }
    .mbc {
        background: #f7f7f7;
        padding: 15px;
        padding-left: 9rem;
    }
    .mbc p {
        margin: 0;
    }
}
@media only screen and (max-width:600px) {
    br.dt{
        display: none !important;
    }
    .text-right {
        text-align: center !important;
    }
    .fs-2,
    .fs-3,
    .fs-4,
    .fs-5{
        font-size: 28px;
    }
    .row,
    .p-5{
        padding: 1rem !important;
    }
    .pt-5,
    .pt-4{
        padding-top: 1rem !important; 
    }
    .pl-5,
    .pl-4{
        padding-left: 1rem !important; 
    }
    .pb-5,
    .pb-4{
        padding-bottom: 1rem !important; 
    }
    .pr-5,
    .pr-4{
        padding-left: 1rem !important; 
    }
    .mt-5,
    .mt-4{
        margin-top: 1rem !important; 
    }
    .ml-5,
    .ml-4{
        margin-left: 1rem !important; 
    }
    .mb-5,
    .mb-4{
        margin-bottom: 1rem !important; 
    }
    .mr-5,
    .mr-4{
        margin-left: 1rem !important; 
    }
    .m-5,
    .m-4{
        margin: 1rem !important;
    }
    .label-1 {
        font-size: 21px;
        padding: 10px 20px;
    }
    img.left,
    img.right{
        float: none;
        margin: 0 auto 1rem auto;
        display: block;
    }
    img.scale-1 {
        position: initial;
        transform: initial;
        margin-bottom: 1rem;
    }
    ul.type-6 {
        font-size: 18px;
    }
    #ref {
        overflow: scroll;
    }
    .header {
        text-align: center;
    }
    .header ul.menu {
        text-align: center;
    }
    .header ul.menu li a {
        font-size: 12px;
    }
    .header ul.menu li:not(:last-child):after {
        font-weight: normal;
        margin: 0 4px;
    }
    .sm-s1 {
        margin-top: 75px;
    }
    .sm-text-center{
        text-align: center;
    }
    .sm-small {
        font-size: 12px;
    }
    a.type-1,
    a.type-2{
        padding: 20px;
        font-size: 24px;
        display: block;
    }
    .mbc {
        padding: 8rem 2rem 2rem 2rem;
        margin-top: 2rem;
    }
    .mbc:before {
        content: '';
        background-image: url(../images/img-19.png);
        background-size: cover;
        width: 150px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: -48px;
        transform: translate(-50%);
    }
    ul.type-1 li,
    ul.type-2 li,
    ul.type-3 li {
        margin-bottom: 2rem;
    }
    footer ul.footer-menu {
        padding: 0;
        margin: 0;
        margin-bottom: 1rem;
    }
    footer ul.footer-menu li:after {
        display: none;
    }
    footer ul.footer-menu li {
        display: block !important;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    footer ul.footer-menu li:first-child {
        border-top: 1px solid #ddd;
    }
}
