@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap");

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  .row.no-gutter > * {
  padding-right: 0;
  padding-left: 0; }
  
 @media (min-width: 992px) {
  .col-md-5-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  
 } 
 
  @media (max-width: 991px) {
  .col-md-5-1 {
    flex: 0 0 auto;
    width: 50%;
  }  
 } 
 
 
 
/* Menu Start*/
#mobileMenu .nav-tabs li a{ 
color:#000 !important;
}

#mobileMenu .offcanvas-body {
	padding:0px ;
}

#mobileMenu .tab-content {
	border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.0);
  background-color: #FFF;
  border: 0px solid #EEE;
  border-top: 0;
  padding: 0 15px;
   
}

#mobileMenu .input-group {
  width: 85% !important;
}
  
#mobileMenu nav {
	position: relative;
	margin: 0px;
	width: 100%;
    background: 
}
#mobileMenu nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobileMenu nav ul li {
  /* Sub Menu */
  border-bottom:1px solid rgba(0,0,0,0.105);
}
#mobileMenu nav ul li a {
	display: block;
	padding: 10px 5px;
	color: #000;
	font-size:.9rem;
	font-weight:500;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	
}
#mobileMenu nav ul li a:hover {
	/*background: #1d4f71;*/
	color: #000;
}
#mobileMenu nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
#mobileMenu nav ul ul {
	background: rgba(0, 0, 0, 0.105);
}
#mobileMenu nav ul li ul li a {
	
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
#mobileMenu nav ul li ul li a:hover {

	border-left: 4px solid #8f00ff;
}


.modal-backdrop{
	z-index:9 !important;
}


/* Menu End*/

#header .header-btn-collapse-nav {
  background: #000;
  width:30px;
} 

#mainNav {
	padding-top:15px;
}

   
.mt-6 {
	margin-top:5rem !important;
}

.container-fluid-95 {
	width:95%;
	margin:0 auto;
}

.breadcrumb {
  z-index: 0;
}h
.modal-backdrop {
	z-index:1029;
}

.bg-color-gray {
	background:#f7f7f7;
}

.color-red {
	color:#e83b3b;
}

.pt-post {
	font-size:.9rem;
}

.post-content {
	border:1px solid #f7f7f7;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
	border-radius:0 0 6px 6px;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.pt-postmeta {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:10px !important;
}

.pt-borderbottom {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:30px !important;
}

.post-author img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
}

.medium-icon {
  padding-left: 0px !important;
}
.medium-icon li {
  margin: 0 15px;
    margin-left: 15px;
}

.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {
  display: inline-block;
}

.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
}

.education-from span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.education-from .year {
  color: #7d7d7d;
}

.black-and-white {
  filter: grayscale(); 
}

.black-and-white:hover {
  filter: grayscale(0); 
}

.color-blue {
	color:#08c !important;
}

.bg-black {
	background:#191919;
}

.text-color-red {
	color:#ff0000 !important;
}

.border-dotted {
	border-bottom: 1px dotted #b2b2b2;
}

.img-separator {
  background-image: url("../img/item-image-separator.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
}

.text-4-1 {
	font-size:1.35em !important;
}

.youtube-loading {
	  background-image: url("../img/loading.gif");
	  background-position:center center;
	  background-repeat:no-repeat;
}



.bg-yellow {
	background:#ffc017;
}

.bg-orange {
	background:#ff9015
}

html .svg-fill-color-yellow {
	fill: #ffc017 !important;
}

html .svg-fill-color-yellow svg path,
html .svg-fill-color-yellow svg rect,
html .svg-fill-color-yellow svg line,
html .svg-fill-color-yellow svg polyline,
html .svg-fill-color-yellow svg polygon {
	fill: #ffc017 !important;
}

html .svg-fill-color-hover-yellow:hover {
	fill: #ffc017 !important;
}

html .svg-fill-color-hover-yellow svg:hover path,
html .svg-fill-color-hover-yellow svg:hover rect,
html .svg-fill-color-hover-yellow svg:hover line,
html .svg-fill-color-hover-yellow svg:hover polyline,
html .svg-fill-color-hover-yellow svg:hover polygon {
	fill: #ffc017 !important;
}

html .svg-stroke-color-yellow {
	stroke: #ffc017 !important;
}

html .svg-stroke-color-yellow svg path,
html .svg-stroke-color-yellow svg rect,
html .svg-stroke-color-yellow svg line,
html .svg-stroke-color-yellow svg polyline,
html .svg-stroke-color-yellow svg polygon {
	stroke: #ffc017 !important;
}

html .svg-stroke-color-hover-yellow:hover {
	stroke: #ffc017 !important;
}

html .svg-stroke-color-hover-yellow svg:hover path,
html .svg-stroke-color-hover-yellow svg:hover rect,
html .svg-stroke-color-hover-yellow svg:hover line,
html .svg-stroke-color-hover-yellow svg:hover polyline,
html .svg-stroke-color-hover-yellow svg:hover polygon {
	stroke: #ffc017 !important;
}



.btn-yellow {
	
}

html .btn-secondary {
  background-color: #ffc017;
  border-color: #e36159 #e36159 #dc372d;
  color: #000;
}


a {
	color:#777;
}

#header .header-body {
/*background:transparent !important;*/	
}

.page-header {
  background-color: #f7f7f7;
  margin: 0 0 25px 0;
  padding: 30px 0 35px;

}

.page-header h1{
	margin-top:.9rem;
}

.breadcrumb-dark li a{
	color:#777;
}


@media (min-width: 992px) {

 #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {

  border-top:2px solid black !important;
}

	
}

#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item::before {
  opacity: 0 !important;
  transform: translate3d(-7px, 0, 0);
}

.overlay-gradient::before {
  background-color: #070A29 !important;
  background-image: linear-gradient(to right, #000000 0%, #000000 100%) !important;
}

.text-meve1 {
	font-family:'Playfair Display',sans-serif;
	font-size:.1.4rem !important;
}

.text-meve2 {
	font-family:'Playfair Display',sans-serif;
	font-size:2.rem !important;
}

.action-btn {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  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: 5px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Poppins", sans-serif;
font-size: 15px;
text-decoration: none;
transition: all 0.5s ease-in-out;
cursor: pointer;
color: #fff;

}

.action-btn span {
  background: linear-gradient(264.28deg, #6bbaf3 -38.2%, #1e3cc2 103.12%);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  padding: 18px 56px;
}

.action-btn span::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;
    transition-property: all;
    transition-duration: 0.7s;
    transition-timing-function: ease;
  width: 200%;
}

.action-btn:hover span::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}

.action-btn2 {
	color:#fff;
	border:1px solid #fff;
	border-radius: 35px;
display: inline-block;
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 300;

letter-spacing: .05em;


padding: 6px 35px;
text-align: center;
text-transform: uppercase;
transition: all .2s ease;
}

a.action-btn2:hover {
	background:#fff;
	color:#000;
	text-decoration:none !important;
}

.action-btn3{
	color:#000;
	border:1px solid #000;
	border-radius: 35px 5px 5px 35px;
display: inline-block;
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 300;

letter-spacing: .05em;


padding: 6px 15px 6px 20px;
text-align: center;
transition: all .2s ease;
}

