/************************************************
[Master Stylesheet]
*************************************************/

header.pixinav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    text-decoration: none;
    -webkit-transition: visibility .0s, opacity 0.3s linear;
    transition: visibility .0s, opacity 0.3s linear;
    /*
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    */
    
}

header.pixinav {
    height: 140px; padding-top:20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99; background:#009944 url(../Images/basil-932079.jpg) center center no-repeat;
}

.brand-logo {
    float: left;
}

.brand-logo a {
    display: block;
    line-height: 90px;
}

.nav-icon,
.nav-button-close {
    display: none; background:#132361; 
}

.nav-wrapper {
    float: right;
    position: relative;
}

.nav-wrapper ul {
    margin: 0; margin-top:8px;
    padding: 0;
    list-style: none;
}

.nav-wrapper>ul>li {
    display: inline-block;
    position: relative; text-align:center;
}

ul.dropdown li a:hover,
.nav-wrapper>ul>li.active>a,
.nav-wrapper>ul>li.active>a>i,
.nav-wrapper ul li a:hover {
    color: #009944;
    transition: color .3s; font-style:italic; border-bottom:2px solid #009944;
}

.nav-wrapper>ul>li>a {
    line-height: 20px;
    padding: 0px 5px; margin-top:30px;
}
.nav-wrapper>ul>li>a>span{font-size:10px; font-weight:lighter;}
.nav-wrapper ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.mega_menu_item a {
    text-transform: capitalize;
}

.nav-wrapper>ul>li>a>i {
    position: relative;
    left: 5px;
    top: 1px;
}

.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*---Search Button---*/

.search_button {
    float: right;
    line-height: 80px;
    padding: 0 25px;
    cursor: pointer;
}

.search_button i {
    color: #333
}

.search-form {
    background: #fff;
    position: absolute;
    top: -800px;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1001;
    width: 60%;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: .6s;
    transition: .6s;
    transition: .6s!important;
}

