 /*************************************

Tpxplate Name: PRIDE - Personal Portfolio Tpxplate
Author: perfect_coders
Version: 1.0
Design and Developed by: perfect_coders

NOTE: This is main stylesheet of the tpxplate.

****************************************/


/*================================================
            Table of contents
==================================================

00. base css
01. preloader
02. section title and padding
03. intro section
04. about section
05. service section
06. quotes area
07. portfolio section
08. review section
09. contact section
10. footer section
11. deadline section
====================================================
            End table content
===================================================*/

@import url('css.css');
.footer{
    background: #f7f7f7;
} 
.footer #nav{
  margin: 0 auto;
  padding: 4px 0;
  list-style: none;
}
.footer #nav li{
  float: left;
  width: 100px;
  position: relative;
}
.footer #nav li .hide_div{
  padding: 5px;
  background-color: #333;
  color: #fff;
  position: absolute;
  bottom: 19px;
  display: none;
}
.footer #nav li a{
  color: #fff;
}
.f120{
    font-size: 120px;
}
.f50{
    font-size: 50px;
}
.pt40{
    padding-top: 40px;
}
.navbar-nav{
    display: flex;
}
.main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #44b272;
}
.main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #0070c9;
}
.welcome-text h1 span.thpxe-color{
    color: #0070c9;
}
.banner-icon.thpxe-color{
    color: #0070c9;
}
.btn.thpxe-color, a.btn.thpxe-color{
    background: #0070c9;
    color: #fff;
}
.social-icon.thpxe-color a:hover{
    background: #0070c9;
    color: #fff;
}
.section-title h2 span.thpxe-color {
  color: #0070c9;
}
.review-list .owl-dots div.active{
    background: #0070c9;
}

.m80t{
    margin-top: 80px;
}
/*========================
    DpxO PANEL CSS
=========================*/
.wall_panel_box{
    position: fixed;
    width: 180px;
    height: 140px;
    background: #e6e6e6;
    left: -180px;
    top: 180px;
    text-align: center;
    z-index: 99;
}
.color_panel_box {
  margin-top: 20px;
  padding: 0 12px;
}
.spiner_button{
    height: 50px;
    width: 50px;
    background: #0070c9;
    position: absolute;
    display: block;
    right: -50px;;
    top: 0px;
    z-index: 99;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
.color_panel_box span{
    width: 30px;
    height: 30px;
    margin-left: 15px;
    display: block;
    border-radius: 50%;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;

}
.color_panel_box span.red_color{
    background-color: #DC143C;
}
.color_panel_box span.blue_color{
    background-color: #4183D7;
}
.color_panel_box span.yellow_color{
    background-color: #ffd505;
}
.color_panel_box span.purple_color{
    background-color: #663399;
}
.color_panel_box span.pink_color{
    background-color: #D2527F;
}
.color_panel_box span.green_color{
    background-color: #0070c9;
}

/*======= yellow =========*/
.yellow_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #ffd505;
}
.yellow_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #ffd505;
}
.yellow_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #ffd505;
}
.yellow_color_thpxe .banner-icon.thpxe-color{
    color: #ffd505;
}
.yellow_color_thpxe .btn.thpxe-color, .yellow_color_thpxe a.btn.thpxe-color{
    background: #ffd505;
}
.yellow_color_thpxe .social-icon.thpxe-color a:hover{
    background: #ffd505;
    color: #fff;
}
.yellow_color_thpxe .section-title h2 span.thpxe-color {
  color: #ffd505;
}
.yellow_color_thpxe .review-list .owl-dots div.active{
    background: #ffd505;
}
/*======= end yellow =========*/

