/* -----------------------------
Template Name: Bizpro Corporate HTML5 template.
Author: templateWebExperts
Template URL: https://themeforest.net/user/templatewebexperts/portfolio
Author URI: https://www.templatewebexperts.com/
------------------------------- */


/* -----------------------------------
CSS Table of content
--------------------------------------
1. Template default styles
2. Button style
3. Area heading style
4. Header area style
5. Mobile menu area style
6. Slider area style
7. Video slider area style
8. Feature area style
9. Portfolio area style
10. Call to action area style
11. Skill area style
12. Testimonial area style
13. Pricing table area style
14. Team area style
15. Counter area style
16. Subscribe area style
17. Contact area style
18. Map area style
19. Breadcrumb area style
20. Blog post style
21. Single Project area style
22. Widget area
24. History area style
25. Vision area style
26. Footer area style
--------------------------------------*/


/* -----------------------------
1. Template default styles
--------------------------------*/

/*@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Open+Sans:300,400,600,700';*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232332;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 800;
    margin-top: 0;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    color: #626262;
    margin-bottom: 15px;
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #eee;
    border-top: 0px;
}

label {
    color: #626262;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    text-transform: capitalize;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    text-transform: capitalize;
}

.mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

.container {
    width: 1200px;
}

.template-section {
     margin-top:0;
}

.gray-bg {
    background: #f6f6f6;
}


/* ------------------------------
2. Button style
---------------------------------*/

.button {
    background: #2772DB none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 0 12px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.button:hover,
.button.active {
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
}

.button.button-larg {
    padding: 0 40px;
}

.button.button-small {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

.load-more-btn:hover,
.load-more-btn:focus {
    background: #2772DB none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    opacity: 0.8;
}


/* ------------------------------
3. Area heading style
---------------------------------*/

.area-heading {
    width: 60%;
    margin: 0 auto 100px;
    position: relative;
}

.area-heading::before {
    background: #2772DB;
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 70px;
}

.area-heading-2 {
    width: 100%;
}

.area-heading-2.area-heading::before {
    left: 0;
    transform: translateX(0%);
}

.area-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}




/* -----------------------------
4. Header area style
-------------------------------- */

.header-top-area {
    background: #3e3e3e;
}

.header-top-area .location-icon{
    width: 16px;
    height: 16px;
    vertical-align: -0.25em;
    fill: #2772DB;
    overflow: hidden;
}

.email-phone li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 15px 8px 0;
    margin-right: 15px;
}

.email-phone li:last-child {
    border-right: medium none;
}

.email-phone li a {
    color: #c4c4c4;
    display: block;
    font-size: 12px;
}

.email-phone a i {
    color: #2772DB;
    padding-right: 6px;
}

.header-social-menu {
    float: right;
}

.header-social-menu li {
    float: left;
}

.text-bold {
    font-weight: 500;
    margin-left: 5px;
}

.header-social-menu li a {
  color: #c4c4c4;
  display: block;
  font-size: 12px;
  padding: 8px 0;
}

/* .header-social-menu li a:hover {
    color: #2772DB;
} */

.logo-wrapper {
    padding: 0;
    line-height: 76px;
    position: relative;
    z-index: 2;
}

.logo {
   width: 200px;
   display: inline-block;
}

.logo-toggle:last-child{
    display: none;
}

.logo img{
    width: 100%;
}

.logo i {
    color: #2772DB;
    font-size: 30px;
    padding-right: 10px;
}

.template-menu ul {
    float: right;
}

.template-menu ul>li {
    float: left;
    margin-left: 35px;
    padding: 10px 0;
    position: relative;
}

.template-menu ul li:last-child {
    padding-right: 0;
}

.template-menu ul li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 9999;
    padding: 16px 0;
    position: relative;
}

.template-menu ul li>a>.underline{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 16px;
    top: 50px;
    margin-left: -15px;
    display: none;

}

.template-menu ul li .header-other{
    /*color: #777777;*/
}

.template-menu ul li>ul li a{
    color: #777777;
    font-size: 16px;
}

.header-bg{
    background: linear-gradient(135deg, transparent 72px, #0163b5 0) right, linear-gradient(45deg, transparent 15px, #fff 0) left; 
    background-size: 66% 100%; 
    background-repeat: no-repeat;
}

.header-bg a{
    color: #fff;
}

.template-menu>ul li a i {
    font-weight: 700;
    padding-left: 5px;
}

.template-menu ul li:hover>a {
    color: #fff;
}

.template-menu li ul {
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.4);
    float: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}

.template-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.template-menu li ul li {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.template-menu li ul li:last-child {
    border-bottom: 0 none;
}

.template-menu li ul li a {
    padding: 10px 0 10px 20px;
}

.template-menu li ul li a:hover {
    background: #fafafa;
    color: rgb(93,183,182);
    display: block;
}

.header-search-widget {
    text-align: right;
}

.main-menu .header-search-widget a {
    color: #999;
    font-size: 14px;
}

.header-search-widget a:hover {
    color: #2772DB;
}

/* -----------------------------
5. Mobile menu area style
-------------------------------- */

.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 0;
    position: relative;
    margin-top: -60px;
    width: 100%;
    z-index: 60;
}

.mobile-menu-area {
    position: relative;
    padding: 0 15px;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
}

.mean-container .mean-nav {
    background: #e5e5e5;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid #fff;
    color: #777777;
}

.mean-container .mean-nav ul li a:hover {
}

.mean-container .mean-nav ul li a.mean-expand {
    border: 0 1px 1px solid transparent;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 15px !important;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}


/*Full width search*/
.full-width-search-wrapper {
  background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transform: scale(0.97);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.full-width-search-wrapper.search-wrapper-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.full-width-search-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.full-width-search-form > input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 30px;
  border-bottom: 2px solid #333;
  min-width: 800px;
  text-align: center;
  padding-bottom: 10px;
  text-align: left;
}
.full-width-search-form > input::placeholder {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
}
.search-closer {
  background: #2772DB none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 38px;
  margin: 0;
  position: absolute;
  right: 100px;
  top: 100px;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}
.search-closer:hover {
  background: #333;
  color: #2772DB;
}
.full-width-search-form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 5px 10px;
  position: relative;
  right: 45px;
  transition: 0.3s;
}

.full-width-search-form button:hover {
    color: #2772DB;
}

/* -----------------------------
6. Slider area style
-------------------------------- */

.slider-1 {
    background: rgba(0, 0, 0, 0) url("img/slider/0.jpg") no-repeat scroll center center / cover;
}

.slider-2 {
    background: rgba(0, 0, 0, 0) url("img/slider/1.jpg") no-repeat scroll center center / cover;
}
.slider-4 {
    background: rgba(0, 0, 0, 0) url("img/slider/2.jpg") no-repeat scroll center center / cover;
}
.template-slider-2 .slider-1 {
    background: rgba(0, 0, 0, 0) url("img/slider/3.jpg") no-repeat scroll center center / cover;
}

