/* ====================================================================================================
/* Template Name: Presento - v3.6.0
/* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
/* Author: BootstrapMade.com
/* License: https://bootstrapmade.com/license/
/* ==================================================================================================*/
/*-----------------------------------------------------------------------------------------------------
# General
-----------------------------------------------------------------------------------------------------*/
*{
  padding: 0;
  margin: 0;
}
html{
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", "sans-serif";
  color: #444444;
}
a {
  text-decoration: none;
  color: #fd7e14;
}
a:hover {
  text-decoration: none;
  color: rgba(253,126,20,0.75);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "sans-serif";
}
/*-----------------------------------------------------------------------------------------------------
# Preloader
-----------------------------------------------------------------------------------------------------*/
#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #444444;
}
#preloader:before {
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 60px;
  border: 6px solid #444444;
  border-top-color: #fd7e14;
  border-bottom-color: #fd7e14;
  border-radius: 50%;
  -moz-animation: animate-preloader 1s linear infinite;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-moz-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-----------------------------------------------------------------------------------------------------
# Back to top button
-----------------------------------------------------------------------------------------------------*/
#back-to-top {
  position: fixed;
  z-index: 996;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 75px;
  background: #fd7e14;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.25s ease;
}
#back-to-top i {
  font-size: 18px;
  line-height: 18px;
  color: #2b2b2b;
  transform: rotate(-90deg);
}
#back-to-top i:hover {
  color: #fff;
}
#back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*-----------------------------------------------------------------------------------------------------
# Disable aos animation delay on mobile devices
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*-----------------------------------------------------------------------------------------------------
# Header
-----------------------------------------------------------------------------------------------------*/
#header {
  z-index: 997;
  background: #fff;
  padding: 20px 0;
  transition: all 0.5s ease;
}
#header.header-scrolled {
  box-shadow: 0 1px 2px #fd7e14;
  padding: 10px 0;
}
#header .logo{
  position: relative;
}
#header .logo-header{
  background: #fd7e14;
}
/* === Language === */
.lang {
  margin-left: 30px;
}
.lang-text {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}
.lang-text strong {
  color: #fd7e14;
}
.lang-flag img {
  width: 35px;
  border: 1px solid #fff;
}
.lang-flag img:hover {
  border: 1px solid #fd7e14;
  border-radius: 2px;
}
/* === End Language === */
/* === Color Switch === */
.color-switcher {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #fd7e14;
  border-radius: 4px;
  padding: 8px 0;
  margin-left: 30px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.color-switcher:hover {
  color: #fff;
  background: #111111;
}
/*@media (max-width: 992px) {
  .color-switch {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}
*/
/* === Color Switch === */
#color-trigger{
  position: absolute;
  font-size: 22px;
  line-height: 22px;
  align-content: center;
  color: #fff;
  top: 3px;
  left: 48px;
  transition: all 0.25s ease;
  cursor: pointer;
}
#color-trigger:hover{
  color: #000;
}
/* === End Color Switch === */
/* === Color Palette === */
.color-palette {
  position: absolute;
  top: -250px;
  width: 175px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease;
}
.color-palette.active {
  top: 45px;
}
.color-palette p {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #fff;
}
.color-palette p:after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 155px;
  height: 2px;
  margin-top: 5px;
}

.color-palette span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-left: 11px;
}
.color-palette span:hover {
  cursor: pointer;
  transform: scale(1.25);
  transition: all 0.25s ease;
}
.color-palette span.color1 {
  background: #fd7e14;
}
.color-palette span.color2 {
  background: #e03a3c;
}
.color-palette span.color3 {
  background: #16a085;
}
.color-palette span.color4 {
  background: #ed5409;
}
.color-palette span.color5 {
  background: #ff6853;
}
.color-palette span.color6 {
  background: #82b440;
}
.color-palette span.color7 {
  background: #36bfc4;
}
.color-palette span.color8 {
  background: #4caf50;
}
.color-palette span.color9 {
  background: #8e44ad;
}
/* === End Color Palette === */
/*-----------------------------------------------------------------------------------------------------
# Navigation Menu
-----------------------------------------------------------------------------------------------------*/
/* === Desktop Navigation === */
.navbar {
  padding: 0;
}
.navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus { /* å¯¼èˆªæ èœå•æ ‡é¢˜ */
  display: flex;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  color: #111111;
  padding: 10px 0 10px 30px;
  transition: all 0.25s ease;
}
.navbar a i, .navbar a:focus i { /* å¯¼èˆªæ ä¸‹æ‹‰ç®­å¤´ */
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fd7e14;
}
.navbar .dropdown ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99;
  top: calc(100% + 30px);
  left: 30px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  padding: 10px 0;
  margin: 0;
  transition: all 0.25s ease;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
