﻿body {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
}


/**********top heark*/
/*--------------------top header---------------------*/
.top-header-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    float: left;
    background-color: #e12235;
    background-image: url("https://www.transparenttextures.com/patterns/dark-dot.png");
}

.top-header-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-header-icons-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .top-header-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .top-header-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 30px 0px 0px;
            float: left;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: #e3e3e3;
            transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        }

            .top-header-icons-ul li a:hover {
                color: #fff;
                transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            }

            .top-header-icons-ul li a i {
                color: #fff;
                font-size: 14px;
            }

.top-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-icons-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    text-align: right;
}

    .top-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .top-icons-ul li span {
            font-size: 15px;
            font-weight: 500;
            color: #d1d1d1;
        }

        .top-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            color: #e3e3e3;
            font-size: 14px;
        }

            .top-icons-ul li a i {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 20px;
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                color: #e3e3e3;
                text-align: right;
            }

                .top-icons-ul li a i:hover {
                    color: #d1d1d1;
                }


.icon-topcolog {
    color: #feb800;
    font-weight: 600!important;
}


/*..............logo...........*/
.logotopseccc {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/diamond-eyes.png);
}

.logomm {
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    float: left;
    width: 100%;
}

.logo-imgmm {
    margin: 0px 0px 0px 0px;
}