.slider-3 {
    background: rgba(0, 0, 0, 0) url("img/slider/2.jpg") no-repeat scroll center center / cover;
}

.template-slider-2 .slider-3 {
    background: rgba(0, 0, 0, 0) url("img/slider/2.jpg") no-repeat scroll center center / cover;
}

.slider-wrapper .slick-prev {
    left: 50px;
    z-index: 999;
}

.slider-wrapper .slick-next {
    right: 50px;
    z-index: 999;
}

.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    display: block;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slider-wrapper .slick-prev::before,
.slider-wrapper .slick-next::before {
    background: #2772DB none repeat scroll 0 0;
    display: block;
    font-family: "fontawesome";
    font-size: 30px;
    line-height: 50px;
    opacity: 0.75;
    z-index: 9999;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.slider-wrapper .slick-prev:hover::before,
.slider-wrapper .slick-next:hover::before {
    background: #2772DB;
    opacity: 1;
}

.slider-wrapper:hover .slick-prev,
.slider-wrapper:hover .slick-next {
    opacity: 1;
}

.single-slider {
    position: relative;
    height: 100vh;
}

.slider-content {
    padding: 320px 0;
}
.slider-content2 {
    padding: 320px 0 0 460px;
}
.slider-content h1 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.slider-content p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
}

.slider-content h1+p {
    text-transform: unset;
}

.slider-content p span {
    color: #2772DB;
    font-weight: 900;
}
.slider-content2 h1 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.slider-content2 p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
}

.slider-content2 h1+p {
    text-transform: unset;
}

.slider-content2 p span {
    color: #2772DB;
    font-weight: 900;
}
.slider-button {
    margin-top: 40px;
}

.slider-wrapper .slick-dots {
    bottom: 20px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button::before {
    color: #fff;
    font-size: 13px;
    opacity: 0.75;
}

/* -----------------------------
7. Video slider area style
-------------------------------- */

.template-video-slider-area {
    position: relative;
}

#video-slide {
    overflow: hidden;
    height: 700px;
}

.template-video-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.template-video-content-area .slider-content {
    padding: 150px 0;
}

.template-video-slider-area .slider-content p,
.template-video-slider-area .slider-content h1 {
    color: #232323;
}

/* -----------------------------
8. Feature area style
-------------------------------- */
.feature-section {
    padding: 100px 0 70px;
}

.single-feature {
    margin-bottom: 30px;
    padding-right: 30px;
}

.feature-icon i {
    font-size: 35px;
}

.feature-icon {
    line-height: 1;
    margin-bottom: 20px;
}

.feature-content h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.single-feature-2 .feature-content {
    overflow: hidden;
    padding-left: 30px;
    width: calc(100% - 35px);
}

.single-feature-2 .feature-icon {
    float: left;
    width: 35px;
}

.single-feature p {
    text-align: justify;
}

/* -----------------------------
. Welcome area style
-------------------------------- */

.wc-section {
    border-top: 1px solid #e5e5e5;
    padding: 100px 0;
}

.wc-section .gallery-item{
    overflow: hidden;
    margin: -0.135em;
    margin-bottom: 15px;
}

.wc-section .gallery-wrapper img{
    width: calc(100% + 60px);
    opacity: .8;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-30px, 0, 0) scale(1.2);
    backface-visibility: hidden;
    cursor: pointer;
}

