@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);





/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    width: 100%;
    /*height:100%*/
    height: 240px;
}

    #main-slide .item img {
        width: 100%;
        height: 240px;
        /*height:400px;*/
    }

    #main-slide .item .slider-content {
        /*z-index: 0;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;*/
    }

    #main-slide .item.active .slider-content {
        z-index: 0;
        opacity: 1;
        -webkit-transition: opacity 100ms;
        -moz-transition: opacity 100ms;
        -o-transition: opacity 100ms;
        transition: opacity 100ms;
    }

#main-slide .slider-content {
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 240px;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    #main-slide .carousel-control.left span {
        padding: 15px;
    }

    #main-slide .carousel-control.right span {
        padding: 15px;
    }

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    //background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


#main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
    background: transparent;
    border: 1px solid #fff;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC;
}

    .slider.btn.btn-default:hover {
        background: #000;
        color: #fff;
    }

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {

    #main-slide .slider-content h1 {
        font-size: 68px;
    }
}


@media (min-width : 768px) and (max-width: 991px) {

    #main-slide .slider-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #main-slide .slider-content p {
        font-size: 20px;
        margin-top: 0;
        line-height: 25px;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }

    #main-slide .item {
        height: 240px;
    }
}


@media (max-width : 767px) {

    #main-slide .slider-content h1 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0;
    }

    #main-slide .slider-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .slider.btn {
        padding: 0 15px;
        margin-top: 0;
        font-size: 12px;
    }

    #main-slide .carousel-indicators {
        display: none;
    }

    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 240px;
    }
}


@media (max-width : 479px) {

    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 240px;
    }
}



/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */
.services-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #eee;
}

.feature-section {
    padding-top: 0px;
}

.feature, .feature-2, .feature-3 {
    background-color: #fff;
}

.feature, .feature-3 {
    text-align: center;
}

    .feature h4,
    .feature-3 h4 {
        font-size: 15px;
        color: #666;
        font-weight: 300;
        font-family: "Times New Roman", Times, serif;
    }

.feature-2 h4 {
    font-size: 20px;
    color: navy;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: "Times New Roman", Times, serif;
    margin-top: 22px;
    font-style: italic;
}

.feature p,
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    font-family: "Times New Roman", Times, serif;
}

.feature i,
.feature-3 i {
    font-size: 2.5em;
    width: 80px;
    height: 80px;
    padding: 25px;
    margin-bottom: 10px;
    position: relative;
}

