﻿/*
* Theme Name: Responsive CSS3 
* Description: Responsive and clean layout
* Author URI:  http://www.314100.com/
* Copyright (c) 2017 Jiashan Panoramic Technology Co.,Ltd.
* Version: 2.0
*/

.pt-pop-close { 
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size:36px;
}


.position-absolute-top-0 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}



.u-fill-white {
    fill: #fff;
}

.u-stroke-primary {
    stroke: #377dff;
}

.u-fill-primary {
    fill: #cccccc;
}


.services-7 {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 35px 40px 31px;
  box-shadow: 0px 3px 32px 0px rgba(242, 242, 242, 0);
}
.services-7:after, 
.services-7:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  border-color: #ffd322;
  z-index: -1;
}
.services-7:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  border-top: none;
  border-color: #ffd322;
  border-bottom: none;
}
.services-7:hover:after,
.services-7:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.services-7 .icon-block {
 
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 18px;
  color: #000;
   font-size: 40px;
}

.services-7 .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 11px;
}

.services-7 p {
  margin: 0;
}






/*=================================================
    9. btn
==============================================================*/

.btn-primary {
  background: #323232;
  border: none;
  font-size: 14px;
  padding: 0 25px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius:  20px;
  color: #ffffff;
}

.btn-primary:hover {
  color: #ffffff;
  background:#0b3380;
}



.btn-primary-w {
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 0 25px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius:  20px;
  color: #000;
}

.btn-primary-w:hover {
  color: #fff;
  background:#000;
}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }



.position-static {
    position: static!important;
}

.about-layout2 .about__imgs-container{position:absolute;right:0;top:50px;max-width:43%}

/* ----------------------------------------------------------------
    svg line
-----------------------------------------------------------------*/
.pt-row-decor-top{ width: 100%; height: 50px; position: absolute; z-index: 98; top: -49px; }
.pt-row-decor-topt{ width: 100%; height: 50px; position: absolute; z-index: 98; top:0; }

.pt-row-decor-bottom{ width: 100%; height: 50px; position: absolute; z-index: 98; bottom: -49px; }
.pt-row-decor-bottomt{ width: 100%; height: 50px; position: absolute; z-index: 98; bottom: 0px; }


