<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * MetLife Insurance Html Template 2016
 * Description: Insurance Html Template
 * Author: iGlyphic
 * Author URI:
 * Copyright (c) 2016 iGlyphic
 * Mail: envato.iglyphic@gmail.com
 *
 */

/* -------------------------------------
   TABLE OF CONTENTS

    01. Google Font
    02. General  Styles
    03. section background helper class
    04. Loading Screen
    05. Header
    06. Our Services
    07. Our Insurance
    08. Insurance Portfolio Single
    09. latest news
    10. Testimonial
    11. Page Title
    12. Our Agent
    13. Pages
    14. SideBar
    15. Index main service
    16. footer
    17. index three quick contact
    18. index three footer
    19. get quote popup
    20. Agent single
    21. Insurance coverage styling
    22. About Feature Boxes
    23. Coming soon
    24. Shortcode - Style A pricing Table
    25. Faq

----------------------------------------------*/


/* -------------------------------------------
   1. Google Font
----------------------------------------------*/
/*
@import url(../../../../../https@fonts.googleapis.com/css@family=PT+Serif_3A400,400italic,700);
@import url(../../../../../https@fonts.googleapis.com/css@family=Montserrat);
@import url(../../../../../https@fonts.googleapis.com/css@family=Source+Sans+Pro_3A400,300,200);
@import url(../../../../../https@fonts.googleapis.com/css@family=Raleway_3A900,700,600,500,400);
@import url(../../../../../https@fonts.googleapis.com/css@family=Ubuntu_3A400,500,700,300);
@import url(../../../../../fonts.googleapis.com/css@family=Open+Sans_3A400italic,400,700,600,300,800);*/

/* -------------------------------------------
   02. General  Styles
----------------------------------------------*/


body {
    overflow-x: hidden !important;
}

a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
}