a.action-btn3:hover {
	background:#000;
	color:#fff;
	text-decoration:none !important;
}


.action-btn4 {
	color:#000;
	border:1px solid #000;
	border-radius: 35px;
display: inline-block;
font-family: "Poppins",sans-serif;
font-size: 12px;
font-weight: 300;

letter-spacing: 0em;


padding: 4px 40px;
text-align: center;
text-transform: uppercase;
transition: all .2s ease;
}

a.action-btn4:hover {
	background:#000;
	color:#fff;
	text-decoration:none !important;
}

.mr-3  {
	margin-right:0.5rem;
}

.block-text .action-btn span {
  padding: 14px 24px;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: #6bbaf3;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
  color: #6bbaf3;
}

.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span {
	background: #fff;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body {
  background:#070A29;
  background: rgba(7,10,41,0.4);
}

p.lead {
  font-size: 1.4rem;
}

/*FROM Cyfonii*/
@keyframes animate-1 {
  0%, 100% {
    transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@keyframes animate-2 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15vmin);
  }
}
@keyframes animate-3 {
  0%, 100% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(-5vmin);
  }
}
@keyframes animate-4 {
  0%, 100% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(10vmin);
  }
}
@keyframes animate-5 {
  0%, 100% {
    transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}

.about {
  padding: 40px 0 100px;
  position: relative;
  z-index:5;
}

.about p{
  color:#fff;
}

.about h3{
	font-size:42px;
	line-height:52px;
	color:#fff;
}

.about .block-text {
  padding: 116px 0 116px 35px;
}
@media only screen and (max-width: 1200px) {
  .about .block-text {
    padding: 80px 0;
  }
}
.about .about__right .images {
  position: relative;
}
.about .about__right .images .img1 {
  width: 420px;
  height: 533px;
  object-fit: cover;
  border-radius: 110px;
  margin: 60px 0 0 -4px;
  z-index: 3;
  position: relative;
}
.about .about__right .images .img2, .about .about__right .images .img3, .about .about__right .images .img4, .about .about__right .images .img5 {
  position: absolute;
  border-radius: 20%;
}
.about .about__right .images .img2 {
  width: 121px;
  height: 117px;
  object-fit: cover;
  top: 230px;
  left: -183px;
  animation: animate-2 15s linear 0s infinite;
}
.about .about__right .images .img3 {
  width: 222px;
  height: 222px;
  object-fit: cover;
  bottom: -93px;
  left: -108px;
  animation: animate-3 15s linear 0s infinite;
}
.about .about__right .images .img4 {
  width: 65px;
  height: 62px;
  object-fit: cover;
  bottom: -89px;
  left: 129px;
  animation: animate-4 15s linear 0s infinite;
}
.images .img5 {
  width: 255px;
  height: 246px;
  object-fit: cover;
  bottom: -162px;
  right: 75px;
  z-index: 4;
  animation: animate-5 15s linear 0s infinite;
}
.about .about__right .images::after {
  content: "";
  position: absolute;
  top: 56px;
  right: 215px;
  z-index: 1;
  width: 420px;
  height: 533px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 110px;
  transform: rotate(10deg);
}
@media only screen and (max-width: 767px) {
  .about .about__right .images::after {
    display: none;
  }
  .about .about__right .images .img1 {
    width: 100%;
  }
  .about .about__right .images .img2 {
    left: -15px;
    z-index: 3;
  }
  .about .about__right .images .img3 {
    left: -100px;
    bottom: -170px;
  }
  .about .about__right .images .img5 {
    right: -70px;
  }
}
@media only screen and (max-width: 1200px) {
  .about .about__right {
    padding-bottom: 70px;
  }
  .about .about__right .images {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1024px) {
  .about .about__right .images {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .about .about__right .images {
    max-width: 100%;
  }
}
.about.s2 {
  padding: 0 0 150px;
}
.about.s2 .shape {
  top: -30%;
}
.about.s2 .shape.right {
  top: -60%;
}
@media only screen and (max-width: 767px) {
  .about.s2 {
    padding: 0 0 80px;
  }
}
.about.s2 .about__main img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .about.s2 .about__main img {
    width: 100%;
  }
}
.about.s2 .block-text .heading {
  margin-bottom: 38px;
}
.about.s2 .action-btn span {
  padding: 15px 24px;
}
.about.s3 {
  padding: 90px 0 0;
}
@media only screen and (max-width: 1024px) {
  .about.s3 {
    padding: 60px 0 0;
  }
}
.about.s3 .block-text {
  padding-right: 30px !important;
}
.about.s3 .card-box:first-child {
  margin-left: 117px;
  transform: rotate(9deg);
  margin-top: 48px;
}
@media only screen and (max-width: 1200px) {
  .about.s3 .card-box:first-child {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .about.s3 .card-box:first-child {
    width: 100%;
  }
}
.about.s3 .card-box.sm {
  width: 236px;
  padding: 15px 14px 15px 10px;
}
.about.s3 .card-box.sm .top {
  margin-bottom: 10px;
}
.about.s3 .card-box.sm .top h6 {
  font-size: 8px;
}
.about.s3 .card-box.sm .top h6.price {
  font-size: 12px;
}
.about.s3 .card-box.sm .top span {
  font-size: 25px;
  margin-right: 3px;
}
.about.s3 .card-box.sm .content .image {
  height: 208px;
  margin-bottom: 13px;
}
.about.s3 .card-box.sm .content .info img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.about.s3 .card-box.sm .content .info h6 {
  font-size: 9px;
}
.about.s3 .card-box.sm .content .info p {
  font-size: 8px;
}
@media only screen and (max-width: 1200px) {
  .about.s3 .card-box.sm {
    margin: 0 auto;
  }
}
.about.s3 .card-box:last-child {
  transform: translateX(-150px) translateY(-194px) rotate(-13deg);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about.s3 .card-box:last-child {
    transform: translateX(0px) translateY(0px) rotate(-13deg);
    margin-bottom: 40px;
  }
}

.shape {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: -70%;
  left: -60%;
  z-index: 0;
  background: radial-gradient(34.98% 34.98% at 50% 50%, #725BDA 0%, rgba(6, 19, 45, 0) 100%);
  opacity: 0.5;
}
.shape.right {
  left: auto;
  right: -60%;
}
.shape.s3 {
  z-index: -2;
  width: 800px;
  height: 800px;
  background: linear-gradient(239.67deg, #0057FF -10.29%, #7FF805 197.14%);
  opacity: 0.6;
  mix-blend-mode: normal;
  filter: blur(150px);
  left: auto !important;
  top: 15% !important;
  right: -20%;
}

.block-text .sub-heading {
  padding: 7px 14px;
  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);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 22px;
}

.block-text .sub-heading span {
  background: linear-gradient(264.28deg, #6bbaf3 -38.2%, #1e3cc2 103.12%);
    background-clip: border-box, border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.speciality {
  padding: 100px 0 75px;
  position: relative;
  background:#f5f5f5;
  margin-top:-35px;
}

.speciality h3, .project h3 {
color:#fff;
font-size: 42px;
line-height: 52px;
}

.speciality h5 {
color:#fff;
font-size: 20px;
}

.speciality .container {
  max-width: 1140px;
}
.speciality .block-text p {
	color:#fff;
  padding: 0 300px;
}
@media only screen and (max-width: 1200px) {
  .speciality .block-text p {
    padding: 0;
  }
}
.speciality.s1 {
  padding: 0 0 78px;
}
.speciality.s1 .block-text .heading {
  margin-bottom: 2px;
}
.speciality.s1 .speciality-box .title {
  padding: 0 15px;
}

.speciality-box {
  text-align: center;
  margin-top: 108px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  position: relative;
  padding: 65px 20px 10px;
  border-radius: 15px;
}
.speciality-box .icon {
  background: linear-gradient(289.89deg, #6bbaf3 -23.71%, #1e3cc2 96.09%);
  backdrop-filter: blur(4px);
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.speciality-box .title {
  margin-bottom: 11px;
}
.speciality-box p {
	font-size:14px;
  margin-bottom: 14px;
  color:#fff;
  line-height: 18px;
}
.speciality-box .number {
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.speciality-box:hover .icon {
  transform: translate(-50%, -50%) rotateY(-360deg);
}
.speciality-box:hover .number {
  color: white;
}

.speciality-box i {
	font-size:26px;
}

.main-features {
	padding:100px 0 0;
}

.pt-img-zoom2{
  position: relative;
  overflow: hidden;
}
.pt-img-zoom2 a:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.pt-img-zoom2 a:after{
  position: absolute;
  top: 10px;
  left: 10px;
  right:10px;
  bottom:10px;
  content: "";
  display: block;
  z-index: 10;
  border: 1px solid #fff;
  opacity: 0;
}
.pt-img-zoom2 a 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;
}
.pt-img-zoom2:hover a 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);
}
.pt-img-zoom2:hover a:before{
  opacity: 1;
}
.pt-img-zoom2:hover a:after{
  opacity: 0;
}

.project {
	padding:20px 0;
}

.pt063-item {
	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);
border-radius: 26px;
padding: 20px;
position: relative;
border: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 50px;
}

.pt063-item .pt-img-zoom2{

border-radius: 20px;
overflow: hidden;
}

.sticky-wrapper.sticky-wrapper-effect-1 {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

html .text-color-quaternary, html .text-quaternary {
  color: #76ffca !important;
}

.color-white {
	color:#fff !important;
}

.custom-box-shadow-1 {
  box-shadow: 0 0 32px -7px rgba(107,186,243,.2);
}

.card {
background: linear-gradient(26.74deg, #322261 3.92%, #6639e4 97.18%);
background:#5C27FE;
}
.card-body  {
	color:#fff;
}

.card-body .icon {
  background: #76ffca;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  background: #fff;
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: relative;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.card-body .icon i {
	font-size:32px;
	color:#000;
}

html .btn-outline.btn-secondary {
  color: #76ffca;

  border-color: #76ffca;
}

html .btn-outline.btn-secondary:hover, html .btn-outline.btn-secondary.hover {
  color: #000;
  background-color: #76ffca;
  border-color: #76ffca;
}

.featured-icon.custom-featured-icon-style-1 {
  width: 115px;
  height: 115px;
  border-radius: 100% !important;
}

.featured-box {
background: transparent !important;
  border-bottom: 0px solid #DFDFDF;
  border-left: 0px solid #ECECEC;
  border-radius: 8px;
  border-right: 0px solid #ECECEC;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.0);
}
 
 .featured-boxes {
  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);
border-radius: 26px;
padding: 20px;
position: relative;
border: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 50px;
  
}

.featured-boxes-modern-style-1 .featured-box .featured-box-background {
  border-radius: 0px;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #070A29;
  border-top: 1px solid rgba(255, 255, 255, 0.00);
}

#footer {

  border-top: 1px solid rgba(255,255,255, .1);

}

.docs-section {
  position: relative;
  padding: 100px 0px;
}

.auto-container {
  position: static;
  max-width: 1330px;
  padding: 0px 20px;
  margin: 0 auto;
}

.docs-section .inner-container {
  position: relative;
  display: block;
background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
background:#5C27FE;
  padding: 100px 100px 90px;
  border-radius: 24px;
  overflow: hidden;
}

.title-box {
  position: relative;
  margin-bottom: 50px;
}

.docs-section .title-box {
  margin-bottom: 45px;
}

.title-box .subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding-left: 85px;
  margin: 0 0 25px;
}

.title-box .subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 72px;
  border-bottom: 2px solid #ffffff;
}

.docs-section .title-box .text-content {
  max-width: 400px;
}
.title-box .text-content {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  padding-top: 30px;
}

.docs-section .text-col ul {
  position: relative;
  margin: 0 -15px;
}

.docs-section .text-col ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  min-height: 28px;
  float: left;
  width: 50%;
  padding: 0 15px 0 60px;
  margin-bottom: 20px;
  list-style:none;
}

.docs-section .text-col ul li i {
  position: absolute;
  left: 15px;
  top: 0;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  color: #5C27FE;
  border-radius: 50%;
}

.docs-section .text-col .link-box .theme-btn {
  padding: 11px 36px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 28px;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 8px 30px;
  border: 2px solid #3772FF;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: #3772FF;
  
  border-radius: 22px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.meve-video {
	padding:100px 0;
	background:#161634;
}

body::after, body::before {
  width: 270px;
  height: 270px;
  border-radius: 100%;
  position: fixed;
}

/*
body::before {
  content: '';
  top: 27.5%;
  left: 23.9%;
  background-color: #7000ff;
  -webkit-filter: blur(150px);
  -o-filter: blur(150px);
  filter: blur(150px);
  z-index:2;
  opacity:.8;
}
*/

/*
body::after {
  content: '';
  top: 42.8%;
  right: 25%;
  background-color: #7000ff;
  -webkit-filter: blur(150px);
  -o-filter: blur(150px);
  filter: blur(150px);  
  z-index:2;
  opacity:.9;
}
*/

@media (min-width: 991px) {
		.custom-md-border-top {
				border-top: 1px solid rgba(255, 255, 255, 0.12);
		}
}

.custom-position-1 {
		position: relative;
		margin-top: -137px;
}

@media (max-width: 991px) {
		.custom-position-1 {
				margin-top: 0;
				background: #101019;
		}
}

.looking-for .looking-for-box h2 {
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 0;
}

.custom-call-to-action {
    border-color: #4dbb6d;
}
.custom-call-to-action {
    display: block;
    border-left: 2px solid #4a8961;
    padding-left: 10px;
}

.custom-call-to-action span:nth-child(2) {
    display: block;
    font-size: 17.6px;
    font-size: 1.1rem;
}


a.project-link {
	text-decoration: underline;
font-weight: inherit;
line-height: 1.8;
color:#000;
font-weight:300;
}

.ff-playfair {
	font-family:'Playfair Display', sans-serif;
}

html .bg-color-quaternary, html .bg-quaternary {
  background-color: #272e32 !important;
}

.custom-block-1.custom-block-1-bottom:after {
    top: auto;
    bottom: -40px;
}

.custom-block-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: #272e32;
    display: block;
    top: -40px;
    left: 0;
}

.pr-5 {
	padding-right: 3rem !important;
}
.margin-top-100 {
	margin-top:100px;
}
.margin-top-80 {
	margin-top:80px;
}

@media(min-width:992px) {

#header .header-nav.header-nav-links nav a {
	/*font-family:"Jost", sans-serif;*/
}

#header .header-nav.header-nav-links nav > ul > li > a {
	color:rgba(255,255,255,0.6) !important;
}

#header .header-nav.header-nav-links nav > ul > li > a.active{
	color:rgba(255,255,255,1) !important;
}

#header .header-nav.header-nav-links nav > ul > li > a:hover {
	color:rgba(255,255,255,1) !important;
}

