﻿/* Magnific Popup CSS 

@font-face {
  font-family: 'MyAliFont'; 
  src: url('../FONT/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf') format('Thin'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf') format('Light'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf') format('Regular'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf') format('Bold'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf') format('Medium'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_75_SemiBold_75_SemiBold.ttf') format('SemBold'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_95_ExtraBold_95_ExtraBold.ttf') format('ExtraBold'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_105_Heavy_105_Heavy.ttf') format('Heavy'), 
       url('../FONT/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf') format('BLack'); 

       font-weight: normal;
       font-style: normal;
}
*/

@font-face {
  font-family: 'MyAliFont';
  src: url(https://oss.cdhfund.com/fonts/Alibaba-PuHuiTi-Regular.otf),
  url('../FONT/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf') format('Regular'), ;
}


@font-face {
  font-family: 'alipuhui-light';
  src: url(https://oss.cdhfund.com/fonts/Alibaba-PuHuiTi-Light.otf),
  url('../FONT/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf') format('Light');
}

body {
  font-family: 'MyAliFont', 'alipuhui-light', sans-serif;
}



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Section */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Accordion */
/* ____Carouse Slider */
/* ____Service */
/* ____Alert Message */
/* ____Call To Action */
/* ____Client */
/* ____Counter */
/* ____Google-maps */
/* ____Icon-box */
/* ____Pagination */
/* ____Portfolio */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Tab */
/* ____Table */
/* ____Team */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");
body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'MyAliFont', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #707070;
  line-height: 26px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'MyAliFont', sans-serif;
  color: #404040;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

.hero-heading {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1px;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
}

.rev-heading {
  text-transform: uppercase !important;
  font-size: 60px !important;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.small-title {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: left;
  font-size: 20px;
}

.Material-section-quote blockquote {
  border-left-width: 2px;
}

.sub-quote p {
  padding-left: 20px;
}

.section-title {
  color: #404040;
  font-family: 'Rubik', sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: left;
  position: relative;
  margin-bottom: 45px;
  text-transform: capitalize;
}

.section-title:before {
  position: absolute;
  content: '';
  bottom: -7px;
  width: 40px;
  height: 2px;
  background-color: #2196F3;
}

.subtitle {
  font-size: 20px;
  letter-spacing: 0.3px;
  margin-top: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 900;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.page-title {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
}

.page-article{
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
}

.page-small-article{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
}


.contact-title {
  font-weight: 900;
  font-size: 20px;
  color: #333;
}

/* Button Styles */
.btn-common {
  padding: 10px 20px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 2px;
}

.btn-common:hover, .btn-common:focus, .btn-common:active {
  -webkit-box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
}

.btn-border {
  font-weight: 500;
  padding: 9px 20px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 2.7px 0.1px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 2px 2.7px 0.1px rgba(0, 0, 0, 0.24) !important;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
  background-color: #eee !important;
}

.btn-round {
  color: #fff !important;
}

.material-icons {
  font-size: 24px;
  line-height: 1;
}

.btn.btn-fab, .input-group-btn .btn.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  width: 40px;
  padding: 0;
}

.section-dark {
  background-color: #f9f9f9;
  z-index: -2;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Carousel Styles */
.owl-carousel .item {
  margin: 3px;
}

.owl-carousel.item img {
  display: block;
  width: 50%;
  height: auto;
}

.owl-carousel .owl-controls .owl-page {
  display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #5166d8;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 45px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.navbar-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .navbar-area {
    padding: 10px 0;
  }
}

.sticky {
  padding: 0px 0;
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .sticky {
    padding: 10px 0;
  }
}

.navbar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(35, 35, 35, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(35, 35, 35, 0.1);
    padding: 10px 30px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    display: block;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item > a {
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 20px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item > a {
    display: block;
    color: #333;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item > a {
    display: block;
    padding: 10px 0;
    color: #333;
  }
}

.navbar-nav .nav-item > a span {
  display: none;
  text-align: right;
  float: right;
  clear: both;
  padding: 0 6px;
  border: 1px solid #777;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item > a span {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item > a span {
    display: inline-block;
  }
}

.navbar-nav .nav-item > a span.show {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .navbar-nav .nav-item .sub-menu.show {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .navbar-nav .nav-item .sub-menu.show {
    max-height: 1000px;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu > li > a.active {
  color: #fff;
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: #fafafa;
}

@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.search-side {
  position: relative;
  float: right;
  top: 0px;
  right: -20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .search-icon {
    display: none;
  }
}

.search-icon span {
  position: relative;
  display: block;
  cursor: pointer;
  margin-left: 20px;
}

.search-icon span i {
  font-size: 22px !important;
  display: block;
  border-radius: 2px;
  padding: 2px 8px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.search-icon:hover i {
  color: #666;
}

.navbar-form {
  background: #fff;
  z-index: 9001;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
  width: 100%;
  position: absolute;
  top: 0px;
  display: none;
  left: 0px;
  height: 60px;
}

.navbar-form .row {
  width: 100%;
  display: block;
}

.navbar-form .form-group {
  height: 100%;
  width: 100%;
  margin: 10px 22px;
}

.navbar-form .form-control {
  color: #333;
  border-radius: 0;
  outline: none;
  font-size: 22px;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 30px;
}

.navbar-form .has-feedback .close {
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  margin-top: -15px;
  line-height: 15px;
  color: #333;
  font-size: 22px;
}

/* Hero Slider Area */
#main-slide .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  cursor: pointer;
}

#main-slide:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100%;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .carousel-item .carousel-caption .hero-sub-heading {
  color: #fff;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

.slider-2 .hero-heading {
  text-transform: capitalize;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 10px;
}

#main-slide .carousel-control .fa-angle-right {
  right: 10px;
}

#main-slide .carousel-indicators li {
  width: 30px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 38px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  color: #fff;
  opacity: 0.6;
}

.carousel .carousel-item.active .animated2 {
  -webkit-animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
          animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
}

.carousel .carousel-item.active .animated3 {
  -webkit-animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running flipInX;
          animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .carousel-item.active .animated5 {
  -webkit-animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated6 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated7 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated8 {
  -webkit-animation: 1s ease-in 800ms normal both 1 running bounceInDown;
          animation: 1s ease-in 800ms normal both 1 running bounceInDown;
}

.carousel-fade .carousel-inner .carousel-item {
  max-height: 700px;
  opacity: 0.8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-fade .carousel-control {
  z-index: 20;
}

.slider-title {
  font-size: 70px;
  font-weight: 900;
}

/* About Section */
.about-single {
  text-align: center;
  padding: 0 15px;
}

.about-single i {
  border-radius: 50%;
  font-size: 50px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  background: trasparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.about-single:hover {
  cursor: pointer;
}

.about-single:hover i {
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

/* About Video Style */
.video-gallery {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-gallery img {
  width: 100%;
}

.video-gallery .overlay-gallery {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery .icon-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.video-gallery .icon-holder .icon {
  display: table-cell;
  vertical-align: middle;
}

.video-gallery .icon-holder .icon i {
  font-size: 80px;
  color: #fff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery:hover .icon i {
  color: #fff;
}

.welcome-section h1 {
  line-height: 45px;
  font-size: 30px;
  font-weight: 700;
}

/* Services Section */
.single-service-widget {
  margin: 25px 0;
}

.single-service-widget i {
  font-size: 50px;
  padding-right: 15px;
  line-height: 45px;
}

.single-service-widget p {
  color: #999;
}

.single-service-widget h2 {
  margin-top: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-service-widget:hover .pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.features-block .media-left i {
  color: #fff;
  line-height: 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #5065d8;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  padding: 0;
  font-size: 40px;
}

.features-block .media-body {
  margin-left: 15px;
}

/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
}

/* Portfolio Section */
#Material-portfolio .mix {
  padding-bottom: 30px;
  display: none;
  margin: -2px;
}

.portfolio-nav ul.nav {
  float: right;
}

.portfolio-nav ul.nav li a {
  font-size: 15px;
  color: #333;
  background-color: #eee;
  padding: 7px 12px;
  margin: 4px;
  display: block;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
}

.portfolio-nav ul.nav li a:hover {
  background: #2196F3;
  color: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.portfolio-nav ul.nav li a.active {
  background: #2196F3;
  color: #FFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

figure img {
  max-width: 100%;
}

figure figcaption {
  background: #fff;
  bottom: 0px;
  padding: 0 20px;
 
  width: 100%;
  /* 
  position: absolute;
  margin-bottom: -15px;
  opacity: 0;
  */
  -webkit-transition: height 0.5s ease 0s;
  transition: height 0.5s ease 0s;
}

figure figcaption h2 {
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

figure figcaption a.btn {
  float: right;
  position: absolute;
  right: 0px;
  top: 25px;
  width: 20px !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

figure:hover figcaption {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 0px;
}

/* Contact Map */
#conatiner-map {
  width: 100%;
  height: 480px;
}

.contact-widget-section .single-contact-widget {
  background: #f9f9f9;
  padding: 20px 25px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  height: 260px;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-widget-section .single-contact-widget i {
  font-size: 75px;
}

.contact-widget-section .single-contact-widget h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-widget-section .single-contact-widget p {
  line-height: 16px;
}

.contact-widget-section .single-contact-widget:hover {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Contact Form */
#contactForm {
  margin-top: -10px;
}

#contactForm .form-group label.control-label {
  color: #8c8c8c;
}

#contactForm .form-control {
  font-weight: 500;
  height: auto;
}

.google-map-container {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.google-map-container #google-map-contact {
  height: 300px;
}

.contact-widget-section2 h2 {
  margin-bottom: 30px;
}

.contact-widget-section2 .find-widget {
  padding: 4px 0;
}

.contact-widget-section2 .find-widget a {
  color: #333;
  font-size: 14px;
}

.contact-widget-section2 .find-widget i {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);

}

.Material-contact-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Material-contact-section ul li {
  color: #777;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 28px;
  min-height: 35px;
  width: 100%;
}

.Material-contact-section ul li i {
  width: 35px;
  background: #f50057;
  height: 35px;
  border: 1px solid #f50057;
  border-radius: 2px;
  line-height: 30px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 18px;
  top: 4px;
  margin-right: 10px;
}

/* Team Section */
.Material-our-team-section {
  padding-bottom: 200px;
}

.single-team-widget {
  background: #f5f5f5;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  margin-bottom: 20px;
}

.single-cont-widget {
  padding-left: 30px;
}


.single-team-widget img {
  text-align: center;
  width: 100%;
}

.single-team-widget:hover {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
}

.single-team-widget p {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

.single-team-widget .team-member-info {
  height: 100px;
  background: #fff;
  padding: 5px 20px;
}

.single-team-widget .team-member-info .know-more {
  position: absolute;
  right: 10%;
  bottom: 12%;
  display: none;
}

.single-team-widget .team-member-info .social-profiles .mdi {
  color: #8c8c8c;
  font-size: 18px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-twitter:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1DA1F2;
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-facebook:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3B5998;
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-instagram:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #EA4C89;
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-linkedin:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1769FF;
}

.single-team-widget:hover {
  cursor: pointer;
}

.single-team-widget:hover .know-more {
  display: block;
  -webkit-animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
          animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
}

.team-single .team-thumb {
  text-align: center;
}

.team-single .team-thumb img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.team-single .team-text h3 {
  font-size: 30px;
  color: #404040;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.team-single .team-text h5 {
  color: #999;
  margin-bottom: 30px;
}

.team-single .social-single {
  margin-top: 30px;
}

.team-single .social-single a i {
  width: 48px;
  font-size: 24px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  background: #5065d8;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff;
}

.team-single .social-single .mdi.mdi-twitter:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1DA1F2;
}

.team-single .social-single .mdi.mdi-facebook:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #3B5998;
}

.team-single .social-single .mdi.mdi-instagram:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #EA4C89;
}

.team-single .social-single .mdi.mdi-linkedin:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1769FF;
}

.single-about h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-about p {
  color: #999;
}

#team-slide .owl-carousel .owl-controls .owl-page span {
  background: #ddd;
}

#team-slide .owl-carousel .owl-controls .owl-page.active span {
  color: #5166d8 !important;
}

.team #team-carousel {
  margin: 0 15px;
  overflow: hidden;
}

/* Testimonial Section */
.testimonial {
  background: url(../images/testimonial/testimonial_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.testimonial .owl-pagination {
  text-align: center;
  width: 100%;
}

.testimonial-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.testimonial-item .img {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 10px auto;
}

.testimonial-item .img img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 8px #fff;
          box-shadow: 0px 1px 8px #fff;
  border: 3px solid #fff;
}

.testimonial-item .datils {
  text-align: center;
}

.testimonial-item .datils h5 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin: 15px 0px 6px;
}

.testimonial-item .datils span {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial-item .datils p {
  margin: 5px 0 20px 0;
  color: #fff;
}

.testimonial-item .owl-carousel .owl-dots .owl-dot.active {
  border: none;
  background: #fff !important;
  opacity: 1;
}

.testimonial-item .owl-carousel .owl-dots .owl-dot {
  background: #fff !important;
}

.testimonials-carousel .owl-dots {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 100%;
  text-align: center;
}

.testimonials-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonials-carousel .owl-dots .owl-dot:focus, .testimonials-carousel .owl-dots .owl-dot:active, .testimonials-carousel .owl-dots .owl-dot.active {
  outline: none;
  border: none;
  border-radius: 50%;
}

/* Client Logo */
.client {
  border-bottom: 1px solid #e9e9e9;
}

.client .client-logo {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.client .client-logo img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.client .client-logo:hover, .client .client-logo.active {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.client .client-logo:hover img, .client .client-logo.active img {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* Single Blog Post */
.single-blog-post {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}

.single-blog-post:hover {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
}

.single-blog-post .featured-image img {
  width: 100%;
}

.single-blog-post .post-meta {
  padding: 10px 20px;
}

.single-blog-post .post-meta .read-more-icon {
  bottom: 100px;
  right: 40px;
}

.single-blog-post .post-meta a {
  color: #333;
}

.single-blog-post .post-meta a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single-blog-post .meta-tags {
/*  border-top: 1px solid rgba(0, 0, 0, 0.1);*/
  padding: 1px 20px;
}

.single-blog-post .meta-tags .comments i {
  font-size: 15px;
  margin-right: 5px;
}

.single-blog-post .meta-tags .btn-round {
  float: right;
  border-radius: 28px;
  font-size: 24px;
  height: 40px;
  margin: -7px auto;
  min-width: 40px;
  width: 40px;
}

/* Blog Post */
.Material-blog-post-page .blog-post-column .single-blog-post {
  margin-bottom: 40px;
}

.Material-blog-post-page .blog-post-column .single-blog-post .post-meta .post-date {
  position: absolute;
}

.Material-blog-post-page .blog-post-column .single-blog-post .post-meta .post-date span {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.Material-blog-post-page .blog-post-column .single-blog-post .post-meta .read-more-icon {
  bottom: 166px;
  position: absolute;
  right: 40px;
}

.Material-blog-post-page .blog-post-column .single-blog-post .post-meta h2 {
  font-size: 19px;
  line-height: 26px;
  margin-top: 35px;
}

.Material-blog-post-page .blog-post-column .post-without-image .featured-image {
  height: 50px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.Material-blog-post-page .blog-post-column .post-without-image .pink-bg {
  background: #5e35b1;
}

.Material-blog-post-page .blog-post-column .post-without-image .blue-bg {
  background: #1e88e5;
}

.Material-blog-post-page .blog-post-column .post-without-image .aqua-bg {
  background: #00897b;
}

.Material-blog-post-page .blog-post-column .quote-post h2 {
  font-style: italic;
}

.blog-sidebar-column .single-sidebar-widget {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  margin-bottom: 30px;
  background: #FAFAFA;
}

.blog-sidebar-column .single-sidebar-widget .sidebar-widget-title {
  background: #5065d8;
  padding: 0 20px;
}

.blog-sidebar-column .single-sidebar-widget .sidebar-widget-title h2 {
  color: #fff;
  font-size: 19px;
  margin: 0;
  font-weight: 700;
  line-height: 48px;
}

.blog-sidebar-column .author-widget .author-bg img {
  width: 100%;
}

.blog-sidebar-column .author-widget .author-info {
  padding: 10px 20px;
  background: #fafafa;
  position: relative;
}

.blog-sidebar-column .author-widget .author-info .author-name {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -40px;
}

.blog-sidebar-column .author-widget .author-info .author-name .author-intro {
  margin-left: 15px;
}

.blog-sidebar-column .author-widget .author-info .author-name .author-intro h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.blog-sidebar-column .author-widget .author-info .author-name .author-intro p {
  margin-bottom: 0px;
}

.blog-sidebar-column .author-widget .author-info .author-bio {
  margin-top: 47px;
}

.blog-sidebar-column .subscribe-widget .social-profiles,
.blog-sidebar-column .subscribe-widget .subscribe-box {
  padding: 30px 35px;
}

.blog-sidebar-column .subscribe-widget .subscribe-box .form-group {
  margin-top: 10px;
}

.blog-sidebar-column .subscribe-widget .subscribe-box button.btn-fab {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  font-size: 14px !important;
  position: absolute;
  right: 24px;
  bottom: 14px;
  z-index: 1111;
  border-radius: 2px;
}

.blog-sidebar-column .subscribe-widget .subscribe-box .form-control {
  border-radius: 2px !important;
  color: #333;
  font-weight: 700;
  width: 240px;
}

.blog-sidebar-column .subscribe-widget .social-profiles {
  background: #f5f5f5;
}

.blog-sidebar-column .instagram-widget .instagram-feed ul {
  list-style: none;
  padding: 15px 15px;
  display: inline-block;
  margin: 0;
}

.blog-sidebar-column .instagram-widget .instagram-feed ul li {
  float: left;
}

.blog-sidebar-column .instagram-widget .instagram-feed ul li a img {
  width: 106px;
  height: 100px;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.blog-sidebar-column .instagram-widget .instagram-feed ul li a img:hover {
  opacity: 0.8;
}

.blog-sidebar-column .categories-list {
  margin: 0;
  padding: 20px;
}

.blog-sidebar-column .categories-list li {
  list-style: none;
  line-height: 36px;
}

.blog-sidebar-column .categories-list li a {
  color: #707070;
}

.blog-sidebar-column .categories-list li a:hover {
  color: #5166d8;
}

.blog-sidebar-column .flickr-widget .flickr-feed {
  padding: 20px;
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-pagination {
  text-align: center;
  margin-top: 10px;
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page span {
  background: none;
  border: 2px solid #434343;
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page.active span {
  background: #434343 !important;
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page.active span {
  border: none;
}

.blog-sidebar-column .owl-carousel .item {
  margin: 0;
}

.single-post {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  padding: 20px;
}

.single-post h2 {
  font-weight: 500;
  font-size: 26px;
  margin: 30px 0;
}

.single-post p {
  font-size: 15px;
  line-height: 35px;
}

.single-post .single-post-meta {
  margin-top: 20px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.single-post .single-post-meta .post-tag {
  float: left;
}

.single-post .single-post-meta .post-tag a {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}

.single-post .single-post-meta .post-tag a:hover {
  opacity: 0.6;
}

.single-post .single-post-meta .share-post {
  float: right;
}

.single-post .single-post-meta .share-post i {
  font-size: 20px;
  margin-right: 10px;
}

.single-post .single-post-meta .share-post i:hover {
  opacity: 0.6;
}

.users-comment-section .media {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 20px;
}

.users-comment-section .media:first-child {
  border-top: none;
}

.users-comment-section .media .media-left {
  padding-right: 30px;
}

.users-comment-section .media .media-left img {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.users-comment-section .media .media-body h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
}

.users-comment-section .media .media-body p {
  font-size: 15px;
  line-height: 28px;
}

.users-comment-section .media .media-body a.replay {
  float: right;
  font-size: 16px;
  font-weight: 500;
}

.users-comment-section .media .media-body .media {
  padding-top: 24px;
  margin-top: 65px;
  border-top: 1px solid #ddd;
}

.comment-box {
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

/* Footer Area */
.bg-color-dark {
  background: #272727;
}

.page-footer {
  background: #014286;
}

.page-footer .footer-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}

.page-footer .footer-name {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}

.page-footer p {
  line-height: 24px;
  margin: 0;
}

.page-footer .icon-list {
  list-style: none;
  padding: 0;
}

.page-footer .icon-list li {
  color: #d5d5d5;
}

.page-footer .icon-list li a {
  color: #d5d5d5;
}

.page-footer .icon-list li a:hover {
  color: #5166d8;
}

.page-footer .icon-list li i {
  padding-right: 5px;
  vertical-align: -1px;
}

.page-footer .newsletter-wrapper .form-group {
  margin-bottom: 20px;
}

.page-footer .newsletter-wrapper .form-group input {
  width: calc(100% - 90px) !important;
  display: inline-block;
  color: #fff;
  padding: 12px 0;
}

.page-footer .widget {
  margin-top: 10px;
}

.page-footer .widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.page-footer .widget .unordered-list {
  list-style: none;
  padding: 0;
}

.page-footer .widget .unordered-list li a {
  color: #d5d5d5;
}

.page-footer .widget .unordered-list li a:hover {
  color: #5166d8;
}

.page-footer .image-list {
  padding: 0;
  margin: 0;
}

.page-footer .image-list li {
  margin-bottom: 15px;
}

.page-footer .image-list li .overlay {
  float: left;
  width: 70px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-footer .image-list li .overlay figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-footer .image-list li .overlay figcaption i {
  color: #fff;
  font-size: 18px;
}

.page-footer .image-list li .overlay .from-top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-footer .image-list li .overlay:hover figcaption {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-footer .image-list li .overlay:hover figcaption .from-top {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-footer .image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

.page-footer .image-list .post-content .post-title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.page-footer .image-list .post-content .post-title a {
  color: #fff;
}

.page-footer .image-list .post-content .post-title a:hover {
  color: #5166d8;
}

.page-footer .image-list .post-content .meta {
  color: #aaa;
}

.page-footer .image-list .post-content .meta span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.footer-contact-widget p {
  color: #fff;
  line-height: 24px;
  padding: 5px 0;
}

.footer-contact-widget p span {
  font-weight: 700;
}

.footer-contact-widget ul {
  margin: 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-contact-widget ul li {
  list-style: none;
}

.footer-contact-widget ul li a {
  display: inline-block;
}

.footer-contact-widget ul li a .mdi {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: block;
  background: #2A2A2F;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  transtion: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-facebook {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #3B5998;
}

.footer-contact-widget ul li a .mdi-facebook:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-twitter {
  background: #1DA1F2;
}

.footer-contact-widget ul li a .mdi-twitter:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-instagram {
  background: #e4405f;
}

.footer-contact-widget ul li a .mdi-instagram:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-github {
  background: #333;
}

.footer-contact-widget ul li a .mdi-github:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-linkedin {
  background: #0177B5;
}

.footer-contact-widget ul li a .mdi-linkedin:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-copyright {
  line-height: 25px;
  background: #014286;
  color: #fff;
}

.footer-copyright p {
  margin: 22px 0;
}

.footer-copyright .footer-links ul {
  padding-left: 0;
  float: right;
  margin: 10px 0;
}

.footer-copyright .footer-links ul li {
  list-style: none;
  float: left;
}

.footer-copyright .footer-links ul li a {
  color: #999;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-copyright .footer-links ul li a .fa {
  padding-right: 4px;
}

.footer-copyright .footer-links ul li a:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Work Counter Section */
.work-counter-widget i {
  font-size: 50px;
  color: #2196F3;
}

.work-counter-widget .counter {
  z-index: 999999;
}

.work-counter-widget .counter .timer {
  color: #333;
  font-size: 38px;
  margin-top: 15px;
  font-weight: 700;
}

.work-counter-widget .counter p {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 700;
}

/* Call To Action */
.call-to-action-section {
  padding: 60px 0;
  background: url(../images/cta-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.call-to-action-section h1 {
  color: #18191b;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}

.call-to-action-section h3 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.page-title-section {
  position: relative;
  background: url(../images/page-title-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.page-title-section .title-center {
  display:flex;
  padding-top: 0px;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-section .title-center {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .page-title-section .title-center {
    padding-top: 0px;
  }
}

/* Material-tab */
.Material-tab ul.nav.nav-tabs {
  padding: 0px 25px;
  background: #fff;
  text-align: center;
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.Material-tab ul.nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px 8px 30px;
  border-radius: 0;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid transparent;
  display: inline-block;
}

.Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
  font-size: 38px;
}

.Material-tab ul.nav.nav-tabs li .active {
  color: #fff;
}

.Material-tab .tab-content {
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.Material-tab p {
  text-align: justify;
}

/* Material Tab Default */
.Material-tab-default img {
  width: 100%;
  margin-bottom: 20px;
}

.Material-tab-default ul.nav.nav-tabs {
  border-bottom: 0;
}

.Material-tab-default ul.nav.nav-tabs li a {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  border-right: 0;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 8px;
  margin-right: 29px;
  margin-top: 0;
}

.Material-tab-default ul.nav.nav-tabs li a:hover {
  color: #5166d8;
}

.Material-tab-default .nav-tabs .nav-item.show .nav-link,
.Material-tab-default .nav-tabs .nav-link.active {
  color: #5166d8;
}

.Material-tab-default .tab-content {
  margin-top: 25px;
  padding: 20px;
  background: #FAFAFA;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

.Material-tab-default .tab-content .subtitle {
  margin-top: 0;
}

/* Material Tab 3 */
.tabs-style-2 .nav-vertical {
  background: #fafafa;
  margin: 25px 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.26);
}

.tabs-style-2 .nav-pills .nav-link {
  font-size: 18px;
  color: #333;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
}

.tabs-style-2 .nav-pills .nav-link.active,
.tabs-style-2 .nav-pills .show > .nav-link {
  background: transparent;
  color: #5166d8;
}

/* Accordion Default Section */
.Material-default-accordion .panel-default {
  border: 0;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
}

.Material-default-accordion .panel-default .panel-heading {
  padding: 0;
  margin-bottom: 15px;
}

.Material-default-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
}

.Material-default-accordion .panel-default .panel-heading .panel-title i {
  margin-right: 5px;
}

.Material-default-accordion .panel-default .panel-heading .collapsed::after {
  content: "\F0415";
}

.Material-default-accordion .panel-default .panel-heading .collapsed2::after {
  content: "";
}

.Material-default-accordion .panel-default .panel-heading a {
  font-weight: 500;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.Material-default-accordion .panel-default .panel-heading a:after {
  font-family: Material Design Icons;
  content: "\f0374";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.Material-default-accordion .panel-default .panel-body {
  padding: 15px;
}

/* Accordion Section 2 */
.Material-accordion-2 .panel-default {
  border: 0;
}

.Material-accordion-2 .panel-default .panel-heading {
  padding: 0;
}

.Material-accordion-2 .panel-default .panel-heading .collapsed::after {
  content: "\f0415";
}

.Material-accordion-2 .panel-default .panel-heading a {
  font-weight: 500;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  color: #333;
  background: #EEEEEE !important;
  position: relative;
  text-decoration: none;
}

.Material-accordion-2 .panel-default .panel-heading a:after {
  font-family: Material Design Icons;
  content: "\f0374";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

/* Alert  */
.alert {
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.24);
}

/* Iocns */
.icon-round {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px !important;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.icon-box {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 2px;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.icon-common {
  font-size: 48px !important;
  margin-right: 22px;
}

/* Pricing Table */
.icon-table .single-pricing-table {
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
}

.icon-table .single-pricing-table .pricing-table-heading h2 {
  color: #3d6370;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.icon-table .single-pricing-table .pricing-table-heading h2:after {
  border: 1px dashed #eee;
  content: "";
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -11111;
}

.icon-table .single-pricing-table .price {
  margin-top: 20px;
}

.icon-table .single-pricing-table .price span {
  font-size: 36px;
  font-weight: 700;
}

.icon-table .single-pricing-table .pricing-item {
  padding: 20px 0;
}

.icon-table .single-pricing-table .pricing-item ul {
  padding-left: 0;
}

.icon-table .single-pricing-table .pricing-item ul li {
  list-style: none;
}

.icon-table .single-pricing-table .pricing-item ul li p strong {
  color: #325D6A;
}

.icon-table .single-pricing-table .pricing-button {
  padding: 20px 0;
}

.pricing-table {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
          box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
}

.pricing-table .pricing-header {
  background-color: #fff;
}

.pricing-table .pricing-header h1 {
  margin-bottom: 0;
  margin-top: 0;
  color: #333;
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.pricing-table .pricing-sub {
  background-color: #f7f9fc;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.pricing-table .pricing-sub h1 {
  color: #333;
  text-align: center;
  margin: 0;
  padding: 25px 0px 15px 0px;
  font-size: 22px;
}

.pricing-table .features {
  margin: 0;
  padding: 0;
}

.pricing-table .features li {
  padding: 15px;
  list-style: none;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  color: #a4a4a4;
  font-size: 13px;
}

.pricing-table .pricing-footer {
  background-color: #f9fbfc;
  border-top: 0;
  padding: 30px 0px;
  text-align: center;
}

.pricing-table-3 .table-header {
  background: #5166d8;
  padding: 30px 0;
  color: #fff;
}

.pricing-table-3 .table-header h3 {
  font-size: 30px;
  color: #fff;
}

.pricing-table-3 .plan {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.pricing-table-3 .plan .price {
  font-size: 60px;
}

.pricing-table-3 .plan .period {
  font-size: 18px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.pricing-table-3 .plan-info {
  margin-top: 30px;
}

.pricing-table-3 .plan-info p {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 30px;
}

.pricing-table-3 .button-area {
  padding: 20px 0 20px 0;
}

/* Image Carousel */
#Material-image-carousel .owl-nav {
  text-align: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #Material-image-carousel .owl-nav {
    display: none;
  }
}

#Material-image-carousel .owl-nav button {
  font-size: 30px;
}

#Material-image-carousel .owl-nav button:focus {
  border: none;
}

#Material-image-carousel .owl-nav button.owl-prev {
  left: -42px;
  position: absolute;
}

#Material-image-carousel .owl-nav button.owl-next {
  right: -42px;
  position: absolute;
}

#team-carousel .owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-theme .owl-buttons div {
  width: 40px;
  height: 40px;
  display: block !important;
  background: #5166d8 !important;
  text-align: center;
  display: inline-block;
  opacity: 1 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-buttons div i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.touch-slider .owl-controls .owl-buttons div i {
  color: #333;
  display: block;
}

.touch-slider .owl-controls .owl-buttons div i:hover {
  color: #fff !important;
}

button:focus {
  outline: none;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  margin: 0 5px;
}

/* Portfolio Details */
.portfolio-details-section .portfolio-details-iamge h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0px 25px;
  text-transform: uppercase;
}

.portfolio-details-section .portfolio-details h2 {
  font-weight: 500;
  margin-top: 30px;
  text-transform: capitalize;
}

.portfolio-details-section .portfolio-details p {
  font-size: 15px;
  line-height: 30px;
}

.portfolio-details-section .portfolio-details .portfolio-category a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.portfolio-details-section .portfolio-details .portfolio-meta li {
  margin: 15px 0;
}

.portfolio-details-section .portfolio-details .portfolio-meta li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: #202020;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio-details-section .portfolio-details .portfolio-meta li i {
  font-size: 18px;
  margin-right: 5px;
}

.portfolio-details-section .portfolio-details .portfolio-meta li i:hover {
  opacity: 0.6;
}

/* Error Section */
.Material-error-section h1 {
  font-size: 10em;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.Material-error-section h2 {
  font-size: 3em;
  font-weight: 500;
  color: #999999;
}
/*# sourceMappingURL=style.css.map */


.title_c{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 15px;
	line-height:100%;
}
.title_e{
	text-transform: capitalize;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px;
	line-height:100%;

}
.title_f{
	text-transform: capitalize;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px;
	line-height:100%;
}
.title_d{
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px;
	overflow: hidden;
	line-height:100%;
}



.title_c{color: #fff;}
.title_d{color: #fff;}
.title_e{color: #fff;}
.title_d{color: #fff;}

.footnav{color: #fff;}

.langufield {
	margin: auto;
    color: #ba1f24;
    display: block;
    font-size: 18px;
    padding: 4px 14px;
}

/*首页英文站*/

#English{
	display: flex;
    align-items: center;
}

#header{
	
}

/*首页关于我们*/

#index-a{
	background-color: #014286;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
	padding: 15px;
}

#index-a-title{
    display: flex;
    align-items: center;
    flex-direction: column;
}


#index-aboutus{
	padding: 15px;
	display: flex;
    align-items: center;
}

#index-aboutus-all{
	margin:auto;
}



/*首页新闻*/


#index-n{
	background-color: #af002b;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
	padding: 15px;
}

#index-n-title{
    display: flex;
    align-items: center;
    flex-direction: column;
}


#index-news{
	padding: 15px;
	display: flex;
    align-items: center;
}

#index-news-all{
	margin:auto;
	background: #bf3356;
}

#index-news-all:hover, #index-news-all:focus {
  background: #bf33568c !important;
}





#partner-title{
	font-weight: 900;
	
	
}

#partner-title{
	font-weight: 900;
	padding:15px;
	
	
}

#legal-repeat{
	font-weight: bold;
	padding: 15px;
	color: #fff;
	text-align:center;
}

#legal-download{
	margin-top:45px;
}

#news-image{
	display: flex;
    align-items: center;
}

#news-image-center{
	margin:auto;
}

#news-details{
	background-color: #ececec;
}

#newshow-pre{
	margin-bottom: 30px;
}

#newshow-next{
	margin-bottom: 30px;
}

#newshow-pre-title{
	color: #404040;
}

#newshow-next-title{
	color: #404040;
}

#footnav1, #footnav1:hover, #footnav1:focus,
#footnav2, #footnav2:hover, #footnav2:focus,
#footnav3, #footnav3:hover, #footnav3:focus,
#footnav4, #footnav4:hover, #footnav4:focus,
#footnav5, #footnav5:hover, #footnav5:focus,
#footnav6, #footnav6:hover, #footnav6:focus,
#footnav7, #footnav7:hover, #footnav7:focus,
#footnav8, #footnav8:hover, #footnav8:focus{
    color: #fff;
	padding:10px;
}


/* 联系我们 */

#contact-border{
	
}


#post-image{
    display: flex;
    justify-content: center;
}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#007bff;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#007bff;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}



/* 投资 */

#invest-pic{
	
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
}

/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #main-slide .carousel-caption {
    top: 30%;
  }
  .hero-heading {
    font-size: 26px;
    line-height: 40px;
  }
  .subtitle {
    font-size: 16px;
  }
  .welcome-section h1 {
    line-height: 38px;
    font-size: 24px;
  }
  .Material-tab ul.nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .icon-round {
    margin-right: 6px;
  }
  .icon-box {
    margin-right: 6px;
  }
  .icon-common {
    margin-right: 8px;
  }
  .blog-sidebar-column .subscribe-widget .social-profiles,
  .blog-sidebar-column .subscribe-widget .subscribe-box {
    padding: 30px 20px;
  }
}

/* tablets */
@media (max-width: 991px) {
  .page-title-section {
    padding: 40px 0;
  }
  .section-titile-bg {
    display: none;
  }
  .section-title {
    position: relative;
    margin-bottom: 50px;
  }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #main-slide .carousel-item {
    height: 450px;
  }
  #main-slide .carousel-item img {
    height: 100%;
  }
  #main-slide .carousel-item .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .hero-heading {
    font-size: 26px;
    line-height: 40px;
  }
  .hero-sub-heading {
    font-size: 16px;
  }
  .section-title {
    font-size: 22px;
  }
  .subtitle {
    font-size: 18px;
  }
  .welcome-section h1 {
    line-height: 25px;
    font-size: 16px;
  }
  .Material-tab {
    margin-bottom: 30px;
  }
  .portfolio-nav ul.nav li a {
    padding: 1px 8px;
    margin: 2px;
  }
  .page-footer .footer-title {
    margin-top: 30px;
  }
  .icon-round,
  .icon-box {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px !important;
    margin-right: 6px;
  }
  .icon-round .material-icons,
  .icon-box .material-icons {
    font-size: 20px;
  }
  .icon-common {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px !important;
    margin-right: 6px;
    font-size: 36px !important;
  }
  .portfolio-details-section .portfolio-details h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .portfolio-details-section ul.portfolio-meta {
    padding: 0 15px;
  }
  .portfolio-details-section .portfolio-details .portfolio-meta li span {
    width: none;
  }
  .blog-sidebar-column {
    margin-top: 30px;
  }
  .call-to-action-section h1 {
    font-size: 40px;
  }
  .ripple-container {
    display: none;
  }
  #rev_slider_main_forcefullwidth h1 {
    font-size: 38px !important;
    font-weight: 900;
    line-height: 50px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  #main-slide .carousel-item {
    height: 370px;
  }
  #main-slide .carousel-item img {
    height: 100%;
  }
  #main-slide .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .carousel-indicators {
    display: none;
  }
  .hero-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .hero-sub-heading {
    font-size: 15px;
    line-height: 22px;
  }
  #rev_slider_main_forcefullwidth h1 {
    font-size: 24px !important;
    font-weight: 900;
    line-height: 50px;
  }
  .section-title {
    font-size: 20px;
    position: initial;
    margin-bottom: 30px;
  }
  .section-title::before {
    bottom: 10px;
  }
  .subtitle {
    font-size: 16px;
  }
  .section-titile-bg {
    display: none;
  }
  .welcome-section h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .Material-tab ul.nav.nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 14px 14px;
  }
  .Material-tab ul.nav.nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
  }
  .Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
    font-size: 24px;
    margin-right: 5px;
  }
  .video-gallery {
    margin-top: 30px;
  }
  .media-body .subtitle {
    font-size: 14px;
  }
  .portfolio-nav ul.nav {
    float: left;
  }
  .portfolio-nav ul.nav li a {
    padding: 7px 10px;
  }
  .single-blog-post .post-meta .read-more-icon {
    bottom: 125px;
  }
  .single-blog-post {
    margin-top: 30px;
  }
  .page-footer .footer-title {
    margin-top: 30px;
  }
  .work-counter-widget {
    margin: 20px 0;
  }
  .work-counter-widget i {
    font-size: 70;
    top: -35px;
  }
  .work-counter-widget .counter span {
    font-size: 32px;
    font-weight: 700;
  }
  .work-counter-widget .counter p {
    font-size: 13px;
    font-weight: 500;
  }
  .icon-table .single-pricing-table {
    margin-bottom: 30px;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
  .single-team-widget {
    margin-top: 20px;
  }
  .blog-sidebar-column {
    margin-top: 30px;
  }
  .blog-sidebar-column .author-widget .author-info .author-image {
    top: 70px;
    left: 20px;
  }
  .blog-sidebar-column .author-widget .author-info .author-intro {
    float: right;
    right: 55px;
    top: 82px;
  }
  .blog-sidebar-column .subscribe-widget .social-profiles,
  .blog-sidebar-column .subscribe-widget .subscribe-box {
    padding: 30px 20px;
  }
  .users-comment-section {
    padding: 0px;
  }
  .users-comment-section .media .media-body .media {
    margin-left: -100px;
  }
  .single-post h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-title-section {
    padding: 10px 0;
  }
  .page-title {
    font-size: 32px;
    margin-top: 8px;
  }
  .page-tagline {
    font-size: 16px;
  }
  .contact-title {
    font-size: 26px;
    line-height: 45px;
  }
  .call-to-action-section h1 {
    font-size: 21px;
  }
  .call-to-action-section h3 {
    font-size: 20px;
  }
  .call-to-action-section .text-right {
    text-align: left !important;
  }
  .icon-round,
  .icon-box {
    margin-bottom: 20px;
  }
  .icon-common {
    margin-bottom: 20px;
  }
  .ripple-container {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #main-slide .btn-common,
  #main-slide .btn-border {
    padding: 10px 4px;
    font-size: 14px;
    font-weight: 400;
  }
  #Material-image-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
  }
  #Material-image-carousel .owl-controls .owl-buttons div.owl-next {
    right: 20px;
  }
}
/*# sourceMappingURL=responsive.css.map */