.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
 #example_length select {
	 height:30px;
 }
 .bg-dblue {
	  background:#303044;
	  color:#fff;
  }
  
  @-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}
  
.col-md-5-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
	.col-md-5-1 {
		float: left;
		width: 20%;
	} 
 }

img.black-and-white {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

img.black-and-white:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.btn {
  background: #2879fe;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  @media (max-width: 575px) {
    .btn {
      font-size: 12px;
      padding-left: 25px;
      padding-right: 25px;
      height: 39px; } }

.btn:active,
.btn:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none; }

.btn-lg {
  height: 50px;
  padding: 5px 31px 4px; }

@media (min-width: 1101px) {
  .btn-xl {
    height: 50px;
    padding: 2px 41px 0px; } }

@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0; } }

@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 0; } }

.btn:focus, .btn.focus {
  box-shadow: none; }

/* color text */
.tt-base-color {
  color: #b704eb; }

.tt-base-dark-color {
  color: #191919; }

.tt-white-color {
  color: #ffffff; }

.tt-light-green-color {
  color: #08da97; }

/* .pt125-owl-news */
.pt125-owl-product .owl-carousel {
	overflow:hidden;
}
.pt125-item{
	/*background:#f4f4f4;*/
	/*-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom:2px solid #ccc;*/
	margin-bottom:20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
	padding: 0px;
	position: relative;
	
	}
.pt125-title{margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:13px;letter-spacing:0.1rem;text-align:center;}
.pt125-title a{color:#34495e;text-decoration:none;font-weight:bold;}
.pt125-title a:hover{/*color:#fff;*/}
.pt125-post-text{margin-bottom:0px;padding:10px 10px 0;color:#777;font-size:13px;font-weight:300;text-align:center;}
.pt125-readmore{padding:0 0 10px 12px;;}
.pt125-readmore .button2:hover{background:#111;}
.pt125-item:hover .pt125-post-text{/*color:rgba(255,255,255,1);*/}
.pt125-item:hover{/*background:#2ecc71;border-bottom:2px solid #17974d;*/}
.pt125-item:hover .pt125-title a{/*color:#fff;*/}
.pt125-item > .pt-img-zoom2 {
position:relative;
/*overflow:hidden;
height:200px;*/
}

.pt125-owl-product .owl-buttons{position:static;}
.pt125-owl-product .owl-prev,
.pt125-owl-product .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt125-owl-product .owl-prev{left:-50px;}
.pt125-owl-product .owl-next{right:-50px;}
.pt125-owl-product .owl-prev:before,
.pt125-owl-product .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#121212;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt125-owl-product .owl-next:before{left:auto;right:0;}
.pt125-owl-product .owl-prev .fa,
.pt125-owl-product .owl-next .fa{position:relative;top:40px;}
.pt125-owl-product .owl-prev:hover,
.pt125-owl-product .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt125-owl-product .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt125-owl-product .owl-prev:active:before,
.pt125-owl-product .owl-next:active:before{opacity:0.6;}
.pt125-owl-product .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt125-owl-product .owl-carousel:hover .owl-next{opacity:1;right:-35px;}


.pt125-item .pt-btn-border{
	border-radius:0px;
}


/* pt121-featured-banner */
.pt121-featured-banner .col-md-6{
	padding-top:0;padding-bottom:0
}

.pt121-right {
	padding-right:0;
}

.pt121-left {
	padding-left:0;
}

.pt121-item-big{
  position: relative;
}

.pt121-item-big .pt121-img:before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255,102,51,0.8);
  opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pt121-item-big:hover .pt121-img:before{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-big .pt121-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    color: #fff;
}
.pt121-item-big .pt121-content .pt121-title{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.pt121-item-big .pt121-content .pt121-title span{
  display: block;
}
.pt121-item-big .pt121-content .pt121-sub-title{
  display: inline-block;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
}
.pt121-item-big .pt121-content .pt121-sub-title span{
  display: block;
}
.pt121-item-big .pt121-content .pt121-sub-title span:first-child:after{
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
}
.pt121-item-big .pt121-content .pt121-sub-title span:last-child{
  font-size: 14px;
  font-weight: normal;
}
.pt121-item-big .pt121-button{
  margin-top: 45px;
}
.pt121-item-big .pt121-button a{
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.pt121-item-big .pt121-button a.border{
  background-color: transparent;
  color: #fff;
}

.pt121-item-small{
  position: relative;
  background:#fff;
}
.pt121-item-small .pt121-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
}
.pt121-item-small .pt121-img:before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255,102,51,0.8);
  opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pt121-item-small .pt121-content .pt121-title{
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.pt121-item-small .pt121-content .pt121-title:after{
  content: '';
  height: 2px;
  background: #333;
  width: 50px;
  display: inline-block;
  margin: 0  auto 0 auto;
  margin-top: 3px;
}
.pt121-item-small .pt121-content .pt121-title span{
  display: block;
}
.pt121-item-small .pt121-content .pt121-sub-title{
  font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-top: 5px;
    display: inline-block;
}

.pt121-item-small.pt121-style1 .pt121-content{
  display: none;
}
.pt121-item-small.pt121-style1:hover .pt121-content,
.pt121-item-small:hover .pt121-button{
  display: block;
}
.pt121-item-small:hover .pt121-img:before{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-small.pt121-style1 .pt121-content .pt121-sub-title,
.pt121-item-small.pt121-style1 .pt121-content .pt121-title{
  color: #fff;
}
.pt121-item-small.pt121-style1 .pt121-content .pt121-title:after{
  background-color: #fff;
}
.pt121-item-small .pt121-button{
  position: absolute;
  bottom: 43px;
  left: 50%;
  -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.pt121-item-small .pt121-button a{
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  color:#fff;
}

.pt121-item-small .pt121-button a:hover{
	opacity:0.6;
}

.pt121-item-small.pt121-style2 img{
  opacity: 0;
    filter: alpha(opacity=0);
}

.pt121-item-small.pt121-style2:hover img{
  opacity: 1;
    filter: alpha(opacity=100);
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-title,
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-sub-title{
  color: #fff;
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-title:after{
  background-color: #fff;
}
.pt121-item-small.pt121-style2:hover .pt121-content .pt121-price del{
  color: #eaeaea;
}
.pt121-item-small .pt121-price{
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}
.pt121-item-small .pt121-price ins{
  text-decoration: none;
}
.pt121-item-small .pt121-price del{
  font-size: 14px;
  margin-left: 15px;
  color: #999999;
  font-weight: normal;
}

@media (max-width: 767px){
	.pt121-featured-banner {
		margin-top:80px !important;
	}
	.pt121-featured-banner .col-md-6{
	padding-top:15px;padding-bottom:15px
	}

	.pt121-right {
		padding-right:15px;
	}

	.pt121-left {
		padding-left:15px;
	}
	.pt121-featured-banner img{
		width:100%;
	}
}
/* eof */


/* .pt107-owl-products */
.pt107-owl-products .row{margin:0 !important;}
.pt107-owl-products .owl-carousel{list-style:none;overflow:hidden;}

.pt107-item{
  border: 1px solid transparent;
  padding-bottom: 20px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: relative;
}
.pt107-thumb{
  position: relative;
  overflow: hidden;
}
.pt107-thumb img{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: inherit;
}
.pt107-secondary-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pt107-item:hover .pt107-secondary-img{
  opacity: 1;
}
.pt107-add-to-cart{
  padding: 12px 0;
  background-color: rgba(207,161,69,0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 17px;
  right: 17px;
  font-weight: 300;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.pt107-add-to-cart i.fa {
margin-right:5px;	
}
.pt107-add-to-cart:hover{
  background-color: #cfa145;
  color: #fff;
}
.pt107-item:hover .pt107-add-to-cart{
  bottom: 0;
}
.pt107-button-control{
  width: auto;
  position: absolute;
  top: 14px;
  right: 17px;
}

.pt107-button-control a{
  width: 39px;
  height: 34px;
  display: block;
  margin-top: 10px;
  background-color: #ddd;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #d6d6d6;
	box-sizing:border-box;
	padding:0px 8px;
	color:#121212;
}
.pt107-button-control a:hover{
  background-color: #cfa145;
  color: #fff;
}
.pt107-item:hover .pt107-button-control a{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pt107-status{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.pt107-sale{
  background-color: #ff6666;
  top: 15px;
  left: 15px;
}
.pt107-new{
  background-color: #cc9933;
  top: 15px;
  left: 15px;
}

.pt107-product-name{font-size: 14px;margin-bottom: 10px;letter-spacing:0.1rem;}
.pt107-product-name a{color:#34495e;text-decoration:none;font-weight:bold;}
.pt107-product-name a:hover{color:#cfa145;}
.pt107-info{
  padding-top: 25px;
}
.pt107-price{
  font-size: 16px;
  color: #333;
}
.pt107-price ins{
  text-decoration: none;
  margin-right: 5px;
}
.pt107-price del{
  color: #999;
}
.pt107-item:hover{ border-color: #cc9933;
  background-color: #eee;}
.pt107-item:hover .pt107-info{text-align:center;}

.pt107-owl-products .owl-buttons{position:static;}
.pt107-owl-products .owl-prev,
.pt107-owl-products .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt107-owl-products .owl-prev{left:-50px;}
.pt107-owl-products .owl-next{right:-50px;}
.pt107-owl-products .owl-prev:before,
.pt107-owl-products .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#121212;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt107-owl-products .owl-next:before{left:auto;right:0;}
.pt107-owl-products .owl-prev .fa,
.pt107-owl-products .owl-next .fa{position:relative;top:40px;}
.pt107-owl-products .owl-prev:hover,
.pt107-owl-products .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt107-owl-products .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt107-owl-products .owl-prev:active:before,
.pt107-owl-products .owl-next:active:before{opacity:0.6;}
.pt107-owl-products .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt107-owl-products .owl-carousel:hover .owl-next{opacity:1;right:-35px;}
/* eof */


/* .pt110-owl-news */
.pt110-section-title{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
.pt110-section-title:before{
  content: '';
  width: 20px;
  height: 2px;
  background-color: #333333;
  display: block;
}
.pt110-sub-title{
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #999999;
}


.pt110-item{
	border: 1px solid #eee;
	display: table;
	width: 100%;
	
	}
.pt110-thumb,
.pt110-desc{
  width: 50%;
  float: left;
}
.pt110-desc{
  padding: 25px;
  position: relative;
}
.pt110-date{
  padding: 5px 12px;
  display: inline-block;
  background-color: #ff3366;
  color: #fff;
  font-size: 16px;
}
.pt110-blog-title{
  font-size: 24px;
  padding-top: 30px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.pt110-blog-title a{
  color: #333;
}

.pt110-blog-title a:hover{
  color: #ff3366;
}

.pt110-item > .pt-img-zoom2 {
position:relative;
overflow:hidden;
}
.pt110-readmore{
  font-weight: 300;
  text-transform: uppercase;
  color:#ccc;
}
.pt110-readmore:hover{
 color: #ff3366;
}
.pt110-readmore:before{
  content: '';
  width: 20px;
  height: 2px;
  background-color: #999;
  display: block;
}

.pt110-owl-news .owl-carousel{list-style:none;overflow:visible;}

.pt110-owl-news .owl-controls .owl-prev, 
.pt110-owl-news .owl-controls .owl-next{
   background: #fff;
  border: 1px solid #eee;
   position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  width: 26px;
    height: 26px;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ccc;
	 text-align: center;
    line-height: 20px;
    top: -40px;
}
.pt110-owl-news .owl-controls .owl-prev{
  left: inherit;
  right: 36px;
}
.pt110-owl-news .owl-controls .owl-next{
    right: 0;
}


.pt110-owl-news .owl-controls .owl-prev .fa,
.pt110-owl-news .owl-controls .owl-next .fa{
    font-weight: bold;
	padding-top:3px;
}

.pt110-owl-news .owl-controls .owl-prev:hover,
.pt110-owl-news .owl-controls .owl-next:hover{
    background: #ff3366;
	border:1px solid #ff3366;
    color: #fff;
}

.pt110-owl-news .owl-controls .owl-dots{
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  width: 100%;
}
.pt110-owl-news .owl-controls .owl-dots .owl-dot{
  width: 14px;
  height: 14px;
  background: #adadad;
  display: inline-block;
  margin: 0 6px;
  border-radius: 90%;
}
.pt110-owl-news .owl-controls .owl-dots .owl-dot.active{
  background: #ff3366;
}
@media(max-width: 767px){
  .pt110-owl-news .owl-controls .owl-prev{
    left: -12px;
  }
  
	.pt110-owl-news .owl-controls .owl-prev, 
  .pt110-owl-news .owl-controls .owl-next{
    top: 50%;
  }
  
  .pt110-thumb,
.pt110-desc{
  width: 100%;
  float: left;
}
  
}
/* eof */

/*pt063-owl-portfolio*/
.pt063-owl-portfolio{
	 color:#111;
}

.pt063-owl-portfolio .row{
	margin:0 !important;
}

.pt063-owl-portfolio .owl-carousel{
	list-style:none;
	/*border-bottom:1px solid #eee;*/
	padding-bottom:10px;
}

.pt063-item {
	/*background:#f8f8f8;*/
}


.pt063-seperator {
	height:1px;
	background:#ebebeb;
	width:100%;
}

.pt063-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top:-13px;
}

.pt063-section-title span{
background:#fff;
padding:0 15px;
}

.pt063-section-title>a,.pt063-section-title>a:visited,.pt063-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt063-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt063-title{
    margin-bottom: 6px;
	margin-top: 20px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0.2em;
	
}
.pt063-title a{
    color: #777;
    text-decoration: none;
}
.pt063-title a:hover{
    color: #111;
}
.pt063-post-meta,
.pt063-post-meta a{
    margin-bottom: 20px;
	padding-left:5px;
    font-size: 12px;
    text-decoration: none;
    color: #aaa;
	letter-spacing:1px;
}
.pt063-post-meta a:hover{
    color: #111;
}
.pt063-post-text{
    margin-bottom: 0px;
	padding:10px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

.pt063-readmore{
	padding-left:10px;
	padding-bottom:20px;
	margin-top:5px;
}
.pt063-readmore a{
	border-radius:0px;
}
.pt063-readmore a:hover{
	background:#ccc;
	color:#111 !important;
}

.pt063-owl-portfolio .owl-buttons{
	position: static;
}
.pt063-owl-portfolio .owl-prev,
.pt063-owl-portfolio .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-prev{
	left: -50px;
}
.pt063-owl-portfolio .owl-next{
	right: -50px;
}
.pt063-owl-portfolio .owl-prev:before,
.pt063-owl-portfolio .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-next:before{
    left: auto;
    right: 0;
}
.pt063-owl-portfolio .owl-prev .fa,
.pt063-owl-portfolio .owl-next .fa{
    position: relative;
	top:40px;
}
.pt063-owl-portfolio .owl-prev:hover,
.pt063-owl-portfolio .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt063-owl-portfolio .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt063-owl-portfolio .owl-prev:active:before,
.pt063-owl-portfolio .owl-next:active:before{	
	opacity: 0.6;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



/*pt143-owl-news*/
.pt143-owl-news{
	 color:#111;
}
.pt143-owl-news .row{
	margin:0 !important;
}

.pt143-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt143-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt143-section-title>a,.pt143-section-title>a:visited,.pt143-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt143-section-title>a:hover {
color:#111;
text-decoration:underline;
}


.pt143-img {
    text-align: center; }
	
	
.pt143-img img {
      max-width: 100%;
      height: auto; }
.pt143-img + .pt143-desc {
    margin-top: -70px; }
.pt143-desc {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 23px 15px 0px;
    text-align: center;
    min-height: 80px;
    color: #777777;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .pt143-background {
      content: '';
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #ffffff;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
	.pt143-desc > *:not(.pt143-background) {
      position: relative; }
   .pt143-cat {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-top: -2px;
      margin-left: -5px;
      letter-spacing: 0.03em;
      color: #2879fe; }
      .pt143-cat a {
        display: inline-block;
        padding: 2px 5px;
        color: #2879fe;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
    .pt143-cat a:hover {
        color: #191919; }
   .pt143-title {
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: relative;
      margin: 7px 0 0 0;
      color: #333; }
      .pt143-title a {
        color: #333;
        display: inline-block;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
 .pt143-title a:hover {
        color: #2879fe; }
  .pt143-desc p {
      margin-top: 13px; 
	font-size:14px;
	  }
  .pt143-meta {
      width: 100%;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: #999999;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
     .pt143-meta > div {
        padding: 0 10px; }
      .pt143-author {
        letter-spacing: 0.01em;
        margin-top: 4px; }
        .pt143-author a {
          color: #191919;
          text-decoration: none; }
       .pt143-author a:hover {
          text-decoration: underline; }
   .pt143-eye a {
        display: inline-block;
        color: #999999;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }

      .pt143-eye a:hover {
        color: #2879fe; }

.pt143-desc > *:nth-child(1) {
      margin-top: 0; }
  @media (max-width: 575px) {
    .pt143-item {
      margin-top: 18px; }
    .pt143-desc {
        padding-top: 16px; }
       .pt143-title {
          margin-top: 6px; } }

.pt143-item:hover .pt143-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

html:not(.ie) .pt143-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.pt143-owl-news .owl-buttons{
	position: static;
}
.pt143-owl-news .owl-prev,
.pt143-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt143-owl-news .owl-prev{
	left: -50px;
}
.pt143-owl-news .owl-next{
	right: -50px;
}
.pt143-owl-news .owl-prev:before,
.pt143-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt143-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt143-owl-news .owl-prev .fa,
.pt143-owl-news .owl-next .fa{
    position: relative;
	top:40px;
}
.pt143-owl-news .owl-prev:hover,
.pt143-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt143-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt143-owl-news .owl-prev:active:before,
.pt143-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt143-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt143-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}

/*eof*/


/*pt144-promo*/
.pt144-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt144-promo-box > img {
    width: 100%;
    height: auto; }
 .pt144-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt144-title {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt144-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt144-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt144-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt144-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt144-text {
	 

  padding: 10px 50px 10px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt144-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*background: rgba(255, 255, 255, 1);*/
    border-radius: 0px; 
	border:3px solid #fff;}
.pt144-text > *:not(.pt144-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt144-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt144-text {
    padding: 13px 15px 11px; } }

.pt144-promo-box:hover .pt144-bg {
  /*background: rgba(40, 121, 254, 1); */
  background:#fff;

 }
 
 .pt144-promo-box:hover .pt144-title {
  color:#141414;
 }
 /*eof*/
 
 /*pt145-owl-hotspot*/
.pt145-owl-hotspot{
	 color:#111;
}

.pt145-owl-hotspot .row{
	margin:0 !important;
}

.pt145-owl-hotspot .owl-carousel{
	list-style:none;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
	overflow:hidden;
}
.pt145-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top:-13px;
}

.pt145-owl-hotspot .owl-buttons{
	position: static;
}
.pt145-owl-hotspot .owl-prev,
.pt145-owl-hotspot .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt145-owl-hotspot .owl-prev{
	left: -50px;
}
.pt145-owl-hotspot .owl-next{
	right: -50px;
}
.pt145-owl-hotspot .owl-prev:before,
.pt145-owl-hotspot .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt145-owl-hotspot .owl-next:before{
    left: auto;
    right: 0;
}
.pt145-owl-hotspot .owl-prev .fa,
.pt145-owl-hotspot .owl-next .fa{
    position: relative;
	top:40px;
}
.pt145-owl-hotspot .owl-prev:hover,
.pt145-owl-hotspot .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt145-owl-hotspot .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt145-owl-hotspot .owl-prev:active:before,
.pt145-owl-hotspot .owl-next:active:before{	
	opacity: 0.6;
}
.pt145-owl-hotspot .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt145-owl-hotspot .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


/*---------------------------------------*/
/*-------  14. Lookbook module      -----*/
/*---------------------------------------*/
.pt145-lookbook {
  text-align: center;
  position: relative; }
  .pt145-lookbook img {
    width: 100%;
    height: auto; }
  .pt145-lookbook .pt145-hotspot {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 38px;
    height: 38px; }
    .pt145-lookbook .pt145-hotspot .pt145-btn {
      width: 38px;
      height: 38px;
      padding: 4px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      -moz-transition: padding 0.2s linear;
      -o-transition: padding 0.2s linear;
      -webkit-transition: padding 0.2s linear;
      transition: padding 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-btn:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: attr(data-style-top);
      background-color: #2879fe;
      border-radius: 50%;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-btn:before {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      font-family: "fontawesome";
      font-size: 14px;
      content: "\f067";
      line-height: 1;
      font-weight: normal;
      width: 38px;
      height: 38px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
    .pt145-lookbook .pt145-hotspot .pt145-img a {
      display: block; }
    .pt145-lookbook .pt145-hotspot .pt145-content-parent {
      display: none; }

    @media (max-width: 789px) {
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content {
        position: relative; }
        .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-title {
          padding-right: 16px; } }
    @media (max-width: 575px) {
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-title {
        margin-top: -3px;
        line-height: 17px; }
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description .pt145-price {
        margin-top: 4px; }
      .pt145-lookbook .pt145-hotspot .pt145-hotspot-content .pt145-description [class^="pt-btn"] {
        margin-top: 10px; } }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn {
    padding: 9px; }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn:after {
    background-color: #191919; }
  .pt145-lookbook .pt145-hotspot.active .pt145-btn:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 789px) {
    .pt145-lookbook .pt145-hotspot.active {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 7; }
      .pt145-lookbook .pt145-hotspot.active .pt145-btn {
        z-index: 0; }
      .pt145-lookbook .pt145-hotspot.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8); }
      .pt145-lookbook .pt145-hotspot.active .pt145-hotspot-content {
        position: relative;
        z-index: 8;
        left: 0; }
        .pt145-lookbook .pt145-hotspot.active .pt145-hotspot-content .pt145-img {
          width: 28%;
          min-width: 28%; } }

body:not(.touch-device) .pt145-hotspot .pt145-btn:hover:after {
  background-color: #191919; }

.pt145-hotspot-content {
  background-color: #ffffff;
  z-index: -1;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px; }
  .pt145-hotspot-content img {
    max-width: 100%;
    height: auto; }
  .pt145-hotspot-content .pt145-btn-close {
    position: absolute;
    display: block;
    right: 14px;
    top: 8px;
    font-family: "fontawesome";
    font-size: 14px;
    color: #191919;
    z-index: 1;
    padding: 5px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .pt145-hotspot-content .pt145-btn-close:before {
    content: "\f00d"; }
  .pt145-hotspot-content .pt145-btn-close:hover {
    color: #2879fe; }
  .pt145-hotspot-content .pt145-img {
    width: 99px;
    min-width: 99px; }
  .pt145-hotspot-content .pt145-img + .pt145-description {
    margin-left: 19px; }
  .pt145-hotspot-content .pt145-description {
    text-align: left; }
    .pt145-hotspot-content .pt145-description .pt145-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #191919;
      margin-top: -5px;
      padding-right: 12px; 
	  margin-bottom:8px;}
      .pt145-hotspot-content .pt145-description .pt145-title a {
        color: #191919; }
        .pt145-hotspot-content .pt145-description .pt145-title a:hover {
          color: #2879fe; }
    .pt145-hotspot-content .pt145-description .pt145-price {
      color: #191919;
      font-weight: 500;
      font-size: 16px;
      padding-right: 12px; 
	  margin-bottom:10px;}
	  
	   .pt145-hotspot-content .pt145-description .pt145-price i {
		   margin-top:5px;
	   }
      .pt145-hotspot-content .pt145-description .pt145-price .new-price {
        color: #f8353e;
        margin-right: 7px; }
      .pt145-hotspot-content .pt145-description .pt145-price .old-price {
        color: #191919;
        text-decoration: line-through; }
    .pt145-hotspot-content .pt145-description [class^="pt-btn"] {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0px;
      width: 100%;
text-align:center;  }
    .pt145-hotspot-content .pt145-description > *:nth-child(1):not(.pt145-title) {
      margin-top: 0; }
  @media (min-width: 790px) {
    .pt145-hotspot-content {
      width: 300px; } }
  @media (max-width: 798px) {
    .pt145-hotspot-content {
      max-width: 300px; } }

.pt145-lookbook-popup {
  position: absolute;
  z-index: 21;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }  
  /*eom*/
  
    
  /* pt147-fullwidth-banner */
  .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
.pt147-fullwidth-banner {
  display: block;
  position: relative;
  overflow: hidden; }
  .pt147-fullwidth-banner > img {
    width: 100%;
    height: auto; }
  .pt147-fullwidth-banner .pt147-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
      max-width: 700px;
      text-align: center; }
    .pt147-fullwidth-banner .pt147-description .pt147-title-small {
      color: #191919;
      font-size: 50px;
      line-height: 60px;
      font-weight: 500;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description .pt147-title-large {
      color: #191919;
      font-size: 90px;
      line-height: 90px;
      font-weight: 500;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description p {
      font-size: 16px;
      line-height: 22px;
      margin-top: 20px;
      font-weight: 300;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .pt147-fullwidth-banner .pt147-description [class^="btn"] {
      margin-top: 34px; }
    .pt147-fullwidth-banner .pt147-description img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 1701px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 17.6%; } }
    @media (min-width: 1401px) and (max-width: 1700px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 8%; } }
    @media (max-width: 1400px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 5%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 40px;
          line-height: 50px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 65px;
          line-height: 75px; }
        .pt147-fullwidth-banner .pt147-description p {
          margin-top: 15px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 27px; } }
    @media (max-width: 1100px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 10% 5%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 35px;
          line-height: 45px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 50px;
          line-height: 60px; }
        .pt147-fullwidth-banner .pt147-description p {
          margin-top: 10px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 20px; } }
    @media (max-width: 900px) {
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 20px;
        line-height: 30px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 37px;
        line-height: 44px; }
      .pt147-fullwidth-banner .pt147-description p {
        margin-top: 5px; }
      .pt147-fullwidth-banner .pt147-description [class^="btn"] {
        margin-top: 15px; }
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        max-width: 332px; } }
    @media (max-width: 789px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 5% 3%; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 17px;
          line-height: 25px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 30px;
          line-height: 35px; }
        .pt147-fullwidth-banner .pt147-description p {
          line-height: 20px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 15px; }
        .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
          max-width: 283px; } }
    @media (max-width: 657px) {
      .pt147-fullwidth-banner .pt147-description {
        padding: 5% 10px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-small {
          font-size: 15px;
          line-height: 20px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large {
          font-size: 25px;
          line-height: 30px; }
        .pt147-fullwidth-banner .pt147-description p {
          font-size: 14px;
          line-height: 18px; }
        .pt147-fullwidth-banner .pt147-description [class^="btn"] {
          margin-top: 10px; }
        .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
          max-width: 251px; } }
    @media (max-width: 575px) {
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 200px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 14px;
        line-height: 16px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 21px;
        line-height: 24px; }
        .pt147-fullwidth-banner .pt147-description .pt147-title-large br {
          display: none; }
      .pt147-fullwidth-banner .pt147-description p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0; }
      .pt147-fullwidth-banner .pt147-description [class^="btn"] {
        margin-top: 5px; } }
    @media (max-width: 450px) {
      .pt147-fullwidth-banner .pt147-description .pt147-description-wrapper {
        padding-left: 5px;
        padding-right: 0px;
        max-width: 160px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-large {
        font-size: 17px;
        line-height: 20px; }
      .pt147-fullwidth-banner .pt147-description .pt147-title-small {
        font-size: 12px;
        line-height: 12px; }
      .pt147-fullwidth-banner .pt147-description p {
        font-size: 12px;
        line-height: 14px; } }
    .pt147-fullwidth-banner .pt147-description *:nth-child(1) {
      margin-top: 0; }
  @media (max-width: 450px) {
    .pt147-fullwidth-banner .pt147-description:not(.pt147-point-r):not(.pt147-point-l) .pt147-description-wrapper {
      max-width: 270px; } }




@media (min-width: 1701px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 10%; } }

@media (min-width: 1401px) and (max-width: 1700px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 10%; } }

@media (max-width: 1400px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 10% 12%; } }

@media (max-width: 790px) {
  .container .pt147-fullwidth-banner .pt147-description {
    padding: 5% 5%; } }

	
.pt147-fullwidth-banner .pt147-point-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.pt147-fullwidth-banner .pt147-point-r{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  

.btn {
  background: #2879fe;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  @media (max-width: 575px) {
    .btn {
      font-size: 12px;
      padding-left: 25px;
      padding-right: 25px;
      height: 39px; } }

@media (min-width: 576px) {
  .btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 20px;
    margin-right: 10px; } }

.btn:active,
.btn:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none; }

.btn-lg {
  height: 50px;
  padding: 5px 31px 4px; }

@media (min-width: 1101px) {
  .btn-xl {
    height: 50px;
    padding: 2px 41px 0px; } }

@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    height: 40px;
    padding-top: 2px;
    padding-bottom: 0; } }

@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 0; } }

.btn:focus, .btn.focus {
  box-shadow: none; }
/*eom*/

/*pt148-promo*/
.pt148-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt148-promo-box > img {
    width: 100%;
    height: auto; }
 .pt148-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt148-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt148-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt148-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt148-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt148-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt148-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt148-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt148-text > *:not(.pt148-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt148-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt148-text {
    padding: 13px 15px 11px; } }

.pt148-promo-box:hover .pt148-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt148-promo-box:hover .pt148-title {
  color:#fff;
 }

.pt148-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}
.pt148-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }
 /*eof*/
 
 /*pt149-promo*/
.pt149-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt149-promo-box > img {
    width: 100%;
    height: auto; }
 .pt149-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt149-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt149-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt149-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt149-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt149-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt149-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt149-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt149-text > *:not(.pt149-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt149-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt149-text {
    padding: 13px 15px 11px; } }

.pt149-promo-box:hover .pt149-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt149-promo-box:hover .pt149-title-large {
  color:#08da97;
 }
 
  .pt149-promo-box:hover .pt149-title-large span {
  color:#08da97;
 }

.pt149-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt149-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt149-text .pt149-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt149-text .pt149-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt149-text .pt149-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt149-text .pt149-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
 /*eof*/
 
/*pt150-promo*/
.pt150-promo {
background:  #292a2e;
padding: 100px 0 60px;
  }
.pt150-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt150-promo-box > img {
    width: 100%;
    height: auto; }
 .pt150-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt150-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt150-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt150-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt150-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt150-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt150-text {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt150-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt150-text > *:not(.pt150-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt150-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt150-text {
    padding: 13px 15px 11px; } }

.pt150-promo-box:hover .pt150-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt150-promo-box:hover .pt150-title-large {
  color:#08da97;
 }
 
  .pt150-promo-box:hover .pt150-title-large span {
  color:#08da97;
 }

.pt150-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt150-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.pt150-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt150-text .pt150-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt150-text .pt150-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt150-text .pt150-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt150-text .pt150-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
		
		
.pt150-sec-title{color:#fff;
	
	margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:16px;letter-spacing:0.1rem;}

.pt150-post-text{
	width:60%;
	margin:0 auto;
	margin-bottom:30px;padding:10px 10px 0;color:#ccc;font-size:13px;font-weight:300;text-align:center;}

@media (max-width: 992px){
	.pt150-post-text{
width:100%;
	}	
}
.pt150-readmore{padding:0 0 10px 12px;}
.pt150-readmore .pt-btn-border{border-color:#fff;color:#fff;}

.pt150-readmore a:hover{border-color:#000;}
 /*eof*/
 
/*pt151-promo*/
.pt151-promo {
background:  #eee;
	 color:#121212;
padding: 100px 0 60px;
  }
.pt151-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pt151-promo-box > img {
    width: 100%;
    height: auto; }
 .pt151-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .pt151-title {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }


    @media (max-width: 1024px) {
      .pt151-title {
        font-size: 15px;
        line-height: 22px; }
	}
    @media (max-width: 575px) {
		.pt151-title {
        font-size: 15px;
        line-height: 22px; }
		
		}

  @media (max-width: 575px) {
    .pt151-promo-box {
      margin-top: 10px; } }

html:not(.ie) .pt151-bg {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

 .pt151-text {

  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }
 .pt151-bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px; }
.pt151-text > *:not(.pt151-bg) {
    position: relative; }

@media (max-width: 1024px) {
  .pt151-text {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .pt151-text {
    padding: 13px 15px 11px; } }

.pt151-promo-box:hover .pt151-bg {
  background: rgba(40, 121, 254, 0.9); 
 }
 
 .pt151-promo-box:hover .pt151-title-large {
  color:#08da97;
 }
 
  .pt151-promo-box:hover .pt151-title-large span {
  color:#08da97;
 }

.pt151-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}

.pt151-flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.pt151-promo [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px; }

    .pt151-text .pt151-title-small {
      color: #191919;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
     .pt151-text .pt151-title-small span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
    .pt151-text .pt151-title-large {
      color: #191919;
      font-size: 26px;
      line-height: 34px;
      font-weight: 500;
      letter-spacing: 0.03em;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .pt151-text .pt151-title-large span {
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
		
		
.pt151-sec-title{
	
	margin-bottom:0px;margin-top:6px;padding:6px 4px 0px 4px;font-size:3rem;letter-spacing:0.1rem;}

.pt151-post-text{
	width:60%;
	margin:0 auto;
	margin-bottom:30px;padding:10px 10px 0;
	font-size:13px;font-weight:300;text-align:center;}

@media (max-width: 992px){
	.pt151-post-text{
width:100%;
	}	
}
 /*eom*/

 
 /*pt152-promo*/
 .pt152-wrapper {
	 	 background:#e7e7e7;
		 padding-bottom:60px;
 } 
 .pt152-promo [class*="col-"].pt152-col-right {
	 padding-right:0px;
 }
 
  .pt152-promo [class*="col-"].pt152-col-left {
	 padding-left:0px;
 }
 
   .pt152-promo [class*="col-"].pt152-border-right {
	 border-right:1px solid #fff;
 }
 
    .pt152-promo [class*="col-"].pt152-border-top {
	 border-top:1px solid #fff;
 }
 
  .pt152-desc {
	 margin-top:20px;	 
 } 

 .pt152-promo h3{
	 font-size:32px;
	 letter-spacing:1px;
	 font-weight:300;

 }
 .pt152-wrapper:hover{
	background:#f5f5f5;
 }
 
 @media (max-width: 992px) {
	.pt152-promo [class*="col-"].pt152-col-right {
	 padding-right:15px;
	}
 
	.pt152-promo [class*="col-"].pt152-col-left {
	 padding-left:15px;
	}
 }
 /*eom*/
 
 
 /*pt153-promo*/
.pt153-promo h3.pt153-title{
	margin-top:30px;
	padding:6px 4px 0px 4px;
	letter-spacing:1px;
	margin-bottom:10px;
	font-size:3rem;color:#111;text-decoration:none;font-weight:bold;
	}
.pt153-post-text{
	width:60%;
		margin:0 auto;
	margin-bottom:0px;
	padding:10px 10px 0;
	font-size:14px;
	line-height:22px;
}
.pt153-readmore a{
	text-decoration:underline;
	color:#111;
	font-weight:600;
}

.pt153-readmore a:hover{
	text-decoration:none;
	color:#ff0000;

}

 @media (max-width: 992px) {
	.pt153-post-text{

	width:100%;
	}
 }
 /*eom*/
 
 

/*pt154-banner*/

.mac-band-01 {
	padding:60px 0;
	
	background: url('../images/get-inspired_bg_left.png') no-repeat #21b7cf;
background-position: bottom left;
}
.pt154-img-full img{
	width:100%;
}

.pt154-banner {
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}

.pt154-caption{
position: absolute;
z-index: 10;
top: 0;
right: 0;

color:#aaaeb0;
background:#121212;
width:50%;
height:100%;
padding:50px 15px 80px;
}

.pt154-vert-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.pt154-vert {
    display: table-cell;
    vertical-align: top;
	
}

.pt154-vert p{
	color:#fff;
	font-size:.9em;
	width:100%;
	font-weight:300;	
}

.pt154-vert a{

}

.pt154-banner .pt154-text-4 {
	font-family:'Oswald',sans-serif;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: .5em;
	font-size: 1.4em;
	font-weight:400;
}

.pt154-banner .pt154-text-4 span {
color:rgba(0,0,0,0.5);
font-weight:300;
letter-spacing:0.6px;
}

@media (max-width: 992px){  
  .pt154-vert {
	padding-left:0px;
	}
  .pt154-vert p{
	width:100%;
	}
}
/*eom*/

/*.pt155-news*/
.pt155-news h2{
	color: #6e5c79;
	letter-spacing:.2rem;
	font-weight:400;
}

.pt155-news h3{
font-size:3rem;
line-height:3.5rem;
color:#484848;
}

.pt155-readmore a{
padding:5px 30px;
margin-top:30px;
font-weight:600;
}
/*eom*/

.pt157-intro,.pt157_v2-intro {
	padding:100px 0 40px;
}

.pt157-intro h1,.pt157_v2-intro h1{
    margin-bottom: 0.57em;
    font-size: 3.0rem;
	letter-spacing:1px;
    position: relative;
    word-wrap: break-word;
    line-height: 1em;
}
.small-text {

    margin-bottom: 20px;
    letter-spacing: 0.8em;

	
	font-size: 1.5rem;
text-transform: uppercase;

line-height: 1.5em;
}

.pt157-intro p.lead,.pt157_v2-intro p.lead{
	
	font-weight: 300;
line-height: 2.0em;
font-size: 16px;
overflow-wrap: break-word;	
}


@media (max-width: 993px){
	.pt157-intro,.pt157_v2-intro {
		padding:20px 0 10px;
	}
}

.pt157_v2-right {
	color:#fff;
	padding:80px 0 0 20px;
}



.gallery-item {
	position: relative;
    float: left;
    text-align: center;
    width: 50%;
}
.gallery-item {
    margin-bottom: 0;
    border-left: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.gallery-item .gallery-icon a {
    display: block;
    padding-bottom: 0;
    border: 0 !important;
}

.gallery-item .gallery-icon a img {
border-radius:8px;
}

.bg-graphic {
	background:url('../images/french-stucco.png');
}

#pt009-breadcrumb{
	position:relative;
	/*font-family: 'Lato',sans-serif;*/

	background: url('../images/breadcrumb-content.jpg') no-repeat center top #e4e4e4;
	background-size: cover;
	padding:15px 0px;
	font-weight:400;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	/*padding: 52px 0px;*/
	height:120px;
color:#fff;
margin-top: 0px;
	
	}

#pt009-breadcrumb .breadcrumb { background: none repeat scroll 0 0 transparent; list-style: none outside none;margin:30px 0 0;padding:0px 0px;}
#pt009-breadcrumb .breadcrumb li {font-size: 14px;font-weight: normal;/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/}
#pt009-breadcrumb .breadcrumb li a {/*color: rgba(154,137,120,1);*/color:#fff;/*text-shadow: 1px 1px #fff !important;*/}
#pt009-breadcrumb .breadcrumb li a:hover {color:#e30613;}

#pt009-breadcrumb .breadcrumb > li + li:before {
  padding: 0 0px;
  /*color: rgba(178,162,146,1);*/
  color:#fff;
  content: "\002f";
}

#pt009-top-date{padding-top:30px;font-size:14px;}
#pt009-mday{background:#000;padding:3px 2px 3px 5px;margin-right:5px;color:#fff;/*text-shadow: 1px 1px #000 !important;*/}


/*pt066-portfolio*/
.pt066-portfolio{
	 font-family: 'Oswald', arial, sans-serif;
	 color:#111;
}

.pt066-portfolio .row{
	margin:0 !important;
}

.pt066-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt066-section-title>a,.pt066-section-title>a:visited,.pt066-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt066-section-title>a:hover {
color:#111;
text-decoration:underline;
}
.pt066-portfolio{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 140px 0;
}

.pt066-works-filter{
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	color: #555;
	cursor: default;
}
.pt066-works-filter a{
	display: inline-block;
	margin: 0 27px;
	color: #999;
	text-decoration: none;
	
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	cursor: pointer;
}
.pt066-works-filter a:hover{
	color: #111;
	text-decoration: none;
}
.pt066-works-filter a.active{
	color: #111;
	cursor: default;
}
.pt066-works-filter a.active:hover{
	color: #111;
}

.pt066-works-grid{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt066-item{
	width: 25%;
	float: left;
	margin: 0;
    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pt066-grid-2 .pt066-item{
	width: 50%;
}
.pt066-grid-3 .pt066-item{
	width: 33.333%;
}
.container .pt066-grid-3 .pt066-item{
	width: 33.2%;
}
.pt066-grid-5 .pt066-item{
	width: 20%;
}

.pt066-works-grid.pt066-grid-gut{
    margin: 0 0 0 -10px;
}
.pt066-works-grid.pt066-grid-gut .pt066-item{
    padding: 0 0 10px 10px;
}

.pt066-item > a{
	display: block;	
	padding: 0 0 84px 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.pt066-item a,
.pt066-item a:hover{
	color: #111;
	border: none;
}
.pt066-work-img{
	position: relative;
	overflow: hidden;
}
.pt066-work-img img{
	width: 100%;
	display: block;
	overflow: hidden;
}
.pt066-work-intro{
	width: 100%;
	height: 84px;
	padding: 20px 20px 0 20px;
    
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.pt066-work-title{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.pt066-work-desc{	
	font-size: 11px;
	text-align: center;
    text-transform: uppercase;
	color: #aaa;
	line-height: 1.2;
}
.pt066-works-grid.pt066-hide-titles .pt066-item > a{
	overflow: hidden;	
	padding: 0;
}
.pt066-works-grid.pt066-hide-titles .pt066-item .pt066-work-intro{
	opacity: 0;
	bottom: -94px;
}
.pt066-works-grid.pt066-hide-titles .pt066-item:hover .pt066-work-intro{
	opacity: 1;
}

.pt066-work-intro{
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-intro{
	/*bottom: auto;*/
	/*top: 50%;*/
	color: #fff;
	
	-webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);	
	
	z-index: 3; 
}
.pt066-item:hover .pt066-work-title{
	color: #ccc;
}
.pt066-item:hover .pt066-work-desc{
	color: #999;
}
.pt066-item .pt066-work-img:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250,250,250, 0);
	
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	
}
.pt066-item:hover .pt066-work-img:after{	
	background: rgba(20,20,20, .85);
}

.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-title,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-desc{
	color: #fff;
}
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-img:after{	
	background: #e41919;
	opacity: .73;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-title,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-desc{
	color: #000;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-img:after{	
	background: rgba(250,250,250, .9);
}

.pt066-item .pt066-work-img > img{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-img > img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


@media only screen and (max-width: 1024px) {	
    .pt066-portfolio{
        padding: 120px 0;
        
    }

}
  
@media only screen and (max-width: 992px) {
    .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item{
        width: 50%;
    }
}  
  
 
@media only screen and (max-width: 768px) {

	.pt066-portfolio {
        padding: 80px 0;
    }	

	.pt066-works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
	}
}
  
@media only screen and (max-width: 480px) {
    
    .pt066-works-filter a{
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}	
	
	.pt066-item,
    .pt066-grid-2 .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item {
        width: 100%;
    }	
}


ol {
    list-style-type: decimal;
	list-style-position: inside;
}
.pt-content-wrapper ul {
    list-style-type: disc;
	list-style-position: inside;
}

ol li, ul li{
	margin-bottom:10px;
}


.pt010-widget{
margin-bottom:30px;
padding:0px;
/*background:#fcfcfc;*/
/*border-bottom: 2px solid #d5d2d2;*/
border-radius: 0 0 0px 0px;
margin-top:25px;
}

.pt010-widget ul{
padding:0;
}

.pt010-widget-title{
 /*font-family: "Open Sans",arial,sans-serif;*/
  margin-bottom:8px;
  font-size:20px;
  padding:12px 0px;
  color:#000;
  font-weight:600; 
  letter-spacing:0px;
}

.pt010-widget-title span:after {
   background-color:#f9ae00;
  bottom: 0;
  content: "";
  margin-top: 8px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}

.pt010-widget-title{
/*background-color:#55846b;*/

}

.pt010-widget-title span{
 padding:0px;
  
}

.pt010-widget .pt-std-price {font-size:0.8em;color:#bc945e;}



.pt010-widget-list li {
  /*min-height: 56px;*/
  position: relative;
  margin-bottom: 10px;
  padding: 4px 0 4px;
  border-bottom: 1px dotted #000;
}
.pt010-widget-list li img {
	margin-bottom:25px;
	clear:both;
}

.pt010-widget-list li h5{
margin:0px;
padding:0px;
}

.pt010-widget-list li h5 a{
font-size:1.15em;
line-height:1.5em;
}

.pt010-widget-list li:last-child  {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.pt010-widget-list h5 a {
  margin-top: 0;
  color:#000;
}

.pt010-widget-list h5 a:hover {
color:#f9ae00;

}

.pt010-widget-list li img {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
margin-left:0px;
}

.pt010-widget-list li:hover img {
border-color:#17b1f9;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-ms-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
}

.pt010-widget-list li:hover span{
color:#000;
}

.pt010-widget-list i {
  color: #999;
}

.pt010-widget-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
  border:1px solid #ccc;
}

.pt010-widget-list .cont_current a h5{
 /*color:#55846b;*/
  color:#121212;
 }

.pt010-widget-list .cont_current img{
 border-color:#55846b;
 opacity:1 !important;
 filter:alpha(opacity=100); /* For IE8 and earlier */
 }
.pt010-widget-list .cont_current span{
color:#000;
 }
  li.cont_current h5 {
	  font-weight:normal;
  }
 
 li.cont_current h5 a{
	 color:#f9ae00 !important;
 }
 #green_bar {
	 position:relative;
	  background: url('../images/green_bar_1.png') no-repeat top center;
	  height:75px;
	  margin-top:-75px;
	  z-index:200 !important;
 }
 #bfe-about{
	
background:#f5f5f5;
	  color: #000;
	  padding:100px 0 100px;
 }
 
  #atlantis1 p {
	  font-size:15px;
  }
 .section-title {
    font-size: 26px;
    line-height: 36px;
    /*text-transform: uppercase;*/
    float: left;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;

}

.section-title::after {
    content: " ";
    display: block;
    background-color: #74b72d;
    height: 5px;
    width: 60px;
    margin: 5px 0 10px;
}


.process-box {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 25px 0;
    position: relative;
}
.process-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #337d70;
	 background: #599f6d;
}

.process-box h3, .bold-title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0px;
}

.creat-list {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.creat-list li {
    float: left;
    margin-right: 10px;
}

.creat-list li a, .text-link {
    float: left;
    padding-left: 30px;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
	text-decoration:underline;
}

.creat-list li a::before, .text-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.creat-list li a:hover {
	color:#337d70;
}

.creat-list li a:hover:before , .text-link:hover:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pt-border-img img {
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
	border-radius:5px;
}


/*pt056-services*/

.pt056-title {
	letter-spacing: 0em;
	font-size:32px;
	color:#337d70;
	font-weight: 700;
	padding-top:80px;

	margin-bottom:30px;
}

.pt056-icon {
	line-height: 40px;
text-align: center;
font-size: 28px;
color: #111;

}
.pt056-services .media{
	margin-top:30px;
}
.pt056-services h4.media-heading{
   margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
	 letter-spacing: 1px;	
}

.pt056-services .media-body {
	padding-left:30px;
	padding-right:30px;
	font-size: 13px;
font-weight: 300;
color: #222;
}

.pt-count-number {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
	 color: rgba(255,255,255,1);
}

.pt056-count-desc{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
	padding-top:240px;
	padding-bottom:40px;
}

.pt056-count-title {
    font-family: Dosis, arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0.2em;
}

.pt056-number-title {
	color: rgba(255,255,255,0.8);
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4em;
	margin-top:15px;
}

#count-down{
	padding:120px 0;
	background:#000;
	color:#fff;
	
}
ul#countdown-list li{
	display:inline;
	background:#337d70;
	padding:60px 30px;
	border-radius:5px;
	margin-left:20px;
	 
}

ul#countdown-list li span{
font-size:56px;
font-weight:600;
}

/*pt057-services*/
.pt057-services{
	width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#fff;
	
	margin-bottom:100px;
}

.pt057-services .pt-img-cover {
	border-radius: 0px 4px 40px 0px;
overflow: hidden;
}
.pt057-title {
	font-size:44px;
	line-height:44px;
	font-weight:700;
color:#333;
margin-bottom:20px;
}

.pt057-title span {
    display: block;
    font-size: 18px;
    line-height: 12px;
    color: #ff414b;
    margin-bottom: 10px;
}

.pt057-content {
	margin-left:100px;
	margin-top:160px;
}
.pt057-content p{
	color:#434345;
	width:70%;
	font-weight:500;
	margin-bottom:30px;
}
.pt057-icon {
	line-height: 40px;
text-align: center;
font-size: 28px;
color: #111;

}
.pt057-services .media{
	margin-top:30px;
}
.pt057-services h4.media-heading{
   margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #111;
	 letter-spacing: 0.2em;	
}

.pt057-services .media-body {
	padding-left:30px;
	padding-right:30px;
	font-size: 13px;
font-weight: 300;
color: #999;
}

.pt057-section-heading{    
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pt057-section-heading .pt-icon-big{
	border-color:#ff0000;
	background:#ff0000;
}

.pt057-table-display{
    width: 100%;
    min-height: 600px;
    display: table;
	height:600px;
}
.pt057-cell-display{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pt057-section-content{
    width: 50%;
    position: relative;
    overflow: hidden;
min-height:600px;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	*/
}

@media(max-width:991px) {
	.pt057-section-heading{    
		width: 100%;
	}
	.pt057-section-content{
    width: 100%;
	padding-bottom:60px;
	}
	
	.pt057-content {
	margin-left:15px;
	margin-top:30px;
}

.pt057-content p{

	width:100%;

}
	.pt057-section-content{
		background:#fafafa;
		min-height:300px;
	}
}

.ts-exp-content {
    /*max-width: 560px;*/
    padding: 100px 80px;
    position: relative;
    z-index: 1;
	 color: 
    #fff;
}

.column-title {
    color: 
    #fff;
    font-weight: 600;
    margin-bottom: 10px;
	line-height: 42px;
text-align: left;
font-size: 36px;
position: relative;
padding-bottom: 30px;
}

.column-title span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}


/*pt097-accordion*/
.pt097-accordion-wrapper .panel{margin-bottom:5px;border:1px solid #337d70;padding:0px;}
.pt097-accordion-wrapper .panel-heading{border-bottom:0px solid #95c300;border-left:0px solid #95c300;padding-left:0;border-bottom-left-radius:0px;}
.pt097-accordion-wrapper .panel-heading .panel-title{margin-bottom:10px !important;font-size:1.2rem;padding-top:10px;padding-left:40px;margin-left:-40px;font-weight:300;}
.pt097-accordion-wrapper .panel-heading .panel-title i{color:#d9f3fa;margin-left:-25px;margin-right:20px;}
.pt097-accordion-wrapper .panel-heading .panel-title a{display:block;width:100%;position:relative;color:#222;}
.pt097-accordion-wrapper .panel-heading .panel-title a:after{font-family:"FontAwesome";content:'\f106';position:absolute;top:30%;right:0;font-size:15px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.pt097-accordion-wrapper .panel-heading .panel-title a.collapsed:after{content:'\f107';}
.pt097-accordion-wrapper .panel-heading + .panel-collapse{border-top:0;}
.pt097-accordion-wrapper .panel-heading + .panel-collapse > .panel-body{border-top:0;}

.pt097-accordion-wrapper .panel-body {
	padding:0 20px;
}

.csi-panel .csi-single-schedule {
    display: flex;
    padding: 2rem 1.5rem;
}

.csi-panel .csi-single-schedule .author {
    max-width: 100px;
    margin-right: 1rem;
}

.csi-panel .csi-single-schedule .author img {
    border-radius: 50%;
    margin-bottom: .4rem;
    border: 2px solid #37a08f;
}

.csi-panel .collapsed .author img {
    border: 2px solid transparent !important;
}

.csi-panel .schedule-info .author-info span {
    color: 
    #b21e8e;
}

.csi-panel .schedule-info {
    width: 100%;
    background: #f1f1f1;
    padding: 1rem 2rem;
    border-radius: 6px;
}

.csi-panel .schedule-info .time {
    font-family: Oswald,sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.csi-panel .schedule-info .time span {
    color: 
    #16aced;
}

.csi-panel .panel-body .text {
    margin-bottom: 1.6rem;
	margin-top:0rem;
}

.csi-panel .panel-body .location {
    font-family: Oswald,sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.csi-panel .schedule-info .title {
    font-family: Oswald,sans-serif;
    font-size: 2.6rem;
    line-height: 4.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	margin-top:20px;
}

.csi-panel .panel-body .location strong {
    font-weight: 700;
    color: #000;
}

.pt079-modal-demo .modal-aside {
	padding:0px 0px !important;
}

.creat-list_r1 {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.creat-list_r1 li {
    float: left;
    margin-right: 10px;
}

.creat-list_r1 li a {
    float: left;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    color: #337d70;
}


.creat-list_r1 li a:hover {
	text-decoration:underline;
}

#footer_logo {
	padding:60px 0;
	background:#000;
}

.jus-01-intro {
	min-height:600px;
	background:#e0e5eb;
	position:relative;
		z-index:-4;
padding:40px 0;
color:#fff;
}
.jus01-half {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#000;
	width:50%;
	z-index:-3;
}

.container.dxs {
	box-sizing: border-box;
		z-index:6;

background:transparent;
padding:80px;
}

.jus-01-inner {
	background:#337d70;
	background:#37a08f;
	color:#fff;
	padding:20px 40px;
	border-radius:10px;
-webkit-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.3);
}
@media (max-width: 992px){
.jus01-half { 
	width:100%;
}
.jus-01-inner {
	margin-top:30px;
}
}

.jus-project-inner{
	width: calc(((100% - 1635px) / 2) + 1060px);
}

@media (max-width: 992px){ 
.jus-project-inner{
	width:100%;
}
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: 
#ffffff;
padding: 17px 40px;
font-weight: 500;
overflow: hidden;
background-color: #12a9d1;
    text-transform: capitalize;
border-radius: 100px;
border:3px solid #12a9d1;
}

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: 
#ffffff;
padding: 17px 40px;
font-weight: 500;
overflow: hidden;
background-color: #00ab4e;
    text-transform: capitalize;
border-radius: 100px;
border:3px solid #00ab4e;
}

.btn-style-sixteen {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 21px;
    color: 
#ffffff;
padding: 17px 40px;
font-weight: 500;
overflow: hidden;
background-color: #f8ac00;
    text-transform: capitalize;
border-radius: 4px;
border:2px solid #f8ac00;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: 
#ffffff;
padding: 17px 40px;
font-weight: 500;
overflow: hidden;
background-color: transparent;
/*text-transform: capitalize;*/
border-radius: 100px;
border:3px solid #454547;
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: 
#ffffff;
padding: 17px 40px;
font-weight: 500;
overflow: hidden;
background-color: transparent;
    text-transform: capitalize;
border-radius: 100px;
border:3px solid #1cc3cb;
}

.btn-style-fourteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: 
#ffffff;
padding: 12px 40px;
font-weight: 500;
overflow: hidden;
background-color: transparent;
border-radius: 120px;
border:1px solid #fff;
}

.btn-style-fourteenb {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: 
#000;
padding: 12px 34px;
font-weight: 500;
overflow: hidden;
background-color: transparent;
border-radius: 4px;
border:1px solid #000;
}

.btn-style-fourteeno {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color:#000;
padding: 8px 22px;
font-weight: 500;
overflow: hidden;
background-color: transparent;
border-radius: 4px;
border:2px solid #f8ac00;
}


.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px !important;
    line-height: 30px;
    color: #ffffff !important;
padding: 10px 30px !important;
font-weight: 400;
overflow: hidden;
background-color:#5aa231;
margin-top:-10px !important;
border-width: 0px;
border-style: solid;
border-radius: 40px;
}

.btn-style-twelve {
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    line-height: 30px;
    color: #ffffff !important;
padding: 10px 30px !important;
font-weight: 400;
overflow: hidden;
background-color:#f8ac00;
margin-top:-10px !important;
border-width: 0px;
border-style: solid;
border-radius: 4px;
}

.btn-style-twelvec {
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    line-height: 30px;
    color: #ffffff !important;
padding: 10px 30px !important;
font-weight: 400;
overflow: hidden;
background-color:#4ec1cd;
margin-top:-10px !important;
border-width: 0px;
border-style: solid;
border-radius: 4px;
}


.btn-style-one::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-six::before, .btn-style-sixteen::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}



.btn-style-two::before, .btn-style-twelve::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	
}


.btn-style-one:hover{
	background-color:#ff414b;
	border:3px solid #ff414b;
	color:#fff;
}

.btn-style-six:hover{
	background-color:#00891b;
	border:3px solid #00891b;
	color:#fff;
}

.btn-style-sixteen:hover{
	background-color:#ff414b;
	border:2px solid #ff414b;
	color:#fff;
}

.btn-style-three:hover, .btn-style-four:hover{
	background-color:#fff;
	border:3px solid #fff;
	color:#000;
}

 .btn-style-fourteen:hover{
	background-color:#fff;
	border:1px solid #fff;
	color:#000;
}

 .btn-style-fourteenb:hover{
	background-color:#000;
	border:1px solid #000;
	color:#fff;
}

 .btn-style-fourteeno:hover{
	background-color:#f8ac00;
	border:2px solid #f8ac00;
	color:#fff;
}


.btn-style-two:hover, .btn-style-twelve:hover {
	background-color: #ff414b;
	color:#fff;
}

.btn-style-twelvec:hover {
	background-color: #fff;
	color:#252839 !important;
}


/*pt062_r1-owl-news*/
#bfe-events {
	/*background-image: url('../images/bg-sport-new.png');
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background:#fff;
  padding-top:60px;
}
.pt062_r1-owl-news{
	 color:#333;
}

.pt062_r1-owl-news .row{
	margin:0 !important;
}

.pt062_r1-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt062_r1-item {
	background:rgba(0,0,0,0.6);
	background:#fff;
	/*border: 1px solid #ebecf0;*/
	border-radius: 0px 0 4px 4px;
	border-bottom:2px solid #ccc;
}


.pt062_r1-section-title {
	/*font-family: 'Lato', arial, sans-serif;*/
position: relative;
color:#333;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0em;
line-height: 1.4;
text-align:center;
padding: 0 30px;
margin-bottom:10px;
}

.dash{
	margin-bottom:30px;
}

.dash::after {
    content: ' ';
    clear: both;
    display: block;
    margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-width: 0 0 3px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    width: 6.5em;
    margin-bottom: 2.1em;
    color: #11965a;
}

/*
h2.pt062_r1-section-title::before {
	color: #333;
content: "...";
position:relative;
top: -10px;
}
h2.pt062_r1-section-title::after {
	color: #333;
content: "...";
position:relative;
top: -10px;
}
*/

.pt062_r1-section-title>a,.pt062_r1-section-title>a:visited,.pt062_r1-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt062_r1-section-title>a:hover {
color:#111;
text-decoration:underline;
}


.pt062_r1-content-wrapper {
	padding: 15px;
}

.pt062_r1-box-border {
	border: 0px solid #eee;
	padding: 0px;
}


.pt062_r1-title{
    /*font-family: 'Lato', arial, sans-serif;*/

	margin-bottom: 6px;
	margin-top: 6px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0em;
min-height:40px;
}
.pt062_r1-title a{
	color:#333;
    text-decoration: none;
}
.pt062_r1-title a:hover{
    color: #11965a;
}
.pt062_r1-post-meta,
.pt062_r1-post-meta a{
    margin-bottom: 0px;
	padding-left:10px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
}
.pt062_r1-post-meta a:hover{
    color: #111;
}
.pt062_r1-post-text{
    margin-bottom: 0px;
	padding:0 10px;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.pt062_r1-readmore{
	padding-left:0px;
	padding-bottom:20px;
	margin-top:5px;
}
/*
.pt062_r1-readmore a{
	border-radius:0px;
}
.pt062_r1-readmore a:hover{
	background:#e30613;
	color:#fff !important;
}

*/

.pt062_r1-readmore .button2 {
	background:#7cb908;
}

.pt062_r1-readmore {
	text-align: center;
border: 1px solid #1a1a26;
height: 32px;
width: 32px;
border-radius: 16px;
margin-top: 20px;
}

.pt062_r1-readmore a {
	color: ##1a1a26;
font-size: 22px;
}

/*
.pt062_r1-readmore a .fa {
	font-size:1.3rem;
	padding:4px 5px;
	width:24px;
	height:24px;
    border: 2px solid #11965a;
	border-radius:50%;
	margin-right:5px;
}
*/
/*
.pt062_r1-readmore:hover a{
	color: #000;
}

.pt062_r1-readmore:hover a .fa{
	border: 2px solid #000;
}
*/

.pt062_r1-readmore {
    text-align: center;
    border: 1px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    margin-top: 20px;
}

.pt062_r1-readmore a {
    color: #000;
    font-size: 22px;
}

.pt062_r1-readmore a:hover, .pt062_r1-readmore a:hover .pt062_r1-readmore {
    color: #136fd2;
}

.pt062_r1-readmore a:hover .pt062_r1-readmore {
   border: 1px solid #136fd2;
}

.pt062_r1-readmore a > i {
    margin-top: 2px;
    margin-left: 2px;
}


.pt062_r1-owl-news .owl-buttons{
	position: static;
}
.pt062_r1-owl-news .owl-prev,
.pt062_r1-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #111;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062_r1-owl-news .owl-prev{
	left: -50px;
}
.pt062_r1-owl-news .owl-next{
	right: -50px;
}
.pt062_r1-owl-news .owl-prev:before,
.pt062_r1-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062_r1-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt062_r1-owl-news .owl-prev .fa,
.pt062_r1-owl-news .owl-next .fa{
    position: relative;
	top:45px;
	color:#fff;
}
.pt062_r1-owl-news .owl-prev:hover,
.pt062_r1-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt062_r1-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt062_r1-owl-news .owl-prev:active:before,
.pt062_r1-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt062_r1-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt062_r1-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



.post_item {
	padding:30px;
	/*box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);*/
	border-radius:0px;
	background:#eee;
	
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}


.padding20 {
    padding: 20px;
}
.full-row {
    width: 100%;
    position: relative;
}

.color-gray {
    color: #bdbdbd;
}

.post_title {
 font-size:2rem;
 /*
   white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;*/
	margin-top:15px;
	margin-bottom:30px;
}
.post_title a{
	font-size: 2.2rem;
font-family: 'Source Sans Pro', arial, sans-serif;
font-weight: 700;
color: #1a1a26;
line-height: 3rem;

}
.post_title a:hover{
	color:#fdc300;
}

.post_info p{
	font-size:0.9em;
}

/*
.post_info::after {
    background: #fff;
}
.post_info::after {
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -25px;
    transform: rotate(-6deg);
    width: 130%;
    z-index: -1;
}
*/

/*pt078-band*/	
.pt078-band {
		background:#252839;
		background:#02112a;
	 color: #ffffff; 

} 

.pt078-wrapper {
	padding:80px 0 60px;
}
 
.pt078-band h2 {
   
	letter-spacing: 0.02rem;
	font-weight: 600;
	
}
.pt078-band h2 {
	font-size:3.8rem;
} 
.pt078-highlight{
	font-weight:600;
	color:#4ec1cd;
}

.pt078-band .pt078-mockup {
    position: absolute;
    height: 100%;
    width: auto; 
}

.width-80 {
	width:80%;
}


@media (max-width: 767px) {

    .pt078-band .pt078-mockup {
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		max-width: 50%; 
	} 
}

@media (max-width: 992px) {
.width-80 {
	width:100%;
}
}

.modal-open .modal {
	z-index:9999;
}



#dvr_about_us{

background-image:url('../images/about-bg.jpg');
background-color: #000;
background-repeat: no-repeat;
background-position: right top;
position: relative;
margin-bottom:0px;
color:#fff;
margin-top:150px;

}

#dvr_about_us.dvr_success{
	background-image:url('../images/success.jpg');
	background-color: #1e1e28;
	margin-bottom:0px;
	margin-top:0px;
}

@media (max-width: 992px) {
#dvr_about_us{
	margin-bottom:160px;
}
}

#dvr_about_us p{
	
	color:#9097a5 !important;
}

#dvr_about_us p.lead {
	font-size:18px;
	line-height: 30px;
}



#dvr_about_text {
min-height: 620px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+66,000000+99&1+65,0+100 */
background: -moz-linear-gradient(left,  rgba(30,30,40,1) 65%, rgba(30,30,40,0.97) 66%, rgba(30,30,40,0.03) 99%, rgba(30,30,40,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(30,30,40,1) 65%,rgba(30,30,40,0.97) 66%,rgba(30,30,40,0.03) 99%,rgba(30,30,40,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(30,30,40,1) 65%,rgba(30,30,40,0.97) 66%,rgba(30,30,40,0.03) 99%,rgba(30,30,40,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e28', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}


#dvr_about_text2 {
min-height: 521px;

background:#1e1e28;


}




.dvr_main_text {
	padding:80px 15px 80px;
}

.dvr_main_text2 {
	padding:60px 15px 60px;
}

.dvr_text_h4 {
	display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .15em;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

.dvr_text_h3 {
	font-size:42px;
line-height: 48px;
font-weight: 700;
margin-bottom: 0;
z-index: 1;
position: relative;
margin-top: 30px;
}

.no-padding {padding:0 !important;}

.dvr_heading {
	position:relative
}
.heading__layout {
  display: initial;
    color: transparent;
    font-size: 100px;
    line-height: .85;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    letter-spacing: -.08em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dedddd;
    position: absolute;
    left: 20px;
    top: -30px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heading__layout2 {
  display: initial;
    color: transparent;
    font-size: 100px;
    line-height: .85;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    letter-spacing: -.08em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dedddd;
    position: absolute;
    left: 38%;
    top: -30px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heading__layout3 {
  display: initial;
    color: transparent;
    font-size: 100px;
    line-height: .85;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    letter-spacing: -.08em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dedddd;
    position: absolute;
    left: 46%;
    top: -30px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.pt093-features .icon-box {
	margin: 15px 0;
	padding:2px;
}

.pt093-features .icon-box .icon {
	padding-right: 15px;
}

.pt093-features .icon-box .icon i {
    background-color: #12a9d1;
	color: #fff;
    border: 2px solid transparent;
	border-radius: 50%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;	
    -webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;
    width: 45px;
}

.pt093-features .icon-box:hover .icon i {
    border: 2px solid #fff;
}

.pt093-features ul{
	padding:0px;
	
}

.pt093-features li{
list-style: none;
}

.pt093-features .list-inline li{
list-style: none;
display:inline-block;
}


/* box-shadow */
.pt093-features .icon-box:hover .icon i {
    -webkit-box-shadow: 0px 0px 0px 2px #00aeff;
            box-shadow: 0px 0px 0px 2px #00aeff;
}

.pt093-features .pt-btn-border{
	border-radius:0px !important;
	border-color:#00aeff;
	color:#fff;
	margin-left:10px;
	font-size:0.9rem;
	font-weight:400;
	margin-top:5px;
}

.pt093-features .pt-btn-border i{
	color:#fff;
	border-left: 0px transparent;
}

.pt093-features .pt-btn-border:hover{

	border-color:transparent;

}


/*pt053_2-services*/
.pt053_2-services{
	padding:100px 0 150px;
	 color: #fff;
	 background: url('../images/trans-pattern.png') #599f6d;
	 
}
.pt053_2-section-title {

	font-weight: 700;
	color: #fff;
font-size: 50px;
line-height: 50px;
}

.pt053_2-title {
	color:#fff;
	margin-bottom: 21px;
	margin-top:30px;
    font-size: 20px;
	 line-height: 20px;
    font-weight: 700;
    letter-spacing:0px;

}
.pt053_2-desc {
    font-size: 16px;
	line-height:22px;
    font-weight: 600;
	margin-bottom:30px;
}

.pt053_2-subtitle {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 34px;
    letter-spacing: 0;
    color: #ff8f3c;
    white-space: nowrap;
}

.pt053_2-services p.lead{
	margin:0 auto;
	font-size:20px;
	margin-bottom:20px;
}

.pt159-cat  {
	color:#000;
	margin-top:-100px;
	margin-bottom:0px;
background:#f5f5f5;
/*
background:#1b1b1b;
background-color: rgba(255,255,255,0);
background-image: linear-gradient(150deg, #1db2d9 0%,#5aa231 100%);
background-position: center center;
background-repeat: no-repeat;
border-width: 0px 0px 0px 0px;
border-color: #eae9e9;
border-style: solid;
*/
z-index:100;

}

.box-title {
    position: absolute;
color:#fff;
    width: 100%;
    padding: 0 30px;
    bottom: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0);
	/*text-shadow: 1px 1px rgba(0,0,0,0.8);*/
	z-index:999;
}
.box-title h4 {
	color:#fff;
	font-size:2.4rem;
	font-weight:600;
	margin-bottom:0px;

}
.wrapper{/*overflow:hidden;*/position:relative;}
/* hovers */
.view {width: 100%;height: 100%;margin:0  0 15px 0;position: relative;text-align: center;cursor: default;background: #fff;overflow:hidden;
border-radius:5px 5px 40px 5px;
box-shadow: 1px 4px 12px -1px rgba(0,0,0,0.6);
z-index:99;
}

.view .mask-overlay {width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0;left: 0;background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0));}
.view .mask, .view .content {width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0;left: 0}
.view img {display: block;position: relative;box-shadow: 1px 5px 22px -1px #000;}
.view h2 {text-transform: uppercase;color: #fff;text-align: center;position: relative;font-size: 17px;padding: 10px;background: rgba(0, 0, 0, 0.8);margin: 20px 0 0 0}
.view p {font-family: Georgia, serif;font-style: italic;font-size: 12px;position: relative;color: #fff;padding: 10px 20px 20px;text-align: center}
.view a.btn {
	font-family:"Barlow Condensed", arial, sans-serif;
	background:transparent;
	font-size:16px;
	font-weight:700;
	color:#fff;
	border:1px solid #fff;
	padding:10px 24px 8px;
	border-radius:10em;
	
	
	display: inline-block;text-decoration: none;-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;

}
.view a.btn:hover { background:#fff; color:#000;}
/* first hover */

.view_first img {-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.view_first .mask {opacity: 0;background-color: rgba(3,142,211, 0.7);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.view_first h2 {
margin-top:50px;
opacity: 0;
   -moz-transform: translateY(-100px); -webkit-transform: translateY(-100px); -o-transform: translateY(-100px);transform: translateY(-100px);
   -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.view_first p {opacity: 0;
    -moz-transform: translateY(100px);-webkit-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);
	-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}

.view_first:hover img {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.view_first:hover .mask {opacity: 1;}
.view_first:hover h2,
.view_first:hover p,
.view_first:hover a.btn {opacity: 1;-moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px);transform: translateY(0px);}
.view_first:hover p {-moz-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;-o-transition-delay: 0.1s;transition-delay: 0.1s;}


.view_first:hover .mask-overlay {display:none}

.pt159-cat .col-md-4:hover .box-title {
	opacity:0;
}

.label-wrap {
color:#fff;
font-size:18px;
font-weight:700;
position: absolute;
display: block;
z-index: 1000;
width: 50%;
height: 36px;
line-height: 36px;
border-radius: 3px;
background-color: #19AD55;
text-align: center;
box-shadow: 1px 4px 10px -1px rgba(0,0,0,0.6);
top: 0;
left: 50%;
transform: translate(-50%,-50%);
background-color: #038ed3
}
/*eom*/


.heading {
    position: relative;
}
.heading--white {
    color: #fff;
}
.heading--white .heading__pre-title {
    color: #fff;
}
.heading__pre-title {
    display: inline-block;
    color: #a9aeb3;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .15em;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

.heading__title {
    font-size: 42px;
    line-height: 58px;
	font-weight:700;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
	margin-top:0px;
}

.layout--dgray {
    -webkit-text-stroke-color: rgba(255,255,255,0.2);
}



#contact_home {
padding:100px 0 120px;
	/*background-image: url('../images/contact_bg.jpg');*/
	background-position: center center;
background-size: auto;
background-repeat: no-repeat;

color:#737373;

-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
}

#contact_shadow {
	padding:40px 0 100px;
-webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);
box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.3);	
}

.title-base {
	color:#000;
    margin-bottom: 20px;

position: relative;
}

.title-base h3 {
		/*font-family:"Playfair Display", sans-serif;*/
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-top: 0;
}

.title-base p {
	/*font-family:"Playfair Display", sans-serif;*/
    margin: auto;
        margin-bottom: auto;
    padding-bottom: 5px;
    font-size: 15px;
    opacity: .8;
    font-style: italic;
	line-height: 25px;
font-weight: 300;
color:#737373;
letter-spacing:1px;
}

.list-texts {
	margin-top:30px;
}

.list-texts strong{
	color:#000;
}
.form-box {
	margin-top:40px;
}

.form-box [class*="col-md-"] {
    padding: 0 6.5px;
}


.form-box input[type="text"], .form-box input[type="password"], .form-box textarea {
font-size:13px;
border:none;
    border-bottom: 1px solid 
    #d4d4d4;
}

.form-control {
    border-radius: 0;
    font-size: 13px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid 
    #d4d4d4;
    background: none;
	
	
box-shadow: inset 0 1px 1px rgba(0, 0, 0,0);
}

.form-box > .space.xs {
    height: 12px;
}


/*pt062-owl-news*/
.pt062-owl-news{
	 color:#111;
	 padding:100px 0 120px;
}

.pt062-owl-news .owl-carousel{
	overflow:hidden;
}

.pt062-owl-news .row{
	margin:0 !important;
}

.pt062-owl-news .owl-carousel{
	list-style:none;
}

.pt062-item {
	background:#fff;
	padding-bottom:40px;
	border-radius: 5px;
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.1);
}

.pt062-item  .pt-img-zoom2 {
	border-radius:5px 5px 0px 0;
}

.pt159-wrapper {
	padding:0px;
}

.pt062-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.3em;
line-height: 1.4;
}

.pt062-section-title>a,.pt062-section-title>a:visited,.pt062-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}

.pt062-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt062-title{
    margin-bottom: 6px;
	margin-top: 6px;
	padding-left:10px;
    font-size: 15px;
    letter-spacing: 0em;
	font-weight:bold;
	padding-top:8px;
}

.pt062-title a{
	font-family:'Roboto', sans-serif;
    color: #333;
    text-decoration: none;
	padding: 16px 10px 0;
margin-bottom: 0;
font-size: 19px;
}

.pt062-title a:hover{
    color: #72b42f;
}

.pt062-post-meta,
.pt062-post-meta a{
    margin-bottom: 0px;
	padding-left:10px;
    font-size: 13px;
    text-decoration: none;
    color: #787878;
	text-transform:uppercase;
}

.pt062-post-meta a:hover{
    color: #72b42f;
}
.pt062-post-text{
    margin-bottom: 0px;
	padding:10px;
    color: #111;
    font-size: 15px;
    font-weight: 300;
}

.pt062-readmore{
	padding-left:10px;
	padding-bottom:20px;
	margin-top:5px;
}

.pt062-readmore a{
	border-radius:0px;
}

.pt062-readmore a:hover{
	background:#ccc;
	color:#111 !important;
}

.pt062-owl-news .owl-buttons{
	position: static;
}

.pt062-owl-news .owl-prev,
.pt062-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pt062-owl-news .owl-prev{
	left: -50px;
}

.pt062-owl-news .owl-next{
	right: -50px;
}

.pt062-owl-news .owl-prev:before,
.pt062-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pt062-owl-news .owl-next:before{
    left: auto;
    right: 0;
}

.pt062-owl-news .owl-prev .fa,
.pt062-owl-news .owl-next .fa{
    position: relative;
	top:40px;
}

.pt062-owl-news .owl-prev:hover,
.pt062-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.pt062-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}

.pt062-owl-news .owl-prev:active:before,
.pt062-owl-news .owl-next:active:before{	
	opacity: 0.6;
}

.pt062-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}

.pt062-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


/*pt092-features*/
.pt092-features {
	color:#444444;
	overflow: hidden;
	background: #fff;
	padding:100px 0 100px;

}

.pt092-features .container {
	/*
	background-image: url("../images/circle.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	*/
}

.pt092-icon-box {
	margin-bottom: 30px;
	position:relative;
	
}

.pt092-icon {
	width: auto;
	height: auto;
}

.pt092-icon i {
	border: 2px solid transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	color: #fff;
	font-size: 40px;
	padding: 13px 15px;
	position: relative;
    -webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;
}

.pt092-icon i {
	background-color: #00aeff;
}

.pt092-icon-box:hover .pt092-icon i {
	background-color: #fff;
	color: #00aeff;
animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

.pt-author-image img, .pt-author-image2 img {
    border: 6px solid rgba(151,238,142,0.5);
    width: 105px;
    height: 105px;
    border-radius: 50% !important;
    overflow: hidden;
    width: auto;
    -webkit-mask-image: -webkit-radial-gradient(circle,white,black);
	/*box-shadow: 10px 4px 12px -1px rgba(0,0,0,1);*/
}

 .pt-author-image2 img { 
  width: 100%;
    height: 100%;
	border: 6px solid #ccc;
 }
 
  .pt-author-image2 h4{
	  margin-bottom:5px;
	  margin-top:10px;
	  color:#74b72d;
  }

.pt092-box:hover .pt-author-image img {
  border: 6px solid #64aa78;
animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.pt092-features img.center-img {
	margin-bottom: -124px;
	margin-top: 15px;
	max-width: 100%;
	width: 100%;
}

.pt092-features h4 a{
	color:#222222;
	font-weight:500;
	font-size:2rem;
}

.pt092-features h4 a:hover{
	color:#74b72d;
}


.pt092-section-title {
	padding-bottom: 20px;
}

.pt092-section-title h2 {
font-size: 36px;
/*font-family: poppins,sans-serif;*/
color: #264764;
position: relative;
font-weight: 500;
margin-bottom:50px;
}

.pt092-section-title h2::before {
content: " ";
display: block;
background: #72b42f;
height: 4px;
width: 60px;
margin: 0 auto 30px;
}

.pt092-section-title h5 {
font-size: 18px;
color: #888890;
font-family: playfair display,serif;
padding-bottom: 12px;
margin-bottom:0px;
}

.pt092-section-title p {
	font-size: 14px;
/*font-family: poppins,sans-serif;*/
line-height: 24px;
color: #888890;
max-width: 590px;
margin: auto;
padding-top: 15px;
}

@media (max-width: 767px) {
	.pt092-features .container {
		background-image: none !important;
	}
}


@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 30px); }
  to   { transform: translate(0, -0px); }    
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}





  .single-categories-item:hover {
    border: 2px solid #1e81cc; }
    .single-categories-item:hover .cate-content a {
      color: #fff; }
	  
	   .single-categories-item:hover .cate-icon img {
         opacity:1;}
		 
.pt164-cates{
	padding: 0px 0 80px;
}

/*pt026-welcome*/
.pt026-img {
	position: relative;
	z-index: 20; 
	

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
	}
.pt026-img:hover{
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");


-webkit-filter: grayscale(0%);
}
	
@media (max-width: 1800px) {

.pt026-img {
		margin-top: 0;
		padding-top: 60px; 
	}
}
			
.pt026-img {
	position:relative;
    margin-bottom: 15px;
}

.pt026-img-wrapp {
    border: 5px solid #fff;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    display: block;
}

.pt026-img-wrapp img {
    width: 100%;
    max-width: 100%;
}

.pt026-img-wrapp img{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a.pt026-img-wrapp:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}


.pt026-title {
	font-family: poppins,sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 24px;
}

.pt026-title a {
    color: #4c4c4c;
}

.pt026-title a span {
    font-weight: 900;
	display:block;
	color:#1e81cc;
}

.pt026-title a:hover {
color: #1e81cc; 
}

.pt026-title a:hover span {
 color: #1e81cc;
}

.pt-section-readmore a {
    font-family: 'Poppins', arial, sans-serif;
    letter-spacing: 1px;
    color: #4c4c4c;
    font-size: 1.4rem;
    text-decoration: underline;
}

.pt-section-readmore a i{
	margin-top:5px;
}
.pt-section-readmore a:hover{
	color:#1e81cc;
	text-decoration: none;
}

.pt133-section-title {
	padding-bottom: 30px;
}

.pt133-section-title h2 {
font-size: 42px;
color: #fff;
position: relative;
font-weight: 500;
margin-bottom:35px;
z-index:99;
}

/*
.pt133-section-title h2::before {
content: " ";
display: block;
background: #72b42f;
height: 4px;
width: 60px;
margin: 0 auto 30px;
}*/

.pt133-section-title h5 {
font-size: 18px;
color: #888890;
font-family: playfair display,serif;
padding-bottom: 12px;
margin-bottom:0px;
}

.pt133-section-title p {
	font-size: 14px;
font-family: poppins,sans-serif;
line-height: 24px;
color: #999;
max-width: 960px;
margin: auto;
padding-top: 15px;
}


/*pt038-service*/
#systems {
	padding:100px 0 120px;
	background:#f5f5f5;
	margin-bottom:100px;
}
.pt038-services {
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
	margin-bottom:50px;
}
.pt038-services h3 {
 margin-top:40px;
 font-weight:bold;
}

.pt038-services h3>span {
color:#64aa78;
}

.pt038-inner {
    width: 100%;
    float: left;
	min-height:300px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
    padding: 30px 30px 30px;
    background-color: #ffffff;
    transition: all ease 0.4s;
	border-radius:4px;
}

.pt038-inner > .pt038-sep {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #64aa78;
}

.pt038-inner > i > img {
    position: absolute;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
	border: 5px solid #dddddd;
    background-color: #ffffff;
    font-size: 36px;
    color: #0c90ce;
    left: 50%;
    top: 0;
    margin-top: -70px;
    margin-left: -50px;
    border-radius: 50%;
    line-height: 98px;
    transition: all ease 0.4s;
	
	
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
	
}

.pt038-inner > p {
font-size:14px;
line-height:18px;
}

.pt038-services:hover > .pt038-inner {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
}
.pt038-services:hover > .pt038-inner > i.fa {
  /*border: 1px solid #d82a2b;*/
  background-color: #0c90ce;
  color: #fff;
}

.pt038-services:hover > .pt038-inner img {
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");


-webkit-filter: grayscale(0%);
}

.b-quiz{
	background-color: #72b42f;
	padding: 40px 15px 30px 15px;
}


.b-quiz p{
	color:#fff;
	font-family:1.2rem;
}
.b-quiz__title{
	color:#fff;
	font-size: 32px;
line-height: 40px;
margin-bottom:10px !important;
}


/*pt053-services*/
.pt053-services{
	 color: #111;
}
.pt053-section-title {
font-size: 18px;
font-weight: 400;
letter-spacing: 0em;
line-height: 1.4;
}
.pt053-box {
	margin-top:30px;
	margin-bottom:20px;
}
.pt053-icon {
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;

}
.pt053-title {
    margin-bottom: 21px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0em;
	color:#0e693a;

}
.pt053-desc {
    color: #777;

    font-weight: 300;
    line-height: 1.86;
}


/*pt094-features*/
.pt094-features{
	/*color:#fff;*/
	/*background:#1b1b1b;*/
	background:transparent;
	padding:10px 0 80px;
}

.pt094-features h3{
	font-size: 26px;
line-height: 36px;
font-weight: inherit;
margin-bottom:20px;
color:#aaa;
}



.pt094-features h3::after {

    content: " ";
    display: block;
    background-color: #e65d15;
    height: 4px;
    width: 0px;
    margin: 5px 0 10px;

}

.pt094-features h4{

	margin-bottom:10px;
}
.dbl-subtitle {
	color: #57b33e;
margin: 12px 0px 0px 10px;
position:relative;
}

.dbl-subtitle span::before {
	content: '';
left: -10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 2px;
    height: 1.1em;
    top: 4px;
    background-color: #57b33e;
}

.pt094-features .icon-box {
	margin: 15px 0;
	padding:2px;
	padding:30px 25px 10px;
}

.pt094-features .icon-box .icon {
	padding-right: 15px;
}

.pt094-features .icon-box .icon i {
    background-color: transparent;
	background-color: #FFFFFF;
	box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
	color: #72b42f;
    /*border: 1px solid #ccc;*/
	border-radius: 50%;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;	
    -webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;
    width: 50px;
}

.pt094-features .icon-box:hover {
	background-color: #FFFFFF;
		box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
}

.pt094-features .icon-box:hover .icon i {
    /*border: 1px solid #fff;*/
	background-color: #72b42f;
	color: #fff;
}

.pt094-features ul{
	padding:0px;
	
}

.pt094-features li{
list-style: none;
}

.pt094-features .list-inline li{
list-style: none;
display:inline-block;
}


/* box-shadow */
.pt094-features .icon-box:hover .icon i {
	/*
    -webkit-box-shadow: 0px 0px 0px 2px #00aeff;
            box-shadow: 0px 0px 0px 2px #00aeff;
			*/
}

.pt094-features .pt-btn-border{
	border-radius:0px !important;
	border-color:#00aeff;
	color:#777;
	margin-left:10px;
	font-size:0.9rem;
	font-weight:400;
	margin-top:5px;
}

.pt094-features .pt-btn-border i{
	color:#777;
	border-left: 0px transparent;
}

.pt094-features .pt-btn-border:hover{
color:#fff;
	border-color:transparent;

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}



.bfe-partners-logo, .bfe-partners-logo2, .bfe-partners-logo3 {
padding:20px 0px;
background:	#74b72d;
}

.bfe-partners-logo2 {
background:	#0F1116;
}

.bfe-partners-logo3 {
background:	#1F242C;
border-bottom:1px solid rgba(255,255,255,0.15);
}



/*pt106-owllist*/
.pt-section-readmore a {
    letter-spacing: 3px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: underline;
}
.pt-section-readmore a:hover{
	color:#74b72d;
}
.pt106-static{
  margin-bottom: 0px;
  padding:30px 0 0 30px;
}
.pt106-title{
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
}
.pt106-title:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
 /* background-color: #74b72d;*/
}
.pt106-title span{
  display: inline-block;
  /*background-color: #f5f5f5;*/
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.pt106-static-products ul.pt106-list{
padding:0;
}

.pt106-static-products ul.pt106-list li{
  margin-bottom: 30px;
  display: block;
  width: 100%;
  float: left;
}
.pt106-thumb{
  width: 110px;
  float: left;
  border: 1px solid transparent;

}
.pt106-info{
  margin-left: 120px;
}
.pt106-thumb img{
	 border-radius:5px;
	/* box-shadow: 0px 0px 4px #000 !important;*/
}
 

.pt106-static .owl-carousel {
    overflow:visible;
	 overflow-y: visible;
}

.pt106-static .owl-controls .owl-prev, 
.pt106-static .owl-controls .owl-next{
  position: static;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
  width: 24px;
  height: 24px;
  /*border: 1px solid #eee;*/
  background-color: #000;
  line-height: 16px;
  font-size: 12px;
  margin: 0 3px;
  color:#fff;
  padding:4px 8px 4px;
  box-sizing:border-box;
}

.pt106-static .owl-controls .owl-next .fa:before{
    content: "\f0da";
}
.pt106-static .owl-controls .owl-prev .fa:before{
    content: "\f0d9";
}

.pt106-static .owl-nav{
  position: absolute;
  right: 0;
  top: -52px;
  /*background-color: #f5f5f5;*/
  padding-left: 10px;
  z-index:999 !important;
}
.pt106-static .owl-controls .owl-prev:hover, 
.pt106-static .owl-controls .owl-next:hover{
  background-color: #74b72d;
  border-color: #74b72d;
    color:#fff;

}

.owl-controls .owl-dots .owl-dot.active{
	background-color: #f8ac00 !important;

}

.pt106-name{
  margin-bottom: 0px;
}

.pt106-name a{

font-size: 17px;
 color:#fff;
 font-weight:normal;
}
.pt106-name a:hover{
 color:#ccc;
   opacity:0.6;
}

.pt106-price{
  color: #fff;
  font-size: 16px;


}

.pt106-price small{
	  border-left:2px solid #74b72d;
  padding-left:8px;
  font-size:1.3rem;
}
.pt106-price ins{
  text-decoration: none;
  margin-right: 5px;
}
.pt106-price del{
  color: #999;
}
.pt106-static .pt106-button-control{
  margin-top: 30px;
}
.pt106-static .pt106-button-control a{
  width: 40px;
  height: 34px;
  display: inline-block;
  background-color: #e5e5e5;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  opacity: 1;
  filter: alpha(opacity=100);
  color:#fff;
  box-sizing:border-box;
  padding:4px 8px;
}

.pt106-static .pt106-button-control a i{
	font-size:18px !important;
}

.pt106-static .pt106-button-control a:hover{
  background-color: #d1a347;
  border-color: #d1a347;
}

.pt106-btn-color{
  background-color: #d1a347;
  border-color: #d1a347;
}
.pt106-static-products ul.pt106-list li:hover .pt106-button-control a{
  opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pt106-static-products ul.pt106-list li:hover .pt106-thumb{
 /*border-color: 1px solid #ccc !important;*/
}
a.pt106-btn-color {
	background:#cc9933 !important;
	color:#fff;
}

.pt106-list h3{
	font-size:22px;
	color:#8ecc3b;
}

.pt106-static .owl-controls .owl-dots .owl-dot{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 6px;
	border-radius: 90%;
	background-color: #ccc;
	border: 0px solid #f6f6f6;
}
.pt106-static .owl-controls .owl-dots .owl-dot.active{
	background-color: #74b72d;

}

.pt106-ab-flag {
	margin-bottom:50px;
}

#bfe-sub-slider {
min-height:760px;
	/*background-image: url("../images/slider45.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;*/
	position:relative;

}

@media (max-width: 992px) { 
#bfe-sub-slider {
	background-image: url("../images/slider.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
}

#bfe-sub-slider h1 {
	color:#fff;
	font-size:3.2rem;
	line-height:4rem;
	font-weight:600;
}
#bfe-sub-slider p{
	color:#fff;
	font-size:18px;
	line-height: 1.4;
}
.bfe-subslider-left {
	margin-top:190px;
}
.bfe-subslider-right {
	margin-top:150px;
 border-left:1px solid rgb(255,255,255,0.2);
}




/*pt106_1-owllist*/
.pt-section-readmore a {
    letter-spacing: 3px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: underline;
}
.pt-section-readmore a:hover{
	color:#74b72d;
}
.pt106_1-static{
  margin-bottom: 0px;
  padding:0px;
}
.pt106_1-title{
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
}
.pt106_1-title:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
 /* background-color: #74b72d;*/
}
.pt106_1-title span{
  display: inline-block;
  /*background-color: #f5f5f5;*/
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.pt106_1-static-products ul.pt106_1-list{
padding:0;
}

.pt106_1-static-products ul.pt106_1-list li{
  margin-bottom: 30px;
  display: block;
  width: 100%;
  float: left;
}
.pt106_1-thumb{
  width: 100px;
  float: left;
  border: 1px solid transparent;
}
.pt106_1-info{
  margin-left: 120px;
}

.pt106_1-static .owl-carousel {
    overflow:visible;
	 overflow-y: visible;
}

.pt106_1-static .owl-controls .owl-prev, 
.pt106_1-static .owl-controls .owl-next{
  position: static;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
  width: 24px;
  height: 24px;
  /*border: 1px solid #eee;*/
  background-color: #000;
  line-height: 16px;
  font-size: 12px;
  margin: 0 3px;
  color:#fff;
  padding:4px 8px 4px;
  box-sizing:border-box;
}

.pt106_1-static .owl-controls .owl-next .fa:before{
    content: "\f0da";
}
.pt106_1-static .owl-controls .owl-prev .fa:before{
    content: "\f0d9";
}

.pt106_1-static .owl-nav{
  position: absolute;
  right: 0;
  top: -52px;
  /*background-color: #f5f5f5;*/
  padding-left: 10px;
  z-index:999 !important;
}
.pt106_1-static .owl-controls .owl-prev:hover, 
.pt106_1-static .owl-controls .owl-next:hover{
  background-color: #74b72d;
  border-color: #74b72d;
    color:#fff;

}

.pt106_1-name{
  margin-bottom: 0px;
}

.pt106_1-name a{

font-size: 14px;
 color:#fff;
}
.pt106_1-name a:hover{
 color:#ccc;
   opacity:0.6;
}

.pt106_1-price{
  color: #fff;
  font-size: 16px;


}

.pt106_1-price small{
	  border-left:2px solid #74b72d;
  padding-left:8px;
  font-size:1rem;
}
.pt106_1-price ins{
  text-decoration: none;
  margin-right: 5px;
}
.pt106_1-price del{
  color: #999;
}
.pt106_1-static .pt106_1-button-control{
  margin-top: 30px;
}
.pt106_1-static .pt106_1-button-control a{
  width: 40px;
  height: 34px;
  display: inline-block;
  background-color: #e5e5e5;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  opacity: 1;
  filter: alpha(opacity=100);
  color:#fff;
  box-sizing:border-box;
  padding:4px 8px;
}

.pt106_1-static .pt106_1-button-control a i{
	font-size:18px !important;
}

.pt106_1-static .pt106_1-button-control a:hover{
  background-color: #d1a347;
  border-color: #d1a347;
}

.pt106_1-btn-color{
  background-color: #d1a347;
  border-color: #d1a347;
}
.pt106_1-static-products ul.pt106_1-list li:hover .pt106_1-button-control a{
  opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pt106_1-static-products ul.pt106_1-list li:hover .pt106_1-thumb{
  border-color: #ccc;
}
a.pt106_1-btn-color {
	background:#cc9933 !important;
	color:#fff;
}


.pt106_1-static .owl-controls .owl-dots .owl-dot{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 6px;
	border-radius: 90%;
	background-color: #ccc;
	border: 0px solid #f6f6f6;
}
.pt106_1-static .owl-controls .owl-dots .owl-dot.active{
	background-color: #74b72d;

}


/*pt035-footer*/
.pt035-footer {
background: none repeat scroll 0 0 #1F242C;
color: #fff;
padding: 20px 0px 0px;
font-size:0.95em !important;
}

.pt035-footer a{
	color:#fff;
}

.pt035-footer a:hover{
	color:#74b72d;
}

.pt035-footer h1, .pt035-footer h2,.pt035-footer h3,.pt035-footer h4 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing:-1px;
}

.pt035-footer h3{
	font-size:1.3em;
	margin-bottom:30px;
}

.pt035-footer h3::after {
 /*  background: repeating-linear-gradient(
  45deg,
  #fff04d,
  #fff04d 5px,
  #000 5px,
  #000 10px
);*/

background: #74b72d;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 40px;
    top: 12px;
    margin-bottom: 8px;
}

.pt035-widget-links ul {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  width: 100%;
  position:relative;
  z-index:999;
}
.pt035-widget-links ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 5px;
  /*margin-bottom: 10px;*/
  /*
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);*/
}



.pt035-widget-links ul li i{
	margin-right:10px;
	padding-top:6px;
}

.pt035-widget p i{
	padding-top:6px;
	margin-right:10px;
}


.pt035-footer-sub {
background: none repeat scroll 0 0 #0d0d0d;
line-height: 30px;
padding: 35px 0;
position: relative;
font-size:0.9em;
}

.pt035-widget .sm-profiles {
  width: auto;
  float: left;
  margin-top: 0px;
  text-align: left;
}
.pt035-widget .sm-profiles a {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*background-color: rgba(242,120,53,1);*/
  /*background-color: #55846b;*/
  color: #fff;
  text-align: center;
  display: inline-block;
  border:2px solid #fff;
}
.pt035-widget .sm-profiles a:hover {
  background: none repeat scroll 0 0 #74b72d;
  color: #000;
  border:2px solid #74b72d;
}

.pt035-widget .sm-profiles a .fa {
 padding-top:8px;
}

#bfe-copyright {
	/*background:#0F1116;*/
	padding:25px 0 15px;
	/*border-top:1px solid rgba(255,255,255,0.3);*/
}


/*------------------------------------------------------------------

[Form Elements ]

-------------------------------------------------------------------*/
.pt035-footer input,
.pt035-footer textarea,
.pt035-footer select {
  padding: 0px 10px;
}
.pt035-footer input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.pt035-list {
	padding:25px 0 35px;
}

/*[/Form Elements ]*/



/*
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  /*border-right: 1px solid #ddd;*/
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  border:1px solid #f89939;
  border-radius:0;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    background-color: #74b72d;
    border: 0px solid #ddd;
color:#fff
}
.nav-tabs > li {
	margin-bottom:12px;
}

.nav-tabs > li > a {
	color:#1B334B;
	border:1px solid #74b72d !important;
	border-radius:0px ;
	padding-left:30px;
}

.nav-tabs > li>a:hover {
	 background-color: ##74b72d;
}

.nav-tabs > li.active a {
	color:#fff
}


.nav-tabs > li > a i {
	margin-top:4px;
	margin-right:8px;
}

.pt077-heading h2{
	color: #333;
	letter-spacing:2px;
	font-weight: 400;
	font-size:2.3rem;
}

.pt077-highlight{
font-weight: 500;
color:#1e81cc;
}

.tab-content h3{
	color:#1B334B;
	font-size:24px;
}

.bfe-portal-login a{
	font-family: 'Poppins', sans-serif;
color:#74b72d !important;
font-weight:700;
}

/*event detail*/
.b_block {
	position: relative;
	margin: 10px 0 20px 0 !important;
	border: 1px solid #ccc;
	border-top: 2px solid #74b72d;
	padding: 15px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	
	border-radius:0px 0px 5px 5px;
}

.cat-title a{
	color:#000;
}
.event-readmore {
	color:#74b72d;
}
.cat-title a:hover{
	color:#74b72d;
}
.b_block .featured_thumb img {
	width: 100%
}
.medium_thumb .post_thumbnail {
	margin: 0 20px 4px 0;
	float: left;
}
.medium_thumb h3 {
	font-size: 20px;
	font-weight: 600
}
.medium_thumb .more_meta {
	float: right
}
.medium_thumb .s_category a {
	margin-right: 10px;
	color: #888;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.medium_thumb .morely a {
	margin-right: 0
}
.medium_thumb .s_category a:hover {
	color: #55B2F3
}


.r_post .details {
	border-bottom: 1px solid #ECECEC;
	padding: 0 0 10px;
	margin: 0 0 10px
}
.r_post .more_meta {
	float: right
}
.r_post .s_category .morely a {
	margin: 0
}
.r_post .s_category a {
	margin: 0 10px 0 0;
}

.details i {
	margin:5px 5px 0 0;
}

.r_post .more_meta, 
.r_post .more_meta a, 
.r_post .s_category,
.r_post .s_category a {
	font-size: 13px;
	color: #AAA;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.r_post .more_meta a:hover, 
.r_post .s_category a:hover {
	color: #55B2F3
}

.image_style1 img{border-radius:5px;box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);}


.blogmetas{
	background: #f5f5f5;
	padding: 10px 15px;
	margin: 0 0 0px 0;
	margin-top:30px;
	margin-bottom:30px;
	
	border:1px solid #f1f1f1;
	border-radius:5px;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;

border-radius:5px;
border-bottom:3px solid #d1d1d1;
}
.blogmetas ul{
	width: 100%;
	float: left;
	margin: 0;
}
.blogmetas ul li{
	float: left;
	margin-left: 20px;
}
.blogmetas ul li:first-child{
	margin-left: 0px;
}
.blogmetas ul li a{
	color: #5B5A5A;
}
.blogmetas ul li i{
	margin-right: 10px;
}

#event_date {width:300px;}

.cal_highlighted a{
   background-color : #74b72d !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
   border:none !important;
}

#ui-datepicker-div{border:1px solid #ccc !important;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;}

.left-fixed {
   /* position: absolute;*/
	 position: fixed;
    left:-2px;
    top: 37%;
    z-index: 10000;

}


/*pt074-owl-slider*/
.pt074-owl-slider .owl-carousel{
position:absolute;
top:0;
max-height:600px;
z-index:-9;
}
.pt074-item{
	width: 100%;
	display: block;	
	position: relative;
	background-repeat: no-repeat;
    /*background-attachment: fixed;*/
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pt074-content-wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}

.pt074-owl-slider .owl-carousel{
	list-style:none;
}

#portal-login {
	font-size:12px !important;
	line-height:18px;
	background:#74b72d;
	padding:3px 15px;
	margin-top:0px;
	border-radius:5px;
	border-bottom:3px solid #40700d;
}
#portal-login:hover{
	color:#fff !important;
	background:#4c8510;
}



/*pt097_r2-accordion*/
.pt097_r2-panel-group {padding-top:8px;}
.pt097_r2-accordion-wrapper .panel{margin-top:0px;}
.pt097_r2-accordion-wrapper .panel-heading{padding: 10px 15px;
/*border:1px solid #333;border-left:40px solid #333;padding-left:0;border-radius:3px;*/

background:#0286cd;
background:#141414;
border-top-left-radius: 0px;
border-top-right-radius: 0px;}
.pt097_r2-accordion-wrapper .panel-heading:hover{background:#74b72d;}

.pt097_r2-accordion-wrapper .panel-heading.pt-panel-active{background:rgba(46,204,113,0.8);}

.pt097_r2-accordion-wrapper .panel-heading .panel-title{
	margin-bottom:2px !important;
	font-size:1.7rem;
	padding-top:2px;
	padding-left:0px;
	margin-left:0px;/*border-bottom:1px solid #17b1f9;*/}
.pt097_r2-accordion-wrapper .panel-heading .panel-title i{color:#fff;margin-left:-25px;margin-right:20px;}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a{
	display:block;
width:100%;
position:relative;color:#f9f9f9;
font-weight:normal;
}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a:after{
	font-family:"FontAwesome";
	content:'\f106';
	position:absolute;
	top:12%;
	right:0;
	font-size:18px;
	-webkit-transition:all 0.3s;
transition:all 0.3s;
color:#fff;
}
.pt097_r2-accordion-wrapper .panel-heading .panel-title a.collapsed:after{content:'\f107';}
.pt097_r2-accordion-wrapper .panel-heading + .panel-collapse{border-top:0;}
.pt097_r2-accordion-wrapper .panel-heading + .panel-collapse > .panel-body{border-top:0;padding:15px;}

.pt097_r2-accordion-wrapper .panel {
    margin-bottom: 5px;
    background-color: #fff;
    border: 0px solid #778692;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
	padding:0px 0px;

}

.pt097_r2-accordion-wrapper .panel-body {
    padding: 0px 0;
}

.pt097_r2-accordion-wrapper .panel-body a {
border-bottom: 1px dotted #eaeaea;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
}

.pt097_r2-accordion-wrapper .panel-body{

 line-height:24px;
}
.pt097_r2-accordion-wrapper .panel-body p{
	
	color:#000;

}

@media (max-width: 991px) {
.bfe-subslider-left, .bfe-subslider-right {
    margin-top: 30px;
}
.bfe-subslider-right {
   border-left: 0px solid rgb(255,255,255,0.2)
}

.br001-bcrumb-bg {
	padding-top:54px;
}

#bfe-about .bfe-btn-border  {
	margin-bottom:40px;
}
.bfe-partners-logo .text-left, .bfe-partners-logo .text-right,
.bfe-partners-logo3 .text-left, .bfe-partners-logo3 .text-right{
	text-align:center;
}
.text-xs-center{
	text-align:center;
}
}

.pt-tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pt-tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pt-tags li a {
    display: block;
    color: #888;
    border: solid 1px #ddd;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

.pt-tags li a:hover{
    color: #333;
    border-color: #999;
}


/*pt052-band*/
.pt052-band {
	margin-top:240px;
}
.pt052-title{
font-size: 48px;
font-weight: 500;
letter-spacing: -1px;
color: rgba(255,255,255, 1);
}
.pt052-desc{
font-size: 18px;
font-weight: 300;
color: rgba(255,255,255, 1);
}

.pt052-img {
	margin:-60px 0 0 0;
}

.pt052-content {
	padding-top:100px;
}

@media (max-width: 767px){
	.pt052-img {
		margin:20px 0 0 0;
	}
}




/*pt087-count-number */
.pt087-count-number  {
color: rgba(255,255,255,1);
font-size: 14px;
font-weight: 300;
line-height: 1.86;
background: #1e1e28;
background: #252839;
background:#02112a;
border-bottom: 1px solid #ddd;
padding: 10px 0 30px;
}

.pt087-count-number i{
color:#ccc;
font-size:7rem;
margin-top:20px;
}
.pt087-sphere {
  position: relative;
  /*height: 230px;*/
  width: 230px;
  border-radius: 50%;
  padding:45px 0 0 0;
  margin:0 auto;
}

.pt087-item {
  /*min-height: 220px;*/
  padding: 0px;
  text-align: center;
}

.pt087-sphere svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.pt087-sphere circle {
  fill: transparent;
  stroke: url(#grad);
  stroke-width: 3;
}

.pt087-sphere-number {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.0;
    text-align: center;
	/*color: rgba(255,255,255,1);*/
	color:#fff;
	 
}

.pt087-sphere-desc{
    color: rgba(255,255,255,0.8);
	color:#283135;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
	padding-top:100px;
	padding-bottom:40px;
}

.pt087-sphere-title {
    font-size: 28px;
}

.pt087-number-title {
	color: rgba(255,255,255,0.8);
	color:#ccc;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
	margin-top:15px;
	line-height:2rem;
}	


#ss01_band {
    background-color: #1cc3cb;
    margin: 0px 0;
        margin-bottom: 0px;
    color: #fff;
    padding: 60px 0 50px;
}


/* pt080-video-block */
.pt-video-block [class*="fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.pt-video-block {
  background-color: transparent;
  width: 100%;
}

.pt-video-block h2{
	letter-spacing: 0.02rem;
font-weight: 300;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size:3rem;
}
  .pt-video-block .video-controls {
    height: 100%;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pt-video-block .video-controls.started i.pause {
      opacity: 0; }
    .pt-video-block .video-controls.started:hover i.pause {
      opacity: 1; }
    .pt-video-block .video-controls i {
      -ms-flex-item-align: center;
          align-self: center;
      height: 72px;
      width: 72px;
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      font-size: 32px;
      padding: 19px 0;
      cursor: pointer;
      border-radius: 50%;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.07);
      color: rgba(255, 255, 255, 0.5);
      border: 2px solid rgba(255, 255, 255, 0.5); }
      .pt-video-block .video-controls i:hover {
        color: #ffffff;
        background-color: rgba(27, 153, 185, 0.7); }
  @media (max-width: 991px) {
      .pt-video-block .pt-video-content h2 {
        padding-bottom: 54px; }
      .pt-video-block .pt-video-content p {
        padding-top: 54px; } }


.pt156-subslide {
	font-family:'Poppins', sans-serif;
	background:#f9f9f9;
	padding:20px 0 20px;
}
.pt156-item {

	padding:30px 0 0px;
	
	min-height:300px;
}

.pt156-learnmore {
	position:absolute;
	bottom:30px;
}

.pt156-item i {
	font-size:4rem;
	margin-bottom:10px;
	color:#999;
}

.pt156-item h4{
	/*font-family:'Poppins', sans-serif;*/
	font-weight:400;
	letter-spacing:1px;
	font-size:2.2rem;
	margin-bottom:10px;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
.pt156-item p{
	
	color: #090003;
		/*font-family:'Poppins', sans-serif;*/
		font-size: 1.4rem;
		line-height:2.4rem;
		font-weight: 400;
opacity: .8;
letter-spacing:0rem;
/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
width:100%;
margin:0 auto;
margin-top:15px;
padding:0 15px;
}
.pt156-border-right {
	border-right:1px solid rgba(30,30,30,.1);
}

.pt156-readmore {
	background-color: transparent;
    /*text-transform: uppercase;*/
    border-bottom: 2px solid;
    padding: 0 0 4px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #000000;
    border-color: #f8ac00;
}

.pt156-readmore:hover {
color: #f8ac00;
border-color: transparent!important;
}

.pt156-list li{
margin-bottom:0;
}
.pt156-list li a{
	color:#00ab4e;
	font-size: 1.4rem;
}

/*pt141-ad*/
.pt141-ad a {
    text-shadow: none !important;
}

.pt141-ad {
    border: none;
    font-size: 2rem;
    overflow: hidden;
    padding: 0;
    float: left;
    border-radius: 0px;
    display: block;   
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.pt141-ad.pt141-br-4 {
	border-radius:4px;
}
.pt141-ad.pt141-img-1{
	/*background:url('../images/background-1.jpg')  #242420 ;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.pt141-overlay {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0px;
}
.pt141-overlay.pt141-gradient-1 {
	background-image: -webkit-linear-gradient(left top, rgba(28, 13, 45, 0.92), rgba(71, 129, 137, 0.92));
    background-image: -moz-linear-gradient(left top, rgba(28, 13, 45, 0.92), rgba(71, 129, 137, 0.92));
    background-image: -o-linear-gradient(left top, rgba(28, 13, 45, 0.92), rgba(71, 129, 137, 0.92));
    background-image: -ms-linear-gradient(left top, rgba(28, 13, 45, 0.92), rgba(71, 129, 137, 0.92));
    background-image: linear-gradient(left top,rgba(28,13,45,0.92),rgba(71,129,137,0.92));
}
.pt141-ribbon {
    width: 22rem;
    background: #e43;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 3.5rem;
    font-size: 1.85rem;
    letter-spacing: 1px;
    color: #fff;
    transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
	/*ribbon.top-right*/
	top: 3.5rem;
    right: -4rem;
    left: auto;
    transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
	/*.ribbon.yellow*/
	 background: #f8ac00;
}

.pt141-inner {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 5.6rem 4.6rem 4rem 8rem;
    margin: 0 auto;
}
.pt141-img {
    max-width: 85px;
    margin: 0 3rem 0 1rem;
    padding: 0;
    float: left;
    position: relative;
}
.pt141-text {
    flex-direction: row;
}
.pt141-heading {
    float: left;
    font-size: 2.8rem;
    width: 100%;
    font-weight: 600;
    color: #fff ;
    padding: 0 0 1rem;
    margin: 0;
}
.pt141-p {
    clear: both;
    width: 80%;
    font-size: 1.8rem !important;
    line-height: 140% !important;
    color: #fff !important;
    margin: 0;
    padding: 0 2rem 0 0;
}
.pt141-readmore {
	padding:0rem 4.6rem 5.2rem 8rem;
}

/*eof*/


/*pt064-owl-slider*/
.pt064-owl-slider{
	/*font-family: Dosis, arial, sans-serif;*/
	 color:#111;
	 margin-top:100px;
}

.pt064-owl-slider .row{
	margin:0 !important;
}

.pt064-owl-slider .owl-carousel{
	list-style:none;
}

.pt064-section-title {
font-size: 18px;
font-weight: 600;
/*text-transform: uppercase;*/
letter-spacing: 0.3em;
line-height: 1.4;
text-shadow: 1px 1px 0 rgb(255 255 255);
}

.pt064-section-title>a,.pt064-section-title>a:visited,.pt064-section-title>a:focus {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
text-shadow: 1px 1px 0 rgb(255 255 255);
}
.pt064-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt064-owl-slider .owl-buttons{
	position: static;
}
.pt064-owl-slider .owl-prev,
.pt064-owl-slider .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 42%;

	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #111;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt064-owl-slider .owl-prev{
	left: -50px;
}
.pt064-owl-slider .owl-next{
	right: -50px;
}
.pt064-owl-slider .owl-prev:before,
.pt064-owl-slider .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt064-owl-slider .owl-next:before{
    left: auto;
    right: 0;
}
.pt064-owl-slider .owl-prev .fa,
.pt064-owl-slider .owl-next .fa{
    position: relative;
}
.pt064-owl-slider .owl-prev:hover,
.pt064-owl-slider .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt064-owl-slider .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt064-owl-slider .owl-prev:active:before,
.pt064-owl-slider .owl-next:active:before{	
	opacity: 0.6;
}
.pt064-owl-slider .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt064-owl-slider .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}


/* .pt102-owl-news */
.pt102-divider {
	margin-top:0;
	margin-bottom:0;
	background:#ccc;
	width:100%;
	height:2px;
	border-bottom:1px solid #fff;
}
.pt102-owl-news-outer {
	background:#eee;
	padding:50px 0 0px;
}
.pt102-owl-news .row{margin:0 !important;}
.pt102-owl-news .owl-carousel{list-style:none;overflow:hidden;}
.pt102-item{
	background:#fff;
	border-radius:10px;
	margin-bottom:20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
	padding: 0px 0px 40px;
	position: relative;
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
	
	border: 1px solid rgba(204,204,204,.5);
	}

.pt102-item.active:after{
	position: absolute;
    content: '';
    height: 10px;
    width: 100%;
    left: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
	background-color: #003560;
	bottom:0;
}

@media(min-width:1030px) {
	.pt102-item{
		height: 500px;
	}
}	

.pt102-item .pt-img-zoom2{
	position: relative;
width: 100%;
	height: 340px;
}

.pt102-item .pt-img-zoom2 a img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}


.pt102-title{margin-bottom:0px;margin-top:6px;
padding:6px 4px 0px 4px;
font-size:2rem;letter-spacing:0rem;text-align:left;}
.pt102-title a{color:#000036;text-decoration:none;font-weight:600;font-size:20px;}
.pt102-title a:hover{color:#aaa;}
.pt102-post-text{margin-bottom:0px;padding:10px 10px 0;color:#777;font-size:13px;font-weight:300;text-align:center;}
.pt102-readmore{padding:0 0 10px 12px;;}
.pt102-readmore .button2:hover{background:#111;}
/*.pt102-item:hover .pt102-post-text{color:rgba(255,255,255,1);}
.pt102-item:hover{background:#2ecc71;border-bottom:2px solid #17974d;}*/
/*.pt102-item:hover .pt102-title a{color:#fff;}*/
.pt102-item > .pt-img-zoom2 {
position:relative;
overflow:hidden;
}
.pt102-owl-news .owl-buttons{position:static;}
.pt102-owl-news .owl-prev,
.pt102-owl-news .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt102-owl-news .owl-prev{left:-50px;}
.pt102-owl-news .owl-next{right:-50px;}
.pt102-owl-news .owl-prev:before,
.pt102-owl-news .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#4ec1cd;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt102-owl-news .owl-next:before{left:auto;right:0;}
.pt102-owl-news .owl-prev .fa,
.pt102-owl-news .owl-next .fa{position:relative;top:42px;}
.pt102-owl-news .owl-prev:hover,
.pt102-owl-news .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt102-owl-news .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt102-owl-news .owl-prev:active:before,
.pt102-owl-news .owl-next:active:before{opacity:0.6;}
.pt102-owl-news .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt102-owl-news .owl-carousel:hover .owl-next{opacity:1;right:-35px;}

.cloudSolution__textContent {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.colorSkyGrey {
	color:#C2C7D1;
}

.cloudSolution__textContent h2{
	font-weight:500;
}
.cloudSolution__textContent p {
  margin-bottom: 40px;
}


@media(min-width:1330px) {
	.cloudSolution__textContent {
	 max-width: 358px;
		margin-bottom: 0;
	}
}

@media(min-width:1030px) {
	.cloudSolution__textContent {
	 max-width: 358px;
		margin-bottom: 0;
	}
	.cloudSolution__textContent {
		padding-left:50px;
		padding-top:80px;
	}
}

.btn-green{
	background:#0DCF78;
}
.btn-green:hover{
	background:#fff !important;
	color:#000;
}
.btn-blue{
background-color:#45a6e7;

}

.pt102-desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 15px 35px 15px;
  background: #fff;
}

.pt102-desc h4{
	font-weight:normal;
	color:#000036;
	font-size:1.7rem;
	margin-left:4px;
	margin-bottom:12px;
	
}
.pt102-desc h4 a{
	color:#ccc;
	/*letter-spacing:0.2rem;*/
	/*text-transform:uppercase;*/
}
.pt102-desc h4 a:hover{
	color:#00ab4e;
}
/* eof */

/*pt180-services*/
.pt180-services{
	
	width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:transparent;
}

.pt180-title {
	font-family: "Source Sans Pro", arial, sans-serif;
	letter-spacing: 0rem;
	font-size:35px;
	color:#000;
	font-weight: 700;
	margin-bottom:30px;
	margin-top:15px;
}

.pt180-subtitle {
	font-family: "Source Sans Pro", arial, sans-serif;
	font-size:16px;
	color:#000;
	font-weight: 400;
	letter-spacing:1px;
}

.pt180-section-heading{    
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pt180-table-display{
    width: 100%;
    min-height: 400px;
    display: table;
}
.pt180-cell-display{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pt180-section-content{
    width: 50%;
    position: relative;
    overflow: hidden;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width:991px) {
	.pt180-section-heading{    
		width: 100%;
	}
	.pt180-section-content{
    width: 100%;
	padding-bottom:60px;
	}
}

@media(min-width:1200px) {
	.pt180-table-display{
		height:480px;	
	}
}

@media(min-width:1330px) {
	.pt180-table-display{
		height:520px;	
	}
}

@media(min-width:1600px) {
	.pt180-table-display{
		height:580px;	
	}
}

.margin-top-150{
	margin-top:150px;
}

/*pt182-services*/
.pt182-services{	
	width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:transparent;
}

.pt182-title {
	font-family: "Source Sans Pro", arial, sans-serif;
	letter-spacing: 0rem;
	font-size:32px;
	color:#000;
	font-weight: 700;
	margin-bottom:30px;
	margin-top:15px;
}

.pt182-subtitle {
    font-family: "Source Sans Pro", arial, sans-serif;
	font-size:16px;
	color:#000;
	font-weight: 400;
	letter-spacing:1px;
}

.pt182-section-heading{    
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pt182-table-display{
    width: 100%;
    min-height: 400px;
    display: table;
}
.pt182-cell-display{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pt182-section-content{
    width: 50%;
    position: relative;
    overflow: hidden;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width:991px) {
	.pt182-section-heading{    
		width: 100%;
	}
	.pt182-section-content{
    width: 100%;
	padding-bottom:60px;
	}
}

@media(min-width:1200px) {
	.pt182-table-display{
		height:480px;	
	}
}

@media(min-width:1330px) {
	.pt182-table-display{
		height:520px;	
	}
}

@media(min-width:1600px) {
	.pt182-table-display{
		height:580px;	
	}
}

.margin-top-150 {
	margin-top:150px;
}

.margin-bottom-150 {
	margin-bottom:150px;
}

/*pt061-owl-slider*/
.pt061-owl-slider{

	 color:rgba(255,255,255,0.8);
}

.pt061-owl-slider .owl-carousel{
	list-style:none;
}

.pt061-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:500px;
}

.pt061-content{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pt061-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.pt061-text-small{
	margin-top: 0;
position: relative;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.3em;
line-height: 1.2;
}

.pt061-text-big{
margin-top: 0;
position: relative;
font-size: 48px;
font-weight: 400;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.7em;
}

.pt061-owl-slider .owl-buttons{
	position: static;
}
.pt061-owl-slider .owl-prev,
.pt061-owl-slider .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #111;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt061-owl-slider .owl-prev{
	left: -50px;
}
.pt061-owl-slider .owl-next{
	right: -50px;
}
.pt061-owl-slider .owl-prev:before,
.pt061-owl-slider .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt061-owl-slider .owl-next:before{
    left: auto;
    right: 0;
}
.pt061-owl-slider .owl-prev .fa,
.pt061-owl-slider .owl-next .fa{
    position: relative;
}
.pt061-owl-slider .owl-prev:hover,
.pt061-owl-slider .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt061-owl-slider .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt061-owl-slider .owl-prev:active:before,
.pt061-owl-slider .owl-next:active:before{	
	opacity: 0.6;
}
.pt061-owl-slider .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt061-owl-slider .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}

.pt061-owl-slider .owl-controls .owl-dots .owl-dot {
	display:none;
}

/* pt116-owl-tstm */
.pt116-wrapper {
	margin-top:-560px;
}
.pt116-owl-tstm{
  margin-top: 30px;
  background-color: transparent;
}

.pt116-box {	
	padding-bottom:60px;
	border-radius:8px;
	min-height:530px;
}

.pt116-box.pt116-color1 {
	background:#e59e6d;
}
.pt116-box.pt116-color2 {
	background:#32292f
}


.pt116-list {
	padding:0px;
	list-style-type:none;
}

.pt116-blank{
  height: 32px;
  background-color: #fff;
}
.pt116-img{
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #f2e9e0;
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pt116-img img{
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pt116-owl-tstm li{
  position: relative;
}
.pt116-info{
  padding: 80px 20px 15px 20px;
    overflow: hidden;
}

.pt116-info h4 {
color:#32292f;
font-size:2.8rem;
line-height:3.2rem;
font-weight:700;
}
.pt116-text{
  margin-bottom: 12px;
  color:#e59e6d;
  font-size:2.8rem;
  line-height:3.4rem;
  font-weight:600;
}

.pt116-text1{
  margin-bottom: 12px;
  color:#32292F;
  font-size:2rem;
  line-height:3rem;
}


.pt116-text:before{
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 32px;
  color: #e59e6d;
  margin-right: 10px;
  line-height: normal;
}

.pt116-name{
  text-align: right;
  float: right;
  color:#fff;
}
.pt116-owl-tstm .owl-controls .owl-dots{
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;  
  position: static;
  padding-bottom: 20px;
}
.pt116-owl-tstm .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 90%;
  border: 2px solid #000;
  background-color: #000;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.pt116-owl-tstm .owl-controls .owl-dots .owl-dot.active{
 background-color: #f8ac00;
  border-color: #f8ac00;
  opacity: 1;
}



/*eof*/



/* ***********************************
:: 9 PROMO AREA CSS
**************************************/
section, .section {
    position: relative;
}
.ptb_100 {
    padding: 100px 0;
}

.p-5 {
    padding: 3rem!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.single-promo {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.bg-hover {
    position: relative;
}

.bg-hover::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 100%;
    left: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.bg-hover.hover-top::after {
    top: 0;
}

.bg-hover.hover-bottom::after {
    bottom: 0;
}

.single-promo h3 {
    font-size: 55px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 0.9em;
    letter-spacing: -1.6px;
}

.homepage-3 .single-promo h3 {
    font-size: 38px;
}

.single-promo p {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.promo-wrapper {
    position: relative;
    z-index: 2;
}

.grad-hover {
    position: relative;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}


.grad-hover::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    z-index: 0;
}

.grad-hover::before {
    background: linear-gradient(135deg, #252839 0%, #2c2f41 100%);
}

.grad-hover:hover::before,
.grad-hover.active::before {
    visibility: visible;
    opacity: 1;
}

.grad-hover h3,
.grad-hover p {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.grad-hover:hover h3,
.grad-hover.active h3,
.grad-hover:hover p,
.grad-hover.active p {
    color: #fff;
    opacity: 1;
}



/*pt175-services*/
.pt175-services {
	background:#eee;
}
.pt175-section-title {
margin-bottom:60px;
}
.pt175-section-title h6 {
color: #c99d66 !important;	
}

.pt175-section-title h3 {
font-size: 3.25rem;
color#23262d;
    letter-spacing: -.022em;
    line-height: 1.33333;
    font-weight: 500;
}

.pt175-section-title p {
   color: #67677c;
	width: 80%;
    margin: 10px auto 20px;
}

@media (max-width: 992px){
.pt175-section-title p {
    width: 100%;
}
}

.pt175-block {
    text-align: left;
    background-color: #fff;
    padding: 30px 20px;
    margin: 15px 0px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	
	
	background-color: white;
  border-radius:8px;
    box-shadow: rgb(221 221 221) 0px 0px 10px 0px;
	box-shadow: 0 3px 8px 0px rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
	min-height:340px;
}

.pt175-block.pt-customblue {
	background-color: #384eff !important;
	color:#fff !important;
}


.pt175-block.pt-customblue h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px !important;
  line-height:20px !important;
  border-bottom:1px solid rgba(255,255,255,0.2);
}

.pt175-block.pt-customblue .bottomed-out a {
	color:#fff;
}
.pt175-block.pt-customblue .bottomed-out a:hover {
	color:#45a6e7;
}

.pt175-block.pt-customblue .list-style-4 li {
  padding: 6px 0 4px 40px;
  background: url("../images/checked_w.png") no-repeat scroll 5px 9px transparent;
  border-bottom: 0px solid #fff;
}


.pt175-block.pt-rounded {
	border-radius:8px;
}

.pt175-block h4{
	font-family: 'Poppins', sans-serif;
color: #333;
font-size: 1.85rem;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-bottom:0px;
}


.pt175-block p.pt175-content {
	color: #67677c;
	padding: 10px 2px 0px;
    flex: 1 1 auto;
    font-size: 1.6rem;
    line-height: 1.5;
}
.pt175-block hr {
	background:#c99d66;
    width: 30px;
    height: 3px;
    border: none;
}
/*
.pt175-block:hover hr {
    background-color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
*/
.pt175-block:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;

	/*box-shadow: rgb(126 146 159) 0px 0px 24px 0px !important;*/
	box-shadow: 0 3px 20px 0 rgb(0 0 0 / 17%);
	transform: translateY(-5px);
	
}
/*
.pt175-block:hover .pt175-icon {
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


.pt175-block:hover p.pt175-content {
	color:#fff;
}
*/

.pt175-icon {
    font-size: 2.5em;
    color: #898989;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.bottomed-out a{
	color:#2e3d98;
	font-weight:600;
}
.bottomed-out a:hover{
	color:#45a6e7;
}

.bottomed-out i{
	margin-top:5px;
	margin-left:3px;
}


/* .pt102_1-owl-news */
.pt102_1-owl-news {
	padding:40px 0 100px;
	background:#eee;
	margin-bottom:00px;
}

.pt102_1-heading-title {
	font-size:38px;
	line-height:1;
	font-weight:700;
	padding-top:36px;
	border-top: 0px solid #000;
	
}

.pt102_1-heading-text {
	padding-top:40px;
}

.pt102_1-owl-news .row{margin:0 !important;}
.pt102_1-owl-news .owl-carousel{list-style:none;overflow:hidden;}
.pt102_1-item, .pt102_12-item{
	background:#fff;
	border-radius:8px;
	border-bottom:0px solid #ccc;
	margin-bottom:20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
	padding: 0px 0px 40px;
	position: relative;
	
	min-height:320px;
	
	}
	
.pt102_12-item{
	background:#f7f7f7;
	min-height:320px;
	padding-top:15px;
	border-radius:8px;
}
.pt102_1-title{margin-bottom:0px;margin-top:15px;padding:0px;
font-size:2.2rem;
font-weight:600;
line-height:2.6rem;

letter-spacing:-1px;text-align:left;}
.pt102_1-title a{color:#000;text-decoration:none;}
.pt102_1-title a:hover{color:#45a6e7;}
.pt102_1-post-text{width:95%;margin-bottom:0px;padding:0px;color:#1c1d1e;
font-size:1.7rem;font-weight:300;text-align:left;}
.pt102_1-readmore{
position:absolute;
bottom:40px;
right:20px;
	padding:0;
}

.pt102_1-readmore a{
	color:#000;
}

.post_info {
    z-index: 1;
	padding:35px 25px 35px
}

.post_date {
    color:#000;
	font-size: 1.4rem;
    position: relative;
  /* left: 20px;
    top: 5px;*/
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}


.pt102_1-readmore .button2:hover{background:#111;}
.pt102_1-item:hover .pt102_1-post-text{/*color:rgba(255,255,255,1);*/}
.pt102_1-item:hover{/*background:#2ecc71;border-bottom:2px solid #17974d;*/}
.pt102_1-item:hover .pt102_1-title a{color:#45a6e7;}

.pt102_1-item:hover .pt102_1-readmore a{color:#45a6e7;}
.pt102_1-item > .pt-img-zoom2 {
position:relative;
overflow:hidden;
height:200px;
}
.pt102_1-owl-news .owl-buttons{position:static;}
.pt102_1-owl-news .owl-prev,
.pt102_1-owl-news .owl-next{opacity:0;display:block;position:absolute;top:40%;margin-top:-50px;width:105px;height:105px;line-height:105px;font-size:16px;text-align:center;color:#fff;z-index:6;-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt102_1-owl-news .owl-prev{left:-50px;}
.pt102_1-owl-news .owl-next{right:-50px;}
.pt102_1-owl-news .owl-prev:before,
.pt102_1-owl-news .owl-next:before{content:"";display:block;width:66%;height:66%;position:absolute;top:17px;left:0;background:#121212;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-moz-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-o-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);-ms-transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);transition:all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);}
.pt102_1-owl-news .owl-next:before{left:auto;right:0;}
.pt102_1-owl-news .owl-prev .fa,
.pt102_1-owl-news .owl-next .fa{position:relative;top:42px;}
.pt102_1-owl-news .owl-prev:hover,
.pt102_1-owl-news .owl-next:hover{-webkit-transition:0 none !important;-moz-transition:0 none !important;-ms-transition:0 none !important;-o-transition:0 none !important;transition:0 none !important;}
.pt102_1-owl-news .owl-prev:hover:before,
.owl-next:hover:before{opacity:0.87;}
.pt102_1-owl-news .owl-prev:active:before,
.pt102_1-owl-news .owl-next:active:before{opacity:0.6;}
.pt102_1-owl-news .owl-carousel:hover .owl-prev{opacity:1;left:-35px;}
.pt102_1-owl-news .owl-carousel:hover .owl-next{opacity:1;right:-35px;}
/* eof */



.overlay-2 {
    position: absolute;
    top: -800px;
    left: -400px;
    height: 2000px;
    width: 1000px;
    opacity: .3;
    background-color: #08091d;
    transform: scaleX(-1) scaleY(-1) rotate(45deg);
    z-index: 1;
}

.slant-container {
transform: scaleX(-1) scaleY(-1) rotate(3deg);
background:#f5f5f5;
height:200px;
z-index:99;
margin-top:-100px;
min-width:2000px;
margin-left:-100px;
}



.contact {
    background: #e65d15;
    position: absolute;
    bottom: 45px;
    right: 0;
    height: 100px;
    width: 320px;
    z-index: 200;
    -webkit-clip-path: polygon(0 90%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 90%,100% 0,100% 100%,0 100%);
    transition: all linear .2s;
	z-index:99;
}

.contact a {
    display: inline-block;
    float: right;
    color: #fff;
    position: relative;
    right: 20px;
    top: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
}


#rsn_footer_section {
    background-color: #252839;
    color: #ccc;
    padding: 60px 0 60px;
    border-bottom: 1px solid #000;
}

#rsn_footer_section h3 {
    font-family:'Poppins',arial,sans-serif;
	font-weight:400;
	font-size:2rem;
	color: #fff;
}

#rsn_footer_section {
    color: #6c6e73;
}

.custom-post-widget ul li {
    color: #ccc;
    font-size: 14px;
}

.custom-post-widget ul li a {
    color: #ccc;
    font-size: 14px;
}
.custom-post-widget ul li a:hover{
	color:#45a6e7;
}

.pt007-footer {
    background-color: #1f212f;
    border-top: 1px solid #2d3130;
}

.pt007-footer .copyrights p {
    padding: 10px 0 10px;
    color: rgba(255,255,255,.6);
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.custom-post-widget ul li i {
    margin-top: 8px;
    margin-right: 8px;
}


.sp-featured {
	padding:80px 0 0px;
	background: url('../images/gray-light-bottom-left.svg') no-repeat left bottom #f1f5f8;

}

.sp-featured img {
	margin-bottom:-1px;
	/*margin-left: calc(80px + ((100% - 402px) / 12 * 1));*/
}

.sp-featured .quote {
	position:relative;
}


.sp-featured blockquote {
	margin-top:120px;
	max-width:90%;
}

.quoter .name{
	font-size:2rem;
	font-weight:400;
}

.pt175-block h3{
	color:#000;
	font-weight:600;
	margin-bottom:0 !important;
}

.pt175-block ul {
	font-weight:600;
}

.pt175-block_off ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    height: 20px;
    width: 10px;
    background: #46a7dc;
    transform: skew(-145deg,0deg);
}

.pt175-block_off ul li:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    height: 20px;
    width: 10px;
    background: #2161a5;
    transform: skew(145deg,0deg);
}

.pt175-block .list-style-4 li{
	padding:6px 0 4px 40px;
	background: url("../images/checked.png") no-repeat scroll 5px 9px transparent;
	border-bottom:0px solid #fff;
}



/*pt058-accordion*/
 .pt058-accordion{
	 /*font-family:'Dosis',sans-serif;*/
 }
 
 .pt058-section-title{
	font-size: 18px;
font-weight: 400;
letter-spacing: 0.5em;
line-height: 1.4; 
margin-bottom:60px;
 }
 
.pt058-accordion-list > dt{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing:1px;
}
.pt058-accordion-list > dt > a{
	display: block;
	position: relative;
	color: #35495d;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
font-weight:bold;
	
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt058-accordion-list > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #f8f8f8;	
	color: #444;
}
.pt058-accordion-list > dt > a.pt058-active{
	color: #35495d;
	border-color: #ddd;
	background-color: #f8f8f8;
	cursor: default;
font-weight:bold;
}
.pt058-accordion-list > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	/*color: #999;*/
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt058-accordion-list > dt > a.pt058-active:after,
.pt058-accordion-list > dt > a.pt058-active:hover:after{
	content: "\f106";
	/*color: #111;*/
}
.pt058-accordion-list > dt > a:hover:after{
	color: #444;
}

.pt058-accordion-list > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 16px;
	line-height: 1.8;
	/*color: #777;*/
	/*background:#f8f8f8;*/
	text-align:justify;
}



.sm-features-li h3{
	color:#f6f6f6;
	background:#283135;
	font-size:3.3rem;
}

.sm-features-li .icon-box {
	margin: 5px 0;
	padding:2px;
}

.sm-features-li .icon-box .icon {
	padding-right: 15px;
}

.sm-features-li .icon-box .icon i {
    background-color: #4ec1cd;
	color: #fff;
    border: 2px solid transparent;
	border-radius: 50%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;	
    -webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;
    width: 45px;
}

.sm-features-li .icon-box:hover .icon i {
    border: 2px solid #fff;
}

.sm-features-li ul{
	padding:0px;
	
}

.sm-features-li li{
list-style: none;
}

.sm-features-li .list-inline li{
list-style: none;
display:inline-block;
}





html body .rounded-circle {
  border-radius: 50% !important;
}
.team {
  position: relative;
  padding: 30px 0 35px;
  color:#fff;
}

.team .team-swiper {
  margin-top: 40px;
}

.team.s2 .img-line {
  position: absolute;
  z-index: -2;
  top: -85%;
  left: 0;
}
.team.s2 .block-text .heading {
  margin-bottom: 38px;
}
.team.s2 .team-box {
  margin-bottom: 30px;
  min-height: 340px;
}
.team.s2 .team-box .image .list-social {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin-top: 0;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.team.s2 .team-box .image .list-social li a {
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.team.s2 .team-box .image .list-social li a span::before {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.team.s2 .team-box .image .list-social li a:hover {
  background: linear-gradient(264.28deg, #5C27FE -38.2%, #5C27FE 103.12%);
}
.team.s2 .team-box .image .list-social li a:hover span::before {
  color: #fff;
}
.team.s2 .team-box:hover .list-social {
  position: absolute;
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  .team .swiper-button-next, .team .swiper-button-prev {
    display: none;
  }
}

.team-box .image {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(4px);
  padding: 12px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.team-box .image::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0px, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}
.team-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.team-box .content {
  margin-top: 13px;
  text-align: center;
}
.team-box .content .name {
  letter-spacing: -1.5px;
  margin-bottom: 7px;
}
.team-box:hover .image::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.team-box:hover img {
 -webkit-filter: grayscale(0);
  filter: none;
}

.team-box a{
	color:#fff;
}

.team-box .list-social a{
	color:#000;
}

.team-box h3 {
	margin-bottom:10px;
}
