/*
/*
Name : Unique - Creative Mobile Template
Author : Ngetemplates
Author URL : https://themeforest.net/user/ngetemplates
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Quote
- Features
- Testimonial
- Blog
- Blog single
- Shop
- Shop single
- Checkout
- Portfolio
- Team
- Pricing
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Montserrat:400,500,600,700');*/

/* ------------------------------
  General
---------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Arimo', sans-serif;
    background: #ffffff;
    color: #777;
}

    body::-webkit-scrollbar {
        display: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: #222;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #464646;
}

p {
    line-height: 22px;
    margin: 5px 0;
}

.sections {
    padding: 30px 0;
}

.pages {
    margin-top: 60px !important;
}

.pages-head {
    text-align: center;
    padding: 0 10px 20px 10px;
    text-transform: uppercase;
}

    .pages-head h3 {
        font-size: 20px;
        font-weight: 500;
    }

.bg-second {
    background: #f4f4f4;
}

.section-head {
    text-align: center;
    margin: 0 auto 25px auto;
}

    .section-head h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .section-head .underline {
        width: 30px;
        height: 2px;
        background: #666;
        margin: 10px auto 0;
    }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
    background-color: transparent;
    border: none;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    padding: 10px;
}

textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    height: auto;
    max-height: 220px;
    width: 70%;
    font-size: 1rem;
    padding: 12px 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    padding: 10px;
}


    input:not([type]):focus:not([readonly]),
    input[type=text]:focus:not([readonly]),
    input[type=password]:focus:not([readonly]),
    input[type=email]:focus:not([readonly]),
    input[type=url]:focus:not([readonly]),
    input[type=time]:focus:not([readonly]),
    input[type=date]:focus:not([readonly]),
    input[type=datetime]:focus:not([readonly]),
    input[type=datetime-local]:focus:not([readonly]),
    input[type=tel]:focus:not([readonly]),
    input[type=number]:focus:not([readonly]),
    input[type=search]:focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
        border: 1px solid #bbb;
        box-shadow: none;
    }

[type="radio"]:checked + label::after,
.with-gap[type="radio"]:checked + label::before,
.with-gap[type="radio"]:checked + label::after {
    border: 2px solid #1e88e5;
}

[type="radio"]:checked + label::after,
.with-gap[type="radio"]:checked + label::after {
    background: #1e88e5;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
    background: #1e88e5;
    color: #ffffff;
    box-shadow: none;
    border-radius: 1px;
    margin: 20px 0 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #1e88e5;
    padding: 6px 12px 4px;
    display: inline-block;
    cursor: pointer;
}

.button-fullwidth {
    width: 100%;
    text-align: center;
}

.button-default a {
    color: #ffffff;
}

.button-default:hover {
    background: #1e88e5;
    opacity: 0.9;
    box-shadow: none;
}

.who-we-are .button-default {
    margin-top: 30px;
    background: #fff;
    color: #1e88e5;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
    background: #1e88e5;
    width: 200px;
    /*height: 65px;*/
    padding: 12px 18px;
    top: 5%;
    right: 0;
    left: 5px;
    text-align: center;
    position: fixed;
    z-index: 99;
}

.site-brand {
    display: inline-block;
}

    .site-brand a h1 {
        font-size: 24px;
        /*font-weight: 500;*/
        line-height: 42px;
        color: #fff;
    }

        .site-brand a h1 span {
            color: #1e88e5;
        }

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
    font-size: 14px;
    height: 45px;
    padding: 0 16px;
}

.side-nav li.active {
    background: #fbfbfb;
}

.side-nav-panel-left {
    float: left;
    font-size: 28px;
}

.side-nav-panel-right {
    float: right;
    font-size: 28px;
}

.side-nav-left {
    font-size: 28px;
    color: #313131;
}

    .side-nav-left i {
        font-size: 22px;
        color: #fff;
    }

.side-nav-right i {
    font-size: 18px;
    color: #fff;
    font-family: Î¢ÈíÑÅºÚ;
}

