.navbar {
    /*padding-top: 20px;*/
     /*padding: 10px 0px;*/
      /*background: rgba(0, 52, 69, .65);*/
      border-radius: 0px;
      background:url('/themes/Yipai/img/header-background.png?t=2') 60%;
     box-shadow: 0px 0px 10px;
}

.navbar .menu {
    float: right;
    text-align: center;
    margin-top: 4px;
}

.navbar .menu li {
    float: none;
    display: inline-block;
}

.navbar.single-page {
    position: relative;
    background: #003445;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0
}

.navbar.sticky.single-page {
    padding-top: 0;
    padding-bottom: 0
}

nav.navbar.single-page .navbar-brand {
    margin-top: 5px;
}

.navbar .menu li a {
    /*color: #000;*/
    text-transform: uppercase;
    font-weight: 700;
    transition: .4s;
     color: #fff;
}

.sticky .menu li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    transition: .4s;

}

.navbar .menu li a:hover {
    color: #fde428;
}

.navbar .menu li.current-menu-item a {
    color: #fde428;
}

.navbar .social {
    margin-top: 4px;
}

.navbar .social li a {
    color: #fff;
    transition: .4s;
}

.navbar .social li a:hover {
    color: #fde428;
}

.home-area .item .welcome-text {
    color: #fff;
}

.home-area .item .welcome-text p {
    line-height: 24px;
}

.home-area .item .welcome-text h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.home-area .item .welcome-text h1 span {
    color: #fde428;
}

.home-area .item .welcome-text a {
    color: #003445;
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 50px;
    background-color: #fde428;
    margin-top: 40px;
    border-radius: 50px;
    font-weight: 700;
    transition: .4s;
}

.home-area .item .welcome-text a:hover {
    background-color: #fff;
}

.home-area .item .welcome-text .hvr-rectangle-in:before {
    background-color: #fde428;
    border-radius: 50px;
}

.home-area .PrevArrow {
    font-size: 35px;
    font-weight: 700;
}

.home-area .PrevArrow .Thumbnail {
    border: 2px solid #fde428;
}

.home-area .NextArrow {
    font-size: 35px;
    font-weight: 700;
}

.home-area .NextArrow .Thumbnail {
    border: 2px solid #fde428;
}

.home-area .slick-arrow {
    transition: .4s;
}

.home-area .slick-arrow:hover {
    background: #fde428;
    color: #003445;
}

.home-area .slick-dots li {
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.section-title {
    overflow: hidden;
    margin-bottom: 70px;
}

.section-title.right-align {
    text-align: right;
}

.section-title.left-align {
    text-align: left;
}

.section-title.left-align .title-icon {
    float: left;
    border-left: 0;
    border-right: 4px solid #fde428;
}

.section-title.left-align .title-text {
    float: left;
    margin-left: 20px;
    padding-left: 30px;
}

.section-title.center-align {
    text-align: center;
}

.section-title.center-align .title-icon {
    float: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #fde428;
    margin-left: 0;
    padding-bottom: 40px;
}

.section-title.center-align .title-text {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0px;
    margin-top: 0px;
}

.section-title.center-align .title-text h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 35px;
    position: relative;
    color: #003445;
}

.section-title.center-align .title-text h2:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 50%;
    content: "";
    background: #FDE428;
    bottom: 0;
    margin-left: -50px;
}

.section-title.center-align .title-text h2:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #003445;
    content: "";
    z-index: 2;
    height: 4px;
    width: 50px;
}

.section-title .title-icon {
    width: 150px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    font-size: 100px;
    color: #fde428;
    line-height: 100px;
    border-left: 4px solid #fde428;
}

.section-title .title-text {
    float: right;
    padding-right: 30px;
}

.section-title .title-text h2 {
    font-size: 57px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.section-title .title-text p {
    color: #797979;
    font-weight: 400;
    line-height: 24px;
}

.about-us-area {
    background-image: url("../images/videobg.jpg");
    height: 600px;
    position: relative;
}

.about-us-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 52, 69, 0.85);
}

.about-us-area .intro-content-with-video {
    color: #fff;
}

.about-us-area .intro-content-with-video h2 {
    color: #fde428;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 57px;
}

.about-us-area .intro-content-with-video p {
    letter-spacing: 1px;
}

.about-us-area .intro-content-with-video a {
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    background-color: #fde428;
    color: #003445;
    border-radius: 50%;
    font-size: 25px;
    margin-top: 50px;
    padding-left: 4px;
}

.team-section {
    background-color: #fff;
}