.header-img {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.headbigimgg {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.top {
    margin: 0%;
    padding: 0px;
    height: auto;
    width: 100%;
}

.top_location {
    margin: 0%;
    padding: 5px 0px 5px 8px;
    height: auto;
    width: 100%;
    color: #090909;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    text-align: left;
    font-weight: bold;
}

.login {
    background-position: left top;
    margin: 3px 0px 3px 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    float: left;
    background-image: url('../images/lohin_bg.jpg');
    background-repeat: repeat;
    border-bottom: 1px solid #fbfaf8;
    border-right: 1px solid #fbfaf8;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
}

/********parent portal*/
.onlinereg-main {
   height: auto;
    width: 100%;
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.quadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
     font-size: 13px;
    line-height: 20px;
    width: 200px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    margin: 0px auto;
    font-weight: 600;
    border-radius: 4px;
    display: block;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #007848;
    }

    50%, 100% {
        background-color: #e12235;
    }
}

/*............ Quick links...........*/
.link-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.quick_links_ul {
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

    .quick_links_ul li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        list-style-type: none;
        display: inline-block;
        text-align: left;
    }

        .quick_links_ul li a {
            margin: 0px;
            padding: 0px 0px 0px 7px;
            text-decoration: none;
            font: normal 15px/13px 'Open Sans', sans-serif;
            color: #0D0D0D;
            text-align: left;
            line-height: 32px;
        }

            .quick_links_ul li a:hover {
                color: #e12235;
            }


.download-sec {
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    float: left;
    height: auto;
}

.download_ul {
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

    .download_ul li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        list-style-type: none;
        display: inline-block;
        text-align: left;
    }

        .download_ul li a {
            margin: 0px;
            padding: 0px 0px 0px 7px;
            text-decoration: none;
            font: normal 16px/13px 'Open Sans', sans-serif;
            color: Blue;
            text-align: left;
            line-height: 30px;
        }

            .download_ul li a:hover {
                color: #e12235;
            }



.bdr-left {
    border-left: 2px dotted #4caf50;
    float: left;
    padding: 0px 0px 0px 37px;
    margin-left: -73px;
}

.facility-img-sec {
    margin: 0px;
    padding: 16px 117px;
    height: auto;
    width: 100%;
    float: left;
}
/*............ slider...........*/

.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.sliderpatternn {
    position: absolute;
    bottom: 0px;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    z-index: 9;
}

/*..................Welcome-Section....................*/
.welcome-sec {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.welcome-top-sec {
    width: 100%;
    height: auto;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.welcome-top-wrapper {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.welcome-sec-main {
    width: 100%;
    height: auto;
    margin: 30px 0px 20px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
}

.aboutdeff-sec {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 50px 0px;
    float: left;
    background: #f9f9f9;
    background-image: url(https://www.transparenttextures.com/patterns/tapestry.png);
    position: relative;
}

    .aboutdeff-sec:before {
        position: absolute;
        top: 0;
        content: "";
        width: 100%;
        height: 40px;
        left: 0;
        background-image: url(../images/bgdd.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

.welcome-wrapper {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.welcome-header {
    width: auto;
    height: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #e12235;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

    .welcome-header span {
        color: #0d9825;
    }

.welcome-para {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 27px;
    color: #333;
    text-align: justify;
}

.r_more {
    width: 100%;
    height: auto;
    margin: -37px 0px 0px 0px;
    padding: 0px;
    float: left;
    text-align: center;
}

    .r_more a {
        margin: 0px 0px 0px 275px;
        padding: 6px 25px 6px 25px;
        text-align: center;
        background-color: #4CAF50;
        color: #ffffff;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        border: 1px solid #4CAF50;
    }

        .r_more a:hover {
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
            text-decoration: none;
        }

.thought-sec {
    height: auto;
    width: 100%;
    margin: 40px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.thought-h {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 26px;
    line-height: 40px;
    color: #e12235;
    font-weight: 700;
    border-bottom: 1px solid #ededed;
}

.thought-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}


/*...........Gallery-sec........*/

.gallery-sec {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}
/*................Contact-Section.............*/
.contact-sec-main {
    width: 100%;
    height: auto;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
}

.adddress-wrapper {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    float: left;
}

.contact-wrapper {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    float: left;
}

.contact-header {
    width: auto;
    height: auto;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #e12235;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

    .contact-header span {
        color: #0d9825;
    }

.contact-ul {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .contact-ul li {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 6px 0px 6px 7px;
        float: left;
        color: #666;
        font: normal 13px 'Open Sans', sans-serif;
        line-height: 20px;
        text-align: left;
        list-style-type: none;
    }

        .contact-ul li i {
            width: 30px;
            height: 30px;
            display: inline-block;
            color: #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            text-align: center;
            line-height: 30px;
        }

.bg-color-11 {
    background-color: #a597e7;
}

.bg-color-12 {
    background-color: #4CAF50;
}

.bg-color-13 {
    background-color: #f0c24b;
}

.text-box-wrapper {
    width: 100%;
    height: auto;
    margin: 8px 0px 8px 0px;
    padding: 0px;
    float: left;
}

    .text-box-wrapper i {
        z-index: 100;
        position: absolute;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #888888;
        padding: 0px 0px 0px 0px;
        margin: -10px 0px 0px 0px;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.border-color-01 {
    border-color: #148ef7 !important;
}

.border-color-1 {
    border-color: #f0c24b!important;
}

.border-color-2 {
    border-color: #4CAF50 !important;
}

.border-color-3 {
    border-color: #5bc0de !important;
}

.border-color-4 {
    border-color: #e12235 !important;
}

.form-control {
    box-shadow: none;
}

.submit-button {
    margin: 0px;
    padding: 9px 30px 9px 30px;
    width: auto;
    height: auto;
    float: right;
    text-decoration: none!important;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background-color: #1dbb38;
    text-align: center;
    border: 1px solid #1dbb38;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .submit-button:hover {
        text-decoration: none;
        background-color: #e12235;
        border: 1px solid #e12235;
    }

.map-sec {
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: left;
    border: 1px solid #ddd;
}


/*............Scroll-top-to-bottom.............*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: rgb(76, 175, 80);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    bottom: 30px;
    padding-top: 0px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background: rgb(19, 130, 23);
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
/*.............About-section..............*/
.about-header {
    width: auto;
    height: auto;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 3px 0px;
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: #0d9825;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.mission-img-sec {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mission-img {
    float: right;
    margin: 35px 0px 10px 15px;
    padding: 0px;
}

.mission-ul {
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .mission-ul li {
        width: 100%;
        height: auto;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 29px;
        float: left;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        list-style-type: none;
        font-weight: 400;
        text-align: justify;
        background-image: url(../images/Tik-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 10px;
    }
/*.............Testimonial-slider-section................*/
/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0px;
    text-align: center;
}
    /* indicator position */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
    }
        /* indicator color */
        #quote-carousel .carousel-indicators li {
            background: none !important;
        }
        /* active indicator */
        #quote-carousel .carousel-indicators .active {
            background: #fff !important;
            height: 10px !important;
            width: 10px !important;
            margin-bottom: 1px !important;
        }
/* typography */

.testimonial-p {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255,255,255,0.8);
    font-weight: 100;
    text-align: justify;
}


/**********news def*/
.noticboarddef {
    height: auto;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 70px 0px 0px 0px;
    float: left;
}

.latestboxmm {
    height: 280px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #e12235;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-light.png);
}

.latestboxmmh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
    text-align: center;
    background: #000000;
    border-radius: 0px 0px 50px 50px;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-light.png);
}

.boxlnewww {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
    float: left;
}

.viewallneww {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #f34c5c;
    background: #c91728;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .viewallneww:hover {
        background: #f34c5c;
    }

/*************/

.boxlatest-news {
    height: 170px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .boxlatest-news ul {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .boxlatest-news ul li {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            list-style-type: none;
            font-size: 15px;
            line-height: 30px;
            color: #333;
        }

            .boxlatest-news ul li a {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 10px 40px;
                font-size: 14px;
                font-weight: 400;
                line-height: 22px;
                color: #fff;
                position: relative;
                float: left;
            }

                .boxlatest-news ul li a:before {
                    position: absolute;
                    content: "";
                    background-image: url(../images/new22.gif);
                    background-repeat: no-repeat;
                    height: 17px;
                    width: 44px;
                    left: 0px;
                    margin: 5px 0px 0px 0px;
                }

.defabout {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.welcome-img {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/******************footer main***********************/
.main-footer-top {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #000;
    position: relative;
}

    .main-footer-top:before {
        position: absolute;
        height: 50px;
        width: 72%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: right;
        right: 0px;
        background-color: #e12235;
        background-image: url(https://www.transparenttextures.com/patterns/ecailles.png);
        top: -25px;
        content: "";
    }

    .main-footer-top:after {
        position: absolute;
        right: 0px;
        top: -25px;
        width: 50px;
        height: 50px;
        content: '';
        background-color: #fff;
        background-image: url(https://www.transparenttextures.com/patterns/ecailles.png);
        transform: skewX(30deg);
        margin-right: 70%;
    }


.main-footer-top-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
}

.main-footer-top-iner2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main-footer-img {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec {
    height: auto;
    width: 100%;
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #f5f5f5;
}


.about-footer-sec-images {
    margin: 0px auto;
}

.about-footer-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}

.footergoogle-map {
    height: 220px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.about-footer-sec-psec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #9e9e9e;
    text-align: justify;
}

.about-footer-sec-aa {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
    color: #cecece;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .about-footer-sec-aa:hover {
        color: #fff;
    }

.about-companys-u {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

    .about-companys-u li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .about-companys-u li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 5px 0px 5px;
            float: left;
        }

            .about-companys-u li a i {
                height: 30px;
                width: 30px;
                margin: 0px 0px 0px 0px;
                padding: 5px 0px 0px 0px;
                float: left;
                font-size: 18px;
                text-align: center;
                color: #fff;
                border: 2px solid #ff5b5b;
                background: #ff0000;
            }


.information-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.information-li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
}

.information-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #9e9e9e;
    position: relative;
    text-transform: capitalize;
}

    .information-a:hover {
        color: #9e9e9e;
    }

    .information-a:before {
        font-family: fontAwesome;
        content: "\f105 ";
        font-size: 16px;
        line-height: 23px;
        color: #ffffff;
        left: 0px;
        top: 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        margin: 0px 0px 0px 0px;
    }

.address-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.address-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.company-add-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #c5cdcf;
}

.company-a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #f2f9bc;
}

    .company-a:hover {
        color: #f2f9bc;
    }

.mobile-buttom {
    height: auto;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 40px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #9e9e9e;
    position: relative;
}

    .mobile-buttom:hover {
        color: #9e9e9e;
    }



    .mobile-buttom:before {
        font-family: fontAwesome;
        content: "\f041";
        padding: 6px 0px 0px 0px;
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        height: 30px;
        width: 30px;
        background: #000000;
        border-radius: 0px 0px 0px 0px;
        top: 0px;
        left: 0px;
        position: absolute;
        text-align: center;
        margin: 4px 0px 0px 0px;
    }

.fut-contact:before {
    font-family: fontAwesome;
    content: "\f095";
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 0px 0px 0px 0px;
    top: -7px;
    left: 0px;
    position: absolute;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.fut-whatsapp:before {
    font-family: fontAwesome;
    content: "\f232";
    color: #30d400;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 0px 0px 0px 0px;
    top: -7px;
    left: 0px;
    position: absolute;
    text-align: center;
    margin: 10px 0px 0px 0px;
}


.fut-email:before {
    font-family: fontAwesome;
    content: "\f003";
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    background: #000;
    top: 0px;
    left: 0px;
    position: absolute;
    text-align: center;
    margin: 4px 0px 0px 0px;
}

.about-companys {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-imge {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-companys-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}

.opening-hours {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .opening-hours ul {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
    }

        .opening-hours ul li {
            list-style-type: none;
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 10px 0px 10px 0px;
            float: left;
            border-bottom: 1px dashed #333333;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            color: #9e9e9e;
        }


/********************Down footer****************/
.footer-downmain-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 25px 0px;
    float: left;
    background: #006690;
}

.footer-down-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
    border-top: 1px solid #2c2c2c;
}

    .footer-down-iner p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 26px;
        color: #dddddd;
        text-align: center;
    }

.footer-down-iner2 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 100%;
}

.designer_link2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    text-align: right;
}

.main-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    background: #062633;
}

.main-footer-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-logo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.footer-social {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.footer-social-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-social-ul li {
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .footer-social-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 0px 15px 0px 0px;
        }

            .footer-social-ul li a i {
                height: 30px;
                width: 30px;
                margin: 0px 0px 0px 0px;
                padding: 3px 0px 0px 0px;
                font-size: 16px;
                line-height: 23px;
                text-align: center;
                color: #fff;
                font-weight: 400;
                background: #00aced;
            }

/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    text-align: center;
}


/*******highlight******/
.high45mm {
    height: auto;
    width: 100%;
    margin: 40px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.highlightsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 0px;
    float: left;
    background: #f9f9f9;
    background-image: url(https://www.transparenttextures.com/patterns/tapestry.png);
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.highlightsec-mainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hiligh11 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hiligh11-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    float: left;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    text-align: left;
    background: #ff8f8f;
    background-image: url(https://www.transparenttextures.com/patterns/tapestry.png);
    text-transform: uppercase;
}

/********************/
.marqueelnews {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    float: left;
}

    .marqueelnews ul {
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
    }

        .marqueelnews ul li {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 30px 0px 0px;
            list-style-type: none;
            display: inline-block;
        }

            .marqueelnews ul li a {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font-size: 15px;
                line-height: 25px;
                font-weight: 600;
                color: #333;
            }

.loginmessageLog {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #e12235;
}

/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 6px 10px 10px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #ffffff;
    background-color: #138400d4;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-light.png);
    font-weight: 600;
    letter-spacing: 1px;
}


.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #383838;
    font-weight: 600;
}

.calender-icon44 {
    color: #ffffff;
    position: absolute;
    padding: 0px 0px 0px 0px;
    left: -11px;
    top: -10px;
    width: 52px;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 18px;
}

.mnge-bdy-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;
}

.career-sec {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 30px;
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 4px 26px 3px rgb(234, 230, 227);
}

.career-h {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    color: #67b341;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Poppins;
}


/*-------------------Video Page------------------*/
.video-wpr {
    margin: 2px 0px 17px 0px;
    padding: 5px;
    width: 100%;
    height: auto;
    float: left;
    background: #033b4a;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.video-ifrm-wpr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.video-title-h {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.anglr-btn-ul {
    margin: 15px 0px 15px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .anglr-btn-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .anglr-btn-ul li a {
            margin: 0px;
            text-decoration: none;
            background: linear-gradient(60deg, #fc075f, #ff6c12);
            color: #fff;
            padding: 2px 5px 4px 5px;
            min-width: 50px;
            text-align: center;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
        }

            .anglr-btn-ul li a:hover {
                background: linear-gradient(60deg, #08bd05, #ff8c00);
                color: #fff;
            }


/***********noticeboard*/
.noticeboard-sectmar {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.loginaa-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #fff!important;
}
/******************/

/******************************captcha**********************/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.protectedcap {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #0d9825;
    padding: 9px 10px 6px 10px;
    border: 1px solid #0d9825;
    color: #fff;
    font-weight: 600;
    height: 40px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 10px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.protectedcap22 {
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 8px 10px;
    border: 1px solid #0d9825;
    color: #333;
    font-weight: 600;
    height: 40px;
    width: 90px;
    float: left;
    margin: 0px 10px 0px 0px;
}

    .protectedcap22:focus {
        border-color: #0d9825!important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }


.btnrefreshcaptcha {
    height: 40px;
    width: 40px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff!important;
    line-height: 40px;
    text-align: center;
    background-color: #0d9825;
    border: 1px solid #0d9825;
}

    .btnrefreshcaptcha:hover {
        background-color: #e12235;
        border: 1px solid #e12235;
    }


/**************************vision**************/
.default-vision {
    height: auto;
    width: 100%;
    margin: 60px 0px 60px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.default-vision-head {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.visbox-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 15px 0px 15px;
    float: left;
}

.visbox-section55 {
    height: 70px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.visbox-section-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #211f1f;
    text-align: center;
    letter-spacing: 0.5px;
}


.buttonsec-vis {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: -18px;
}


.buttonsec-visa {
    height: auto;
    width: 120px;
    margin: 0px auto;
    padding: 8px 20px 8px 20px;
    /* float: left; */
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    background-color: #e12235;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.vissmarg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .vissmarg:hover {
    }

        .vissmarg:hover .buttonsec-visa {
            background-color: #007848;
        }


.studentsbord-haa {
    position: relative;
    border: 1px solid #e12235;
    height: auto;
    z-index: 9;
    padding: 100px 0px 100px 0px;
    margin: 0px 0px 0px 0px;
}

.studentsbord-haa22 {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #4d4a74;
    top: 5px;
    left: 5px;
    z-index: -1;
}

.headingfacil {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.headingfacil-h1 {
    height: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #e12235;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.headingfacil-aa {
    height: auto;
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 4px 20px 4px 20px;
    float: right;
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    background-color: #e12235;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    transform: translateY(0px);
}


    .headingfacil-aa:hover {
        background-color: #0d9825;
    }

/**********/
/***********apply for *****/
.applyforsecc {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}



/*****hover ******/
.section-title h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #9dabaf;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-title h2.title {
    font-family: Saira,Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #033b4a;
    margin-bottom: 5px;
}

.row-title h2.title {
    font-size: 40px;
    line-height: 49px;
}

.row-title h5 {
    margin-bottom: 10px;
}

.section-title.with-desc {
    margin-bottom: 40px;
}

    .section-title.with-desc .title-desc {
        margin-top: 6px;
        display: inline-block;
    }

.sep_holder_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

    .sep_holder_box .sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%;
    }

.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #f2f2f2;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.ttm-bgcolor-darkgrey .sep-line {
    border-color: rgba(255,255,255,.14);
}

.ttm-bgcolor-white .sep-line {
    border-color: #f1f1f1;
}

.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: 0 0;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    font-family: Saira,Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .ttm-btn.ttm-icon-btn-left {
        padding-left: 44px;
    }

    .ttm-btn.ttm-icon-btn-right {
        padding-right: 44px;
    }

    .ttm-btn.ttm-icon-btn-left i {
        left: 20px;
    }

    .ttm-btn.ttm-icon-btn-right i {
        right: 20px;
    }

    .ttm-btn.ttm-icon-btn-right {
        padding-right: 22px;
    }

        .ttm-btn.ttm-icon-btn-right i {
            right: 2px;
        }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: #fff;
}

.ttm-btn i {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.ttm-btn.ttm-icon-btn-right {
    text-align: right;
}

.ttm-btn.ttm-icon-btn-left {
    text-align: left;
}

.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

    .ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right {
        padding-right: 31px;
    }

    .ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left {
        padding-left: 31px;
    }

        .ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left i {
            left: 12px;
        }

    .ttm-btn.ttm-btn-size-xs i {
        font-size: 14px;
        height: 11px;
        line-height: 11px;
        right: 12px;
    }

.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 10px 24px 10px 24px;
}

    .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right {
        padding-right: 39px;
    }

    .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left {
        padding-left: 39px;
    }

        .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left i {
            left: 16px;
        }

    .ttm-btn.ttm-btn-size-sm i {
        font-size: 11px;
        height: 12px;
        line-height: 12px;
        right: 16px;
    }

.ttm-btn.ttm-btn-size-md {
    font-size: 13px;
    padding: 13px 30px 13px 30px;
}

    .ttm-btn.ttm-btn-size-md.ttm-icon-btn-right {
        padding-right: 48px;
    }

    .ttm-btn.ttm-btn-size-md.ttm-icon-btn-left {
        padding-left: 48px;
    }

        .ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i {
            left: 20px;
        }

    .ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
        font-size: 11px;
        height: 11px;
        line-height: 11px;
        right: 20px;
    }

.ttm-btn.ttm-btn-size-lg {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 45px;
}

    .ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right {
        padding-right: 60px;
    }

    .ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left {
        padding-left: 60px;
    }

        .ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left i {
            left: 25px;
        }

    .ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right i {
        font-size: 20px;
        height: 16px;
        line-height: 16px;
        right: 25px;
    }

.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 5px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: 0 0;
}

.ttm-btn.btn-inline {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}

.ttm-video-btn.video-btn-left {
    left: 0;
}

.ttm-video-btn.text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 165px;
}

.video-btn-left .ttm-play-btn {
    padding-left: 90px;
}

.ttm-video-btn.video-btn-center {
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.ttm-video-btn:hover a {
    opacity: .9;
    color: #fff;
}

.ttm-play-btn {
    margin-bottom: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 20px 10px 50px;
    position: relative;
}

.ttm-video-btn .ttm-btn-play {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    padding-left: 7px;
    text-align: center;
    font-size: 25px;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate(-25%,-10%);
    -ms-transform: translate(-25%,-10%);
    -o-transform: translate(-25%,-10%);
    transform: translate(-25%,-10%);
}

.ttm-btn-play:after, .ttm-btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.ttm-btn-play:after {
    z-index: 1;
    width: 95px;
    height: 95px;
    opacity: .5;
}

.ttm-btn-play:before {
    z-index: 2;
    width: 75px;
    height: 75px;
    opacity: .65;
    z-index: -1;
}

.ttm-play-btn:hover, .ttm-video-btn span.ttm-btn-play {
    color: #fff;
}

.ttm-btn-play i {
    z-index: 9;
    position: relative;
}

.ttm-btn-play:after, .ttm-btn-play:before {
    -webkit-animation: scaling 1.05s infinite;
    -moz-animation: scaling 1.05s infinite;
    -ms-animation: scaling 1.05s infinite;
    -o-animation: scaling 1.05s infinite;
    animation: scaling 1.05s infinite;
}

@-webkit-keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.ttm-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

    .ttm-icon i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .ttm-icon.ttm-icon_element-size-xs {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

        .ttm-icon.ttm-icon_element-size-xs i {
            font-size: 19px;
        }

    .ttm-icon.ttm-icon_element-size-sm {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

        .ttm-icon.ttm-icon_element-size-sm i {
            font-size: 28px;
        }

    .ttm-icon.ttm-icon_element-size-md {
        height: 56px;
        width: 56px;
        line-height: 56px;
    }

        .ttm-icon.ttm-icon_element-size-md i {
            font-size: 30px;
        }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 58px;
        width: 60px;
        line-height: 60px;
    }

        .ttm-icon.ttm-icon_element-size-lg i {
            font-size: 45px;
        }

    .ttm-icon.ttm-icon_element-style-round {
        border-radius: 5px;
    }

    .ttm-icon.ttm-icon_element-style-rounded {
        border-radius: 50%;
    }

    .ttm-icon.ttm-icon_element-style-square {
        border-radius: 0;
    }

    .ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
        background-color: transparent;
    }

.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ttm-list.ttm-list-style-icon li {
        position: relative;
        padding-bottom: 7px;
        font-family: Saira,Arial,Helvetica,sans-serif;
    }

        .ttm-list.ttm-list-style-icon li i {
            position: absolute;
            left: 0;
            top: 5px;
        }

    .ttm-list.ttm-list-style-icon .ttm-list-li-content {
        display: inline-block;
        padding-left: 30px;
        font-weight: 500;
    }

.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
    height: 70px;
    width: 70px;
}

    .ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
        padding-left: 7px;
    }

.ttm-center-video-icon, .ttm-left-video-icon, .ttm-right-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.inside {
    text-align: center;
    position: relative;
    padding: 29px 15px 21px 15px;
    margin-bottom: 30px;
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
    position: absolute;
    top: 36px;
}

.ttm-fid-icon-wrapper i {
    font-size: 40px;
    line-height: 1;
}

.ttm-fid-view-lefticon .ttm-fid-contents {
    padding-left: 60px;
    text-align: left;
}

.inside h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 45px;
}

.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    color: #033b4a;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 0;
}

    .inside h3 span {
        padding: 2px 4px 0 4px;
        display: block;
    }

.ttm-fid-border .inside {
    margin-bottom: 0;
    padding-top: 29px;
    padding-bottom: 25px;
    padding-left: 29px;
}

.ttm-fid-border .row > [class*=col-] {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
}

    .ttm-fid-border .row > [class*=col-]:nth-child(3n+1) {
        border-left: none;
    }

    .ttm-fid-border .row > [class*=col-]:nth-last-child(-n+3) {
        border-bottom: none;
    }

.ttm-fid-border .row > [class*=col-sm-6]:nth-child(2n+1) {
    border-left: none;
}

.ttm-fid-border .row > [class*=col-sm-6]:last-child {
    border-left: 1px solid!important;
}

.ttm-fid-border .row > [class*=col-sm-6]:nth-child(2) {
    border-bottom: 1px solid!important;
}

.ttm-highlight-fid {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    max-width: 255px;
    top: -270px;
    left: 80px;
    margin-bottom: -145px;
}

    .ttm-highlight-fid:after {
        position: absolute;
        content: '';
        bottom: 0;
        width: 0;
        height: 0;
        left: 20%;
        border: 20px solid transparent;
        border-bottom: 0;
        border-top-color: #fff;
        margin-left: -21px;
        margin-bottom: -19px;
    }

    .ttm-highlight-fid .ttm-fid-icon-wrapper i {
        font-size: 50px;
    }

.ttm-fid-view-lefticon.ttm-highlight-fid .ttm-fid-contents {
    padding-left: 60px;
    text-align: left;
}

.ttm-fid.inside.ttm-highlight-fid h4 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #033b4a;
}