/* Preloader
--------------------------------------------------- */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: -webkit-linear-gradient(150deg, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(150deg, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(150deg, #fff 0%, #fff 100%);
    background: -o-linear-gradient(150deg, #fff 0%, #fff 100%);
    background: linear-gradient(150deg, #fff 0%, #fff 100%);
    background-size: 100% 100%;
}

.preloader {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 1s;
}

.page-loaded .preloader { transform: translateY(-100%); }

/* Spinner */
.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
}

.spinner .path {
    stroke: #bdbdbd;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

.loader-item {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 100px;
    background: url(../images/loader-logo.png) 50% 50% no-repeat;
}


/* Animations
--------------------------------------------------- */
@-webkit-keyframes 
rotate { 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes 
rotate { 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes 
dash { 0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
 50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
 100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
@keyframes 
dash { 0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
 50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
 100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
 @-webkit-keyframes 
show-img-1 { 0%, 66.6% {
visibility: hidden;
}
 100%, 66.7% {
visibility: visible;
}
}
@keyframes 
show-img-1 { 0%, 66.6% {
visibility: hidden;
}
 100%, 66.7% {
visibility: visible;
}
}
 @-webkit-keyframes 
slide-bg-2 { 33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-aaa-transform: scale(0.05, 1);
transform: scale(0.05, 1);
}
 66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
 66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
 100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@keyframes 
slide-bg-2 { 33.3% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.05, 1);
transform: scale(0.05, 1);
}
 66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
 66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
 100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
  
/* Move frame*/
@keyframes 
moveRound { 0% {
 background-color: #eee3ff;
 left: -24px;
 top: 0px;
}
 25% {
 background-color: #feddfc;
 left: 100px;
 top: 0px;
}
 50% {
 background-color: #efe4ff;
 left: 100px;
 top: 100px;
}
 75% {
 background-color: #e2fcf4;
 left: -24px;
 top: 200px;
}
 100% {
 background-color: #eee3ff;
 left: -24px;
 top: 0px;
}
}
@-webkit-keyframes 
moveRound { 0% {
 background-color: #eee3ff;
 left: -24px;
 top: 0px;
}
 25% {
 background-color: #feddfc;
 left: 100px;
 top: 0px;
}
 50% {
 background-color: #efe4ff;
 left: 100px;
 top: 200px;
}
 75% {
 background-color: #e2fcf4;
 left: -24px;
 top: 100px;
}
 100% {
 background-color: #eee3ff;
 left: -24px;
 top: 0px;
}
}
@keyframes 
moveShap { 0% {
 left: 0px;
 top: 0px;
}
 25% {
 left: 100px;
 top: 0px;
}
 50% {
 left: 100px;
 top: 100px;
}
 75% {
 left: 0px;
 top: 200px;
}
 100% {
 left: 0px;
 top: 0px;
}
}
@keyframes 
moveShap2 { 0% {
 right: 230px;
 top: 85px;
}
 25% {
 right: 100px;
 top: 85px;
}
 50% {
 right: 100px;
 top: 100px;
}
 75% {
 right: 230px;
 top: 200px;
}
 100% {
 right: 220px;
 top: 100px;
}
}


/* Heartbeat frame*/
@-webkit-keyframes 
heartbeat { to {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@keyframes 
heartbeat { to {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
/* Rotation frame*/
@keyframes 
rotation { to {
 transform: rotate(360deg);
}
}
/* Bottom to Top key frame*/
@-webkit-keyframes 
BottomToTop { 49% {
 -webkit-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes 
BottomToTop { 49% {
 -moz-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -moz-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes 
BottomToTop { 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
/* DoublePulse */
@-webkit-keyframes 
doublePulse { 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
@keyframes 
doublePulse { 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
  
  
/* REVEAL EFFECT
--------------------------------------------------- */
[data-aos=slide-effect] > img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	position: relative;
}
[data-aos=slide-effect] > img {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
 [data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
[data-aos] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
 [data-aos^=slide][data-aos^=slide].animated {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

[data-aos=slide-effect].animated img {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1;
}

[data-aos=slide-effect]:after {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-aos=slide-effect]:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 0);
    transform: scale(0.05, 0);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-aos=slide-effect].se2-white:after { background-color: #99a4be; }

[data-aos=slide-effect].animated:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}


/* GHOST BUTTON
--------------------------------------------------- */
.ghost-btn {
    position: relative;
    display: inline-block;
    width: 217px;
    height: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

.ghost-btn svg {
    width: 217px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
}

.ghost-btn svg rect {
    width: 206px;
    height: 50px;
    stroke-width: 2;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.ghost-btn span {
    background: #ff8282;
    background: -moz-linear-gradient(left, #868686 0%, #363636 100%);
    background: -webkit-linear-gradient(left, #868686 0%, #363636 100%);
    background: linear-gradient(to right, #868686 0%, #363636 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#e178ed', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ghost-btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 156, 505;
    stroke-dashoffset: 427;
}

.ghost-btn:hover { text-decoration: none; }

.quote-bar .ghost-btn span {
    background: none;
    -webkit-text-fill-color: #868686;
    letter-spacing:5px;
}

.quote-bar .ghost-btn:hover span { -webkit-text-fill-color:#000; }




/*  Header
--------------------------------------------------- */
/*Top Header*/
	.pt-top-header {
    background-color: rgba(245, 245, 245, 1);
    padding: 10px 0 0 0;
    border-bottom:1px rgba(255, 255, 255, 0) solid;
}

.pt-top-content-wrap ul li {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.pt-top-content-wrap ul li a {
    display: inline-block;
    color: #555;
    font-size: 14px;
}

.pt-top-content-wrap ul li:hover a,
.pt-top-content-wrap ul li:hover i,
.pt-top-content-wrap .pt-right-info li:hover {
    text-decoration: none;
    color:#000;
}

.pt-top-content-wrap ul li i {
    color: #555;
    margin-right: 5px;
}

.pt-top-content-wrap .pt-right-info { text-align: right; }

.pt-top-content-wrap .pt-right-info i {
    margin-right: -5px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 2;
}

.pt-top-content-wrap .pt-right-info li:last-child { margin-right: 0; }

/* Navigation
--------------------------------------------------- */
	.header {
    position: absolute;
    -webkit-box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
	   -moz-box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
		    box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
    border-bottom:1px rgba(255, 255, 255, .2) solid;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background:rgba(255, 255, 255, 1);
}

#stickey-nav-bar {
    width:100%;
    position: relative;
    z-index: 900;
    background-color: rgba(0, 125, 150, 0);
}

.stickey #stickey-nav-bar {
    animation: 400ms linear 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1);
    top:0;
    left: 0;
    color: #303030 !important;
    margin: 0 auto;
    position: fixed;
    transition: all 300ms linear 0s;
    z-index: 10;
    padding: 0;
    border-bottom:0px #007c96 solid;
	-webkit-box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
	   -moz-box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
		    box-shadow: 0 .125rem .3rem rgba(0, 0, 0, .095);
}

.stickey #stickey-nav-bar .nav-menu > li > a {  color: #3d3d3d; }
.stickey #stickey-nav-bar .nav-menu > li > a:hover { color: #0b3380; }


.stickey #stickey-nav-bar .navigation-portrait .nav-menu > li > a { color: #3d3d3d; }
.stickey #stickey-nav-bar .navigation-portrait .nav-menu > li > a:hover { color: #0b3380; }


/* baidumaps
--------------------------------------------------- */  
#baidumaps {
    width: 100%;
    height: 400px;
}

/*  Footer
--------------------------------------------------- */
.pt-foot-bg { background: url(../images/parallax/word-map.png) no-repeat left center; }

.pt-copyright {
    padding-top: 20px;
    padding-bottom:0px;
    text-align:center;
    color: #bfbfbf;
    font-size: 12px;
}


.pt-copyright a { color: #bfbfbf; }

.pt-copyright a:hover { color: #FFF; }

.pt-bottom-Social {
    margin-top:30px;
    padding:0;
    clear:both;
}

.pt-bottom-Social ul {
    margin-right:0;
    margin-left:0;
}

.pt-bottom-Social li {
    float: left;
    margin-right: 20px;
}

.pt-bottom-Social i { font-size: 20px; }

.pt-Social-button {
    width: 50px;
    height:50px;
    line-height:50px;
    background: #2f333b;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pt-Social-button:link {
    color: #FFF;
    font-size: 18px;
}

.pt-Social-button:hover {
    background: #2e5998;
    color: #fff;
    text-decoration: none;
}

.pt-Social-button:hover i { color: #fff; }

.pt-Social-button img { width:20px; text-align:center; margin:15px auto; color:#060;}

.pt-button {
    width: 35px;
    height:35px;
    line-height: 35px;
    background: #999;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pt-button:link {
    color: #FFF;
    font-size: 14px;
}

.pt-button:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.pt-button:hover i { color: #fff; }

/*  Back to Top
--------------------------------------------------- */
#pt-online i {
    margin-top: 8px;
    margin-left: 11px;
    font-size: 28px;
}

#pt-online a {
    background: #F8F8F8;
    right: 30px;
    bottom: 88px;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    color: #686868;
    border:0 #D7D7D7 solid;
}

#pt-online a:hover {
    background: #0b3380;
    color: #FFF;
    border: 0 #e30213 solid;
}

#pt-qrcode i {
    margin-top: 8px;
    margin-left: 11px;
    font-size: 28px;
}

#pt-qrcode a {
    background: #F8F8F8;
    right: 30px;
    bottom: 78px;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    border-radius: 0px;
    color: #686868;
    border: 1px #D7D7D7 solid;
}

#pt-qrcode a:hover {
    background: #0b3380;
    color: #FFF;
    border: 1px #e30213 solid;
}

#back_top i {
    margin: 10px;
    margin-left: 12px;
    font-size: 24px;
}

#back_top a {
    background: #F8F8F8;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    color: #686868;
    border: 0 #D7D7D7 solid;
}

#back_top a:hover {
    background: #0b3380;
    color: #FFF;
    border: 0px #e30213 solid;
}

/* headings & dropcaps title
--------------------------------------------------- */
.pt-headings { color:#151515; }

.pt-headings:after {
    display:block;
    width:40px;
	margin:.8rem 0 1rem 0;
    content:"";
    border-top:2px solid #444;
}

.pt-headings-center {
    color:#151515;
    text-align:center;
}

.pt-headings-center:after {
    display:block;
    width:40px;
	margin:.5rem auto;
    content:"";
    border-top:2px solid #444;
}

/* Divide
--------------------------------------------------- */
.pt-divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.pt-divider.pt-divider-center,
.pt-divider.pt-divider-center.pt-divider-short { text-align: center; }

.pt-divider:after,
.pt-divider.pt-divider-center:before,
.pt-divider.pt-divider-center.pt-divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}

.pt-divider.pt-divider-center.pt-divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 50px;
    width: 6%;
}

.pt-divider.pt-divider-center.pt-divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left:50px;
    width: 6%;
}

.pt-divider.pt-divider-center img {
    width:60px;
    margin:0 auto;
}

.pt-divider.pt-divider-rounded:after,
.pt-divider.pt-divider-rounded.pt-divider-center:before,
.pt-divider.pt-divider-rounded.pt-divider-short:before,
.pt-divider.pt-divider-border:after,
.pt-divider.pt-divider-border.pt-divider-center:before,
.pt-divider.pt-divider-border.pt-divider-short:before {
    top: 19px;
    left: 40px;
}

.pt-divider.pt-divider-rounded { color: #BBB; }

.pt-divider.pt-divider-rounded i,
.pt-divider.pt-divider-border i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    border-radius: 50%;
}

.section-title-w::after {
    height: 8px;
    content: "";
    display: block;
    max-width: 83px;
    margin: 30px auto 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/heading-icon-w.png);
}

.section-title-g::after {
    height: 8px;
    content: "";
    display: block;
    max-width: 83px;
    margin-top: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/heading-icon-g.png);
}

.section-title-gc::after {
    height: 8px;
    content: "";
    display: block;
    max-width: 83px;
    margin: 30px auto 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/heading-icon-g.png);
}

/* Parallax
--------------------------------------------------- */   
.parallax-section {
    position: relative;
    width: 100%;
}

.parallax-content {
    color: #FFFFFF;
    position: relative;
}

.parallax-background {
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ie8 .parallax-background {
    background-position: center center;
    background-repeat: repeat;
}

.parallax-bg-1 { background: url('../images/parallax/parallax-1.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-2 { background: url('../images/parallax/parallax-2.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-3 { background: url('../images/parallax/parallax-3.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-4 { background: url('../images/parallax/parallax-4.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-5 { background: url('../images/parallax/parallax-5.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-6 { background: url('../images/parallax/parallax-6.jpg') 50% 0 no-repeat fixed; }
.parallax-bg-7 { background: url('../images/parallax/parallax-7.jpg') 50% 0 no-repeat fixed; }

.parallax-bar-1 { background: url('../images/parallax/bar-bg-1.jpg') 50% 0 no-repeat fixed;}
.parallax-bar-2 { background: url('../images/parallax/bar-bg-2.jpg') 50% 0 no-repeat fixed;}
.parallax-bar-3 { background: url('../images/parallax/bar-bg-3.jpg') 50% 0 no-repeat fixed;}
.parallax-bar-4 { background: url('../images/parallax/bar-bg-4.jpg') 50% 0 no-repeat fixed;}
.parallax-bar-5 { background: url('../images/parallax/bar-bg-5.jpg') 50% 0 no-repeat fixed;}

.parallax-other-1 { background:url(../images/parallax/line.jpg) repeat fixed; }






.pt-icon-image {
    width:50px;
    height:auto;
    margin:15px auto;
}

.pt-icon-image-left {
    width:50px;
    height:auto;
    margin-bottom:15px;
}

.single-item:hover { 
	webkit-box-shadow: 0 .42rem 1.22rem rgba(0, 0, 0, .12)!important;
	-moz-box-shadow:0 .42rem 1.22rem rgba(0, 0, 0, .12) !important;
	box-shadow:0 .42rem 1.22rem rgba(0, 0, 0, .12) !important;
	transition: .2s ease-in;
}

/* bg-cover
--------------------------------------------------- */  
.bg-incline-left { transform:scaleX(-1) }

.bg-incline-top { transform:scaleY(-1) }

.bg-incline-top.bg-incline-left { transform:scale(-1) }

.bg-incline-light { background-image:linear-gradient(90deg, hsla(0, 0%, 100%, .03) 0, hsla(0, 0%, 100%, .03)), 
				    				 linear-gradient(90deg, hsla(0, 0%, 100%, .03) 0, hsla(0, 0%, 100%, .03)), 
                				     linear-gradient(to top left, hsla(0, 0%, 100%, .03) 50%, transparent 0), 
                     				 linear-gradient(to top left, hsla(0, 0%, 100%, .03) 50%, transparent 0) 
}

.bg-incline-dark { background-image: linear-gradient(90deg, rgba(33, 37, 41, .015) 0, rgba(33, 37, 41, .015)), 
									 linear-gradient(90deg, rgba(33, 37, 41, .015) 0, rgba(33, 37, 41, .015)), 
                                     linear-gradient(to top left, rgba(33, 37, 41, .015) 50%, transparent 0), 
                                     linear-gradient(to top left, rgba(33, 37, 41, .015) 50%, transparent 0); 
}

.bg-incline {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 100% 0, 100% 0, calc(80% - 100vmax) top, calc(90% - 50vmax) top;
    background-size: 20% 100%, 10% 100%, 500vmax 500vmax, 500vmax 500vmax;
}

.bg-cover {
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.bg-overlay:before {
    content:"";
    opacity:.3;
    background-color: #000;
}

.bg-triangle {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-repeat:no-repeat;
    background-position:0 100%;
    background-size:100% auto;
}

.bg-triangle-left { background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>") }

.bg-triangle-left.bg-triangle-light { background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>") }

.bg-triangle-right { background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>") }

.bg-triangle-right.bg-triangle-light { background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>") }

/*  titlebars
--------------------------------------------------- */  
.pt-section-titlebars {
    padding-top:2rem;
    padding-bottom:2rem;
}


.pt-titlebars {
	margin:0 auto;

}

.pt-titlebars h2 {
    font-size:28px;
    color: #FFF;
    letter-spacing: 10px;
    line-height:0px;
    font-weight:300;
}

.pt-breadcrumb {
    padding:0 15px 15px 0;
    list-style: none;
    margin-top:0;
    margin-bottom:0;
}

.pt-breadcrumb li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.pt-breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px;
}

.pt-breadcrumb li:last-child:after { display: none; }

.pt-breadcrumb li a { color: #ccc; }

.pt-breadcrumb li a:hover { color: #fff; }

.pt-breadcrumb li:first-child {
    color: #fff;
    margin-right:0;
}

.pt-breadcrumb li > .active { color: #777; }

@media (max-width: 480px) {
	
	.pt-section-titlebars {
		padding-top:3rem;
		padding-bottom:1rem;
	}
    
	.pt-titlebars h2 {
		font-size: 32px;
		margin-top:30px;
		margin-bottom:0;
}


	.pt-titlebars .pt-breadcrumb {
		margin-top:30px;
	}
	.pt-text-center-sm {
		text-align:center;
	}
}





/*
	subpage header
*/
.subpage-header {
  position: relative;
  z-index: 2; }
  .subpage-header__bg {
    height: 325px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .subpage-header__bg .container {
      position: relative;
      height: 100%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .subpage-header__block {
    position: absolute;
    bottom: -40px;
    height: 200px;
    margin-left:15px;
    padding: 40px 0 0 40px; }
    .subpage-header__block:before {
      content: '';
      width: 200px;
      height: 200px;
      background-color: #333;
      position: absolute;
      top: 0;
      left: 0; }
    .subpage-header__block > * {
      position: relative;
      width: 100%; }
  .subpage-header__caption {
    color: #ccc;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: -0.025em; }
  .subpage-header__title {
    color: #ffffff;
    font-size: 28px;
    line-height: 0;
    letter-spacing: 0.1em;}

	
    @media (min-width: 1025px) {
      .subpage-header__title {
        font-size: 60px; } }
  .subpage-header__line {
    position: relative;
    margin-top: 13px;
    margin-left: 2px;
    height: 2px; }
    .subpage-header__line:before, .subpage-header__line:after {
      content: '';
      position: absolute;
      display: block;
      height: 2px;
      background-color: #ffffff; }
    .subpage-header__line:before {
      left: 0px;
      width: 32px; }
    .subpage-header__line:after {
      left: 40px;
      width: 61px;
      opacity: 0.18; }
  @media (min-width: 576px) {
    .subpage-header {
      height: 425px; }
      .subpage-header__bg {
        height: 425px; }
      .subpage-header__block {
        bottom: -40px;
        height: 230px;
        padding: 50px 0 0 50px; }
        .subpage-header__block:before {
          width: 232px;
          height: 230px; }
      .subpage-header__title {
        font-size: 40px;
        padding-bottom: 22px; } }
  @media (min-width: 1025px) {
    .subpage-header {
      height: 475px; }
      .subpage-header__bg {
        height: 475px; }
      .subpage-header__block {
        bottom: -40px;
        height: 269px;
        padding: 52px 0 0 75px; }
        .subpage-header__block:before {
          width: 271px;
          height: 269px; }
      .subpage-header__title {
        font-size: 60px; } }
  @media (min-width: 1600px) {
	    .subpage-header__title {
        font-size: 70px; } 
    .subpage-header {
      padding-left: 80px; }
      .subpage-header .subpage-header__block {
        margin-left: -40px; } }




/*  img effect
--------------------------------------------------- */  
.pt_text_p_1 {
    font-size:1.25rem;
    line-height:1.5;
    position:relative;
    color:#151515;
}

.pt_text_p_1:before {
    display:block;
    width:40px;
    margin:1rem 0;
    content:"";
    border-top:2px solid #444;
}

.pt-img-effect,
.pg-img-effect>img { position:relative; }

.pt-img-effect>img { box-shadow:0 25px 100px -5px rgba(0, 0, 0, 0); }

.pt-img-effect-block { padding:0 20% 0 0; }

.pt-img-effect-block:after,
.pt-img-effect-block:before {
    position:absolute;
    z-index:-1;
    width:80%;
    height:100%;
    content:"";
}

.pt-img-effect-block:before {
    top:10%;
    left:15%;
    border:1px solid #f0f0f0;
}

.pt-img-effect-block:after {
    top:-10%;
    left:-30%;
    display:none;
    background-color:#f0f0f0;
}

.pt-img-effect-block.alt:after { display:block; }

.pt-img-effect-solid {
    padding-right:10%;
    padding-left:20%;
}

.pt-img-effect-solid:before {
    position:absolute;
    top:35%;
    right:0;
    bottom:10%;
    left:0;
    content:"";
    background-color:#f7c86;
    z-index:-1;
}

.pt-img-effect-border {
    padding-right:20%;
    padding-left:10%;
}

.pt-img-effect-border:before {
    position:absolute;
    top:75%;
    right:10%;
    bottom:-10%;
    left:35%;
    content:"";
    background-color:#000;
    z-index:-1;
}

.pt-img-effect-border:after {
    position:absolute;
    top:-10%;
    right:55%;
    bottom:10%;
    left:0;
    content:"";
    border:1px solid #f0f0f0;
    z-index:-1;
}

.pt-img-effect-dotted { padding:10% 15% 0; }

.pt-img-effect-dotted:before {
    position:absolute;
    top:0;
    right:0;
    bottom:50%;
    left:50%;
    content:"";
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><circle cx='50' cy='50' r='15' fill='%23f5ba4b'></circle></svg>");
background-size:.5rem;
    z-index:-1;
}



.pt-img-effect-dotted2 { padding:10% 15% 0; }

.pt-img-effect-dotted2:before {
    position:absolute;
    top:0;
    right:0;
    bottom:50%;
    left:50%;
    content:"";
    background: url(../images/home/home-about-2.jpg) no-repeat center center; 
    z-index:-1;
}


.pt-img-effect-info {
    padding-right:10%;
    padding-bottom:10%;
    padding-left:10%;
}

.pt-img-effect-info-popup {
    margin-bottom:1.5rem;
    padding:2rem 1.5rem;
    text-align:center;
    color:#fff;
    border-radius:.25rem;
    background-color: #2A2A2A;
    box-shadow:0 25px 100px -5px rgba(0, 0, 0, .15)
}

.pt-img-effect-info-popup {
    position:absolute;
    right:0;
    bottom:0;
    width:50%;
    height:auto;
    margin-bottom:0;
    z-index:2;
}

.pt-img-effect-info-popup-icon {
    display:inline-flex;
    width:5rem;
    height:5rem;
    margin-bottom:1rem;
    border-radius:50%;
    background-color:rgba(255, 255, 255, .9);
    align-items:center;
    justify-content:center
}

.pt-img-effect-info-popup-icon img {
    width:40px;
    height:40px;
}

@media (max-width: 480px) {
	.pt-img-effect-block {
		padding:0;
	}
    
	.pt-img-effect-block:after, .pt-img-effect-block:before {
		position:absolute;
		z-index:-1;
		width:0;
		height:0;
		content:"";
	}

	.pt-img-effect-block:before {
		top:0;
		left:0;
		border:0;
	}

	.pt-img-effect-block:after {
		top:0;
		left:0;
		display:none;
		background-color:#f0f0f0;
	}
    
	.pt-img-effect-border {
		padding-right:0;
		padding-left:0;
	}
    
	.pt-img-effect-border:before { display:none; }
	.pt-img-effect-border:after { display:none; }
	.pt-img-effect-dotted { padding:0; }
	.pt-img-effect-dotted:before { display:none; }
}


.pt_agency_area {
    display: block;
    overflow: hidden;
    position: relative;
}

.pt_agency_area:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 360px;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    background: #f2f3ff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.pt_agency_area:after {
    content: "";
    position: absolute;
    left: 70px;
    top: 290px;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    background: #f2eaff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.pt_agency_area .round_shap {
    position: absolute;
    left: 175px;
    top: 260px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #d1b7ff;
    -webkit-animation: moveRound 20s linear 2s infinite alternate;
    animation: moveRound 20s linear 2s infinite alternate;
    z-index: -1;
}

.bg-size--contain { background-size: contain; }

.bg-absolute-cover {
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.align-items-center { align-items: center!important; }

.align-items-md-center { align-items:center!important; }

.d-flex { display: flex!important; }

.w-100 { width: 100%!important; }

figcaption,
figure,
main {
    display: block;
    margin: 0;
}

figure { margin: 0 0 1rem; }

svg {
    overflow: hidden;
    vertical-align: middle;
}

.shape-container {
    position:absolute;
    z-index:2;
    top:auto;
    right:0;
    left:0;
    overflow:hidden;
    width:100%;
    height:150px;
    transform:translateZ(0)
}

.shape-container[data-shape-position=top] {
    top:0;
    bottom:auto
}

.shape-container[data-shape-position=bottom] {
    top:auto;
    bottom:0
}

.shape-container[data-shape-orientation=inverse] { transform:rotate(180deg) }

.shape-fill-blue { fill:#007aff }
.shape-stroke-blue { stroke:#007aff }
.shape-fill-indigo { fill:#5603ad }
.shape-stroke-indigo { stroke:#5603ad }
.shape-fill-purple { fill:#510fa8 }
.shape-stroke-purple { stroke:#510fa8 }
.shape-fill-pink { fill:#f074ad }
.shape-stroke-pink { stroke:#f074ad }
.shape-fill-red { fill:#ff3b30 }
.shape-stroke-red { stroke:#ff3b30 }
.shape-fill-orange { fill:#ff9500 }
.shape-stroke-orange { stroke:#ff9500 }
.shape-fill-yellow { fill:#fc0 }
.shape-stroke-yellow { stroke:#fc0 }
.shape-fill-green { fill:#4cd964 }
.shape-stroke-green { stroke:#4cd964 }
.shape-fill-teal { fill:#24b7fa }
.shape-stroke-teal { stroke:#24b7fa }
.shape-fill-cyan { fill:#4bd6e5 }
.shape-stroke-cyan { stroke:#4bd6e5 }
.shape-fill-white { fill:#fff }
.shape-stroke-white { stroke:#fff }
.shape-fill-gray { fill:#191d26 }
.shape-stroke-gray { stroke:#191d26 }
.shape-fill-gray-dark { fill:#343a40 }
.shape-stroke-gray-dark { stroke:#343a40 }
.shape-fill-light { fill:#ced4da }
.shape-stroke-light { stroke:#ced4da }
.shape-fill-lighter { fill:#f5f9fb }
.shape-stroke-lighter { stroke:#f5f9fb }


.new-product .ribbon-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 85px;
	height: 88px;
	overflow: hidden;
}
.new-product .ribbon {
	position: relative;
	padding: 7px 0;
	left: -23px;
	top: 12px;
	width: 100px;
	z-index: 5;
	background-color: #C00;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* Icon-box-vertical
--------------------------------------------------- */
.pt-icon-box-vertical .pt-icon-box-icon { width: 44px; height: 44px; margin: 0 auto; text-align: center; vertical-align: middle; font-size: 44px; line-height: 44px; transition: all 0.3s ease-in-out; }

.pt-icon-box-vertical .pt-icon-box-icon-circle,
.pt-icon-box-vertical .pt-icon-box-icon-square { width: 80px; height: 80px; line-height:75px; font-size: 38px; margin:0 auto; color:#999; position:relative;}

.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { border: 2px solid transparent; line-height: 54px; }

.pt-icon-box-vertical .pt-icon-box-icon-square { -webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; }
.pt-icon-box-vertical .pt-icon-box-icon-circle { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }


.pt-icon-box-vertical-icon-big .pt-icon-box-icon { width: 60px; height: 60px; font-size: 48px; line-height: 60px; margin:15px auto; }
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-circle,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-square { width: 110px; height: 110px; line-height: 110px; font-size: 40px; margin:0 auto;}

.pt-icon-box-vertical-icon-big .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-square.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-square.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical-icon-big .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { border: 2px solid transparent; line-height:108px; }


.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon { width: 120px; height: 120px; font-size: 110px; line-height: 120px; margin-bottom: 25px; }
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-circle,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-square { width: 130px; height: 130px; line-height: 128px; font-size: 40px; }

.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-square.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-square.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical-icon-bigger .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { border: 2px solid transparent; line-height: 124px; }


.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon { width: 180px; height: 180px; margin-bottom: 30px; }
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-circle,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-square { width: 180px; height: 180px; }

.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-square.pt-icon-box-icon-contur,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-square.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical-icon-biggers .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { border: 5px solid transparent; line-height: 124px; }


.pt-icon-box .pt-icon-box-icon,
.pt-icon-box-vertical .pt-icon-box-icon { color: #333; }

.pt-icon-box .pt-icon-box-icon.pt-icon-box-icon-base,
.pt-icon-box-vertical .pt-icon-box-icon.pt-icon-box-icon-base { color: #333; }

.pt-icon-box .pt-icon-box-icon.pt-icon-box-icon-dark,
.pt-icon-box-vertical .pt-icon-box-icon.pt-icon-box-icon-dark { color: #373D46; }

.pt-icon-box .pt-icon-box-icon.pt-icon-box-icon-white,
.pt-icon-box-vertical .pt-icon-box-icon.pt-icon-box-icon-white { color: #fff; }

.pt-icon-box .pt-icon-box-icon-circle,
.pt-icon-box-vertical .pt-icon-box-icon-circle,
.pt-icon-box .pt-icon-box-icon-square,
.pt-icon-box-vertical .pt-icon-box-icon-square { background: #eef1f1; color: #21252b; }

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-base,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-base,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-base,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-base { background: #f9f9f9; color: #999;  }

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-dark,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-dark,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-dark,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-dark { background: #2e343c; color: #10C7C7; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07); }

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-white,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-white,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-white,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-white { background: rgba(255, 255, 255, .3); color: #FFF; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  
.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-contur,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur { background: none; color: #78afe3; border-color: #e5e5e5; } 

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-contur-base,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-base { background: none; color: #10C7C7; border-color: #10C7C7; }

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark { background: none; color: #373D46; border-color: #373D46; }

.pt-icon-box .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box .pt-icon-box-icon-square.pt-icon-box-icon-contur-white,
.pt-icon-box-vertical .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { background: none; color: #fff; border-color: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.pt-icon-box-hover:hover .pt-icon-box-icon { color: #333; }
.pt-icon-box-hover:hover .pt-icon-box-icon.pt-icon-box-icon-base { color: #004E96; }
.pt-icon-box-hover:hover .pt-icon-box-icon.pt-icon-box-icon-dark { color: #10C7C7; }
.pt-icon-box-hover:hover .pt-icon-box-icon.pt-icon-box-icon-white { color: #10C7C7; }

.pt-icon-box-hover:hover .pt-icon-box-icon-circle,
.pt-icon-box-hover:hover .pt-icon-box-icon-square { background: #004E96; color: #fff; }
.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-base,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-base { background: #004E96; color: #fff; }

.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-dark,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-dark,
.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-white,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-white { background: #10C7C7; color: #fff; }

.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-contur,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-contur {  color: #fff; border-color: #e02520; background:#e02520; -o-transition: color .3s linear, background .3s linear;
-moz-transition: color .3s linear, background .3s linear; -webkit-transition: color .3s linear, background .3s linear; transition: color .3s linear, background .3s linear; } 

.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-contur-base,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-contur-base { background: none; color: #E75C39; border-color: #E75C39; }

.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-contur-dark,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-contur-dark { background: none; color: #10C7C7; border-color: #10C7C7; }

.pt-icon-box-hover:hover .pt-icon-box-icon-circle.pt-icon-box-icon-contur-white,
.pt-icon-box-hover:hover .pt-icon-box-icon-square.pt-icon-box-icon-contur-white { background: none; color: #10C7C7; border-color: #10C7C7; }




.pt-cont-bg-text { background:#1891a4; padding:10px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin:20px auto; text-align:center; width:500px; color:#FFF;}
.pt-cont-bg-text h4 { color:#FFF; font-size:18px; }



 .pt-color {
     width:12px; 
     height:12px; 
     border-radius: 50%;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
     -webkit-transition: opacity .15s linear;
     transition: opacity .15s linear;
     display: inline-block;
     text-indent: -999em;
     opacity: 1;
    }
	
	
	/* Navigation
--------------------------------------------------- */
.pt-top-menu { max-height: 50px; line-height:50px; width: 100%; background:#f3f3f3; -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); z-index: 100; }
.pt-top-menu .pt-menu-list { float:right; }
.pt-top-menu .pt-menu-list ul li { margin:0; }
.pt-top-menu .pt-menu-list li { float:left; }
.pt-top-menu .pt-menu-list li a { color: #222; padding: 15px 15px; text-decoration: none; font-size:14px; margin-left:0; margin-right:0; }
.pt-top-menu .pt-menu-list li a:hover { background:#000; color:#FFF; }
 @media (max-width: 480px) {
 .pt-top-menu { display:none;}
}


table.pt-table.pt-table-all-borders p { line-height:20px;  word-wrap:break-word; font-size:12px;  }
.table tbody tr td { vertical-align: middle; line-height:24px; }




.pt-box-best { border-radius:0;  border: 0px solid #eee;  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.pt-box-best:hover { border: 1px solid #eee; -webkit-transform: translateY(-5px);  transform: translateY(-5px); background: #fff; -webkit-box-shadow: 0 .12rem 1.22rem rgba(0, 0, 0, .1)!important;  box-shadow: 0 .12rem 1.22rem rgba(0, 0, 0, .1)!important;}

.pt-box-best:hover .card-body {  background:#fff; }
.pt-box-best:hover .card-body p { color:#000;}
.pt-box-best:hover .card-body h3 a { color:#000;}

.pt-tr-y { -webkit-transform: translateY(-200px);  transform: translateY(-200px); z-index:200;}
.pt-tr-x { -webkit-transform: translateX(-200px);  transform: translateX(-200px);}


.pt-box-shadow { border-radius:0;  border: 1px solid #eee;  -webkit-box-shadow:  0 3px 53px 0 rgba(40,40,40,.05)!important;  box-shadow: 0 3px 53px 0 rgba(40,40,40,.05);!important;}



.pt-img-hover-zoom {
  overflow: hidden;
}



.pt-img-hover-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.pt-img-hover-zoom:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pt-news-click {
	position:absolute;
	right:20px;
	top:20px;
	padding:15px;
	background:#000000;
	color:#FFFFFF;
	}


.pt-mark-over {padding:10px 20px; background:#FFF; margin-top:-50px; max-width:300px;}


	
/* Etalage container (large thumb + small thumbs): */
#etalage{
	display: none;
	margin-bottom: 50px;
}

/* Large thumbnail: */
#etalage .etalage_thumb{
	background: url(../images/icon/preloader.gif) center no-repeat;
	border: 1px solid #ddd;
	padding: 6px;
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
 
}

/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage .etalage_thumb_image img{ width:600px; height:600px; }

/* Small thumbnails: */
#etalage .etalage_small_thumbs li{
	border: 1px solid #e9e9e9;
	margin: 10px;
	padding: 3px;
    cursor:pointer;
}
/* The one on the left that makes them slide */
#etalage ul li.etalage_smallthumb_first{ }
/* The one on the right that makes them slide */
#etalage ul li.etalage_smallthumb_last{ }
/* The currently active one */
#etalage ul li.etalage_smallthumb_active{
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
    border: 1px solid #ddd;
}

/* Zoomed image area: */
#etalage .etalage_zoom_area,
.etalage_zoom_area{
	background: url(../images/icon/loading.gif) center no-repeat;
	border:0 solid #ddd;
	padding: 6px;
	-webkit-box-shadow: 0 0 0 #ddd;
	-moz-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
}

/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier{
	border: 0 solid #bbb;
}

/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon{
	background: url(../images/icon/zoom.png) no-repeat;
	width: 14px;
	height: 14px;
}

/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint{
	background: url(../images/icon/hint.gif) no-repeat;
	width: 130px;
	height: 57px;
}

/* Description area (optional) */
#etalage .etalage_description{
	background: white;
	margin: 10px;
	padding: 6px 10px;
}

/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */

.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_right{ float:right }
.etalage li{ position:absolute }
.etalage img{ vertical-align:bottom; max-width:none; width:100%; height:100%; }
.etalage_magnifier{ cursor:default }
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
.etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area{ z-index:996 }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right }    

#hidden{ display:none; }


#examplesss{ position: relative; z-index:2;}

.pt-mob-show { display:none;}

  @media (max-width: 480px){
        
     #examplesss{ display:none;}
     
     .pt-mob-show { display: block;}
       
    }
	
	
	
/* Buttons - Colors - CR
-----------------------------------------------------------------*/

.pt-color-triangle {
     width:0; 
     height:0; 
     border-radius: 50%;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
     -webkit-transition: opacity .15s linear;
     transition: opacity .15s linear;
     display: inline-block;
     text-indent: -999em;
     opacity:1;
     transition: opacity .15s linear;
     border-style:solid;
     border-width:10px;
     margin:0 5px;
    }
    
    .pt-color-triangle-show {
     width:30px; 
     height:30px; 
     border-radius: 50%;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
     -webkit-transition: opacity .15s linear;
     transition: opacity .15s linear;
     display: inline-block;
     text-indent: -999em;
     opacity: .9;
     transition: opacity .15s linear;
     border-style: none;
     border-width:0px;
     margin:0 10px;
     
    }
    .pt-color-triangle-show:hover {opacity: 1; cursor:pointer;}
		
        
        
        
/* pager_nav  
--------------------------------------------------- */  
.pager_nav {
	width: 100%;
	margin: 80px auto;
	text-align: center;
}
.pager_nav .bx_num {
	font-weight: bold;
	font-size: 100%;
	margin: 20px auto;
}
.pager_nav .bx_num a {
	color: #999;
	margin: 0 5px;
	background: #fff;
	border: 1px #ccc solid;
	padding: 10px 15px;
}
.pager_nav .bx_num a:hover, .pager_nav .bx_num span {
	color: #fff;
	margin: 0 5px;
	background: #005bac;
	padding: 10px 15px;
	border: 1px #005bac solid;
}
.pager_nav .bx-prev {
	cursor: pointer;
}    

.pager_nav p { text-align:center; background:#066;}


.get_more{margin:10px; text-align:center}
.more_loader_spinner{width:16px; height:16px; margin:10px auto; background: url(../images/icon/loader.gif) no-repeat;}


.btn-load_more {
  background: #323232;
  border: none;
  font-size: 14px;
  padding: 0 80px;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius:  25px;
  color: #fff;
}

.btn-load_more:hover {
  color: #fff;
  background:#339626;
}

. { width:20px; height:auto; text-align:center; margin:0 auto;}