#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
  text-transform: none;
}

}

#header .header-logo {
  margin: 0px 0 !important;
}

#header.header-effect-shrink .header-container {
  min-height: 85px;
}

.social-icons li a {
 color:rgba(0,0,0,1) !important;
   border:1px solid #fff;
}

#about h3 {
	margin-bottom:10px;
}

p.width-80 {
	width:60%;
	margin:0 auto;
}

#footer .social-icons li a {
  color: #fff !important;

}

#footer .social-icons li a:hover {
  color: #fff !important;
}

a.text-color-light-semi {
	color:rgba(255,255,255,0.8) !important;
}

a.text-color-light-semi:hover {
	color:rgba(255,255,255,1) !important;
}



.team {
  position: relative;
  padding: 30px 0 105px;
}
.team .container {
  max-width: 1140px;
}
.team .team-swiper {
  margin-top: 40px;
}
.team.s2 {
  padding: 30px 0 69px;
}
.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;
}
.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: 0px;
  overflow: hidden;
  background:#000;
}
.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: 0px;
  object-fit: cover;
}
.team-box .content {
  margin-top: 33px;
  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 a{
	color:#fff;
}

.team-box .list-social a{
	color:#000;
}



/*contact*/


.touch__main {
  background: #2c5a71;
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  margin-top: 40px;
}
.touch__main .info {
  width: 34.3%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 43px 30px 0;
  position: relative;
}
.touch__main .info h5 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
  color:#fff;
  font-size:20px;
}
.touch__main .info h5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  top: auto;
  bottom: 0;
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #6bbaf3 103.12%);
  border-radius: 1.2px;
  background:#fff;
}
.touch__main .info .list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 13px;
}
.touch__main .info .list li svg {
  margin-right: 8px;
}
.touch__main .info .list li p {
  font-weight: 300;
  font-size: 16px;
}
.touch__main .info .image {
  margin-left: -30px;
}
@media only screen and (max-width: 1024px) {
  .touch__main {
    flex-wrap: wrap;
  }
  .touch__main .info {
    width: 100%;
  }
  .touch__main .form-box {
    width: 100%;
    padding: 60px 15px;
  }
}