/*=========== red ===========*/
.red_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #DC143C;
}
.red_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #DC143C;
}
.red_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #DC143C;
}
.red_color_thpxe .banner-icon.thpxe-color{
    color: #DC143C;
}
.red_color_thpxe .btn.thpxe-color, .red_color_thpxe a.btn.thpxe-color{
    background: #DC143C;
    color: #fff;
}
.red_color_thpxe .social-icon.thpxe-color a:hover{
    background: #DC143C;
    color: #fff;
}
.red_color_thpxe .section-title h2 span.thpxe-color {
  color: #DC143C;
}
.red_color_thpxe .review-list .owl-dots div.active{
    background: #DC143C;
}
/*=========== end red ===========*/

/*=========== green ===========*/
.green_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #0070c9;
}
.green_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #0070c9;
}

.green_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #0070c9;
}
.green_color_thpxe .banner-icon.thpxe-color{
    color: #0070c9;
}
.green_color_thpxe .btn.thpxe-color, .green_color_thpxe a.btn.thpxe-color{
    background: #0070c9;
    color: #fff;
}
.green_color_thpxe .social-icon.thpxe-color a:hover{
    background: #0070c9;
    color: #fff;
}
.green_color_thpxe .section-title h2 span.thpxe-color {
  color: #0070c9;
}
.green_color_thpxe .review-list .owl-dots div.active{
    background: #0070c9;
}
/*=========== end green ===========*/

/*=========== pink ===========*/
.pink_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #D2527F;
}
.pink_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #D2527F;
}

.pink_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #D2527F;
}
.pink_color_thpxe .banner-icon.thpxe-color{
    color: #D2527F;
}
.pink_color_thpxe .btn.thpxe-color, .pink_color_thpxe a.btn.thpxe-color{
    background: #D2527F;
}
.pink_color_thpxe .social-icon.thpxe-color a:hover{
    background: #D2527F;
    color: #fff;
}
.pink_color_thpxe .section-title h2 span.thpxe-color {
  color: #D2527F;
}
.pink_color_thpxe .review-list .owl-dots div.active{
    background: #D2527F;
}
/*=========== end pink ===========*/

/*=========== purple ===========*/
.purple_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #663399;
}
.purple_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #663399;
}

.purple_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #663399;
}
.purple_color_thpxe .banner-icon.thpxe-color{
    color: #663399;
}
.purple_color_thpxe .btn.thpxe-color, .purple_color_thpxe a.btn.thpxe-color{
    background: #663399;
    color: #fff;
}
.purple_color_thpxe .social-icon.thpxe-color a:hover{
    background: #663399;
    color: #fff;
}
.purple_color_thpxe .section-title h2 span.thpxe-color {
  color: #663399;
}
.purple_color_thpxe .review-list .owl-dots div.active{
    background: #663399;
}
/*=========== end purple ===========*/

/*=========== blue ===========*/
.blue_color_thpxe .main-menu ul.navbar-nav li.active a.thpxe-color{
    color: #4183D7;
}
.blue_color_thpxe .main-menu ul.navbar-nav li:hover a.thpxe-color{
    color: #4183D7;
}

.blue_color_thpxe .welcome-text h1 span.thpxe-color{
    color: #4183D7;
}
.blue_color_thpxe .banner-icon.thpxe-color{
    color: #4183D7;
}
.blue_color_thpxe .btn.thpxe-color, .blue_color_thpxe a.btn.thpxe-color{
    background: #4183D7;
    color: #fff;
}
.blue_color_thpxe .social-icon.thpxe-color a:hover{
    background: #4183D7;
    color: #fff;
}
.blue_color_thpxe .section-title h2 span.thpxe-color {
  color: #4183D7;
}
.blue_color_thpxe .review-list .owl-dots div.active{
    background: #4183D7;
}
/*=========== end red ===========*/


/*================================================
    00. base css
==================================================*/
.
a:focus { outline: 0 solid }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}
p{
    color: #666;
}
html,
body {
    height: 100%;
    background-color: #fefefe;
}
body {
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFangSC-Light","PingFang SC","microsoft yahei", "Helvetica Neue","Helvetica","Arial",sans-serif
}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
a:hover { text-decoration: none }