.side-nav-panel {
    text-align: left;
    background: #0272BC;
}

    /*.side-nav-panel .profil {
        /*background: linear-gradient( rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.8)), url(../img/transparent.jpg) center no-repeat;*/
        height: 15%;
        background-size: cover;
        padding: 50px 0 15px 18px;
        border-top: 0;
    }

        .side-nav-panel .profil img {
            border-radius: 50%;
            width: 80px;
            height: 80px;
            border: 2px solid #ddd;
        }

        .side-nav-panel .profil h2 {
            color: #fff;
            font-size: 20px;
            margin-bottom: 5px;
            cursor: default;
        }

    .side-nav-panel li a {
        color: #FFF;
        font-weight: normal;
    }

    .side-nav-panel li {
        font-weight: 700;
        border-bottom: 1px solid #f3f3f3;
    }

        .side-nav-panel li:last-child {
            border-bottom: 0px solid #f5f5f5;
        }

    .side-nav-panel .li-top {
        padding-top: 10px;
    }

    .side-nav-panel li a:hover {
        background: transparent;
    }

    .side-nav-panel li a i {
        margin: 0 16px 0 0;
        font-size: 2px;
        color: #FFF;
        line-height: 45px;
    }

.side-nav-panel-left .collapsible {
    border: 0;
    background-color: #0272BC;
}

.side-nav .collapsible-body ul li a {
    font-weight: normal;
    color: #FFF;
    margin-left: 28px;
    font-size: 13px;
    line-height: 43px;
}

.side-nav .collapsible-header {
    padding: 0;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
}

    .side-nav .collapsible-header > i {
        margin-left: 17px;
    }

    .side-nav .collapsible-header.active {
        border-bottom: 1px solid #f3f3f3;
    }

    .side-nav .collapsible-header:hover {
        background: transparent;
    }

    .side-nav .collapsible-header.active {
        background: #0272BC;
    }

.collapsible-header i {
    width: auto;
    font-size: 2px;
    color: #fff;
    margin-right: 25px;
}

.collapsible-header span i {
    float: right;
    color: #ffffff;
    font-size: 12px;
}


/* ------------------------------
  Slider
---------------------------------*/
.slider {
    /*margin-top: 10px;*/
    height: 510px !important;
}

.slides {
    height: 500px !important;
}

.slider-content {
    /*margin: 10px auto;*/
    top: 30% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    flex-shrink: 0;
}

.slider .slides li img {
    width: 100%;
    height: 100%;
}

.slider .slides li::before {
    /*background-color: #000;*/
    opacity: 0.5;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-text {
    width: 50%;
    height: 50px;
    background-color: #555;
    filter: alpha(opacity=60);
    opacity: 0.7;
}

.slider-content h2 {
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px
}

.slider-content h4 {
    font-size: 16px;
    color: #ffffff;
}

.slider-content p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}

.slider-content .button-default {
    margin: 20px 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

.slider .indicators {
    position: relative;
    bottom: 26px;
    z-index: 95;
}

    .slider .indicators .indicator-item {
        z-index: 1000;
        height: 8px;
        width: 8px;
        background: #cccccc;
        margin: 0 8px;
    }

        .slider .indicators .indicator-item.active {
            background: #ffffff;
        }

/* ------------------------------
	quote
---------------------------------*/
.quote {
    text-align: center;
    padding: 16px 0 12px;
    background: linear-gradient( rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.8)), url(../img/transparent.jpg) center no-repeat;
    color: #eee;
}


    .quote h5 {
        color: #fff;
        font-size: 18px;
    }

/* ------------------------------
	text image
---------------------------------*/
.text-image .row {
    margin-bottom: 0;
}

.text-image img {
    width: 100%;
    height: 100%;
    float: left;
}

.text-image bguimg {
    width: 100%;
    height: 100%;
    float: left;
}

.text-image .row .col {
    padding: 0;
}

.text-image .content-left {
    width: 25%;
    margin-left: 6%;
    float: left;
    border: 1px solid #999;
    box-shadow: #d5cece 10px 10px 30px 5px;
}


.text-image .content-str {
    width: 100%;
    text-align: center;
    float: left;
}

.text-image .content-gp {
    width: 100%;
    float: left;
    background-color: #0272BC;
    color: #FFF;
    text-indent: 20px;
    /*line-height: 15px;*/
}

.text-image .content-text {
    text-align: center;
    padding: 13px 10px;
}

.text-image h4 {
    font-size: 12px;
    width: 100%;
    /*line-height: 37px ;*/
    color: #FFF;
    float: left;
}

.text-image h6 {
    font-size: 16px;
    width: 100%;
    line-height: 50px
}

.text-image h6f {
    font-size: 12px;
    width: 100%;
    /*line-height: 37px;*/
    float: left;
}

.text-image h8 {
    font-size: 24px;
    width: 40%;
    line-height: 37px;
    color: #FFF;
    float: left;
}