.form-box {
  margin-top: 0;
  width: 65.7%;
  padding: 41px 42px;
  text-align: left;
}
.form-box .row {
  margin-bottom: 23px;
}
.form-box .col {
  padding-left: 10px;
  padding-right: 10px;
}
.form-box label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 7px;
}
.form-box input.form-control, .form-box select, .form-box textarea {
  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(2px);
  border-radius: 6px;
  padding: 12px 15px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Readex Pro";
  box-shadow: none;
  color: #fff;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.form-box input.form-control:focus-visible, .form-box select:focus-visible, .form-box textarea:focus-visible {
  border-color: var(--primary-color);
}
.form-box select option {
  color: #070A29;
}
.form-box textarea {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.1);
  outline: none;
  height: 160px;
}
.form-box textarea:focus-visible {
  border-color: var(--primary-color);
}
.form-box .action-btn {
  margin-top: -7px;
  width: auto;
}
.form-box .action-btn span {
  padding: 15px 24px;
}

section.touch {
  padding: 104px 0 98px;
}

.map__main iframe {
  width: 100%;
  border-radius: 16px;
  height: 545px;
}

.touch__main p{
	margin-bottom:0;
}

.touch__main i{
	margin-right:8px;
	color:#fff;
}
.touch__main ul{
	padding-left:0rem;
}