.team-section .NextArrow {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    background: #003445;
    color: #fff;
    font-size: 30px;
    transition: .4s
}

.team-section .PrevArrow {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    z-index: 5;
    background: #003445;
    color: #fff;
    font-size: 30px;
    transition: .4s
}

.team-section .PrevArrow:hover,
.team-section .NextArrow:hover {
    background: #fde428;
    color: #003445
}

.team-section .single-team:hover .teamthumb img {
    opacity: .5;
}

.team-section .single-team:hover .teamthumb .team-social a {
    left: 0;
}

.team-section .single-team .teamthumb {
    position: relative;
    overflow: hidden;
}

.team-section .single-team .teamthumb img {
    transition: .4s;
}

.team-section .single-team .teamthumb .team-social {
    position: absolute;
    width: 60px;
    top: 40px;
    text-align: center;
    left: 10px;
}

.team-section .single-team .teamthumb .team-social a {
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fde428;
    background: #003445;
    margin-bottom: 5px;
    transition: .4s;
    position: relative;
    left: -100px;
}

.team-section .single-team .teamthumb .team-social a:nth-child(even) {
    transition-delay: .1s;
}

.team-section .single-team .team-title {
    padding: 10px 20px;
    padding-top: 20px;
    border-top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #003445;
}

.team-section .single-team .team-title h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.team-section .single-team .team-contact {
    padding: 10px 10px;
    padding-bottom: 20px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.team-section .single-team .team-contact ul li {
    line-height: 26px;
}

.team-section .single-team .team-contact ul li span {
    padding-right: 10px;
    font-weight: 700;
    color: #003445;
}

.latest-project-section {
    background-color: #f2f3f4;
}

.latest-project-section .filter-btn {
    list-style: none;
    background: #003445;
    text-align: center;
}

.latest-project-section .filter-btn li {
    padding: 20px 0px;
}

.latest-project-section .filter-btn li a {
    color: #FFF;
    font-size: 130%;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid transparent;
}

.latest-project-section .filter-btn li a.active {
    color: #fde428;
    font-size: 130%;
    text-transform: uppercase;
    border: 2px solid #fde428;
}

.latest-project-section .item {
    width: 32%;
    min-height: 200px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #DDDDDD;
    overflow: hidden;
    position: relative;
}

.latest-project-section .item:hover a:before {
    opacity: 1;
}

.latest-project-section .item:hover a:after {
    opacity: 1;
}

.latest-project-section .item a {
    color: #fff;
}

.latest-project-section .item a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.latest-project-section .item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 52, 69, 0.85);
    z-index: 1;
    text-align: center;
    font-size: 50px;
    opacity: 0;
    transition: .4s;
}

.latest-project-section .item a:after {
    position: absolute;
    content: "\f1cb";
    left: 50%;
    width: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    margin-left: -25px;
    z-index: 6;
    line-height: 50px;
    font-size: 30px;
    font-weight: 100;
    opacity: 0;
    transition: .4s;
    transition-delay: .1s;
    font-family: Elusive-Icons;
}

.latest-project-section .item:nth-child(3) {
    height: 405px;
}

.latest-project-section .item:nth-child(4) {
    height: 405px;
}


/*# sourceMappingURL=style.css.map */


/*copy services area*/

.areapadding {
    padding: 70px 0;
}

.singleservice i {
    color: #FDE428;
    font-size: 40px;
    margin-bottom: 20px;
}

.singleservice h4 {
    color: #0f1319;
    font-size: 20px;
    text-transform: uppercase;
    transition: .4s;
    margin-bottom: 15px;
    font-weight: 600
}

.singleservice {
    color: #797979;
    font-size: 14px;
}

.servicetitle h2 {
    text-transform: uppercase;
    color: #003445;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}

.servicetitle::before {
    background: #FDE428 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin-left: -35px;
    position: absolute;
    width: 70px;
    left: 50%
}

.singleservice {
    border: 1px solid #e4e4e4;
    padding: 50px 40px;
    transition: .4s;
    margin-bottom: 30px
}

.singleservice:hover {
    border-color: #FDE428;
    box-shadow: 0 1px 5px 5px rgba(15, 19, 25, 0.15);
}


/*end of copy services area*/


/*start pricing area css*/


/*  8. pricing CSS
/*----------------------------------------*/

section.pricing-area {
    background: #f2f3f4;
}

.single_price {
    background: #FFF;
    color: #003445;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single_price h1 span {
    position: relative;
    font-size: 25px;
    top: -11px;
    left: -2px;
}

.single_price:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
}