/* Rpxove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*================================================
    01. preloader
==================================================*/
.preloader {
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color:#fff;
    z-index:9999999;
}
.preloader .spinner {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.quotes-area{
    padding-bottom: 80px;
}


.quotes-content h3{
    font-size: 42px;
    margin-bottom: 25px;
    font-size: 800;
}
.quotes-content p{

}
.quotes-area .carousel-inner {
    height: 900px;
}

/*================================================
    07. portfolio section
==================================================*/
.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right:20px;
	background:rgba(0,0,0,0.9);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;

}
.single-work a:hover .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-work a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.work-table{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;

}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.hover-content{

}

.hover-content i {
	color:#fff;
	padding-bottom:15px;
	font-size: 65px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align:center;

}
.hover-content h6{
	color:#fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}


/*================================================
    08. review section
==================================================*/
.review-section{
    background: #f7f7f7;
}


.review-full-area{
    position: relative;
}
.review-full-area:before{
    font-family: FontAwesome;
    position: absolute;
    content: "\f10d";
    top: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 3;
    font-size: 35px;
    color: #000;
}

.review-full-area .owl-carousel{
  text-align: center;
}
.single-review {
  padding: 50px 120px 10px;
}
.review-content{
    text-align: center;
}
.review-content p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
h5.author{
    position: relative;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.review-list .owl-dots{
    text-align: center;
}
.review-list .owl-dots div {
  background: #000;
  display: inline-block;
  height: 5px;
  margin-right: 6px;
  width: 14px;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.review-list .owl-dots div.active{

}


/*================================================
    09. contact section
==================================================*/
.section-contact{}

.section-contact table{
    font-size: 18px;
}

.section-contact table tr{
    border: hidden;
}

.section-contact .table-title{
    font-size: 22px;
    font-weight: bold;
}



.contact-area{

}
.contact-form{
	position:relative;
}
.contact-form .form-group{
	margin-bottom:20px;
}
.form-control{
	padding:12px 2px;
	height:auto;
	box-shadow:none !important;
	border:none;
	border-bottom:solid 2px #000;
	border-radius:0;
	background:transparent;
}
textarea.form-control{
	resize:vertical;
}
.form-control:focus{
	border-color: 0 solid;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/*================================================
    10. footer section
==================================================*/
.indicator-wrapper-left{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top:50%;
    width: 10%;
    height: 50%;
}
.indicator-wrapper-right{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top:50%;
    width: 10%;
    height: 50%;
    right:0;
}
.indicator{
    position: absolute;
    left:0;
    height: 100%;
    width: 100%;
    font-size:30px;
}
.roadmap-browser{
    display: inline-block;
}
.roadmap-mobile{
    display: inline-block;
}
@media(min-width:767px){
    .roadmap-browser{
        display: inline-block;
    }
    .roadmap-mobile{
        display: none;
    }
}
@media(max-width:767px){
    .roadmap-mobile{
        display: inline-block;
    }
    .roadmap-browser{
        display: none;
    }
}
.process-box{
  width: 100%;
  height: 900px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.process-box-mobile{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
}
.p-time{
    color: #000;
}
.timeline{
  position: relative;
  top: 365px;
  width: 100%;
  height: 2px;
  background-color: #0070c9;
}
.timeline-mobile{
    width: 3px;
    background-color: #0070c9;
    margin-left: 15px;
}
.timeline-process{
  left: 0;
  top: 55px;
  height: 400px;
}
.timeline-process-mobile{
    width: 100%;
    height: auto;
    line-height: 1.2px;
}
.timeline-content{
    padding: 10px;
    box-shadow: 0 3px 0 #d7e4ed;
}
.timeline-content::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0070c9;
    border-radius: 50%;
    margin-top: 0;
    margin-left: -16px;
}
.timeline-contented{
    padding: 10px;
    box-shadow: 0 3px 0 #d7e4ed;
}
.timeline-contented::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #666666;
    border-radius: 50%;
    margin-top: 0;
    margin-left: -16px;
}
.process{
  display: inline-block;
  width: 30%;
  color: #fff;
  text-align: center;
  margin-top: 400px;
  line-height: 1.8;
  cursor: pointer;
}
.process1{
  width: 33.33333%;
}
.process2{
  width: 33.33333%;
  left: 33.33333%;
  margin-top: 0px;
  position: absolute;
  bottom: 50px;
}
.process3{
  width: 33.33333%;
  left: 66.66666%;
  margin-top: 400px;
  position: absolute;
}

.processing1{
  width: 33.33333%;
}
.processing2{
  width: 33.33333%;
  left: 33.33333%;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}
.special-case {
    margin-top: 30px;
}
.processing3{
  width: 33.33333%;
  left: 66.66666%;
  margin-top: 400px;
  position: absolute;
}
.process2::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0070c9;
  border-radius: 50%;
  margin-top: 0;
  bottom: -20px;
}
.special-case:before {
    top: 178px;
}
.process1::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0070c9;
  border-radius: 50%;
  top: 360px;
}
.process3::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0070c9;
  border-radius: 50%;
  top: -40px;
  position: absolute;
}