.text-image h8r {
    font-size: 24px;
    width: 40%;
    line-height: 37px;
    color: #FFF;
    margin-right: 20px;
    float: right;
}

.text-image hleft {
    font-size: 18px;
    width: 100%;
    line-height: 37px;
    float: left;
}

.text-image p {
    margin: 5px 0 0;
}

/* ------------------------------
	count
---------------------------------*/
.count .row {
    margin-bottom: 0;
}

.count .content {
    text-align: center;
    border: 5px solid #ddd;
    padding: 10px 10px 6px;
}

    .count .content h5 {
        font-size: 25px;
        color: #1e88e5;
    }

/* ------------------------------
	latest now
---------------------------------*/
.latest-new .head {
    background: linear-gradient( rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.8)), url(../img/transparent.jpg) center no-repeat;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 18px;
}

    .latest-new .head h5 {
        color: #fff;
    }

.latest-new img {
    width: 100%;
    height: 100%;
}

.latest-new h6 {
    font-size: 16px;
}

.latest-new p a {
    color: #1e88e5;
}

/* ------------------------------
	services
---------------------------------*/
.services {
    text-align: center;
}

    .services h5 {
        font-size: 16px;
    }

    .services i {
        font-size: 30px;
        color: #1e88e5;
        margin-bottom: 15px;
    }

    .services .mb {
        margin-bottom: 0;
    }

/* ------------------------------
	service
---------------------------------*/
.service .c-right {
    text-align: right;
}