a {
    text-decoration: none;
    color: #DB2A28;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

b, strong {
    font-weight: 700 !important;
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}

.btn {
    background-color: #404040;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 8px 20px;
}

.btn:hover {
    color: #ffffff;
    background-color: #a6a6a6;
}

.btn:focus {
    color: #ffffff;
    background-color: #a6a6a6;
}

.h1, h1 {
    font-size: 32px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.h2, h2 {
    font-size: 28px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.h3, h3 {
    font-size: 25px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.h4, h4 {
    font-size: 22px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.h5, h5 {
    font-size: 18px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.h6, h6 {
    font-size: 16px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

input[type=text], input[type=password], input[type=email], textarea, input[type=file] {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    border: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    border-radius: 3px;
}

textarea {
    -webkit-font-smoothing: antialiased;
    min-height: 125px;
}


/* -------------------------------------------
   03. section background helper class
----------------------------------------------*/

.light-wrapper {
    background: #FFF;
}
.whitesmoke-wrapper {
    background: #FFF;
}
.whitesmoke-section {
    background: #FFF;
}
.dark-section {
    background: #FFF;
}
.dark-body {
    background: #FFF;
}
.light-wrapper .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Img-wrapper {
    background: url(../images/page/Img-wrapper.html) top center;
    border: none;
}
.color-wrapper {
    background: #fafafa;
    border: none;
}
.black-wrapper {
    background: #2c2c2c;
    color: #cacaca;
    float: left;
    display: block;
    width: 100%;
}


.light-wrapper h2.title {
	margin-top:20px;
	text-align: center;
	font-size: 32px;
	color: #DB2A28;
	line-height: 24px;
	padding-bottom: 18px;
	position: relative;
}

.light-wrapper h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background-color: #DB2A28;
	bottom: 0;
	content: '';
}

.light-wrapper p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.light-wrapper .information-tab {
    width:100%;
	
}


.light-wrapper .information-tab .information-left {
	max-height: 480px;
	overflow: hidden;
	position: relative;
	float: left;
	padding:0px;
}

.information-tab .information-left img {
	width: 100%;
	height: auto
}

.information-tab .information-left .left-bottom {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size:14px;

}

.information-tab .information-left .left-bottom .article-title {
	
	
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	
	float: left;
	padding:0px;
}

.information-tab .information-right2 {
	padding:0px;
	float: right;
}

.information-tab .information-right2 img{width:100%;}

.information-tab .information-right2 p{text-indent:2em;line-height:30px;font-size:16px;}


.information-tab .information-right .article-list:nth-child(1) {
	padding-top: 0px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	width:80%;
	line-height: 20px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #f13b39
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
	background-color: #DB2A28!important
}

.information-tab .information-right .article-list.current .article-title {
	color: #DB2A28;font-size:18px;font-weight:700;
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}


/*   02 - Background Parallax      */

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9;
}

.call-to-action-parallax {
    
    position: relative;
}

.wrapper-black {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    overflow: auto;
    opacity: 1;
}

.color-overlay {
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    overflow: auto;
    opacity: 1;
}


/* -------------------------------------------
   04. Loading Screen
----------------------------------------------*/

.loading-overlay {
    
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
}

.loader {
    margin: 20% auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #DB2A28;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#to-top {
    position: fixed;
    right: 10px;
    bottom: -100px;
    overflow: auto;
    padding: 12px 14px 14px;
    font-size: 18px;
    line-height: 10px;
    cursor: pointer;
    background-color: #DB2A28;
    border-radius: 3px;
    color: #fff;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 1111;
}

#to-top span {
    color: #fff;
}


/* -------------------------------------------
   05. Header
----------------------------------------------*/

.transparent-header {
    background-color: transparent;
    height: 75px;
}

.transparent-header + section {
    margin-top: -75px; /*padding-top:210px;*/
}

.transparent-header .navbar {
    background-color: transparent;
    height: 75px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar {
    margin-bottom: 0;
    z-index: 1030;
}

.navbar.affix {
    background-color: rgba(0,0,0,0.7);
    padding-top: 0
}

.navbar .logo {
    height: 75px;
    line-height: 75px;
}

.navbar-nav {
    margin-right: 0
}

.navbar-nav &gt;li {
    margin-right: 30px;
    height: 75px;
}

.navbar-nav li a {
    font-size: 13px;
    font-family: Montserrat,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-nav &gt;li &gt;a {
    color: #fff;
    line-height: 75px;
    padding: 0;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
    background-color: transparent;
    border: none;
}

.navbar-nav &gt; li.active {
    border-bottom: 2px solid #DB2A28;
}

.navbar-nav &gt; li.active &gt; ul {
    margin-top: 0;
}

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li &gt; a:focus {
    background-color: transparent
}
.margin-right-zero{
    margin-right: 0 !important;
}
/* Menu Level #1 */
.navbar-nav &gt; li:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #DB2A28;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.navbar-nav &gt;li:hover::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: -2px
}

.navbar-nav &gt; li.active:hover::after {
    opacity: 0;
}

.module {
    display: inline-block;
    position: relative
}

.module span.title {
    display: none
}



/* Header #2 */
.full-header {
    height: 78px;
	background-color: #fff;
    box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
    -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
    -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
}

.top-bar {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar .list-inline &gt; li {
    padding-left: 0;
    padding-right: 0
}

.top-bar ul,
.top-bar p {
    margin-bottom: 0
}

.top-bar .top-contact p {
    font-size: 13px;
    font-weight: 500;
    line-height: 49px;
    color: #5a5a5a;
    margin-right: 15px;
}

.top-bar .top-contact span {
    color: #9e9e9e;
}

.top-bar ul.top-contact li {
    border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar ul.top-contact li:first-child {
    padding-right: 15px;
    padding-left: 0
}

.top-bar ul.top-contact li:last-child {
    border-right: none;
    padding-left: 15px;
}

.top-bar ul.top-widget li {
    
}

.top-bar ul.top-widget .top-social {
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.top-bar ul.top-widget .top-social a{
     color: #9e9e9e;
	 padding-right:20px;
	 padding-left:20px;
	 display:inline-block;
	 border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar ul.top-widget .top-social a i {
    border-right: 1px solid rgba(49, 49, 49, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 18px;
    padding-right: 18px;
}

.top-bar ul.top-widget .top-social a:hover i {
    color: #DB2A28;
}

.top-bar ul.top-widget .top-social a:last-child i {
    border-right: none
}

.top-bar .button-quote {
    background-color: #DB2A28;
    color: #fff;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 9px;
    margin-left: 10px;
}

.top-bar .button-quote:hover {
    background-color: #2f2f2f;
}

.full-header .navbar-fixed-top {
    top: 49px;
    height: 94px;
}

.full-header .navbar-nav &gt; li &gt; a {
    color: #313131;
	font-size:15px;
}

.full-header .navbar-nav .cur{background:#fe0000;box-shadow: 0 0 10px #c1000d;padding-left:30px;padding-right:30px;}
.full-header .navbar-nav &gt; li.cur .menu1{color:#FFF;}



@media only screen and (min-width : 992px) {

    /* Menu with Dropdown */
    .navbar-nav &gt; li.has-dropdown &gt; ul.dropdown-menu,
    .navbar-nav &gt; li.has-dropdown &gt; ul.mega-menu,
    li.dropdown-submenu &gt; ul.mega-menu {
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -o-transform: translateY(10%);
        -ms-transform: translateY(10%);
        opacity: 0;
        position: absolute;
        left: 0;
        right: auto;
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        visibility: hidden;
    }

    .navbar-nav &gt; li.has-dropdown &gt; ul.dropdown-menu {
        width: 220px;
        padding: 16px 30px
    }

    .navbar-nav &gt; li.has-dropdown &gt; ul.mega-menu,
    li.dropdown-submenu &gt; ul.mega-menu {
        width: 460px!important;
        padding: 16px 30px
    }

    li.has-dropdown:hover &gt; ul.dropdown-menu,
    li.has-dropdown:hover &gt; ul.mega-menu,
    li.dropdown-submenu:hover &gt; ul.mega-menu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
        display: block;
        visibility: visible;
    }

    ul.dropdown-menu &gt; li,
    ul.mega-menu &gt; li {
        padding-right: 0;
        height: 39px;
        line-height: 39px;
        position: relative;
        vertical-align: top;
    }

    ul.mega-menu &gt; li {
        width: 190px !important;
        height: auto;
        overflow: hidden;
        display: inline-block
    }

    ul.mega-menu &gt; li:first-child {
        margin-right: 15px;
    }

    ul.mega-menu &gt; li &gt; ul {
        width: 190px;
        list-style: none;
        background-color: #fff;
        padding-left: 0;
        position: relative !important;
        left: auto !important;
    }

    ul.mega-menu li ul li {
        height: 39px;
        line-height: 39px;
    }

    ul.dropdown-menu li a,
    ul.mega-menu li ul li a {
        line-height: 39px;
        color: #5e5e5e;
        padding: 0;
        border-bottom: 1px solid #ececec;
        display: block;
    }

    ul.mega-menu li ul li span {
        color: #DB2A28;
        padding: 0;
        display: block;
        font-size: 13px;
        line-height: 39px;
        text-transform: uppercase;
        font-family: Montserrat,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
        font-weight: 700;
    }

    ul.dropdown-menu li:last-child &gt; a {
        border-bottom: none
    }

    ul.dropdown-menu li &gt; a:hover,
    ul.dropdown-menu li &gt; a:focus,
    ul.mega-menu li a:hover,
    ul.mega-menu li a:focus {
        background-color: transparent;
        color: #DB2A28
    }

    ul.dropdown-menu.left {
        left: -220px !important;
        margin-left: 0 !important
    }

    ul.mega-menu.left {
        left: -520px!important;
    }

    /* Menu Level #2 */
    li.has-dropdown &gt; ul.dropdown-menu &gt; li.dropdown-submenu &gt; a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    li.has-dropdown &gt; ul.dropdown-menu &gt; li.dropdown-submenu &gt; ul.dropdown-menu,
    li.dropdown-submenu &gt; ul.mega-menu {
        background-color: #fff;
        padding: 16px 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateX(10%);
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -o-transform: translateX(10%);
        -ms-transform: translateX(10%);
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-left: 30px;
        z-index: 1
    }

    li.has-dropdown &gt; ul.dropdown-menu &gt; li.dropdown-submenu:hover &gt; ul.dropdown-menu {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        z-index: 3;
    }

    li.dropdown-submenu.pull-left &gt; ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
    }


}





/* Module POPUP */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}

.modal-dialog {
    margin-top: 40px;
    width: 360px;
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    border: none
}

.modal-body {
    padding: 30px 50px 50px;
}

.modal-body form {
    margin-bottom: 0
}

.modal-body .form-control {
    margin-bottom: 20px;
}

.modal-body .btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

.modal-header .close {
    position: absolute;
    font-size: 24px;
    top: -24px;
    right: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1
}

.modal-header {
    border-bottom: none;
    background-color: #DB2A28;
    padding: 33px;
}

.modal-header .model-icon {
    position: absolute
}

.modal-header .model-title {
    text-align: left;
    padding-left: 80px;
    position: relative;
}

.modal-header .model-divider {
    position: relative;
}

.modal-header .model-divider:before {
    content: "";
    width: 2px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.modal-header .model-title p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.modal-header .model-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1px;
    text-transform: uppercase;
}



/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 767px) {

    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-toggle {
        border-color: #DB2A28;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
    }

    .navbar-toggle .icon-bar {
        background-color: #DB2A28;
    }

    .container &gt; .navbar-header {
        margin-left: 0
    }

    .container &gt; .navbar-collapse {
        width: 100%;
        background-color: #2f2f2f;
        margin-right: 0
    }

    .navbar-nav &gt; li {
        height: auto !important;
        margin-right: 0
    }

    .navbar-nav &gt; li.pull-left {
        float: none !important
    }

    .navbar-nav &gt; li &gt; a {
        line-height: 36px;
        color: #fff;
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav &gt; li:after {
        display: none
    }

    .navbar-nav &gt; li.active {
        border-bottom: none
    }

    .navbar-nav &gt; li.has-dropdown &gt; ul.dropdown-menu,
    ul.mega-menu {
        background-color: transparent;
        position: relative;
        padding-left: 0;
    }

    .navbar-nav &gt; li.has-dropdown &gt; a:after,
    li.dropdown-submenu &gt; a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    .navbar-nav &gt; li.has-dropdown.open &gt; a,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:hover,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    li.open a,
    li.open a:hover,
    li.open a:focus {
        color: #fff;
        line-height: 21px;
    }

    li.dropdown-submenu.open &gt; ul &gt; li &gt; a {
        padding-left: 50px !important;
    }

    .navbar-nav &gt; li.has-dropdown.open &gt; a:after,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:hover:after,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:focus:after,
    li.dropdown-submenu.open &gt; a:after,
    li.dropdown-submenu.open &gt; a:hover:after,
    li.dropdown-submenu.open &gt; a:focus:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    li.dropdown-submenu &gt; a:after,
    li.dropdown-submenu.open &gt; a:hover:after,
    li.dropdown-submenu.open &gt; a:focus:after {
        right: 10px;
    }

    .nav &gt; li &gt; a:hover,
    .nav &gt; li &gt; a:focus,
    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        background-color: transparent
    }

    .dropdown-menu &gt; li &gt; a,
    .mega-menu &gt; li &gt; a {
        color: #fff
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 25px;
    }

    .mega-menu ul li {
        padding-top: 5px
    }

    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        color: #fff
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .has-dropdown.open &gt; .mega-menu,
    .dropdown-submenu.open &gt; .mega-menu {
        display: block
    }

    .dropdown-submenu.open &gt; .mega-menu ul {
        padding-left: 50px;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-family: Montserrat,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
        text-transform: uppercase;
    }


    /* Header #2 */
    .full-header .top-bar .top-contact p {
        font-size: 11px;
    }

    .full-header .text-right {
        text-align: center !important
    }

    .top-bar ul.top-widget .top-social:first-child {
        border-left: none
    }

    .top-bar ul.top-widget .top-social a i {
        padding-right: 10px;
        padding-left: 10px
    }

    .full-header .navbar-nav &gt; li &gt; a,
    .full-header .module-search .search-icon i,
    .full-header .module-cart .cart-icon {
        color: #fff
    }

    .full-header .navbar-header {
        margin-left: 15px;
        margin-right: 0
    }

    .full-header .list-inline {
        margin-left: 0
    }

    .full-header .top-bar .button-quote {
        margin-left: 15px;
    }


}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

    .navbar-header {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }

    .navbar-toggle {
        border-color: #DB2A28;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
        display: block;
        float: left;
    }

    .navbar-toggle .icon-bar {
        background-color: #DB2A28;
    }

    .navbar-fixed-top .navbar-collapse {
        overflow: scroll !important;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav&gt;li {
        float: none;
    }

    .container &gt; .navbar-collapse {
        width: 100%;
        background-color: #2f2f2f;
        margin-right: 0
    }

    .navbar-nav &gt; li {
        height: auto !important;
        margin-right: 0
    }

    .affix .navbar-nav &gt; li {
        height: auto !important;
    }

    .navbar-nav &gt; li.pull-left {
        float: none !important
    }

    .navbar-nav &gt; li &gt; a {
        line-height: 36px !important;
        color: #fff !important;
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav &gt; li:after {
        display: none
    }

    .navbar-nav &gt; li.active {
        border-bottom: none
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-nav &gt; li.has-dropdown &gt; a:after,
    .navbar-nav &gt; li.has-dropdown &gt; a:after,
    li.dropdown-submenu &gt; a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    .navbar-nav &gt; li.has-dropdown.open &gt; a,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:hover,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    li.dropdown-submenu.open &gt; a,
    li a:hover,
    li.open &gt; a:focus,
    .mega-menu &gt; li &gt; a {
        color: #fff
    }

    li.dropdown-submenu.open &gt; ul &gt; li &gt; a {
        padding-left: 50px !important;
    }

    .navbar-nav &gt; li.has-dropdown.open &gt; a:after,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:hover:after,
    .navbar-nav &gt; li.has-dropdown.open &gt; a:focus:after,
    li.dropdown-submenu.open &gt; a:after,
    li.dropdown-submenu.open &gt; a:hover:after,
    li.dropdown-submenu.open &gt; a:focus:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 0px;
    }

    li.dropdown-submenu &gt; a:after,
    li.dropdown-submenu.open &gt; a:hover:after,
    li.dropdown-submenu.open &gt; a:focus:after {
        right: 10px;
    }

    .nav &gt; li &gt; a:hover,
    .nav &gt; li &gt; a:focus,
    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus {
        background-color: transparent
    }

    .dropdown-menu &gt; li &gt; a,
    .mega-menu a {
        color: #fff
    }

    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus {
        color: #fff
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .mega-menu ul li {
        padding-top: 5px
    }

    .mega-menu ul ul {
        padding-left: 0
    }

    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        color: #fff
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .has-dropdown.open &gt; .mega-menu,
    .dropdown-submenu.open &gt; .mega-menu {
        display: block;
        padding-left: 25px;
    }

    .dropdown-submenu.open &gt; .mega-menu ul {
        padding-left: 25px;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 5px 15px
    }

    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-family: Montserrat,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
        text-transform: uppercase;
    }


    /* Header #2 */
    .full-header .top-bar .top-contact p {
        font-size: 11px;
    }

    .top-bar ul.top-widget .top-social a i {
        padding-right: 10px;
        padding-left: 10px
    }

}


/* -------------------------------------------
   06. Our Services
----------------------------------------------*/


.title-section p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.title-section p:after {
    width: 30px;
    height: 2px;
    content: '';
    background: #DB2A28;
    display: inline-block;
    -webkit-transform: translate(20px, -6px);
    -ms-transform: translate(20px, -6px);
    -o-transform: translate(20px, -6px);
    transform: translate(20px, -6px);
}

.title-section h3 {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.description-welcome p {
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.description-welcome a {
    float: right;
    background: #DB2A28;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    margin-top: 15px;
}

.description-welcome a:hover {
    background: #404040;
    color: #FFF;
}

.welcome-Block {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #000000;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.wight-text, .wight-text h4 {
    color: #FFF !important;
}

.welcome-Block:hover .Top-welcome {
    opacity: 0;
}

.welcome-Block:hover .Top-welcome h4, .welcome-Block:hover .Top-welcome i {
    z-index: 0;
    position: relative;
}

.Top-welcome {
    padding: 85px 0 90px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.Top-welcome i {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
    z-index: 11;
    position: relative;
}

.Top-welcome h4 {
    font-weight: 500;
    font-size: 24px;
    color: #1b1a1a;
    z-index: 1;
    position: relative;
}

.Top-welcome img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -moz-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -ms-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -o-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
}

.service-black {
    background-color: rgba(0,0,0,0.74);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    overflow: auto;
    opacity: 1;
    z-index: 1;
}

.img-opacity img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -moz-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -ms-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -o-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
}

.welcome-Block:hover .img-opacity img {
    opacity: 1;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -moz-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -ms-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -o-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
}

.welcome-Block:hover .img-opacity {
    opacity: 1;
}

.hover-welcome {
    opacity: 0;
    background: #DB2A28;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -moz-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -ms-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    -o-transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    transition: bottom 0.5s ease, opacity 0.5s ease-out 0s;
    padding: 17% 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.welcome-Block:hover .hover-welcome {
    opacity: 1;
    bottom: 0;
}

.hover-welcome p {
    font-size: 13px;
    color: #ffffff;
}

.hover-welcome a {
    background: #ffffff;
    color: #000000;
    margin-top: 15px;
    font-size: 12px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    padding: 5px 12px;
}

.hover-welcome a:hover {
    background: #f3f3f3;
    color: #333;
}

.home-call-to-action {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 1px;
    -webkit--moz-border-radius: 1px;
    -o-moz-border-radius: 1px;
    margin-top: 50px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.home-call-to-action a {
    float: right;
    margin: 5px 0 0 20px;
    padding: 8px 38px;
}

.home-call-to-action p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    margin-bottom: 0;
}

.parallax-call-to-action {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    padding: 25px 30px;
    border: 1px solid rgba(229,229,229,0.2);
    -moz-border-radius: 1px;
    -webkit--moz-border-radius: 1px;
    -o-moz-border-radius: 1px;
    margin: 0 0 0;
    background: transparent;
}

.parallax-call-to-action a {
    float: right;
    padding: 8px 38px;
    margin: 5px 0px 0px 20px;
    background: #DB2A28;
}

.parallax-call-to-action a:hover {
    color: #DB2A28;
    background: #FFF;
}

.parallax-call-to-action p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    margin-bottom: 0;
}

.widget .tagcloud{clear:both;}
.widget .tagcloud a,.tags-list a,.searchform #searchsubmit{transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);}
.searchform{/*overflow: hidden;*/ background-color: #f16543; /* firefox 19+ */ /* ie */}
.searchform ::-webkit-input-placeholder{color: #ffffff;}
.searchform ::-moz-placeholder{color: #ffffff;}
.searchform :-ms-input-placeholder{color: #ffffff;}
.searchform input:-moz-placeholder{color: #ffffff;}
.searchform #s,.searchform #searchsubmit{color: #ffffff; height: 48px; border: none; background-color: #B3813C;margin-bottom:0;border-radius:0;}
.searchform #s{float: left; width: 81%; padding-left: 20px; padding-right: 0;}
.searchform .screen-reader-text{display: none;}
.searchform #searchsubmit{float: right; width: 19%; padding-left: 0; padding-right: 0; background-image: url("../img/icon-lense.png"); background-repeat: no-repeat; background-position: center center;cursor:pointer;}
.searchform #searchsubmit:hover{background-color: #373c40;}

.searchform{background:none;border:none;}
.searchform #s{background:none;color:#444;border: #fafafa solid 1px;border-right:none;background: #fff;}
.searchform #searchsubmit{background-color:#DB2A28;}
.searchform ::-webkit-input-placeholder{color: #444;}
.searchform ::-moz-placeholder{color: #444;}
.searchform :-ms-input-placeholder{color: #444;}
.searchform input:-moz-placeholder{color: #444;}

.huadong {width: 100%;height:4rem;position:relative;border: 1px solid #fafafa;background: #fff;}
.huadong .huabox {  margin:0 auto; width: 100%; line-height: 4rem;padding:0px 0px 0px 20px;}
.huadong .hdimg {float:left;line-height:3.5rem;}
.huadong .hdimg img { width: 100%; vertical-align:middle;}
.huadong h5 {font-size:1.5rem;float:left; line-height: 2.2rem;color:#000;}
.huadong .gg_more {width:20%; float: left;overflow: hidden;height: 3rem;}
.huadong .gg_more a { font-size: 0.8rem; text-decoration:none;}

.huadong .notice_active {
		float: left;
		width: 60%;
		height: 4rem;
		line-height:4rem;
		padding: 0;
		overflow: hidden;
		position: relative;
}
.huadong .notice_active li{list-style-type:none;overflow: hidden;}
/*.huadong .notice_active li.notice_active_ch {}*/
.huadong .notice_active li.notice_active_ch a {color:#656972;font-size:1.5rem;display: block;overflow: hidden; width:100%;float: left;height: 4rem;line-height:4rem;overflow: hidden;margin:0 0 2rem 0;}
.huadong .gg_more .news_ck {
		float: left;
		margin: 0 1rem 0 1rem;
		color: #888;
		width: 5rem;
		height: 2rem;
		line-height: 2rem;
		display: block;
		border: 1px solid #656972;
		text-align: center;
		border-radius: 0.7rem;
		font-size: 0.8rem;
		margin-top: 1rem;
	}
.huadong .gg_more .news_more {
	
}
.huadong .notice_active li.notice_active_ch em {text-align:right;float:right;color:#888;font-size:1.5rem;font-style:normal;  }


.list_dt{
    background: #FFF;
    color: #404040;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #D2D2D2;
}
.list_dt a{color: #404040;font-size:14px;font-weight: 400;}
.list_dt p{line-height:40px;font-size:14px;font-weight: 400;}
.list_dt a:hover{color: #FFF;font-size:14px;font-weight: 400;}

.list_dt:hover{
    background: #df2f32;
	color: #FFF;
}
.on{
    background: #df2f32;
	color: #FFF;
}
.on a{color: #FFF !important;}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c1000d;
}
#open{
    background: #df2f32;
	color:#FFF;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d01731;
}

.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background: #EEE;
    list-style-type: none;
    color: #FFF;
    width: 100%;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.list_li:hover{
    background: #d01731;
}

.list_dl .list_dt:last-of-type{border-bottom:none;}

.color-call {
    border: 1px Solid #FFF;
}

.color-call a {
    background: #404040;
}

.light-call {
    border: 1px solid #e5e5e5;
}

.light-call p {
    color: #666666;
}

.light-call a {
    background: #404040;
}

.welcome_wrapper .number {
    color: #f2f2f2;
    font-size: 100px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 -37px 0;
}

.welcome_wrapper h5 {
    font-family: 'Ubuntu',"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 500;
    margin: 10px 0 10px;
    color: #373636;
    text-transform: uppercase;
}

.welcome_wrapper p {
    margin: 0 0 20px;
    font-size: 13px;
    color: #a6a6a6;
    line-height: 22px;
}

.welcome_wrapper a {
    color: #404040;
    font-size: 12px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

.welcome_wrapper a:hover {
    color: #DB2A28;
}

.none-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.services-block-img {
    overflow: hidden;
    position: relative;
}

.block-services {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.30);
    padding: 90px 0px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-block-img img {
    width: 100%;
}

.block-services h4 a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.block-services i {
    font-size: 64px;
    line-height: 64px;
    color: #FFF;
}

.block-services p {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    opacity: 0;
}

.services-block-img:hover .block-services p {
    opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-block-img:hover .block-services {
    padding: 63px 0px;
    background: rgba( 5, 174, 243, 0.8 )!important;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service_wrapper {
    border: 1px solid #e5e5e5;
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 30px;
}

.title-service {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.title-service h3 {
    margin-bottom: 0;
}

.title-service h3 a {
    color: #000000;
    font-size: 24px;
    line-height: normal;
    display: block;
    font-weight: 500;
    position: relative;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.title-service h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

.service-style-2 .title-service h3:before {
    display: none;
}

.service-style-2 .title-service i {
    left: 0;
}

.service-style-2 .title-service h3 {
    margin-top: 70px;
}

.service-style-2 p {
    margin-bottom: 0 !important;
}

.title-service i {
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 32px;
    color: #000000;
    position: absolute;
    top: 0px;
    right: 0;
}

.service_wrapper p {
    margin-bottom: 20px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 13px;
    color: #a6a6a6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service_wrapper a.btn {
    background: #404040;
    color: #ffffff;
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service_wrapper:hover a.btn {
    background: #000;
}

.service_wrapper:hover p {
    color: #FFF;
}

.service_wrapper:hover {
    border: 1px Solid #DB2A28;
    background: #DB2A28;
}



.features-box .col-md-6:nth-child(2) {
    margin-bottom: 30px;
}




/* -------------------------------------------
   07. Our Insurance
----------------------------------------------*/


.portfolio-items {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

ul#filters {
    text-align: center;
}

ul#filters li {
    display: inline-block;
}

ul#filters li a {
    color: #666666;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 1px 10px;
    border: none;
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    display: inline-block;
    text-transform: uppercase;
}

ul#filters li a:before {
    content: "";
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background: transparent;
    display: inline-block;
    margin-right: 4px;
}

ul#filters li.active-link a {
    color: #DB2A28;
}

ul#filters li.active-link a:before {
    content: "";
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background: #DB2A28;
    display: inline-block;
    margin-right: 4px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    
}

.projectItem {
    position: relative;
    overflow: hidden;
}

.projectItem img {
    width: 100%;
}

.projectItem-hover {
    position: absolute;
    top: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: rgba(64,64,64,0.95);
    height: 100%;
    display: none;
}

.projectItem-co {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Bootom-ProjectItem h2 {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 25px 0 20px 0;
    text-align: center;
    clear: both;
    background-color: rgba(255,255,255,0);
    position: relative;
    font-family: "Open Sans",Arial,"Microsoft Yahei","Raleway",sans-serif;
    text-transform: uppercase;
}

.line-grid {
    background-color: #a6a6a6;
    bottom: 0;
    top: 7px;
    content: " ";
    height: 3px;
    left: 50%;
    margin-left: -10px;
    position: relative;
    width: 20px;
}

.Bootom-ProjectItem a {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    padding: 5px 15px 5px 15px;
    border-radius: 2px 2px 2px 2px;
    /*background-color: rgb(250, 191, 9) !important;*/
    background-color: #DB2A28;
}

.Bootom-ProjectItem a:hover {
    color: #ffffff;
    background-color: rgba(166,166,166,1.00) !important;
}

.Top-ProjectItem p, .Top-ProjectItem p a {
    font-size: 12px;
    line-height: 22px;
    color: #a6a6a6;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    z-index: 2 !important;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    text-transform: capitalize;
}

.Top-ProjectItem p a:hover {
    color: #DB2A28;
}

.fancybox-margin {
    margin-right: 0 !important;
}

#latestnews .pagination {
    margin-bottom: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination-style1 span {
    color: #666666;
    background: #f6f6f6;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: bold;
    border: none;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    margin: 0px 2px 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}

.pagination-style1 i {
    color: #666666;
    background: #f6f6f6;
    font-weight: bold;
    border: none;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    margin: 0px 2px 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}

.pagination-style1 span:hover, .pagination-style1 i:hover {
    background: #DB2A28;
    color: #FFF;
}

.pagination-style1 span.active {
    background: #DB2A28;
    color: #FFF;
}

/* -------------------------------------------
   08. Insurance Portfolio Single
----------------------------------------------*/


section#portfolio-post .col-md-9 {
    padding-left: 0;
}

section#portfolio-post .col-md-3 {
    padding-right: 0;
}

.line-break {
    border-bottom: 2px Solid #c1c1c1;
    width: 30px;
    display: inline-block;
    margin-top: 12px;
}

.Top-Title-Page h3 {
    color: #373636;
    font-size: 17px;
    margin-top: 0;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-single-page {
    margin-top: 20px;
    background: #f6f6f6;
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.content-single-page p {
    font-size: 13px;
    color: #777777;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    line-height: 22px;
}

.Data-Post ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.Data-Post ul li p {
    margin: 0;
    font-size: 13px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 400;
    color: #666666;
}

.Data-Post ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #b2b2b2;
}

.Navigation-page {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.Navigation-page a {
    background: #DB2A28;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Navigation-page a p {
    display: inline-block;
    margin-bottom: 0;
    color: #FFF;
}

.Navigation-page a i {
    font-size: 17px;
    margin-right: 15px;
    line-height: 22px;
}

.Navigation-page a.next {
    float: right;
    width: 45px;
    height: 45px;
    color: #000;
    background: #F6F6F6;
    overflow: hidden;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.Navigation-page a.Previous {
    float: left;
}

.Navigation-page a:hover p {
    opacity: 1 !important;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.4s ease-out;
}

.Navigation-page a:hover {
    background: #DB2A28;
    color: #FFF;
    width: 159.5px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Navigation-page a.next p {
    position: absolute;
    top: 10px;
    width: 60%;
    opacity: 0;
    color: #FFF;
    text-align: center;
}

/* ----------  Accordions style1 ------------- */

.accordions-style1 {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.accordions-style1 p {
    line-height: 22px !important;
}

.section-content {
    border-top: 1px solid #e5e5e5;
}

.section-content:first-child {
    border-top: none;
}

h4.tap-title a {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: #373636;
    background: none;
}

h4.tap-title a i {
    position: relative;
    float: right;
    margin-top: 5px;
    font-size: 12px;
    color: #DB2A28;
}

.accordions .tap-inner {
    margin: 0;
}

.section-content {
    float: left;
    width: 100%;
}

h4.tap-title {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tap-inner {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.tap-inner p {
    border: none;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #333;
    margin-bottom: 0;
    margin-top: -5px;
}

.tap-inner img {
    width: 44%;
    float: left;
    margin-right: 20px;
    display: inline-block;
}

/* -------------------------------------------
   09. latest news
----------------------------------------------*/

.latestnews .item-post {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.blog-standard .item-post {
    margin: 0;
}

.latestnews .item-post .img-post {
    position: relative;
}

.latestnews .item-post img {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.latestnews .item-post .icon-post-type {
    background: #373636;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 20px;
    display: none;
}

.latestnews .item-post .info-post {
    padding: 20px 20px 20px;
}

.latestnews .item-post .info-post h5 {
    padding: 15px 0 15px 0;
    margin: 0;
}

.latestnews .item-post .info-post h5 a {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    color: #373636;
    display: inline-block;
    font-size: 17px;
}

.latestnews .item-post .info-post h5 a:hover {
    color: #DB2A28;
}

.blog-standard {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.blog-standard .item-post .info-post h5 {
    padding: 20px 0px 10px 0px;
    margin: 0;
}

.blog-standard .item-post .info-post h5 a {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    color: #373636;
    display: inline-block;
    font-size: 25px;
}

.latestnews .meta-post {
    border: 1px solid #e5e5e5;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 15px !important;
}

.latestnews .meta-post a {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 12px;
    line-height: 28px;
}

.latestnews .meta-post li {
    border-right: 1px solid #e5e5e5;
    padding: 0 8px;
    display: inline-block;
    list-style: none;
}

.latestnews .meta-post li span.date {
    color: #b2b2b2;
    font-size: 12px;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    line-height: 28px;
}

.latestnews .meta-post li:last-child {
    border-right: none;
}

.latestnews .info-post p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    margin-bottom: 0;
}

.blog-standard .meta-post {
    border: none;
}

.img-post a.fancybox-media {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-post a.fancybox-media i {
    background: rgba(255, 255, 255, 0.70);
    font-size: 21px;
    line-height: 40px;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
    color: #373636;
}

.img-post:hover a.fancybox-media {
    opacity: 1;
}

.blog-standard .owl-pagination {
    display: none;
}

ul.news-footer li {
    display: inline-block;
    width: 100%;
}

.news-footer li &gt; a {
    float: left;
}

.news-footer &gt; li &gt; a img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 60px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.news-footer &gt; li h6 a {
    display: inline;
    padding: 0;
    font-size: 14px;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 700;
}

.news-footer &gt; li h6 a:hover {
    color: #DB2A28;
}

.news-footer &gt; li h6 {
    padding-left: 70px;
    font-size: 14px;
    line-height: 24px;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.news-footer li &gt; .news-date {
    display: block;
    color: #666666;
    font-size: 11px;
    padding-left: 70px;
}

.news-footer li &gt; .news-date a {
    color: #666666;
    font-size: 11px;
}

.customNavigation {
    width: 16%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 23px;
}

.customNavigation a {
    background: #FFF;
    width: 40px;
    height: 40px;
    line-height: 26px;
    font-size: 18px;
    margin: 10px 0px;
    color: #2b2b2b;
    text-align: center;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
}

a.btn.next {
    float: right;
}

.customNavigation a:hover {
    background: #06AED5;
    color: #FFF;
}

.Under-Post {
    padding: 0px 20px 20px;
}

.post-tags h5 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 17px;
}

.post-tags {
    margin-bottom: 30px;
}

.share-post {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #f6f6f6;
    padding: 30px;
}

.item-post h5 {
    color: #373636;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.icons {
    float: right;
}

.icons .jssocials-share a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
}

.author-box {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #f6f6f6;
    padding: 30px;
    margin: 0 0 70px;
}

.author-box img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 20px 20px 0;
    width: auto !important;
    max-width: 64px;
    float: left;
}

.author-box h6 {
    color: #373636;
    font-weight: 700;
    clear: none;
    margin-bottom: 15px;
    margin-top: 0;
}

.author-box p {
    color: #333;
    font-size: 13px;
    line-height: 22px;
}

.Title-Comment h3 {
    font-size: 19px;
    color: #373636;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.Block-Comment {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.Comments-Post li:last-child .Block-Comment {
    margin-bottom: 0;
}

.Comments-Post ul li ul:last-child .Block-Comment {
    margin-bottom: 30px;
}

.Comments-Post ul li img {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.Comments-Post ul li h4 {
    margin-bottom: 10px;
    margin: 0;
    font-weight: 700;
    color: #373636;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
}

.Comments-Post ul li span {
    font-size: 12px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #afb0b4;
}

.Comments-Post ul li span a {
    font-size: 12px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #DB2A28;
    padding: 2px 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 400;
    line-height: 20px;
}

.Comments-Post ul li span a:hover {
    background: #373636;
}

.Comments-Post ul li p {
    font-size: 13px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #333;
    margin: 8px 0px 0px 60px;
    font-weight: 400;
}

.Comments-Post ul li ul {
    margin-left: 70px;
}

.Add-Comment {
    margin-top: 70px;
}

/* -------------------------------------------
   10. Testimonial
----------------------------------------------*/


.item-testimonial {
    padding: 0px 15px;
}

.item-testimonial .quote-client p {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-style: italic;
    color: #333;
    font-weight: 400;
}

.item-testimonial .quote-client {
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 30px 20px 30px 65px;
    position: relative;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-style: italic;
    color: #a6a6a6;
    box-shadow: 0 2px 3px 0 rgba(39, 41, 48, 0.08);
    -moz-box-shadow: 0 2px 3px 0 rgba(39, 41, 48, 0.08);
    -webkit-box-shadow: 0 2px 3px 0 rgba(39, 41, 48, 0.08);
    margin-bottom: 15px;
}

.item-testimonial .quote-client:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #666666;
    position: absolute;
    top: 30px;
    left: 20px;
    font-style: normal;
}

.item-testimonial .quote-client:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    font-style: normal;
}

.item-testimonial .info-client .avata {
    float: left;
    margin-right: 13px;
}
.avata img{
    border-radius: 50%;
}
.item-testimonial .info-client .client-name {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",'Raleway',sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #373636;
    display: block;
    margin-bottom: 5px;
}

.item-testimonial .info-client .client-position {
    display: block;
    font-family:  Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #DB2A28;
}

#Our-clients {
    border: 1px solid #e5e5e5;
}

a.item-client {
    display: inline-block;
    padding: 24px 12px;
    background: #FFF;
    border-right: 1px Solid #E5E5E5;
}

.clients-row a.item-client {
    border: none;
    padding: 20px 0px;
    margin-bottom: 15px;
    background: #FFF;
    margin: 0px 10px 30px 10px;
}

.clients-row a.item-client img {
    opacity: 0.75;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clients-row a.item-client:hover img {
    opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#Testimonials-1col .owl-controls {
    display: none !important;
}

#Testimonials-2col .owl-controls {
    display: none !important;
}

.insurance-coverage .owl-theme .owl-controls {
    margin-top: 10px;
}

.portfolio-items .owl-theme .owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls {
    margin-top: 45px;
    text-align: center;
}
#slider-blog .owl-controls {
    margin-top: 0;
}
/* -------------------------------------------
   11. Page Title
----------------------------------------------*/

.Page-title-Style1 {
    background: url(../images/page/Page-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.Page-title-Style2 {
    background: url(../images/page/Projects-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.Page-title-Style3 {
    background: url(../images/page/Projects-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.title-text h6 {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title-text h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin: 5px 0 15px;
    line-height: 35px;
    color: #ffffff;
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
}

.breadcrumbs span {
    color: #f3f3f3;
}

.breadcrumb li a, .breadcrumbs a {
    color: #E2E2E2;
}

.breadcrumb li a:hover, .breadcrumbs a:hover {
    color: #DB2A28;
}

.breadcrumbs .sep {
    padding-right: 7px;
    padding-left: 3px;
}

.breadcrumbs span {
    color: #f3f3f3;
}

/* -------------------------------------------
   12. Our Agent
----------------------------------------------*/

.team-item-block {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.team-overlay {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 30px 20px;
    color: #a6a6a6;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
    opacity: 0;
}

.team-item-block:hover .team-overlay {
    opacity: 1;
}

.team-overlay p {
    display: block;
    font-size: 13px;
    color: #a6a6a6;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-icons {
    bottom: 30px;
    left: auto;
    position: absolute;
    z-index: 99;
}

.team-icons a {
    background-color: #DB2A28;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 8px;
    height: 36px;
    width: 36px;
}

.team-icons a:hover {
    background-color: #a6a6a6;
    color: #fff;
}

.info-team {
    padding: 25px 15px;
}

.info-team h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #373636;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

.team-company {
    font-size: 12px;
    color: #666666;
    margin-bottom: 0;
}

/* -------------------------------------------
   13. Pages
----------------------------------------------*/

.section-404 {
    text-align: center;
    padding-bottom: 70px;
}

.section-404 h1 {
    font-size: 250px;
    line-height: 250px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.section-404 p {
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0px 245px;
    margin-bottom: 50px;
}

.section-404 h1 {
    line-height: normal;
    margin: 0;
}

.section-404 .btn.blue {
    color: #ffffff;
    background: #DB2A28;
}

.section-404 .btn.blue:hover {
    color: #ffffff;
    background: #a6a6a6;
}

.section-coming-soon h2 {
    font-size: 50px;
    font-weight: 700;
    color: #1b1a1a;
    margin: 0 0 10px;
}

.title-description p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0px 170px;
    display: inline-block;
}

.ColDiv {
    display: inline-block;
}

.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 {
    font-weight: 700;
    color: #000000;
}

.Headline-Text {
    margin-bottom: 30px;
}

.Headline-Text p {
    color: #333;
    font-size: 13px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

.Bullets ul li {
    color: #333;
    font-size: 13px;
    line-height: 30px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    display: inline-block;
    width: 100%;
    border: none;
}

.Bullets ul li span {
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 700;
}

ul.list.prim.list-Play li:before {
    content: "\f01d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-Ok li:before {
    content: "\f05d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arow li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-star li:before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arowright li:before {
    content: "\f18e";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arowbig li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #1b1a1a;
    margin-right: 15px;
    font-size: 14px;
}

ul.list.prim.list-point li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 8px;
}

.Blockquotes h4 {
    margin-bottom: 30px;
}

blockquote {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 40px;
    font-size: 17.5px;
    border-left: 5px solid #333333;
    display: inline-block;
}

blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #1b1a1a;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

blockquote span {
    font-size: 13px;
    color: #333333;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

blockquote.blockquote-1:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}

blockquote.blockquote-1:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #828282;
    font-weight: 400;
    font-size: 16px;
    float: right;
    margin-top: 20px;
}

blockquote.blockquote-1 {
    border: none;
    width: 100%;
}

blockquote.blockquote p, blockquote.blockquote-2 p {
    color: #DB2A28;
}

blockquote.blockquote-2 {
    width: 100%;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 30px;
    border: none;
}

blockquote.blockquote-3 {
    width: 100%;
    background: #1b1a1a;
    border: none;
    border-radius: 3px;
    padding: 30px;
    color: #FFF;
}

blockquote.blockquote-3 p {
    color: #FFF;
}

#map_canvas {
    width: 100%;
    height: 447px;
}

.get-quote-form {
    margin-top: -15px;
}
.index-three .get-quote-form .form-input input, .index-three .get-quote-form .form-input textarea {
    margin-bottom: 21px;
}

.form-input input, .form-input textarea {
    margin-bottom: 30px;
    width: 100%;
}

.form-input textarea {
    height: 175px;
}
#latestnews .Comment-Form .form-input textarea {
    height: 182px;
}
.form-submit input {
    background: #DB2A28;
}

.tex-contact p {
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.Block-Contact p {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.Block-Contact {
    padding: 0;
    margin-top: 15px;
}

.Contact-Info h4 {
    margin-top: 0;
}

.Block-Contact ul li {
    margin-bottom: 5px;
}

.Block-Contact ul li i {
    color: #DB2A28;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}

.Block-Contact ul li span {
    color: #333;
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
}

/* -------------------------------------------
   14. SideBar
----------------------------------------------*/
.sidebar{height:100%;border: 1px solid #D2D2D2;margin-top: 27px;}
.sidebar dl{margin-bottom:0px !important;}

.Top-Title-SideBar h3 {
    font-weight: 700;
    color: #373636;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    padding-bottom: 20px;
}

.Top-Title-SideBar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #06AED5;
}



.Categories-Block ul li {
    display: inline-block;
    width: 100%;
}

.Categories-Block ul li i,.Categories-Block ul li span,.Categories-Block ul li p {
    display: inline-block;
}

.Categories-Block ul li i {
    margin-right: 10px;
}
.Categories-Block ul li a:hover{
    color: #DB2A28;
}
.Categories-Block ul li p {
    line-height: 30px;
    font-size: 13px;
    color: #333;
    margin-right: 5px;
    margin-bottom: 0;
}

.Last-post .news-footer &gt; li h6 a {
    color: #373636;
}

.Last-post .news-footer &gt; li h6 a:hover {
    color: #DB2A28;
}

.tagcloud li {
    display: inline-block;
}

.tagcloud a {
    margin: 0 5px 5px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 10px;
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    display: inline-block;
}

.tagcloud a:hover {
    border-color: #DB2A28;
    color: #DB2A28;
}



/* -------------------------------------------
   15. Index main service
----------------------------------------------*/

.main-service-content h2 {
    font-family: "Open Sans",Arial,"Microsoft Yahei",Raleway,sans-serif;
    font-weight: 800;
    font-size: 1.625em;
    color: #323232;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    line-height: 32px;
    padding-right: 25px;
    margin-top: 0;
}

.main-service-content h2:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #DB2A28;
    position: absolute;
    letter-spacing: 1px;
    right: -16px;
    top: 4px;
}

.main-service-content .main-service-heading p {
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #333;
    padding-left: 30px;
    line-height: 26px;
}

.main-service-box {
    position: relative;
}

.main-service {
    margin-top: 80px;
}

.main-service img {
    background: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 8px;
    border: 1px solid #e6e6e6;
    right: 0;
}

.main-service .main-service-description {
    position: relative;
    width: 77%;
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    padding-top: 7px;
    padding-bottom: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-service h3 {
    font-weight: 700;
    font-size: 18px;
    color: #323232;
    padding-left: 40px;
}

.main-service h3:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #DB2A28;
    position: absolute;
    top: 61px;
}

.main-service p {
    font-family: "Open Sans",Arial,"Microsoft Yahei",sans-serif;
    color: #333;
    padding-left: 40px;
    padding-right: 41px;
    padding-top: 13px;
}

.main-service-box_bottom {
    margin-top: 29px;
}

.main-service .main-service-description:hover {
    background: #DB2A28;
    border: 1px solid #DB2A28;
}

.main-service .main-service-description:hover h3 {
    color: #fff;
}

.main-service .main-service-description:hover p {
    color: #e4e8e8;
}

@media (max-width: 767px) {

    .main-service img {
        display: none;
    }

    .main-service .main-service-description {
        width: 100%;
        margin-left: 0px;
    }

    .main-service h3,
    .main-service p {
        padding-left: 20px;
    }
}


/* ------------- shortcode counter --------------*/

.fact,
.factor {
    text-align: center;
    font-family: 'Source Sans Pro',"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 80px;
    font-weight: 200;
}

.color-primary {
    color: #337ab7!important;
}

.color-success {
    color: #5cb85c!important;
}

.color-warning {
    color: #f0ad4e!important;
}

.color-danger {
    color: #d9534f!important;
}

.fact-title {
    display: block;
}

.fact-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
}




/* -------------------------------------------
   16. footer
----------------------------------------------*/

#template-footer {
    background: #3f5267;
    color: #EAECEE;
    padding: 60px 0 45px 0;
}

#template-footer a {
    color: #06AED5;
}

#template-footer a:hover {
    
    text-decoration: none;
}

#template-footer .section-title {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
}

#template-footer .section-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #06AED5;
;
}

#template-footer .copy-right {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}

#template-footer .copy-right &gt; a {
    color: #06AED5;
}

#template-footer .copy-right:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #1fb5f6;
}

#template-footer .contact-info {
    margin: 0 0 60px 0;
    padding: 0;
}

#template-footer .contact-info li {
    font-size: 13px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#template-footer .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #06AED5;
}

#template-footer .social-media {
    margin: 0 0 30px 0;
    padding: 0;
}

#template-footer .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}

#template-footer .social-media li a {
    color: #06AED5;
}

#template-footer .social-media li a:hover, #template-footer .social-media li a:focus, #template-footer .social-media li a:active {
    text-decoration: none;
}

#template-footer .contact-form .form-group input[type="name"],
#template-footer .contact-form .form-group input[type="text"],
#template-footer .contact-form .form-group input[type="email"],
#template-footer .contact-form .form-group textarea {
    font-size: 13px;
}

#template-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#template-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#template-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#template-footer .contact-form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#template-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#template-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#template-footer .contact-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#template-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#template-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#template-footer .contact-form .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input {
    color: #fff;
    border: none;
    background: #485b71;
    box-shadow: none;
    margin-bottom: 10px;
}

#template-footer .contact-form .form-group textarea {
    color: #fff;
    border: none;
    background: #485b71;
    box-shadow: none;
    margin-bottom: 10px;
    resize: none;
}

#template-footer #btn-submit {
    color: rgba(255, 255, 255, 0.9) !important;
    background: #DD1C1A !important;
        margin-bottom: 0;
}


/* -------------------------------------------
   17. index three quick contact
----------------------------------------------*/

.bg-blue {
    background-color: #DB2A28;
}

.index-three-quick-contact {
    position: fixed;
    bottom: -465px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-three-quick-contact .ui-outer {
    text-align: center;
    color: #fff;
    max-width: 500px;
    height: 500px;
    border-radius: 1600px;
    margin: 0px auto;
    padding: 8px 15px;
}

.index-three-quick-contact .ui-btn {
    font-size: 15px;
    line-height: 15px;
}

.index-three-quick-contact h2 {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
}

.index-three-quick-contact .details {
    font-size: 15px;
    line-height: 30px;
}

.index-three-quick-contact .details i {
    margin-right: 5px;
}

.index-three-quick-contact .social {
    margin-top: 10px;
}

.index-three-quick-contact .social a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 5px;
    color: #fff;
    font-size: 17px;
}


/* -------------------------------------------
   18. index three footer
----------------------------------------------*/

.select-a-service-caption {
    color: #B8B9BD;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 13px;
}

.footer-top-section {
    background-color: #3C4451;
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.select-a-service-content {
    background-color: #606BA9;
    margin-top: 15px;
}

.select-a-service-content-nav {
    padding: 15px 10px 19px 10px;
}

.footer-top-nav-active {
    color: #ffffff;
    text-decoration: none !important;
}

.select-a-service-content-nav ul li a {
    color: #FFFFFF;
    line-height: 20px;
    text-decoration: underline;
}
.select-a-service-caption-nav ul li {
    padding-left: 4px;
    padding-right: 4px;
}
.footer-bottom {
    background-color: #2C333D;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.footer-bottom-left ul li a {
    color: #B8B9BD;
}

.footer-bottom-right, .footer-bottom-right a {
    color: #FFFFFF;
}

.get-guote-top {
    display: block;
    min-height: 33px;
}

.single-mortgage-section {
    background-color: #DB2A28;
    color: #FFFFFF;
    float: left;
    margin: 0 4px 9px auto;
    min-height: 99px;
    
    position: relative;
    width: 100%;
}

.single-mortgage-section h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 0;
}

.blue {
    color: #fff !important;
}

.red {
    color: #fff;
}

.violate {
    color: #FFFFFF;
}

.single-mortgage-section-button {
    bottom: -10px;
    left: 60px;
    position: absolute;
    background-color: #DB2A28;
    border: 2px solid #ffffff;
    padding: 15px 20px 15px 60px;
    border-radius: 25px;
    min-width: 225px;
}
.service-box-btn {
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 50px;
    height: 53px;
    line-height: 51px;
}
.service-box a{
	color:#fff;
}


/* -------------------------------------------
   19. get quote popup
----------------------------------------------*/


.get-a-quote .ui-outer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 99999;
}

.get-a-quote .ui-outer a.ui-close {
    font-size: 60px;
    font-weight: 300;
    color: #aaa;
    position: absolute;
    right: 0px;
    top: 20px;
}

.get-a-quote .ui-outer .ui-content {
    margin: 50px 0 0 auto;
    max-width: 350px;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.get-a-quote .ui-outer h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.get-a-quote .ui-outer form {
    max-width: 270px;
    margin: 10px auto 0 auto;
}

.get-a-quote .s-media {
    margin-top: 10px;
    text-align: center;
}

.get-a-quote .s-media h4 {
    font-size: 12px;
    text-transform: uppercase;
}

.get-a-quote .s-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 0px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    border-radius: 100px;
    margin: 5px 2px;
}

.get-a-quote .ui-outer .form-input input, .get-a-quote .ui-outer .form-input textarea {
    margin-bottom: 15px;
}

.get-a-quote .ui-outer .form-input textarea {
    height: 40px;
}
/* end get quote popup */


/* -------------------------------------------
   20. Agent single
----------------------------------------------*/

.single-team-icons img {
    padding: 3px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: 0px 1px 5px #d1d1d1;
}

ul.insurance-list li {
    border-bottom: 1px solid #dedddd;
    padding: 10px 0;
}

ul.insurance-list b {
    color: #3d434d;
}

ul.insurance-list span {
    width: 200px;
    text-align: left;
    float: right;
}

@media (max-width: 500px) {
    ul.insurance-list span {
        width: auto;
        text-align: left;
        float: none;
        padding-left: 20px;
    }
}

.single-team-icons a {
    background-color: #DB2A28;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 8px;
    height: 36px;
    width: 36px;
}

/* end agent single */
.headline {
    position: relative;
    z-index: 600;
}

.sologun-icon {
    font-family: 'Montserrat',"Open Sans",Arial,"Microsoft Yahei",sans-serif;
    font-size: 80px;
    font-weight: bolder;
    position: absolute;
    left: 20%;
    bottom: -35px;
    color: #E2E2E2;
    z-index: 300;
}
.ti-announcement:before {
    font-size: 80px;
}


/* -------------------------------------------
   21. Insurance coverage styling
----------------------------------------------*/

.insurance-service-all {
    padding: 0;
    overflow: hidden;
}

.insurance-service-all .insurance-coverage {
    padding: 0px 0 0px 0;
    margin: 0;
}

.insurance-service-all .insurance-coverage .owl-carousel .owl-wrapper-outer {
    overflow: inherit;
}

.insurance-service-all .insurance-coverage:hover .owl-prev {
    opacity: 1 !important;
}

.insurance-service-all .insurance-coverage:hover .owl-next {
    opacity: 1 !important;
}

.insurance-service-all .insurance-coverage .single-insurance {
    background: #f9f9f9 none repeat scroll 0 0;
    display: block;
    margin: 0 2px;
    padding: 20px 10px 10px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-out 0s;
    z-index: 999;
}

.insurance-service-all .insurance-coverage .single-insurance:hover {
    background: #ffffff;
}

.insurance-service-all .insurance-coverage .single-insurance::after {
    -webkit-box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    box-shadow: 0px 1px 5px 2px rgba(166,166,166,1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}

.insurance-service-all .insurance-coverage .single-insurance:hover:after {
    opacity: 1;
    visibility: visible;
}

.insurance-service-all .insurance-coverage .single-insurance i {
    color: #cf9455;
    font-size: 45px;
}

.insurance-service-all .insurance-coverage .single-insurance span {
    color: #DB2A28;
    font-size: 45px;
}

.insurance-service-all .insurance-coverage .single-insurance h3 a {
    color: rgb(0, 0, 0);
    display: block;
    font-family: "Open Sans",Arial,"Microsoft Yahei","Raleway",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
}

.insurance-service-all .insurance-coverage .single-insurance h3 a:hover {
    color: #DB2A28;
}

.insurance-service-all .insurance-coverage .single-insurance h3 a::after {
    background: #DB2A28;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 3px;
    margin: 20px auto;
}

.insurance-service-all .insurance-coverage .single-insurance .read-more {
    display: inline-block;
    margin: 10px 0;
}

.insurance-service-all .insurance-coverage .single-insurance .read-more a {
    border: 1px solid #e6e6e6;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.insurance-service-all .insurance-coverage .single-insurance .read-more a:hover {
    background: #DB2A28;
    color: #ffffff;
    border: 1px solid #DB2A28;
}

.insurance-service-all .insurance-coverage .single-insurance .single-insurance-content {
    z-index: 3;
    position: relative;
}

.insurance-service-all .insurance-coverage .owl-prev {
    position: absolute;
    left: -3px;
    background: #000000 !important;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #000000;
    top: 135px;
    width: 36px;
    height: 45px;
    border-radius: 0px !important;
    z-index: 99;
    opacity: 0 !important;
}

.insurance-service-all .insurance-coverage .owl-prev i {
    line-height: 36px;
    font-weight: 700;
    font-size: 25px;
    color: #ffffff !important;
}

.insurance-service-all .insurance-coverage .owl-prev:hover {
    background: #DB2A28 !important;
    border: 1px solid #DB2A28 !important;
}

.insurance-service-all .insurance-coverage .owl-next {
    position: absolute;
    right: -2px;
    background: #000000 !important;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #000000;
    top: 135px;
    width: 36px;
    height: 45px;
    border-radius: 0 !important;
    z-index: 99;
    opacity: 0 !important;
}

.insurance-service-all .insurance-coverage .owl-next i {
    line-height: 36px;
    font-weight: 700;
    font-size: 25px;
    color: #ffffff !important;
}

.insurance-service-all .insurance-coverage .owl-next:hover {
    background: #DB2A28 !important;
    border: 1px solid #DB2A28 !important;
}

/* -------------------------------------------
   22. About Feature Boxes
----------------------------------------------*/

.feature {
    padding-left: 68px;
    position: relative;
    margin: 26px 0 33px;
}

.feature i {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-width: 1px;
    border-style: solid;
    font-size: 24px;
    text-align: center;
    color: #DB2A28;
    border-color: #DB2A28;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature h3 {
    font-size: 15px;
    color: #555555;
    text-transform: none;
    font-family: Ubuntu,"Open Sans",Arial,"Microsoft Yahei",sans-serif;
}

.feature:hover i {
    background: #DB2A28;
    color: #fff;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.about-page .feature h3 {
    margin-top: 0;
}

.index-two .feature, .index-two .feature h3 {
    margin-top: 0;
}

/* -------------------------------------------
   23. Coming soon
----------------------------------------------*/

.coming-soon {
    text-align: center;
    color: #fff;
}

.coming-soon h3 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.coming-soon .countdown {
    text-align: center;
}

.coming-soon .countdown .date {
    display: inline-block;
    font-size: 40px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    color: #fff;
    padding-top: 20px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0;
    background: rgba(0,0,0,0.2);
    border: 3px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
}

.countdown .date span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,1);
    margin-top: -10px;
}

.coming-soon hr {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0px;
}

.coming-soon h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}

.cs-footer {
    text-align: center;
    margin-top: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.cs-footer a {
    color: #fff !important;
}

@media (max-width: 480px) {
    .coming-soon h4 {
        font-size: 13px !important;
    }

    .coming-soon h3 {
        font-size: 40px !important;
    }

    .countdown {
        margin-top: 40px !important;
    }
}

@media (max-width: 767px) {
    .coming-soon h4 {
        font-size: 20px !important;
    }

    .coming-soon h4 span {
        padding: 6px 13px;
    }

    .coming-soon h3 {
        font-size: 30px;
    }

    .countdown {
        margin-top: 30px !important;
        margin-bottom: 40px;
    }

    .countdown .date {
        font-size: 35px !important;
        height: 95px !important;
        width: 95px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding-top: 20px !important;
    }

    .coming-soon-item hr {
        max-width: 400px;
    }
}




/* -------------------------------------------
   24. Shortcode - Style A pricing Table
----------------------------------------------*/


.heading h2 {
    margin-bottom: 30px;
    color: #585864;
    position: relative;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.heading h2:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #585864;
}

.pricing-table {
    float: left;
    margin-top: 60px;
    position: relative;
    width: 100%;
}

.pricing-table &gt; .igl-background-fixed-img {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
}

.pricing-table-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.91);
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 120px 0 0;
    position: relative;
    width: 100%;
    z-index: 99;
}

.pricing-product {
    background: none repeat scroll 0 0 #7e7e7e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    height: 110px;
    left: 50%;
    line-height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 110px;
    z-index: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pricing-table-box:hover &gt; .pricing-product {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pricing-table-box:hover &gt; .pricing-product:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}

.pricing-table-box:hover &gt; .pricing-product:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}

.pricing-product &gt; i {
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
}

.pricing-product:before {
    background: none repeat scroll 0 0 #7e7e7e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.26;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pricing-product:after {
    background: none repeat scroll 0 0 #7e7e7e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.10;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.title {
    border-bottom: 1px solid #ffffff;
    color: #333333;
    float: left;
    font-size: 19px;
    padding: 0 30px 40px;
    text-align: center;
    width: 100%;
}

.signup {
    float: left;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.signup &gt; .round-btn {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    display: table;
    float: none;
    margin: 0 auto;
}

.options {
    border-bottom: 1px solid #ffffff;
    color: #666666;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}

.pricing-table-bg {
    background: url("../images/bg-t.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
}

.igl-background-fixed-img {
    background-attachment: fixed;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/* Corporate Background color */
.pricing-table-box:hover &gt; .pricing-product,
.pricing-table-box:hover &gt; .pricing-product:before,
.pricing-table-box:hover &gt; .pricing-product:after,
.open-nav {
    background: #ff5722;
}

.pricing-table-box:hover &gt; li.signup a {
    background: #ff5722;
}

.pricing-table-box:hover &gt; li.signup a:hover {
    text-decoration: none;
    color: #ffffff;
}


/* Medical Background color */

#medical-plans .pricing-table-box:hover &gt; .pricing-product,
#medical-plans .pricing-table-box:hover &gt; .pricing-product:before,
#medical-plans .pricing-table-box:hover &gt; .pricing-product:after,
#medical-plans .open-nav {
    background: #DB2A28;
}

#medical-plans .pricing-table-box:hover &gt; li.signup a {
    background: #DB2A28;
}

.grey.darken-3 {
    background-color: #424242 !important;
}



/*------------------------------------------------------------------
	Style B pricing Table
--------------------------------------------------------------------*/
.pricing-col {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    margin-bottom: 30px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.pricing-col:hover, .pricing-col:focus {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-col.popular {
    outline: 5px solid #DB2A28;
}

.pricing-header {
    background-color: #fff;
    color: #fff;
    padding: 16px 16px 38px 16px;
    text-align: center;
}

.pricing-title {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-value {
    color: #424242;
    font-size: 48px;
    margin: 30px 0px;
}

.pricing-duration {
    color: #9E9E9E;
    font-size: 12px;
    margin-bottom: 30px;
}

.pricing-content {
    background-color: #EEEEEE;
    padding: 16px;
}

.pricing-content .btn, .pricing-content .btn-secondary {
    display: block;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
    padding: 10px 12px;
    text-align: center;
}

.pricing-content ul {
    list-style-position: inside;
    margin: 0px -16px;
    padding: 0px 30px;
}

.pricing-content ul li {
    color: #616161;
    font-size: 14px;
    padding: 7px 0px;
    text-align: center;
}

.pricing-content ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

/* ------------- First row pricing Table -------------*/
.pricing-header .btn:not(.dropdown-toggle), .pricing-header .btn-secondary:not(.dropdown-toggle) {
    background-color: #DB2A28;
    color: #fff;
}

.pricing-header .btn:not(.dropdown-toggle):hover, .pricing-header .btn-secondary:not(.dropdown-toggle):hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* ------------- Shortcode Social Media -------------*/

.post-facebook {	background: #3280e7; }
.post-facebook:hover { background: #134fa0; }
.post-twitter { background: #32c8de;}
.post-twitter:hover {	background: #188392;}
.post-google-plus {background: #f96f4a;}
.post-google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}

.social-content {
    margin-top:7px;
}
.social-content a{
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    color:#fff;
    border-radius:50px;
    margin-right:3px;
}
/* ------------- end Social Media -------------*/


/*------------------------------------------------------------------
	25. Faq
--------------------------------------------------------------------*/

.panel {
    border: 0;
    border-radius: 5px;
}
.faq-group .panel-title {
    font-weight: 400;
}
.faq-group .panel-title .label {
    font-size: .65em;
    vertical-align: middle
}
.faq-group h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.faq-group .panel-title .num {
    font-size: .6em;
    display: inline-block;
    line-height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 22px;
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
    background-color: #33383d;
}
.faq-group .panel-title a {
    color: #33383d;
}
.faq-group .panel-default &gt; .panel-heading {
    background: none;
    padding-left: 0;
    border-bottom: 1px solid #ddd
}
/*CSS3 Only Toogling*/

.faq-group .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: FontAwesome;
    content: "\f077";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.faq-group .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
}
.faq-rightbar .list-group .list-group-item {
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: 0;
    border-radius: 0
}
.faq-rightbar .list-group .list-group-item:hover {
    background: #5bc0de;
    color: #fff
}
.faq-rightbar h4 {
    padding-left: 15px;
}

.green-btn, .bg-green, .powerwidget.green {
    background-color: #82b964;
}
.top-bar ul.top-widget .left{position:relative;padding-left:10px;}
.top-bar ul.top-widget .left a{position:absolute;top:8px;display:block;position:relative;}
.top-bar ul.top-widget .left span{left:0px;background-size:100%;width: 25px;height: 25px;display:block;}
.fa-taobao{background:url(../images/tianmao.png) no-repeat center center;}
.fa-jingdong{background:url(../images/jingdong.png) no-repeat center center;}


/* ---------------------- faq end -------------------*/








</pre></body></html>