.processing2::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  bottom: -20px;
}
.processing1::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  top: 360px;
}
.processing3::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  top: -40px;
  position: absolute;

}
.label-name{
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    color: #333333;
}
.label-desc{
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
}
.arrow-container{
    position: absolute;
    width: 100%;
    top: 190px;
}
.arrow-left{
    position: absolute;
    z-index: 2;
    left: 0;
}
.arrow-right{
    position: absolute;
    right: 0;
    z-index: 2;
}
.arrow{
    color: #fff;
    font-size: 20px;
    padding: 25px;
}

@media(max-width: 768px){
    .arrow{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .arrow-left{
        position: absolute;
        left: 0;
    }
    .arrow-right{
        position: absolute;
        right: 0;
    }
}
/*
 * global
 */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('pxbedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-size: 28px;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}
.toggle-nav {
    display: block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 65px;
}

.toggle-nav:before {
    content: '\e610';
}

.full-width{
    width: 100%;
}
@media(max-width: 768px){
    .navbar-header {
        height: 60px;
        line-height: 60px;
    }
    .dropdown-menu {
        border: 0;
        border-radius:0;
        width: 100%;
        background-color: #1C1D20;
        position: relative;
    }
    .dropdown-menu>li{
        padding-left: 30px;
        height: 40px;
    }
    .dropdown-menu>li>a {
        color: #fff;
        background-color: transparent;
        line-height: 40px;
    }
}
.dropdown-menu>li>a:hover {
    color: #aaa;
    background-color: transparent;
}
.dropdown-menu>li>a {
    font-family: DINCond-Bold;
}
@media (min-width: 767px) {
    /* support of hoverdown */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
}
.modal-content {
    background-color: #002E51;
}
.modal-content h4 {
    color: #ffffff;
}
.modal-header {
    border-bottom: 1px solid #999;
}
.modal-header .close {
    color: #ffffff;
}
.dropup{
    position: absolute;
    right: 0;
}
/*
 * header
 */
.top-nav {
}
.top-nav .title{
    height: 100px;
}
.top-nav .navbar-brand {
    width: 100px;
    margin-right: 34px;
}
@media(min-width:768px){
    .mob-menu{
        display: none !important;
    }
    .pc-nav {
        /*display: flex;*/
        justify-content: space-between;
        z-index: 10;
        //line-height: 60px;
    }
}


.mobile-nav {
    display: none;
}

@media (max-width: 767px) {
    .top-nav .navbar-brand {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        border: none;
        padding: 2px 10px;
        display: flex;
        justify-content: space-between;
    }
    .navbar-collapse.in {
        height: 2000px;
        max-height: 2000px;
    }
    .mobile-nav .header-logo{
        position: absolute;
        left: 10px;
        margin-top: 10px;
    }

    .fsn .toggle-nav {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        transform: rotate(45deg);
        -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    }

    .fsn .toggle-nav:before {
        content: '\e611';
    }

    .navbar-collapse .nav>li {
    }

    .navbar-collapse .navbar-nav>li>a {
        border-bottom: solid 1px #ffffff;
    }
    .mobile-nav {
        display: block;
    }
    .pc-nav{
        display: none;
    }

}

.small-container {}
@media (min-width: 768px) {
    .small-container {
        max-width: 994px;
    }
}

.nav>li>a{
    //color: #fff;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-family: DINCond-Bold;
    font-size: 16px;
}
.nav>li>a:link{
    text-align: center;
    background-color: transparent;
}
.nav>li>a:hover{
    /*color: #fff;*/
    background-color: transparent;
}
.nav>li>a:focus{
    color: #000;
    background-color: transparent;
}
.nav>li>a:active{
    color: #666;
    background-color: transparent;
}
.active{
    //border-bottom: #fff solid 3px;
    border-bottom: #000 solid 3px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:transparent;
}
/*
 * footer
 */
.footer h4 {
    color: #ccc;
}
.footer a:link {
    color: #999;
}
.footer .nav-block {
    width: 33.3%;
    float: left;
    text-align: center;
}
.mob-menu .divider{
    background-color: #242729;
    height: 1px;
    margin: 2px;
}
@media (min-width: 767px) {
    .footer .text-center {
        float:left;
    }

    .footer .img-container {
        float:right;
    }
}
@media (max-width: 767px) {
    .footer .nav-block {
        width: 100%;
        float: none;
        text-align: left;
    }
    .footer h4 {
        font-size: 16px;
        cursor: pointer;
        border-bottom: 1px solid #e3e3e3;
        margin: 0;
        height: 39px;
        line-height: 39px;
    }
    .footer h4:after {
        content: '+';
        float: right;
        margin-right: 8px;
    }
    .footer h4.changed:after {
        content: '-';
        margin-right: 11px;
    }
    .footer ul {
        margin-top: 8px;
        display: none;
    }
    .footer a {
        padding-left: 12px;
        width: 100%;
    }

    .footer div {
        margin-left:1px;
        margin-right:1px;
    }

    .nav>li>a{
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 60px;
        font-size: 14px;
    }
}

.divider{
  background: #dedede;
  height: 1px;
  width: 100%;
  margin: 50px;
}

#owl-wall {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-wall .item {
    display: block;
    margin: 5px;
}
#owl-wall img {
    display: block;
    width: 100%;
}
#owl-wall .owl-prev{
  position: absolute;
  left: -4%;
  height: 50px;
  background-image: url("../images/img/arrow_left.png");
  background-repeat: no-repeat;
  width: 50px;
}
#owl-wall .owl-next{
  position: absolute;
  right: -4%;
  height: 50px;
  width: 50px;
  background-image: url("../images/img/arrow_right.png");
  background-repeat: no-repeat;
}
#owl-wall .owl-controls{
  position: absolute;
  width: 100%;
  top: 45%;
}