.navbar .dropdown ul a {
  font-size: 14px;
  padding: 10px 20px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fd7e14;
}


.navbar .dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.navbar .dropdown .dropdown ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: calc(100% - 30px);
}
.navbar .dropdown .dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar .dropdown .nav3{display: none; transition: all 0.5s;}

.navbar .dropdown .nav3 a{position: relative; padding-left: 40px;padding-right: 10px;}

.navbar .dropdown .nav3 a::before{content: '●';width: 5px;height: 5px;border-radius: 50%;position: absolute;left:27px;top:11px;transform: translateY(-50%); color: #999;}

.navbar .dropdown .btn3:hover .nav3{display: block;}

.navbar .dropdown .nav3 .four{padding-left:20px;}

.navbar .dropdown .nav3 .four a::before{content: '♦'; color: #999; margin-right: 8px;font-size: 14px;}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/* === End Desktop Navigation === */
/* === Mobile Navigation === */
.mobile-nav-toggle {
  display: none;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  width: 34px;
  height: 34px;
  border: 2px solid #fd7e14;
  border-radius: 4px;
  color: #111111;
  padding-top: 0px;
  margin-left: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.mobile-nav-toggle.fa-times {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .color-switcher {
    display: none;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.25s ease;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  background: #fff;
  padding: 10px 0;
  transition: all 0.25s ease;
}
.navbar-mobile a, .navbar-mobile a:focus {
  font-size: 15px;
  color: #111111;
  padding: 10px 20px;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fd7e14;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  display: none;
  visibility: visible;
  opacity: 1;
  position: static;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  padding: 10px 0;
  margin: 10px 20px;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fd7e14;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/* === End Mobile Navigation === */
/*-----------------------------------------------------------------------------------------------------
# Hero Section
-----------------------------------------------------------------------------------------------------*/
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
}
#hero {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 90px;
}
#hero:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
#hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
#hero h2 {
  font-size: 24px;
  color: #fff;
  margin: 10px 0 0 0;
}
#hero .btn-get-started {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background: #fd7e14;
  border: 2px solid #fd7e14;
  border-radius: 4px;
  padding: 10px 30px;
  margin-top: 30px;
  transition: all 0.25s ease;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}
@media (max-width: 768px) {
    #header .logo-header{height:18px}
    #color-trigger{    font-size: 14px;
    line-height: 22px;
    top: 3px;
    left: 36px;}
    #header{padding:10px 0}
    #clients{padding:10px 0}
  #hero {
    text-align: center;
    height: 270px;
    padding-top: 95px;
  }
  #hero h1 {
    font-size: 20px;
  }
  #hero h2 {
    font-size: 14px;
    line-height: 22px;
  }
  #hero .btn-get-started{ padding: 5px 30px}
  section{padding:30px 0}
   section.section-bg{padding:30px 0!important}
  .section-bg::before{top:10px!important;bottom:10px!important}
  
}
@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}
/*-----------------------------------------------------------------------------------------------------
# Sections General
-----------------------------------------------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fd7e14;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}
.section-bg {
  padding: 120px 0;
  color: #fff;
}
.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}
/*-----------------------------------------------------------------------------------------------------
# Breadcrumbs
-----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 18px;
  font-weight: 500;

  margin-bottom: 3px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #aaaaaa;
}
.breadcrumbs ol a:hover {
  color: #fff;
  transition: all 0.25s ease;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fd7e14;
  content: "/";
}
/*-----------------------------------------------------------------------------------------------------
# Clients
-----------------------------------------------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #fd7e14;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background: #fd7e14;
}
.clients .swiper-slide img {
  opacity: 0.8;
  transition: all 0.25s ease;
  filter: grayscale(100);
}
.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}
/*-----------------------------------------------------------------------------------------------------
# About
-----------------------------------------------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #fd7e14;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #fd7e14;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #fd7e14;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
/*-----------------------------------------------------------------------------------------------------
# Counts
-----------------------------------------------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #fd7e14;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: inline-block;
  font-weight: 700;
  color: #111111;
}
.counts .count-box .unit {
  font-size: 16px;
  padding-left: 5px;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
/*-----------------------------------------------------------------------------------------------------
# Tabs
-----------------------------------------------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}
.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: all 0.25s ease;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.tabs .nav-link:hover {
  color: #fd7e14;
}
.tabs .nav-link.active {
  background: #fd7e14;
  color: #fff;
  border-color: #fd7e14;
}

.tabs .nav-link.active:hover{ background: #fd7e14;
  color: #fff;
  border-color: #fd7e14;}
@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}
.tabs .tab-content {
  margin-top: 30px;
}
.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.tabs .tab-pane a{border:1px #fd7e14 solid;padding: 8px 20px;margin-top:5px;display: inline-block;}
.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}
.tabs .tab-pane ul li {
  padding-bottom: 10px;
}
.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fd7e14;
}
.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------------------------
# Services
-----------------------------------------------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: all 0.25s ease;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box i {
  float: left;
  color: #fd7e14;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: all 0.25s ease;
}
.services .icon-box h4 a:hover {
  text-decoration: underline;
}
.services .icon-box .icon-box:hover h4 a {
  color: #fd7e14;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;

  height: 72px;
}
/*-----------------------------------------------------------------------------------------------------
# Portfolio
-----------------------------------------------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #fd7e14;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
  display: none;
}
.portfolio .portfolio-wrap {
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all 0.25s ease-in-out;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: all 0.25s ease;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------------------------
# Portfolio Details
-----------------------------------------------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #fd7e14;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fd7e14;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
/*-----------------------------------------------------------------------------------------------------
# Testimonials
-----------------------------------------------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  color: #111;

  overflow:hidden;text-overflow:ellipsis; white-space:nowrap;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(253, 126, 20, 0.25);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item .text {
  font-style: italic;
  margin: 30px auto 15px auto;

  height: 210px;
}

.testimonials .testimonial-item .text p{display: inline;}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #fd7e14;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #fd7e14;
}
/*-----------------------------------------------------------------------------------------------------
# Pricing
-----------------------------------------------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #fd7e14;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: all 0.25s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.pricing .box .btn-buy:hover {
  border-color: #fff;
}
.pricing .featured {
  background: #fd7e14;
}
/*-----------------------------------------------------------------------------------------------------
# Frequently Asked Questions
-----------------------------------------------------------------------------------------------------*/