.single_price h4 {
    background-size: cover;
    background-position: center;
    color: #FFF;
    height: 77px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: #003445;
    line-height: 77px;
}

.single_price p {
    text-align: center;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.single_price h1 {
    text-align: center;
    font-size: 50px;
    font-family: monospace;
    /* margin: -5px; */
    font-weight: 900;
}

.single_price h1 sup {
    font-size: 28px;
    color: #a8a9a9;
}

.single_price h3 {
    text-align: center;
    margin: 8px 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.fetures {
    margin: 35px 0px;
    padding: 0px 10px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
}

.fetures.expand {
    height: 190px;
    margin-bottom: 10px;
}

.fetures li {
    margin-bottom: 15px;
}

.fetures li .fa {
    color: #003445;
    margin-right: 10px;
}

.order_now_btn {
    background: #003445;
    color: #FFF;
    height: 55px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    font-weight: 700;
}

.fetures.expand+.order_now_btn {
    background: #fde428 !important;
    color: #003445;
}

.order_now_btn:hover {
    background: #fde428;
    color: #003445;
}


/*end of pricing area css*/


/*start footer section*/

.footer-area {
    background: #003445;
    color: #fff;
    position: relative;
    /*background: #aaa;*/
}

.footer-area :before{
 /*background: #000000;*/
}
.socail-link a {
    color: #FDE428;
    margin-right: 10px;
    font-size: 14px;
}

.socail-link {
    margin-top: 20px;
}

.single-footer img {
    padding-bottom: 30px;
}

.single-footer p {
    line-height: 24px;
}

.single-footer h4 {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    transition: .4s
}

.single-footer a:hover {
    color: #fde428;
}

.single-footer a {
    color: #fff;
    line-height: 30px;
}

ul.address li span {
    padding-right: 10px;
    width: 30px;
}

ul.address li {
    line-height: 30px;
}

ul.address {
    margin-bottom: 20px;
}

.subscrib h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.subscrib input[type="text"] {
    height: 35px;
    padding-left: 10px;
    float: left;
    color: #003445;
    width: 78%
}

.subscrib input[type="submit"] {
    height: 35px;
    border: 0;
    width: 60px;
    margin-left: -4px;
    float: left;
    background: #FDE428;
    color: #003445;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.backtop {
    position: absolute;
    right: 6%;
    top: -25px;
}

.backtop a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #FDE428;
    border-radius: 50%;
    color: #003445;
    transition: .4s;
}

.backtop a:hover {
    background: #003445;
    color: #fff;
}

.team-section .single-team .teamthumb .team-social a:hover {
    background: #FDE428;
    color: #003445;
}


/*end of footer section*/


/*start footer gallary css*/

.image-gallary {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
}

.single-img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}


/*end of footer gallary css*/


/*start single page css*/


/*start about us page css*/

.page-heading-area {
    /*background-image: url(../images/pagebg.jpg);*/
    height: 300px;
    position: relative;
    background-size: cover;
    color: #fff
}

.page-heading-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 52, 69, 0.65)
    /*background-color:#bbb;*/
}

.page-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb li:before {
    display: none;
}

.page-title {
    color: #fff;
}

.breadcrumb {
    padding: 8px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb li.active {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.fouraboutimg {
    position: absolute;
    right: 1%;
    top: 3%;
}

.fourabout {
    height: 640px;
    position: relative;
}

.abouttitle h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    font-size: 34px;
}

.abouttitle h2:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    content: "";
    background: #FDE428;
    bottom: 0;
}

.abouttitle h2:after {
    position: absolute;
    left: 50px;
    bottom: 0;
    background: #003445;
    content: "";
    z-index: 2;
    height: 4px;
    width: 50px;
}

.aboutContent p {
    line-height: 26px;
    letter-spacing: .6px;
    margin-bottom: 20px
}


/*end of about us page css*/


/*start portoflio page*/

.portfoliopage .filter-btn {
    padding: 50px !important;
    background-color: transparent;
}

.portfoliopage .filter-btn li {
    display: inline-block;
}

.portfoliopage .shuffle-grid {
    padding: 0 !important;
}

.portfoliopage {
    background-color: transparent;
}

.page-title:before {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #FDE428;
    content: "";
    bottom: 0;
    left: 16px;
}

.page-title:after {
    left: 16px;
    bottom: -5px;
    background: #FDE428;
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
}


/*endof port folio page*/


/*start team page*/