.wc-section .gallery-item:hover img{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.wc-heading.text-center {
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.wc-text p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.wc-text {
    margin-bottom: 35px;
}

.wc-meta img {
    max-width: 100%;
}


/* -----------------------------
. Feature area style
-------------------------------- */

.about-content-wrapper {
    margin-top: 100px;
}

.about-area-heading {
    margin: 0;
    margin-bottom: 100px;
    width: 90%;
}

.about-area-heading .area-title {
    letter-spacing: 1px;
}

.about-area-heading p {
    text-align: justify;
}

.about-section .area-heading::before {
    left: 0;
    transform: translateX(0);
}

.tab-image {
    text-align: center;
}

.tab-image > img {
  max-width: 100%;
}

.tab-heading-content i {
    color: #232323;
    font-size: 30px;
    margin-bottom: 10px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.tab-heading-content h5 {
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.about-feature {
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  padding: 20px;
}

.nav-tabs .minipro{
    width: 30px;
    height: 30px;
    vertical-align: -0.25em;
    fill: #232323;
    overflow: hidden;
    margin-bottom: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #2772DB;
}
.nav-tabs>li>a {
    border-bottom: 2px solid #f6f6f6;
}
.image img {
    width: 100%;
}

/* -----------------------------
9. Portfolio area style
-------------------------------- */

.portfolio-heading-section {
    padding-top: 60px;
}

.portfolio-section-two {
    padding-bottom: 100px;
}

.portfolio-filter {
    margin-bottom: 50px;
}

.portfolio-filter li a {
    border: 1px solid #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1.5px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    background: #2772DB;
    color: #fff;
    border: 1px solid transparent;
}

.portfolio-grid {
    overflow: hidden;
}

.portfolio-item {
    float: left;
    width: 33.333333333%;
}
.portfolio-4-column .portfolio-item {
    width: 25%;
}

.portfolio-item-content {
    overflow: hidden;
    position: relative;
}

.portfolio-item-content img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}

.portfolio-item-description {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    opacity: 0;
}

.portfolio-item-content:hover .portfolio-item-description {
    opacity: 1;
}

.description-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.portfolio-item-description h6 a {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.portfolio-item-description p {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-cat li {
    margin-right: 10px;
    display: inline;
    position: relative;
}

.portfolio-cat li a {
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
}

.portfolio-cat li::before {
    content: ",";
    right: -5px;
    position: absolute;
    color: #ffffff;
}

.portfolio-cat li:last-child {
    margin-right: 0;
}

.portfolio-cat li:last-child::before {
    content: "";
}

.portfolio-item-description .action-btn {
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.portfolio-item-description .action-btn a {
    background: #2772DB none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.button.load-more-btn {
    margin-top: 30px;
}

.button.load-more-btn i {
    margin-left: 5px;
}

/* ----------------------------
.  Single portfolio
-------------------------------*/
.single-project-thumbnail img {
  border: 1px solid #e5e5e5;
  padding: 15px;
  width: 100%;
}

.single-project-thumbnail {
    margin-bottom: 30px;
}

.single-project-wrapper .slick-dots {
  bottom: 58px;
  right: 30px;
  text-align: right;
}

.project-meta-wrapper {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.project-meta-wrapper h4 {
    letter-spacing: 1px;
}

.single-project-meta li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.single-project-meta li:last-child {
    border-bottom: transparent;
    padding-bottom: 0;
}

.single-project-meta li i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.single-project-meta li span {
    color: #555;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: 1px;
}

.single-project-meta li a {
    color: #333;
    text-decoration: underline;
}

.single-project-meta li a:hover {
    color: #2772DB;
}

.single-project-description > p {
  text-align: justify;
}

.single-project-description .part {
    text-align: justify;
}

.single-project-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.single-portfolio-thumb {
    margin: 6px 0 15px 0;
}

.single-portfolio-thumb img {
    width: 100%;
}

.single-project-description blockquote {
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 4px solid #558ddb;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 25px;
  padding: 50px;
}

.single-project-description blockquote p:first-of-type {
    position: relative;
}

.single-project-description blockquote p:first-of-type::before {
    content: "“";
    display: inline-block;
    font-size: 43px;
    height: 20px;
    left: -30px;
    position: absolute;
    top: -10px;
    width: 20px;
}

.single-project-link {
    margin-top: 30px;
}

.project-link {
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.project-link:hover {
    color: #2772DB;
}

.next-project {
    float: right;
}

.prev-project i {
    margin-right: 7px;
}

.next-project i {
    margin-left: 7px;
}


/* -----------------------------
10. Call to action area style
-------------------------------- */

.call-to-action {
    padding: 80px 0;
}

.action-heading h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.action-heading p {
    color: #808080;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: unset;
}

.call-to-action-2 .action-heading h3 {
    margin-bottom: 25px;
}

.call-to-action-2 .action-heading {
    margin-bottom: 35px;
}

/* -----------------------------
12. Testimonial area style
-------------------------------- */

.single-testimonial {
    overflow: hidden;
    margin-bottom: 10px;
}

.testimonial-wrapper {
    overflow: hidden;
    position: relative;
}

blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 16px 0;
}

.single-testimonial blockquote p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.client-info {
    overflow: hidden;
    padding: 40px 0 0;
}

.client-thumnail {
    display: block;
}

.client-info img {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0px 6px 2px rgba(0,0,0,.2);
}

.info-description {
    margin-top: 20px;
}

.info-description .client-name {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
}

.info-description .client-position {
    color: #999;
    margin: 0;
    text-transform: capitalize;
    font-style: oblique;
}

.testimonial-wrapper .slick-dots li button::before {
    color: #363636;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    color: #2772DB;
}

.slick-dots li.slick-active button::before {
    color: #2772DB;
}

.testimonial-wrapper .slick-dots {
    bottom: 0;
    position: relative;
}

.testimonial-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}




/* -----------------------------
13. Pricing table area style
-------------------------------- */
.margin-auto {
    margin: 0 auto;
    float: none;
}

.single-price-table {
    background: #f2f2f2;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    max-width: 340px;
}

.single-price-table h5 {
    text-transform: capitalize;
    letter-spacing: -1px;
}

.single-price-table .pricing-value {
    position: relative;
    font-size: 72px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.single-price-table .pricing-value sup {
  font-size: 22px;
  margin-left: -15px;
  position: absolute;
  top: 25px;
}

.single-price-table .visited-count {
  color: #888;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

.pricing-cat {
    margin-bottom: 20px;
}

.pricing-cat li {
    text-transform: capitalize;
    color: #888;
    margin: 10px 0;
    font-size: 15px;
}

/* -----------------------------
14. Team area style
-------------------------------- */

.single-team-member {
    position: relative;
}

.team-area-2 .single-team-member {
    margin-bottom: 30px;
}

.team-area-2 .col-md-4:nth-child(4) .single-team-member,
.team-area-2 .col-md-4:nth-child(5) .single-team-member,
.team-area-2 .col-md-4:nth-child(6) .single-team-member {
    margin-bottom: 0;
}

.member-thumbnail::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    opacity: 0;
}

.single-team-member:hover .member-thumbnail::before {
    opacity: 1;
}

.member-content {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.single-team-member:hover .member-content {
    opacity: 1;
    visibility: visible;
}

.member-description {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

.member-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.member-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.member-content p {
    color: #dcdcdc;
    font-size: 13px;
    font-style: oblique;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.member-menu li {
    display: inline-block;
    margin: 0 10px;
}

.member-menu li a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
}

.member-menu li a:hover {
    color: #2772DB;
}

/* -----------------------------
16. Subscribe area style
-------------------------------- */

.subscribe-button .input-group {
    display: inline-block;
}

.subscribe-control {
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 15px 60px 15px 20px;
    width: 550px;
    letter-spacing: 3px;
    font-weight: 500;
}

.subscribe-button {
    margin: 0 auto;
}

.email-submit-btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    height: 45px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 60px;
    transition: 0.3s;
}

.email-submit-btn:hover {
    background: #2772db none repeat scroll 0 0;
    color: #fff;
}

/* -----------------------------
19. Breadcrumb area style
-------------------------------- */

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("img/breadcumb/1.jpg") repeat scroll 0 0 / cover;
}

.breadcrumb-title {
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

.breadcrumb-list>li {
    float: left;
    margin-left: 22px;
    position: relative;
}

.breadcrumb-list>li>a {
    color: #333;
}

.breadcrumb-list>li>a:hover {
    color: #2772DB;
}

.breadcrumb-list>li::after {
    color: #333;
    content: "/";
    left: -14px;
    position: absolute;
    top: 0;
}

.breadcrumb-list>li:first-child::after {
    content: "";
}

.breadcrumb-wrap {
    float: right;
}

/* ----------------------------
. Blog area style
-------------------------------*/
.single-blog-post-thumnail img {
    width: 100%;
}

.single-blog-post-content {
    padding-top: 20px;
}

.single-blog-post-title {
    letter-spacing: 1px;
    font-weight: 600;
}

.single-blog-post-title:hover {
    color: #2772DB;
}

.single-blog-post-meta {
    margin-bottom: 10px;
}

.single-blog-post-meta li {
    position: relative;
    margin-right: 5px;
}

.single-blog-post-meta li::before {
    bottom: 0;
    color: #a1a1a1;
    content: "/";
    display: block;
    left: -6px;
    position: absolute;
}

.single-blog-post-meta li:first-child::before {
    display: none;
}

.single-blog-post-meta li:first-child a {
    color: #2772DB;
}

.single-blog-post-meta li a {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.single-blog-post-meta li a:hover {
    color: #2772DB;
}

.single-blog-post-content p {
    color: #666;
    text-align: justify;
}

.read-more-wrapper a {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.read-more-wrapper a:hover {
    color: #2772DB;
}

.read-more-wrapper a i {
    margin-left: 10px;
    font-size: 12px;
}

/* ----------------------------
.  Single Blog area style
-------------------------------*/
.post-thumbnail img {
    padding: 15px;
    background: #fff;
    width: 100%;
    border: 1px solid #eee;
}
.blog-post+.blog-post {
    margin-top: 50px;
}

.post-content {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0 0;
}

.post-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.post-content h3 a:hover {
    color: #2772db;
}
 
.post-content p {
  text-align: justify;
}

/* ----------------------------
.  Single Blog post style
-------------------------------*/
.blog-post-wrapper .slick-dots {
  bottom: 30px;
  right: 35px;
  text-align: right;
}

.post-title-list {
    margin-bottom: 30px;
    padding-left: 15px;
}

.post-title-list li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 18px;
    font-size: 14px;
}

.post-title-list li::before {
    background: #e1e1e1;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
}

.post-content h4 {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.post-content blockquote {
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 4px solid #558ddb;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 25px;
  padding: 50px;
}

.post-content blockquote p:first-of-type {
    position: relative;
}

.post-content blockquote p:first-of-type::before {
    content: "“";
    display: inline-block;
    font-size: 43px;
    height: 20px;
    left: -30px;
    position: absolute;
    top: -10px;
    width: 20px;
}


/* ----------------------------
22. Widget area
-------------------------------*/
.search-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 50px;
    letter-spacing: 2px;
    padding: 0 15px;
    width: 100%;
}

.search-form {
    position: relative;
}

.search-form>button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #737272;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.search-form>button:hover {
    color: #2772DB;
}

.single-widget {
    margin-bottom: 30px;
}

.widget-title {
    border-bottom: 1px solid #eee;
    color: #333333;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: relative;
    text-align: left;
}

.widget-title.footer-wdiget-title {
    border: medium none;
    height: auto;
    line-height: 1;
    margin-bottom: 25px;
    padding: 0;
}

.widget-content.about-widget {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.post-cat-list {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.post-cat-list>li {
    background: #fff none repeat scroll 0 0;
}

.post-cat-list a {
    border-bottom: 1px solid #eee;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
}

.post-cat-list>li:last-child a {
    border-bottom: medium none;
}

.post-cat-list>li span {
    margin-right: 5px;
    float: right;
}

.post-cat-list a:hover {
    color: #2772DB;
    padding-left: 5px;
}


.tags>a {
    border: 1px solid #eee;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    margin-right: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.tags {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
}

.tags>a:hover {
    background: #2772DB;
    color: #fff;
    border: 1px solid transparent;
}

.single-post-widget {
    margin-top: 20px;
}

.single-post-widget img {
    display: inline-block;
    float: left;
}

.widget-image {
    overflow: hidden;
    width: 80px;
    float: left;
}

.footer-widget-heading .logo {
    margin-bottom: 30px;
    display: inline-block;
}

.post-widget-content {
    float: left;
    padding-left: 20px;
    width: calc(100% - 100px);
    margin-top: 20px;
}

.post-widget-content h4 {
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

.post-widget-content h4 a:hover {
    color: #2772DB;
}

.post-widget-content p {
    margin-bottom: 0;
    color: #9FA4AF;
    font-weight: 500;
}

.single-widget:last-child {
    margin-bottom: 0;
}

.single-widget-2 .post-widget-content {
    margin-top: 20px;
    padding-left: 12px;
}

.single-widget-2 .post-widget-content h4 {
    font-size: 14px;
}

.single-widget-2 .post-widget-content p {
    text-transform: uppercase;
    font-size: 12px;
}

.blog-comment-section {
    margin-top: 50px;
}

.comment-title {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.media-list li {
    background: #ffffff;
    padding: 25px 0 25px 0;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.media-list li:last-child {
    margin-bottom: 0;
}

.media-left {
    float: left;
    overflow: hidden;
}

.blog-comment-section .media-body {
    margin-top: 0;
    padding-right: 25px;
    overflow: hidden;
    padding-left: 15px;
}

.media-body h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.media-body h5 a {
    color: #212121;
}

.media-body p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify;
}

.media-body p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase
}

.media-replay {
    margin-left: 25px;
}

.reply-link {
    text-transform: capitalize;
    color: #999;
    font-weight: 500;
    letter-spacing: 1px;
}

.reply-link i {
    padding-left: 3px;
    position: relative;
    top: 2px;
}

.comment-form textarea {
    min-height: 239px;
}


/* -----------------------------
Counter style 2
--------------------------------*/

.template-counter-section {
    overflow: hidden;
}

.single-counter-2 {
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 100px 0;
    position: relative;
}

.single-counter-wrapper {
    display: inline-block;
}

.single-counter-2:nth-child(2n) {
    background: #2772DB none repeat scroll 0 0;
}

.single-counter-2:nth-child(2n+1) {
    background: #2b7beb none repeat scroll 0 0;
}

.counter-2-icon {
    float: left;
}

.counter-2-icon i {
    font-size: 50px;
    color: #ffffff;
}

.counter-2-content {
    text-align: left;
    padding: 2px 0 0 30px;
    float: left;
}

.counter-2-content span {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
}

.counter-2-content p {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.about-feature img {
    margin-bottom: -1px;
    max-width: 100%;
}

.about-feature-area {
    background: #f8f8f8 none repeat scroll 0 0;
}

.about-feature-area .single-counter-2:nth-child(2n+1) {
    background: #2772DB none repeat scroll 0 0;
}

.about-feature-area .single-counter-2::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.about-feature-area .single-counter-2:last-child::before {
    display: none;
}

/* -----------------------------
18. Map area style
-------------------------------- */
#Bizpro-map {
    width: 100%;
    height: 460px;
}

/* -----------------------------
17. Contact area style
-------------------------------- */
.single-contact-option {
    box-shadow: 0 0 0 0 rgba(18, 32, 73, 0.05), 0 5px 20px 0 rgba(55, 92, 192, 0.08);
    margin-bottom: 50px;
    padding: 30px 20px;
}

.single-contact-option i {
    color: #232323;
    font-size: 30px;
}

.single-contact-option h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.single-contact-option p {
    color: #232323;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-contact-option a {
    color: #2772DB;
    display: block;
}

.single-contact-option a:hover {
    color: #232323;
}

.contact-section-2 {
    padding: 80px 0;
}

.contact-section-2 .single-contact-option i {
    background: #232323 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    height: 45px;
    line-height: 46px;
    width: 45px;
}

.contact-section-2 .single-contact-option {
    box-shadow: none;
    margin-bottom: 0;
}

.contact-section-2 .single-contact-option h4 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: none;
    color: #232323;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #2772db;
    box-shadow: none;
    outline: 0 none;
    color: #000;
}

.contact-send-message,
.comment-post-comment {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.comment-form .form-control {
    border-radius: 0;
}

.form-send-message {
    margin: 10px 0 0;
}

.contact-form input {
    margin-bottom: 40px;
}

.contact-form textarea {
    min-height: 218px;
}

.contact-form button {
    float: right;
}


/* -----------------------------
26. Footer area style
-------------------------------- */

.footer-top-area {
    background: #252525;
    padding: 80px 0;
}

.footer-widget-heading .logo span,
.footer-widget-heading .logo {
    color: #ffffff;
}

.footer-widget-content p {
    color: #9FA4AF;
}


.footer-social-menu {
    float: right;
}

.footer-social-menu li {
    float: left;
    margin-left: 20px;
}

.footer-social-menu li a {
    font-size: 16px;
    color: #9FA4AF;
    display: block;
}

.footer-social-menu li a:hover {
    color: #2772DB;
}

.footer-widget-heading h3 {
    color: #F0F0F0;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-widget-heading h3::before {
    background: #9FA4AF;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
}

.footer-conatct-menu li a {
    color: #9FA4AF;
    font-size: 14px;
}

.footer-conatct-menu li a:hover {
    color: #2772DB;
}

.footer-conatct-menu li i {
    padding-right: 10px;
}

.footer-conatct-menu li span {
    color: #9FA4AF;
    text-transform: capitalize;
    padding-right: 2px;
}

.footer-bottom-area {
    background: rgba(25, 25, 25, 1);
    padding: 20px 0;
}

.footer-copyright-info p {
    color: #aaa;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.footer-copyright-info p a {
    color: #ffffff;
    font-weight: 600;
    margin-left: 5px;
    text-transform: uppercase;
}

.footer-copyright-info p a:hover {
    color: #2772DB;
}

.footer-top-area .post-widget-content h4 {
    color: #9fa4af;
    text-transform: capitalize;
}

.post-date {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

#instafeed {
    margin: 0 -2.5px;
}

.footer-instram-widget #instafeed a {
    width: 33.333333%;
    float: left;
    overflow: hidden;
    display: inline-block;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

#instafeed a img {
    width: 100%;
}

.to-top-btn {
    background: #2772DB none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 30px;
    color: #ffffff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 30px;
}

.to-top-btn:focus {
    color: #fff;
}

.to-top-btn.to-top-show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    z-index: 999999;
}

.to-top-btn.to-top-show:hover {
    color: #fff;
    opacity: .75;
}

.bto-icon{
    width: 20px;
    height: 20px;
    vertical-align: -0.25em;
    fill: #232323;
    overflow: hidden;
}

.header-box {
    position: relative;
}

.header-box .header-list{
    height: 76px;
    width: 100%;
    position: absolute;
    top: 4px;
    z-index: 1000;
}

.product-box .product-brief p{
    text-indent: 2em;
}

.product-box .product-brief .product-qr ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.product-box .product-brief .product-qr ul li{
    margin-right: 16px;
}

.product-box h4{
    border-bottom: 1px solid rgb(214,214,216);
    padding-bottom: 16px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 20px;
    margin: 30px 0 27px;
}

.product-box .product-detail>ul{
    counter-reset: list;
}

.product-box .product-detail>ul>li{
    counter-increment: list;
    position: relative;
    padding: 15px 0;
    margin: 10px 0 0 17px;
}

.product-box .product-detail>ul>li:before{
    content: counter(list);
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #00ACE9;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: absolute;
    left: -11px;
    top: 14px;
}

.product-box .product-detail .product-title h6{
    font-weight: 400;
}

.product-box .secds .product-item{
    padding-left: 50px;
}

.product-box .secds .product-img ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.product-box .secds .product-img ul li{
    width: 30%;
    box-sizing: border-box;
    margin-right: 12px;
}

.product-box .secds .product-img ul li:last-child{
    margin-right: 0;
}

.product-box .secds .product-img img{
    width: 100%;
    cursor: pointer;
    box-shadow: 0 0 6px 1px #ccc;
}

.product-box .secds .product-text dl dt{
    margin-bottom: 4px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.product-box .secds .product-text dl dd{
    margin-bottom: 8px;
    color: #616161;
}

.product-box .secds .product-text p{
    margin: 0;
    padding: 0;
}

.product-box .secds .product-text p:last-child{
    margin-bottom: 15px;
}

.product-box .secds .product-text p>span{
    font-weight: 500;
    color: #000;
}

.product-box .product-gallery .gallery-box{
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0 0 14px 4px #EAEAEA;
    overflow: visible;
    margin-bottom: 50px;
    overflow: hidden;
    cursor: pointer;
    padding: 10px;
}

.product-box .product-gallery .gallery-box .img-box img{
    transition: .6s;
    width: 100%;
    vertical-align: middle;
    z-index: 1;
    box-shadow: 0 0 6px 1px #ccc;
}

.product-box .product-gallery .gallery-box .gallery-detail{
    transform: translateX(100%);
    opacity: 0;
    transition: .6s;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(235,235,235,.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 140px 120px 20px 20px;
    box-sizing: border-box;
}

.product-box .product-gallery .gallery-box .gallery-detail h6{
    font-weight: normal;
    color: #454545;
}

.product-box .product-gallery .gallery-box .gallery-detail p{
    text-align: left;
    color: #848484;
}

.product-box .product-gallery .gallery-box .gallery-detail img{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.product-box .product-gallery .gallery-box:hover .img-box img{
    transform: scale(0.4) translateX(80%);
    position: relative;
    z-index: 9;
}

.product-box .product-gallery .gallery-box:hover .gallery-detail{
    transform: translateY(0px);
    opacity: 1;
}

.icon{
    width: 16px;
    height: 16px;
    vertical-align: -0.15em;
    fill: #626262;
    overflow: hidden;
}

.icon-click{
    width: 16px;
    height: 16px;
    vertical-align: -0.15em;
    fill: #e95950;
    overflow: hidden;
}

.icon-view{
    width: 40px;
    height: 40px;
    fill: #fff;
    overflow: hidden;
    font-weight: 400;
    background-color: #4fc1f0;
    border-radius: 100%;
}

.portfolio-heading-section .product-wrapper .product-item{
    position: relative;
    cursor: pointer;
}

.portfolio-heading-section .product-wrapper .product-item img{
    cursor: pointer;
    width: 100%;
}

.portfolio-heading-section .product-wrapper .product-item .item-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.portfolio-heading-section .product-wrapper .product-item .item-title{
    position: absolute;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}

.portfolio-heading-section .product-wrapper .product-item .item-title a,
.portfolio-heading-section .product-wrapper .product-item .item-title p{
    color: #fff;
}

.portfolio-heading-section .product-wrapper .product-item .item-mask,
.portfolio-heading-section .product-wrapper .product-item .item-title{
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.portfolio-heading-section .product-wrapper .product-item:hover .item-mask,
.portfolio-heading-section .product-wrapper .product-item:hover .item-title{
    opacity: 1;
}

/* 20190219 */
.clearfix:after{
content:"";
display:block;
visibility:hidden;
clear:both;
height:0;
}
.clearfix{ /* 为了照顾ie6浏览器*/
zoom:1;
}
.content-bg-white{ background: #fff;}
/*.content-bg-box{ width: 1200px; margin: 0 auto;}*/
.content-bg-box{ width: 100%; margin: 0 auto;}
/*.content-bg-zs{ background: url(img/portfolio/cssd/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}*/
.content-bg-gray{ background: #f6f6f6;}
.content-bg-specification-width{ float: left; width: 599px;}
.border-right{ border-right: 1px dotted #d0d0d0;}
.content-title{ height: 25px; overflow: hidden;}
.content-title span{ float: left; width: 7px; height: 25px; background: #2772db;}
.content-title h5{ float: left; padding-top: 2px; padding-left: 12px;}
.padding50{ padding: 50px 0;}
.content-bg-specification-box{ padding-top: 30px;}
.content-bg-specification-ul{ border-left: 1px solid #666666;}
.content-bg-specification-ul li{ position: relative;}
.content-bg-specification-ul li span{ float: left; width: 100px; text-align: center; padding-right: 10px;}
.content-bg-specification-ul li p{ float: left; width:450px;}
.content-bg-specification-ul li span.dian{ position: absolute; left: -5px; top: 5px; width: 9px; height: 9px; border-radius: 4.5px; background: #666666; padding:0;}
/*.content-bg-value-title{ background: url(img/portfolio/cssd/002.jpg) 0 center repeat-x; height: 100px; line-height: 100px; text-align: center; margin-top: 20px;}*/
.content-bg-value-title span{ font-size: 24px; display: inline; padding: 0 20px; font-weight: bold; background: #fff;}
.content-bg-specification-box dl{padding:20px 0;}
.content-bg-specification-box dl dd{ height: 110px;}
.content-bg-specification-box dl dd img{ float: left;}
.content-bg-specification-box dl dd p{ float: right; width: 470px;}
.content-bg-specification-box dl dd p span{ font-size: 24px; font-weight: bold;}
.management{ text-align: center; padding: 20px 0;}

/*.content-bg-core-box{ padding-bottom: 30px;}*/
/*.content-bg-core-box dl dd{ padding-top: 25px;}*/
/*.content-bg-core-box dl dd:nth-child(odd){ float: left; width:50%; height: 130px; border-bottom: 1px dotted #d0d0d0;border-right: 1px dotted #d0d0d0;}*/
/*.content-bg-core-box dl dd:nth-child(even){ float: left; width:50%; height: 130px; border-bottom: 1px dotted #d0d0d0;}*/
/*.content-bg-core-box dl dd:nth-child(9){ float: left; width:50%; height: 130px; border-bottom: 0;border-right: 1px dotted #d0d0d0;}*/
/*.content-bg-core-box dl dd:nth-child(10){ float: left; width:50%; height: 130px; border-bottom: 0;border-right: 0;}*/
/*.content-bg-core-box dl dd span{ float: left; width: 85px; text-align: center; background: url(img/portfolio/cssd/009.jpg) center 0 no-repeat;}*/
/*.content-bg-core-box dl dd span .labelbox{ height: 52px; line-height: 47px; color: #fff; font-size: 20px; font-weight: initial;}*/
/*.content-bg-core-box dl dd p{ float: left; width: 50%; line-height: 24px; margin-left:10px; }*/


/*.content-icu-zs{ background: url(img/portfolio/icu/001.jpg) right 50px no-repeat; height: 362px; padding-right: 430px; padding-top: 40px; padding-bottom: 30px;}*/
.content-icu-zs p{ line-height: 26px;}
.content-icu-zs h4{ font-size: 22px; padding-bottom: 20px;}
.icu-title{ font-size: 26px; text-align: center; padding-top:43px; color: #000;}
.icu-subtitle{ font-size: 12px; text-align: center; color: #d1d1d1;text-transform:Uppercase; padding-bottom:43px;}
.icu-safety ul{ width: 100%; overflow: hidden;}
.icu-safety ul li{ float: left; width:160px; height: 225px; text-align: center; margin-right: 30px;}
.icu-safety ul li .icu-safety-title{ font-size: 16px; padding:15px 0; color: #000;}
.icu-trend-list{ float: left; width:385px; position: relative;}
.icu-trend-list-box{ width: 316px; height: 340px; border: 1px solid #a4a4a4; margin-left: 32px;}
.icu-trend-list-main{ position: absolute; left: 0; top: 24px;width:385px;height: 340px; }
.icu-trend-list-main ul li{ width: 385px; height: 46px; line-height: 46px; background: #dedede; border-radius: 23px; color: #000; text-align: center; margin-bottom: 15px;}
.icu-trend-list-main ul li.blue{ width: 385px; height: 46px; line-height: 46px; background: #5a9af4; border-radius: 23px; color: #fff; text-align: center; margin-bottom: 15px;}
.icu-trend-img{ float: left;}
.icu-frame{ padding-bottom: 40px;}
.icu-frame-box{padding: 30px 0 0 0;}
.icu-frame-box ul li{ float: left; width: 380px; height: 370px; background: #fff; position: relative; margin-right: 20px;}
.icu-frame-box ul li dl{ padding: 55px 0 0 24px;}
.icu-frame-box-title{ background: #5a9af4; height: 40px; width: 220px; border-radius: 20px; line-height: 40px; font-size: 16px; color: #fff; position: absolute;left: 80px; top: -20px; text-align: center;}
.icu-frame-box ul li dl dd span{ float: left; width: 6px; height: 6px; border-radius: 3px; background: #2ca0f6; margin-right: 7px; margin-top: 7px;}
.icu-frame-box ul li dl dd p{ float: left; width: 322px;}
/*.icu-aims-list{ float: left; width: 590px; height: 270px; background: #f6f6f6; margin-bottom: 20px;}*/


.icu-aims-list-title{ height: 36px; margin: 12px 0;}
.icu-aims-list-title span{height: 36px; line-height: 36px; background: #5a9af4; padding: 0 20px; font-size: 16px; color: #fff; float: left; border-top-right-radius: 18px; border-bottom-right-radius: 18px;}
.icu-aims-box{padding: 10px 0 0 22px;}
.icu-aims-box dl dd span{ float: left; width: 6px; height: 6px; border-radius: 3px; background: #666666; margin-right: 7px; margin-top: 7px;}
/*.icu-aims-box dl dd p{ float: left; width: 533px;}*/
.icu-aims-box dl dd p{  width: 98%;}

/*.content-bg-ct{ background: url(img/portfolio/ct/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}*/
.ct-title{ font-size: 26px; text-align: center; padding-top:43px; padding-bottom: 20px; color: #000;}
.ct-frame-box{padding: 30px 0 40px;}
/*.ct-frame-box ul li{ float: left; width: 364px; height: 450px; background: #fff; position: relative; margin-right: 20px; border-radius: 10px;}*/
.ct-frame-list{padding: 20px;}
.ct-frame-box-title{ font-size: 20px; text-align: center; padding: 20px 0;}
.ct-frame-list p{ line-height: 30px;}
.ct-line{float: left; width: 98%;line-height: 30px;}
.ct-frame-box-process{ float: left;}
.ct-frame-process1{ width: 291px;}
.ct-frame-process2{ width: 231px;}
.ct-frame-process3{ width: 231px;}
.ct-frame-process4{ width: 193px;}
.ct-frame-process-img{border: 5px solid #fff; border-radius: 5px; height: 253px;}
.ct-frame-process-title{ font-size: 16px; text-align: center; padding: 20px 0;}
.ct-frame-box-process p{ text-align: center;margin-bottom:0;}
.ct-frame-arrow{ float: left; padding: 0 18px; height: 350px;}
.ct-frame-arrow img{margin-top: 120px;}

.content-bg-dems{ background: url(img/portfolio/dems/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}
.dems-frame-list{ background: #f6f6f6; float: left; padding:0 25px; height: 180px; overflow: hidden;}
.dems-frame-list-width395{ width: 393px;}
.dems-frame-list-width796{ width: 796px;}
.dems-frame-list-title{ font-size: 20px; text-align: center; padding: 25px 0;}
.dems-frame-img{ text-align: center; padding: 20px 0;}
.dems-frame-Advantage{ width: 567px; padding: 15px 0;}
.dems-frame-Advantage-left{ float: left;}
.dems-frame-Advantage-right{ float: right;}
.dems-frame-Advantage-text{ width: 476px;}
.dems-frame-Advantage-text-right{ text-align: right}
.dems-frame-Advantage-title{ font-size: 16px; font-weight: bold;}

/*.content-bg-cs{ background: url(img/portfolio/cs/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}*/

/* .cs-frame-program-title{ height: 100px; position: relative; text-align: center; font-size: 24px; margin-top: 10px;} */
/*.cs-frame-program-title-hr{ height: 48px; border-bottom: 2px solid #787878; width: 720px; margin: 0 auto;}*/
/* .cs-frame-program-title-hr{ height: 48px; border-bottom: 2px solid #787878;  width: 60%; margin: 0 auto; text-align: center} */
/* .cs-frame-program-title span{ background: #f6f6f6; padding: 0 20px; line-height: 94px;} */
.cs-frame-program-text{ padding: 0 0 20px;}
.cs-frame-program-box{ padding: 30px 0 50px;}
.cs-frame-program-box ul li{ float: left; width: 238px; height: 340px; background: #fff; border-radius: 10px; overflow: hidden; margin:5px 20px;}
.cs-frame-program-box-title{ text-align: center; padding: 30px 0 30px; font-size: 20px; }
.cs-frame-program-box-img{ text-align: center; padding-top: 30px;}
.cs-frame-program-box ul li p{ padding: 0 20px;}

/* .cs-frame-core-box{ padding: 30px 0; width: 1200px; overflow: hidden;} */
.cs-frame-core-box{ padding: 30px 0; width: 100%; }
/* .cs-frame-core-box ul{ width: 1300px;} */
.cs-frame-core-box ul li{ float: left; width: 150px; height: 220px; background: #fff;overflow: hidden; margin-right:80px;}
.cs-frame-core-box-title{ text-align: center; font-size: 16px;padding: 30px 0; }
.cs-frame-intelligent-box{ padding: 30px 0; width: 100%;}
/* .cs-frame-intelligent-box ul li{ float: left; width: 317px; height: 235px; overflow: hidden; margin: 0 41px;} */
.cs-frame-intelligent-box-img{ text-align: center;}
.cs-frame-intelligent-box-title{ text-align: center; font-size: 16px;padding: 30px 0; }
/*.cs-frame-expansion-box{ padding: 20px 0 40px; width: 1200px;}*/
.cs-frame-expansion-box{ padding: 20px 0 40px; }
/*.cs-frame-expansion-box ul li{ float: left; width: 317px; overflow: hidden; margin: 0 41px;}*/

.cs-frame-expansion-box-title{ height: 260px; background: #f6f6f6; padding: 20px;}
.cs-frame-advantage-box{ padding: 20px 0 40px;}
.cs-frame-advantage-box-text{ float: left; text-align: right; width: 35%; position: relative;}
.cs-frame-advantage-box-text-right{ float: right; text-align: left; width: 35%; position: relative;}
.cs-frame-advantage-box-title{ font-size: 16px; font-weight: bold; padding: 10px 0;}
.cs-frame-advantage-box-list1{margin-top: 20px;}
.cs-frame-advantage-box-list2{margin-top: 80px;}
.cs-frame-advantage-box-img{ float: left; margin-left: 20px;}

/*.content-bg-qacs{background: url(img/portfolio/qacs/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}*/
.qacs-frame-program-title{ height: 100px; line-height: 100px; position: relative; text-align: center; font-size: 24px; margin-top: 10px;  width: 100%; margin: auto; overflow: hidden;}
.qacs-frame-program-box{ padding: 10px 0 50px;}
/*.qacs-frame-program-box ul li{ float: left; width: 24%; height: 353px; background: #fff; border-radius: 10px; overflow: hidden; margin:0 5px;}*/
.qacs-frame-program-box-title{ text-align: center; padding: 30px 0 30px; font-size: 20px; }
.qacs-frame-program-box-img{ text-align: center; padding-top: 30px;}
.qacs-frame-program-box ul li p{ padding: 0 20px; line-height: 30px;}
/*.qacs-frame-advantage-img{ float: right;margin-right: 50px; width: 35%}*/
/*.qacs-frame-advantage-left{float: left; width: 60%; margin-left: 50px;}*/
.qacs-frame-advantage-title{ font-size: 20px; padding: 20px 0;}
.qacs-frame-advantage-border{ border-bottom: 1px solid #b1b1b1; padding-bottom: 20px;}
.qacs-frame-advantage-left-box{padding: 20px 0;}
.qacs-frame-advantage-box{ padding:20px 0 50px;}
.qacs-frame-process-box{padding: 20px 0 50px;}
.qacs-frame-process-box-top{ height: 123px;}
.qacs-frame-process-box-list{ float: left; width: 237px; height: 123px; background: #fff; border-radius: 10px; margin: 5px;}
.qacs-frame-process-box-list-title{ font-size: 16px; text-align: center; padding: 50px 0 0;}
.qacs-frame-process-box-list p{ padding: 10px;}
.qacs-frame-process-box-top img{ float: left; margin: 50px 10px 0;}
.qacs-frame-process-box-center{ height: 65px;}
.qacs-frame-process-box-center img{ float: right; margin-right: 110px; margin-top: 15px;}
.qacs-frame-advantage-left dl{ padding: 0 0 0 24px;}
.qacs-frame-advantage-left dl dd{padding: 5px 0; width: 100%;}
.qacs-frame-advantage-left dl dd span{ float: left; width: 6px; height: 6px; border-radius: 3px; background: #444444; margin-right: 7px; margin-top: 7px;}
.qacs-frame-advantage-left dl dd p{  width: 98%;}

/*.content-bg-dtk{background: url(img/portfolio/dtk/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}*/
.content-bg-dtk-img{ text-align: center;}
.content-bg-dtk-img img{ padding: 0 30px;}
.dtk-frame-box{padding: 0 0 40px;}
.dtk-frame-box ul li{ float: left; width: 220px; position: relative; margin: 0 40px;}
/*.dtk-frame-box-list{ float: left; width: 31%; height: 120px; background: #f6f6f6; overflow: hidden; margin: 14px;}*/
.dtk-frame-box-list img{ float: left; margin: 30px;}
.dtk-frame-box-list-title{ font-size: 16px; padding: 20px 0 10px;}
.dtk-frame-box-list p{padding-right: 30px;}
.dtk-frame-footer{background: url(img/portfolio/dtk/005.png) repeat-x; min-height: 406px; height: auto;  background-size:100% 100%;}
.dtk-frame-footer-box{ min-height: 406px; height: auto; width: 100%; margin: 0 auto; text-align: center; color: #fff;}
.dtk-frame-footer-box-title{ font-size: 30px; font-weight: bold; padding: 100px 0 40px; line-height: 40px;}
.dtk-frame-footer-box-br{ width:150px; border-bottom: 2px solid #2772db; margin: 0 auto;}
.dtk-frame-footer-box p{ width: 70%; margin: 0 auto; text-align: left; color: #fff; padding-top: 50px; line-height: 40px;}
.dtk-frame-footer-c{background: url(img/portfolio/dtk/003.jpg) 0 center no-repeat; min-height: 406px;
    height: 120%; width:100%;}
.content-bg-ftk{background: url(img/portfolio/ftk/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;}

.ftk-frame-program-box{ padding: 30px 0 50px;}
.ftk-frame-program-box ul li{ float: left; width: 285px; height: 400px; background: #fff; border-radius: 10px; overflow: hidden; margin-right:15px;}
.ftk-frame-program-box-title{ text-align: center; padding: 15px 0; font-size: 20px; }
.ftk-frame-program-box-img{ text-align: center; padding-top: 20px;}
.ftk-frame-program-box ul li p{ padding: 0 20px; margin: 0;}

.content-bg-secds{background: url(img/portfolio/secds/001.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 70px;}
.content-bg-secds p{ line-height: 30px;}
.secds-frame-box{padding: 0 0 40px;}
.secds-frame-box ul li{ float: left; width: 220px; position: relative; margin: 0 10px;}
.secds-frame-box p{ text-align: center;}
.content-bg-secds-box{ padding-bottom: 30px;}
.content-bg-secds-box dl dd{ padding: 25px 0; background: #f6f6f6; margin-bottom: 15px;}
.content-bg-secds-box dl dd:nth-child(odd){ float: left; width:599px;}
.content-bg-secds-box dl dd:nth-child(even){ float: left; width:599px;}
.content-bg-secds-box dl dd span{ float: left; width: 100px; text-align: center; background: url(img/portfolio/secds/009.png) center 0 no-repeat;}
.content-bg-secds-box dl dd span .labelbox{ height: 52px; line-height: 47px; color: #fff; font-size: 20px; font-weight: initial;}
.content-bg-secds-box-dd p{ float: right; width: 470px; line-height: 24px; margin-right:20px; margin-bottom: 0; }
.content-bg-secds-box-dl{ float: left; width: 590px;}

.bi-img{ width: 30px; height: 30px; margin:0 auto;}
.bi-img-yl{background: url(img/index/yl.png) no-repeat;}
.bi-img-jr{background: url(img/index/jr.png) no-repeat;}
.bi-img-ai{background: url(img/index/ai.png) no-repeat;}
.bi-img-app{background: url(img/index/app.png) no-repeat;}
.bi-img-web{background: url(img/index/web.png) no-repeat;}
.bi-img-xcx{background: url(img/index/xcx.png) no-repeat;}
.bi-img-xxh{background: url(img/index/xxh.png) no-repeat;}
.bi-img-jl{background: url(img/index/jl.png) no-repeat;}
.nav-tabs>li{margin-bottom: 0; width: 130px;}
.tab-heading-content h5{ font-size: 15px;}




.foot_left{width: 500px;float: left; }
/*.foot-menu{width: 110px;float: left; text-align: left; margin-right:70px;}*/
.foot-menu{text-align: left;}
.foot-menu li{ line-height:24px;}
.foot-menu li a{ color:#c4c4c4;}
.foot-menu li a:hover{ color:#CCC;text-decoration: underline;}
/*.foot_right{width: 680px;float: right;color:#c4c4c4; line-height:30px;}*/
.foot_right{float: right;color:#c4c4c4; line-height:30px;}
.foot_right img{ float:left; margin:0 6px;}
.foot_right ul{float:right;}
.wangyan{  float:left; color:#c4c4c4; text-align:center; line-height:44px;border-top: 1px solid #666; margin-top:30px;}

.contact_one{ margin-bottom:10px; float:left;}
.contact_one img{ float:left;}
.contact_left{float: left;margin-left: 20px;}
.company-name{font-size: 18px;font-weight: 700;color: #333;line-height: 5em;}
.contact_left ul li{ line-height:34px;}

/* .content-bg-fl{ background: url(img/portfolio/fl/001.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 30px;} */
.cs-frame-expansion-box-title_fl{ height: 90px; background: #f6f6f6; padding: 20px; font-size:16px; text-align:center;}

/*.content-bg-secds-rh{background: url(img/portfolio/rh6/001-rh.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px;}*/
/*.content-bg-secds-rh5901{background: url(img/portfolio/rh6/002-rh.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom:20px;}*/
/*.content-bg-secds-rh5800{background: url(img/portfolio/rh6/004-rh.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom:20px;}*/
/*.content-bg-secds-rh5801{background: url(img/portfolio/rh6/003-rh.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom:60px;}*/
/*.content-bg-secds-rh5820{background: url(img/portfolio/rh6/005-rh.png) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom:20px;}*/

.template-section-wy {padding:0; margin-top:0;}
/*.content-bg-mobile{ background: url(img/portfolio/ct/01.jpg) right 50px no-repeat; padding-right: 380px; padding-top: 40px; padding-bottom: 110px;}*/


/*language*/
.lang-flag { display:inline-block; width:16px; height:11px; background:#ddd url(../img/flag.png) no-repeat; margin:0 4px 0 0 }
.lang-flag.flag-zh-CN {background-position:-208px -22px}
.lang-flag.flag-en {background-position:-144px -154px}