.ttm-highlight-fid.inside h3 span {
    color: #9dabaf;
}

.ttm-highlight-fid.ttm-fid.inside sup {
    top: -1.2em;
    font-size: 30px;
    font-weight: 400;
    left: 2px;
}

.ttm-fid-view-topicon {
    padding: 30px 0 2px;
    padding-left: 0;
}

.ttm-facts-colum-sep .col-md-3 {
    padding: 35px 0 30px;
}

    .ttm-facts-colum-sep .col-md-3:not(:last-child):after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,.23);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        top: 50%;
        -khtml-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

.ttm-fid.ttm-fid-view-topicon .ttm-fid-icon-wrapper {
    margin-bottom: 0;
    width: 122px;
    height: 61px;
    line-height: 61px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.inside.ttm-fid-view-topicon h4 {
    font-size: 44px;
    line-height: 55px;
}

.featured-icon-box {
    position: relative;
}

    .featured-icon-box .ttm-icon {
        margin-bottom: -10px;
    }

.featured-title h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured-title h6 {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 14px;
}

.featured-icon-box.featured-icon-hover:hover .ttm-icon {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.ttm-box-seperator {
    margin: 0;
}

    .ttm-box-seperator .featured-icon-box {
        padding: 41px 31px 31px;
    }

    .ttm-box-seperator.row > [class*=col-] {
        border-right: 1px solid #f2f2f2;
    }

        .ttm-box-seperator.row > [class*=col-]:last-child {
            border-right: none;
        }

    .ttm-box-seperator.ttm-row-seperator > [class*=col-] {
        padding: 0;
    }

        .ttm-box-seperator.ttm-row-seperator > [class*=col-]:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #f2f2f2;
        }

.featured-icon-box.style1 {
    padding: 32px 35px 11px;
    border: 2px solid transparent;
    margin-bottom: 10px;
}

    .featured-icon-box.style1 .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 55px!important;
    }

    .featured-icon-box.style1 .ttm-icon {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .featured-icon-box.style1:hover .ttm-icon {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        opacity: 1;
    }

.featured-icon-box.style2 {
    padding: 41px 30px 1px 30px;
    border: 1px solid #e7f1f4;
    margin-bottom: 10px;
}

.featured-icon-box.left-icon.style3 {
    padding: 0 0 11px 0;
}

    .featured-icon-box.left-icon.style3 .ttm-icon.ttm-icon_element-size-md {
        height: 75px;
        width: 75px;
        margin-right: 10px;
        margin-top: 5px;
    }

        .featured-icon-box.left-icon.style3 .ttm-icon.ttm-icon_element-size-md i {
            font-size: 30px;
        }

.featured-icon-box.style4 {
    display: table;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(41,61,88,.1);
    box-shadow: 1px 1px 3px 0 rgba(41,61,88,.1);
}

    .featured-icon-box.style4 .featured-icon-box-inner {
        background: #fff;
        padding: 40px 0 0;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

.col-lg:not(:last-child) .featured-icon-box.style4 .featured-icon-box-inner:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px;
}

.featured-icon-box.style4 .featured-title h5 {
    margin-bottom: 0;
    line-height: 24px;
}

.featured-desc p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    height: auto;
    width: 100%;
    float: left;
    color: #033b4a;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}



.featured-icon-box.style4 a.di_link {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 auto;
}

.featured-icon-box.style4 .ttm-di_links {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.featured-icon-box.style4:hover .ttm-di_links {
    margin-top: 20px;
    margin-bottom: 40px;
    opacity: 1;
}

.featured-icon-box.style5 {
    border: 1px solid #184d5b;
    padding: 40px 35px 20px 30px;
    position: relative;
    overflow: hidden;
}

    .featured-icon-box.style5 .featured-icon {
        margin-bottom: 30px;
    }

    .featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 50px;
    }

    .featured-icon-box.style5:hover {
        z-index: 1;
    }

    .featured-icon-box.style5:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
        -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
        -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
        -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
        transition: .55s cubic-bezier(.68,1.55,.265,.55);
    }

    .featured-icon-box.style5:hover:before {
        bottom: 0;
    }