/*-------------------------------------
	10. Image effects 
-------------------------------------*/
.wt-img-effect {position: relative;	overflow: hidden;	display: block;}
.wt-img-effect img {display: block;	margin: 0;	width: 100%;	height: auto;	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

/*===========================
36. Overlay Box 2
===========================*/
.overlay-bx-2{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:#000;
	opacity:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.overlay-bx-2:hover{	opacity:0.6;	bottom:0px;cursor:pointer}

.overlay-bx-3{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:#000;
	opacity:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.overlay-bx-3:hover{	opacity:0.6;	bottom:0px;}

/*===========================
37. line-amiation-block
===========================*/
.line-amiation{	position:relative;	width:100%;	height:100%;}
.line-amiation:after,
.line-amiation:before{
	content:"";
	position:absolute;	
    background-color:#fff;
	left:20px;
	top:20px;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	opacity:0;
}
.line-amiation:after{width:0%;	height:1px;}
.line-amiation:before{width:1px;	height:0px;}
.line-amiation:hover:after{width:100%;	opacity:1;	left:-20px;}
.line-amiation:hover:before{height:100%;	top:-20px;	opacity:1;}

.line-amiation a.v-button{
	color:#fff;
	border-left:2px solid;
	display:block;
	position:absolute;
	bottom:90px;
	right:-40px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media only screen and (max-width:420px) {	
	.line-amiation a.v-button{bottom:70px;}	
}

.p-a40 {
  padding: 40px;
}

.p-l20 {
  padding-left: 20px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.font-12 {
  font-size: 12px;
  line-height: 18px;
}

.font-16 {
  font-size: 16px;
  line-height: 20px;
}

.font-20 {
  font-size: 20px;
  line-height: 22px;
}

.portfolio-wrap h2{
	 font-size: 20px;
  line-height: 26px;
}

.portfolio-wrap h2 a:hover{
	 text-decoration:none;
	 color:#333 !important;
}

.project-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-shadow {
  position: relative;
}

.item-shadow::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
}

 .project-title {
  position: absolute;
  left:1.6rem;
  bottom: 4.5rem;
  color: #fff;
margin: 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.4;
letter-spacing: 0;
z-index:99;
max-width:60%;
}

 .project-title2 {
  position: absolute;
  left:1.6rem;
  bottom: 2rem;
  color: #fff;
margin: 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.4;
letter-spacing: 0;
z-index:99;
max-width:60%;
}


.wt-img-effect:hover .project-title{	z-index:-99;}

.wt-img-effect:hover .project-title2{	z-index:-99;}

a.link-arrow {
  display: inline-block;
  color: #000;
  line-height: 1 !important;
  font-weight: 400;
  font-size:14px;
}

a.link-arrow {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 1.6rem;
  bottom: 2.3rem;

}
a.link-arrow i {
	margin-left:5px;
	margin-top:1px;
}

a.link-arrow:hover {
	text-decoration:none;
	color:#ccc;
}

.m-b30 {
	margin-bottom:30px;
}

.p-b30 {
	padding-bottom:30px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

/* 1.45 filter buttons css */
.masonry-filter { display:table;	margin-bottom:0;}
.masonry-filter > li {display: inline-block;	margin-right:30px;	position:relative;}

.masonry-filter > li a {color: #000;    font-size: 14px;	font-weight:500;    }

.masonry-filter > li.active a,
.masonry-filter > li a:hover,
.masonry-filter > li a:active,
.masonry-filter > li a:focus {color: #a0a0a0;text-decoration:none;}

@media only screen and (max-width: 600px) {
.masonry-filter > li {	margin-bottom:10px;}
.masonry-filter > li a{font-size:14px !important;}
}	
/* 1.45(1) Masonry filter alignment [Left-Right-Center] */
.filter-wrap.right > .masonry-filter {	float:right;}
@media only screen and (max-width:991px) {
.filter-wrap.right > .masonry-filter {	float:none;}
}
.filter-wrap.center > .masonry-filter {margin-left:auto;	margin-right:auto;}
/* 1.45(2) Masonry filter link style */
.masonry-filter.link-style > li a {font-size:15px;}
.masonry-filter.link-style > li:after {	content:"/";	position:relative;	right:-18px;	opacity:0.3;}
.masonry-filter.link-style.white > li:after {	color:#fff;}
.masonry-filter.link-style > li:last-child:after {	display:none;}
.masonry-filter.link-style.white > li.active a,
.masonry-filter.link-style.white > li a:hover,
.masonry-filter.link-style.white > li a:active,
.masonry-filter.link-style.white > li a:focus {color: #f7c20a;}
.masonry-filter.has-bg > li a {	color: #fff;}
.masonry-filter.link-style.has-bg > li.active a,
.masonry-filter.link-style.has-bg > li:hover a,
.masonry-filter.link-style.has-bg > li:active a,
.masonry-filter.link-style.has-bg > li:focus a {	color: #FFBC13;}



@media only screen and (max-width:768px){
.masonry-item{width:100%;}	
}

.breadcrumb > li {
  font-size: 1em;
  text-transform: none;
}


/*-- Pagination Buttons --*/
.pt1_btn-indent{ padding:5px 0; overflow:hidden;}
.pt1_btn-indent2{ padding:5px 0 5px 400px; overflow:hidden;}
.pt1_btn{
	display:inline-block;
   border: 1px solid #DDD;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   box-shadow:0 1px 1px #fff;
   font: bold 11px Sans-Serif;
   padding: 8px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: #666;
   background: transparent;
   cursor: pointer;
   border-color: #ddd;
   background-color:#E0E0E0;
   background: -webkit-linear-gradient(top, white, #E0E0E0);
   background:    -moz-linear-gradient(top, white, #E0E0E0);
   background:     -ms-linear-gradient(top, white, #E0E0E0);
   background:      -o-linear-gradient(top, white, #E0E0E0);
   background:      linear-gradient(top, white, #E0E0E0);
   -pie-background:      linear-gradient(top, white, #E0E0E0);
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;}  

.pt1_btn:hover{ box-shadow:inset 0 0 3px #fff;border-color: #999; text-decoration:none;}
.pt1_btn:active{
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   box-shadow:inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
  -pie-background:     linear-gradient(top, #E6E6E6, gainsboro);}
.pt1_pages{position:relative; overflow:hidden; text-align:center;clear:both;}
.pt1_pages li{ float:left;list-style:none !important;background:none !important;padding:0px !important;margin:0px !important;}
.pt1_pages li .pt1_btn.pt1_prev_page,.pt1_pages li .pt1_btn.pt1_next_page{ padding:6px;}
.pt1_pages li.pt1_current a{
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	box-shadow:inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
	-pie-background:      linear-gradient(top, #E6E6E6, gainsboro);}
.pt1_btn.pt1_page{ box-shadow:none; border-radius:0;}
/* directions */
.pt1_btn.pt1_prev_page,.pt1_btn.pt1_next_page{ box-shadow:none;}
.pt1_btn.pt1_prev_page{ border-radius:3px 0 0 3px; padding-left:5px;}
.pt1_btn.pt1_next_page{ border-radius:0 3px 3px 0; padding-right:5px;}
.pt1_btn span{ width:16px; height:15px;}
/*
.btn.prev_page span{ display:inline-block; background: url(../images/icons/icon-previous.png) 0 0 no-repeat;margin:0 0px 0 0;}
.btn.next_page span{ display:inline-block; background: url(../images/icons/icon-next.png) 0 0 no-repeat;margin:0 0 0 0px}
*/
/*-- /End of Pagination Buttons --*/

.card-body {

  padding: 1rem;

}



#pt-team.page-header{
	margin-bottom:0;
}

/*pt137-services-bs3*/
.pt137-services-bs3 {
	width:100%;
	float: left;
	background:#fff;
	margin-bottom:20px;
	position: relative;
}
.pt137-services-bs3 figure{
	width:100%;
	float: left;
	position:relative;
	overflow: hidden;
	margin-bottom:0;
}
.pt-img-zoom3{
  position: relative;
  overflow: hidden;
  border-radius:6px;
}

.pt-img-zoom3 a img{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pt-img-zoom3:hover a img{
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.pt137-services-bs3 figcaption{
	width:100%;
	padding:20px 20px 10px 20px;
	left:0;
	bottom:0;
	color:#FFF;
	position:absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0.65) 101%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.65)), color-stop(101%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0.65) 101%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.pt137-services-bs3 figcaption h3 a{
	color:#FFF;
}
.pt137-services-bs3 figcaption ul{
	width:100%;
	float:left;
	margin: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height .4s ease-in-out;
	-moz-transition: height .4s ease-in-out;
	-ms-transition: height .4s ease-in-out;
	-o-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
}
.pt137-services-bs3:hover figcaption ul{
	height: 26px;
}

.pt137-services-bs3 figcaption ul li{
	float:left;
	position:relative;
	font-size:14px;
	margin-left:20px;
}
.pt137-services-bs3 figcaption ul li:first-child{
	margin-left:0px;
}
.pt137-services-bs3 figcaption ul li i{
	margin-right: 10px;
}
/*eof*/

.post-medium {

	padding:0px 15px;
	
	border: 2px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    min-height: 500px;

	position:relative;
}

@media (max-width: 992px){
	
	.post-medium {

    min-height: 380px;

	}
}
.minheight-580 {
		min-height:580px;
}
.post-content h3 {
font-family: 'Playfair Display',sans-serif;	
margin-bottom:30px;
}

.post-content h3 a{
color:#000;

}

.post-content h3 a:hover{
text-decoration:none;
color:#000;

}

.post-content h1::after {
  content: " ";
  display: block;
  background-color: #000;
  height: 3px;
  width: 60px;
  margin: 5px 0 10px;
}

.post-content p {
	font-size:14px;
	line-height:26px;
}

.simple-post-list .post-info a {
	color:#08c;
}

.simple-post-list .post-info .post-meta a {
	color:#777;
}

.tasaa-post h3{
	font-size:1.25em;
	font-weight:500;
	margin-bottom:15px;
	
}
.tasaa-post {

	margin-bottom:150px;
	
}


/*
.wt-img-effect img{
cursor: pointer;
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%); 
}

.wt-img-effect 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%);
}
*/


.readmore {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  width:100&;
  border: solid 0px blue;
  padding: 10px;
  margin-bottom: 20px;

  transition:max-height 0.15s ease-out;

}

.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width:100%;
  height: 60px;
  text-align: center;
  color: blue;
  font-weight:normal;
  font-size:16px;
  padding-top:40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:20px;
}

.readmore-link:after {
  content:"Read more";
}
.readmore-link.expand:after{
  content:"Read less";
}



.owl-carousel-light {
		z-index: initial !important;
}

.owl-carousel-light .owl-stage {
		background: #F5F6FB;
}

.owl-carousel.custom-nav-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-1 .owl-nav .owl-next {
		width: 50px;
		height: 50px;
		background: #eee !important;
}

.owl-carousel.custom-nav-1 .owl-nav .owl-prev:before, .owl-carousel.custom-nav-1 .owl-nav .owl-next:before {
		color: #3E3E3E;
		left: 0 !important;
		top: 1px !important;
		font-size: 16px !important;
}

.owl-carousel.custom-nav-1-pos-1 .owl-nav {
		z-index: 5;
		top: 100%;
		transform: none !important;
}

.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-prev {
		transform: none !important;
		left: auto;
		top: -62px;
		right: 63px;
}

.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next {
		transform: none !important;
		top: -62px;
		right: 12px;
}

.owl-carousel.custom-nav-1-pos-2 .owl-nav .owl-prev {
		margin-left: -25px;
}

.owl-carousel.custom-nav-1-pos-3 .owl-nav {
		margin-top: -45px;
}

.owl-carousel.custom-nav-1-pos-3 .owl-nav .owl-prev {
		margin-left: -25px;
}

.owl-carousel.custom-nav-1-pos-3 .owl-nav .owl-next {
		margin-right: -25px;
}

@media (max-width: 1199px) {
		.owl-carousel.custom-nav-1-pos-4 .owl-nav {
				bottom: 33px;
				top: auto;
		}
}

.pt21-wrapper {
	background:rgba(0,0,0,0);
	padding:40px;
}

#pt21-slider a.btn-primary  {
	background:#fff !important;
	color:#000 !important;
	border-radius:0 !important;
}

#about2 {
	margin-top:60px;
	margin-bottom:120px;
	padding: 60px 0;
}

#about2.bg-color-grey {
	border-radius:16px;
	background:#eee;
}

.margin-top-80{
	margin-top:80px;
}

@media (min-width: 992px) {
		#header .header-nav-bar .header-nav {
				min-height: 80px;
		}
		#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a {
				letter-spacing: -0.2px;
				font-weight: 600;
				padding: 0 0.1rem !important;
				margin: 0 0.8rem !important;
		}
		#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before {
				height: 1px;
				transform: translateX(-2px);
		}
		#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
				height: 1px;
				transform: translateX(-2px);
		}
}

@media (max-width: 991px) {
		#header .header-logo {
				top: 0px;
		}
		
}


.front-header-popup-banner {
  height: 44vw;
  margin-bottom: 54px;
  overflow: hidden;
  transition: all .5s linear;
}

.front-header-popup-banner .wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(44vw - 54px);
  position: relative;
}
.wrapper {
  margin: 0 auto;
  max-width: 1580px;
  width: 94%;
}

.front-header-popup-content {
  bottom: 0;
  max-width: 610px;
  padding: 56px 0 0 67px;
  position: absolute;
  top: 0;
  width: 50%;
}
.front-header-popup-title {
	font-family: 'Playfair Display',sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
}

.front-header-popup-title a {
	outline: none !important;
text-decoration: none;
  color: #fff;
}

.front-header-popup-title a:hover {
	outline: none !important;
text-decoration: none;
}

.front-header-popup-content-bottom {
  bottom: 56px;
  position: absolute;
  z-index: 1;
}

.front-header-popup-description {
  color: #fff;
  letter-spacing: .03em;
  max-width: 520px;
  margin-bottom: 32px;
}
.section-description {
  font-family: 'Unica',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
}

.sans-serif {
  font-family: 'Unica',sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.front-header-popup-button a {
  border: 1px solid #fff;
  color: #fff;
}

section.video {
z-index:1 !important;
}

.color-grey {
	color:#666 !important;
}

a.rh-cat-title {
	color: #666;
font-size: 12px;
font-weight: 300;
letter-spacing: .07em;
margin: 18px 0 0;
overflow: hidden;
}

a.rh-cat-title:hover {
	color: #666;
}

.rh-title {
	font-size: 16px;
font-weight: 300;
line-height: 1.5em;
margin: 5px 0 10px;
max-height: 4.5em;
overflow: hidden;
letter-spacing:-.5px;
margin:0 ;
margin-top:-10px;
}

.rh-title a {
	color:#202020;
}

.rh-desc {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.8;
  margin: 10px 0 18px;
  max-height: 5.4em;
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 200%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pt-shorts .post-medium {
	padding:0 !important;

}

#pt-shorts .post-medium p {
	margin:0 !important;
}


footer hr {
	background: rgba(255, 255, 255, 0.06);
}

html .overlay-color-primary:not(.no-skin)::before {
  background-color: #0052CC !important;
}

.margin-bottom-100 {
	margin-bottom:100px;
}

.bg-black-img {
	background-color:#000;
	background-image:url('../demo/tasaa/home-img-2.jpg');
	background-position:100% 100%;
}

.color-gray {
	color:#ccc;
}
.color-black  {
	color:#000;
}


.b_block {
  position: relative;
  margin: 10px 0 50px 0 !important;
  border: 1px solid #eee;
  border-top: 2px solid #1D1E20;
  padding: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

.b_block p {
	font-size:14px;
}

.socialnetworks {
  padding: 4px 0 0 0;
  color: #fff;
}

.socialnetworks ul li:first-child {
  padding-left: 0px;
}
.socialnetworks ul li {
  float: left;
  padding-left: 10px;
  list-style: none;
}

.pt-btn-reg {
  color: #fff;
  background: #1b2232;
  background: #1d0033;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.pt-btn-reg2 {
  color: #fff;
  background: #1b2232;
  background: #1d0033;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pt-btn-reg3 {
  color: #000;
  background: #ffa020;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pt-btn-reg4 {
  color: #000;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pt-btn-reg2:hover {
	background: #ffc017;
}

.pt-btn-reg3:hover {
	background: #ffc017;
}

.pt-btn-reg4:hover {
	background: #ffc017;
}



.mii {
  margin-left: 4px !important;
}
.mii {
  margin-right: 4px !important;
}

.socialnetworks {
	color:#000;
	font-size:.8rem;
}

.socialnetworks a {
	display: inline-block;
	transition: all 0.5s ease;
color: #fff;

}

.socialnetworks i.fa{
	font-size:0.8rem;
}

.pt-btn-login {
  color: #fff;
  background: #009fe0;
    background: #570099;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.p-title {
  background: none repeat scroll 0 0 #ededed;
  display: block;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 4px solid #292a32;
}

.p-title h2 {
  background: none repeat scroll 0 0 #292a32;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 2px 22px 0px;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.image_style1 {
  display: inline-block;
  border: 2px solid #ccc;
  padding: 2px;
  position: relative;
}

.panel-title {
  background: none repeat scroll 0 0 #ededed;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 10px;
  margin-bottom: 15px;
}


.rating-table .rate-item, .rating-table {
  display: block;
  position: relative;
}

.rating-table .rate-item {
  border-bottom: 1px dotted #aaa;
  padding: 4px 0 0 10px;
}


.rating-table {
  border-top: 1px dotted #aaa;
  margin-bottom: 0x;
}

ul.user-list{
   padding-left:0;
}

ul.user-list li {
    line-height: 28px;
    list-style: none;
    margin: 0;
	font-size:0.9rem;
}

table.ts-updateuser label {
	font-size:.9rem;
	font-weight:600;
}

.tab-timeline{border-bottom:1px dotted #ccc;padding:15px;}
.tab-timeline .fa-clock-o{margin-left:10px;}
.tab-timeline>.media {padding:0 !important;margin:20px 0 !important;}
.tab-timeline  h3{font-size:1em; margin:0 !important; padding:0 !important;}
.tab-timeline  h6{ font-size:0.9em;}
.tab-timeline   h4, .tab-timeline  p{ font-size:0.9em;margin:0 !important; padding:0 !important;}

.tab-timeline a{
	color:#009fe0 !important;
}

.product-item {
    margin-right: -1px;
    margin-bottom: 60px;
    
}

.product-item {
	padding:0 25px;
}
.product-item figure.product-inner p.product-category-listing {
	display:block;
	margin:10px 0 0 0;
	padding:0;
}


.product-item figure.product-inner p.product-category-listing
a {
	color:rgba(0,0,0,0.4);
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1px
}

.product-item figure.product-inner p.product-category-listing a:hover {
	color:rgba(0,0,0,0.7)
}

.product-item figure.product-inner h4 {
	margin:5px 0 5px;
	font-size:17px;
	line-height:20px;
	font-weight:400;
}

.product-item figure.product-inner h4
a {
	color:#000
}

.product-item figure.product-inner h4 a:hover {
	color:rgba(0,0,0,0.7)
}

 .product-item:hover {
	z-index:999
}
.product-item figure.product-inner {
	display:block;
	margin:0;
	padding:0px;
	-webkit-box-shadow:0px 0px 0px transparent;
	-moz-box-shadow:0px 0px 0px transparent;
	box-shadow:0px 0px 0px transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	z-index:1;
	height:auto !important;
	background-color:#fff;
	border:1px solid #ebecf0;
	border-radius:3px;
	min-height:420px;
box-shadow: 0 0 10px #ccc;
}
.product-item figure.product-inner:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0
}

.product-item figure.product-inner:hover {
	background-color:#fff;
	-webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-transform:translateY(-4px);
	-o-transform:translateY(-4px);
	-ms-transform:translateY(-4px);
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px);
	z-index:9999;
}

.product-desc {
	padding:20px;
}



/*pt100-owl-news*/
.pt100-owl-news{
	 color:#111;
	 margin-top:30px;
	 padding-top:30px;
}

.pt100-owl-news .row{
	margin:0 !important;
}

.pt100-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt100-item {
	background:#f5f5f5;
	/*background:transparent;*/
	border:1px solid #ebecf0;
	padding:0px;
	border-radius:3px;
	
}

#pt100-owl-news img {
	border:none !important;
}

.pt100-section-title {
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0em;
line-height: 1.4;
}

.pt100-section-title:after {
 background-color: #252525;
  bottom: 0;
  content: "";
  margin-top: 8px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}

.pt100-section-title>a,.pt100-section-title>a:visited,.pt100-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}

.pt100-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt100-content-wrapper {
	padding: 0px;
}

.pt100-box-border {
	padding: 0px;
}

.pt100-title{
	margin-bottom: 16px;
	margin-top: 16px;
	padding-left:10px;
    font-size: 15px;
    letter-spacing: 0em;
	font-weight:400;
}
.pt100-title a{
    color: #333;
    text-decoration: none;
}
.pt100-title a:hover{
    color: #111;
}
.pt100-post-meta,
.pt100-post-meta a{
    margin-bottom: 0px;
	padding-left:5px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
}
.pt100-post-meta a:hover{
    color: #111;
}
.pt100-post-text{
    margin-bottom:20px;
	padding:10px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.pt100-readmore{
	padding-bottom:20px;
	margin-top:5px;
}
.pt100-readmore a{
	border-radius:0px;
	padding:8px 40px;
}
.pt100-readmore a:hover{
	background:#fdc300;
	color:#fff !important;
}

.pt100-owl-news .owl-buttons{
	position: static;
}
.pt100-owl-news .owl-prev,
.pt100-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);
}
.pt100-owl-news .owl-prev{
	left: -50px;
}
.pt100-owl-news .owl-next{
	right: -50px;
}
.pt100-owl-news .owl-prev:before,
.pt100-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #242629;
    
    -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);
}
.pt100-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt100-owl-news .owl-prev .fa,
.pt100-owl-news .owl-next .fa{
    position: relative;
	top:45px;
	color:#fff;
}
.pt100-owl-news .owl-prev:hover,
.pt100-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;  
}
.pt100-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt100-owl-news .owl-prev:active:before,
.pt100-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt100-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt100-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}

.pt-border-top {
	border-top: 1px solid #dedede;
}



/*pt099-zoom-owl*/
.pt099-zoom-owl{
 /* margin-top:22px;*/
}
.pt099-zoom-owl .fa{
  line-height: inherit;
}

.pt099-zoom-owl .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pt099-zoom-owl .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pt099-zoom-owl .owl-prev,
.pt099-zoom-owl .owl-next{
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
}
.pt099-zoom-owl .owl-prev:hover,
.pt099-zoom-owl .owl-next:hover{
    background: #e30613;
    color: #fff;
}
.pt099-zoom-owl .owl-prev .fa,
.pt099-zoom-owl .owl-next .fa{
    font-weight: bold;
}

.pt099-product-full{
  /*border: 1px solid #eee;*/
  padding: 0px;
}
.pt099-zoom-owl .pt099-product-image .pt099-product-thumb{
  margin-top: 15px;
  padding: 0 40px;
}
.pt099-zoom-owl .pt099-product-image .pt099-product-thumb li{
  /*border: 1px solid #eee;*/
  padding: 5px;
}
.pt099-zoom-owl .pt099-product-image .owl-next{
  right: -40px;
}
.pt099-zoom-owl .pt099-product-image .owl-prev{
  left: -40px;
}

.pt099-product-thumb ul li{
	list-style:none;
}

.zoomWindow:hover {
  cursor: zoom-in !important;
}

.img-separator {
  background-image: url("../img/item-image-separator.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
}

h1.pdefault-h1 {
	font-size: 1.4rem;
	line-height:2.5rem;
	margin-bottom:5px !important;
	/*margin-top:15px;*/
}


.bg-lgreen {
  /*background:#b2cff3 !important;*/
  background-image: linear-gradient(94deg,#d1d1fa 2.91%,#b3e5d9 113.83%) !important;
  background-size: 400% 400% !important;
  animation: gradientAnimation 4s linear infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position:0 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0 50%
  }
}

.bg-dblue {

  background: #07072c;
}

.bg-lblue  {
	
	background: #e8f3f9;
}

.bg-orange  {
	
	background:#ffa020;
}

#footer {
	
	margin-top:0;
}


.custom-bg-purple-gradient {
	background-image:linear-gradient(107deg, #8f00ff 11.97%, #a30fdf 35.02%, #b920bd 56.51%, #db3679 74.85%, #fb4b37 88.48%) !important;
	
}

.custom-bg-blue-gradient {
	background-image: linear-gradient(95.12deg,#4747eb .48%,#a533ff 99.68%) !important;
	
}

.custom-box {
	border-radius:30px !important;
	padding:100px 20px 80px !important;
}


.bg-color-blue  {
	background:#771fff;
	
}

.pad-150 {
	padding:100px 0px 100px;
}

.text-blue-900 {
	
	color:#07072c !important;
}

#pt-box1.card {
	background:#fff;
	background-image: url("../img/box-1.jpg");
    background-position: bottom center;
	background-size:cover;
	
	border-radius:20px !important;
	box-shadow:0px 5px 5px rgba(0,0,0,.3);
	min-height:250px;
	border: 0px solid rgba(0, 0, 0, 0.06);
}

#pt-box1.card:hover{
	-webkit-transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -ms-transform: scale(1.1, 1.1) !important;
  -webkit-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important;

}



/*pt098-services*/

.pt098-block {
    text-align: center;
    background-color: #fff;
	background-image: url("../img/box-1.jpg");
    background-position: bottom center;
	background-size:cover;
    padding: 30px 20px;
    margin: 0px 0px;
	
	border-radius:20px !important;
	box-shadow:0px 5px 5px rgba(0,0,0,.3);
	min-height:250px;
	
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    
    -webkit-transform: scale(1, 1);
    /* Safari */
    
    transform: scale(1, 1);
}

.pt098-block.pt-box2 {
	background-image: url("../img/box-2.jpg");
	min-height:300px
}

.pt098-block.pt-box3 {
	background-image: url("../img/box-3.jpg");
	min-height:350px
}

.pt098-block.pt-box4 {
	background-image: url("../img/box-4.jpg");
	min-height:300px
}

.pt098-block.pt-box5 {
	background-image: url("../img/box-5.jpg");
	min-height:250px
}


  @media (max-width: 991px) {
	  
  .pt098-block.pt-box2, .pt098-block.pt-box3,.pt098-block.pt-box4,.pt098-block.pt-box5{
	  min-height:250px !important;
	  
  }
  
 } 


.pt098-block:hover {

    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    
    transform: scale(1.1, 1.1);
}
.pt098-block:hover .pt098-icon {
    /*color: #fff;*/
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.pt098-block:hover p.pt098-content {
	color:#fff;
}

.pt098-icon {
    font-size: 1.5em;
    color: #07072c;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


.pt102-item{
	background:#C2C7D1;
	
	border-radius:20px;
	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 60px rgba(0, 0, 0, 0.3)
	
	}
@media(min-width:1030px) {
	.pt102-item{
		height: 510px;
	}
}	

.pt102-item .pt-img-zoom2{
	position: relative;
width: 100%;
	height: 418px;
}

.pt102-item .pt-img-zoom2 a img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.pt102-desc {
	padding:20px 15px 15px;
}

.pt102-title{margin-bottom:0px;margin-top:6px;
padding:6px 4px 0px 4px;
font-size:1.1rem;letter-spacing:0rem;text-align:left;}
.pt102-title a{color:#000036;text-decoration:none;font-weight:400;}
.pt102-title a:hover{color:#f87d05;}
.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-item::after {

  position: absolute;
  content: '';
  height: 10px;
  	background-color: #f87d05;
  width: 100%;
  left: 0;
  bottom:0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}


.pt102-item.bottomc-1::after {
	background-color: #f87d05;
}
*/


.pt102-item.bottomc-2::after {
	background-color: #fea49b;
}


#tyotr-cat .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
  background-color: #ffa020 !important;
  border-color: #ffa020 !important;
  color: #FFF !important;
}
#footer {
  color: #777;
}

#footer p {
  color: #777;
}


.custom-section-padding {
  padding: 60px 0px;
}

.feature-box.custom-feature-box {
  margin-bottom:19.2px;
  margin-bottom:1.2rem
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon,
.feature-box.custom-feature-box:hover .feature-box-icon {
  box-shadow:0 0 40px 4px rgba(200,200,200,.5)
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img,
.feature-box.custom-feature-box:hover .feature-box-icon img {
  transform:translate3d(-50%,-50%,0) scale(1.1)
}
.feature-box.custom-feature-box .feature-box-icon {
  flex:0 0 auto;
  background:0 0;
  width:100px;
  position:relative;
  height:100px;
  border:6px solid #fff;
  border-radius:100%;
  padding:5px;
  margin-top:0;
  overflow:hidden;
  z-index:1;
  transition:ease box-shadow 300ms
}
.feature-box.custom-feature-box .feature-box-icon img {
  position:absolute;
  width:113%;
  top:50%;
  left:50%;
  z-index:0;
  transform:translate3d(-50%,-50%,0) scale(1);
  transition:ease transform 300ms
}

.border-radius-2rem {
	
	border-radius: 2rem;
	
}


.tb-news {
position: relative;
  
  border-radius: 20px;
  background: #ffffff;
  border:1px solid #e1e1e1;
  /*box-shadow: 0 0 15px 0 rgba(43, 20, 70, 0.1);*/
  transition: all 0.2s ease 0s;	
	cursor: pointer;
}


.newsImage {
  position: relative;
  padding-top: 50%;
  transition: all 0.4s ease 0s;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.newsType {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6px 30px;
  background: rgba(255,255,255,0.8);
  font-size: 16px;
  color: #31134f;
  font-weight: 400;
}

.newsText {
  padding: 30px 30px 60px 30px;
}

.tb-news h3 {
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.tb-news h3 a{
  color:#31134f
}

.tb-news .date {
  color: #9889a7;
  margin: 20px 0 20px 0;
}

.tb-news .more {
  position: absolute;
  bottom: 30px;
  padding: 0 20px 0 0;
  background: url(../img/arrow-purple.svg) right center no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: auto;
  background-size: 14px auto;
  background-position: 100% 9px;
  transition: all 0.2s ease 0s;
}

.tb-news .more a {
  font-weight: 600;
  color: #771fff;
  text-decoration: none;
}


.tb-news .more:hover {
  padding: 0 24px 0 0;
}



#pt178-accordion .accordion.accordion-modern-2 > .card .card-header a {
  position: relative;
  padding: 33px 60px 10px;
  background-color: #ffa020;

  border-radius: 0px;
  border-top:1px solid rgba(0,0,0,.15);
}


#pt178-accordion .card {
	background:#ffa020;
	
}

#pt178-accordion .card-body {
padding-left:60px;
	
}

#pt178-accordion .iterator {
  font-family: 'Fira Code', monospace;
 
}

#pt178-accordion .card-header img {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 35px;
  margin-left: 0px;
  margin-right: 0px;
  z-index:9
}


@media (max-width: 991px) {

	.header-top {
		Display:none !important;
		
	}
	
}



.custom-card-style-2 {
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-top: 16px;
  margin-top: 1rem;
}

.custom-card-style-2.card-contact-us {
  margin-top: 6.4px !important;
  margin-top: 0.4rem !important;
}

.custom-form-style-1 .form-control {
	padding: 1.2rem;
  box-shadow: none !important;
  height: auto;
}

.custom-card-style-2::before {
  background-color: #ff3f00;
}
.custom-card-style-2::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
}