/* 
 *sublevel page global 
 */
.page {
    padding-top: 84px;
    min-height: 700px;
}
.page .page-title {
    color:#333;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0;
}

.page .page-title a{
  color: #333;
  text-decoration: none;
}
.page .sub-title {
    color: #333;
    font-size: 24px;
    padding-bottom: 21px;
    letter-spacing: normal;
}

.page .second-title {
    color: #333;
    font-size: 24px;
    padding-top: 80px;
}
/*
 * docs
 */
#main .sphinx, #main .pagination-bottom {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #main .sphinx, #main .pagination-bottom {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #main .sphinx, #main .pagination-bottom {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #main .sphinx, #main .pagination-bottom {
    width: 1170px;
  }
}

#main .project-list {
    padding-top: 80px;
    padding-bottom: 15px;
    min-height: 700px;
}
#main .sphinx {
    padding-top:40px;
    padding-bottom: 15px;
}
#main .pagination-bottom {
    padding-bottom: 15px;
}

#main .sphinx a.headerlink {
    font-size: 0.8px;
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
}
#main .sphinx *:hover > a.headerlink { visibility: visible; }

#main .sphinx a.reference { text-decoration: none; }
#main .sphinx a.reference tt.literal {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
#main .sphinx a.reference px { font-style: normal; }