.featured-icon-box.left-icon {
    display: table;
    margin-bottom: 15px;
}

    .featured-icon-box.left-icon .featured-content, .featured-icon-box.left-icon .featured-icon, .featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border) {
        display: table-cell;
        vertical-align: middle;
    }

    .featured-icon-box.left-icon.icon-align-top .featured-icon {
        vertical-align: top;
    }

    .featured-icon-box.left-icon .featured-content {
        padding-left: 15px;
    }

    .featured-icon-box.left-icon .featured-title h5 {
        font-size: 19px;
        line-height: 22px;
    }

.featured-icon-box.icon-box-heading-only .featured-icon .ttm-icon.ttm-icon_element-border {
    border: 1px solid;
}

.featured-icon-box.icon-box-heading-only .featured-title h5 {
    margin-bottom: 0;
}

.featured-icon-box.icon-box-heading-only .featured-desc p {
    margin-bottom: 0;
}

.featured-icon-box.left-icon .ttm-icon_element-size-md i {
    font-size: 25px;
}

.featured-icon-box.left-icon .ttm-icon.ttm-icon_element-size-md {
    height: 30px;
    width: 30px;
}

.featured-icon-box.iconalign-before-heading {
    margin-bottom: 15px;
}

    .featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md {
        height: 50px;
        width: 30px;
    }

    .featured-icon-box.iconalign-before-heading .featured-icon .ttm-icon.ttm-icon_element-border {
        border: 1px solid;
    }

    .featured-icon-box.iconalign-before-heading .featured-icon {
        padding-right: 15px;
    }

    .featured-icon-box.iconalign-before-heading .featured-icon, .featured-icon-box.iconalign-before-heading .featured-title {
        display: table-cell;
        vertical-align: middle;
    }

        .featured-icon-box.iconalign-before-heading .featured-title h5 {
            margin-bottom: 0;
        }

        .featured-icon-box.iconalign-before-heading .featured-title h4 {
            font-size: 14px;
            line-height: 18px;
            font-family: Ubuntu,Arial,Helvetica;
            font-weight: 400;
            margin-bottom: 0;
        }