.team-section {
    padding-bottom: 70px;
}

.single-team {
    margin-bottom: 30px;
}


/*end of team page*/


/*start blog page css*/


/*start blog page css*/

section.blog-area {
    padding-top: 80px;
}

.single-blog {
    padding-bottom: 80px;
}

.single-blog-content-title h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #003445;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-content-title {
    margin-bottom: 20px;
    color: #003445;
}

.single-blog-content a.readmore {
    color: #FDE428;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
}

h4.sidebar-title {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700
}

.single-sidebar {
    margin-bottom: 50px
}

.single-sidebar input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 50px;
    padding-left: 10px;
    width: 80%;
    font-weight: 500;
    float: left
}

.single-sidebar button {
    background: #FDE428 none repeat scroll 0 0;
    color: #003445;
    font-size: 16px;
    height: 50px;
    margin-left: -4px;
    width: 17%;
    transition: .4s
}

.single-sidebar button:hover {
    background: #003445;
    color: #fff
}

h4.sidebar-title:before {
    position: absolute;
    left: 0;
    height: 4px;
    width: 30px;
    background: #003445;
    content: "";
    bottom: 0;
    border-radius: 3px;
}

h4.sidebar-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 4px;
    content: "";
    background: #FDE428;
    z-index: -1;
}

ul.categori-list li a {
    color: #003445;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-weight: 500
}

ul.categori-list li a:hover {
    color: #FDE428;
}

.single-blog-content-title h6 strong {
    padding-right: 5px;
    text-transform: capitalize;
    color: #003445;
}

.single-blog-content-title h6 span {
    padding-right: 15px;
}

.single-blog-content-title h2 {
    color: #003445;
    padding: 20px 0;
    text-transform: capitalize;
}

.single-blog-content>p {
    letter-spacing: 1px;
    line-height: 26px;
}

.tagsshare div {
    display: inline-block;
    width: 49%;
}

.share {
    text-align: right;
}

.share a {
    background: #003445 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .4s
}

.share a:hover {
    background: #FDE428;
    color: #003445
}

.tags a {
    color: #003445;
    margin-right: 10px;
    text-transform: capitalize;
}

.tagsshare strong {
    margin-right: 10px;
}

.tagsshare {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

blockquote {
    border-left-color: #FDE428;
    color: #003445;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 20px;
}

.single-blog-content-title h6 span a {
    color: #FDE428;
    text-transform: uppercase
}

.recent-single {
    overflow: hidden;
    margin-bottom: 10px;
}

.recent-thumb {
    width: 61px;
    float: left;
    margin-right: 20px;
}

.recent-single:hover h6 {
    color: #FDE428
}

.recent-content {
    padding-left: 81px;
}

.recent-content h6 {
    font-size: 14px;
    color: #003445;
    transition: .4s
}

.recent-content p.date {
    font-size: 12px;
    margin-top: 10px;
    color: #003445;
}

ul.tag-cloud li {
    display: inline-block;
    margin-bottom: 4px;
}

ul.tag-cloud li a {
    text-transform: initial;
    border: 1px solid #eee;
    padding: 18px 10px;
    display: block;
    text-transform: capitalize;
    color: #003445;
    transition: .4s
}

ul.tag-cloud li a:hover {
    color: #fff;
    background: #003445;
    border-color: #003445
}


/*end of blog page css*/


/*start contact page css */

.single-input input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    color: #003445;
    margin-bottom: 10px;
}

.single-textarea textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
}

.contact-form-section input[type="submit"] {
    width: 150px;
    height: 50px;
    border: 0;
    background: #003445;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

section.contact-area {
    position: relative;
}

.contact-area:before {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background: #003445;
    content: "";
    position: absolute;
}

.contact-form-widget {
    color: #fff;
}

.widget-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.widget-title h2:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    background-color: #FDE428;
    height: 1px;
    width: 100px;
}

.widget-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #FDE428;
    height: 1px;
    width: 70px;
}

ul.phone-email {
    padding: 20px 0;
}

.widget-conent {
    line-height: 30px;
    letter-spacing: 1px;
}

.widget-conent span {
    width: 30px;
}

.one-the-web a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FDE428;
    color: #003445;
    border-radius: 50%;
    margin-right: 8px;
    transition: .4s
}

.one-the-web a:hover {
    background: #fff;
}

.one-the-web {
    margin-top: 20px;
}


/*end of contact page css*/


/*end of blog page css*/


/*end of single page css*/

#gmap {
    height: 300px;
    width: 100%;
}