/* Smaller desc (default was 14px) and bold class name */
#main .sphinx .descclassname { font-size: 13px; }
#main .sphinx .descname { font-weight: bold; }


.copyright-container{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 50px;
    justify-content: center;
}
@media(max-width:996px){
    .copyright-container{
        margin-left: 0;
        margin-right: 0;
    }
}
.copyright-container .img-container{
    text-align: center;
    display: flex;
    justify-content: center;
}
.copyright-container .img-container span{
    padding-left: 5px;
    padding-right: 5px;
}
.copyright-container img{
    width: 30px;
    height: auto;
    padding: 3px;
}
.zinnia{
  font-size: 100%;
}
.zinnia a{
  letter-spacing: 0;
}
.zinnia.default #header{
  border-bottom: 0;
}
.zinnia.default h2.entry-title{
  border-bottom: 0;
  padding-bottom: 10px;
}

.zinnia #header .top-navigation .feeds{
  line-height: 55px;  
}

.zinnia .entry-widgets{
    display: flex;
    justify-content: center;
    padding-top: 114px;
}
@media(max-width: 767px){
    .zinnia .entry-widgets{
        display: grid;
        text-align: center;
    }
}
.zinnia .entry-next{
    padding-left: 20px;
    padding-top: 30px; 
    width: 331px;
    height: 85px;
    background-image: url(../img/nextpage.svg);
}
.zinnia img .next{
    width: 331px;
    height: 85px;
}
.zinnia .entry-previous{
    padding-left: 20px;
    padding-top: 30px; 
    width: 331px;
    height: 85px;
    background-image: url(../img/nextpage.svg);
}

.zinnia.default #sidebar h3{
  background-color: #f1f1f1;
}
.zinnia .entry-info{
  padding-left: 0;
  background: 0;
}
.zinnia #header .top-navigation .feeds{
  padding-left: 1.0px;
}
.zinnia .entry-content p{
    font-weight: 400;
    color: #3d464d;
    line-height: 2;
    font-size: 15px;
    opacity: 0.9;
}
.zinnia .entry-content .summary{
    padding: 15px 0;
    color: #828a92;
    font-size: 15px;
    margin-bottom: 0;
}
.zinnia #header h1{
  background: 0;
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #333;
  padding-bottom: 20px;
  font-weight: bold;
}
.zinnia #header h1:first-letter{
  font-size: 100%;
}