body {
    counter-reset: section;
}

.featuredbox-number .ttm-num:before {
    counter-increment: section;
    content: counter(section,decimal-leading-zero) " ";
}

.featured-icon-box .ttm-icon.ttm-icon_element-size-sm {
    height: 54px;
    width: 54px;
}

    .featured-icon-box .ttm-icon.ttm-icon_element-size-sm i {
        font-size: 25px;
    }

.featured-icon-box.iconalign-before-heading.style3 {
    padding: 30px 15px 20px 30px;
    background-color: #fff;
    border-radius: 6px;
}

    .featured-icon-box.iconalign-before-heading.style3 .ttm-icon {
        height: 46px;
        width: 46px;
    }

        .featured-icon-box.iconalign-before-heading.style3 .ttm-icon i {
            font-size: 40px;
        }

    .featured-icon-box.iconalign-before-heading.style3 .featured-desc {
        position: relative;
        padding-top: 20px;
        margin-top: 25px;
        border-top: 1px solid rgba(0,0,0,.04);
    }

        .featured-icon-box.iconalign-before-heading.style3 .featured-desc p {
            color: #9dabaf;
        }

.featured-icon-box.icon-box-heading-only.style6 {
    padding: 0 0 15px 0;
}

    .featured-icon-box.icon-box-heading-only.style6 .ttm-icon {
        height: 44px;
        width: 44px;
    }

        .featured-icon-box.icon-box-heading-only.style6 .ttm-icon i {
            font-size: 40px;
        }

    .featured-icon-box.icon-box-heading-only.style6 .featured-title h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