.feature i {
    color: #fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.no-touch .feature:hover i,
.no-touch .feature:active i,
.no-touch .feature:focus i {
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
    font-size: 2.5em;
    color: #fff;
    width: 70px;
    height: 100px;
    padding: 8px;
    position: relative;
    margin-top: 20px;
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
    border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}
/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    /*background-color: DarkCyan;*/
    background-color: #444;
    bottom:0px;
    
}

    .contact .btn-primary {
        padding: 20px;
        font-size: 16px;
    }

        .contact .btn-primary:hover {
            background: transparent;
        }

    .contact .section-title h3 {
        color: #fff;
    }

    .contact .section-heading {
        color: black;
    }

    .contact .form-group {
        margin-bottom: 25px;
    }

        .contact .form-group input,
        .contact .form-group textarea {
            padding: 20px;
        }

            .contact .form-group input.form-control {
                height: auto;
            }

            .contact .form-group textarea.form-control {
                height: 236px;
            }

    .contact::-webkit-input-placeholder {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact:-moz-placeholder {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact::-moz-placeholder {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact:-ms-input-placeholder {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact .text-danger {
        color: #e74c3c;
    }

    .contact button {
        font-weight: 400;
        margin-top: 30px;
    }


.footer-contact-info {
    color: #fff;
    padding: 20px 30px;
    margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .footer-contact-info ul {
        padding-bottom: 10px;
    }

    .footer-contact-info h4 {
        padding-bottom: 10px;
    }

    .footer-contact-info li strong {
        font-weight: 600;
    }

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 100px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.8);
}

    footer.style-1 .copyright {
        text-transform: uppercase;
        text-transform: none;
        color: #999;
    }

    footer.style-1 .footer-social li {
        display: inline;
        padding: 0 10px;
    }

        footer.style-1 .footer-social li a {
            padding: 8px;
            color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        footer.style-1 .footer-social li i {
            font-size: 15px;
            width: 20px;
            height: 20px;
        }

        footer.style-1 .footer-social li:hover a {
            background: #fff;
            color: #666;
        }

    footer.style-1 .footer-link li {
        display: inline;
        padding-left: 10px;
        font-size: 13px;
    }


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #444;
    font-weight: 300;
    padding-bottom: 100px;
}



.section-modal .close-modal {
    position: absolute;
    //top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .section-modal .close-modal:hover {
        opacity: .3;
    }

    .section-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .section-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #222;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
/*---------------------------------------------------------------*/


/******* Style Loader *******/


#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

ul.social-icons11 {
    list-style: none;
}

    ul.social-icons11 li {
        display: inline-block;
        margin-right: 3px;
    }

        ul.social-icons11 li a {
            text-decoration: none;
            font-size: 16px;
        }

            ul.social-icons11 li a i.fa {
                font-size: 17px;
                line-height: 26px;
                width: 33px;
                height: 33px;
                text-align: center;
                background-color: transparent;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                border-radius: 5px;
                font-size: 16px;
                padding: 5px;
                text-decoration: none;
            }

                ul.social-icons11 li a i.fa:hover {
                    background-color: #28b3b6;
                    color: #fff;
                    opacity: 0.3;
                }

            ul.social-icons11 li a:hover {
                color: #fff;
            }


ul.service-items {
    list-style: none;
}

    ul.service-items li {
        display: inline-block;
    }

        ul.service-items li a {
            font-size: 17px;
            line-height: 36px;
            text-align: left;
            color: white;
            text-decoration: none;
        }

            ul.service-items li a:hover {
                opacity: 0.3;
            }

.service-itemss b {
    float: left;
    font-size: 17px;
    line-height: 26px;
}

.service-itemss h3 {
    font-size: 22px;
}

.service-items h3 {
    font-size: 22px;
     color:black;
}
.service-itemss h3 {
    font-size: 22px;
     color:black;
}
.service-itemss p {
    font-size: 22px;
     color:black;
}

/*site-footer
  ================================================== */

.site-footer {
    background-color: #111;
    padding: 0;
}

    .site-footer h2, .site-footer p {
        color: #fff;
    }

    .site-footer p {
        opacity: .75;
        line-height: 2.0925;
    }

    .site-footer h2,
    .site-footer .btn {
        margin-bottom: 25px;
    }

    .site-footer .social-nav a {
        color: #fff;
        opacity: .25;
    }

        .site-footer .social-nav a:hover {
            opacity: 1;
        }

    .site-footer .bottom {
        background-color: #444;
        margin: 0px;
        font-size: 16px;
    }

        .site-footer .bottom .list-inline, .site-footer .bottom p {
            margin: 0;
        }

        .site-footer .bottom .list-inline {
            /*position: relative;*/
            top: 22px;
            font-size: 19px;
            padding-top: 20px;
        }

            .site-footer .bottom .list-inline a {
                color: #fff;
                font-family: "Times New Roman", Times, serif;
                margin-right: 15px;
            }

                .site-footer .bottom .list-inline a:hover {
                    color: #199EB8;
                }

    .site-footer .credits {
        color: #ddd;
    }

        .site-footer .credits a {
            color: #199EB8;
        }

.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #199EB8;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

    .scrolltop:hover, .scrolltop:active, .scrolltop:focus {
        color: #fff !important;
        opacity: .75;
    }
/* ==================================================

  */
.item-thumb ul li {
    list-style-type: disc;
}

.section-title ul li {
    list-style-type: disc;
}

/*4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background-color: #f8f8f8;
}

.dark-bg {
    background-color: #333231;
    color: #fff;
}

.short-section {
    border-top: 1px solid #5D5D5F;
    border-bottom: 1px solid #5D5D5F;
    padding-top: 70px;
    padding-bottom: 70px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

    .sm a.disabled {
        cursor: not-allowed;
    }

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

.sm-blue {
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
        padding: 10px 20px;
        /* make room for the toggle button (sub indicator) */
        padding-right: 58px;
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3b9fce), color-stop(100%, #2b82ac));
        background-image: -webkit-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: -moz-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: -o-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: linear-gradient(to bottom, #3b9fce, #2b82ac);
        color: white;
        /*font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;*/
        font-size: large;
        font-weight: bold;
        line-height: 15px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

        .sm-blue a.current {
            background: #006892;
            background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #005678), color-stop(100%, #007aab));
            background-image: -webkit-linear-gradient(to bottom, #005678, #007aab);
            background-image: -moz-linear-gradient(to bottom, #005678, #007aab);
            background-image: -o-linear-gradient(to bottom, #005678, #007aab);
            background-image: linear-gradient(to bottom, #005678, #007aab);
            color: white;
        }

        .sm-blue a.disabled {
            color: #a1d1e8;
        }

        .sm-blue a span.sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: bold 16px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

        .sm-blue a.highlighted span.sub-arrow:before {
            display: block;
            content: '-';
        }

    .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }

    .sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul,
    .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul,
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
    .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
    }

        .sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted,
        .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
        .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
        .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
        .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

    .sm-blue ul {
        background: white;
    }

        .sm-blue ul ul {
            background: rgba(102, 102, 102, 0.1);
        }

        .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
            background: transparent;
            color: #2b82ac;
            font-size: 16px;
            text-shadow: none;
            border-left: 8px solid transparent;
        }

            .sm-blue ul a.current {
                background: #006892;
                background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #005678), color-stop(100%, #007aab));
                background-image: -webkit-linear-gradient(to bottom, #005678, #007aab);
                background-image: -moz-linear-gradient(to bottom, #005678, #007aab);
                background-image: -o-linear-gradient(to bottom, #005678, #007aab);
                background-image: linear-gradient(to bottom, #005678, #007aab);
                color: white;
            }

            .sm-blue ul a.disabled {
                color: #b3b3b3;
            }

        .sm-blue ul ul a,
        .sm-blue ul ul a:hover,
        .sm-blue ul ul a:focus,
        .sm-blue ul ul a:active {
            border-left: 16px solid transparent;
        }

        .sm-blue ul ul ul a,
        .sm-blue ul ul ul a:hover,
        .sm-blue ul ul ul a:focus,
        .sm-blue ul ul ul a:active {
            border-left: 24px solid transparent;
        }

        .sm-blue ul ul ul ul a,
        .sm-blue ul ul ul ul a:hover,
        .sm-blue ul ul ul ul a:focus,
        .sm-blue ul ul ul ul a:active {
            border-left: 32px solid transparent;
        }

        .sm-blue ul ul ul ul ul a,
        .sm-blue ul ul ul ul ul a:hover,
        .sm-blue ul ul ul ul ul a:focus,
        .sm-blue ul ul ul ul ul a:active {
            border-left: 40px solid transparent;
        }

        .sm-blue ul li {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

            .sm-blue ul li:first-child {
                border-top: 0;
            }

f
    .sm-blue ul {
        position: absolute;
    }

    .sm-blue li {
        float: left;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-blue {
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3b9fce), color-stop(100%, #2b82ac));
        background-image: -webkit-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: -moz-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: -o-linear-gradient(to bottom, #3b9fce, #2b82ac);
        background-image: linear-gradient(to bottom, #3b9fce, #2b82ac);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }

        .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
            padding: 13px 24px;
            background: #3092c0;
            background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3b9fce), color-stop(100%, #2b82ac));
            background-image: -webkit-linear-gradient(to bottom, #3b9fce, #2b82ac);
            background-image: -moz-linear-gradient(to bottom, #3b9fce, #2b82ac);
            background-image: -o-linear-gradient(to bottom, #3b9fce, #2b82ac);
            background-image: linear-gradient(to bottom, #3b9fce, #2b82ac);
            color: white;
        }

            .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
                background: #2b82ac;
                background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3092c0), color-stop(100%, #267397));
                background-image: -webkit-linear-gradient(to bottom, #3092c0, #267397);
                background-image: -moz-linear-gradient(to bottom, #3092c0, #267397);
                background-image: -o-linear-gradient(to bottom, #3092c0, #267397);
                background-image: linear-gradient(to bottom, #3092c0, #267397);
            }

            .sm-blue a.current {
                background: #006892;
                background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #005678), color-stop(100%, #007aab));
                background-image: -webkit-linear-gradient(to bottom, #005678, #007aab);
                background-image: -moz-linear-gradient(to bottom, #005678, #007aab);
                background-image: -o-linear-gradient(to bottom, #005678, #007aab);
                background-image: linear-gradient(to bottom, #005678, #007aab);
                color: white;
            }

            .sm-blue a.disabled {
                background: #3092c0;
                background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3b9fce), color-stop(100%, #2b82ac));
                background-image: -webkit-linear-gradient(to bottom, #3b9fce, #2b82ac);
                background-image: -moz-linear-gradient(to bottom, #3b9fce, #2b82ac);
                background-image: -o-linear-gradient(to bottom, #3b9fce, #2b82ac);
                background-image: linear-gradient(to bottom, #3b9fce, #2b82ac);
                color: #a1d1e8;
            }

            .sm-blue a span.sub-arrow {
                top: auto;
                margin-top: 0;
                bottom: 2px;
                left: 50%;
                margin-left: -5px;
                right: auto;
                width: 0;
                height: 0;
                border-width: 5px;
                border-style: solid dashed dashed dashed;
                border-color: #a1d1e8 transparent transparent transparent;
                background: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

            .sm-blue a.highlighted span.sub-arrow:before {
                display: none;
            }

        .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            -ms-border-radius: 8px 0 0 8px;
            -o-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }

        .sm-blue > li {
            border-left: 1px solid #2b82ac;
        }

            .sm-blue > li:first-child {
                border-left: 0;
            }

        .sm-blue ul {
            border: 1px solid #a8a8a8;
            padding: 7px 0;
            background: white;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
        }

            .sm-blue ul ul {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                background: white;
            }

            .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                border: 0 !important;
                padding: 9px 23px;
                background: transparent;
                color: #2b82ac;
            }

                .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                    background: #3092c0;
                    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3b9fce), color-stop(100%, #2b82ac));
                    background-image: -webkit-linear-gradient(to bottom, #3b9fce, #2b82ac);
                    background-image: -moz-linear-gradient(to bottom, #3b9fce, #2b82ac);
                    background-image: -o-linear-gradient(to bottom, #3b9fce, #2b82ac);
                    background-image: linear-gradient(to bottom, #3b9fce, #2b82ac);
                    color: white;
                }

                .sm-blue ul a.current {
                    background: #006892;
                    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #005678), color-stop(100%, #007aab));
                    background-image: -webkit-linear-gradient(to bottom, #005678, #007aab);
                    background-image: -moz-linear-gradient(to bottom, #005678, #007aab);
                    background-image: -o-linear-gradient(to bottom, #005678, #007aab);
                    background-image: linear-gradient(to bottom, #005678, #007aab);
                    color: white;
                }

                .sm-blue ul a.disabled {
                    background: white;
                    color: #b3b3b3;
                }

                .sm-blue ul a span.sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #a1d1e8;
                }

            .sm-blue ul li {
                border: 0;
            }

        .sm-blue span.scroll-up,
        .sm-blue span.scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: white;
            height: 20px;
        }

        .sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #2b82ac transparent;
        }

        .sm-blue span.scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #2b82ac transparent transparent transparent;
        }

        .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #a1d1e8 transparent transparent;
        }

        .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
            -webkit-border-radius: 0 8px 8px 0;
            -moz-border-radius: 0 8px 8px 0;
            -ms-border-radius: 0 8px 8px 0;
            -o-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
        }

        .sm-blue.sm-rtl > li:first-child {
            border-left: 1px solid #2b82ac;
        }

        .sm-blue.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-blue.sm-rtl ul a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #a1d1e8 transparent transparent;
        }

        .sm-blue.sm-vertical {
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        }

            .sm-blue.sm-vertical a {
                padding: 9px 23px;
            }

                .sm-blue.sm-vertical a span.sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #a1d1e8;
                }

            .sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
                -webkit-border-radius: 8px 8px 0 0;
                -moz-border-radius: 8px 8px 0 0;
                -ms-border-radius: 8px 8px 0 0;
                -o-border-radius: 8px 8px 0 0;
                border-radius: 8px 8px 0 0;
            }

            .sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
                -webkit-border-radius: 0 0 8px 8px;
                -moz-border-radius: 0 0 8px 8px;
                -ms-border-radius: 0 0 8px 8px;
                -o-border-radius: 0 0 8px 8px;
                border-radius: 0 0 8px 8px;
            }

            .sm-blue.sm-vertical > li {
                border-left: 0 !important;
            }

            .sm-blue.sm-vertical ul {
                -webkit-border-radius: 4px !important;
                -moz-border-radius: 4px !important;
                -ms-border-radius: 4px !important;
                -o-border-radius: 4px !important;
                border-radius: 4px !important;
            }

                .sm-blue.sm-vertical ul a {
                    padding: 9px 23px;
                }
}

.header-top {
    height: 65px;
}

.margin {
    padding-top: 20px;
    background-color: #fff;
}


.dashboard h2 {
    font-size: 35px;
    margin-top: 30px;
    color: midnightblue;
    font-family: Kaushan Script,cursive;
}