.faq{padding: 120px 0;}

.faq .faq-list {
  padding: 0;
  list-style: none;

  max-height: 370px;overflow-y: overlay;
}

.faq .faq-list::-webkit-scrollbar {
    width: 3px;
}
.faq .faq-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgb(253 126 20 / 60%);
    background: rgb(253 126 20 / 60%);
}
.faq .faq-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 80%);
    border-radius: 0;
    background: rgb(0 0 0 / 10%);
}
.faq .faq-list li {
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #fd7e14;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #fff;
}
.faq .faq-list a.collapsed:hover {
  color: #fd7e14;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------
# Team
-----------------------------------------------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #fd7e14;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.team .member .social a:hover {
  background: #111111;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
/*-----------------------------------------------------------------------------------------------------
# Contact
-----------------------------------------------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 10px 10px 10px;
  border-radius: 4px;

  box-sizing: border-box;
}

.contact .col-md-6 .info-box{padding: 30px 5px 32px 5px;}
.contact .info-box i {
  font-size: 30px;
  text-align: center;
  align-self: center;
  width: 50px;
  height: 50px;
  color: #fd7e14;
  border-radius: 50%;
  padding: 8px 5px;
  border: 2px dotted rgba(253, 126, 20, 0.75);
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;

  height: 66px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 48px 30px 50px 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 29px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #fd7e14;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition:  all 0.25s ease;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  color: #000;
  background: rgba(253,126,20,0.75);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-----------------------------------------------------------------------------------------------------
# Blog
-----------------------------------------------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  /* max-height: 440px; */
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #111111;
  transition: all 0.25s ease;
}
.blog .entry .entry-title a:hover {
  color: #fd7e14;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fd7e14;
  color: #fff;
  padding: 6px 20px;
  transition: all 0.25s ease;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: rgba(253,126,20,0.75);
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: all 0.25s ease;
}
.blog .entry .entry-footer a:hover {
  color: #fd7e14;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: all 0.25s ease;
}
.blog .blog-comments .comment h5 a:hover {
  color: #fd7e14;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background: #111111;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background: #1e1e1e;
}
.blog .blog-pagination {
  color: #444444;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: all 0.25s ease;
}
.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #fd7e14;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #fd7e14;
  color: #fff;
  transition: all 0.25s ease;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
  /* height: 100px;
  overflow: auto; */
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;overflow: hidden;
}
.blog .sidebar .categories ul a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.25s ease;

  font-size: 14px;
}
.blog .sidebar .categories ul a:hover {
  color: #fd7e14;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}



.blog .sidebar .categories ul li>a::before{content: '>'; color: #666; margin-right: 5px;font-size: 18px;}

.blog .sidebar .categories .li_nav2{padding-left: 20px;transition: all 0.5s;display: none;}

.blog .sidebar .categories ul li.on .li_nav2{display: block;}

.blog .sidebar .categories .nav2{line-height: 30px;margin-top: 15px;position: relative;}

.blog .sidebar .categories .nav2::before{content: '>'; color: #666; margin-right: 5px;font-size: 18px;}

.blog .sidebar .categories .li_nav3{padding-left:20px; line-height: 40px;    font-size: 15px;display: none;  }

.blog .sidebar .categories .li_nav3 a{color: #666;}

.blog .sidebar .categories .li_nav3 a.nav3::before{content: '●'; color: #999; margin-right: 5px;font-size: 16px;}

.blog .sidebar .categories .li_nav4{padding-left:20px; line-height: 40px;    font-size: 15px; }

.blog .sidebar .categories .li_nav4 a::before{content: '♦'; color: #999; margin-right: 5px;font-size: 16px;}


.blog .sidebar .recent-posts .post-item + .post-item {margin-top: 15px;}


.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: all 0.25s ease;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #fd7e14;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: all 0.25s ease;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #fd7e14;
  background: #fd7e14;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
/*-----------------------------------------------------------------------------------------------------
# Footer
-----------------------------------------------------------------------------------------------------*/
#footer {
  font-size: 14px;
  color: #fff;
  background: #111111;
}
#footer .footer-top {
  background: #1b1b1b;
  padding: 30px 0;
}
#footer .footer-top .footer-column {
  padding-top: 30px;
}
#footer .footer-top .logo img {
  background: #fd7e14;
  padding: 10px 10px 15px 10px;
  border-radius: 8px;
}
#footer .footer-top .joint-ventured {
  position: absolute;
  font-family: "Orator Std", "sans-serif";
  font-size: 10px;
  line-height: 14px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 0px 4px 0 4px;

  right: 0;bottom: 0;

  height: 14px;

  display: block;
}

#footer .footer-top .logo{width: 195px;display: block;position: relative;}
#footer .footer-top .footer-contact h3 span {
  color: #fd7e14;
}
#footer .footer-top .footer-contact p {
  font-family: "Raleway", "sans-serif";
  font-size: 13px;
  line-height: 24px;
  padding: 15px 0 0 0;
}
#footer .footer-top h4 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 25px;
}
#footer .footer-top h4::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #fd7e14;
  margin-top: 5px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  font-size: 10px;
  line-height: 10px;
  color: white;
  padding-right: 5px;
}
#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  display: inline-block;
  line-height: 1;
  color: #aaaaaa;
  transition: all 0.25s ease;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-newsletter form {
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 20px;
}
#footer .footer-newsletter form input[type=email] {
  width: calc(100% - 100px);
  border: 0;
  padding: 4px 8px;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  background: #fd7e14;
  border: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  transition: all 0.25s ease;
}
#footer .footer-newsletter form input[type=submit]:hover {
  color: #000;
  background: rgba(253,126,20,0.75);
}
#footer .footer-newsletter .lock {
  color: #fd7e14;
}
#footer .footer-bottom .copyright a:hover {
  color: #fff;
}
#footer .footer-bottom .credits {
  font-size: 12px;
  padding-top: 5px;
}
#footer .footer-bottom .social-link a {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #2b2b2b;
  border-radius: 4px;
  padding: 10px 0;
  margin-right: 4px;
  transition: all 0.25s ease;

  position: relative;
}