.ttm-left-quote blockquote {
    padding: 2px 15px 0 75px;
    margin: 0;
    position: relative;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.4);
}

    .ttm-left-quote blockquote .quote-text {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 15px;
        color: #fff;
    }

        .ttm-left-quote blockquote .quote-text::before {
            content: "â€œ";
            font-family: Roboto,sans-serif;
            position: absolute;
            color: #fff;
            font-size: 150px;
            font-weight: 500;
            top: 52px;
            left: 0;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px #fff;
        }

    .ttm-left-quote blockquote cite {
        position: relative;
        padding-left: 50px;
    }

        .ttm-left-quote blockquote cite:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 40px;
            left: 0;
            top: 45%;
            opacity: .8;
            background-color: #fff;
        }

.featured-icon-box.style7 {
    padding: 0 0 15px 0;
}

    .featured-icon-box.style7 .featured-title h5 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

.featured-icon-box.style8 {
    padding: 15px 10px 15px 10px;
    margin-top: 15px;
    z-index: 2;
    background-color: #f9fafa;
    border: 1px solid #eeeeee9e;
    border-radius: 4px;
}

    .featured-icon-box.style8 .featured-title h5 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 23px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.5px;
    }

    .featured-icon-box.style8 .ttm-icon {
        text-align: center;
        margin-bottom: 0;
        width: 98px;
        height: 98px;
        line-height: 98px;
        border-radius: 50%;
        margin: 9px;
        background-color: #fff;
    }

        .featured-icon-box.style8 .ttm-icon i {
            font-size: 40px;
            color: #31015e;
        }

    .featured-icon-box.style8 .featured-icon {
        position: relative;
        z-index: 1;
        width: 122px;
        height: 122px;
        line-height: 122px;
        border: 1px solid #31015e;
        color: #31015e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 20px;
    }

        .featured-icon-box.style8 .featured-icon .ttm-icon-dots {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-animation: service-dots 2s infinite linear;
            -moz-animation: service-dots 2s infinite linear;
            -o-animation: service-dots 2s infinite linear;
            animation: service-dots 2s infinite linear;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused;
        }

            .featured-icon-box.style8 .featured-icon .ttm-icon-dots:before {
                content: '';
                position: absolute;
                width: 15px;
                height: 15px;
                background: #033b4a;
                border-radius: 50%;
                right: -1px;
                top: 25px;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
            }

    .featured-icon-box.style8:hover .featured-icon .ttm-icon-dots:nth-child(1) {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
    }

