            * {
                font-family: georgia;
            }
            
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                color: #000066;
            }
            
            h3 {
                text-decoration: underline;
                text-decoration-color: #2dd8af;
            }
            
            h6 {
                text-align: justify;
                line-height: 1.6;
            }
            
            body {
                background-color: white !important;
            }
            
            main {
                padding-left: 70px;
                padding-right: 50px;
            }
            
            h6 {
                line-height: 1.6;
            }
            
            .values {
                background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/services.jpg);
                background-size: cover;
                background-position: center;
                background-attachment: fixed;
                padding-top: 50px;
                padding-bottom: 50px;
                padding-left: 0px !important;
                margin-top: 50px;
                height: 480px;
            }
            
            .values h2,
            h5 {
                background-color: transparent;
                color: white;
            }
            
            .features li {
                color: #000066;
            }
            /*----------Navigation-------*/
            /* #carouselExampleCaptions {
                position: absolute;
                width: 100%;
                top: 0;
            }
             */
            
            #nav-bar {
                top: 0;
                z-index: 10;
            }
            
            .navbar-brand img {
                height: 50px;
                padding-left: 30px;
            }
            
            .navbar-nav li {
                padding: 0 40px;
            }
            
            .navbar-nav li a {
                float: right;
                text-align: left;
            }
            
            #nav-bar ul li a:hover {
                color: #75DAF0 !important;
            }
            
            .navbar-toggler {
                border: none!important;
            }
            
            .navbar-light .navbar-toggler-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
            }
            
            .nav-link {
                color: #000060 !important;
                font-weight: 600;
                font-size: 16px;
            }
            
            .dropdown-menu {
                font-size: 15px;
                background-color: transparent;
            }
            
            .dropdown-menu a {
                color: #000060 !important;
            }
            /*-------Slider------*/
            /* buttons */
            
            .learn {
                background-color: #FF6666 !important;
                color: white;
                margin-top: 15px;
                margin-bottom: 20px;
                width: 150px;
            }
            
            .manual {
                background-color: #75DAF0 !important;
                color: #000040;
                margin-top: 15px;
                margin-bottom: 20px;
            }
            
            .enquiry {
                background-color: #FF6666 !important;
                color: white;
                margin-top: 15px;
                margin-bottom: 20px;
            }
            /* *******footer*********** */
            
            footer {
                background-color: #000040;
                height: auto;
                width: 100%;
            }
            
            footer h6 {
                color: white;
            }
            /* footer .links {
                padding: 30px 100px 30px 50px;
                border-top: 1px solid #999;
                border-bottom: 1px solid #999;
                margin: 50px 100px 0px 100px;
            } */
            
            footer ul {
                list-style-type: none;
                margin: 0;
                overflow: hidden;
            }
            
            footer li a {
                display: block;
                text-align: center;
                padding: 16px;
                text-decoration: none;
            }
            
            .copyright {
                padding-top: 10px;
            }
            /*------------Contact --------*/
            
            #contact {
                background: #efefef;
                margin-top: 50px;
                padding-top: 40px;
                padding-bottom: 40px;
                color: #777;
            }
            
            #contact h5 {
                color: #000066 !important;
            }
            
            .contact-form {
                padding: 15px;
            }
            
            .form-control {
                border-radius: 0 !important;
                border: none !important;
            }
            
             ::placeholder {
                color: #999 !important;
            }
            
            .follow {
                background: #fff;
                padding: 10px;
                margin: 15px;
            }
            
            .contact-info .fa {
                margin: 10px;
                color: #007bff;
                font-weight: bold;
            }
            /* Wrapper */
            
            .icon-button {
                background-color: white;
                border-radius: 2.6rem;
                cursor: pointer;
                display: inline-block;
                font-size: 1.3rem;
                height: 2.6rem;
                line-height: 2.6rem;
                margin: 0 5px;
                position: relative;
                text-align: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                width: 2.6rem;
            }
            /* Circle */
            
            .icon-button span {
                border-radius: 0;
                display: block;
                height: 0;
                left: 50%;
                margin: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                width: 0;
            }
            
            .icon-button:hover span {
                width: 2.6rem;
                height: 2.6rem;
                border-radius: 2.6rem;
                margin: -1.3rem;
            }
            /* Icons */
            
            .icon-button i {
                background: none;
                /* color: white; */
                height: 2.6rem;
                left: 0;
                line-height: 2.6rem;
                position: absolute;
                top: 0;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                width: 2.6rem;
                z-index: 10;
            }
            
            .twitter span {
                background-color: #4099ff;
            }
            
            .facebook span {
                background-color: #3B5998;
            }
            
            .instagram span {
                background-color: #517fa4;
            }
            
            .medium span {
                background-color: #517fa4;
            }
            
            .icon-button .icon-twitter {
                color: #4099ff;
            }
            
            .icon-button .icon-facebook {
                color: #3B5998;
            }
            
            .icon-button .fa-instagram {
                color: #517fa4;
            }
            
            .icon-button .fa-medium {
                color: #517fa4;
            }
            
            .icon-button:hover .icon-twitter,
            .icon-button:hover .icon-facebook,
            .icon-button:hover .fa-instagram,
            .icon-button:hover .fa-medium {
                color: white;
            }
            
            @media all and (max-width: 680px) {
                .icon-button {
                    border-radius: 1.6rem;
                    font-size: 0.8rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    width: 1.6rem;
                }
                .icon-button:hover span {
                    width: 1.6rem;
                    height: 1.6rem;
                    border-radius: 1.6rem;
                    margin: -0.8rem;
                }
                /* Icons */
                .icon-button i {
                    height: 1.6rem;
                    line-height: 1.6rem;
                    width: 1.6rem;
                }
            }