.search-form.search-open {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.search-form form {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.search-form form input {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px 10px;
    width: 70%;
    height: 45px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.search-form form button.search-submit {
    background: #2075f4;
    color: #fff;
    height: 45px;
    line-height: 45px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    position: relative;
    top: -1px;
    left: -5px;
    border-radius: 0 5px 5px 0;
}

.search-form .search-close {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
    padding: 10px;
}


/*============== Navigation Options ==============*/


/*---------------------------------------
        ==Green color Style=
---------------------------------------*/

.pixinav.green ul.dropdown li a:hover,
.pixinav.green .nav-wrapper>ul>li.active>a,
.pixinav.green .nav-wrapper>ul>li.active>a>i,
.pixinav.green .nav-wrapper ul li a:hover {
    color: #8BC43F;
}
.pixinav.green .nav-wrapper>ul>li:before,
.pixinav.green .nav-wrapper>ul>li.active>a:before,
.pixinav.green ul.dropdown li:after,
.pixinav.green .search-form form button.search-submit {
    background: #8BC43F;
}
/*---------------------------------------
        ==Green color Style=
---------------------------------------*/

.pixinav.navy-blue ul.dropdown li a:hover,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a>i,
.pixinav.navy-blue .nav-wrapper ul li a:hover {
    color: #204DBF;
}
.pixinav.navy-blue .nav-wrapper>ul>li:before,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a:before,
.pixinav.navy-blue ul.dropdown li:after,
.pixinav.navy-blue .search-form form button.search-submit {
    background: #204DBF;
}

/*---------------------------------------
        ==Car Menu Style=
---------------------------------------*/

.pixinav.car {
    background-image: url(../Images/car-nav-bg.png);
    background-repeat: repeat;
}
/*---------------------------------------
        ==Transparent Menu Style=
---------------------------------------*/

.pixinav.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.pixinav.transparent .nav-wrapper>ul>li:before, 
.pixinav.transparent .nav-wrapper>ul>li.active>a:before {
    position: initial;
}
.pixinav.transparent.dark .nav-wrapper ul li a:hover,
.pixinav.transparent.dark .nav-wrapper ul li a:hover i{
    color: #2075f4;
}

/*--- ==Transparent Menu Style= -----*/

.pixinav.transparent.dark .search_button i,
.pixinav.transparent.dark .nav-wrapper ul li a i,
.pixinav.transparent.dark .nav-wrapper>ul>li>a {
    color: #fff;
    transition: .3s;
}

@media (max-width: 992px) {
    .pixinav.responsive-nav.transparent.dark .nav-wrapper ul li a i,
    .pixinav.responsive-nav.transparent.dark .nav-wrapper>ul>li>a {
        color: #222;
    }
    .pixinav.transparent .nav-wrapper>ul>li:before, 
    .pixinav.transparent .nav-wrapper>ul>li.active>a:before {
        position: absolute;
    }
    .pixinav.responsive-nav.transparent.dark .nav-icon:after {
        background-color: #132361;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        z-index: 12;
    }
}


/*---------------------------------------
        ==Sticky Menu Style=
---------------------------------------*/

.sticky-header {
    position: fixed;
    padding: 0;
    z-index: 999;
    top: 0;
    background: #222;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
    box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/*============== Dropdown addon ==============*/

ul.dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    min-width: 230px
}

li.dropdwon>ul.dropdown {
    visibility: visible;
    opacity: 1;
}

ul.dropdown li {
    position: relative;
    border-bottom: 1px solid #eee;
}

ul.dropdown li:last-child {
    border-bottom: none;
}

ul.dropdown li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #2075f4;
    z-index: 11;
    -webkit-transition: .4s;
    transition: .4s;
}

ul.dropdown li:hover:after {
    width: 100%;
}

ul.dropdown li a {
    display: block;
    padding: 13px 30px 13px 30px;
    position: relative;
}

ul.dropdown li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.dropdown {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}


/* --------Right Align-------- */

.dropdown .right,
.right .dropdown {
    left: 100%;
}


/*-------- Left Align-------- */

.dropdown .left,
.left .dropdown {
    right: 100%;
}


/* --------dropdown hover-------- */

ul.dropdown>li.dropdwon>ul.dropdown {
    visibility: visible;
    opacity: 1;
    top: 0;
}


/*============== Megamenu addon ==============*/

.mega_menu {
    position: fixed;
    width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: white;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1005;
}

.dropdwon>.mega_menu {
    visibility: visible;
    opacity: 1;
}

ul.mega_menu_item {
    display: inline-block;
    border-right: 1px solid #eee;
    float: left;
}

ul.mega_menu_item li.mega-menu-title {
    padding-bottom: 20px;
    font-weight: 600;
}

ul.mega_menu_item li {
    padding: 13px 30px;
}

ul.mega_menu_item.col_2 {
    width: 50%;
}

ul.mega_menu_item.col_3 {
    width: 33%;
}

ul.mega_menu_item.col_4 {
    width: 25%;
}

ul.mega_menu_item:last-child {
    border-right: 0;
}


/*============== Responsive ==============*/

@media (min-width: 993px) {
    .dropdown,
    .mega_menu {
        display: block!important;
        height: auto!important;
    }
    .mega_menu {
        padding: 20px 0!important;
    }
}

@media (max-width: 1200px) {
    /*---Responsive Megamenu Style---*/
    .mega_menu {
        width: 970px;
    }
}

@media (max-width: 991px) {
    header.pixinav.responsive-nav {
        height: 60px;
    }
    .responsive-nav .nav-icon {
        display: block;
        width: 50px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0px;
        padding: 2px 0px 0px 12px;
        cursor: pointer;
    }
    .responsive-nav .nav-icon:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #132361;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        z-index: 12;
    }
    .responsive-nav .nav-button-close {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 24px;
        display: inline-block;
        cursor: pointer; color:#fff; width:50px; padding-left:10px;
    }
    .responsive-nav .brand-logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        float: none;
    }
    .responsive-nav .brand-logo a {
        line-height: 60px;
    }
    .responsive-nav .nav-wrapper {
        position: fixed;
        background: #fff;
        z-index: 999;
        height: 100vh;
        left: -550px;
        top: 0;
        width: 320px;
        padding-top: 70px;
        overflow-y: auto;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
    }
    .responsive-nav .nav-wrapper.right-canvas {
        left: 0;
    }
    .responsive-nav .nav-wrapper>ul {
        border-top: 1px solid #eee;
    }
    .responsive-nav .nav-wrapper>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .responsive-nav .nav-wrapper>ul>li>a {
        line-height: 50px;
        padding-left: 30px;
    }
    /*---Search---*/
    .responsive-nav .search_button {
        height: 60px;
        line-height: 60px;
        padding: 0px 10px 0 20px;
    }
    /*---Responsive Dropdown Style---*/
    .responsive-nav ul.dropdown li a {
        padding-left: 45px;
        opacity: .75;
    }
    .responsive-nav .nav-wrapper>ul>li>a>i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        left: initial;
    }
    .responsive-nav .icon_rotated>i.fa-angle-down {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 40%;
    }
    .responsive-nav .icon_rotated>i.fa.fa-angle-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 40%;
    }
    .responsive-nav i {
        -webkit-transition: .4s;
        transition: .4s;
    }
    .responsive-nav .icon_rotated>i.fa.fa-angle-left {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .responsive-nav ul.dropdown li ul.dropdown a {
        padding-left: 55px;
        opacity: .6;
    }
    .responsive-nav ul.dropdown li a ul.dropdown {
        padding-left: 55px;
    }
    .responsive-nav ul.dropdown {
        position: relative;
        visibility: visible;
        opacity: 1;
        left: 0;
    }
    .responsive-nav .nav-wrapper ul li:hover ul.dropdown {
        visibility: visible;
        opacity: 1;
    }
    .nav-wrapper>ul>li:before,
    .responsive-nav ul.dropdown li:after {
        content: none;
    }
    .responsive-nav ul.dropdown {
        -webkit-transition: none;
        transition: none;
    }
    .responsive-nav ul.dropdown {
        display: none;
        background: rgba(0, 0, 0, 0.01);
    }
    .responsive-nav .dropdown {
        background: rgba(0, 0, 0, 0.02);
    }
    /*---Responsive Megamenu Style---*/
    .responsive-nav .mega_menu {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        padding: 0;
        display: none;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.01);
        box-shadow: none;
        flex-wrap: wrap;
    }
    .responsive-nav ul.mega_menu_item {
        background: rgba(0, 0, 0, 0.01);
    }
    .responsive-nav ul.mega_menu_item li {
        border-bottom: 1px solid #eee;
        padding-left: 45px;
    }
    .responsive-nav ul.mega_menu_item {
        width: 100%;
    }
    .responsive-nav ul.mega_menu_item li.mega-menu-title {
        border-bottom: 0;
    }
}

