                        * {
                            user-select: none;
                            box-sizing: border-box;
                            scroll-behavior: smooth;
                        }
                        html,
                        body,
                        div,
                        span,
                        object,
                        iframe,
                        h1,
                        h2,
                        h3,
                        h4,
                        h5,
                        h6,
                        p,
                        blockquote,
                        pre,
                        abbr,
                        address,
                        cite,
                        code,
                        del,
                        dfn,
                        em,
                        img,
                        ins,
                        kbd,
                        q,
                        samp,
                        small,
                        strong,
                        sub,
                        sup,
                        var,
                        b,
                        i,
                        dl,
                        dt,
                        dd,
                        ol,
                        ul,
                        li,
                        fieldset,
                        form,
                        label,
                        legend,
                        table,
                        caption,
                        tbody,
                        tfoot,
                        thead,
                        tr,
                        th,
                        td,
                        article,
                        aside,
                        canvas,
                        details,
                        figcaption,
                        figure,
                        footer,
                        header,
                        hgroup,
                        menu,
                        nav,
                        section,
                        summary,
                        time,
                        mark,
                        audio,
                        video {
                            margin: 0;
                            padding: 0;
                            border: 0;
                            outline: 0;
                            font-size: 10px;
                            vertical-align: baseline;
                            background: transparent;
                            text-decoration: none;
                        }
                        body {
                            line-height: 1;
                            font-family: 'Cormorant Garamond', sans-serif;
                        }
                        article,
                        aside,
                        details,
                        figcaption,
                        figure,
                        footer,
                        header,
                        hgroup,
                        menu,
                        nav,
                        section {
                            display: block;
                        }
                        nav ul {
                            list-style: none;
                        }
                        blockquote,
                        q {
                            quotes: none;
                        }
                        blockquote:before,
                        blockquote:after,
                        q:before,
                        q:after {
                            content: '';
                            content: none;
                        }
                        a {
                            margin: 0;
                            padding: 0;
                            font-size: 100%;
                            vertical-align: baseline;
                            background: transparent;
                            text-decoration: none;
                            list-style: none;
                        }
                        /* change colours to suit your needs */
                        
                        ins {
                            background-color: #ff9;
                            color: #000;
                            text-decoration: none;
                        }
                        /* change colours to suit your needs */
                        
                        mark {
                            background-color: #ff9;
                            color: #000;
                            font-style: italic;
                            font-weight: bold;
                        }
                        del {
                            text-decoration: line-through;
                        }
                        abbr[title],
                        dfn[title] {
                            border-bottom: 1px dotted;
                            cursor: help;
                        }
                        table {
                            border-collapse: collapse;
                            border-spacing: 0;
                        }
                        /* change border colour to suit your needs */
                        
                        hr {
                            display: block;
                            height: 3px;
                            border: 0;
                            border-top: 2px solid #444;
                            margin: 1rem 0;
                            padding: 0;
                        }
                        input,
                        select {
                            vertical-align: middle;
                        }
                        /*all resets complete */
                        /* page loader*/
                        /*-------------------------*/
                        /*---------POPUP-----------*/
                        /*-------------------------*/
                        /*-------------------------*/
                        
                        .promo {
                            position: fixed;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            z-index: 5000;
                            background: #fff;
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            border-radius: 20px;
                            display: none;
                        }
                        .contentBox {
                            position: relative;
                            width: 30rem;
                            height: 30rem;
                            display: flex;
                            background: url(Images/popup-sm.png);
                            background-size: contain;
                            background-position: center center;
                            background-repeat: no-repeat;
                            box-shadow: 0px 10px 25px rgba(0, 0, 0, 1);
                            border-radius: 20px;
                        }
                        button.prom {
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            transform: translate(-50%);
                            width: 50%;
                            height: 1.5rem;
                            margin: 1rem auto;
                            border: none;
                            outline: none;
                            background: #fff !important;
                            border-radius: 20px;
                        }
                        .promo a {
                            font-size: 1.3rem;
                            text-decoration: none;
                            list-style: none;
                            color: #222;
                        }
                        .closed {
                            position: absolute;
                            top: 1rem;
                            right: 1rem;
                            width: 3rem;
                            height: 3rem;
                            background: transparent;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            z-index: 9999;
                        }
                        .closed i {
                            color: #222;
                            font-size: 2.5rem;
                            cursor: pointer;
                            list-style: none;
                            text-decoration: none;
                        }
                        @media only screen and (min-width:768px) {
                            .contentBox {
                                position: relative;
                                width: 65rem;
                                height: 35rem;
                                background: url(Images/popup-md.png);
                            }
                            button.prom {
                                position: absolute;
                                bottom: 0;
                                left: 50%;
                                transform: translate(-50%);
                                width: 50%;
                                height: 3rem;
                                margin: 1rem auto;
                                border: none;
                                outline: none;
                                /*    background:red!important;*/
                                border-radius: 20px;
                            }
                            .promo a {
                                font-size: 2rem;
                                text-decoration: none;
                                list-style: none;
                                color: #222;
                            }
                        }
                        @media only screen and (min-width:1024px) {
                            .contentBox {
                                position: relative;
                                width: 80rem;
                                height: 40rem;
                                background: url(Images/popup-lrg.png);
                            }
                            button.prom {
                                position: absolute;
                                bottom: 0;
                                left: 50%;
                                transform: translate(-50%);
                                width: 50%;
                                height: 3rem;
                                margin: 1rem auto;
                                border: none;
                                outline: none;
                                background: #222;
                                border-radius: 20px;
                            }
                            .promo a {
                                font-size: 2rem;
                                text-decoration: none;
                                list-style: none;
                                color: #fff;
                            }
                        }
                        /*-----------------------------------------vids---------------------------*/
                        
                        .vids video {
                            width: 95%;
                            padding: 6rem 0 2rem 0;
                            margin: 0 auto;
                            text-align: center;
                        }
                        /* landing contact */
                        
                        .top {
                            background: #fff;
                            height: 8rem;
                            width: 100%;
                            padding: 0;
                            margin: 0;
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: space-around;
                            text-decoration: none;
                            list-style: none;
                        }
                        .top i {
                            color: #9b5235;
                            margin-right: 1rem;
                            font-size: 3rem;
                            padding: .5rem;
                            border-radius: 50%;
                            border: none;
                            transition: 0.2s all ease;
                        }
                        .top i:hover {
                            color: #25d366;
                        }
                        a.cont {
                            font-family: 'Noto Sans', sans-serif;
                            padding: 0rem 1.5rem;
                            border: none;
                            outline: none;
                        }
                        button.con {
                            border: none;
                            padding: 1.5rem 2rem;
                            outline: none;
                            border: 2px solid #9b5235;
                            border-top-right-radius: 15px;
                            border-bottom-left-radius: 15px;
                            margin-left: 1rem;
                            font-size: 1.5rem;
                            font-weight: 600;
                            color: #9b5235;
                            background: none;
                            transition: all 0.2s ease;
                        }
                        button.con:hover {
                            background: #955235;
                            color: #fff;
                        }
                        @media only screen and (min-width:768px) {
                            .top {
                                /*    background:#101d2c;*/
                                height: 100% auto;
                                width: 100%;
                                padding: 0;
                                margin: 0;
                                display: flex;
                                flex-direction: column;
                                flex-wrap: wrap;
                                text-decoration: none;
                                list-style: none;
                            }
                            .top i {
                                /*    color:#ffd700;*/
                                margin-right: 15px;
                                font-size: 5rem;
                                padding: 10px;
                                border-radius: 50%;
                                /*    border:1px solid rgba(255, 255, 255, 0.4);*/
                            }
                            .top p {
                                /*    color:rgba(255, 255, 255, 0.4);*/
                                font-family: 'Abel', sans-serif;
                                font-size: 1.7rem;
                                display: block;
                                margin: 0 auto;
                                padding: 15px;
                                font-weight: 600;
                            }
                            .top a.top-2 {
                                float: right;
                            }
                        }
                        /* navbar */
                        
                        .header {
                            z-index: 999;
                            position: fixed;
                            top: 8rem;
                            left: 0;
                            width: 100%;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            padding: 2rem 2rem;
                            background: #fff;
                            height: 8rem;
                        }
                        .header.sticky {
                            top: 0;
                            background: #fff;
                            padding: .5rem 2rem;
                            transition: all 0.5s ease-in;
                            box-shadow: 2px 3px 5px #222;
                            width: 100%;
                            height: 8rem;
                        }
                        .header.sticky:hover {
                            letter-spacing: .5px;
                            color: #fff;
                            font-weight: 500;
                        }
                        .header .brand {
                            height: 8rem;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .header .brand img {
                            width: 24rem;
                        }
                        .header .menu {
                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .header .menu a {
                            font-size: 1.8rem;
                            font-weight: 600;
                            text-decoration: none;
                            color: #373435;
                            margin: 0 1.5rem;
                            padding: .5rem 1.5rem;
                            border-radius: 5px;
                            transition: all 0.2s;
                            font-family: 'Noto Sans', sans-serif;
                            letter-spacing: 1px;
                        }
                        .header.sticky .menu a {
                            color: #9b5235;
                        }
                        .header.sticky .menu a:hover {
                            color: #fff;
                        }
                        .menu a:hover {
                            background: #373435;
                            color: #fff;
                        }
                        .header .btn {
                            color: #9b5235;
                            cursor: pointer;
                            display: none;
                        }
                        .header i {
                            font-size: 2.5rem;
                        }
                        @media (max-width:1060px) {
                            .header .btn {
                                display: flex;
                                margin-right: 4rem;
                            }
                            .header .menu {
                                position: fixed;
                                background: #ffffff;
                                flex-direction: column;
                                min-width: 25rem;
                                height: 100vh;
                                top: 8rem;
                                right: -100%;
                                padding: 8rem 2rem;
                                transition: all 0.5s ease;
                            }
                            .header .menu.active {
                                right: 0;
                            }
                            .header .menu .close-btn {
                                position: absolute;
                                top: 0;
                                left: 0;
                                margin: 1.5rem;
                                color: #9b5235;
                            }
                            .header .menu a {
                                display: block;
                                font-size: 2rem;
                                margin: 1rem;
                                padding: 0 1.5rem;
                            }
                        }
                        @media (max-width:500px) {
                            .header.sticky {
                                background: #fff;
                            }
                            .header .btn {
                                display: flex;
                                margin-right: 2rem;
                            }
                            .header .menu {
                                flex-direction: column;
                                width: 25%;
                                height: 100vh;
                                top: 0rem;
                                right: -100%;
                                padding: 8rem 1rem;
                                transition: all 0.5s ease;
                            }
                        }
                        /*Landing Page bg vid style large*/
                        
                        .hero-small {
                            display: flex;
                            background: rgba(0, 0, 0, 0.0);
                            margin-bottom: 0rem;
                            position: relative;
                            overflow: hidden;
                            height: 100vh;
                        }
                        .vid-bg {
                            position: absolute;
                            z-index: -1;
                            top: 0;
                            left: 50%;
                            transform: translate(-50%);
                            width: 100%;
                            min-height: 100%;
                            background-position: top;
                        }
                        .hero a {
                            position: absolute;
                            left: 50%;
                            transform: translate(-50%);
                            bottom: 2rem;
                            padding: .5rem 1rem;
                            color: #fff !important;
                            background: #9b5235;
                            border: 2px solid #955235;
                            border-radius: 15px;
                            font-size: 1.6rem;
                            font-weight: 600;
                            z-index: 99;
                            list-style: none;
                            text-decoration: none !important;
                        }
                        @media only screen and (min-width:768px) {
                            .vid-bg {
                                position: absolute;
                                z-index: -1;
                                top: 0;
                                left: 50%;
                                transform: translate(-50%);
                                max-width: 100%;
                                min-height: 100%;
                                background-position: top;
                            }
                            /* logo styling */
                            .navbar-brand {
                                width: 100%;
                                position: absolute;
                                max-width: 30rem;
                                top: 2.5rem;
                                left: 50%;
                                transform: translateX(-50%);
                                transition: all 0.5s;
                            }
                            .hero-small {
                                display: none;
                                background: rgba(0, 0, 0, 0.0);
                                margin-bottom: 0rem;
                                position: relative;
                                overflow: hidden;
                                height: calc(100vh - 10rem);
                            }
                            .hero {
                                display: flex;
                                background: rgba(0, 0, 0, 0.0);
                                margin-bottom: 0rem;
                                position: relative;
                                overflow: hidden;
                                height: calc(100vh - 20rem);
                            }
                        }
                        @media only screen and (min-width:1180px) {
                            .hero a {
                                position: absolute;
                                left: 50%;
                                transform: translate(-50%);
                                bottom: 2rem;
                                padding: 1rem 1.5rem;
                                color: #fff;
                                border-radius: 15px;
                                font-size: 2.5rem;
                                font-weight: 600;
                                font-family: 'Tenor Sans', sans-serif;
                                z-index: 99;
                                list-style: none;
                                text-decoration: none !important;
                                /*    display: none;*/
                            }
                            .hero {
                                display: flex;
                                background: rgba(0, 0, 0, 0.0);
                                margin-bottom: 0rem;
                                position: relative;
                                overflow: hidden;
                                height: 85vh !important;
                            }
                        }
                        @media only screen and (min-width:1850px) {
                            .hero {
                                display: flex;
                                background: rgba(0, 0, 0, 0.0);
                                margin-bottom: 0rem;
                                position: relative;
                                overflow: hidden;
                                height: 100vh;
                            }
                        }
                        .pagebreak {
                            width: 95%;
                            margin: 1rem auto;
                            text-align: center;
                            box-shadow: 2px 5px 10px #222;
                            display: none;
                        }
                        .pagebreak-sm {
                            width: 95%;
                            margin: 2rem auto;
                            text-align: center;
                        }
                        .pagebreak3 {
                            width: 100%;
                            margin: 2rem auto;
                            text-align: center;
                            box-shadow: 2px 5px 15px #aaa;
                            display: none;
                        }
                        .pagebreak4 {
                            width: 100%;
                            margin: 1rem auto;
                            text-align: center;
                            display: none;
                        }
                        .contacts {
                            background: orange;
                            height: 5rem;
                            width: 100%;
                            padding: 0;
                            margin: 0 auto;
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: space-around;
                            text-decoration: none;
                            list-style: none;
                            border-top-right-radius: 20px;
                            border-bottom-left-radius: 20px;
                        }
                        @media only screen and (min-width:768px) {
                            .pagebreak {
                                display: flex;
                            }
                            .pagebreak-sm {
                                display: none;
                            }
                            .pagebreak3 {
                                display: flex;
                            }
                            .pagebreak4 {
                                display: flex;
                            }
                        }
                        .contacts i {
                            color: #373435;
                            font-weight: 800;
                            padding: 0;
                            margin-right: 0.5rem;
                        }
                        .contacts a {
                            color: #373435;
                            font-weight: 700;
                            font-size: 1.2rem;
                            text-decoration: none;
                            list-style: none;
                            font-family: 'Noto Sans', sans-serif;
                        }
                        .contacts a:hover {
                            list-style: none;
                            text-decoration: none;
                        }
                        i.address {
                            font-size: 1.2rem;
                        }
                        @media only screen and (min-width:768px) {
                            .contacts {
                                background: orange;
                                height: 10rem;
                            }
                            .contacts i {
                                color: #373435;
                                font-weight: 800;
                                padding: 0;
                                margin-right: .5rem;
                                font-size: 3rem;
                            }
                            .contacts a {
                                color: #373435;
                                font-weight: 700;
                                font-size: 1.7rem
                            }
                            i.address {
                                font-size: 1.4rem;
                            }
                        }
                        @media only screen and (min-width:1024px) {
                            .contacts i {
                                color: #373435;
                                font-weight: 800;
                                padding: 0;
                                margin-right: 0.5rem;
                                font-size: 2.5rem;
                            }
                            .contacts a {
                                color: #373435;
                                font-weight: 700;
                                font-size: 2rem
                            }
                            i.address {
                                font-size: 2rem;
                            }
                            .contacts {
                                width: 95%;
                                margin: 0 auto;
                            }
                        }
                        main {
                            width: 99%;
                            text-align: center;
                            margin: 0rem auto;
                        }
                        /*------------------------------------------------------------------------------------------Videos --------------------------------------*/
                        
                        .adverts {
                            width: 90%;
                            margin: 0 auto;
                            background: transparent;
                            padding: 3rem 0
                        }
                        .adverts video {
                            text-align: center;
                            width: 100%;
                            border-radius: 10px;
                        }
                        h2.vids {
                            font-weight: 700;
                            font-family: 'Tenor Sans', sans-serif;
                            color: #333;
                            width: 80%;
                            margin: 2rem auto;
                            font-size: 3rem;
                        }
                        h3.vids {
                            font-weight: 700;
                            font-family: 'Tenor Sans', sans-serif;
                            color: #fff;
                            padding: 1rem 1.5rem;
                            background: green;
                            width: 30%;
                            margin: 2rem auto;
                            border-radius: 10px;
                        }
                        /*------------------------------------------------------------------------------------------background breaker--------------------------------------*/
                        
                        .bg1 {
                            width: 100%;
                            height: 30rem;
                            background: url(Images/bg-1.png);
                            background-position: center top;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-attachment: fixed;
                        }
                        .bg2 {
                            margin: 1rem 0;
                            width: 100%;
                            height: 30rem;
                            background: url(Images/bg-2.png);
                            background-position: center top;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-attachment: fixed;
                        }
                        .bg3 {
                            width: 100%;
                            height: 30rem;
                            background: url(Images/);
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-attachment: fixed;
                        }
                        .bg4 {
                            width: 100%;
                            height: 30rem;
                            background: url(Images/);
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-attachment: fixed;
                        }
                        .bg6 {
                            width: 100%;
                            height: 30rem;
                            background: url(Images/bg-6.png);
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            margin: 3rem 0;
                        }
                        /*------------------------------------------------------------------------------------------packages------------------------------------------------*/
                        
                        .packages {
                            width: 100%;
                            background: #fff;
                            margin: 2rem auto;
                            Padding: 0;
                        }
                        h1.pack {
                            padding: 10rem 0 3rem 0;
                            color: rgba(0, 0, 0, 0.5);
                            font-family: 'Noto Sans', sans-serif;
                            text-align: center;
                            font-size: 4.5rem;
                            font-weight: 200;
                        }
                        p.toppack {
                            color: #955234;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: 700;
                            font-size: 2.4rem;
                            text-align: center;
                            width: 85%;
                            margin: 0 auto;
                        }
                        span.intr {
                            color: rgba(0, 0, 0, 0.5);
                            font-size: 2rem;
                        }
                        .wrap-pack {
                            text-align: center;
                            margin: 0 auto;
                            padding: 2rem 0;
                            background: #fff;
                        }
                        h2.pop {
                            font-weight: 700;
                            font-family: 'Tenor Sans', sans-serif;
                            color: #fff;
                            padding: 1rem 1.5rem;
                            background: green;
                            width: 80%;
                            margin: 0 auto;
                            border-radius: 10px;
                        }
                        h2.pop2 {
                            font-weight: 700;
                            font-family: 'Tenor Sans', sans-serif;
                            color: #fff;
                            padding: 1rem 1.5rem;
                            background: #ff0000;
                            width: 65%;
                            margin: 2rem auto;
                            border-radius: 10px;
                        }
                        .card {
                            padding: 1rem 0 2rem 0;
                            margin: 1.5rem auto;
                            text-align: center;
                            width: 100%;
                            box-shadow: 2px 5px 10px #333;
                            background: #ddd !important;
                            width: 90%;
                            outline: none;
                            border-radius: 10px;
                        }
                        .popular {
                            background: #fff;
                            box-shadow: 5px 5px 10px green;
                        }
                        h3.price {
                            padding: 1.5rem 0;
                            color: #9b5235;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 800;
                            font-size: 3rem;
                        }
                        p.price {
                            color: #9b5235;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: 700;
                            font-size: 1.2rem;
                            text-align: left;
                            margin-left: 1rem
                        }
                        button.conts {
                            background: green;
                            padding: 1rem 1.5rem;
                            color: #fff;
                            outline: none;
                            border: 2px solid green;
                            border-bottom-left-radius: 20px;
                            border-top-right-radius: 20px;
                            font-size: 1.5rem;
                            font-family: 'Noto Sans', sans-serif;
                            transition: all .25s ease;
                        }
                        button.conts:hover {
                            background: #ddd;
                            color: green;
                            font-weight: 700;
                        }
                        .popular {
                            box-shadow: 5px 5px 10px green;
                            background: #fff !important;
                        }
                        .packages hr {
                            width: 90%;
                            margin: 0 auto;
                            color: #9b5235 !important;
                            padding: .5rem;
                        }
                        .packimg {
                            padding: 1rem;
                            width: 100%;
                        }
                        h2.pack {
                            padding: 3rem 0;
                            text-align: center;
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            font-size: 2.5rem;
                        }
                        h3.pack {
                            color: rgba(0, 0, 0, 0.5);
                            font-family: 'Noto Sans', sans-serif;
                            text-align: left;
                            margin-left: 2rem;
                            font-size: 1.8rem;
                            padding: 3.5rem 0 1rem 0;
                        }
                        p.pack {
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            text-align: left;
                            text-indent: .5rem;
                            margin-left: 2rem;
                            font-weight: 600;
                            font-size: 1.3rem;
                        }
                        p.botpack {
                            color: #955234;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: 700;
                            font-size: 2.5rem;
                            text-align: center;
                            width: 85%;
                            margin: 3rem auto;
                        }
                        span.quote {
                            color: #9b5235;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 600;
                            font-size: 1.6rem;
                        }
                        p.terms {
                            padding: 1.5rem 0 0 0;
                        }
                        .advert {
                            width: 100%;
                            padding: 1rem;
                            background: #222;
                        }
                        p.notices2 {
                            font-family: 'Noto Sans', sans-serif;
                            color: #fff;
                            font-size: 2.5rem;
                            font-weight: bolder;
                            padding: 0rem;
                        }
                        p.notices2 span {
                            color: orange;
                            font-size: 2.5rem;
                        }
                        p.notices {
                            font-family: 'Noto Sans', sans-serif;
                            color: #955234;
                            font-size: 2.5rem;
                            font-weight: bolder;
                            padding: 2rem;
                        }
                        @media only screen and (min-width:768px) {
                            p.toppack {
                                color: #955234;
                                font-family: 'Tenor Sans', sans-serif;
                                font-weight: 700;
                                font-size: 4.5rem;
                                text-align: center;
                                width: 85%;
                                margin: 0 auto;
                            }
                            .wrap-pack {
                                text-align: center;
                                margin: 0 auto;
                                padding: 3rem 0;
                                background: #fff;
                            }
                            .card {
                                padding: 1rem 0 2rem 0;
                                margin: 1.5rem auto;
                                text-align: center;
                                max-width: 100%;
                                box-shadow: 2px 5px 10px #333;
                                background: #fff !important;
                                width: 90%;
                                outline: none;
                                border-radius: 10px;
                            }
                            .popular {
                                background: #fff !important;
                                box-shadow: 5px 5px 10px green;
                            }
                            p.price {
                                color: #9b5235;
                                font-family: 'Tenor Sans', sans-serif;
                                font-weight: 700;
                                font-size: 1.4rem;
                                text-align: left;
                                margin-left: 2rem
                            }
                            .packimg {
                                padding: 5rem 0 0 0rem;
                                width: 85%;
                            }
                            h2.pack {
                                padding: 3rem 0;
                                text-align: center;
                                color: #373435;
                                font-family: 'Tenor Sans', sans-serif;
                                font-size: 3.5rem;
                            }
                            h3.pack {
                                color: rgba(0, 0, 0, 0.5);
                                font-family: 'Noto Sans', sans-serif;
                                text-align: left;
                                margin-left: 5rem;
                                font-size: 2.3rem;
                                padding: 3.5rem 0 1rem 0;
                            }
                            p.pack {
                                color: #373435;
                                font-family: 'Tenor Sans', sans-serif;
                                text-align: left;
                                text-indent: .5rem;
                                margin-left: 5.5rem;
                                font-weight: 600;
                                font-size: 1.5rem;
                            }
                            span.nb {
                                color: #373435;
                                font-family: 'Tenor Sans', sans-serif;
                                text-align: left;
                                text-indent: .5rem;
                                font-weight: bolder;
                                font-size: 1.5rem;
                                color: #9b5235;
                            }
                            p.botpack {
                                color: #955234;
                                font-family: 'Tenor Sans', sans-serif;
                                font-weight: 700;
                                font-size: 4.5rem;
                                text-align: center;
                                width: 85%;
                                margin: 3rem auto;
                            }
                            span.intr {
                                color: rgba(0, 0, 0, 0.5);
                                font-size: 4rem;
                            }
                            p.price {
                                font-size: 1.5rem;
                                text-align: left;
                                margin: 0rem auto;
                                width: 100%;
                                padding: 1rem 0;
                            }
                        }
                        @media only screen and (min-width:768px) {
                            p.price {
                                font-size: 1.5rem;
                                text-align: left;
                                margin: 0rem auto;
                                width: 75%;
                                padding: 1rem 0;
                            }
                        }
                        .documents {
                            width: 90%;
                            padding: 0;
                            margin: 3rem auto;
                            border: 2px solid darkorange;
                            border-top-right-radius: 10px;
                            border-bottom-left-radius: 10px;
                        }
                        h2.docs {
                            padding: 1.5rem 0;
                            color: #373435;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 800;
                            font-size: 3rem;
                        }
                        .downloads {
                            width: 100%;
                            height: 100%;
                            margin: 2rem auto;
                        }
                        button.forms {
                            padding: 1rem 1.5rem;
                            margin: 1rem 2rem;
                            background: darkorange;
                            border: transparent;
                            font-size: 2rem;
                            color: #fff;
                            border-top-left-radius: 20px;
                            border-bottom-right-radius: 20px;
                            font-family: 'Tenor Sans', sans-serif;
                        }
                        /*----------------------------------------------------------ABOUT ABOUT ABOUT-----------------------------------------------------------------------*/
                        
                        .about {
                            width: 90%;
                            text-align: center;
                            margin: 0 auto;
                            background: url(Images/ab-bg.png);
                            background-size: contain;
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-attachment: fixed;
                        }
                        h2.ab {
                            text-align: center;
                            padding: 10rem 0 3rem 0;
                            color: rgba(0, 0, 0, 0.5);
                            font-family: 'Noto Sans', sans-serif;
                            text-align: center;
                            font-size: 4.5rem;
                            font-weight: 200;
                        }
                        .profile {
                            background: rgba(255, 255, 255, 0.45);
                            border: 2px solid #9b5234;
                            border-top-right-radius: 20px;
                            border-bottom-left-radius: 20px;
                            padding: 1rem;
                        }
                        h2.prof {
                            padding: 2rem 0 1.5rem 0;
                            color: #9b5235;
                            font-weight: bolder;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3rem;
                            letter-spacing: .5px;
                        }
                        p.prof {
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .2px;
                            font-size: 1.3rem;
                            text-align: left;
                            margin-left: 1.5rem;
                        }
                        .ethics {
                            background: rgba(255, 255, 255, 0.45);
                        }
                        p.eths {
                            text-align: center;
                            padding: .5rem;
                            font-size: 1.4rem;
                            font-weight: bolder;
                            font-family: 'Noto Sans', sans-serif;
                            color: #373435;
                        }
                        .ethics i {
                            color: green;
                            font-size: 1.8rem;
                            margin-right: .5rem;
                        }
                        p.eth {
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .2px;
                            font-size: 1.3rem;
                            text-align: left;
                            margin-left: 1.5rem;
                        }
                        .misvis {
                            background: rgba(255, 255, 255, 0.5);
                            border: 2px solid #373435;
                            border-top-left-radius: 20px;
                            border-bottom-right-radius: 20px;
                        }
                        h2.mis {
                            color: darkorange;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            padding: 1rem 0;
                            font-size: 2.5rem;
                            text-align: center;
                        }
                        p.mis {
                            text-align: left;
                            padding: .5rem;
                            font-size: 1.4rem;
                            font-weight: bolder;
                            font-family: 'Noto Sans', sans-serif;
                            color: #373435;
                            margin-left: 1rem;
                        }
                        .values {
                            background: #373435;
                            border-top-right-radius: 20px;
                            border-bottom-left-radius: 20px;
                            padding: .5rem;
                            margin: 1.5rem 0;
                        }
                        h2.val {
                            color: #bbb;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            padding: 1rem 0;
                            font-size: 2.5rem;
                            text-align: center;
                        }
                        p.intr {
                            color: #fff;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .5px;
                            font-size: 1.5rem;
                            padding: 0 0 1rem 0;
                        }
                        p.val {
                            text-align: left;
                            color: #ddd;
                            font-weight: 900;
                            letter-spacing: .5px;
                            font-family: 'Tenor Sans', sans-serif;
                            font-size: 1.3rem;
                            margin-left: .5rem;
                            padding: .5rem;
                        }
                        span.val {
                            color: darkorange;
                            font-size: 1.5rem;
                        }
                        .values hr {
                            width: 80%;
                            padding: .1rem;
                            text-align: center;
                            margin: 1rem auto;
                            background: #bbb !important;
                        }
                        @media only screen and (min-width:768px) {
                            h2.ab {
                                font-size: 5.5rem;
                                font-weight: 300;
                            }
                            h2.prof {
                                padding: 2rem 0 1.5rem 0;
                                font-size: 4rem;
                                letter-spacing: .5px;
                            }
                            p.prof {
                                letter-spacing: .2px;
                                font-size: 1.45rem;
                                text-align: left;
                                margin-left: 2rem;
                            }
                            p.eths {
                                padding: .5rem;
                                font-size: 1.6rem;
                                font-weight: bolder;
                            }
                            .ethics i {
                                font-size: 2.2rem;
                                margin-right: .5rem;
                            }
                            p.eth {
                                letter-spacing: .4px;
                                font-size: 1.5rem;
                                text-align: left;
                                margin-left: 2rem;
                            }
                            h2.mis {
                                color: darkorange;
                                padding: 1rem 0 0 0;
                                font-size: 3.5rem;
                                text-align: center;
                            }
                            p.mis {
                                text-align: left;
                                padding: .5rem;
                                font-size: 1.5rem;
                                margin-left: .5rem;
                            }
                            h2.val {
                                padding: 1rem 0;
                                font-size: 3.5rem;
                                text-align: center;
                            }
                            p.intr {
                                font-weight: bolder;
                                letter-spacing: .7px;
                                font-size: 1.7rem;
                                padding: 0 0 1rem 0;
                            }
                            p.val {
                                text-align: left;
                                font-weight: bold;
                                letter-spacing: .5px;
                                font-size: 1.5rem;
                                margin-left: 2rem;
                                padding: .5rem;
                            }
                            span.val {
                                color: darkorange;
                                font-size: 1.7rem;
                            }
                        }
                        @media only screen and (min-width:1028px) {
                            p.val {
                                width: 70%;
                                text-align: left;
                                font-weight: bold;
                                letter-spacing: .5px;
                                font-size: 1.7rem;
                                margin: 0 auto;
                                padding: .5rem;
                            }
                            span.val {
                                color: darkorange;
                                font-size: 1.9rem;
                            }
                        }
                        .teamcard {
                            background: transparent !important;
                        }
                        h2.meet {
                            color: #bbb;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            padding: 1rem 0;
                            font-size: 2.5rem;
                            text-align: center;
                        }
                        h3.name {
                            text-align: center;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 2.5rem;
                            color: #9B5235;
                            font-weight: 600;
                            padding: 1rem 0 0 0;
                        }
                        p.teams {
                            color: #373435;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .5px;
                            font-size: 1.5rem;
                            padding: 0;
                            width: 100%;
                        }
                        .t-card {
                            background: #373435;
                            width: 99%;
                            margin: 0 auto;
                            height: 4rem;
                        }
                        .t-card a {
                            color: #fff;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 400;
                            font-size: 1.2rem;
                            transition: all 0.2s ease;
                        }
                        .t-card a:hover {
                            color: lawngreen;
                        }
                        .t-card a i {
                            color: #fff;
                            font-size: 1.5rem;
                            padding: 0;
                            margin-right: .5rem;
                        }
                        @media only screen and (min-width:768px) {
                            h2.meet {
                                font-weight: bolder;
                                padding: 2rem 0;
                                font-size: 4rem;
                                text-align: center;
                            }
                            h3.name {
                                font-size: 2.8rem;
                                font-weight: 800;
                                padding: 1rem 0 0 0;
                            }
                            p.teams {
                                letter-spacing: .5px;
                                font-size: 1.8rem;
                                padding: 0;
                            }
                            .t-card a {
                                color: #fff;
                                font-weight: 500;
                                font-size: 1.3rem;
                                transition: all 0.2s ease;
                            }
                            .t-card a:hover {
                                color: lawngreen;
                            }
                            .t-card a i {
                                color: #fff;
                                font-size: 1.7rem;
                            }
                        }
                        @media only screen and (min-width:1024px) {
                            h2.meet {
                                font-weight: bolder;
                                padding: 2rem 0;
                                font-size: 5rem;
                                text-align: center;
                            }
                            h3.name {
                                font-size: 2rem;
                                font-weight: 800;
                                padding: 1rem 0 0 0;
                            }
                            p.teams {
                                letter-spacing: .5px;
                                font-size: 1.2rem;
                                padding: 0;
                            }
                            .t-card a {
                                color: #fff;
                                font-weight: 500;
                                font-size: 1.1rem;
                                transition: all 0.2s ease;
                            }
                            .t-card a:hover {
                                color: lawngreen;
                            }
                            .t-card a i {
                                color: #fff;
                                font-size: 1.3rem;
                            }
                            .teamcard {
                                background: transparent !important;
                                width: 65%;
                            }
                        }
                        @media only screen and (min-width:1380px) {
                            h3.name {
                                font-size: 3rem;
                                font-weight: 800;
                                padding: 1rem 0 0 0;
                            }
                            p.teams {
                                letter-spacing: .5px;
                                font-size: 1.3rem;
                                padding: 0;
                            }
                            .t-card a {
                                color: #fff;
                                font-weight: 500;
                                font-size: 1.6rem;
                                transition: all 0.2s ease;
                            }
                            .t-card a:hover {
                                color: lawngreen;
                            }
                            .t-card a i {
                                color: #fff;
                                font-size: 2rem;
                            }
                        }
                        /*------------------------------------------------------------------------------Frik Nel--------------------------------------------*/
                        
                        .friknel {
                            border: 2px solid #955235;
                            background: #fff;
                            padding: 1rem;
                        }
                        h2.frik {
                            color: #444;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: bolder;
                            padding: 3rem 0 1rem 0;
                            font-size: 5rem;
                            text-align: center;
                        }
                        h3.frik {
                            text-align: center;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3.5rem;
                            color: #9B5235;
                            font-weight: 600;
                            padding: 2rem 0;
                        }
                        p.frik {
                            color: #9b5235;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .5px;
                            font-size: 1.35rem;
                            padding: 1rem 0;
                            width: 100%;
                            margin-top: 0rem;
                        }
                        p.friks {
                            color: #373435;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            letter-spacing: .5px;
                            font-size: 2rem;
                            padding: 1rem 0;
                            width: 100%;
                            text-align: right;
                            font-style: oblique;
                        }
                        img.frik {
                            width: 25rem;
                        }
                        @media only screen and (min-width:768px) {
                            img.frik {
                                width: 30rem;
                            }
                            p.frik {
                                font-size: 2rem;
                                padding: 0;
                            }
                        }
                        @media only screen and (min-width:1100px) {
                            img.frik {
                                width: 40rem;
                            }
                            p.frik {
                                font-size: 2.5rem;
                                padding: 0;
                                margin-top: 5rem;
                            }
                        }
                        @media only screen and (min-width:1280px) {
                            img.frik {
                                width: 90%;
                            }
                        }
                        /*-----------------------------------------------------------------------------Brilliant Section-----------------------------------*/
                        
                        .insurance {
                            width: 95%;
                            margin: 0 auto;
                            text-align: center;
                            padding: 0;
                            background: #fff;
                        }
                        h2.ins {
                            padding: 2rem 0;
                            text-align: center;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3.2rem;
                            color: #d2ae6d;
                            font-weight: bolder;
                        }
                        h3.ins {
                            padding: 0 0 1.5rem 0;
                            text-align: center;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 2.5rem;
                            color: #d2ae6d;
                            font-weight: 600;
                        }
                        h2.prods {
                            padding: 2rem 0 1rem 5rem;
                            text-align: left;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3.2rem;
                            color: #9b5235;
                            font-weight: bolder;
                        }
                        p.ins {
                            text-align: left;
                            padding: .2rem 0;
                            font-family: 'Tenor Sans', sans-serif;
                            margin-left: 1.5rem;
                            color: #373435;
                            font-weight: 600;
                            font-size: 1.2rem;
                        }
                        p.ins i {
                            color: #d2ae6d;
                            margin-right: 1rem;
                            font-size: 2.5rem;
                        }
                        p.oth {
                            text-align: left;
                            padding: .2rem 0;
                            font-family: 'Tenor Sans', sans-serif;
                            margin-left: 0rem;
                            color: #9b5235;
                            font-weight: 600;
                            font-size: 1.2rem;
                            width: 100%;
                        }
                        p.oth i {
                            color: forestgreen;
                            margin-right: 1rem;
                            font-size: 2.5rem;
                        }
                        button.conbr {
                            padding: 1rem 1.5rem;
                            background: #d2ae6d;
                            font-family: 'Tenor Sans', sans-serif;
                            outline: none;
                            border: 2px solid #d3ae6d;
                            color: #fff;
                            font-weight: bolder;
                            font-size: 2rem;
                            border-radius: 100px;
                            transition: all 0.2s ease;
                            margin: 2rem 0 0 0;
                        }
                        button.conbr:hover {
                            background: forestgreen;
                            border: 2px solid forestgreen;
                        }
                        .br-footer {
                            width: 100%;
                            background: #d2ae6d;
                            height: 10rem;
                            padding: 0 3rem;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            flex-direction: row;
                            margin: 3rem auto;
                        }
                        .socials-br {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: space-around;
                            align-items: center;
                            width: 100%;
                        }
                        .socials-br a i {
                            color: #9b5235;
                            font-size: 2.5rem;
                        }
                        .copy {
                            font-size: .8rem;
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: bolder;
                        }
                        @media only screen and (min-width:768px) {
                            h2.ins {
                                padding: 2rem 0;
                                font-size: 5rem;
                                font-weight: bolder;
                            }
                            h3.ins {
                                padding: 1rem 0 1.5rem 0;
                                width: 85%;
                                margin: 0 auto;
                                font-size: 3rem;
                                font-weight: 600;
                            }
                            h2.prods {
                                padding: 2rem 0 2rem 0rem;
                                text-align: center;
                                font-family: 'Noto Sans', sans-serif;
                                font-size: 5rem;
                                color: #d2ae6d;
                                font-weight: bolder;
                            }
                            p.ins {
                                text-align: left;
                                padding: .2rem 0;
                                margin-left: 1rem;
                                font-size: 1.5rem;
                                width: 100%;
                            }
                            p.ins i {
                                font-size: 3rem;
                            }
                            p.oth {
                                text-align: left;
                                padding: .2rem 0;
                                margin: 0 auto;
                                color: #9b5235;
                                font-weight: 900;
                                font-size: 1.3rem;
                                width: 75%
                            }
                            p.oth i {
                                font-size: 2.5rem;
                            }
                            .socials-br a i {
                                color: #fff;
                                font-size: 4rem;
                            }
                            .copy {
                                font-size: 1.2rem;
                                color: #373435;
                            }
                            .br-img {
                                width: 50%;
                                padding: 3rem 0;
                            }
                        }
                        @media only screen and (min-width:1024px) {
                            h2.ins {
                                padding: 2rem 0;
                                font-size: 5rem;
                                font-weight: bolder;
                            }
                            h3.ins {
                                padding: 1rem 0 1.5rem 0;
                                width: 85%;
                                margin: 0 auto;
                                font-size: 3rem;
                                font-weight: 600;
                            }
                            h2.prods {
                                padding: 2rem 0 2rem 0rem;
                                text-align: center;
                                font-family: 'Noto Sans', sans-serif;
                                font-size: 5rem;
                                color: #d2ae6d;
                                font-weight: bolder;
                            }
                            p.ins {
                                text-align: left;
                                padding: .2rem 0;
                                margin-left: 1rem;
                                font-size: 1.5rem;
                                width: 100%;
                            }
                            p.ins i {
                                font-size: 3rem;
                            }
                            p.oth {
                                text-align: left;
                                padding: .2rem 0 0 0rem;
                                margin: 0 auto;
                                color: #9b5235;
                                font-weight: 900;
                                font-size: 1.7rem;
                                width: 100%;
                            }
                            p.oth i {
                                font-size: 3.5rem;
                            }
                            .socials-br a i {
                                color: #fff;
                                font-size: 4rem;
                            }
                            .copy {
                                font-size: 1.3rem;
                                color: #373435;
                            }
                            .br-img {
                                width: 75%;
                                padding: 3rem 0;
                            }
                        }
                        /*******************************/
                        /*********** FAQs CSS **********/
                        /*******************************/
                        
                        .faqs {
                            position: relative;
                            width: 100%;
                            padding: 6rem 0 3rem 0;
                        }
                        h2.faq {
                            text-align: center;
                            padding: 6rem 0 2rem 0;
                            color: #444;
                            font-family: 'Tenor Sans', sans-serif;
                            font-size: 4rem;
                        }
                        h2.conts {
                            text-align: left;
                            padding: 2rem 0 2rem 0;
                            color: #9b5235;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 2.5rem;
                            font-style: italic;
                        }
                        .yt {
                            padding: 1rem 0;
                        }
                        .clip {
                            padding: 1.5rem 0;
                        }
                        p.ytclip {
                            padding: 1rem 0 0 2rem;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            color: #aaa;
                            font-size: 1.5rem;
                            font-style: italic;
                            width: 95%;
                            margin: 0 auto;
                        }
                        /*----------------------------------------------------------------------------gallery----------------------------------------------*/
                        
                        .gallery {
                            width: 80%;
                            margin: 5rem auto;
                            background: #fff;
                        }
                        .gallery img {
                            padding: .5rem
                        }
                        h2.gal {
                            color: #373435;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: bolder;
                            padding: 10rem 0 3rem 0;
                            font-size: 4rem;
                            text-align: center;
                        }
                        .gallery .row {
                            margin: 15px;
                        }
                        /*----------------------------------------------------------------------------Testimonials-----------------------------------------*/
                        
                        test-section {
                            padding: 10rem 0ren;
                            text-align: center;
                            background: #fff;
                        }
                        h2.section-title {
                            padding: 4rem 0 2rem 0rem;
                            text-align: center;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3.2rem;
                            color: #9b5235;
                            font-weight: bolder;
                        }
                        .test-info img {
                            width: 75px !important;
                            height: 75px !important;
                            display: inline-block !important;
                        }
                        .test-box {
                            text-align: center;
                        }
                        .test-info {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .test-authot h4 {
                            font-size: 20px;
                            font-family: 'Tenor Sans', sans-serif;
                            text-align: left;
                            margin: 0;
                            color: #222;
                            font-weight: 700;
                        }
                        .test-authot h5 {
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 700;
                            line-height: 20px;
                            font-size: 17px;
                            color: #ff0000;
                        }
                        .test-authot {
                            margin-left: 20px;
                        }
                        .test-box {
                            max-width: 700px;
                            margin: 0px auto;
                        }
                        .test-box p {
                            font-size: 18px;
                            font-style: italic;
                        }
                        span.tests {
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 700;
                            line-height: 20px;
                            font-size: 17px;
                            color: #ff0000;
                        }
                        .owl-theme .owl-nav {
                            position: absolute;
                            top: 27%;
                            max-width: 900px;
                            margin: 0px auto;
                            left: 0;
                            right: 0;
                            color: #ff0000;
                        }
                        .owl-theme .owl-nav [class*=owl-] {
                            font-size: 68px !important;
                        }
                        .owl-carousel .owl-nav .owl-prev {
                            position: absolute;
                            left: 0;
                        }
                        .owl-carousel .owl-nav button.owl-next {
                            position: absolute;
                            right: 0;
                        }
                        .owl-theme .owl-nav [class*=owl-]:hover {
                            background: transparent !important;
                            color: #ff0000 !important;
                        }
                        .logo-box {
                            margin: 30px 0px;
                        }
                        section.cta-section {
                            background: #ff0000;
                            padding: 49px 0px 20px;
                            color: #FFF;
                        }
                        section.cta-section .btn-primary {
                            background: #9b5235 !important;
                            border-color: #9b5235 !important;
                        }
                        @media only screen and (min-width:768px) {
                            h2.section-title {
                                padding: 4rem 0 2rem 0rem;
                                text-align: center;
                                font-family: 'Noto Sans', sans-serif;
                                font-size: 6rem;
                                color: #9b5235;
                                font-weight: bolder;
                            }
                        }
                        /*---------------------------------------------------------------------------------------contact area-------------------------------*/
                        /*                    .contact {
                        width: 100%;
                        text-align: center;
                        margin: 0rem auto 0rem;
                        background: url(Images/cont-bg.png);
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-attachment: fixed;
                    }
                    h2.cont {
                        text-align: center;
                        letter-spacing: 1px;
                        padding: 10rem 0rem 0rem 0rem;
                        color: #fff;
                        font-family: 'Noto Sans', sans-serif;
                        font-size: 3.5rem;
                        font-weight: bolder;
                    }
                    p.cont {
                        text-align: left;
                        color: #fff;
                        font-weight: bolder;
                        font-family: 'Tenor Sans', sans-serif;
                        font-size: 1.8rem;
                        padding: 2rem 0rem 2rem 2rem;
                    }
                    .contact i {
                        margin-right: 1rem;
                        padding: 0rem;
                        font-size: 3rem;
                        border-radius: 4px;
                        background: transparent;
                        border: 2px solid transparent;
                    }
                    .fa-facebook-square {
                        color: #3b5998;
                    }
                    .fa-linkedin {
                        color: #0a66c2;
                    }
                    .fa-youtube {
                        color: #ff0000;
                    }
                    .connects {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: wrap;
                        justify-content: space-around;
                        align-items: center;
                        margin-top: 3rem;
                        background: #fff;
                        height: 5rem;
                        border-top-right-radius: 10px;
                        border-bottom-left-radius: 10px;
                    }
                    .connects i {
                        border: none;
                        background: transparent;
                        border-radius: 4px;
                        font-size: 3rem;
                    }
                    .contacts hr {
                        border-top: 3px solid #ff0000;
                        width: 85%;
                        margin: 0 auto;
                        padding: 1rem;
                    }*/
                        /*-------------form-----------------------------*/
                        /*                    .form {
                        background: rgba(0, 0, 0, 0.25);
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        width: 100%;
                        margin: 2rem auto;
                        position: relative;
                        border-top-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                        box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.85);
                    }
                    #form-box {
                        padding: 3rem;
                        padding-bottom: 2rem;
                    }
                    .inp,
                    #msg-box {
                        display: block;
                        width: 95%;
                        padding: 1.2rem;
                        border: none;
                        font-size: 1.5rem;
                        color: #9b5235;
                        margin-bottom: 1.5rem;
                        font-family: 'Noto Sans', sans-serif;
                        font-weight: bolder;
                        border-top-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                    }
                    .inp:focus,
                    #msg-box:focus {
                        outline: none;
                        box-shadow: 0 0 0px 5px #9b5235;
                    }
                    ::-webkit-input-placeholder {
                        color: #9b5235;
                    }
                    #msg-box {
                        resize: none;
                        height: 160px;
                    }
                    .subs-btn {
                        width: 95%;
                        padding: 1rem 1.5rem;
                        cursor: pointer;
                        font-weight: bold;
                        margin-left: -15px;
                        border: none;
                        background: #9b5235 !important;
                        color: rgba(255, 255, 255, .85);
                        font-size: 3rem;
                        margin-bottom: 1.5rem;
                        border-top-right-radius: 10px;
                        border-bottom-left-radius: 10px;
                        transition: all 0.2s ease;
                        letter-spacing: 1px;
                        font-family: 'Tenor Sans', sans-serif;
                    }
                    .subs-btn:hover {
                        background: green !important;
                        color: #fff;
                        letter-spacing: .5px;
                    }
                    .contacts i.fa-facebook-square {
                        color: #3b5998;
                    }
                    .contacts i.fa-instagram {
                        color: #c13584;
                    }
                    @media only screen and (min-width:768px) {
                        .contact {
                            width: 100%
                        }
                        h2.cont {
                            font-size: 4.5rem;
                        }
                        p.cont {
                            font-weight: 500;
                            font-size: 3rem;
                            padding: 3rem 1rem 1rem 10rem;
                            letter-spacing: 1px;
                        }
                        .contact i {
                            margin-right: 1rem;
                            padding: .5rem;
                            font-size: 3rem;
                            border-radius: 4px;
                        }
                        .connects i {
                            font-size: 4rem;
                        }
                        .con-det img {
                            margin-top: 2rem;
                        }
                    }
                    @media only screen and (min-width:1024px) {
                        h2.cont {
                            font-size: 5rem;
                        }
                        p.cont {
                            font-weight: 500;
                            font-size: 2.5rem;
                            padding: 2.5rem 1rem 1rem 0rem;
                            letter-spacing: 1px;
                        }
                        .contact i {
                            margin-right: 1rem;
                            padding: 1rem;
                            font-size: 3.5rem;
                            border-radius: 4px;
                        }
                        .connects {
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            justify-content: space-around;
                            align-items: center;
                            margin-top: 10rem;
                            height: 100%;
                        }
                        .connects i {
                            border: none;
                            background: #fff;
                            border-radius: 4px;
                            font-size: 5rem;
                        }
                        .con-det img {
                            margin-top: 3rem;
                        }
                    }*/
                        /*----------------------------------------------------------------------------------------------contactjs section 2----------------------------*/
                        
                        .contactjs {
                            background: url(Images/cont-bg.png);
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-attachment: fixed;
                            width: 95%;
                            margin: 0 auto;
                            text-align: center;
                        }
                        .contact {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            height: 100%;
                            padding: 0 1rem;
                            width: 100%;
                            margin: 0 auto;
                        }
                        h2.cont {
                            text-align: center;
                            letter-spacing: 1px;
                            padding: 10rem 0rem 4rem 0rem;
                            color: #222;
                            font-family: 'Noto Sans', sans-serif;
                            font-size: 3.5rem;
                            font-weight: bolder;
                        }
                        form {
                            margin: 3.5rem 3rem;
                        }
                        form .dbl-field {
                            display: flex;
                            flex-wrap: wrap;
                            align-items: center;
                            justify-content: space-evenly;
                            margin-bottom: 2.5rem;
                        }
                        .dbl-field .field {
                            position: relative;
                            height: 5rem;
                            width: calc(100% / 2 - 1.3rem);
                        }
                        form .field input,
                        form .message textarea {
                            height: 100%;
                            width: 100%;
                            outline: none !important;
                            border: none;
                            border-bottom: 1px solid #bfbfbf;
                            padding: 0 1.8rem 0 4.8rem;
                            font-size: 1.5rem;
                            font-family: 'Noto Sans', sans-serif;
                            font-weight: 600;
                            color: #9b5235;
                        }
                        form .field input:focus,
                        form .message textarea:focus {
                            border: 1px solid #bfbfbf;
                            border-radius: 5px;
                        }
                        .contact form i {
                            position: absolute;
                            left: .5rem;
                            top: 50%;
                            font-size: 2rem;
                            pointer-events: none;
                            transform: translateY(-50%);
                            color: #9b5235;
                        }
                        form .field input:focus ~ i,
                        form .message textarea:focus ~ i {
                            color: darkorange;
                        }
                        form .field input::placeholder,
                        form .message textarea::placeholder {
                            color: #bfbfbf;
                        }
                        form .message {
                            position: relative;
                        }
                        form .message i {
                            top: 2.5rem;
                            font-size: 2.5rem;
                        }
                        form .message textarea {
                            min-width: 100%;
                            max-width: 100%;
                            min-height: 12rem;
                            max-height: 30rem;
                            padding: 1.5rem 2rem 0 4.8rem;
                        }
                        form .button-area {
                            margin: 2.5rem 0;
                            display: flex;
                            align-items: center;
                            text-align: left;
                        }
                        .button-area button {
                            font-size: 1.8rem;
                            padding: 1.3rem 2.5rem;
                            font-family: 'Noto Sans', sans-serif;
                            background: #fff;
                            outline: none;
                            border: 1px solid #9b5235;
                            border-radius: 5px;
                            color: #9B5235;
                            font-weight: bolder;
                            cursor: pointer;
                        }
                        .button-area span {
                            color: #9b5235;
                            font-family: 'Noto Sans', sans-serif;
                            margin-left: 3rem;
                            font-size: 1.2rem;
                            font-weight: bolder;
                            display: none;
                        }
                        @media only screen and (max-width:600px) {
                            form .button-area {
                                flex-direction: column;
                            }
                            .button-area button {
                                width: 100%;
                            }
                            .button-area span {
                                margin: 1rem 0 0 0;
                            }
                        }
                        p.cont {
                            text-align: left;
                            color: #444;
                            font-weight: bolder;
                            font-family: 'Tenor Sans', sans-serif;
                            font-size: 1.8rem;
                            padding: 2rem 0rem 3rem 3rem;
                            width: 90%;
                            margin-left: 5rem
                        }
                        .contactjs i {
                            margin-right: 1rem;
                            padding: 0rem;
                            font-size: 3rem;
                            border-radius: 4px;
                            background: transparent;
                            border: 2px solid transparent;
                            color: darkorange;
                        }
                        .fa-facebook-square {
                            color: #3b5998;
                        }
                        .fa-linkedin {
                            color: #0a66c2;
                        }
                        .fa-youtube {
                            color: #ff0000;
                        }
                        .connects {
                            display: flex;
                            flex-direction: row;
                            flex-wrap: wrap;
                            justify-content: space-around;
                            align-items: center;
                            margin: 3rem 0;
                            background: transparent;
                            height: 5rem;
                            border-top-right-radius: 10px;
                            border-bottom-left-radius: 10px;
                        }
                        .connects i {
                            border: none;
                            background: transparent;
                            border-radius: 4px;
                            font-size: 3rem;
                        }
                        .contacts hr {
                            border-top: 3px solid #ff0000;
                            width: 85%;
                            margin: 0 auto;
                            padding: 1rem;
                        }
                        .map {
                            padding: 2rem;
                        }
                        .contactjs img {
                            width: 70%;
                            padding: 2rem;
                        }
                        /*----------------------------------------------------------------------------------------------contactjs section 2 end----------------------------*/
                        /*--------------------------------------------------------------------------footer----------------------------------------*/
                        
                        .footer {
                            width: 95%;
                            margin: 0 auto;
                            background: #fff;
                        }
                        h3.foot {
                            font-family: 'Noto Sans', sans-serif;
                            color: #9b5235;
                            text-align: center;
                            padding: 2rem 0 .5rem 0;
                            font-weight: bolder;
                            letter-spacing: .5px;
                        }
                        p.foot {
                            color: #373435;
                            font-family: 'Tenor Sans', sans-serif;
                            font-weight: 900;
                            font-size: 1.2rem;
                        }
                        .copyfoot {
                            background: #373435;
                            height: 100%;
                        }
                        p.fcopy {
                            color: #fff;
                            text-align: center;
                            padding: 1rem 0;
                            font-size: 1.2rem;
                            font-family: 'Tenor Sans', sans-serif;
                        }
                        p.reg {
                            color: #fff;
                            text-align: center;
                            padding: 0rem 0 1rem 0;
                            font-size: 1.2rem;
                            font-family: 'Tenor Sans', sans-serif;
                        }
                        .og {
                            display: none;
                        }
                        p.priv {
                            width: 85%;
                            text-align: left;
                            margin: 0 auto;
                            padding: 5rem 4rem;
                            font-family: 'Noto Sans', sans-serif;
                            color: #222;
                            font-weight: bolder;
                            font-size: 3rem;
                        }
                        p.points {
                            width: 85%;
                            text-align: left;
                            margin: 0 auto;
                            padding: 5rem 4rem;
                            font-family: 'Noto Sans', sans-serif;
                            color: #222;
                            font-weight: bolder;
                            font-size: 1.8rem;
                        }
                        .ogf {
                            display: none;
                        }