.copyright-section {
    padding: 20px 0;
    background: #003445;
    border-top: 1px solid rgba(246, 255, 243, 0.1);
    color: #fff;
}

.copyright-section a {
    color: rgba(253, 228, 40, 1);
}


/*start prand section*/

.brand-section {
    /*background: url(../images/pagebg.jpg) no-repeat center center / cover;*/
    position: relative;
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgba(0, 52, 69, .85);*/
    content: "";
}

.single-brand {
    opacity: .5;
    transition: .4s
}

.single-brand img {
    display: inline-block;
}

.single-brand:hover {
    opacity: 1
}

.active-brand-slider {
    position: static;
}

.PrevArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5;
    z-index: 5
}

.NextArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    right: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5
}

.NextArrowbrand:hover,
.PrevArrowbrand:hover {
    background-color: transparent;
    opacity: 1
}

.author-title>h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.author-details {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.author-img {
    float: left;
    margin-right: 30px;
    width: 70px;
}

.about-author {
    padding-left: 100px;
}

.about-author p {
    margin-bottom: 20px;
}

.about-author>h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-author p {
    color: #003445
}

.about-author>span {
    color: #FDE428;
}

.author-details.commenter {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.about-author>h5 {
    font-style: italic;
    margin-bottom: 15px;
}

.about-author>h5 a {
    color: #FDE428;
    text-transform: capitalize;
}

.author-details.commenter.reply {
    margin-left: 100px;
}

.single-post {
    padding-bottom: 20px;
}



.contact-form-section h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700
}

.contact-form-section h2:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    content: "";
    background: #003445;
    bottom: 0;
}

.comment-form {
    padding-bottom: 100px;
}

.contact-form-section h2:after {
    position: absolute;
    left: 50px;
    content: "";
    bottom: 0;
    background: #FDE428;
    width: 50px;
    height: 4px;
}


.footer_service  li{
    width:48%;
    float: left;
}

.fa-angle-left:before{
    color: #000;
}
.fa-angle-right:before{
    color: #000;
}
.navbar .container{
    width:100%
}
.navbar{
    background-color: #fff;
    color:#000;
}
.navbar .menu li a{
    color: #fff;
}

.navbar-collapse{

}

.slick-track{
    margin-top:50px;
}

.navbar .container .navbar-collapse {
         width:64%;
  }

  .weixin_icon{
     position:absolute;
     right:20px;
     top:35px;
     width: 150px;
     display:none
  }
  
  .single-blog-img img{
      width:360px;
      height:240px;
  }
 @media only screen and (min-width: 1500px) and (max-width: 1920px) {
         .navbar .container .navbar-collapse {
                 width:60%;
      }
  
  }

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
         .navbar .container .navbar-collapse {
                 width:60%;
      }
        .single-blog-img img{
      width:300px;
      height:200px;
  }
  }

@media only screen and (max-width: 1280px) {
         .navbar .container .navbar-collapse {
                 width:60%;
      }
        .single-blog-img img{
      width:300px;
      height:200px;
  }
  }

 @media only screen and (max-width: 767px) {
        /*hero area responsive css*/
       nav.navbar{
         background:#fff;
       }

       nav.navbar.sticky{
        background:rgba(0, 52, 69, 0.65)
    /*background-color:#bbb;*/;
       }
       .navbar-brand{
        width:70%;
       }
       .navbar-nav{
        float: left;
       }
       .js .navbar .container .navbar-collapse{
        width:36%;
       }
       .page-heading-area{
        height: 200px;
       }
       .page-heading-area .container{
       margin-top:50px;
       }
       .footer-area .container{
        margin-top:-50px;
       }
       .single-blog-content a.readmore{
        margin-top:5px;
       }
       .about-us-area{
           height: 320px;
       }
       
      .single-blog-img img{
      width:100%;
  
    }
      .js .blog-area{
        padding-top:40px;
      }
      .single-blog-content-title h4{
        font-size:14px;
        font-weight: normal;
        margin-top:5px;
      }
      .single-blog-content>p{
        font-size: 12px;
        line-height: 18px
      }
      .single-blog-content a.readmore{
        float:right;
        margin-top:-35px;
      }
      .single-blog{
        padding-bottom: 30px;
      }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        nav.navbar{
         background:none;
       }

       .img-fill img{
        height: 320px;
       }
       .navbar .container .navbar-collapse{
        width:36%;
       }
        .single-blog-img img{
      width:100%;
     
  }
   section.blog-area{
    padding-top:40px
  }
    }