.zinnia #header{
  margin-bottom: 20px;
}
.zinnia p {
    margin: 0 0 0;
}
.zinnia a{
    color: #1C1D20;
}
.zinnia a:hover{
    text-decoration: none;
}
.single-line{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.section-active{
    width: 100%;
    height: auto;
}

.section-active img{
    padding: 10px;
}
h5 a{
    color: #343434;
}
.dropdown-backdrop{
    display: none;
}
.title{
    font-family: DINCond-Bold;
}
.home-title{
    font-family: DINCond-Bold;
}
.title a{
    color: #1C1D20;
}
@media(max-width:767px){
    .section-press{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-presentation{
        padding-left: 15px;
        padding-right: 15px;
    }
    .title{
        text-align: center;
    }
    .zinnia #header h1{
        text-align: center;
      }
}
.section-presentation .nav>li>a{
    text-align: left;
}
.section-presentation a{
    color: #343434;
}
.section-press .card{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.section-press .card a{
    color: #333;
    font-weight: normal;
    font-size: 14px;
}
.section-press .card img{
    padding-bottom: 5px;
}
.pt30{
    padding-top: 35px;
}

.w70{
    max-width: 50%;
}
.w60{
    max-width: 60%;
}
.w40{
    max-width: 40%;
}
.flex{
    display: flex;
}
.hideen-scroller{
    overflow: hidden;
}
.header {  
    padding: 20px;
}  
@media(max-width:767px){
    .w70{
        width: 100%;
    }
}
.container{
    max-width: 1200px;
}

.top{
    position:fixed;
    top:0;
    left:0;
    width:100%; 
    //background:#1C1D20;
    background: #f7f7f7;
    z-index: 2
}
.header-logo{
    width: 215px;
    height: 46px;
}
#main{
    background-color: #fff;
    min-height: 1000px;
    padding-bottom: 100px;
}
.hl65{
    line-height: 65px;
}
.header-container{
    padding-left: 20px;
    padding-right: 20px;
    //height: 60px;
}
@media(max-width: 767px){
    .header-container{
        display: none;
    }
}
.nav-right{
    justify-content: flex-end;
}

.banner{

}

.section-home{
    padding-top: 240px;
    height: 800px;
    width: 100%;
    background: url("../img/bg_mission_pc.png") no-repeat;
    background-size: 100% 800px;
}
.section-home p{
    color: #000;
    margin: 0;
    padding: 0;
}
.section-home .label{
    display: flex;
    justify-content: space-between;
}
.section-home .small{
    display: none;
}
.section-home .label1{
    font-family: DINCond-Bold;
    font-size: 5em;
}
.section-home .label2{
    font-family: DINCond-Bold;
    font-size: 2em;
    padding-bottom: 20px;
}
.section-home .label3{
    font-family: DINCond-Bold;
    font-size: 1.5em;
}
@media(max-width:991px){
    .section-home .label1{
        font-family: DINCond-Bold;
        font-size: 50px;
    }
    .section-home .label2{
        font-family: DINCond-Bold;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .section-home .label3{
        font-family: DINCond-Bold;
        font-size: 15px;
    }
    .section-home .small{
        display: inherit;
    }
}
.big_-abel{
    display: block;
}
.small-label{
    display: none;
}
.section-home img{
    padding-bottom: 40px;
}
@media(max-width:767px){
    .section-home{
        padding-top: 296px;
        height: 670px;
        width: 100%;
        background: url("../img/mobile-bg.png") no-repeat;
        background-size: 100% 670px;
    }
    .section-home .label{
        display: block;
    }
    .big-label{
        display: none;
    }
    .small-label{
        display: block;
    }
    .section-home img{
        padding-bottom: 10px;
    }
}
.section-home .more{
    margin-top: 42px;
}
.section-press{
    width: 100%;
    padding-top: 200px;
}
.section-press img{
    width: 100%;
}
@media(max-width:767px){
    .section-home p{
        color: #000;
        font-size: 16px;
    }
    .section-home .more{
        margin-top: 10px;
    }
    .section-home h1{
        font-size: 30px;
    }
}
/*--- presentation  start   ------*/
.section-presentation{
    width: 100%;
    padding-top: 200px;
}
.section-presentation .item{
    width: 100%;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.section-presentation .presentation-title{
    display: flex;
    justify-content: space-between;
}
.section-presentation .more{
    display: flex;
    justify-content: space-between;
}
.section-presentation p{
    font-size: 14px;
}
.section-presentation .presentation-content{
    display: flex;
    justify-content: space-between;
}
/*---- presentation  end -----*/

#menu-model{
    background-color: #1C1D20;
}
#menu-model .nav{
    height: 1000px;
}



/*----blog start------*/
.section-blog{
    width: 100%;
    padding-top: 200px;
}
.section-blog .item{
    width: 100%;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.section-blog .blog-title{
    display: flex;
    justify-content: space-between;
}
.section-blog .blog-title a{
    color: #333;
}
.section-blog .blog-detail-title{
    display: block;
    justify-content: center;
}
.section-blog .blog-detail-title h5{
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
}
.section-blog .blog-detail-title .entry-info{
    text-align: center;
    margin-bottom: 2em;
}
.section-blog .more{
    display: flex;
    justify-content: space-between;
}
.section-blog .blog-content{

}
.section-blog p {
    font-size: 14px;
}
.section-blog .main-content .title{
    text-align: center
}
.section-blog .main-content .title .topic{
    font-size: 40px;
    color: #1C1D20;
}
.section-blog .main-content .title .author{
    font-size: 14px;
    color: #898989;
}
.section-blog .blog-end{
    width: 100%;
    height: 50px;
}
.section-blog .jump-page{
    background: url("../img/nextpage.svg") no-repeat;
    height: 100%;
}
.section-blog{}
/*----blog end------*/
.more-content{
    width: 100%;
    text-align: right;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}


.section-about{
    width: 100%;
    padding-top: 200px;
}
.section-about #img {  
    float:left;  
    padding-right: 47px;
    padding-bottom: 20px;
}  
.section-about #img-big {  
    float:left;  
    padding-left: 47px;
    padding-bottom: 20px;
}  
.section-about #img-small{  
    display: none;
} 
.section-about .content{
    padding-top: 43px;
    padding-right: 47px;
    padding-bottom: 45px;
    padding-left: 120px;
    background-color: #fff;
}
.section-about .flex{
    display: flex;
    margin-top: 20px;
}

