    /*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/
    
    @import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');
    /*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/
    
    @import url(animate.css);
    @import url(font-awesome.min.css);
    @import url(magnific-popup.css);
    @import url(responsiveslides.css);
    @import url(owl.carousel.min.css);
    @import url(flaticon.css);
    /*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
    
    body {
        color: #000000;
        font-size: 17px;
        font-family: 'Trebuchet MS';
        line-height: 1.8;
        font-style: normal;
        font-weight: 450;
        letter-spacing: .01em;
        background: #D0ECFA;
    }
    
    a {
        color: #1f1f1f;
        text-decoration: none !important;
        outline: none !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 0;
        font-weight: normal;
        position: relative;
        padding: 0 0 10px 0;
        font-weight: normal;
        line-height: 120% !important;
        color: #1f1f1f;
        margin: 0
    }
    
    h1 {
        font-size: 24px
    }
    
    h2 {
        font-size: 22px
    }
    
    h3 {
        font-size: 18px
    }
    
    h4 {
        font-size: 16px
    }
    
    h5 {
        font-size: 14px
    }
    
    h6 {
        font-size: 13px
    }
    
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #212121;
        text-decoration: none!important;
        opacity: 1
    }
    
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        opacity: .8
    }
    
    a {
        color: #1f1f1f;
        text-decoration: none;
        outline: none;
    }
    
    a,
    .btn {
        text-decoration: none !important;
        outline: none !important;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    
    .btn-custom {
        margin-top: 20px;
        background-color: transparent !important;
        border: 2px solid #ddd;
        padding: 12px 40px;
        font-size: 16px;
    }
    
    .lead {
        font-size: 18px;
        line-height: 30px;
        color: #767676;
        margin: 0;
        padding: 0;
    }
    /*  blockquote {
        margin: 20px 0 20px;
        padding: 30px;
    } */
    
    ul,
    li,
    ol {
        list-style: none;
        margin-right: 25px;
        padding: 0px;
    }
    
    button:focus {
        outline: none;
    }
    
    .form-control::-moz-placeholder {
        color: #12557f;
        opacity: 1;
    }
    /*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/
    
    #preloader {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 11000;
        position: fixed;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }
    
    .loader {
        display: inline-flex;
        flex-wrap: wrap;
        width: 258px;
        height: 229px;
    }
    
    #scroll-to-top {
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
        font-size: 34px;
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        text-align: center;
        line-height: 40px;
        background: #F28224;
        color: #ffffff;
        padding: 0;
    }
    /*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
    
    .main-top {
        background: #12557f;
    }
    
    .left-top a {
        display: inline-block;
        color: #ffffff;
        float: left;
        font-size: 14px;
    }
    
    .new-btn-d {
        padding: 12px 30px;
        font-weight: 400;
        background: none;
        color: #ffffff;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        border-radius: 0;
        border: 1px solid transparent;
        position: relative;
        overflow: hidden;
        z-index: 9;
        text-transform: uppercase;
    }
    
    .new-btn-d::before,
    .new-btn-d::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 100%;
        z-index: -9;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition-timing-function: ease;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }
    
    .new-btn-d:hover::before,
    .new-btn-d:hover::after {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    
    .new-btn-d::before {
        background: rgba(255, 255, 255, 0.2);
    }
    /* .new-btn-d::after {
    background: #156432;
} */
    
    .new-btn-d:hover::after {
        -webkit-transition-delay: 0.175s;
        transition-delay: 0.175s;
    }
    
    .new-btn-d.br-2 {
        border: 2px solid #ffffff;
    }
    
    .mail-b {
        float: left;
    }
    
    .mail-b a {
        font-size: 14px;
        color: #ffffff;
        padding: 12px 30px;
        border: 2px solid #ffffff;
    }
    
    .mail-b a:hover {
        color: #ffffff;
        border: 2px solid #156432;
    }
    
    .right-top {
        float: right;
    }
    
    .right-top ul {}
    
    .right-top ul li {
        float: left;
    }
    
    .right-top ul li a {
        font-size: 27px;
        display: inline-block;
        color: #ffffff;
        padding: 0px 20px;
    }
    
    .right-top ul li a:hover {
        background: #F28224;
        color: #ffffff;
    }
    
    .wel-nots {
        float: right;
        margin-left: 20px;
    }
    
    .wel-nots p {
        font-size: 16px;
        color: #ffffff;
        padding: 12px 0px;
        margin: 0px;
    }
    
    .top-header .navbar {
        padding: 5px 0px;
    }
    
    .top-header {
        background: #ffffff;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0 auto;
        z-index: 20;
    }
    
    .top-header .navbar .navbar-collapse ul li a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 15px;
        position: relative;
        font-weight: 500;
        /*  border-radius: 5px; */
    }
    
    .top-header .navbar .navbar-collapse ul li a.active {
        background: #F28224;
        color: #ffffff;
        /*   border-radius: 5px; */
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    
    .top-header .navbar .navbar-collapse ul li a.active::after {
        width: 30px;
        height: 20px;
        content: "";
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        /*   background: url(../images/menu-arrow.png) no-repeat center; */
        border-radius: 10px;
        transition: ease all 0.3s;
        transform: translateY(0%) rotate(140deg);
        -webkit-transform: translateY(0%) rotate(140deg);
        -o-transform: translateY(0%) rotate(140deg);
        -ms-transform: translateY(0%) rotate(140deg);
        -moz-transform: translateY(0%) rotate(140deg);
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    
    .top-header .navbar .navbar-collapse ul li a:hover {
        background: #F28224;
        color: #ffffff;
    }
    
    .top-header.fixed-menu {
        width: 100%;
        position: fixed;
        box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        background: #fff;
        z-index: 20;
    }
    
    .navbar-toggler {
        border: 1px solid black;
        border-radius: 2px;
        margin: 16px 15px;
        padding: 10px 10px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    
    .navbar-toggler span {
        background: transparent;
        display: block;
        width: 25px;
        height: 2px;
        margin: 0 auto;
        margin-top: 0px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    
    .navbar-toggler span+span {
        margin-top: 5px;
    }
    /* .navbar-toggler:hover {
        border: 1px solid #00cb86;
    } */
    
    .navbar-toggler-icon:hover span {
        background: #F28224;
    }
    /*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/
    
    .carousel-item .view img {
        height: 75vh;
    }
    
    .carousel-caption {
        position: absolute;
        z-index: 100;
        display: none;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
        background: rgba(100, 100, 100, 0.3);
        height: 100% !important;
        font-size: 36px;
        font-weight: bolder;
        transition: all ease-out 5s;
    }
    /*  .carousel-caption p {
        margin: 0 auto;
        color: white;
        top: 40%;
    } */
    /*   .carousel-caption p {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 10;
    } */
    
    .home-slider {
        position: relative;
        height: 100%;
    }
    
    .lbox-caption {
        display: table;
        height: 100% !important;
        width: 100% !important;
        left: 0 !important;
    }
    
    .lbox-caption {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 10;
    }
    
    .lbox-details {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        height: 100%;
        padding: 22% 0%;
    }
    
    .lbox-details::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    
    .lbox-details h1 {
        font-size: 54px;
        font-family: 'Catamaran', sans-serif;
        color: #ffffff;
        font-weight: 600;
        position: relative;
        z-index: 3;
    }
    
    .lbox-details h2 {
        font-size: 48px;
        color: #ffffff;
        font-weight: 300;
        position: relative;
        z-index: 3;
    }
    
    .lbox-details h3 {
        font-size: 36px;
        color: #ffffff;
        position: relative;
        font-weight: 300;
        font-style: italic;
        z-index: 3;
    }
    
    .lbox-details p strong {
        color: #00cb86;
        font-size: 40px;
        font-family: 'Catamaran', sans-serif;
    }
    
    .lbox-details a.btn {
        background: #F28224;
        padding: 10px 20px;
        font-size: 20px;
        text-transform: capitalize;
        color: #ffffff;
        border: 2px solid #ffffff;
        position: relative;
        display: inline-block;
        z-index: 3;
        border-radius: 5px;
    }
    
    .lbox-details a.btn:hover {
        /*  background: #156432; */
        color: #ffffff;
    }
    /*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/
    
    .about-box {
        padding: 70px 0px;
    }
    
    .title-box {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .title-box h2 {
        font-size: 42px;
        font-family: 'Catamaran', sans-serif;
        color: #F28224;
        font-weight: 500;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 15px;
        text-shadow: 2px 2px #ffffff;
    }
    
    .about-main-info h2 {
        font-size: 40px;
        font-family: 'Catamaran', sans-serif;
    }
    
    .about-main-info h2 span {
        color: #F28224;
        text-decoration: underline;
    }
    
    .about-main-info {
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .about-img {
        padding: 10px 0px;
    }
    
    .about-img img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    
    .about-main-info h2 {
        font-size: 32px;
        color: #F28224;
        font-weight: 500;
        text-shadow: 2px 2px #ffffff;
    }
    
    #founder_id {
        display: none;
        visibility: hidden;
    }
    
    .about-main-info a {
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px;
        background: #F28224;
        color: #ffffff;
        display: inline-block;
        line-height: 24px;
    }
    
    .about-main-info a.new-btn-d.br-2 {
        border: 2px solid #F28224;
        border-radius: 5px;
    }
    
    .about-main-info a.new-btn-d::before {
        background: rgba(18, 85, 127, 0.2);
    }
    
    .about-main-info a:hover {
        color: #ffffff;
    }
    /*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/
    
    .services-box {
        padding: 70px 0px;
        background: whitesmoke;
    }
    
    .serviceBox {
        padding: 35px 20px 25px;
        border: 1px solid #F28224;
        text-align: center;
        position: relative;
        transition: all 0.3s ease 0s;
        background: whitesmoke;
    }
    
    .serviceBox:hover {
        border: 3px solid #F28224;
    }
    
    .serviceBox:before {
        content: "";
        border-top: 20px solid #F28224;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 7px;
        right: 7px;
        transition: all 0.3s ease 0s;
    }
    
    .serviceBox:hover:before {
        border-top-color: #F28224;
    }
    
    .serviceBox .service-icon {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
        color: #fac293;
        margin-bottom: 35px;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    
    .serviceBox:hover .service-icon {
        color: #fff;
    }
    
    .serviceBox .service-icon:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border: 1px solid #F28224;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: rotate(45deg);
        transition: all 0.3s ease 0s;
    }
    
    .serviceBox:hover .service-icon:before {
        border-color: #F28224;
        background: #F28224;
    }
    
    .serviceBox .title {
        font-size: 16px;
        font-weight: 700;
        color: black;
        text-transform: capitalize;
        margin: 0 0 15px 0;
        padding: 0;
    }
    
    .serviceBox .description {
        font-size: 15px;
        color: #999;
        line-height: 27px;
        margin: 0 0 10px 0;
    }
    
    @media only screen and (max-width:990px) {
        .serviceBox {
            margin-bottom: 30px;
        }
    }
    
    .serviceBox a {
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px;
        background: #F28224;
        color: #ffffff;
        display: inline-block;
        line-height: 12px;
    }
    
    .serviceBox a.new-btn-d.br-2 {
        border: 2px solid #F28224;
        border-radius: 5px;
    }
    
    .serviceBox a:hover {
        color: #ffffff;
    }
    
    .serviceBox a.new-btn-d::before {
        background: rgba(18, 85, 127, 0.2);
    }
    
    .services-box .owl-carousel {
        text-align: center;
    }
    
    .services-box .owl-carousel .owl-nav {
        display: inline-block;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .services-box .owl-carousel .owl-nav .owl-prev {
        border: 2px solid #F28224;
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px !important;
        background: #ffffff;
        color: #F28224;
        display: inline-block;
        line-height: 12px;
        font-size: 34px;
        margin: 0 10px;
    }
    
    .services-box .owl-carousel .owl-nav .owl-prev:hover {
        background: #F28224;
        color: #ffffff;
    }
    
    .services-box .owl-carousel .owl-nav .owl-next {
        border: 2px solid #F28224;
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px !important;
        background: #ffffff;
        color: #F28224;
        display: inline-block;
        line-height: 12px;
        font-size: 34px;
        margin: 0 10px;
    }
    
    .services-box .owl-carousel .owl-nav .owl-next:hover {
        background: #F28224;
        color: #ffffff;
    }
    /*------------------------------------------------------------------
    Appointment
-------------------------------------------------------------------*/
    
    .appointment-main {
        padding: 70px 0px;
        position: relative;
        background: #D0ECFA;
    }
    
    #pickyDate {
        position: relative;
        z-index: 1000;
    }
    
    .well-block {}
    
    .well-block .well-title h2 {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 20px;
        color: #F28224;
        text-shadow: 2px 2px #ffffff;
    }
    
    .well-block form .form-group .control-label {
        font-size: 16px;
    }
    
    .well-block form .form-group .form-control {
        min-height: 60px;
        min-height: 50px;
        padding: 0px 15px;
        border-radius: 0;
        color: #12557f;
        border: 1px solid #12557f;
    }
    
    .well-block form .form-group .form-control:focus {
        box-shadow: none;
    }
    
    .well-block form .form-group button {
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px;
        background: #F28224;
        color: #ffffff;
        display: inline-block;
        line-height: 24px;
        cursor: pointer;
    }
    
    .well-block form .form-group button.new-btn-d.br-2 {
        border: 2px solid #F28224;
        border-radius: 5px;
    }
    
    .well-block form .form-group button.new-btn-d::before {
        background: rgba(18, 85, 127, 0.2);
    }
    
    .feature-block .feature-title {
        font-size: 20px;
    }
    
    .well-block form .form-group button:hover {
        color: #ffffff;
    }
    /*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/
    /*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/
    
    .blog-box {
        padding: 70px 0px;
        background-color: whitesmoke;
    }
    
    .blog-inner {
        background: #D0ECFA;
        text-align: center;
        margin-bottom: 30px;
        border: 10px solid #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    }
    
    .blog-img {
        overflow: hidden;
        height: 180px;
        width: 100%;
    }
    
    .blog-img img {
        transition: all 0.9s ease 0s;
    }
    
    .blog-inner:hover .blog-img img {
        -moz-transform: scale(1.5) rotate(-10deg);
        -webkit-transform: scale(1.5) rotate(-10deg);
        -ms-transform: scale(1.5) rotate(-10deg);
        -o-transform: scale(1.5) rotate(-10deg);
        transform: scale(1.5) rotate(-10deg);
    }
    
    .blog-inner a {
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 18px;
        background: #F28224;
        color: #ffffff;
        font-size: 14px;
        display: inline-block;
        line-height: 24px;
    }
    
    .blog-inner a.new-btn-d.br-2 {
        border: 2px solid #F28224;
        border-radius: 5px;
    }
    
    .blog-inner a.new-btn-d::before {
        background: rgba(18, 85, 127, 0.2);
    }
    
    .blog-inner a:hover {
        color: #ffffff;
    }
    
    .blog-inner .item-meta {
        margin-top: 10px;
        background: #D0ECFA;
    }
    
    .blog-inner .item-meta a {
        background: #D0ECFA;
        color: #000000;
        display: inline-block;
        border: none;
    }
    
    .blog-inner .item-meta span {
        color: #ffffff;
        background: #F28224;
        display: inline-block;
        padding: 5px;
    }
    
    .blog-inner h2 {
        margin-top: 20px;
    }
    /*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/
    
    .contact-box {
        padding: 70px 0px;
        background-color: #D0ECFA;
    }
    
    .left-contact {
        margin-top: 60px;
    }
    
    .left-contact h2 {
        font-size: 38px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
        color: #F28224;
        text-shadow: 2px 2px white;
    }
    
    .cont-line1 {
        overflow: hidden;
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    
    .cont-line2 {
        overflow: hidden;
        margin-bottom: 30px;
        width: 60%;
        float: left;
    }
    
    .cont-line3 {
        overflow: hidden;
        margin-bottom: 30px;
        width: 40%;
        float: left;
    }
    
    .icon-b {
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 45px;
        font-size: 40px;
        /*   border: 2px dotted #12557f; */
        margin-right: 10px;
        color: #F28224;
        /*  border-radius: 50%; */
    }
    
    .dit-right h4 {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        padding-bottom: 0;
    }
    
    .dit-right {
        padding-right: 14px;
    }
    
    .dit-right p {
        font-size: 16px;
        margin: 0px;
    }
    
    .dit-right a {
        font-size: 16px;
        color: #333333
    }
    /*  .dit-right a:hover {
        color: #F28224;
    } */
    
    .contact-block {}
    
    .contact-block .form-group .form-control {
        height: 45px;
        font-size: 16px;
        padding: 6px 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #12557f;
    }
    
    .contact-block .form-group textarea.form-control {
        height: 150px;
        padding-top: 15px;
    }
    
    .submit-button .btn-common {
        background-color: #F28224;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding: 0 15px;
        border: 0;
        outline: 0;
        text-transform: uppercase;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .submit-button .btn-common:hover {
        background-color: #F28224;
    }
    
    .custom-select {
        height: 45px;
        font-size: 16px;
    }
    
    select.form-control:not([size]):not([multiple]) {
        height: calc(45px + 2px);
    }
    
    .help-block ul li {
        color: #F28224;
    }
    
    .footer-box {
        background: #292f35;
        padding: 20px 0;
    }
    
    .footer-box .footer-company-name {
        text-align: center;
        margin: 0px;
        color: #ffffff;
    }
    
    .footer-box .footer-company-name a {
        color: white;
    }
    
    .footer-box .footer-company-name a:hover {
        color: #F28224;
    }
    /* Testimonial Slideshow */
    
    .testimonials-box {
        padding: 70px 0px;
        background: #D0ECFA;
    }
    
    .slideshow-container {
        position: relative;
    }
    
    .mySlides {
        display: none;
        padding: 45px;
        text-align: center;
    }
    
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: orange;
        font-weight: bold;
        font-size: 30px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev:hover,
    .next:hover {
        background-color: orange(0, 0, 0, 0.8);
        color: white;
    }
    
    .dot-container {
        text-align: center;
        padding: 20px;
    }
    
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .testimonials-box.active,
    .dot:hover {
        background-color: orange;
    }
    
    q {
        font-style: italic;
    }
    
    .author {
        color: orange;
    }
    /* new css for testimonial */
    
    figure.snip1192 {
        position: relative;
        overflow: hidden;
        margin: 10px;
        min-width: 220px;
        max-width: 310px;
        width: 100%;
        color: #000000;
        font-size: 17px;
        font-family: 'Trebuchet MS';
        line-height: 1.8;
        font-style: normal;
        font-weight: 450;
        letter-spacing: .01em;
    }
    
    figure.snip1192 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    figure.snip1192 img {
        max-width: 100%;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-bottom: 15px;
        display: inline-block;
        z-index: 1;
        position: relative;
    }
    
    figure.snip1192 blockquote {
        margin: 0;
        display: block;
        border-radius: 8px;
        position: relative;
        background-color: #fafafa;
        padding: 30px 50px 65px 50px;
        font-size: 0.8em;
        font-weight: 500;
        margin: 0 0 -50px;
        line-height: 1.6em;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
    
    figure.snip1192 blockquote:before,
    figure.snip1192 blockquote:after {
        font-family: 'FontAwesome';
        content: "\201C";
        position: absolute;
        font-size: 50px;
        font-style: bold;
        color: darkorange;
    }
    
    figure.snip1192 blockquote:before {
        top: 35px;
        left: 20px;
    }
    
    figure.snip1192 blockquote:after {
        content: "\201D";
        right: 20px;
        bottom: 35px;
    }
    
    figure.snip1192 .author {
        margin: 0;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
    }
    
    figure.snip1192 .author h5 {
        margin: 0;
        font-weight: 800;
        color: darkorange;
    }
    
    figure.snip1192 .author h5 span {
        font-weight: 400;
        text-transform: none;
        display: block;
    }
    
    @media (max-width:480px) {
        .carousel-item .view img {
            height: 40vh;
        }
        .carousel-caption {
            font-size: 24px;
            ;
        }
        #founder_id_big_screen {
            visibility: hidden;
            display: none;
        }
        #founder_id {
            display: block;
            visibility: visible;
        }
    }