                                                                                                                                                                                                                                        /*
                                                                                                                    Name: Keybase Pretoria
                                                                                                                    Author: Mallroy Theron

                                                                                                                   ------------------------------------*/
                                                                                                                                                                                                                                        /*------------------------------------*\
                                                                                                                        General
                                                                                                                    \*------------------------------------*/
                                                                                                                                                                                                                                        /* --- typography --- */
                                                                                                                                                                                                                                        body {
                                                                                                                                                                                                                                            font-family: 'Montserrat', sans-serif;
                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                            font-weight: 400;
                                                                                                                                                                                                                                            color: #798696;
                                                                                                                                                                                                                                            overflow-x: hidden;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        h1,
                                                                                                                                                                                                                                        h2,
                                                                                                                                                                                                                                        h3,
                                                                                                                                                                                                                                        h4,
                                                                                                                                                                                                                                        h5,
                                                                                                                                                                                                                                        h6 {
                                                                                                                                                                                                                                            margin-top: 12px;
                                                                                                                                                                                                                                            margin-bottom: 15px;
                                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        h1 {
                                                                                                                                                                                                                                            font-size: 38px;
                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        h2 {
                                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        h3 {
                                                                                                                                                                                                                                            font-size: 24px;
                                                                                                                                                                                                                                            color: black;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        h4 {
                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                            color: black;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        a {
                                                                                                                                                                                                                                            font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                            color: #374050;
                                                                                                                                                                                                                                            font-weight: 700;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .infoIcon {
                                                                                                                                                                                                                                            color: #374050;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .infoIcon:hover {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        a:hover,
                                                                                                                                                                                                                                        a:focus {
                                                                                                                                                                                                                                            text-decoration: none;
                                                                                                                                                                                                                                            outline: none;
                                                                                                                                                                                                                                            color: #374050;
                                                                                                                                                                                                                                            opacity: 0.9;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        ul,
                                                                                                                                                                                                                                        ol {
                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                            list-style: none
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .white-text {
                                                                                                                                                                                                                                            color: rgb(20, 19, 19);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        blockquote {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            margin: 20px 0px;
                                                                                                                                                                                                                                            padding: 20px 20px 20px 60px;
                                                                                                                                                                                                                                            border-left: none;
                                                                                                                                                                                                                                            color: #374050;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        blockquote:before {
                                                                                                                                                                                                                                            content: "\f10d";
                                                                                                                                                                                                                                            font-family: fontAwesome;
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Section --- */

                                                                                                                                                                                                                                        .section {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            padding-top: 15px;
                                                                                                                                                                                                                                            padding-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .section-hr {
                                                                                                                                                                                                                                            margin-top: 50px;
                                                                                                                                                                                                                                            margin-bottom: 60px;
                                                                                                                                                                                                                                            border-color: #EBEBEB;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .section-header {
                                                                                                                                                                                                                                            margin-bottom: 40px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Background Image --- */

                                                                                                                                                                                                                                        .img-fluid{
                                                                                                                                                                                                                                          margin-top: 30px;
                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                          height: auto;
                                                                                                                                                                                                                                          /*object-fit: cover;*/


                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        .contain {object-fit: contain;}
                                                                                                                                                                                                                                        scale-down {object-fit: scale-down;}


                                                                                                                                                                                                                                        .bg-image {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            background-position: center;
                                                                                                                                                                                                                                            background-size: cover;
                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .bg-image.bg-parallax {
                                                                                                                                                                                                                                            background-attachment: fixed;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .bg-image.overlay:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 230, 212, 0.616)), to(#d8e2db4d));
                                                                                                                                                                                                                                            background-image: linear-gradient(to bottom, rgba(242, 244, 247, 0) 0%, rgba(246, 242, 248, 0) 100%);
                                                                                                                                                                                                                                            opacity: 0.7;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Buttons --- */

                                                                                                                                                                                                                                        .main-button {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                            padding: 10px 30px;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            border: 2px solid transparent;
                                                                                                                                                                                                                                            border-radius: 40px;
                                                                                                                                                                                                                                            color: white;                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                            margin-bottom: 5px;
                                                                                                                                                                                                                                            margin-top: 5px;
                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-button:hover,
                                                                                                                                                                                                                                        .main-button:focus {
                                                                                                                                                                                                                                            background-color: #fff;
                                                                                                                                                                                                                                            border: 2px solid #1fb249;
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-button.icon-button:hover,
                                                                                                                                                                                                                                        .main-button.icon-button:focus {
                                                                                                                                                                                                                                            padding-right: 45px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-button.icon-button:after {
                                                                                                                                                                                                                                            content: "\f178";
                                                                                                                                                                                                                                            font-family: FontAwesome;
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            width: 30px;
                                                                                                                                                                                                                                            right: 15px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-button.icon-button:hover:after,
                                                                                                                                                                                                                                        .main-button.icon-button:focus:after {
                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --  Input  -- */

                                                                                                                                                                                                                                        input[type=text],
                                                                                                                                                                                                                                        input[type=email],
                                                                                                                                                                                                                                        input[type=password],
                                                                                                                                                                                                                                        input[type=number],
                                                                                                                                                                                                                                        input[type=date],
                                                                                                                                                                                                                                        input[type=url],
                                                                                                                                                                                                                                        input[type=tel],
                                                                                                                                                                                                                                        textarea {
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            background: transparent;
                                                                                                                                                                                                                                            padding-left: 15px;
                                                                                                                                                                                                                                            padding-right: 15px;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s border-color;
                                                                                                                                                                                                                                            transition: 0.2s border-color;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        textarea {
                                                                                                                                                                                                                                            padding: 10px 15px;
                                                                                                                                                                                                                                            height: 200px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        input[type=text]:focus,
                                                                                                                                                                                                                                        input[type=email]:focus,
                                                                                                                                                                                                                                        input[type=password]:focus,
                                                                                                                                                                                                                                        input[type=number]:focus,
                                                                                                                                                                                                                                        input[type=date]:focus,
                                                                                                                                                                                                                                        input[type=url]:focus,
                                                                                                                                                                                                                                        input[type=tel]:focus,
                                                                                                                                                                                                                                        textarea:focus {
                                                                                                                                                                                                                                            border-color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        select {
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            background: transparent;
                                                                                                                                                                                                                                            padding-left: 15px;
                                                                                                                                                                                                                                            padding-right: 15px;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s border-color;
                                                                                                                                                                                                                                            transition: 0.2s border-color;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-button {
                                                                                                                                                                                                                                             position: relative;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                            padding: 10px 30px;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            border: 2px solid transparent;
                                                                                                                                                                                                                                            border-radius: 40px;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                            margin-bottom: 5px;
                                                                                                                                                                                                                                            margin-top: 5px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\

	Logo
\*------------------------------------*/

                                                                                                                                                                                                                                        .navbar-brand {
                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-brand .logo {
                                                                                                                                                                                                                                            margin-top: 10px;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-brand .logo>img {
                                                                                                                                                                                                                                            max-height: 30px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @media only screen and (max-width: 767px) {
                                                                                                                                                                                                                                            .navbar-brand {
                                                                                                                                                                                                                                                margin-left: 15px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Navigation
\*------------------------------------*/

                                                                                                                                                                                                                                        #header {
                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            z-index: 99;
                                                                                                                                                                                                                                            border-bottom: 0px solid rgba(235, 235, 235, 0.25);
                                                                                                                                                                                                                                            background-color: white;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #header.transparent-nav {
                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                            background-color: white;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #header.transparent-nav .main-menu li a {
                                                                                                                                                                                                                                            color: rgb(8, 8, 8);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-menu li a {
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-menu li a:hover,
                                                                                                                                                                                                                                        .main-menu li a:focus {
                                                                                                                                                                                                                                            background-color: white;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-menu li a:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            height: 2px;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            -webkit-transform: translateY(5px);
                                                                                                                                                                                                                                            -ms-transform: translateY(5px);
                                                                                                                                                                                                                                            transform: translateY(5px);
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .main-menu li a:hover:after,
                                                                                                                                                                                                                                        .main-menu li a:focus:after {
                                                                                                                                                                                                                                            -webkit-transform: translateY(0px);
                                                                                                                                                                                                                                            -ms-transform: translateY(0px);
                                                                                                                                                                                                                                            transform: translateY(0px);
                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Mobile Nav -- */

                                                                                                                                                                                                                                        @media only screen and (max-width: 767px) {
                                                                                                                                                                                                                                            #nav {
                                                                                                                                                                                                                                                position: fixed;
                                                                                                                                                                                                                                                top: 0;
                                                                                                                                                                                                                                                right: 0;
                                                                                                                                                                                                                                                width: 0%;
                                                                                                                                                                                                                                                max-width: 250px;
                                                                                                                                                                                                                                                height: 100vh;
                                                                                                                                                                                                                                                background: #FFF;
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
                                                                                                                                                                                                                                                padding-top: 80px;
                                                                                                                                                                                                                                                padding-bottom: 40px;
                                                                                                                                                                                                                                                -webkit-transform: translateX(100%);
                                                                                                                                                                                                                                                -ms-transform: translateX(100%);
                                                                                                                                                                                                                                                transform: translateX(100%);
                                                                                                                                                                                                                                                -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
                                                                                                                                                                                                                                                transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
                                                                                                                                                                                                                                                z-index: 9;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #header.nav-collapse #nav {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                -webkit-transform: translateX(0%);
                                                                                                                                                                                                                                                -ms-transform: translateX(0%);
                                                                                                                                                                                                                                                transform: translateX(0%);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .main-menu {
                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .main-menu li a {
                                                                                                                                                                                                                                                color: #1fb249 !important;
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                margin-left: 40px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Mobile Toggle Btn -- */

                                                                                                                                                                                                                                        .navbar-toggle {
                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            margin-top: 5px;
                                                                                                                                                                                                                                            z-index: 99;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-toggle>span {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                            left: 50%;
                                                                                                                                                                                                                                            -webkit-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            -ms-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            -webkit-transition: 0.2s background;
                                                                                                                                                                                                                                            transition: 0.2s background;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-toggle>span:before,
                                                                                                                                                                                                                                        .navbar-toggle>span:after {
                                                                                                                                                                                                                                            content: '';
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s -webkit-transform;
                                                                                                                                                                                                                                            transition: 0.2s -webkit-transform;
                                                                                                                                                                                                                                            transition: 0.2s transform;
                                                                                                                                                                                                                                            transition: 0.2s transform, 0.2s -webkit-transform;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-toggle>span,
                                                                                                                                                                                                                                        .navbar-toggle>span:before,
                                                                                                                                                                                                                                        .navbar-toggle>span:after {
                                                                                                                                                                                                                                            height: 2px;
                                                                                                                                                                                                                                            width: 25px;
                                                                                                                                                                                                                                            background-color: #374050;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-toggle>span:before {
                                                                                                                                                                                                                                            top: -10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .navbar-toggle>span:after {
                                                                                                                                                                                                                                            top: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #header.nav-collapse .navbar-toggle>span {
                                                                                                                                                                                                                                            background: transparent;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #header.nav-collapse .navbar-toggle>span:before {
                                                                                                                                                                                                                                            -webkit-transform: translateY(10px) rotate(45deg);
                                                                                                                                                                                                                                            -ms-transform: translateY(10px) rotate(45deg);
                                                                                                                                                                                                                                            transform: translateY(10px) rotate(45deg);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #header.nav-collapse .navbar-toggle>span:after {
                                                                                                                                                                                                                                            -webkit-transform: translateY(-10px) rotate(-45deg);
                                                                                                                                                                                                                                            -ms-transform: translateY(-10px) rotate(-45deg);
                                                                                                                                                                                                                                            transform: translateY(-10px) rotate(-45deg);
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
                                                                                                                    /*------------------------------------*\
	Hero Area
\*------------------------------------*/

                                                                                                                                                                                                                                        .hero-area {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            padding-top: 0px;
                                                                                                                                                                                                                                            padding-bottom: 80px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #home.hero-area {
                                                                                                                                                                                                                                            height: calc(80vh - 80px);
                                                                                                                                                                                                                                            padding-top: 0px;
                                                                                                                                                                                                                                            padding-bottom: 0px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .home-wrapper {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                            -webkit-transform: translateY(-50%);
                                                                                                                                                                                                                                            -ms-transform: translateY(-50%);
                                                                                                                                                                                                                                            transform: translateY(-50%);
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Breadcrumb -- */

                                                                                                                                                                                                                                        .hero-area-tree li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            font-family: 'Lato', sans-serif;
                                                                                                                                                                                                                                            font-weight: 600;
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                            color: rgba(31, 29, 29, 0.8);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .hero-area-tree li>a {
                                                                                                                                                                                                                                            color: rgba(31, 29, 29, 0.8);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .hero-area-tree li+li:before {
                                                                                                                                                                                                                                            content: "/";
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin: 0px 5px;
                                                                                                                                                                                                                                            color: rgba(31, 29, 29, 0.8);
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	About & Why Us (Feature)
\*------------------------------------*/
                                                                                                                                                                                                                                        /* -- Feature -- */

                                                                                                                                                                                                                                        .feature {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .feature+.feature {
                                                                                                                                                                                                                                            margin-top: 80px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .feature .feature-icon {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            width: 80px;
                                                                                                                                                                                                                                            height: 80px;
                                                                                                                                                                                                                                            line-height: 80px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            color:#1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .feature-content {
                                                                                                                                                                                                                                            padding-left: 100px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- About Img -- */

                                                                                                                                                                                                                                        .about-img {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-img>img {
                                                                                                                                                                                                                                            width: 80%;
                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- About Video -- */

                                                                                                                                                                                                                                        .about-video {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-video>img {
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-video .play-icon {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                            left: 50%;
                                                                                                                                                                                                                                            -webkit-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            -ms-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            width: 80px;
                                                                                                                                                                                                                                            height: 80px;
                                                                                                                                                                                                                                            line-height: 80px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            background: #fff;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            font-size: 24.027px;
                                                                                                                                                                                                                                            z-index: 10;
                                                                                                                                                                                                                                            -webkit-animation: 2s play-animation infinite;
                                                                                                                                                                                                                                            animation: 2s play-animation infinite;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s color;
                                                                                                                                                                                                                                            transition: 0.2s color;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-video:hover .play-icon {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @-webkit-keyframes play-animation {
                                                                                                                                                                                                                                            from {
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 0px 0px 0px #FFF;
                                                                                                                                                                                                                                                box-shadow: 0px 0px 0px 0px #FFF;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            to {
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 0px 0px 10px transparent;
                                                                                                                                                                                                                                                box-shadow: 0px 0px 0px 10px transparent;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @keyframes play-animation {
                                                                                                                                                                                                                                            from {
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 0px 0px 0px #FFF;
                                                                                                                                                                                                                                                box-shadow: 0px 0px 0px 0px #FFF;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            to {
                                                                                                                                                                                                                                                -webkit-box-shadow: 0px 0px 0px 10px transparent;
                                                                                                                                                                                                                                                box-shadow: 0px 0px 0px 10px transparent;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .about-video:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            background-color: #032820;
                                                                                                                                                                                                                                            opacity: 0.7;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Courses
\*------------------------------------*/

                                                                                                                                                                                                                                        .course {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-img {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-img>img {
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course-img:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            background-color: #043123;
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s opacity;
                                                                                                                                                                                                                                            transition: 0.2s opacity;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-img:hover:after {
                                                                                                                                                                                                                                            opacity: 0.7;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-img .course-link-icon {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 50%;
                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                            -webkit-transform: translate(-50%, calc(-50% - 15px));
                                                                                                                                                                                                                                            -ms-transform: translate(-50%, calc(-50% - 15px));
                                                                                                                                                                                                                                            transform: translate(-50%, calc(-50% - 15px));
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border: 2px solid #fff;
                                                                                                                                                                                                                                            color: #fff;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            z-index: 10;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-img:hover .course-link-icon {
                                                                                                                                                                                                                                            -webkit-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            -ms-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-title {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            text-size-adjust: 16;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            vertical-align: middle;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-details {
                                                                                                                                                                                                                                            margin-top: 25px;
                                                                                                                                                                                                                                            padding-top: 10px;
                                                                                                                                                                                                                                            border-top: 1px solid white;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-details .course-price {
                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-details .course-price.course-free {
                                                                                                                                                                                                                                            color:#1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .course .course-details .course-price.course-premium {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #courses .center-btn {
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Footer
\*------------------------------------*/

                                                                                                                                                                                                                                        #bottom-footer {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            padding-top: 20px;
                                                                                                                                                                                                                                            border-top: 1px solid #EBEBEB;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Footer Logo -- */

                                                                                                                                                                                                                                        .footer-logo .logo {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-logo .logo>img {
                                                                                                                                                                                                                                            max-height: 30px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Footer Nav -- */

                                                                                                                                                                                                                                        .footer-nav {
                                                                                                                                                                                                                                            text-align: right;
                                                                                                                                                                                                                                            padding: 20px 0px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-nav li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin-left: 15px
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-nav li a {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s color;
                                                                                                                                                                                                                                            transition: 0.2s color;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-nav li a:hover,
                                                                                                                                                                                                                                        .footer-nav li a:focus {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-nav li a:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            height: 2px;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            -webkit-transform: translateY(5px);
                                                                                                                                                                                                                                            -ms-transform: translateY(5px);
                                                                                                                                                                                                                                            transform: translateY(5px);
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-nav li a:hover:after,
                                                                                                                                                                                                                                        .footer-nav li a:focus:after {
                                                                                                                                                                                                                                            -webkit-transform: translateY(0px);
                                                                                                                                                                                                                                            -ms-transform: translateY(0px);
                                                                                                                                                                                                                                            transform: translateY(0px);
                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Footer copyright -- */

                                                                                                                                                                                                                                        .footer-copyright {
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Footer Social -- */

                                                                                                                                                                                                                                        .footer-social {
                                                                                                                                                                                                                                            text-align: right;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s opacity;
                                                                                                                                                                                                                                            transition: 0.2s opacity;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.facebook {
                                                                                                                                                                                                                                            background-color: #3b5998;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.twitter {
                                                                                                                                                                                                                                            background-color: #55acee;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.google-plus {
                                                                                                                                                                                                                                            background-color: #dd4b39;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.instagram {
                                                                                                                                                                                                                                            background-color: #e95950;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.youtube {
                                                                                                                                                                                                                                            background-color: #ff0000;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .footer-social li a.linkedin {
                                                                                                                                                                                                                                            background-color: #007bb5;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Contact Page
\*------------------------------------*/
                                                                                                                                                                                                                                        /* -- Contact Form -- */

                                                                                                                                                                                                                                        .contact-form:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            clear: both;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .contact-form .input {
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .contact-form textarea.input {
                                                                                                                                                                                                                                            height: 200px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Contact Information -- */

                                                                                                                                                                                                                                        .contact-details li {
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .contact-details li i {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                            margin-right: 15px;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Contact Map -- */

                                                                                                                                                                                                                                        #contact-map {
                                                                                                                                                                                                                                            height: 260px;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Blog Page
\*------------------------------------*/
                                                                                                                                                                                                                                        /* -- Single Blog -- */

                                                                                                                                                                                                                                        .single-blog {
                                                                                                                                                                                                                                            margin-bottom: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-img>a {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-img img {
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-img>a:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s opacity;
                                                                                                                                                                                                                                            transition: 0.2s opacity;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-img>a:hover:after {
                                                                                                                                                                                                                                            opacity: 0.7;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-meta {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            padding-top: 10px;
                                                                                                                                                                                                                                            border-top: 1px solid #EBEBEB;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-meta .blog-meta-author>a {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-meta .blog-meta-comments {
                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-blog .blog-meta .blog-meta-comments>a {
                                                                                                                                                                                                                                            color: #798696;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* -- Pagination -- */

                                                                                                                                                                                                                                        .post-pagination {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li+li {
                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li {
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li a {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s color;
                                                                                                                                                                                                                                            transition: 0.2s color;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li:hover,
                                                                                                                                                                                                                                        .post-pagination .pages li.active {
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .post-pagination .pages li:hover a {
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .pagination-back,
                                                                                                                                                                                                                                        .pagination-next {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            border-radius: 40px;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            padding: 0px 30px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .pagination-next:hover,
                                                                                                                                                                                                                                        .pagination-back:hover {
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .pagination-next:after {
                                                                                                                                                                                                                                            content: "\f178";
                                                                                                                                                                                                                                            font-family: FontAwesome;
                                                                                                                                                                                                                                            margin-left: 15px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .pagination-back:before {
                                                                                                                                                                                                                                            content: "\f177";
                                                                                                                                                                                                                                            font-family: FontAwesome;
                                                                                                                                                                                                                                            margin-right: 15px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/

                                                                                                                                                                                                                                        .widget+.widget {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*-- Search --*/

                                                                                                                                                                                                                                        .widget.search-widget {
                                                                                                                                                                                                                                            position: relative
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .widget.search-widget .input {
                                                                                                                                                                                                                                            padding-right: 60px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .widget.search-widget button {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            background-color: transparent;
                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .widget.search-widget .input:focus+button {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*-- Category --*/

                                                                                                                                                                                                                                        .category-widget .category {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            padding-top: 10px;
                                                                                                                                                                                                                                            padding-bottom: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .category-widget .category+.category {
                                                                                                                                                                                                                                            border-top: 1px solid #EBEBEB;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .category-widget .category:before {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            width: 4px;
                                                                                                                                                                                                                                            height: 4px;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            background-color:#1fb249;
                                                                                                                                                                                                                                            margin-right: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .category-widget .category span {
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                            color: #798696;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*-- Sidebar Posts --*/

                                                                                                                                                                                                                                        .single-post:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            clear: both;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-post+.single-post {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-post .single-post-img {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            width: 80px;
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                            margin-right: 10px;
                                                                                                                                                                                                                                            margin-top: 3px;
                                                                                                                                                                                                                                            border-radius: 4px;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-post .single-post-img img {
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-post-img:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            opacity: 0;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s opacity;
                                                                                                                                                                                                                                            transition: 0.2s opacity;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .single-post-img:hover:after {
                                                                                                                                                                                                                                            opacity: 0.7;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*-- Tags --*/

                                                                                                                                                                                                                                        .tags-widget .tag {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            margin-right: 0px;
                                                                                                                                                                                                                                            margin-top: 5px;
                                                                                                                                                                                                                                            padding: 5px 15px;
                                                                                                                                                                                                                                            border-radius: 40px;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            color: #798696;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s all;
                                                                                                                                                                                                                                            transition: 0.2s all;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .tags-widget .tag:hover {
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            border-color: #1fb249;
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Single Post Page
\*------------------------------------*/
                                                                                                                                                                                                                                        /* --- Blog Post Meta --- */

                                                                                                                                                                                                                                        .blog-post-meta {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-post-meta li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-post-meta li+li {
                                                                                                                                                                                                                                            margin-left: 15px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-post-meta li,
                                                                                                                                                                                                                                        .blog-post-meta li>a {
                                                                                                                                                                                                                                            color: rgba(255, 255, 255, 0.8);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-post-meta .blog-meta-author>a {
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Blog Share --- */

                                                                                                                                                                                                                                        .blog-share {
                                                                                                                                                                                                                                            border-top: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            padding-top: 10px;
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-share>h4 {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-share a {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            line-height: 40px;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            -webkit-transition: 0.2s opacity;
                                                                                                                                                                                                                                            transition: 0.2s opacity;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-share a.facebook {
                                                                                                                                                                                                                                            background-color: #3b5998;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-share a.twitter {
                                                                                                                                                                                                                                            background-color: #55acee;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-share a.google-plus {
                                                                                                                                                                                                                                            background-color:#1fb249;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Blog Comments --- */

                                                                                                                                                                                                                                        .blog-comments {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media {
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .media {
                                                                                                                                                                                                                                            margin-left: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .media:nth-last-child(1) {
                                                                                                                                                                                                                                            margin-bottom: 0px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .media-body {
                                                                                                                                                                                                                                            padding: 20px;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 0px 4px 4px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .media-left:before {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            border-style: solid;
                                                                                                                                                                                                                                            border-width: 0px 15px 15px;
                                                                                                                                                                                                                                            border-color: transparent #EBEBEB transparent transparent;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media-left {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            padding-right: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media-left img {
                                                                                                                                                                                                                                            width: 80px;
                                                                                                                                                                                                                                            height: 80px;
                                                                                                                                                                                                                                            background-color: #EBEBEB;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .date-reply {
                                                                                                                                                                                                                                            font-size: 12px;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            color: #374050;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-comments .media .date-reply .reply {
                                                                                                                                                                                                                                            margin-left: 15px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Blog Reply Form --- */

                                                                                                                                                                                                                                        .blog-reply-form {
                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-reply-form .input {
                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-reply-form .input.name-input,
                                                                                                                                                                                                                                        .blog-reply-form .input.email-input {
                                                                                                                                                                                                                                            width: calc(50% - 10px);
                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-reply-form .input.email-input {
                                                                                                                                                                                                                                            margin-left: 20px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .blog-reply-form textarea {
                                                                                                                                                                                                                                            height: 90px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
	Responsive
\*------------------------------------*/

                                                                                                                                                                                                                                        @media only screen and (max-width: 991px) {
                                                                                                                                                                                                                                            .section-header h2 {
                                                                                                                                                                                                                                                font-size: 24px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Why us --*/
                                                                                                                                                                                                                                            #why-us .feature {
                                                                                                                                                                                                                                                margin-top: 40px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .about-video {
                                                                                                                                                                                                                                                margin-top: 40px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Call to action --*/
                                                                                                                                                                                                                                            #cta {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Footer --*/
                                                                                                                                                                                                                                            .footer-logo {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .footer-nav {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .footer-nav li {
                                                                                                                                                                                                                                                margin-top: 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .footer-social {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .footer-social li {
                                                                                                                                                                                                                                                margin-top: 10px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .footer-copyright {
                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                line-height: inherit;
                                                                                                                                                                                                                                                margin-top: 20px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Contact page --*/
                                                                                                                                                                                                                                            .contact-form {
                                                                                                                                                                                                                                                margin-bottom: 40px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .contact-form button {
                                                                                                                                                                                                                                                float: none !important;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Blog page --*/
                                                                                                                                                                                                                                            #main {
                                                                                                                                                                                                                                                margin-bottom: 80px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @media only screen and (max-width: 767px) {
                                                                                                                                                                                                                                            /*-- Hero area --*/
                                                                                                                                                                                                                                            .hero-area h1 {
                                                                                                                                                                                                                                                font-size: 30px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /* -- Breadcrumb -- */
                                                                                                                                                                                                                                            .hero-area-tree li {
                                                                                                                                                                                                                                                font-size: 12px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Pagination --*/
                                                                                                                                                                                                                                            .post-pagination .pages {
                                                                                                                                                                                                                                                display: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @media only screen and (max-width: 480px) {
                                                                                                                                                                                                                                            /*-- Courses --*/
                                                                                                                                                                                                                                            #courses-wrapper [class*='col-xs'] {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Blog Comments --*/
                                                                                                                                                                                                                                            .blog-comments .media .media {
                                                                                                                                                                                                                                                margin-left: 0px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            /*-- Blog Reply Form --*/
                                                                                                                                                                                                                                            .blog-reply-form .input.name-input,
                                                                                                                                                                                                                                            .blog-reply-form .input.email-input {
                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                float: none;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            .blog-reply-form .input.email-input {
                                                                                                                                                                                                                                                margin-left: 0px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*------------------------------------*\
                                                                                                                        Preloader
                                                                                                                    \*------------------------------------*/

                                                                                                                                                                                                                                        #preloader {
                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                            bottom: 0;
                                                                                                                                                                                                                                            background-color: #FFF;
                                                                                                                                                                                                                                            z-index: 9999;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #preloader .preloader {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            left: 50%;
                                                                                                                                                                                                                                            top: 50%;
                                                                                                                                                                                                                                            -webkit-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            -ms-transform: translate(-50%, -50%);
                                                                                                                                                                                                                                            transform: translate(-50%, -50%);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #preloader .preloader:after {
                                                                                                                                                                                                                                            content: "";
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 40px;
                                                                                                                                                                                                                                            border: 1px solid #EBEBEB;
                                                                                                                                                                                                                                            border-top: 1px solid #1fb249;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            -webkit-animation: 1s preloader linear infinite;
                                                                                                                                                                                                                                            animation: 1s preloader linear infinite;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @-webkit-keyframes preloader {
                                                                                                                                                                                                                                            from {
                                                                                                                                                                                                                                                -webkit-transform: rotate(0deg);
                                                                                                                                                                                                                                                transform: rotate(0deg);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            to {
                                                                                                                                                                                                                                                -webkit-transform: rotate(360deg);
                                                                                                                                                                                                                                                transform: rotate(360deg);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        @keyframes preloader {
                                                                                                                                                                                                                                            from {
                                                                                                                                                                                                                                                -webkit-transform: rotate(0deg);
                                                                                                                                                                                                                                                transform: rotate(0deg);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            to {
                                                                                                                                                                                                                                                -webkit-transform: rotate(360deg);
                                                                                                                                                                                                                                                transform: rotate(360deg);
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Preloader ---*/

                                                                                                                                                                                                                                        .coupon {
                                                                                                                                                                                                                                            border: 10px groove rgb(6, 157, 84);
                                                                                                                                                                                                                                            width: 85%;
                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                            max-width: 650px;
                                                                                                                                                                                                                                            margin-top: 1rem;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .COUPcontainer {
                                                                                                                                                                                                                                            padding: 2px 16px;
                                                                                                                                                                                                                                            background-image: url('../img/chalkboard.jpg');
                                                                                                                                                                                                                                            height: auto;
                                                                                                                                                                                                                                            width: auto;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .promo-button {
                                                                                                                                                                                                                                            background: #1fb249;
                                                                                                                                                                                                                                            color: #FFF;
                                                                                                                                                                                                                                            padding: 3px;
                                                                                                                                                                                                                                            font-size: 25px;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                            box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .collapsible {
                                                                                                                                                                                                                                            background-color:#1fb249;
                                                                                                                                                                                                                                            font: FontAwesome;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                            padding: 10px;
                                                                                                                                                                                                                                            width: 140px;
                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            outline: none;
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                            opacity: 1;
                                                                                                                                                                                                                                            font-weight: 700;
                                                                                                                                                                                                                                            ;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .active,
                                                                                                                                                                                                                                        .collapsible:hover {
                                                                                                                                                                                                                                            background-color: rgba(248, 244, 244, 0.644);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .content1 {
                                                                                                                                                                                                                                            padding: 0 18px;
                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                            background-color: #f1f1f150;
                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .content {
                                                                                                                                                                                                                                            padding: 0 18px;
                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                            background-color: #f1f1f150;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .collapsible:after {
                                                                                                                                                                                                                                            content: "+";
                                                                                                                                                                                                                                            font-size: 15px;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                            margin-left: 5px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .active:after {
                                                                                                                                                                                                                                            content: "-";
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .card {
                                                                                                                                                                                                                                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                            max-width: 450px;
                                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            font-family: arial;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .title {
                                                                                                                                                                                                                                            color: grey;
                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        button {
                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                            outline: 0;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            padding: 8px;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            background-color: #000;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                            width: 90%;
                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                            margin-bottom: 10px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        hr.new5 {
                                                                                                                                                                                                                                            border: 20px solid Black;
                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* --- Courses Search Table --- */

                                                                                                                                                                                                                                        #courseSearch {
                                                                                                                                                                                                                                            background-position: 10px 10px;
                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            font-size: 12px;
                                                                                                                                                                                                                                            padding: 12px 20px 12px 40px;
                                                                                                                                                                                                                                            border: 1px solid   #032820;
                                                                                                                                                                                                                                            margin-bottom: 12px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #courseTable {
                                                                                                                                                                                                                                            border-collapse: collapse;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            border: 1px solid #022d0e;
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #courseTable th {
                                                                                                                                                                                                                                            background-color: #036a20;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                        },
                                                                                                                                                                                                                                        #courseTable td {
                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                            padding: 14px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #courseTable tr {
                                                                                                                                                                                                                                            border-bottom: 1px solid #022d0e;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #courseTable tr.header,
                                                                                                                                                                                                                                        #courseTable tr:hover {
                                                                                                                                                                                                                                            background-color: #cbeed5;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .text-center {
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /*Meet The Team*/
                                                                                                                                                                                                                                        /* Buttons */

                                                                                                                                                                                                                                        .btn {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                            padding: 10px 40px;
                                                                                                                                                                                                                                            color: rgba(255, 255, 255, 0.95);
                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                            font-weight: 700;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                            border-radius: 20px;
                                                                                                                                                                                                                                            outline: 0;
                                                                                                                                                                                                                                            transition: all 0.1s ease-in;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .btn-transparent {
                                                                                                                                                                                                                                            background: rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .btn-transparent:hover {
                                                                                                                                                                                                                                            background: rgba(0, 0, 0, 0.4);
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Separators */

                                                                                                                                                                                                                                        .separator {
                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                            background: rgba(194, 189, 189, 0.918);
                                                                                                                                                                                                                                            width: 40px;
                                                                                                                                                                                                                                            height: 5px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* 02. FONT FACE ============================================ */

                                                                                                                                                                                                                                        @font-face {
                                                                                                                                                                                                                                            font-family: 'norwester';
                                                                                                                                                                                                                                            src: url('../fonts/norwester/norwester.eot');
                                                                                                                                                                                                                                            src: url('../fonts/norwester/norwester.eot?iefix') format('embedded-opentype'), url('../fonts/norwester/norwester.ttf');
                                                                                                                                                                                                                                            font-weight: normal;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* 03. SPEAKERS SETTINGS ============================================ */

                                                                                                                                                                                                                                        #speakers {
                                                                                                                                                                                                                                            padding: 60px 0;
                                                                                                                                                                                                                                            background: White;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers p {
                                                                                                                                                                                                                                            padding: 20px 0 60px;
                                                                                                                                                                                                                                            color:  #1fb249; 
                                                                                                                                                                                                                                            font-family: 'Open Sans', sans-serif;
                                                                                                                                                                                                                                            font-size: 16px;
                                                                                                                                                                                                                                            letter-spacing: 0.2px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers h3 {
                                                                                                                                                                                                                                            padding: 0 0 15px;
                                                                                                                                                                                                                                            font-family: 'norwester';
                                                                                                                                                                                                                                            font-size: 36px;
                                                                                                                                                                                                                                            text-transform: uppercase;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers h4 {
                                                                                                                                                                                                                                            margin-top: -20px;
                                                                                                                                                                                                                                            font-size: 32px;
                                                                                                                                                                                                                                            font-weight: 700;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers h4 span {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            left: -40px;
                                                                                                                                                                                                                                            top: 10px;
                                                                                                                                                                                                                                            font-size: 20px;
                                                                                                                                                                                                                                            background: white;

                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers img {
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            max-width: 240px;
                                                                                                                                                                                                                                            border-radius: 50%;
                                                                                                                                                                                                                                            border: 15px solid transparent;
                                                                                                                                                                                                                                            box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.18);
                                                                                                                                                                                                                                            transition: all 0.1s ease-in;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers img:hover {
                                                                                                                                                                                                                                            border: 15px solid #1fb249;
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            z-index: 10;
                                                                                                                                                                                                                                            transition: all 0.1s ease-in;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers span {
                                                                                                                                                                                                                                            padding: 8px 20px;
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            top: -64px;
                                                                                                                                                                                                                                            left: -42px;
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            background: #1fb249;
                                                                                                                                                                                                                                            color: black;
                                                                                                                                                                                                                                            

                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                            border-radius: 0 16px 16px 0;
                                                                                                                                                                                                                                            font-size: 9px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Member Image Hover Effect */

                                                                                                                                                                                                                                        .hover_img {
                                                                                                                                                                                                                                            display: none
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .member-profile:hover .unhover_img {
                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .member-profile:hover .hover_img {
                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Social Networks Meta */

                                                                                                                                                                                                                                        #speakers li {
                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                            padding: 0 6px;
                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers li a {
                                                                                                                                                                                                                                            color: rgba(0, 0, 0, 0.3);
                                                                                                                                                                                                                                            transition: all 0.1s ease-in;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #speakers li a:hover {  
                                                                                                                                                                                                                                            color: #1fb249;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Rows Optimization */

                                                                                                                                                                                                                                        .row2 {
                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .row1 .col-md-3,
                                                                                                                                                                                                                                        .row2 .col-md-3 {
                                                                                                                                                                                                                                            padding-bottom: 5px;
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Mobile Devices Optimization */

                                                                                                                                                                                                                                        @media (min-width: 568px) and (max-width: 992px) {
                                                                                                                                                                                                                                            .row1 .col-md-3,
                                                                                                                                                                                                                                            .row2 .col-md-3 {
                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                max-width: 50%;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                            #speakers img {
                                                                                                                                                                                                                                                max-width: 300px;
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                        /* Services Flip Cards */

                                                                                                                                                                                                                                        .flip-card {
                                                                                                                                                                                                                                            background-color: transparent;
                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                            height: 290px;
                                                                                                                                                                                                                                            perspective: 1000px;
                                                                                                                                                                                                                                            -webkit-perspective: 1000px;
                                                                                                                                                                                                                                            margin: auto;
                                                                                                                                                                                                                                            margin-top: 2rem;
                                                                                                                                                                                                                                            margin-bottom: 2rem;
                                                                                                                                                                                                                                            border-radius: 25px;
                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .flip-card-inner {
                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                            transition: transform 0.6s;
                                                                                                                                                                                                                                            -webkit-transition: transform 0.6s;
                                                                                                                                                                                                                                            transform-style: preserve-3d;
                                                                                                                                                                                                                                            -webkit-transform-style: preserve-3d;
                                                                                                                                                                                                                                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                                                                                                                                                                                                                                            border-radius: 25px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .flip-card:hover .flip-card-inner {
                                                                                                                                                                                                                                            transform: rotateX(180deg);
                                                                                                                                                                                                                                            -webkit-transform: rotateX(180deg);
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .flip-card-front,
                                                                                                                                                                                                                                        .flip-card-back {
                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                            backface-visibility: hidden;
                                                                                                                                                                                                                                            -webkit-backface-visibility: hidden;
                                                                                                                                                                                                                                            border-radius: 25px;
                                                                                                                                                                                                                                            color: #000;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .flip-card-front {
                                                                                                                                                                                                                                            background-color: rgba(223, 217, 217, 0.438);
                                                                                                                                                                                                                                            color: black
                                                                                                                                                                                                                                            border-radius: 30px;
                                                                                                                                                                                                                                            padding: 10px;
                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        .flip-card-back {
                                                                                                                                                                                                                                            background-color: #1fb249;
                                                                                                                                                                                                                                            color: white;
                                                                                                                                                                                                                                            transform: rotateX(180deg);
                                                                                                                                                                                                                                            -webkit-transform: rotateX(180deg);
                                                                                                                                                                                                                                            border-radius: 30px;
                                                                                                                                                                                                                                            padding: 10px;
                                                                                                                                                                                                                                        }