@media (max-width: 500px) {
    .responsive-nav .nav-wrapper,
    .single_canvas.offcanvas1,
    .single_canvas.offcanvas1.close {
        width: 100%;
    }
    .search-form {
        width: 100%;
        height: 150px;
    }
}



/*-------------------hero area-------------------*/
.hero_area{
    background: #009944; background-size:100%;
}
.hero_area .hero_content{
    height: 640px;
}
.hero_area .hero_content p {
    opacity: 1; color:#fff; width:100%; text-align:center; margin-top:-10px; font-size:14px; letter-spacing:5px;
}
.content_block1 .txt_area h1,
.hero_area .hero_content h1 {
  margin-left: -6px; font-size:36px; font-weight:bold; color:#fff;
}
.content_block1 div p{ line-height:30px;}
.hero_area .hero_content h1{width:100%; margin-left:0px; text-align:center; line-height:70px; margin-top:-250px;
                            letter-spacing:8px;}

/*---------content-block1-------------*/
.content_block1 .container-fluid{
    padding-left: 0;
}
.content_block1 .image_area,
.content_block1 .txt_area {
    width: 50%;
}
.content_block1 .image_area{
    padding-right: 190px;
}


/*---------about section------*/

.about_section {
    background: url(../Images/bg0.jpg) center center no-repeat; 
    padding: 100px 0px 100px 0px;
}
.about_section .about_content h1 {
    margin: 0 auto 60px;
    max-width: 500px;
}