@media(max-width: 767px){
    .more-content{
        text-align: center;
    }
    .section-about .content{
        padding: 10px;
        background-color: #fff;
    }
    .section-about .flex{
        display: inherit;
    }
    .section-about #img {  
        float:left;  
        padding-right: 20px;
        padding-bottom: 5px;
    } 
    .section-about #img img {  
        width: 130px;
    } 
    .section-about #img-big{  
        display: none;
    } 
    .section-about #img-small{  
        display: inherit;
    } 
    .section-about #img-small img{  
        float: right;
        width: 40%;
        margin-left: 10px;
        margin-bottom: 10px;
    } 
}
.section-contact{
    width: 100%;
    padding-top: 160px;
    padding-bottom: 100px;
}
.section-contact .img-container{
    text-align: center;
    padding: 50px;
    display: flex;
    justify-content: space-around;
}
.section-contact img{
    width: 40px;
    height: auto;
    padding: 3px;
    margin: 20px;
}
.white-header-bg{
    //background-color: transparent !important;
}
.black-header-tab{
    color: #1C1D20 !important;
    border-bottom-color: #1C1D20 !important;
}
.white-color{
    color: #fff;
}
.balck-color{
    color: #1C1D20;
}
.section-press .row{
    padding-left: 230px;
    padding-right: 230px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    background: #fff;
}
.section-press .no-bg{
    background: #eee;
}
@media(max-width: 767px){
    .section-blog .blog-title{
        display: block;
    }
    .section-presentation .presentation-title{
        display: block;
    }
    .section-blog{
        padding-top: 80px;
    }
    .section-press{
        padding-top: 80px;
    }
    .section-presentation{
        padding-top: 80px;
    }
    .section-about{
        padding-top: 80px;
    }
    .section-press .row{
        padding: 0;
        margin-left: 30px;
        margin-right: 30px;
        background: #fff;
    }
    .section-press a{
        color: #000;
        font-size: 12px;
        letter-spacing: 0;
    }
}
.zinnia #sidebar{
    display: none;
}
.zinnia #header .top-navigation{
    display: none;
}

/* WebSite Upgrade=========================*/
@media (min-width: 1023px){
    .navbar-nav{
        margin: 0 auto;
        width: 100%;
    }

    .navbar-nav>li {
        //margin-left:25px;
        //margin-right:25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .navbar-nav{
        margin: 0 auto;
        width: 100%;
    }

    .navbar-nav>li {
        //margin-left:10px;
        //margin-right:10px;
    }
}