.service .content i {
    width: 60px;
    height: 50px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

.service-two {
    text-align: center;
}

    .service-two .icon {
        border-radius: 50%;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        margin: 5px auto 15px;
    }

        .service-two .icon i {
            font-size: 24px;
            color: #fff;
        }


.m-bottom {
    margin-bottom: 0;
}


/* ------------------------------
	features
---------------------------------*/
.features {
    margin-bottom: 20px;
}

    .features:last-child {
        margin-bottom: 0;
    }

    .features .icon {
        border-radius: 50%;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 58px;
        margin: 5px auto 8px;
        float: left;
        margin-right: 20px;
    }

        .features .icon i {
            font-size: 30px;
            color: #555;
        }

    .features .content {
        overflow: hidden;
    }

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial {
    text-align: center;
    background: linear-gradient( rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url(../img/transparent.jpg) center no-repeat;
}

    .testimonial img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

    .testimonial i {
        font-size: 24px;
        margin-bottom: 10px;
        color: #fff;
    }

    .testimonial p {
        font-style: italic;
        color: #fff;
    }

    .testimonial h6 {
        font-size: 14px;
        margin: 15px 0;
        color: #fff;
    }

    .testimonial .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
        background: #fff;
    }

    .testimonial .owl-theme .owl-controls {
        margin-top: 0;
    }

/* ------------------------------
  Testimonial pages
---------------------------------*/
.testimonial-pages {
    text-align: center;
}

    .testimonial-pages img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

    .testimonial-pages i {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .testimonial-pages p {
        font-style: italic;
    }

    .testimonial-pages h6 {
        font-size: 14px;
        margin: 15px 0;
    }

    .testimonial-pages .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
    }

    .testimonial-pages .owl-theme .owl-controls {
        margin-top: 0;
    }

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
    text-align: center;
}

    .latest-news img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .latest-news .date i {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .latest-news .button-default {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
    }

/* ------------------------------
  About us
---------------------------------*/
.about-us {
    margin: 0;
}

    .about-us img {
        width: 100%;
        height: 100%;
        margin-bottom: 8px;
    }

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
    text-align: center;
}

    .latest-news img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .latest-news .date i {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .latest-news .button-default {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
    }


/* ------------------------------
  Blog
---------------------------------*/
.blog-content img {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    float: left;
}

.blog-content back {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    float: left;
}

.blog-content h5 {
    font-size: 18px;
}

.blog-content .date i {
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-content .button-default {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.blog-detailt {
    background: #f6f6f6;
    border-top: 0;
    padding: 20px 16px;
    margin-bottom: 20px;
}

.pagination-blog {
    background: #f6f6f6;
    padding: 20px 0;
    text-align: center;
}

    .pagination-blog ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pagination-blog ul li {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin: 4px;
            line-height: 28px;
            font-size: 18px;
        }

        .pagination-blog ul .active a {
            color: #1e88e5;
        }

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.blog-single .date i {
    margin-right: 5px;
    margin-bottom: 10px;
}

.share-post {
    background: #f6f6f6;
    padding: 20px 0;
    margin: 15px 0 25px;
}

    .share-post ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .share-post ul li {
            display: inline-block;
            text-align: center;
            border: 1px solid #777;
            height: 35px;
            width: 35px;
            margin: auto;
            border-radius: 50%;
            line-height: 32px;
            margin: 0 3px;
        }

.comment img {
    border-radius: 50%;
}

.comment h5 {
    margin-bottom: 15px;
}

.comment-form .comment-head {
    margin-bottom: 20px;
}

.comment-form .input-field {
    margin-top: 0;
}

.comment-form .form-button .button-default {
    margin-top: 0;
    margin-bottom: 0;
}


/* ------------------------------
  Shop
---------------------------------*/
.shop {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
}

    .shop img {
        width: 100%;
        height: 100%;
    }

    .shop h6 {
        margin: 5px 0;
        font-size: 16px;
        text-align: center;
    }

        .shop h6 a {
            color: #333;
        }

    .shop span {
        color: #1e88e5;
        font-size: 20px;
        text-align: center;
    }

.shop-pagination {
    background: #f6f6f6;
    padding: 20px 0;
    text-align: center;
}

    .shop-pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .shop-pagination ul li {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin: 4px;
            line-height: 28px;
            font-size: 18px;
        }

        .shop-pagination ul .active a {
            color: #1e88e5;
        }

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
    margin: 0;
}

    .shop-single img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .shop-single h6 {
        margin-bottom: 5px;
    }

    .shop-single span {
        color: #1e88e5;
        font-size: 20px;
    }

    .shop-single .button-default {
        margin: 10px 0;
    }

.review {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

    .review img {
        border-radius: 50%;
    }

    .review h5 {
        margin-bottom: 15px;
    }

.review-form .review-head {
    margin-bottom: 20px;
}

.review-form .input-field {
    margin-top: 0;
}

.review-form .form-button .button-default {
    margin-top: 0;
    margin-bottom: 0;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .input-field {
    margin-top: 0;
}

.checkout .collapsible-header {
    padding-top: 15px;
    padding-bottom: 13px;
}

.checkout .collapsible {
    box-shadow: none;
}

.checkout-content h5 {
    font-size: 15px;
}

.checkout-content .collapsible-body {
    padding: 18px;
}

    .checkout-content .collapsible-body p {
        padding: 0;
    }

.checkout-content h6 {
    color: #666;
    font-size: 15px;
}

.checkout-content .checkout-radio {
    margin: 20px 0 10px 0;
}

.checkout-radio span {
    color: #454545;
    font-weight: 500;
}

.checkout-login {
    margin-top: 20px;
    border-top: 1px dotted #ddd;
    padding-top: 30px;
}

    .checkout-login h5 {
        color: #777;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .checkout-login h6 span {
        font-weight: 600;
        color: #555;
        font-size: 18px;
    }

    .checkout-login p {
        margin: 5px 0 30px;
    }

    .checkout-login .button-default {
        margin-bottom: 0;
    }

.billing-information h5 {
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

.shipping-information h5 {
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

.cart-details h5 {
    font-size: 14px;
    color: #555;
}

.payment-mode ul {
    margin-left: 35px;
}

    .payment-mode ul li {
        display: inline-block;
    }

.payment-mode .button-default {
    display: block;
    text-align: center;
}

.order-review .cart-product img {
    width: 100%;
    height: 100%;
}

.order-review .row {
    margin-bottom: 0;
}

.final-price {
    margin-top: 20px;
}

    .final-price span {
        font-weight: 500;
    }


/* ------------------------------
	portfolio
---------------------------------*/
.portfolio img {
    width: 100%;
    height: 100%;
}

.portfolio ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}

    .portfolio ul li {
        display: inline-block;
        cursor: pointer;
        color: #999;
        padding: 5px 6px;
        margin: 4px 4px;
    }

        .portfolio ul li h5 {
            color: #999;
            padding: 0;
            margin: 0;
        }

.portfolio .active {
    color: #222;
}

    .portfolio .active h5 {
        color: #222;
    }

.portfolio img {
    width: 100%;
    height: 100%;
    float: left;
}

.portfolio-content img {
    width: 100% !important;
    ;
    height: 100% !important;
}

.portfolio .row {
    padding: 0;
    margin: 0;
}

    .portfolio .row .col {
        padding: 5px;
        margin: 0;
    }

/* ------------------------------
  Team
---------------------------------*/
.team {
    background: #f6f6f6;
    text-align: center;
}

    .team img {
        width: 100%;
        height: 100%;
    }

.team-details {
    padding: 10px;
}

    .team-details span {
        margin: 5px 0 8PX;
        display: block;
    }

    .team-details ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .team-details ul li {
            display: inline-block;
            border: 1px solid #777;
            height: 25px;
            width: 25px;
            line-height: 23px;
            text-align: center;
            border-radius: 1px;
            border-radius: 50%;
            margin: 2px;
        }

            .team-details ul li a {
                color: #666;
            }

/* ------------------------------
  Pricing
---------------------------------*/
.pricing {
    border: 1px solid #ddd;
    text-align: center;
}

.pricing-head {
    padding: 20px 10px;
    background: #eee;
    color: #1e88e5;
}

    .pricing-head h5 {
        margin-bottom: 0;
    }

    .pricing-head span {
        font-size: 28px;
    }

.pricing ul {
    padding: 10px;
    margin: 0;
}

    .pricing ul li {
        padding: 6px 0;
        border-bottom: 1px solid #f5f5f5;
    }

.pricing .button-default {
    margin: 10px 0 25px;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us .button-default {
    margin-top: 40px;
    margin-bottom: 0;
    width: 60%
}

.login .button-default {
    margin-top: 25px;
}

.register .button-default {
    margin-top: 0;
}
.textbodyProfile{
 width: 100%;
    height: 100%;
    min-height: 600px;
   
}
.textbody {
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #f5f5f5;
}

/*@media screen and (max-width: 1280px) {
    .textbody {
        width: 100%;
        min-height: 800px;
        height: 100%
    }
}*/
/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
    text-align: center;
}

    .error404 h4 {
        padding-top: 28px;
        display: inline-block;
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-size: 100px;
    }

/*loader custom color*/
.double-bounce1, .double-bounce2 {
    background-color: #1e88e5;
}


/* ------------------------------
  Footer
---------------------------------*/
.footer {
    background: #577791;
    padding: 5px 0 25px 5%;
    border-top: 1px solid #f6f6f6;
}

.about-us-foot {
    color: #f5f5f5;
}

    .about-us-foot span {
        color: #f5f5f5;
    }

    .about-us-foot h6 {
    color: #f5f5f5;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }

.social-media {
    /*text-align: center;*/
    margin: 18px 0 0;
    padding-bottom: 20px;
}

    .social-media a {
        margin: 0 3px;
    }

        .social-media a i {
            text-align: center;
            color: #555;
            border: 1px solid #555;
            height: 35px;
            width: 35px;
            margin: auto;
            border-radius: 50%;
            line-height: 32px;
        }


.copyright span {
    color: #555;
    text-align: center;
}

.companyHistorhead-bgm {
}

.companyHistorbody {
    margin-left: 17%;
    width: 65%;
    height: 70%
}

    .companyHistorbody .row {
        float: left;
        width: 22%;
        /*height: 80px;*/
    }

    .companyHistorbody .sd {
        float: right;
        border: 1px solid #c4c4c4;
        width: 78%;
        margin-top: 17px;
        background-color: #c4c4c4
    }

    .companyHistorbody .row img {
        float: left;
        width: 32px;
        height: 32px
    }

    .companyHistorbody .row h4 {
        color: #0776be;
        margin-top: 50px
    }

    .companyHistorbody .row p {
        width: 100%;
        height: auto;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
    }

    .companyHistorbody .rowlf {
        float: left;
        width: 12%;
        height: 80px;
    }

/*@media screen and (max-width: 1280px) {
    .companyHistorbody .sd {
        float: right;
        border: 1px solid #c4c4c4;
        width: 85%;
        margin-top: 17px;
        background-color: #c4c4c4
    }

    .companyHistorbody .row {
        float: left;
        width: 100%;
    }

    .companyHistorbody .rowlf {
    }
}*/

.companyprofile_top {
    margin-top: 4%;
    width: 124px;
    height: 42px;
    border: 1px solid #1268d2;
    float: left;
    text-align: center;
    line-height: 40px
}

    .companyprofile_top:hover a:hover {
        width: 124px;
        height: 42px;
        border: 1px solid #1268d2;
        background-color: #1268d2;
        float: left;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 22px
    }

    .companyprofile_top a {
        color: #1268d2;
        font-size: 22px
    }

.companyprofile_rt {
    margin-top: 4%;
    width: 124px;
    height: 42px;
    border: 1px solid #1268d2;
    float: left;
    margin-left: 25px;
    text-align: center;
    line-height: 35px
}

    .companyprofile_rt a {
        color: #1268d2;
        font-size: 22px
    }

    .companyprofile_rt:hover a:hover {
        width: 124px;
        height: 42px;
        border: 1px solid #1268d2;
        background-color: #1268d2;
        float: left;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 22px
    }
/*---------------*/
/***** Zoe *****/
/*---------------*/

.img_grid {
    padding: 20px 0 0 15%;
    height: 500px;
    width: 100%;
}

    /* Common style */
    .img_grid figure {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.figure_head {
    text-align: center;
    font-size: 18px;
    padding: 0px  40px
}

.img_grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .img_grid figure figcaption::before,
    .img_grid figure figcaption::after {
        pointer-events: none;
    }

.img_grid figure figcaption,
.img_grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.img_grid figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


.figure_clean {
    height: 350px;
    width: 100%;
    background: #f5f5f5
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 5.75em;
    background: #1268d2;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
    color: #fff;
    width: 100%;
    font-size: 18px
}

figure.effect-zoe span {
    float: left;
    color: #fff;
    font-size: x-small
}



figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

    figure.effect-zoe figcaption > span::before {
        display: inline-block;
        padding: 8px 10px;
        font-family: 'feathericons';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



.news_left_title {
    height: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 10px 5%;
    line-height: 50px
}

    .news_left_title:hover {
        height: 50px;
        width: 100%;
        background-color: #1268d2;
        text-align: center;
        font-size: 18px;
        margin: 10px 5%;
        line-height: 50px;
        color: #fff
    }

.news_right {
    background-color: #fff;
    width: 100%;
    height: 200px;
    margin: 0 0 30px 10%
}

    .news_right ul {
        margin-left: 30px
    }

.news_title {
    font-size: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    height: 60px;
    line-height: 60px
}

.news_text {
    font-size: 12px;
    width: 90%;
    height: 90px;
}
    /*.news_text p {
        overflow: hidden; text-overflow: ellipsis;width: 100%; height: 50px;line-height: 26px 
    }*/
    .news_text p {
        position: relative;
        line-height: 26px;
        /* 3 times the line-height to show 3 lines */
        height: 50px;
        overflow: hidden;
    }

        .news_text p::after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 0 20px 1px 45px;
            background: url(../img/ellipsis_bg.png) repeat-y;
        }

.news-date {
    width: 80%;
    height: 80px
}

    .news-date span {
        margin: 5px 40px 0 0
    }

.new_view {
    width: 100%;
    height: 260px
}

.news_viewtitle {
    padding: 120px 0 0 230px
}

.news_viewhead {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.Partner_left_title {
    height: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 10px 5%;
    line-height: 50px
}

    .Partner_left_title:hover {
        height: 50px;
        width: 100%;
        background-color: #1268d2;
        text-align: center;
        font-size: 18px;
        margin: 10px 5%;
        line-height: 50px;
        color: #fff
    }

.Partner_right {
    background-color: #fff;
    width: 100%;
    height: 110px;
    margin: 0 0 30px 10%
}

    .Partner_right ul {
        margin-left: 30px
    }

.Partner_title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    height: 60px;
    line-height: 60px
}

.Partner_text {
    font-size: 12px;
    width: 90%;
    height: 90px;
}
    /*.news_text p {
        overflow: hidden; text-overflow: ellipsis;width: 100%; height: 50px;line-height: 26px 
    }*/
    .Partner_text p {
        position: relative;
        line-height: 26px;
        /* 3 times the line-height to show 3 lines */
        height: 50px;
        overflow: hidden;
    }

        .Partner_text p::after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 0 20px 1px 45px;
            background: url(../img/ellipsis_bg.png) repeat-y;
        }

.Partner-date {
    width: 80%;
    height: 80px
}

    .Partner-date span {
        margin: 5px 40px 0 0
    }

.Partner_view {
    width: 100%;
    height: 260px
}

.Partner_viewtitle {
    padding: 120px 0 0 230px
}

.Partner_viewhead {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.cantact {
    height: 50px
}

.cantact_title {
    float: left;
    width: 15%;
    line-height: 40px;
    text-align: center;
    font-size: 16px
}