/*---------cta section----------*/
.cta_section{
    background: url(../Images/cta-img.jpg) no-repeat center -220px / cover;
}
.cta_section .cta_content{
    min-height: 450px;
}


/*-----------why section---------*/
.why_section {
    padding: 140px 0 145px;
}
.why_section .why_txt p {
  line-height: 36px;
  opacity: 0.8;
}
.why_section h1.title {
    margin-bottom: 120px;
}


/*---------img section-----------*/
.image_section .right_image,
.image_section .center_image,
.image_section .left_image{
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.image_section .right_image img,
.image_section .center_image img,
.image_section .left_image img{
    width: 100%;
}
.image_section .right_image:hover img,
.image_section .center_image:hover img,
.image_section .left_image:hover img{
    transform: scale(1.1);
}


/*-----------contact section-----------*/
.contact_section{
    padding: 90px 0; background:url(../Images/lxwmtopbg.jpg) left top repeat-x;
}
.contact_section .contact_text li {
  color:#222222;
}
.contact_section .contact_text li a:hover {
  color:#2367ee;
    text-decoration: underline;
}



/*------------------- start section style ------------------*/
.footer_section {
    padding: 0px 0 50px;
    background: #009944;
}
.footer_section .footer_menu {
    padding: 70px 0;
    border-bottom: 1px solid #38393d;
}
.footer_section .footer_logo{
    margin: 0 auto;
}
.footer_section .footer_menu ul {
   
    width: 100%;
}
.footer_section .footer_menu ul a {
    color: #fff;
    font-size: 16px;
    margin: 0 30px;
    text-transform: uppercase;
}
.footer_section .footer_menu ul li:first-child a {
    margin-left: 0;
}
.footer_section .footer_menu ul li:last-child a {
    margin-right: 0;
}

.footer_section p.widget_text {
    font-size: 16px;
    opacity: 0.8;
    line-height: 30px;
}
.footer_section .quick_link a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
}
.footer_section ul li a:hover{
    color: #194ffd;
}
/*------------------- end section style --------------------*/

.titleh{ font-size:36px; font-weight:bold; margin-top:100px;}
.jsbox{
        color:#333; margin:10px 200px 20px 200px; font-size:20px; font-family:Arial; line-height:35px;
    }
.content_block1{ padding-bottom:50px; }