@keyframes service-dots {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.featured-icon-box.style8.active .featured-icon-box-inner:before, .featured-icon-box.style8:hover .featured-icon-box-inner:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.featured-icon-box.style8 .featured-icon-box-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #31015e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.featured-icon-box.style8.active .featured-title h5, .featured-icon-box.style8.active p, .featured-icon-box.style8:hover .featured-title h5, .featured-icon-box.style8:hover p {
    color: #fff;
}

.featured-icon-box.style8.active .featured-icon .ttm-icon-dots:before, .featured-icon-box.style8.active .ttm-icon, .featured-icon-box.style8:hover .featured-icon .ttm-icon-dots:before, .featured-icon-box.style8:hover .ttm-icon {
    background-color: #eff901;
}

.featured-icon-box.style8.active .featured-icon, .featured-icon-box.style8:hover .featured-icon {
    border-color: #fff;
}

.featured-imagebox .featured-thumbnail, .featured-imagebox .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 15px;
}

.featured-imagebox.ttm-box-view-top-image .featured-content-bottom {
    padding: 23px 30px 20px 30px;
    background-color: #fff;
}

    .featured-imagebox.ttm-box-view-top-image .featured-content-bottom .featured-title h5 {
        margin-bottom: 5px;
    }

.featured-imagebox-portfolio {
    position: relative;
}