#footer .footer-bottom .social-link .img{width: 100px;height: 100px;background: #fff;padding: 5px;box-sizing: border-box;position: absolute;bottom: 100%;left: 50%;z-index: 666;transform: translateX(-50%); overflow: hidden;display: none;border-radius: 4px;}

#footer .footer-bottom .social-link .img img{width: 100%;height: 100%; display: block;}

#footer .footer-bottom .social-link a:hover .img {display: block;} 
#footer .footer-bottom .social-link a:hover {
  text-decoration: none;
  background: #fd7e14;
}
#footer .footer-bottom .record a {
  color: #fff;
}
#footer .footer-bottom .record a:hover {
  color: #fd7e14;
}
/*-----------------------------------------------------------------------------------------------------
# PDF Object
-----------------------------------------------------------------------------------------------------*/
.pdfobject-container {
  height: 700px;
  margin-top: 82px;
}
.pdfobject {
  border: 1px solid #fd7e14;
}


/* æŠ€æœ¯ */
.project-box a{position: relative;overflow: hidden;margin-bottom:5%;display: block;}
.project-wenzi{width:100%;display: flex;justify-content: space-between;transition: .3s; background: #FD7E14;padding: 3%;position: absolute;left:0;bottom:-40%;}
.project-wenzi p{font-size: 14px;margin-bottom:2%;}
.project-wenzi h1{font-size: 18px;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:1;display: -webkit-box;-webkit-box-orient: vertical;}
.project-wenzi .jia{width:40px; height:40px;margin-top:-30px; background: #1c1e22;border-radius: 3px;font-size: 20px;font-weight: bold; text-align: center;line-height: 40px;}
.project-box:hover .project-wenzi{bottom:0}

/* ä¸‹è½½ */
.down-box li h1{font-size: 18px;color: #444;overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp:1;display: -webkit-box;-webkit-box-orient: vertical;}
.down-box li{list-style: none;padding: 2% 0;border-bottom: 1px #eee solid;transition: 0.3s;margin-bottom: 3%;}
.down-box li p{margin: 0;}
.down-box li span{font-size: 14px;color: #999;padding-right: 30px;}
.down-box .col-lg-8{transition: 0.3s;}
.down-box .col-lg-4{display: flex;justify-content: end;margin-top:15px}
.down-box .col-lg-4 div p{margin-bottom: 0;display: inline-block;font-size: 14px;color: #FD7E14;}
.down-box .col-lg-4 div{margin-left:40px;}
.down-box li:hover .col-lg-8{border-left: 4px #FD7E14 solid;padding-left: 15px;}

/* è”ç³»æˆ‘ä»¬ */
.jidi{background: #2b2b2b;padding:3%;}
.jidi>div{margin-bottom: 3%;}
.jidi>div h1{font-size: 16px;color: #FD7E14;font-weight: bold;}
.jidi p{margin-bottom: 0;font-size: 14px;color: #ccc;}
.jidi>div div{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom: 3%;}

/* æœåŠ¡ */
.tubiao{display: block;margin: 0 auto;}
.ser-box{border-radius: 15px;padding-top:70px!important;margin-top:-50px;margin-bottom:7%;}
.ser-box h1{font-weight: bold;font-size: 20px;color: #444;text-align: center;}
.ser-box p{text-align: center;font-size: 16px;line-height: 28px;margin-top:2%;margin-bottom: 0;color: #666;}

/* æ‹›è˜ */
.jobl{width: 28%;}
.jobl h1{font-size: 36px;color:#fd7e14;font-weight: bold;}
.jobl h2{font-size: 25px;}
.jobl p{margin:20px 0;color: #999;font-size: 14px;}
.jobl span{width: 50px;height: 2px;background: #fd7e14;display: block;}
.jobl h3{font-size:20px;margin-top:20px;line-height: 30px;}
.youxiang{width: 100%;line-height:50px;border-radius: 0 15px 0 15px;background: #fd7e14;color:#fff;font-size: 18px;text-align: center;}
.jobl img{width: 100%;margin-top:20px;}
.jobl h5{font-size: 16px;color: #999;font-size: 14px; margin-bottom:20px;font-weight: normal;font-family: arial;line-height: 28px;}
.jobr{width: 70%;}
.job-area{display: flex;justify-content: space-between;}
.join-item{border:1px #eee solid;margin-bottom:15px;}
.join-item .accordion-title{display:flex;background: #f3f3f7;padding: 15px;justify-content: space-between;}
.join-zhiwei{display: flex;align-items: center;}
.join-zhiwei p{margin-left: 20px;margin-bottom: 0;color: #444;}
.join-item .accordion-content{padding:20px;overflow: hidden;}
.join-appli{width: 120px;line-height: 35px;border:1px #fd7e14 solid;color:#fd7e14;font-size: 16px;float: right;text-align: center;}
.join-item .active{background: #fd7e14;}
.join-item .active .join-zhiwei p{color:#fff;}
.join-item .active .join-zhiwei i{color:#fff;}
.join-item .active>i::before {content: "\f1ae";color:#fff}
.join-item .accordion-content:hover .join-appli{color:#fff;background: #fd7e14;}
.accordion{list-style: none;}

/* å…³äºŽæˆ‘ä»¬ */
.about-right h1{font-size: 28px;color: #444;font-weight: bold;}
.about-right p{font-size: 16px;color: #666;line-height: 30px;}
.txbox{width:200px;height:200px;border-radius: 100%;overflow: hidden;margin:0 auto;}
.txbox img{width: 100%;height: 100%;}
.ab-box{border-radius: 15px;padding-top: 120px!important;margin-top: -90px;margin-bottom:7%;height: 440px;}
.ab-box h1{font-weight: bold;font-size: 20px;color: #444;text-align: center;}
.ab-box p{font-size: 16px;line-height: 28px;margin-top:2%;margin-bottom: 0;color: #666;}
.yanfatit{background: url(../img/blog/about2.jpg) no-repeat;background-size: 100% 100%;padding: 100px 0;padding-bottom: 200px;}
.yanfatit h1{font-size: 34px;font-weight: bold;color: #FD7E14;}
.yanfatit p{font-size: 16px;color: #eee;}
.yanfabj{margin-top:-220px}
.portfolio-details .swiper-slide{width: 100%!important;display: flex;justify-content: space-around;}
.portfolio-details .swiper-slide>div{width: 48%;}
.yewubox h1{font-size: 18px;font-weight: bold;color: #444;}
.yewu{list-style: none;padding: 0;margin-top:4%}
.yewu li{display: flex;margin-bottom:2%;}
.yewu li img{width: 23px;height: 23px;margin-right: 2%;border-radius: 100%;background: #FD7E14;}
.yewu li p{margin: 0;}
.portfolio-details .swiper-slide .zizhi{width: 31%!important;text-align: center;border:5px #cdcbca solid}
.portfolio-details .swiper-slide .zizhi img{height: 100%;max-width: 100%;width: auto;}
.gszz{justify-content: space-between!important;}
.gszl{font-size: 34px;}
.about-box{padding-top: 60px;}


@media screen and (max-width: 1380px) {
  .testimonials .testimonial-item .text{height: 230px;}

  .ab-box{height: 470px;}

  
}

@media screen and (max-width: 1200px) {

	
  .testimonials .testimonial-item .text{height:150px;}

  .ab-box{height: 520px;}

  
}

@media screen and (max-width: 1000px) {

  .services .icon-box p{height: 145px;}

  .counts .count-box{margin-top: 45px;}

  .ab-box{height: 630px;padding-left: 2em!important;padding-right: 2em!important;padding-bottom: 25px!important;}

  

}
@media screen and (max-width:768px) {
	.portfolio-details .swiper-slide{flex-wrap: wrap;}
	.portfolio-details .swiper-slide>div{width: 100%;}
	.jobl,.jobr{width: 100%;}
	.job-area{flex-wrap: wrap;}
	.accordion{padding: 0;}
	.jobl{display: none;}
	.contact img{width: 100%;}
	.blog .sidebar{margin-left: 0;}

	#counts{padding:20px 0;}

	.ab-box{height: auto;}

	.ab-box p{font-size: 14px;}

	.yanfatit{padding-top: 40px;}

	.yanfatit h1{font-size: 24px;}

	.txbox{width: 130px;height: 130px;}

	.gszl{font-size: 20px;padding-top: 20px;margin-bottom: 10px!important;}

	.about-right h1{font-size: 20px;}

	.about-right p{font-size: 14px;}

	.counts .count-box span{font-size: 22px;}
	.counts .count-box { padding: 30px 10px 15px 10px;}

	.about .content h3{font-size: 20px;line-height:30px;margin-bottom: 15px;}
	.about .content p {font-size: 13px;line-height: 24px;text-align:left;}
	.about .icon-boxes .icon-box h4 {font-size: 16px;}
	.about .icon-boxes .icon-box i{margin-bottom:15px}
	.about .icon-boxes .icon-box p{font-size: 13px;line-height: 24px; margin-bottom:5px;padding-top:6px}
	
	.counts .count-box p{font-size:13px;}
	.counts .count-box .unit {font-size: 12px;}

	.about .content{padding-left:5px;padding-right: 5px;font-size: 14px;padding-top: 0;padding-bottom:15px;}

	.services .icon-box p{height: auto;margin-bottom: 0;font-size:13px}

	.testimonials .testimonial-item .text{height:300px ;font-size: 13px;line-height: 24px;}

	.testimonials .testimonial-item .text p{font-size: 14px;}	
	section{padding:30px 0;}
	.tabs .tab-content {margin-top: 15px;}
	.tabs .tab-pane h3 {font-size: 16px;line-height: 24px;}
	.tabs .tab-pane ul{margin-bottom:0}
	.tabs .tab-pane ul li {padding-bottom: 10px;font-size: 14px;}
	.tabs .tab-pane ul li p{margin-top:10px}
	.section-title h2 {font-size: 20px;}
	.section-title p{font-size:13px;line-height:24px;}
	.services .icon-box{padding:20px 15px}
	.portfolio #portfolio-flters li{width:48.5%;display:block;float:left;border: 1px solid #e1e1e1; margin-bottom:10px}
	.portfolio #portfolio-flters li:nth-child(2n){float:right;}
	.ind_anli .box .title{font-size:16px;}
	.ind_anli .box .text{font-size:13px;}
	.pricing .box .btn-buy{padding:8px 40px 8px 40px}
	.faq .faq-list a.collapsed,.faq .faq-list a{font-size:15px;}
	
	.faq .faq-list p{font-size:13px;}
	#footer .footer-top .logo{margin:0 auto;}
	#footer .footer-top .footer-column{padding-top:20px}
	#footer .footer-top .footer-contact p{margin-bottom:0;text-align:center;}
	#footer .footer-top .footer-links ul{overflow:hidden;}
	#footer .footer-top .footer-links ul li{width:49%;float:left}
	#footer .footer-top .footer-links ul li:nth-child(2n){float:right;}
	#footer .footer-top .footer-links ul li:first-child{padding-top:10px}
	#counts{display:none}
	.portfolio .portfolio-wrap .portfolio-info h4{font-size:16px;}
	
	.portfolio-details .swiper-slide .zizhi img{height:auto}
	
	.clients .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px}
	/*.clients .swiper-slide img{height:80px;width:auto!important;max-width:auto!important}*/
	
	.about .icon-boxes .icon-box{padding:20px 15px;margin:0px 3% 20px 3%;background:#252525;border-radius:6px;width:94%;box-sizing:border-box;}
	.testimonials .testimonial-item{padding:30px 15px;}
	
	.blog .entry .entry-content p{font-size:14px;}
	
}





