﻿@charset "utf-8";
/* CSS Document */

/******************************
[Table of Contents]
1. Body and some general stuff
2. Header
******************************/

/*********************************
1. Body and some general stuff
*********************************/
body {
    font-family: 'Franklin Gothic Book';
    color: #606161;
    font-size: 18px;
    font-weight:800 !important;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('../webfonts/FranklinGothic-Book.eot');
    src: url('../webfonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'), url('../webfonts/FranklinGothic-Book.woff2') format('woff2'), url('../webfonts/FranklinGothic-Book.woff') format('woff'), url('../webfonts/FranklinGothic-Book.ttf') format('truetype'), url('../webfonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../webfonts/FranklinGothic-Demi.eot');
    src: url('../webfonts/FranklinGothic-Demi.eot?#iefix') format('embedded-opentype'), url('../webfonts/FranklinGothic-Demi.woff2') format('woff2'), url('../webfonts/FranklinGothic-Demi.woff') format('woff'), url('../webfonts/FranklinGothic-Demi.ttf') format('truetype'), url('../webfonts/FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi Cond';
    src: url('../webfonts/FranklinGothic-DemiCond.eot');
    src: url('../webfonts/FranklinGothic-DemiCond.eot?#iefix') format('embedded-opentype'), url('../webfonts/FranklinGothic-DemiCond.woff2') format('woff2'), url('../webfonts/FranklinGothic-DemiCond.woff') format('woff'), url('../webfonts/FranklinGothic-DemiCond.ttf') format('truetype'), url('../webfonts/FranklinGothic-DemiCond.svg#FranklinGothic-DemiCond') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul {
    margin: 0;
    padding: 0;
}

.mainContainer {
    width: 100%;
}

.container {
    width: 90%;
    max-width: 1600px;
}

h1 {
    font-size: 60px;
}
/* h2{font-size:42px;}
h3{font-size:36px; }
h4{font-size:30px;}
h5{font-size:24px;}
h6{font-size:18px;} */
a {
    color: #b98d00;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

img {
    max-width: 100%;
}

.btmTotop {
    position: absolute;
    right: 4%;
    bottom: 2%;
}

    .btmTotop i {
        color: #737373; /* font-size:48px; */
        font-size: 24px;
    }

    .btmTotop.circle {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        bottom: 4%;
        border: #c0bebf 1px solid;
        line-height: 32px;
    }
        /*.btmTotop.circle.ftr{top: 4%;}*/
        .btmTotop.circle.grey {
            background: #ddd;
        }

        .btmTotop.circle i {
            color: #737373;
        }

.xl-hide {
    display: none;
}

/* html {
  scroll-behavior: smooth;
} */
@font-face {
    font-family: 'Castellar';
    src: url('../webfonts/Castellar.eot?#iefix') format('../webfonts/embedded-opentype'), url('../webfonts/Castellar.woff') format('woff'), url('../webfonts/Castellar.ttf') format('truetype'), url('../webfonts/Castellar.svg#Castellar') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glbl-btn {
    display: inline-block;
    padding: 8px 50px 4px 50px; /*transition: 0.5s;*/
    font-size: 20px;
    color: #606161;
    margin: 15px 0px;
    background-color: #d5d5d5; /*text-transform:uppercase;*/
    border-radius: 10px;
    border: #b5a990 2px solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.75);
    font-weight: bold;
    background-image: url(../images/glbl-btn.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

    .glbl-btn.big {
        width: 350px;
    }

    .glbl-btn:hover {
        background-color: #b58c0a;
        border: #fff 2px solid;
        background-image: url(../images/glbl-btn-hover.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        color: #69635f;
    }

img.frame {
    border: #fff 8px solid;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(145, 145, 145, 0.75);
}
/*********************************
2. Header
*********************************/
.header {
    width: 100%; /* z-index: 3; */
    top: 0;
}

    .header.about {
        background: #ebebeb;
    }

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .header li {
        text-align: left;
    }

        .header li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #606161; /*font-family:franklin gothic ;*/
            font-size: 24px;
            font-weight: lighter;
        }

            .header li a:hover, .header .menu-btn:hover { /* background-color: #f4f4f4; */
                color: #606161;
                text-decoration: underline;
            }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 28px 0px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #606161;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
                background: #606161;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 300px;
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

    .header .social-links {
        float: right;
        padding: 15px 0px;
    }

        .header .social-links a {
            font-size: 24px;
            color: #606161;
            padding: 0 10px 0 0;
        }

            .header .social-links a img {
                width: 20%;
            }

            .header .social-links a:hover {
                color: #4f76bb;
            }
/*********************************
2. Banner
*********************************/
.Banner-Hero {
    width: 100%;
    background: #f5f9fc;
    padding: 50px 0px;
    text-align: center;
    min-height: 590px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/latest-news-bg.jpg);
    max-width: 1920px;
    margin: auto;
}

    .Banner-Hero > h1 {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(-10%, -50%);
        text-align: center;
        font-size: 60px;
        color: #606161;
        text-transform: uppercase;
        font-family: 'Castellar' !important;
    }

        .Banner-Hero > h1 > span {
            font-size: 38px;
            color: #606161;
            font-family: Bahnschrift;
            text-transform: none;
            display: block;
            font-weight: lighter;
        }
    /*.Banner-Hero.home > h1{padding:10px;  top: 59px; left:7%; right:auto; transform: translate(0,0);}*/
    .Banner-Hero.news {
        background-image: url(../images/banner-news.jpg);
        background-position: bottom;
    }
        /*.Banner-Hero.news > h1{background:#fff; padding:10px;  transform: translate(-10%, -70%); top: 30%; }*/
        /*.Banner-Hero.news > h1{padding: 10px;  top: 30%; right: 0; left: auto; }*/
        .Banner-Hero.news > h1 {
            padding: 10px;
            top: 59px;
            right: 7%;
            left: auto;
            transform: translate(0,0);
        }
    /*.Banner-Hero.about{background-image: url(../images/about-hero.jpg); background-position: bottom; background-size: auto;  }*/
    .Banner-Hero.about {
        background-image: url(../images/about-hero.jpg); /* position:static;*/
    }

        .Banner-Hero.about > h1 {
            padding: 10px; /*top: 59px;*/
            top: 20%;
            right: 7%;
            left: auto;
            transform: translate(0,0);
        }

        .Banner-Hero.about.about-hero {
            background-image: url(../images/about-hero-new.jpg); /* position:static;*/
        }

            .Banner-Hero.about.about-hero > h1 {
                color: #606161;
                left: 7%;
                right: auto;
                top: 59px; /*background: rgba(255,255,255,0.8);*/
            }

                .Banner-Hero.about.about-hero > h1 > span {
                    color: #606161;
                }

    .Banner-Hero.blog {
        background-image: url(../images/blog-hero.jpg);
        position: static;
        background-color: #251d59;
    }

.Banner-inner {
    width: 100%;
    background: #4b186e;
    text-align: center;
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero-recongnition.jpg);
}

    .Banner-inner > h1 {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -45%);
        text-align: center;
        font-size: 60px;
        color: #606161;
        width: 100%;
    }
/*********************************
2. Footer
*********************************/
.footer {
    width: 100%;
    background: #fff;
    padding: 40px 0px;
    background: #d8d6e1;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

    .footer .social-wrap {
        width: 100%;
        text-align: center;
    }

        .footer .social-wrap > h1 {
            font-size: 48px;
            color: #606161;
            text-transform: uppercase;
            font-family: 'Castellar' !important;
        }

        .footer .social-wrap a {
            margin-bottom: 27px;
        }

        .footer .social-wrap > h1 > span {
            font-size: 42px;
            color: #606161;
            font-family: 'Franklin Gothic Book';
            text-transform: none;
            display: block;
            font-weight: lighter;
        }

    .footer .copy-wrap {
        display: inline-block; /*border-top: #beabc9 2px solid;*/
        padding: 20px 0px;
    }

        .footer .copy-wrap > ul {
            display: flex;
        }

            .footer .copy-wrap > ul > li {
                display: inline-block;
                margin-left: 10px;
                list-style-type: none;
            }

/*********************************
2. Footer
*********************************/
.AboutUs-wrap {
    width: 100%;
}

    .AboutUs-wrap ul.Cat-wrap {
        display: flex;
        justify-content: space-between;
        margin-top: -80px;
    }

        .AboutUs-wrap ul.Cat-wrap > li {
            list-style-type: none;
            background: #e14a9b;
            width: 32%;
            text-align: center;
            border: #fff 10px solid;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center; /*box-shadow: 10px 10px 14px 0px rgba(123,123,123,0.75); -webkit-box-shadow: 10px 10px 14px 0px rgba(123,123,123,0.75); -moz-box-shadow: 10px 10px 14px 0px rgba(123,123,123,0.75);*/
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        }

            .AboutUs-wrap ul.Cat-wrap > li > img {
                max-width: 100%;
            }

            .AboutUs-wrap ul.Cat-wrap > li > span.glbl-btn:hover {
                background-image: url(../images/glbl-btn.jpg);
                background-repeat: no-repeat;
                background-position: bottom;
                border: #b5a990 2px solid;
            }

            .AboutUs-wrap ul.Cat-wrap > li:first-child {
                background: #ef3eaa;
            }

            .AboutUs-wrap ul.Cat-wrap > li:nth-child(2) {
                background: #06a7e2;
            }

            .AboutUs-wrap ul.Cat-wrap > li:last-child {
                background: #f7ca3d;
            }

    .AboutUs-wrap .content-wrap {
        padding: 60px 0px;
    }

        .AboutUs-wrap .content-wrap.background {
        }

            .AboutUs-wrap .content-wrap .background h2 {
                font-family: 'Franklin Gothic Demi';
                color: #cc5190;
            }

                .AboutUs-wrap .content-wrap .background h2.community {
                    color: #009bde;
                }

                .AboutUs-wrap .content-wrap .background h2.recognise {
                    color: #ea7319;
                }

/*.AboutUs-wrap .content-wrap .background p{opacity:0.5; }
.AboutUs-wrap .content-wrap .background:hover p{opacity:1; }*/
/*.AboutUs-wrap .content-wrap .background p.active{opacity:1;}*/


/*********************************
2. Footer
*********************************/
.About-wrap {
    width: 100%;
    padding: 40px 0px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

    .About-wrap h3 {
        font-size: 36px;
        color: #606161;
        text-transform: uppercase;
        font-family: 'Castellar' !important;
    }

        .About-wrap h3 > span {
            font-size: 32px;
            color: #606161;
            font-family: 'franklin gothic Book';
            text-transform: none;
            display: block;
        }

    .About-wrap p {
        width: 80%;
        margin: auto;
    }

    .About-wrap.makeit {
        background: #d8d6e1; /* padding-top:80px; */
    }

    .About-wrap .img-over {
        position: relative;
        bottom: -90px;
    }

    .About-wrap.sue-content { /*margin-top: -68px;*/
    }
        /*.About-wrap.sue-content .abt-sue{padding-top:100px; }*/
        .About-wrap.sue-content p {
            width: 86%;
        }

        .About-wrap.sue-content .abt-sue .glbl-btn {
            margin-bottom: 0px;
        }



/*********************************
3. About intro
*********************************/
.About-intro {
    width: 100%;
    padding: 40px 0px;
}

    .About-intro p {
        margin-bottom: 40px;
        font-size: 24px;
    }

        .About-intro p a {
            color: #b98d00;
        }

            .About-intro p a:hover {
                color: #606161;
            }

    .About-intro .img-wrap { /* position:relative; display: inline-block; */
        border: #606161 1px solid;
        border-bottom: none;
        text-align: center;
    }
    /* .About-intro .img-wrap:first-of-type{margin-bottom:30px;} */
    .About-intro .row:last-child .col-md-6:first-child .img-wrap + .btm-strip {
        background: #FFB4AA;
    }

    .About-intro .row:last-child .col-md-6:nth-child(2) .img-wrap + .btm-strip {
        background: #00A8E1;
    }

    .About-intro .row:last-child .col-md-6:nth-child(3) .img-wrap + .btm-strip {
        background: #E49FC9;
    }

    .About-intro .row:last-child .col-md-6:last-child .img-wrap + .btm-strip {
        background: #BFAF36;
    }

    .About-intro .img-wrap + .btm-strip {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 24px;
        color: #231F20;
        margin-bottom: 30px;
        border: #606161 1px solid;
        border-top: none;
    }

.About-inner-wrap {
    width: 100%;
    padding: 40px 0px;
    position: relative;
    padding-bottom: 60px;
}

    .About-inner-wrap:before {
        content: "";
        position: absolute;
        height: 80px;
        background: #a2a2d1;
        background: -moz-linear-gradient(top, #a2a2d1 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #a2a2d1 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #a2a2d1 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2d1', endColorstr='#ffffff',GradientType=0 );
        width: 100%;
        top: 0px;
    }

    .About-inner-wrap:after {
        content: "";
        position: absolute;
        height: 80px;
        width: 100%;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #a2a2d1 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#a2a2d1 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#a2a2d1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a2a2d1',GradientType=0 );
        bottom: 0px;
    }

    .About-inner-wrap h1 {
        font-size: 32px;
        color: #606161;
    }

    .About-inner-wrap img {
        margin-bottom: 40px;
        float: left;
    }

    .About-inner-wrap p {
        position: relative;
        z-index: 1;
    }
    /* .About-inner-wrap p:nth-child(2):after{position: absolute; content: ""; height: 5px; background: #ff0000; bottom: -10px; left: 51%;
width: 20%;} */
    .About-inner-wrap hr {
        height: 5px;
        background: #ff0000;
        width: 200px;
        margin: 0;
        z-index: 1;
        position: relative;
        border: 0px;
        display: inline-block;
    }

        .About-inner-wrap hr.backg {
            background: #f8d8c1;
        }

        .About-inner-wrap hr.drive {
            background: #ade3e3;
        }

        .About-inner-wrap hr.commun {
            background: #f9bccb;
        }

        .About-inner-wrap hr.recog {
            background: #e8e1b3;
        }

    .About-inner-wrap p a {
        color: #b98d00;
    }

        .About-inner-wrap p a:hover {
            color: #606161;
        }

.Find-purpose {
    width: 100%;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/find-purpose-bg.jpg);
}

/*********************************
3. News and Features
*********************************/

.news-wrap {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

    .news-wrap ul {
        width: 100%;
        flex-flow: row wrap;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

        .news-wrap ul > li {
            list-style: none; /* flex: 0 0 24.5%; */
            margin-bottom: 60px;
            background: #f9eee0;
            display: flex;
            flex-direction: column; /*margin-right:0.5%;*/
            width: 24.5%;
        }

    .news-wrap.option.year-2020 ul > li .body-content a {
        display: block;
    }
    /* .news-wrap.option.year-2020 ul > li a{flex: 0; }
 */ .news-wrap ul > li a {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .news-wrap ul > li .top-strip {
        width: 100%; /*text-transform:uppercase;*/ /*font-weight: 600;*/
        font-size: 26px;
        text-align: left;
        color: #fff;
        padding: 20px;
        background: #00a7e0;
        display: flex;
        display: -ms-flexbox; /*align-items: center;*/
        justify-content: flex-end;
        flex-direction: column;
        line-height: 28px;
        font-family: 'Franklin Gothic Demi';
    }

        .news-wrap ul > li .top-strip.purple {
            background: #ce3a95;
        }

        .news-wrap ul > li .top-strip.golden {
            background: #c0b036;
        }

        .news-wrap ul > li .top-strip.orange {
            background: #f47b20;
        }

        .news-wrap ul > li .top-strip.yellow {
            background: #f7cb3d;
            color: #606161;
        }

        .news-wrap ul > li .top-strip > span {
            font-size: 14px;
            font-family: 'Franklin Gothic Demi Cond';
        }

    .news-wrap ul > li .body-content {
        width: 100%; /*text-align: center;*/
        padding: 20px; /* flex: 1 0 0; */ /*flex:1 auto;*/
        display: flex;
        display: -ms-flexbox; /* align-items: center; */ /*justify-content: center;*/
        flex-direction: column; /* min-height:200px; */
        padding-bottom: 0px;
    }

        .news-wrap ul > li .body-content h3 {
            font-size: 22px;
            color: #606161; /* font-weight: 600; */
            line-height: 28px;
            font-weight: 300;
        }

            .news-wrap ul > li .body-content h3 span {
                white-space: nowrap;
            }

        .news-wrap ul > li .body-content p {
            font-size: 18px;
            color: #fff;
        }

    .news-wrap ul > li .btm-strip {
        width: 100%; /*text-transform:uppercase;*/ /*font-weight: 600;*/
        font-size: 16px;
        text-align: center;
        color: #606161;
        padding: 20px; /*background:#00a7e0;*/
        display: flex;
        align-items: center; /*justify-content: center;*/
        padding-top: 0px;
        font-family: 'Franklin Gothic Demi Cond';
    }

        .news-wrap ul > li .btm-strip a {
            color: #fff;
        }

            .news-wrap ul > li .btm-strip a:hover {
                color: #fff;
                text-decoration: underline;
            }

        .news-wrap ul > li .btm-strip i {
            font-size: 1rem;
        }

.news-Archive {
    width: 100%;
    padding: 15px 0px;
}

    .news-Archive h4 {
        color: #595959;
        margin-bottom: .5rem; /*text-transform: uppercase;*/ /*font-weight: 600;*/
        font-size: 20px;
        display: inline-block;
        font-family: 'Franklin Gothic Demi';
    }

.option {
    display: none;
}

.selectNews {
    text-align: center;
    font-size: 16px;
    padding: 7px 30px;
    color: #595959;
    font-family: 'Franklin Gothic Demi Cond';
}
    /*.selectNews > option{ font-weight:normal; }
*/
    .selectNews > option {
        font: -moz-pull-down-menu;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

/*********************************
3. Blog
*********************************/
.Blog-wrap {
    width: 100%;
}

    .Blog-wrap ul.item-wrap {
        display: flex;
        justify-content: space-between;
        margin-top: -80px;
        flex-flow: row wrap;
    }

        .Blog-wrap ul.item-wrap > li {
            list-style-type: none;
            background: #F8EDDF;
            width: 49%;
            text-align: center;
            border: #fff 10px solid;
            display: flex;
            flex-direction: column;
            align-items: center; /*box-shadow: 10px 10px 14px 0px rgba(45, 45, 45, 0.75); -webkit-box-shadow: 10px 10px 14px 0px rgba(45, 45, 45, 0.75); -moz-box-shadow: 10px 10px 14px 0px rgba(45, 45, 45, 0.75);*/
            -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
            margin-bottom: 40px;
        }

            .Blog-wrap ul.item-wrap > li > h3 {
                font-family: 'Franklin Gothic Demi';
                margin-top: 20px;
                padding: 0px 10px;
            }

            .Blog-wrap ul.item-wrap > li > a {
                margin-top: 0px;
            }

            .Blog-wrap ul.item-wrap > li > img {
                max-width: 100%;
            }

#sen-bar .col-md-4.mx-auto {
    text-align: center;
    margin-bottom: 30px;
}

#sen-prev, #sen-next {
    border-radius: 10px;
    background: url(../images/prev-arrow-bg.jpg);
    border: none;
}

    #sen-prev i, #sen-next i {
        color: #66665D;
    }

.sen-current {
    font-size: 16px !important;
    font-weight: normal !important;
}


.pagination-button:first-of-type, .pagination-button:last-of-type {
    border-radius: 10px;
    background: url(../images/prev-arrow-bg.jpg);
    border: none;
    color: #66665D;
    font-size: 14px;
    font-weight: bold;
}

/*********************************
3. Contact
*********************************/
.Banner-Hero.conatct {
    background-image: url(../images/contact-banner.jpg); /*position:static;*/
}

    .Banner-Hero.conatct > h1 {
        padding: 10px;
        top: 59px;
        right: 7%;
        left: auto;
        transform: translate(0,0);
        color: #fff;
    }

        .Banner-Hero.conatct > h1 span {
            color: #fff;
        }

.Banner-Hero.conatct-new {
    background-image: url(../images/contact-banner.jpg); /*position:static;*/
}

    .Banner-Hero.conatct-new > h1 {
        color: #606161;
        top: 59px; /*background: rgba(255,255,255,0.8);*/
        left: 7%; /*left:auto;*/
        transform: translate(0,0);
        padding: 10px;
    }

        .Banner-Hero.conatct-new > h1 > span {
            color: #606161;
        }

.form-wrap {
    width: 100%;
    padding: 40px 0px;
    background-image: url(../images/form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .form-wrap h3 {
        font-size: 32px;
        color: #66665D;
        font-family: 'Franklin Gothic Demi';
    }

    .form-wrap h6 {
        font-size: 20px;
        color: #66665D;
        font-family: 'Franklin Gothic Demi';
        margin-top: 30px;
    }

    .form-wrap input[type="text"] {
        width: 50%;
        border: #8a8a8a 1px solid;
    }

    .form-wrap .selectNews {
        width: 30%;
        font-family: 'Franklin Gothic Demi';
    }

    .form-wrap textarea {
        width: 50%;
        resize: none;
    }

    .form-wrap .glbl-btn {
        display: block;
        margin: auto;
        margin-top: 40px;
    }

.video-wrap {
    width: 100%;
    padding: 40px 0px 40px 0px;
}

    .video-wrap h4 {
        font-size: 26px;
        color: #66665D;
        font-family: 'Franklin Gothic Demi';
    }

    .video-wrap .box {
        list-style-type: none;
        background: #F7CA3D;
        width: 55%;
        text-align: center;
        border: #fff 10px solid;
        display: flex;
        flex-direction: column;
        align-items: center;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    }

    .video-wrap .glbl-btn {
        font-size: 16px;
        margin-bottom: 30px;
    }
/*********************************
3. Internal Blog
*********************************/
.internal-blog-wrap {
    width: 100%;
    padding: 40px 0px;
}

    .internal-blog-wrap h3 {
        font-size: 32px;
        color: #66665D;
        font-family: 'Franklin Gothic Demi';
    }

    .internal-blog-wrap h5 {
        font-size: 24px;
        color: #66665D;
        font-family: franklin gothic Book;
    }

    .internal-blog-wrap ul {
        margin-bottom: 20px;
        padding: 0px;
    }

        .internal-blog-wrap ul li {
            margin-left: 30px;
            margin-bottom: 10px;
        }

    .internal-blog-wrap a:hover {
        color: #66665D;
    }

    .internal-blog-wrap p img {
        width: 40%;
        border: #666 1px solid;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .internal-blog-wrap p.date {
        font-size: 16px;
        font-weight: bold;
    }

/*********************************
3. Thanks
*********************************/
.Banner-Hero.thanks {
    background-image: url(../images/thanks.png);
    position: static;
}

    .Banner-Hero.thanks h2 {
        font-size: 2.5rem;
        text-align: center;
        font-family: 'Franklin Gothic Demi';
        padding-top: 12%
    }

@media all and (min-width:769px) and (max-width: 800px) {
    /* put your css styles in here */
    .scrollMsg {
        margin-top: 95% !important;
    }
}

@media all and (min-width:569px) and (max-width: 768px) {
    /* put your css styles in here */
    .scrollMsg {
        margin-top: 95% !important;
    }
}

@media all and (min-width:481px) and (max-width: 568px) {
    /* put your css styles in here */
    .scrollMsg {
        margin-top: 95% !important;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    /* put your css styles in here */
    .scrollMsg {
        margin-top: 95% !important;
    }
}

@media all and (min-width:0px) and (max-width: 320px) {
    /* put your css styles in here */
    .scrollMsg {
        margin-top: 95% !important;
    }
}