.haochu{border-radius:5px; background:#f9f9f9; color:#333; margin-left:0px; padding:30px 40px; margin-top:40px;
        box-shadow:0px 0px 8px 0px #999; border:1px solid #0c1067;}
.haochu h2{font-size:20px; font-weight:bold; margin-bottom:20px; color:#fff; background:#0454a5; border-radius:5px; padding-left:10px;}
.haochu p{color:#333; font-size:14px; line-height:24px; min-height:120px;}
.content_block1_1{ padding-bottom:40px;}
.items{ margin-bottom:30px;}
.items .itemtitle{ line-height:24px;}
#wmfw{ background:#fff;}
#haochubox{ background:#fff;}

.page_body .hero_area{
    background:#009944; background-size:100%; height:300px;
}
.page_body .hero_area .hero_content{
    height:auto; padding-top:110px;
}
.page_body .hero_area .hero_content p {
    opacity: 1; color:#fff; padding-left:20px; text-align:left; letter-spacing:2px;
}
.page_body .hero_area .hero_content h1 {
  margin-left: 0px; font-size:36px; line-height:45px; font-weight:bold; color:#fff; padding-left:20px;
  margin-top:0px; letter-spacing:4px; text-align:left;
}

.breadcrumb_box{ margin-top:15px; font-size:14px;}
.breadcrumb_box a{ font-size:14px;}

.singlepagebox{ padding-bottom:40px; background:#fff;}

.art_list{ margin-top:20px; margin-bottom:20px;}
.art_list h2{ margin-bottom:15px;}
.art_list h2 a{ font-size:22px; line-height:26px; display:block; font-weight:bold; color:#009944;}
.art_list .art_desc{ font-size:16px; line-height:24px;}
.art_list .art_status{ font-size:14px; color:#666;}

.title_bar{ background:#009944; padding-left:10px; display:block; clear:both; margin-bottom:20px;}
.title_bar a{color:#fff;}
.right_block_img_box{ margin-bottom:30px;}
.right_block_img_box a.right_block_img_title{ display:block; font-size:14px; height:40px; line-height:20px; margin-top:10px;}

.right_news_list{}
.right_news_list li{ }
.right_news_list li a{font-size:16px;}

#contentbox{ padding-bottom:40px;}

.content_content{ font-size:16px; line-height:28px; }
.content_content a{word-break: normal !important; display:inline-block;}
h1.title{ font-size:24px; line-height:26px; font-weight:800; margin-top:40px; margin-bottom:20px;}
.content_content .art_status{ font-size:14px; margin-bottom:40px;}

#mapbox{overflow:hidden; width:100%; height:350px; border:10px solid #fff; 
      border-radius:5px;  background:#fcfcfc; float:left; position:relative; top:-20px; 
  box-shadow:0 0 8px 1px #e4e5e6;}
#map_contact_us{ width:100%; height:350px;}


@media (max-width: 500px) {
    .jsbox{
        color:#333; margin:10px 20px 20px 20px; letter-spacing:0px; line-height:30px; font-size:18px; text-align:left;
    }
    .titleh{ font-size:30px; font-weight:bold; margin-top:40px; line-height:36px;}
    .haochu{margin-left:0px;}
    .titleh222{ font-size:30px !important;}
    ul.dropdown li a,
.nav-wrapper>ul>li.active>a,
.nav-wrapper>ul>li.active>a>i,
.nav-wrapper ul li a:hover {
    color: #333 !important;
    transition: color .3s;
}

.breadcrumb_box{ margin-top:20px; font-size:14px;}
.breadcrumb_box a{ font-size:14px;}

.singlepagebox{ padding-bottom:40px; background:#fff;}

.art_list{ margin-top:20px; margin-bottom:20px;}
.art_list h2{ margin-bottom:10px; margin-top:15px;}
.art_list h2 a{ font-size:22px; line-height:26px; display:block; font-weight:bold; color:#009944;}
.art_list .art_desc{ font-size:16px; line-height:24px;}
.art_list .art_status{ font-size:14px; color:#666;}

.title_bar{ background:#009944; padding-left:10px; display:block; clear:both; margin-bottom:20px;}
.title_bar a{color:#fff;}
.right_block_img_box{ margin-bottom:30px;}
.right_block_img_box a.right_block_img_title{ display:block; font-size:14px; height:40px; line-height:20px; margin-top:10px;}

.right_news_list{}
.right_news_list li{ }
.right_news_list li a{font-size:16px;}

#contentbox,#content_text_box{ padding-bottom:40px;}


.content_content{ font-size:16px; line-height:28px;}
h1.title{ font-size:24px; line-height:26px; font-weight:800; margin-top:40px; margin-bottom:20px;}
.content_content .art_status{ font-size:14px; margin-bottom:40px;}

.hero_area{
    background: url(../Images/phonebg.jpg) center bottom no-repeat;
}
.hero_area .hero_content{
    height: 100vh;
}
.hero_area .hero_content p {
    opacity: 1; color:#fff; margin-top:-10px; text-align:left; margin-left:10px; letter-spacing:1px;
}
.hero_area .hero_content h1 {
  margin-left: 6px; font-size:42px !important; font-weight:bold; color:#fff; margin-top:-340px; letter-spacing:4px; text-align:left;
}

.page_body .hero_area{
    background: url(../Images/phonepagebg.jpg) center bottom; height:400px;
}
.page_body .hero_area .hero_content{
    height:auto; padding-top:0px;
}
.page_body .hero_area .hero_content p {
    opacity: 1; color:#fff; padding-left:0px; font-size:12px !important; line-height:15px;
}
.page_body .hero_area .hero_content h1 {
  margin-left: 0px; font-size:26px !important; letter-spacing:5px; margin-top:-160px; line-height:32px; font-weight:bold; 
  color:#fff; padding-left:10px;
}




}



