.ttm-boxes-row-wrapper .ttm-box-col-wrapper {
    margin-bottom: 30px;
}

.ttm-portfolio-box-view-overlay.ttm-box-view-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translateX(-5px) translateY(5px);
    transform: translateX(-5px) translateY(5px);
    background-color: rgba(3,59,74,.85);
}

.featured-imagebox-portfolio:hover .ttm-portfolio-box-view-overlay.ttm-box-view-overlay {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.ttm-portfolio-box-view-overlay.ttm-box-view-overlay .ttm-box-view-content-inner {
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.ttm-portfolio-box-view-overlay .ttm-box-view-content-inner .featured-title {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.ttm-portfolio-box-view-overlay .ttm-box-view-content-inner span.category {
    display: block;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.ttm-portfolio-box-view-overlay:hover .ttm-box-view-content-inner .featured-title, .ttm-portfolio-box-view-overlay:hover .ttm-box-view-content-inner span.category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ttm-portfolio-box-view-overlay .ttm-box-view-content-inner .featured-title h5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    text-overflow: ellipsis;
}

.featured-imagebox-portfolio .category, .ttm-portfolio-box-view-overlay .ttm-box-view-content-inner span.category a {
    font-family: Saira,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a {
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    text-align: center;
}

.featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content {
    padding: 20px 20px;
    position: relative;
    text-align: center;
    background-color: #fff;
}

    .featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content .featured-title h5, .featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content .featured-title h5 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content .featured-title h5 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 25px;
    }

.featured-imagebox-portfolio.ttm-box-view-top-image .category {
    color: #828c95;
    margin-top: -3px;
    display: block;
}

.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
    top: 50%;
    right: 50%;
    margin-top: -17px;
    margin-right: -17px;
}

.featured-imagebox-team {
    overflow: hidden;
    position: relative;
}

    .featured-imagebox-team .ttm-team-position {
        font-size: 13px;
        color: #9dabaf;
    }

    .featured-imagebox-team .featured-title h5 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -2px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .featured-imagebox-team.ttm-team-box-view-overlay {
        margin: 5px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
        -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
        box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    }

        .featured-imagebox-team.ttm-team-box-view-overlay .featured-thumbnail {
            border: 8px solid #fff;
            border-bottom: none;
        }

        .featured-imagebox-team.ttm-team-box-view-overlay .featured-content {
            text-align: center;
            position: relative;
            z-index: 2;
            padding: 11px 18px 2px;
        }

        .featured-imagebox-team.ttm-team-box-view-overlay .ttm-box-view-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            text-align: left;
            opacity: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            background-color: rgba(3,59,74,.9);
            border: 8px solid #01d6a3;
            border-bottom: none;
        }

        .featured-imagebox-team.ttm-team-box-view-overlay:hover .ttm-box-view-overlay {
            opacity: 1;
        }

    .featured-imagebox-team .ttm-media-link a {
        border: none;
        text-align: center;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -webkit-transition: all .4s ease-out 0s;
        transition: all .4s;
        font-weight: 600;
        font-size: 16px;
        margin-top: -18px;
        margin-left: -17px;
    }

    .featured-imagebox-team.ttm-team-box-view-overlay:hover .ttm-box-view-overlay a {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .featured-imagebox-team .ttm-team-box-view-overlay .featured-content-team {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 30px;
        padding-bottom: 19px;
        transition-duration: .3s;
        color: #fff;
    }

        .featured-imagebox-team .ttm-team-box-view-overlay .featured-content-team > div {
            display: block;
            position: relative;
            top: 100px;
            transition-duration: .3s;
            transition-property: top,opacity;
            transition-delay: 0s;
            opacity: 0;
            text-align: left;
        }

    .featured-imagebox-team .ttm-team-box-view-overlay .featured-title h5 {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .featured-imagebox-team .ttm-social-links-wrapper ul {
        padding: 7px 0;
    }

        .featured-imagebox-team .ttm-social-links-wrapper ul li a {
            display: block;
            color: #fff;
            width: 25px;
            font-size: 15px;
            text-align: left;
            background-color: transparent;
        }

    .featured-imagebox-team .ttm-team-box-view-overlay {
        position: relative;
    }

        .featured-imagebox-team .ttm-team-box-view-overlay:before {
            content: '';
            background: linear-gradient(to bottom,rgba(4,62,76,0) 0,rgba(4,62,76,.9) 100%);
            width: 100%;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top,opacity;
            transition-duration: .3s;
        }

    .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-content-team > div, .featured-imagebox-team:hover .ttm-team-box-view-overlay:before {
        opacity: 1;
    }

    .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-content-team > div, .featured-imagebox-team:hover .ttm-team-box-view-overlay:before {
        top: 0;
    }

.featured-imagebox-post .featured-content .featured-title h5 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}

/******end hover*/
/****directormess*/

.directdefff {
    width: 100%;
    margin: 30px 0px 60px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
    background: #f9f9f9;
    background-image: url(https://www.transparenttextures.com/patterns/tapestry.png);
}

.lineer {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    border-top: 1px solid #e1e0e0;
}

.lineerpp {
    height: auto;
    width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.contaa {
    color: #333;
}
