/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 0px;
  position: relative;
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .blogs-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.service-item-2 {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.service-item-2 .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.service-item-2 h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-item-2 p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item-2:hover h4,
.service-item-2:hover p,
.service-item-2:hover .text-button a {
  color: #fff;
}

.first-service .icon {
  background-image: url("../images/service-icon-01.png");
}

.first-service:hover .icon {
  background-image: url("../images/service-icon-hover-01.png");
}

.second-service .icon {
  background-image: url("../images/service-icon-02.png");
}

.second-service:hover .icon {
  background-image: url("../images/service-icon-hover-02.png");
}


.third-service .icon {
  background-image: url("../images/service-icon-03.png");
}

.third-service:hover .icon {
  background-image: url("../images/service-icon-hover-03.png");
}

.fourth-service .icon {
  background-image: url("../images/service-icon-04.png");
}

.fourth-service:hover .icon {
  background-image: url("../images/service-icon-hover-04.png");
}

.service-item-2:hover {
  background-image: url("../images/service-bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}


/**************** service_part css start ****************/

.service_part {
  position: relative;
  z-index: 1;
}


.service_part:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3f1ef;
  z-index: -1;
}

@media (max-width: 575px) {
 
  .service_part:after {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .service_part:after {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .service_part:after {
    width: 100%;
    left: 0;
  }
}


.service_part .single_service_part {
  text-align: center;
  height: 330px;
  background-color: #fff;
  display: table;
  width: 100%;
}

@media (max-width: 575px) {
  
  .service_part .single_service_part {
    margin-bottom: 15px;
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .service_part .single_service_part {
    margin-bottom: 15px;
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .service_part .single_service_part {
    margin-bottom: 15px;
    height: 300px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  
  .service_part .single_service_part {
    margin-bottom: 15px;
    height: 300px;
  }
}


.service_part .single_service_part .single_service_text {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}


.service_part .single_service_part .single_service_text span {
  width: 90px;
  height: 90px;
  padding: 0;
  line-height: 90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  background: -moz-linear-gradient(0deg, #ff981a 0%, #d7af7e 100%);
  background: -webkit-linear-gradient(0deg, #ff981a 0%, #d7af7e 100%);
  background: -ms-linear-gradient(0deg, #ff981a 0%, #d7af7e 100%);
}


.service_part .single_service_part .single_service_text h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}


.service_part .single_service_part .single_service_text p {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
  list-style: 1.8;
}


.service_part .single_service_part:hover {
  background-image: -moz-linear-gradient(-117deg, #ff981a 0%, #d7af7e 100%);
  background-image: -webkit-linear-gradient(-117deg, #ff981a 0%, #d7af7e 100%);
  background-image: -ms-linear-gradient(-117deg, #ff981a 0%, #d7af7e 100%);
}


.service_part .single_service_part:hover h2 {
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 32px;
  color: #fff;
}

@media (max-width: 575px) {
  
  .service_part .single_service_part:hover h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  
  .service_part .single_service_part:hover h2 {
    font-size: 18px !important;
  }
}


.service_part .single_service_part:hover p {
  display: block;
  margin-top: 20px;
  color: #fff;
}


.service_part .single_service_part:hover span {
  background: white;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  color: #ff981a;
}





/**************** blog part css start ****************/

.blog_part {
  position: relative;
}

@media (max-width: 575px) {
  
  .blog_part {
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .blog_part {
    padding: 70px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .blog_part {
    padding: 70px 0 50px;
  }
}


.blog_part i {
  margin-right: 5px;
}


.blog_part .hover_text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 65px 30px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 575px) {
 
  .blog_part .hover_text {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .blog_part .hover_text {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .blog_part .hover_text {
    padding: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  .blog_part .hover_text {
    padding: 20px;
  }
}


.blog_part .hover_text:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: 1;
  opacity: .9;
}


.blog_part .single-home-blog {
  position: relative;
  z-index: 99;
}

.blog_part .single-home-blog a {
  color: #ab7636;
}


.blog_part .single-home-blog a h5 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {

  .blog_part .single-home-blog a h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .blog_part .single-home-blog a h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .blog_part .single-home-blog a h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
 
  .blog_part .single-home-blog a h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


.blog_part .single-home-blog p {
  color: #666666;
}


.blog_part .single-home-blog li {
  display: inline-block;
  margin-right: 27px;
}

.blog_part .single-home-blog li span {
  margin-right: 5px;
  font-size: 14px;
  color: #ab7636;
}


.blog_part .single-home-blog ul {
  margin-top: 24px;
}


.single_offer_part:hover .hover_text {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
  margin-top: 10px;
}

.blog_part .single_offer_part {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  border-right: 10px solid #fff;
}

@media (max-width: 575px) {

  .blog_part .single_offer_part {
    border-right: 0px solid #fff;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .blog_part .single_offer_part {
    border-right: 0px solid #fff;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .blog_part .single_offer_part {
    border-right: 0px solid #fff;
    margin-bottom: 20px;
  }
}


.blog_part .single_offer_part .single_offer img {
  width: 100%;
}


.blog_part .time {
  margin-left: 25px;
}



.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}


.single_attorneys .single_offer_part {
  margin-bottom: 70px;
}

@media (max-width: 575px) {

  .single_attorneys .single_offer_part {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .single_attorneys .single_offer_part {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single_attorneys .single_offer_part {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  .single_attorneys .single_offer_part {
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/work-process-bg.png");
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
.card{
  border:none !important;
  background: transparent !important;
}
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-light-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 253, 0)), color-stop(14.32%, rgba(236, 240, 253, 0.53)), color-stop(45.83%, #ECF0FD), color-stop(84.33%, rgba(236, 240, 253, 0.43)), to(rgba(236, 240, 253, 0)));
  background: -o-linear-gradient(top, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
  background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
}

.avatar-1 {
  
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.avatar-1 img {
/*      position: absolute;*/
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
   
    z-index: 0;
}

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@keyframes float {
   
  0% {
/*    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.6);*/
    transform: translatey(0px);
  }
  50% {
/*    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);*/
    transform: translatey(-20px);
  }
  100% {
/*    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
    transform: translatey(0px);
  }
}


.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}


/* Hover */

.hover-top {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-top.hover-top-shadow-lg:hover, .hover-top.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top:hover, .hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  background-color: #53ACF8 !important;
  color: #fff;
}

.hover-top:hover .heading-color, .hover-top:focus .heading-color  {
  color: #fff !important;
}
.hover-top:hover p, .hover-top:focus  p{
  color: #fff !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(0, 87, 255, 0.15) !important;
    box-shadow: 0 1.5625rem 2.8125rem rgba(0, 87, 255, 0.15) !important;
}

.card-4 {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: auto;
/*  max-width: 80%;*/
  padding: 2em 0;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);
  transition: all 0.35s ease;
 /* background: url("../images/home/image3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.card-4::before, .card-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: orange;
  height: 4px;
}

.card-4::before {
  width: 0;
  opacity: 0;
  transition: opacity 0 ease, width 0 ease;
  transition-delay: 0.5s;
}

.card-4::after {
  width: 100%;
  background: white;
  transition: width 0.5s ease;
}

.card-4 .content {
  width: auto !important;
  height:220px !important;
/*  max-width: 80%;*/
}

.card-4 .logo {
  margin: 0 0 1em;
  width: 10.625em;
  transition: all 0.35s ease;
  color:#fff;
}

.card-4 .h6 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}

.card-4 .hover_content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(1em);
  transition: all 0.55s ease;
}

.card-4 .hover_content p {
  margin: 1.5em 0 0;
  color: #fff;
  line-height: 1.4em;
}

.card-4:hover {
  width: auto !important;
  box-shadow: 0 10px 20px 0 rgba(32, 32, 36, 0.12);
}

.card-4:hover::before {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease, width 0.5s ease;
  transition-delay: 0;
}

.card-4:hover::after {
  width: 0;
  opacity: 0;
  transition: width 0 ease;
}

.card-4:hover .logo {
  margin-bottom: 0.5em;
}

.card-4:hover .hover_content{
  max-height: 10em;
  transform: none;
}


/* style-9 css start*/

.pxp-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
    background-color: #000;
}
.pxp-areas-1-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
    color: #fff;
}
.pxp-areas-1-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
    color: #fff;
}
.pxp-areas-1-item-counter {
    position: absolute;
    bottom: 110px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
    background-color: #000;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-1-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}

/* style-9 css end*/

/* style-10 css start*/

.form-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
/*  background: linear-gradient(to bottom, #ff981a, #d7af7e);*/
  border-radius: 10px;
  overflow: hidden;
  perspective: 2000px;
  transform-style: preserve-3d;
  transform: rotateX(-10deg);
  transition: all 0.3s ease-in-out;
/*  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;*/
  animation: form-animation 0.5s ease-in-out;
}

@keyframes form-animation {
  from {
    transform: rotateX(-30deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.input {
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  color: #222 !important;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.input::placeholder {
  color: #222;
}

.input:hover,
.input:focus {
  border-color: #3b8df2;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05) rotateY(20deg);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  outline: none;
}

.button-2 {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #ff981a;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateX(-10deg);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.button-2:hover {
  background-color: #0077be;
  font-size: 17px;
  transform: scale(1.05) rotateY(20deg) rotateX(10deg);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.card-5-title {
  color: #262626;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.small-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #452c2c;
}

.small-desc {
  font-size: 1em;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #ff981a, #ebb022);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.card-5 {
  display: block;
  position: relative;
  max-width: auto;
  max-height: 400px;
  height:400px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #c3e6ec, #a7d1d9);
  font-family: 'Roboto', sans-serif;
}

.card-5:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #ff981a, #d7af7e);
  height: 50px;
  width: 35px;
  border-radius: 35px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
  background: url("../images/bg-img-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-5:hover:before {
  transform: scale(28);
}

.card-5:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card-5:hover .card-5-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}


.card-6 svg {
  height: 25px;
}

.card-6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  height: 50px;
  margin:0 auto;
  width: auto;
}

.card-6::before, .card-6::after {
  position: absolute;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 0.25s linear;
  z-index: 1;
}

.card-6::before {
  content: "";
  left: 0;
  justify-content: flex-end;
  background-color: #4d60b6;
}

.card-6::after {
  content: "";
  right: 0;
  justify-content: flex-start;
  background-color: #4453a6;
}

.card-6:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-6:hover span {
  opacity: 0;
  z-index: -3;
}

.card-6:hover::before {
  opacity: 0.5;
  transform: translateY(-100%);
}

.card-6:hover::after {
  opacity: 0.5;
  transform: translateY(100%);
}

.card-6 span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: whitesmoke;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
}

.card-6 .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
}

.card-6 .social-link svg {
  text-shadow: 1px 1px rgba(31, 74, 121, 0.7);
  transform: scale(1);
}

.card-6 .social-link:hover {
  background-color: rgba(249, 244, 255, 0.774);
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* style-10 css end*/


/* style-11 css start*/

.staff {
  /*-moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; */}

  .staff .img {
    width:auto;
    height: 420px;
    background-position: top center; }
  .staff .text {
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .text h3 {
      font-size: 20px;
      margin-bottom: 0; }
    .staff .text .position {
      color: #0033c7;
      display: block; }
    .staff .text .faded {
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .staff .text .faded {
          opacity: 1; } }
  .staff:hover .text, .staff:focus .text {
    margin-top: -70px; }
    .staff:hover .text .faded, .staff:focus .text .faded {
      opacity: 1; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    margin-right: 10px; }

/* style-11 css end*/


.feature-area-inner > * {
   width: 32%;
}
 .feature-s4 {
   background: url("../images/feature-s4-shape.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   height: 340px;
   display: flex;
   align-items: center;
   position: relative;
}
  .feature-s4 .badge {
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 20px;
   line-height: 45px;
   color: #fff;
   background: #007cfb;
   width: 68px;
   height: 68px;
   text-align: center;
   border-radius: 50%;
   border: 6px solid #fff;
   right: 92px;
   top: 20px;
   position: absolute;
   box-shadow: 0px 0px 30px #000;
  transition: all 0.2s ease-in-out 0s;
}
 .feature-s4:hover .badge {
   transform: scale(0.8);
}
 .feature-s4:hover .content {
   box-shadow: none;
}
 .feature-s4:hover .content h3 {
   color: #000;
}
 .feature-s4 .content {
   width: 280px;
   height: 280px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin-left: 20px;
   padding: 30px;
   box-shadow: 0px 0px 20px rgba(0, 124, 251, 0.16);
   border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
 .feature-s4 .content h3 {
   font-size: 26px;
   line-height: 33px;
   color: #1c1c1c;
   margin-bottom: 25px;
   transition: scale(0.3s);
}
 .feature-s4 .content p {
   line-height: 24px;
   color: #535353;
   margin-bottom: 0px;
}
 .feature-s4.third {
   width: 33%;
   background: url("../images/feature-s4-shape2.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}
 .feature-s4.third .content {
   margin-left: 64px;
}
 .feature-s4.third .badge {
   right: 62px;
   top: 23px;
}



 @media only screen and (max-width: 414px) {
  .pa-portfolio-thumb {
 
  height: 28vh !important;
 
}
.feature-area-inner > * {
  width: 100% !important;
}
.feature-s4 .content {

  margin-left: 12px;
 
}
.feature-s4.third .content {
  margin-left: 45px;
}
}

 .note {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  text-align: center;
}

article.card {
  position: relative;
  left: 0%;
  top: 0%;
  left: 0%;
  width: auto;
  height: 400px;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
article.card .thumb {
  width: auto;
  height: 260px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/new-york-city.png") no-repeat center;
  background-size: cover;
  border-radius: 3px;
}
article.card .infos {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #152536;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 0px #32577f;
}
article.card .infos .flag {
  position: absolute;
  top: 0%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;
}
article.card .infos .date, article.card .infos .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: 'Roboto', sans-serif;
}
article.card .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .txt {
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 24px;
  letter-spacing: 1px;
  color: #4e958b;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card:hover .infos {
  transform: translateY(-260px);
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
  opacity: 1;
}

/*   <!--Start New about-us Style-2 --->*/
.tp-about-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}
.tp-about-thumb-wrapper img {
    border-radius: 20px;
}

.tp-about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}



.tp-section-title-pre {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}
.tp-about-title-wrapper .tp-section-title {
    margin-bottom: 13px;
}

.tp-section-title {
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1.92px;
    color: var(--tp-heading-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

.tp-about-wrapper {
    margin-top: 50px;
}
.tp-about-wrapper-list {
    display: inline-block;
    margin-bottom: 20px;
}
.tp-about-wrapper-list ul li {
    list-style: none;
    float: left;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}
.tp-about-wrapper-list ul li span {
    font-size: 8px;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(-3px);
}

/*  <!--Start New about-us Style-2 --->*/

/* portfolio css start*/

.tp-project-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.tp-project-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg, #0E1E2A 5.86%, rgba(14, 30, 42, 0) 82.23%);
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.tp-project-thumb:hover::before {
    opacity: 1;
}

.tp-project-thumb:hover .tp-project-thumb-info {
    bottom: 35px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.tp-project-thumb img {
    border-radius: 5px;
    max-width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-project-thumb-info {
    position: absolute;
    bottom: -20px;
    left: 40px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-project-thumb-info p {
    color: #F6F6F9;
}
.tp-project-thumb-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    color:#fff;
}



/* portfolio css end*/

/* style 8 css start*/
.cardBox {
  width: auto;
  height: 400px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
  

}
.card-7 {
  position: absolute;
  width: 95%;
  height: 95%;
/*  background: #000814;*/
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
 /*     background: url("../images/bg-img-2.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;*/

}
.card-7 h2 .card-7 h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 0.5;
}

.card-7 h6 {
  top: 75%;
}

.card-7 .content-7 h3 {
  font-size: 2rem;
  padding-bottom: 10px;
}
.card-7 .content-7 p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.card-7 .content-7 {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card-7:hover .content-7 {
  transform: translateY(0);
  opacity: 1;
}

.card-7:hover h2, 
.card-7:hover h6 {
  opacity: 0;
}

.cardBox::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 150%;
  background: #ff981a;
/*background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);*/
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;

}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* style 8  css end */

/*.blogs {
  width: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/
.blogs .header {
  margin: 0 auto;
  text-align: center;
}
.blogs .header h1 {
  color: #fff;
  font-weight: 900;
}
.blogs .header p {
  color: #fff;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.blogs .card {
  position: relative;
 
/*  margin-left: 9px;
  margin-right: 9px;*/
}
.blogs .card .face {
  position: relative;
  width: 100%;
  max-width: auto;
  height: 206px;
  transition: 0.5s;
  border-radius: 12px;
  

}
.blogs .card .face.face1 {
  position: relative;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
z-index:1;

  transform: translateY(100px);
}
.blogs .card:hover .face.face1 {
  transform: translateY(0);
  background-image: linear-gradient(to left bottom, #ff981a, #e0a32f, #ff981a, #e0a32f, #ff981a);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blogs .card .face.face1 .content-2 {
  opacity: 0.8;
  transition: 0.5s;
}
.blogs .card:hover .face.face1 .content-2 {
  opacity: 1;
}
.blogs .card .face.face1 .content-2 img {
  max-width: 60px;
}
.blogs .card .face.face1 .content-2 h3 {
    /* margin: 0 auto; */
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 43%;
}
.blogs .card .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}
.blogs .card:hover .face.face2 {
  transform: translateY(0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blogs .card .face.face2 p {
  margin: 18px 0 0 0 ;
  padding: 0;
}
.blogs .card .face.face2 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}
.blogs .card .face.face2 a:hover {
  background: #333;
  color: #fff;
}

/*style-9 */

.ct-fancybox-carousel6 .ct-icon {
    font-size: 79px;
    line-height: 1;
    margin-bottom: 37px;
    display: inline-block
}

@media screen and (max-width: 1199px) {
    .ct-fancybox-carousel6 .ct-icon {
        font-size:55px
    }
}

.ct-fancybox-carousel6 .item--title {
    font-size: 22px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .ct-fancybox-carousel6 .item--title {
        font-size:18px
    }
}

.ct-fancybox-carousel6 .item--title:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #ff981a;
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-fancybox-carousel6 .item--title a {
    color: inherit
}

.ct-fancybox-carousel6 .btn-fcb {
    color: #fff;
    background-color: #ff981a;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(250,67,24,.29);
    -khtml-box-shadow: 0 10px 30px rgba(250,67,24,.29);
    -moz-box-shadow: 0 10px 30px rgba(250,67,24,.29);
    -ms-box-shadow: 0 10px 30px rgba(250,67,24,.29);
    -o-box-shadow: 0 10px 30px rgba(250,67,24,.29);
    box-shadow: 0 10px 30px rgba(250,67,24,.29)
}

.ct-fancybox-carousel6 .btn-fcb i {
    line-height: 1;
    margin-left: 5px;
    font-size: 15px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    top: 3px
}

.ct-fancybox-carousel6 .btn-fcb:hover i {
    -webkit-animation: toRightFromLeft .3s linear 1;
    -khtml-animation: toRightFromLeft .3s linear 1;
    -moz-animation: toRightFromLeft .3s linear 1;
    -ms-animation: toRightFromLeft .3s linear 1;
    -o-animation: toRightFromLeft .3s linear 1;
    animation: toRightFromLeft .3s linear 1
}

.ct-fancybox-carousel6 .holder-main {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    background-color: rgba(0,0,0,.9)
}

.ct-fancybox-carousel6 .holder-main .inner-image-small {
    position: absolute;
    top: 30px;
    right: 0
}

.ct-fancybox-carousel6 .holder-main .ct-icon {
    color: #fff
}

.ct-fancybox-carousel6 .item--description {
    color: #e3e3e3;
    margin-bottom: 35px;
    line-height: 1.875
}

.ct-fancybox-carousel6 .holder-hover {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: 1px solid rgba(101,109,111,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-fancybox-carousel6 .holder-hover .item--image,.ct-fancybox-carousel6 .holder-hover .ct-image-small2 {
    position: absolute;
    right: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-fancybox-carousel6 .holder-hover .item--image {
    z-index: -2;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-size: cover;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.3);
    -khtml-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.ct-fancybox-carousel6 .holder-hover .ct-image-small2 {
    top: 8px;
    right: -1px;
    z-index: -1
}

.ct-fancybox-carousel6 .holder-hover .ct-icon {
    opacity: 0;
    color: #ff981a;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-transition-delay: .3s;
    -moz-transtion-delay: .3s;
    transition-deilay: .3s
}

.ct-fancybox-carousel6 .holder-hover .ct-icon a {
    display: inline-block;
    text-align: left;
    color: inherit
}

.ct-fancybox-carousel6 .holder-hover .ct-icon:hover a {
    color: #fff
}

.ct-fancybox-carousel6 .holder-hover .item--description {
    -webkit-transition-delay: .2s;
    -moz-transtion-delay: .2s;
    transition-deilay: .2s;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-fancybox-carousel6 .holder-hover .btn-fcb {
    -webkit-transition-delay: .15s;
    -moz-transtion-delay: .15s;
    transition-deilay: .15s;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-fancybox-carousel6 .item-holder {
    padding: 38px 30px 75px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.ct-fancybox-carousel6 .item--inner {
    position: relative;
    padding-top: 20px;
    padding-bottom: 120px
}

.ct-fancybox-carousel6 .item--inner:hover .holder-main {
    opacity: 0
}

.ct-fancybox-carousel6 .item--inner:hover .holder-hover {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s
}

.ct-fancybox-carousel6 .item--inner:hover .ct-icon,.ct-fancybox-carousel6 .item--inner:hover .btn-fcb,.ct-fancybox-carousel6 .item--inner:hover .item--description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

/* style - 10*/ 

.ct-service-carousel3 .item--holder {
    position: absolute;
    top: 0;
    padding-right: 25px;
    height: 100%;
    left: -1px;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-service-carousel3 .item--holder .item--icon {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0
}

.ct-service-carousel3 .item--holder .item--icon .bullet-icon {
    background: #b62705 ;
    height: 20px;
    width: 25px;
    right: 0;
    bottom: -20px;
    position: absolute;
    clip-path: polygon(100% 0,0 0,0 80%)
}

.ct-service-carousel3 .item--holder-inner {
    background-color: rgba(255,255,255,.91);
    height: 100%;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    padding: 45px 40px;
    -webkit-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -khtml-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -moz-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -ms-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -o-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    box-shadow: 0 5px 20px rgba(102,102,102,.19)
}

@media screen and (max-width: 1199px) {
    .ct-service-carousel3 .item--holder-inner {
        padding:35px 15px
    }
}

.ct-service-carousel3 .item--holder-inner .item--title {
    font-size: 22px;
    margin-bottom: 20px
}

@media screen and (min-width: 1200px) {
    .ct-service-carousel3 .item--holder-inner .item--title {
        padding-right:60px
    }
}

/*@media screen and (max-width: 575px) {
    .ct-service-carousel3 .item--holder-inner .item--title {
        font-size:16px;
        margin-bottom: 12px
    }
}*/

.ct-service-carousel3 .item--holder-inner .item--title a {
    color: #000
}

.ct-service-carousel3 .item--holder-inner .item--title a:hover {
    color: #ff981a
}

.ct-service-carousel3 .item--holder-inner .item--content {
    font-size: 16px;
    color: #898989;
    line-height: 24px;
    margin-bottom:40px;
}

@media screen and (min-width: 1200px) {
    .ct-service-carousel3 .item--holder-inner .item--content {
        padding-right:40px
    }
}

/*@media screen and (max-width: 575px) {
    .ct-service-carousel3 .item--holder-inner .item--content {
        margin-bottom:12px
    }
}*/

.ct-service-carousel3 .btn-readmore {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff981a;
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(250,67,24,.19);
    -khtml-box-shadow: 0 10px 30px rgba(250,67,24,.19);
    -moz-box-shadow: 0 10px 30px rgba(250,67,24,.19);
    -ms-box-shadow: 0 10px 30px rgba(250,67,24,.19);
    -o-box-shadow: 0 10px 30px rgba(250,67,24,.19);
    box-shadow: 0 10px 30px rgba(250,67,24,.19)
}

.ct-service-carousel3 .btn-readmore i {
    line-height: 1;
    margin-left: 5px;
    font-size: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width: 575px) {
    .ct-service-carousel3 .btn-readmore {
        height:38px;
        line-height: 38px;
        padding: 0 15px
    }
}

.ct-service-carousel3 .btn-readmore:hover i {
    -webkit-animation: toRightFromLeft .3s linear 1;
    -khtml-animation: toRightFromLeft .3s linear 1;
    -moz-animation: toRightFromLeft .3s linear 1;
    -ms-animation: toRightFromLeft .3s linear 1;
    -o-animation: toRightFromLeft .3s linear 1;
    animation: toRightFromLeft .3s linear 1
}

.ct-service-carousel3 .item--featured {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.ct-service-carousel3 .item--icon {
    background-color: #ff981a;
    color: #fff;
    font-size: 50px;
    width: 100px;
    min-width: 100px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -khtml-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -moz-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -ms-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    -o-box-shadow: 0 5px 20px rgba(102,102,102,.19);
    box-shadow: 0 5px 20px rgba(102,102,102,.19)
}

.ct-service-carousel3 .wp-titles {
    padding: 10px 10px 10px 20px;
    min-height: 88px;
    background-color: #fff;
    flex-grow: 1;
    -webkit-box-shadow: 0 10px 30px rgba(102,102,102,.19);
    -khtml-box-shadow: 0 10px 30px rgba(102,102,102,.19);
    -moz-box-shadow: 0 10px 30px rgba(102,102,102,.19);
    -ms-box-shadow: 0 10px 30px rgba(102,102,102,.19);
    -o-box-shadow: 0 10px 30px rgba(102,102,102,.19);
    box-shadow: 0 10px 30px rgba(102,102,102,.19);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ct-service-carousel3 .wp-titles .item--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px
}

.ct-service-carousel3 .wp-titles .item--title a {
    color: #000
}

.ct-service-carousel3 .wp-titles .item--title a:hover {
    color: #ff981a
}

.ct-service-carousel3 .wp-titles .item--category a {
    color: #666;
    font-size: 15px
}

.ct-service-carousel3 .item--meta {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    padding-right: 25px;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-service-carousel3 .grid-item-inner {
    position: relative;
    margin-bottom: 35px
}

.ct-service-carousel3 .grid-item-inner:hover .item--holder {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s
}

.ct-service-carousel3 .grid-item-inner:hover .item--meta {
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center
}

@media screen and (min-width: 1400px) {
    .ct-service-carousel3 .slick-list {
        margin:-10px -40px;
        padding: 10px 40px
    }

    .ct-service-carousel3 .slick-list .slick-slide {
        opacity: 0
    }

    .ct-service-carousel3 .slick-list .slick-slide.slick-active {
        opacity: 1
    }
}

.ct-service-carousel3 .container-custom {
    margin-top: 18px
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
    counter-reset: number;
    padding-left: 10px;
    padding-right: 10px
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li {
    margin: 0 2px 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-size: 14px
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li:after {
    content: "/";
    display: inline-block;
    color: #000
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li:last-child:after {
    display: none
}

@media screen and (min-width: 992px) {
    .ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li {
        height:18px;
        line-height: 18px
    }
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    counter-increment: number;
    content: '0' counter(number);
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li button {
    font-size: 0;
    line-height: 1;
    padding: 0;
    width: 0;
    border: none;
    overflow: visible;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li button:after {
    display: none
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li.slick-active:before {
    color: #ff981a
}

.ct-service-carousel3 .container-custom .append-dots-custom .slick-dots li.slick-active button {
    height: 2px;
    position: relative;
    top: -2px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #ff981a
}

.ct-service-carousel3 .container-custom .append-arrows-custom {
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow {
    font-size: 0;
    cursor: pointer
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow:before {
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow:hover:before {
    color: #ff981a
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -khtml-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-prev:before {
    content: "\f121"
}

.ct-service-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-next:before {
    content: "\f121"
}

/* style - shop-grid*/

.ct-product-carousel1 .container-custom,.ct-product-grid-layout1 .container-custom {
    margin-top: 18px
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
    counter-reset: number;
    padding-left: 10px;
    padding-right: 10px
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li {
    margin: 0 2px 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-size: 14px
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li:after,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li:after {
    content: "/";
    display: inline-block;
    color: #000
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li:last-child:after,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li:last-child:after {
    display: none
}

@media screen and (min-width: 992px) {
    .ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li {
        height:18px;
        line-height: 18px
    }
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li:before,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    counter-increment: number;
    content: '0' counter(number);
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li button,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li button {
    font-size: 0;
    line-height: 1;
    padding: 0;
    width: 0;
    border: none;
    overflow: visible;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li button:after,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li button:after {
    display: none
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li.slick-active:before,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li.slick-active:before {
    color: #ff981a
}

.ct-product-carousel1 .container-custom .append-dots-custom .slick-dots li.slick-active button,.ct-product-grid-layout1 .container-custom .append-dots-custom .slick-dots li.slick-active button {
    height: 2px;
    position: relative;
    top: -2px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #ff981a
}

.ct-product-carousel1 .container-custom .append-arrows-custom,.ct-product-grid-layout1 .container-custom .append-arrows-custom {
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow {
    font-size: 0;
    cursor: pointer
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow:before,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow:before {
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow.slick-prev,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -khtml-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow.slick-prev:before,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow.slick-prev:before {
    content: "\f121"
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow.slick-next:before,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow.slick-next:before {
    content: "\f121"
}

.ct-product-carousel1 .container-custom .append-arrows-custom .slick-arrow:hover:before,.ct-product-grid-layout1 .container-custom .append-arrows-custom .slick-arrow:hover:before {
    color: #ff981a
}

.ct-product-carousel1 .ct-load-more,.ct-product-grid-layout1 .ct-load-more {
    margin-top: 35px
}

@media screen and (min-width: 1400px) {
    .ct-product-carousel1 .slick-list .slick-slide,.ct-product-grid-layout1 .slick-list .slick-slide {
        opacity:0
    }

    .ct-product-carousel1 .slick-list .slick-slide.slick-active,.ct-product-grid-layout1 .slick-list .slick-slide.slick-active {
        opacity: 1
    }
}

.ct-product-carousel1 .woocommerce-product-header,.ct-product-grid-layout1 .woocommerce-product-header {
    position: absolute;
    max-width: 185px;
    width: 185px;
    height: 185px;
    max-height: 185px;
    -webkit-border-radius: 185px;
    -khtml-border-radius: 185px;
    -moz-border-radius: 185px;
    -ms-border-radius: 185px;
    -o-border-radius: 185px;
    border-radius: 185px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -khtml-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -moz-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -ms-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -o-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    box-shadow: 0 8px 35px rgba(12,12,12,9%);
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ct-product-carousel1 .woocommerce-product-header:before,.ct-product-grid-layout1 .woocommerce-product-header:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    display: block;
    background-color: #ff981a;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.ct-product-carousel1 .woocommerce-product-header a,.ct-product-grid-layout1 .woocommerce-product-header a {
    background-color: #fff;
    -webkit-border-radius: 185px;
    -khtml-border-radius: 185px;
    -moz-border-radius: 185px;
    -ms-border-radius: 185px;
    -o-border-radius: 185px;
    border-radius: 185px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: block
}

.ct-product-carousel1 .woocommerce-product--title,.ct-product-grid-layout1 .woocommerce-product--title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px
}

@media screen and (min-width: 1200px) {
    .ct-product-carousel1 .woocommerce-product--title,.ct-product-grid-layout1 .woocommerce-product--title {
        padding:0 15px
    }
}

.ct-product-carousel1 .woocommerce-product--title a,.ct-product-grid-layout1 .woocommerce-product--title a {
    color: #000
}

.ct-product-carousel1 .item--category,.ct-product-grid-layout1 .item--category {
    margin-bottom: 20px
}

.ct-product-carousel1 .item--category a,.ct-product-grid-layout1 .item--category a {
    font-size: 15px;
    color: rgba(102,102,102,.7)
}

.ct-product-carousel1 .woo-rate-price,.ct-product-grid-layout1 .woo-rate-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
    padding-top: 18px;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    border-top: 1px solid #e2e2e2
}

.ct-product-carousel1 .woo-rate-price .price,.ct-product-grid-layout1 .woo-rate-price .price {
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    font-weight: 700;
    color: #000
}

.ct-product-carousel1 .woo-rate-price .woocommerce-product--rating,.ct-product-grid-layout1 .woo-rate-price .woocommerce-product--rating {
    position: relative;
    top: -2px;
    right: -5px
}

.ct-product-carousel1 .woocommerce-add-to-cart,.ct-product-grid-layout1 .woocommerce-add-to-cart {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.ct-product-carousel1 .woocommerce-add-to-cart a,.ct-product-grid-layout1 .woocommerce-add-to-cart a {
    text-transform: uppercase;
    height: 50px;
    line-height: 25px;
    background-color: #ff981a;
    color: #fff;
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.ct-product-carousel1 .woocommerce-add-to-cart a i,.ct-product-grid-layout1 .woocommerce-add-to-cart a i {
    line-height: 1;
    font-size: 10px;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    margin-left: 4px
}

.ct-product-carousel1 .woocommerce-add-to-cart a.loading,.ct-product-grid-layout1 .woocommerce-add-to-cart a.loading {
    opacity: 1
}

.ct-product-carousel1 .woocommerce-add-to-cart a.loading:after,.ct-product-grid-layout1 .woocommerce-add-to-cart a.loading:after {
    top: 0
}

.ct-product-carousel1 .woocommerce-add-to-cart a.added,.ct-product-grid-layout1 .woocommerce-add-to-cart a.added {
    display: none;
    opacity: 0
}

.ct-product-carousel1 .grid-item-inner,.ct-product-grid-layout1 .grid-item-inner {
    position: relative;
    margin-top: 115px;
    margin-bottom: 30px;
    padding: 120px 15px 45px;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -khtml-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -moz-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -ms-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    -o-box-shadow: 0 8px 35px rgba(12,12,12,9%);
    box-shadow: 0 8px 35px rgba(12,12,12,9%);
    z-index: 1
}

.ct-product-carousel1 .grid-item-inner:before,.ct-product-grid-layout1 .grid-item-inner:before {
    z-index: -1;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-product-carousel1 .grid-item-inner:hover:before,.ct-product-grid-layout1 .grid-item-inner:hover:before {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.ct-product-carousel1 .grid-item-inner:hover .woocommerce-product-header:before,.ct-product-grid-layout1 .grid-item-inner:hover .woocommerce-product-header:before {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ct-product-carousel1 .grid-item-inner:hover .woocommerce-product--title a,.ct-product-grid-layout1 .grid-item-inner:hover .woocommerce-product--title a {
    color: #fff
}

.ct-product-carousel1 .grid-item-inner:hover .item--category a,.ct-product-grid-layout1 .grid-item-inner:hover .item--category a {
    color: #ff981a
}

.ct-product-carousel1 .grid-item-inner:hover .woo-rate-price,.ct-product-grid-layout1 .grid-item-inner:hover .woo-rate-price {
    border-top: 1px solid rgba(226,226,226,.17)
}

.ct-product-carousel1 .grid-item-inner:hover .woo-rate-price .price,.ct-product-grid-layout1 .grid-item-inner:hover .woo-rate-price .price {
    color: #fff
}

.ct-product-carousel1 .grid-item-inner:hover .woocommerce-add-to-cart a,.ct-product-grid-layout1 .grid-item-inner:hover .woocommerce-add-to-cart a {
    background-color: #ff981a
}

.ct-product-carousel1 .grid-item-inner:hover .woocommerce-add-to-cart a i,.ct-product-grid-layout1 .grid-item-inner:hover .woocommerce-add-to-cart a i {
    -webkit-animation: toRightFromLeft .3s linear 1;
    -khtml-animation: toRightFromLeft .3s linear 1;
    -moz-animation: toRightFromLeft .3s linear 1;
    -ms-animation: toRightFromLeft .3s linear 1;
    -o-animation: toRightFromLeft .3s linear 1;
    animation: toRightFromLeft .3s linear 1
}

.ct-product-carousel1 .ct-slick-carousel[data-arrows=true],.ct-product-grid-layout1 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 35px
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 6.4em;
    font-family: star; 
}
.woocommerce .star-rating:hover {
color:#efb343;
  }
/*.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}*/
.woocommerce .star-rating span {
    color: #efb343;
}
.woocommerce .star-rating span::before {
    content: "*****";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

/*style -1 team */

@media screen and (min-width: 1400px) {
    .ct-team-carousel3 .slick-list {
        margin:0 -10px
    }
}

.ct-team-carousel3 .item--image {
    position: relative
}

.ct-team-carousel3 .item--image .team-avatar {
    display: block;
    position: relative;
    overflow: hidden
}

.ct-team-carousel3 .item--image .team-avatar img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms
}

.ct-team-carousel3 .item--image .team-avatar:before,.ct-team-carousel3 .item--image .team-avatar:after {
    position: absolute;
    display: block;
    content: ""
}

.ct-team-carousel3 .item--image .team-avatar:after {
    width: 100px;
    height: 100px;
    top: -60px;
    right: -60px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ct-team-carousel3 .item--image .team-avatar:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 125px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff981a 15%),to(rgba(250,67,24,0)));
    background-image: -webkit-linear-gradient(bottom,#ff981a 15%,rgba(250,67,24,0));
    background-image: -moz-linear-gradient(bottom,#ff981a 15%,rgba(250,67,24,0));
    background-image: -ms-linear-gradient(bottom,#ff981a 15%,rgba(250,67,24,0));
    background-image: -o-linear-gradient(bottom,#ff981a 15%,rgba(250,67,24,0));
    background-image: linear-gradient(bottom,#ff981a 15%,rgba(250,67,24,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff981a 15%',endColorStr='rgba(250, 67, 24, 0)');
    z-index: 1
}

.ct-team-carousel3 .item--social {
    top: 45%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1
}

.ct-team-carousel3 .item--social a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    color: #ff981a;
    -webkit-box-shadow: 0 5px 25px rgba(12,12,12,9%);
    -khtml-box-shadow: 0 5px 25px rgba(12,12,12,9%);
    -moz-box-shadow: 0 5px 25px rgba(12,12,12,9%);
    -ms-box-shadow: 0 5px 25px rgba(12,12,12,9%);
    -o-box-shadow: 0 5px 25px rgba(12,12,12,9%);
    box-shadow: 0 5px 25px rgba(12,12,12,9%);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms
}

.ct-team-carousel3 .item--social a:hover {
    -webkit-transform: translateX(-7px);
    -khtml-transform: translateX(-7px);
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -o-transform: translateX(-7px);
    transform: translateX(-7px)
}

.ct-team-carousel3 .item--social a+a {
    margin-top: 10px
}

.ct-team-carousel3 .btn-readmore {
    font-size: 14px;
    font-weight: 700;
    height: 51px;
    line-height: 51px;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff981a;
    color: #fff;
    text-transform: uppercase
}

.ct-team-carousel3 .btn-readmore i {
    font-size: 10px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms
}

.ct-team-carousel3 .btn-readmore:hover i {
    -webkit-animation: toRightFromLeft .3s linear 1;
    -khtml-animation: toRightFromLeft .3s linear 1;
    -moz-animation: toRightFromLeft .3s linear 1;
    -ms-animation: toRightFromLeft .3s linear 1;
    -o-animation: toRightFromLeft .3s linear 1;
    animation: toRightFromLeft .3s linear 1
}

.ct-team-carousel3 .item-readmore {
    position: absolute;
    bottom: -25px;
    text-align: center;
    left: 0;
    width: 100%
}

.ct-team-carousel3 .item--title {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.ct-team-carousel3 .item--meta {
    padding: 0 20px 55px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    -khtml-box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    -moz-box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    -ms-box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    -o-box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    box-shadow: 0 2px 15px 2px rgba(102,102,102,.15);
    position: relative;
    -webkit-transition-delay: .18s;
    -moz-transition-delay: .18s;
    transition-delay: .18s
}

.ct-team-carousel3 .item--meta .line-top-meta {
    width: 100%;
    display: block;
    position: absolute;
    height: 25px;
    top: -25px;
    overflow: hidden;
    left: 0;
    right: 0
}

.ct-team-carousel3 .item--meta .line-top-meta:before,.ct-team-carousel3 .item--meta .line-top-meta:after {
    position: absolute;
    display: block;
    content: ""
}

.ct-team-carousel3 .item--meta .line-top-meta:before {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 25px;
    content: "";
    display: block;
    z-index: 2;
    -webkit-transform: skew(8deg);
    -khtml-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    -o-transform: skew(8deg);
    transform: skew(8deg)
}

.ct-team-carousel3 .item--meta .line-top-meta:after {
    z-index: 1;
    width: 45px;
    height: 50px;
    top: 1px;
    right: 8px;
    background-color: #d9d9d9;
    -webkit-transform: rotate(-48deg);
    -khtml-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.ct-team-carousel3 .item--meta .item--title {
    color: #000
}

.ct-team-carousel3 .item--meta .item--title a {
    color: inherit
}

.ct-team-carousel3 .item--meta .item--position {
    font-weight: 500;
    color: #ff981a
}

.ct-team-carousel3 .item--holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #3c3c3c;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s
}

.ct-team-carousel3 .item--holder .item--line {
    height: 2px;
    width: 43px;
    background-color: #ff981a
}

.ct-team-carousel3 .item--holder .item--title {
    color: #fff;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 25px;
    z-index: 1
}

.ct-team-carousel3 .item--holder .item--title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 43px;
    height: 2px;
    background-color: #ff981a;
    content: "";
    display: inline-block
}

.ct-team-carousel3 .item--holder .item--title a {
    color: inherit
}

.ct-team-carousel3 .item--holder .item--phone,.ct-team-carousel3 .item--holder .item--email {
    position: relative;
    z-index: 1;
    color: #fff
}

.ct-team-carousel3 .item--holder .item--phone i,.ct-team-carousel3 .item--holder .item--email i {
    margin-right: 4px;
    font-size: 13px;
    color: #ff981a
}

.ct-team-carousel3 .item--holder .item--holder-inner {
    position: relative;
    padding: 0 20px 50px
}

.ct-team-carousel3 .item--holder .ct-image-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.ct-team-carousel3 .item--holder .ct-image-circle img {
    width: 145px;
    height: 145px;
    max-width: initial;
    position: absolute;
    top: -50px;
    left: -50px;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms
}

.ct-team-carousel3 .item--holder .line-top-meta {
    width: 100%;
    display: block;
    position: absolute;
    height: 25px;
    top: -25px;
    overflow: hidden;
    left: 0;
    right: 0
}

.ct-team-carousel3 .item--holder .line-top-meta:before,.ct-team-carousel3 .item--holder .line-top-meta:after {
    position: absolute;
    display: block;
    content: ""
}

.ct-team-carousel3 .item--holder .line-top-meta:before {
    background-color: #3c3c3c;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 25px;
    content: "";
    display: block;
    z-index: 1;
    -webkit-transform: skew(8deg);
    -khtml-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    -o-transform: skew(8deg);
    transform: skew(8deg)
}

.ct-team-carousel3 .item--holder .line-top-meta:after {
    z-index: 0;
    width: 45px;
    height: 50px;
    top: 1px;
    right: 8px;
    background-color: #000;
    -webkit-transform: rotate(-48deg);
    -khtml-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.ct-team-carousel3 .wp-content {
    position: relative
}

.ct-team-carousel3 .item--inner {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 90px
}

.ct-team-carousel3 .item--inner:hover .item--meta {
    opacity: 0
}

.ct-team-carousel3 .item--inner:hover .team-avatar img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.ct-team-carousel3 .item--inner:hover .team-avatar:before {
    opacity: 0
}

.ct-team-carousel3 .item--inner:hover .ct-image-circle img {
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear;
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s
}

.ct-team-carousel3 .item--inner:hover .item--social a {
    background-color: #ff981a;
    color: #fff
}

.ct-team-carousel3 .item--inner:hover .item--holder {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.ct-team-carousel3 .container-custom {
    margin-bottom: 48px
}

@media screen and (min-width: 992px) {
    .ct-team-carousel3 .container-custom {
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 75px
    }
}

@media screen and (max-width: 991px) {
    .ct-team-carousel3 .container-custom {
        padding:0 15px
    }
}

.ct-team-carousel3 .container-custom .wp-meta {
    position: relative
}

.ct-team-carousel3 .container-custom .wp-meta .title-holder {
    position: absolute;
    top: -18px;
    left: -65px;
    text-stroke-color: rgba(102,102,102,.2);
    -webkit-text-stroke-color: rgba(102,102,102,.2);
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    color: transparent!important;
    font-size: 100px
}

@media screen and (max-width: 1199px) {
    .ct-team-carousel3 .container-custom .wp-meta .title-holder {
        font-size:60px;
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .ct-team-carousel3 .container-custom .wp-meta .title-holder {
        font-size:40px
    }
}

.ct-team-carousel3 .container-custom .wp-meta .el--sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #ff981a;
    margin-bottom: 9px
}

@media screen and (max-width: 767px) {
    .ct-team-carousel3 .container-custom .wp-meta .el--sub-title {
        font-size:16px
    }
}

.ct-team-carousel3 .container-custom .wp-meta .el--title {
    font-size: 46px;
    line-height: 1.1428;
    position: relative;
    padding-bottom: 12px;
    margin-left: -3px
}

.ct-team-carousel3 .container-custom .wp-meta .el--title:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #ff981a;
    bottom: 0;
    left: 2px
}

@media screen and (max-width: 1199px) {
    .ct-team-carousel3 .container-custom .wp-meta .el--title {
        font-size:40px
    }
}

@media screen and (max-width: 991px) {
    .ct-team-carousel3 .container-custom .wp-meta .el--title {
        font-size:35px
    }
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
    counter-reset: number;
    padding-left: 10px;
    padding-right: 10px
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li {
    margin: 0 2px 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-size: 14px
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li:after {
    content: "/";
    display: inline-block;
    color: #000
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li:last-child:after {
    display: none
}

@media screen and (min-width: 992px) {
    .ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li {
        height:18px;
        line-height: 18px
    }
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    counter-increment: number;
    content: '0' counter(number);
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li button {
    font-size: 0;
    line-height: 1;
    padding: 0;
    width: 0;
    border: none;
    overflow: visible;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li button:after {
    display: none
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li.slick-active:before {
    color: #ff981a
}

.ct-team-carousel3 .container-custom .append-dots-custom .slick-dots li.slick-active button {
    height: 2px;
    position: relative;
    top: -2px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #ff981a
}

.ct-team-carousel3 .container-custom .append-arrows-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow {
    font-size: 0;
    cursor: pointer
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow:before {
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -khtml-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-prev:before {
    content: "\f121"
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow.slick-next:before {
    content: "\f121"
}

.ct-team-carousel3 .container-custom .append-arrows-custom .slick-arrow:hover:before {
    color: #ff981a
}

.ct-team-carousel3 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 0
}

/* style 11 */
.shape-box {
        display: inline-block;
        position: relative;
        z-index: 1;
        max-width: 500px;
        height: 430px;
        margin: 30px 10px 30px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
        overflow: hidden;
        width:100%;
    }

    .shape-box_half {
        overflow: hidden;
        text-align: left;
    }

    .shape-box_half:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: skewY(53.5deg);
        transform-origin: top left;
        transition: \transform .4s;
        background: #fff;
        z-index: 1;
    }

    .shape-box>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg-black {
        background-color: #000;
    }

    .shape-box_half figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 30px 30px;
        transition: \transform .4s;
        transform: translateY(100%);
        z-index: 3;
    }

    .shape-box_half figcaption .show-cont {
        position: absolute;
        bottom: calc(100% + 30px);
        left: 30px;
        right: 30px;
        transition: bottom .4s;
    }

    .card-no {
        font-size: 36px;
        color: #ff981a;
        padding: 0;
        margin: 10px 0;
    }

    .card-main-title {
        margin-top: 8px;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        color: #292b2c;
    }

    .card-content {
        color: #9f9f9f;
        margin-top: 20px;
        line-height: 22px;
        font-size: 15px;
    }

    .read-more-btn {
        border: 2px solid #ff981a;
        font-size: 14px;
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 600;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #ff981a;
        color: #fff;
        border-radius: 2px;
        margin-top: 25px;
        text-decoration: none;
    }

    .read-more-btn:hover {
        background: transparent;
        color: #222;

    }

    .shape-box_half>.after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ff981a;
        opacity: 0;
        transition: opacity .4s;
    }

    /*On hover*/
    .shape-box_half:hover:before {
        transform: skewY(20deg);
    }

    .shape-box_half:hover figcaption {
        transform: translateY(0);
    }

    .shape-box_half:hover figcaption .show-cont {
        bottom: 100%;
    }

    .shape-box_half:hover>.after {
        opacity: 1;
    }



/*----------------------------------------*/
/*  New Team Style-1
/*----------------------------------------*/
#team-area .single-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}
#team-area .team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
#team-area .single-member .team-img {
    display: block;
    position: relative;
}
#team-area .single-member .team-img a {
    display: block;
}
#team-area .single-member .team-img img {
    border-radius: 4px;
}
#team-area .team-content {
    position: absolute;
    top: 70%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    padding: 20px 20px;
    width: 100%;
    height:100%;
}
#team-area .team-content h4 a {
    color: #fff;
    position: relative;
    z-index: 1;
}
#team-area .team-content h4 a::after {
    position: absolute;
    content: "";
    background: #ff981a;
    width: 40px;
    height: 40px;
    left: -30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.8;
    transition: 0.5s;
}
#team-area .team-content p {
    margin-bottom: 0;
    color: #d9dbed;
}
#team-area .team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 1px;
}
#team-area .team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
#team-area .social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
#team-area .social-icon li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #ff981a;
    color: #333;
    border-radius:2px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    background: #ff981a;
}
#team-area .social-icon li a:hover{
    border:1px solid #ff981a;
    color:#ff981a;
    background:transparent;
}
#team-area .single-member .team-img::after{
    background: url(../images/team/team1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom:0;
    transition: 0.5s;
  box-shadow: 2px 2px 20px #ddd;
    opacity: 0.99;
}
#team-area .single-member .team-img::before{
    background: rgba(19,23,64,0.99);
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
  box-shadow: 2px 2px 20px #ddd;
    opacity: 0.95;
}
#team-area .single-member:hover .team-img::after{
    height: 0%;
    transition: 0.5s;
    bottom:0px;
}
#team-area .single-member:hover .team-img::before{
    height: 100%;
    transition: 0.5s;
}
#team-area .single-member:hover .team-content .social-icon{
     opacity: 1;
}
#team-area .single-member:hover .team-content {
    opacity: 1;
    top: 45%;
    transition: 0.5s;
    background: transparent;
}
#team-area .single-member:hover .team-content h4 a::after {
    left: -15px;
    top: -10px;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  New Team Style-1 End
/*----------------------------------------*/



/*  <!--Start New services Style-12 --->*/

.service__item {
  width: 100%;
  padding: 45px 25px;
  text-align: center;
  position: relative;
  background-color: #34393e;
}
.service__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transition: all .8s ease;
}
.service__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: all .8s ease;
}
.service__item:hover:after,
.service__item:hover:before {
  width: 100%;
  height: 100%;
  border-color: #ff981a;
}
.service__icon-block {
  color: #fff;
  font-size: 50px;
  transition: color .8s ease ;
}
.service__item:hover .service__icon-block {
  color: #ff981a;
}
.service__item h2 {
  margin: 20px 0;
  font-size: 20px;
  color: #fff;
}
.service__item p {
  color: #ddd;
  font-size: 15px;
  line-height: 23px;
}

/* === @MEDIA === */
@media screen and (max-width: 991.98px) {
  .service__list { flex-wrap: wrap; gap:20px }
  .service__item:nth-child(n + 2) { max-width: 48.5% }
}
@media screen and (max-width: 767.98px) {
  .service__item:nth-child(n + 2) { max-width: unset }
}


/*  <!--end New services Style-12 --->*/

/*  <!--Start New services Style-13 --->*/
.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.service-5 {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 18px solid #ff981a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service-5 h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: #fff;
  position: relative;
  font-size: 20px !important;
}

.service-5 h4::after,
.service-5 h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

.service-5 h4::after {
  background: linear-gradient(to right, #fff, #ff981a);
  right: -5px;
  top: -5px;
}

.service-5 h4::before {
  background: linear-gradient(to right, #ff981a, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
/*  z-index: -1;*/
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
/*  background: #fff;*/
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
/*  z-index: -2;*/
}

.main:hover .service-5 {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}
/*  <!--end New services Style-13 --->*/

/* start New slide btn Style-1 */
.btn-show {
      margin: 100px auto 0;
      width: auto;
      font-size: 20px;
      color: #463778;
      border: 3px solid #ff981a;
      border-radius: 20px;
      padding: 20px 20px;
      text-align: center;
      background-color:white;
    }

    .btn-slide {
      position: relative;
      display: inline-block;
      height: 52px;
      width: 49%;
      line-height: 50px;
      background: #fdfdfd;
      border: 2px solid;
      transition: .5s;
      border-radius: 50px;
      font-size: 16px;
      font-weight: bold;
    }

    .service_paypal {
      border-color: #0E54A9;
      width: 98%;
    }

    .service_whatsapp {
      border-color: #26A116;
    }

    .service_messenger {
      border-color: #0084ff;
    }

    .service_call {
      border-color: #463778;
    }

    .service_mail {
      border-color: #E92E25;
    }

    .service_paypal:hover {
      background-color: #0E54A9;
    }

    .service_whatsapp:hover {
      background-color: #26A116;
    }

    .service_messenger:hover {
      background-color: #0084ff;
    }

    .service_call:hover {
      background-color: #463778;
    }

    .service_mail:hover {
      background-color: #E92E25;
    }



    .btn-slide:hover span.circle {
      left: 100%;
      margin-left: -45px;
      background-color: #fdfdfd;

    }


    .service_paypal:hover span.circle {
      color: #0E54A9;
    }

    .service_whatsapp:hover span.circle {
      color: #26A116;
    }

    .service_messenger:hover span.circle {
      color: #0084ff;
    }

    .service_call:hover span.circle {
      color: #463778;
    }

    .service_mail:hover span.circle {
      color: #E92E25;
    }

    .btn-slide:hover span.title {
      right: 40px;
      opacity: 0;
    }

    .btn-slide:hover span.title-hover {
      opacity: 1;
      right: 40px;
    }

    .btn-slide span.circle {
      display: block;
      color: #fff;
      position: absolute;
      float: left;
      margin: 5px;
      line-height: 40px;
      height: 38px;
      width: 40px;
      top: 0;
      left: 0;
      transition: .5s;
      border-radius: 50px;
    }

    .service_paypal span.circle {
      background-color: #0E54A9
    }

    .service_whatsapp span.circle {
      background-color: #26A116;
    }

    .service_messenger span.circle {
      background-color: #0084ff;
    }

    .service_call span.circle {
      background-color: #463778;
    }

    .service_mail span.circle {
      background-color: #E92E25;
    }

    .btn-slide span.title,
    .btn-slide span.title-hover {
      position: absolute;
      left: 90px;
      margin: 0 auto;
      
    }

    .service_paypal span.title,
    .service_whatsapp span.title-hover {
      color: #0E54A9;

    }

    .service_whatsapp span.title,
    .service_whatsapp span.title-hover {
      color: #26A116;

    }

    .service_messenger span.title,
    .service_messenger span.title-hover {
      color: #0084ff;

    }

    .service_call span.title,
    .service_call span.title-hover {
      color: #463778;
    }

    .service_mail span.title,
    .service_mail span.title-hover {
      color: #E92E25;
    }

    .btn-slide span.title-hover {
      opacity: 0;
      color: #fff;
    }



    @media screen and (max-width: 680px) {
      .btn-slide {
        width: 95%;
      }

    }

    /* end New slide btn Style-1 */


    /* start New blog Style-4 */
.feature {
  width: 100%;
 padding: 50px 0 50px;
}
.feature .heading {
  text-align: center;
  width: 100%;
  padding: 20px 0 20px;
}
.feature .heading h2 {
  font-size: 32px;
  font-weight: 400;
}
.feature .heading h2 span {
  color: #ff981a;
}
.feature .heading h6 {
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 0 8px;
}
.feature .separator {
  width: 50px;
  height: 2px;
  margin-bottom: 50px;
  background-color: #555555;
  display: inline-block;
}
.feature-main {
  width: 100%;
  border-bottom: 2px solid transparent;
  background-color: #f9f9f9;
  padding-bottom: 20px;
}

.cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 250px rgba(0, 0, 0, 0.65) inset;
  -webkit-transition: 0.7s ease 0s;
  -moz-transition: 0.7s ease 0s;
  -o-transition: 0.7s ease 0s;
  -ms-transition: 0.7s ease 0s;
  transition: 0.7s ease 0s;
}
.feature-main:hover .cover:before {
  box-shadow: none;
}
.feature .feature-box {
  /* position: relative; */
  width: 100%;
  height: auto;
  position: relative;
}
.feature .feature-box img {
  width: 100%;
  height: auto;
}
.feature .feature-head {
  text-align: center;
  padding: 30px 15px;
  border-top: none;
}
.feature .feature-head h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.feature .feature-head p {
  color: #999;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin: 20px 0 20px;
}
.feature .feature-head a {
  color: #000;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.feature .feature-head i {
  margin-left: 5px;
}
.feature-main:hover {
  border-bottom: 2px solid #ff981a;
}
.feature-main:hover .feature-head a {
  background-color: #ff981a;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .feature-main {
    margin-bottom: 15px;
  }
}
 /* end New blog Style-4 */

 /* start New team Style-4 */


.speakers-one{
  position: relative;
  overflow:hidden;
  padding: 110px 0px 70px;
}

.speakers-one_pattern{
  position: absolute;
  right: -200px;
  top: 90px;
  width: 475px;
  height: 460px;
  background-repeat: no-repeat;
}

.speakers-one_pattern-two{
  position: absolute;
  left: -40px;
  top: 64%;
  width: 112px;
  height: 115px;
  background-repeat: no-repeat;
}

.speaker-block_one{
  position: relative;
  margin-bottom: 40px;
}

.speaker-block_one-inner{
  position: relative;
}

.speaker-block_one-image{
  position: relative;
  width:270px;
  height: 280px;
  padding: 5px 5px;
  border-radius: 0px 50% 50% 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.speaker-block_one-image img{
  position: relative;
  border-radius: 0px 50% 50% 50%;
}

.speaker-block_one-image::before{
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  right: 5px;
  bottom: -15px;
  border-radius: 0px 50% 50% 50%;
  border: 2px dashed #fff;
}

.speaker-block_one-social{
  position:absolute;
  left:20px;
  top:20px;
  z-index:2;
  bottom:20px;
  overflow:hidden;
  border-radius:50px;
}

.speaker-block_one-share{
  position:relative;
  width:40px;
  height:40px;
  z-index:2;
  line-height:40px;
  border-radius:50%;
  text-align:center;
  display:inline-block;
  font-size:16px;
  color:#fff;
/*  font-family: 'Font Awesome ';*/
  background-color:#ff981a;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.speaker-block_one-social-list{
  position:absolute;
  left:0px;
  top:-100%;
  width:40px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.speaker-block_one-inner:hover .speaker-block_one-social-list{
  top:50px;
}

.speaker-block_one-social-list a{
  position:relative;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  border-radius:50px;
  display:inline-block;
  font-size:20px;
  color:#ff981a;
  background-color:#fff;
  margin-bottom:10px;
}

.speaker-block_one-social-list a.youtube{
  color:#ff0000;
}

.speaker-block_one-social-list a.twitter{
  color:#1da1f2;
}

.speaker-block_one-social-list a.facebook{
  color:#4267b2;
}

.speaker-block_one-social-list a.instagram{
  color:#e73a67;
}

.speaker-block_one-pattern{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  height: 129px;
  background-position: center center;
  background-repeat: no-repeat;
}

.speaker-block_one-content{
  position: relative;
  text-align: center;
  padding-top:30px;
}

.speaker-one_title{
  position: relative;
  font-weight: 700;
  font-size: 24px;
}

.speaker-one_title a{
  position: relative;
  color: var(--color-two);
}

.speaker-one_title a:hover{
  color: var(--main-color);
}

.speaker-one_detail{
  position: relative;
  color: var(--color-five);
  font-size: 16px;
  margin-top: 10px;
}

 /* end New team Style-4 */

  /* start New Services Style-14 */
  /*-- Service 3 --*/
.service-three {
  position: relative;
  background-color:#181818;
  padding: 120px 0 90px;
}

@media (max-width: 991px) {
  .service-three {
    padding-bottom: 50px;
  }
  .service-three .section-title__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-three {
    padding: 80px 0 50px;
  }
}

.service-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.service-three .container {
  position: relative;
}

.service-three .section-title__triangle-left {
  border-left-color: #151516;
}

.service-three .section-title__triangle-right {
  border-right-color: #9ecf03;
}

.service-three .section-title__tagline {
  color: #000;
}

@media (max-width: 991px) {
  .service-three .section-title__tagline br {
    display: none;
  }
}

.service-three__text {
  color: #717175;

  border-top: 5px solid #fff;
  padding-top: 20px;
  margin: 0 0 30px;
}

.service-three__cus-row {
  --bs-gutter-x: 18px;
}

.service-three__cus-row .col-lg-2 {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 767px) {
  .service-three__cus-row .col-lg-2 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-three__cus-row .col-lg-2 {
    width: 33.333%;
  }
}

.service-three__item {
  position: relative;
  background-color: #000;
  padding: 42px 20px 36px;
  margin: 0 0 32px;
}

@media (max-width: 991px) {
  .service-three__item {
    margin-bottom: 50px;
  }
}

.service-three__item__icon {
  font-size: 80px;
  line-height: 80px;
  color: #717175;
  display: block;
  margin: 0 0 19px;
  transition: 500ms ease;
}

.service-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-three__item__title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.service-three__item__title br {
  display: inherit;
}

.service-three__item__title a {
  color: inherit;
}

.service-three__item__title a:hover {
  color: #ff981a;
}

.service-three__item__more {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: #fff;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -32px;
  padding: 6px 0 5px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  opacity: 0;
}

.service-three__item__more:hover {
  color: #ff981a;
}

.service-three__item__more::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 0;
  height: 1px;
  content: '';
  background-color: rgba(var(--nisoz-white-rgb), 0.1);
  transition: all 900ms linear;
}

.service-three__item:hover .service-three__item__icon {
  color: #ff981a;
}

.service-three__item:hover .service-three__item__icon span {
  transform: scale(0.9);
}

.service-three__item:hover .service-three__item__more {
  visibility: visible;
  opacity: 1;
  animation-delay: .3s;
  animation-name: fadeInUp;
}

.service-three__item:hover .service-three__item__more::after {
  width: calc(100% - 40px);
      border: 1px solid #fff;
}


  /* end New Services Style-14 */ 


   /* start New Services Style-15 */

   .feature-two {
  position: relative;
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .feature-two {
    padding-bottom: 50px;
  }
}

.feature-two__item {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

.feature-two__item:hover .feature-two__normal {
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.feature-two__item:hover .feature-two__hover {
  visibility: visible;
  opacity: 1;
  animation-delay: .3s;
  animation-name: fadeInDown;
}

.feature-two__thumb {
  position: relative;
  background-color: #161617;
}

.feature-two__thumb img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
  min-height: 261px;
  object-fit: cover;
}

.feature-two__normal {
  position: absolute;
  left: -44px;
  bottom: -91px;
  width: 283px;
  height: 283px;
  border-radius: 50%;
  background-color: rgba(255, 152, 26, 0.95);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 500ms ease;
  padding: 40px 20px 20px 84px;
}

.feature-two__normal__icon {
  width: 52px;
  height: 52px;
  background-color: #161617;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px;
}

.feature-two__normal__title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.feature-two__normal__title br {
  display: inherit;
}

.feature-two__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 152, 26, 0.95);
  display: flex;
  padding: 35px 60px 20px 40px;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.feature-two__hover__title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.feature-two__hover__title br {
  display: inherit;
}

.feature-two__hover__text {
  color: #161617;
  margin: 0 0 20px;
}

.feature-two__hover__btn {
  width: 52px;
  height: 52px;
  background-color:#161617;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-right: auto;
}

.feature-two__hover__btn:hover {
  background-color: #fff;
  color: #161617;
}

.feature-two__hover__btn:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.feature-two__hover__btn span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


    /* end New Services Style-15 */

    /* start New Services Style-16 */

    .portfolio-one__item {
  position: relative;
  margin: 0 0 30px;
}

.portfolio-one__item:hover .portfolio-one__thumb img {
  transform: scale(1.05);
  opacity: .7;
}

.portfolio-one__item:hover .portfolio-one__read-more {
  visibility: visible;
  opacity: 1;
  animation-delay: .2s;
  animation-name: fadeInDown;
}

.portfolio-one__item:hover .portfolio-one__hover-bottom {
  visibility: visible;
  opacity: 1;
  animation-delay: .3s;
  animation-name: fadeInDown;
}

.portfolio-one__thumb {
  overflow: hidden;
  background-color: var(--nisoz-black);
}

.portfolio-one__thumb img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__hover {
  position: relative;
  max-width:250px;
  margin: -166px 0 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .portfolio-one__hover {
    margin-top: -66px;
  }
}

@media (max-width: 450px) {
  .portfolio-one__hover {
    margin-top: -66px;
    max-width: 320px;
  }
}

.portfolio-one__read-more {
  width: 50px;
  height: 50px;
  background-color: #ff981a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color:#161617;
  margin-left: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.portfolio-one__read-more:hover {
  background-color: #161617;
  color:#fff;
}

.portfolio-one__read-more:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.portfolio-one__read-more span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio-one__hover-bottom {
  position: relative;
  z-index: 2;
  background-color: #161617;
  padding: 48px 50px 43px;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.portfolio-one__cats {
  display: flex;
  font-size: 14px;
  color: var(--nisoz-base);
  letter-spacing: 1.4px;
  font-family: var(--heading-font);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.portfolio-one__cats a {
  color: inherit;
}

.portfolio-one__cats a:hover {
  color: var(--nisoz-white);
}

.portfolio-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: var(--nisoz-white);
}

.portfolio-one__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.portfolio-one__title a:hover {
  color: var(--nisoz-base);
  background-size: 0% 1px, 100% 1px;
}

.portfolio-one .active.center .portfolio-one__thumb img {
  transform: scale(1.05);
  opacity: .7;
}

.portfolio-one .active.center .portfolio-one__read-more {
  visibility: visible;
  opacity: 1;
  animation-delay: .2s;
  animation-name: fadeInDown;
}

.portfolio-one .active.center .portfolio-one__hover-bottom {
  visibility: visible;
  opacity: 1;
  animation-delay: .3s;
  animation-name: fadeInDown;
}

/* end New Services Style-16 */

/* start New Services Style-17 */
/*--------------------------------------------------------------
# Funfact Section
--------------------------------------------------------------*/
.fact-one {
  position: relative;
  background-color:#161617;
  padding: 50px 0 0px;
}

@media (max-width: 767px) {
  .fact-one {
    padding-bottom: 0;
  }
}

.fact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  opacity: .1;
}

.fact-one__item {
  position: relative;
  z-index: 2;
  padding: 0 15px 36px;
  background-color: #161617;
  border: 10px solid #0c0c0d;
  transition: all 400ms ease;
  margin-bottom: 90px;
}

.fact-one__item::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  bottom: auto;
  background-color: #ff981a;
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
  -moz-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
}

.fact-one__item__icon {
  width: 116px;
  height: 116px;
  background-color: #0c0c0d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms ease;
  color: #ff981a;
  font-size: 62px;
  border-radius: 50%;
  margin-bottom: 7px;
  margin: -70px auto 10px;
}

.fact-one__item__icon span {
  display: inline-block;
}

.fact-one__item:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

.fact-one__item:hover .fact-one__item__icon {
  background-color:#ff981a;
  color: #fff;
}

.fact-one__item:hover .fact-one__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
  animation-duration: 1s;
  animation-duration: 2s;
}

.fact-one__item:hover .fact-one__item__count,
.fact-one__item:hover .fact-one__item__title {
  color: #fff;
}

.fact-one__item__count {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  transition: all 400ms ease;
  margin-bottom: 19px;
}

.fact-one__item__count .count-box {
  display: inline-flex;

}

.fact-one__item__title {
  font-size: 16px;
  font-weight: 500;
  color: #646466;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 300ms ease;
  margin: 0;
   font-family: 'Roboto', sans-serif;
}


/* end New Services Style-17 */

/* start New team Style-5 */
.team-one {
  position: relative;
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .team-one {
    padding-bottom: 50px;
  }
}



.team-one-about {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .team-one-about {
    padding: 80px 0 50px;
  }
}

@media (min-width: 1200px) {
  .team-one-about .container {
    max-width: 1200px;
  }
}

.team-one-about .team-one__item__image::after {
  left: -16px;
  top: -16px;
}

.team-one-about .team-one__item__image::before {
  left: -16px;
  top: -10px;
}

.team-one-about .nisoz-owl__dots.owl-carousel .owl-dots {
  margin: 0 0 20px !important;
}

.team-one__item {
  position: relative;
  margin: 17px 8px 30px;
}

@media (max-width: 1199px) {
  .team-one__item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-one__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .team-one__item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .team-one__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.team-one__item:hover .team-one__item__links {
  color: #161617;
}

.team-one__item:hover .team-one__item__social {
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.team-one__item:hover .team-one__item__image img {
  opacity: .7;
}

.team-one__item__image {
  position: relative;
  background-color: #161617;
}

.team-one__item__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 6px;
  content: '';
  background-color: #ff981a;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
/* z-index: -1;*/
}

.team-one__item__image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 64px;
  content: '';
  background-color: #ff981a;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
/* z-index: -1;*/
}

.team-one__item__image img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-one__item:hover .team-one__item__image::after {
  left: -16px;
  top: -16px;
}

.team-one__item:hover .team-one__item__image::before {
  left: -16px;
  top: -10px;
}

.team-one__item__content {
  background-color: #fff;
  margin: -56px 0 0 24px;
  position: relative;
  z-index: 2;
  padding: 24px 16px 29px;
  box-shadow: 0px 10px 60px 0px rgba(22, 22, 23, 0.07);
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .team-one__item__content {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .team-one__item__content {
    padding-left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-one__item__content {
    padding-left: 20px;
  }
}

.team-one__item__title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.team-one__item__title a {
  color: inherit;
}

.team-one__item__title a:hover {
  color: #ff981a;
}

.team-one__item__designation {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.team-one__item__links {
  position: absolute;
  right: 40px;
  top: 28px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff981a;
  color: #161617;
  border-radius: 50%;
  font-size: 12px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .team-one__item__links {
    right: 25px;
  }
}

.team-one__item__social {
  position: absolute;
  right: 42px;
  bottom: 84px;
  width: 37px;
  background-color: #161617;
  padding: 20px 0px;
  text-align: center;
  transform: scaleY(0);
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .team-one__item__social {
    right: 27px;
  }
}

.team-one__item__social::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #161617 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  content: '';
}

.team-one__item__social a {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.team-one__item__social a:hover {
  color: #161617;
}

.team-one__item__social a + a {
  margin-top: 16px;
}


/* end New team Style-5 */

/* start New services Style-18 */

.service-two {
  position: relative;
  padding: 0 0 90px;
  counter-reset: count;
}

@media (max-width: 767px) {
  .service-two {
    padding-bottom: 50px;
  }
}

.service-two-padding {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .service-two-padding {
    padding-top: 80px;
  }
}

.service-two-padding .nisoz-owl__dots.owl-carousel .owl-dots {
  margin: 0px 0 21px !important;
}

.service-two__item {
  position: relative;
  background-color: #fff;
  margin: 0 0 30px;
  box-shadow: 0px 10px 60px 0px rgba(0,0,0, 0.07);
  counter-increment: count;
}

.service-two__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  background-position: center center;
  transition: all 300ms ease;
  transform: scale(1.3);
  z-index: 1;
  visibility: hidden;
}

.service-two__item__number {
  position: relative;
  z-index: 3;
  transition: all 500ms ease;
  font-family: 'Roboto', sans-serif;
  color: #717175;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 0;
}

.service-two__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  margin-left: 4px;
}

.service-two__item__icon {
  position: absolute;
  z-index: 3;
  right: 50px;
  top: 40px;
  font-size: 60px;
  line-height: 1;
  color: #717175;
  display: inline-block;
  margin: 0;
  transition: 500ms ease;
}

@media (max-width: 1199px) {
  .service-two__item__icon {
    right: 40px;
  }
}

.service-two__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-two__item:hover .service-two__item__number {
  color: #646466;
}

.service-two__item:hover .service-two__item__title {
  color:#fff;
}

.service-two__item:hover .service-two__item__text {
  color: #646466;
}

.service-two__item:hover .service-two__item__border {
  background-color: rgba(255,255,255, 0.1);
}

.service-two__item:hover .service-two__content::after {
  visibility: visible;
  opacity: 1;
}

.service-two__item:hover .service-two__item__hover {
  visibility: visible;
  transform: scale(1);
}

.service-two__item:hover .service-two__item__icon {
  color: #ff981a;
}

.service-two__item:hover .service-two__item__icon span {
  transform: scale(0.9);
}

.service-two__item__title {
  font-size: 20px;
  text-transform: uppercase;
  transition: all 300ms ease;
  position: relative;
  z-index: 3;
  margin: 0 70px 37px 0;
}

.service-two__item__title a {
  color: inherit;
}

.service-two__item__title a:hover {
  color: #ff981a;
}

.service-two__item__border {
  transition: all 300ms ease;
  height: 2px;
  width: 100%;
  background-color: #e6e6ec;
  transition: all 300ms ease;
  margin: 0 0 22px;
}

.service-two__item__text {
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 26px;
  transition: all 300ms ease;
  margin: 0;
}

.service-two__thumb {
  position: relative;
  background-color:#0c0c0d;
}

.service-two__thumb img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}

.service-two__content {
  position: relative;
  z-index: 2;
  padding: 40px 50px 46px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service-two__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.service-two__content::after {
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #161617;
  height: 100%;
  content: '';
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

/* end New services Style-18 */ 


/* start New about-us Style-3  */

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: #fff;
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-one {
    padding: 46px 0;
  }
}

.about-one__thumb {
  position: relative;
  margin: 0 147px 0 0;
  float: right;
  clear: both;
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .about-one__thumb {
    margin: 0 auto;
    float: none;
    display: inline-block;
  }
}

@media (min-width: 1361px) and (max-width: 1600px) {
  .about-one__thumb {
    margin: 0 90px 0 -15%;
  }
}

@media (max-width: 1199px) {
  .about-one__thumb {
    margin: 0 auto;
    float: none;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .about-one__thumb {
    display: block;
  }
}

.about-one__thumb__one {
  background-color: #161617;
  position: relative;
}

.about-one__thumb__one img {
  mix-blend-mode: luminosity;
}

@media (max-width: 767px) {
  .about-one__thumb__one img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .about-one__thumb__one img {
    max-width: 100%;
  }
}

@media (min-width: 1361px) and (max-width: 1600px) {
  .about-one__thumb__one img {
    min-height: 555px;
    object-fit: cover;
    max-width: 100%;
  }
}

.about-one__thumb__two {
  background-color: #161617;
  position: absolute;
  right: -100px;
  top: 40px;
}

.about-one__thumb__two img {
  max-width: 100%;
  mix-blend-mode: luminosity;
}

@media (max-width: 991px) {
  .about-one__thumb__two {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .about-one__thumb__two {
    display: none;
  }
}

.about-one__fact-wrapper {
  position: relative;
  background-color: #ff981a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 40px 38px;
  max-width: 77.6%;
  margin: -82px auto 0;
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .about-one__fact-wrapper {
    max-width: 90%;
    padding: 34px 30px 38px;
  }
}

@media (min-width: 1361px) and (max-width: 1600px) {
  .about-one__fact-wrapper {
    max-width: 92%;
    padding: 34px 30px 38px;
  }
}

@media (max-width: 767px) {
  .about-one__fact-wrapper {
    padding: 34px 25px 38px;
    max-width: calc(100% - 20px);
    margin-top: -45px;
  }
}

.about-one__fact {
  position: relative;
  padding: 0 0 0 78px;
}

@media (max-width: 767px) {
  .about-one__fact {
    padding: 0;
  }
}

.about-one__fact__icon {
  font-size: 62px;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 62px;
}

@media (max-width: 767px) {
  .about-one__fact__icon {
    position: relative;
    margin-bottom: 12px;
  }
}

.about-one__fact__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__fact:hover .about-one__fact__icon span {
  transform: scale(0.9);
}

.about-one__fact__count {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #171717;
  margin: 0 0 0;
}

.about-one__fact__count .count-box {
  display: inline-flex;
}

.about-one__fact__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767px) {
  .about-one__fact__title {
    letter-spacing: 1px;
  }
}

.about-one__content {
  position: relative;
  padding: 0 0 0 22px;
}

@media (max-width: 1199px) {
  .about-one__content {
    padding: 45px 0 0;
  }
}

.about-one__content .section-title {
  margin-bottom: 30px;
}

.about-one__content__text {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-one__content__text {
    margin-bottom: 10px;
  }
}

.about-one__box {
  position: relative;
  max-width: 220px;
}

@media (max-width: 767px) {
  .about-one__box {
    margin-top: 20px;
    max-width: 100%;
  }
}

.about-one__box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.about-one__box__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 100px;
  margin: 0;
}

.about-one__box__icon {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#171717;
  border-radius: 50%;
  color:#fff;
  font-size: 26px;
}

.about-one__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__box:hover .about-one__box__icon span {
  transform: scale(0.9);
}

.about-one__box__text {
  line-height: 26px;
  margin: 0;
}

.about-one__progress {
  position: relative;
  margin: 26px 0 41px;
}

.about-one__progress--title {
  font-weight: 500;
  font-size: 20px;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.about-one__progress--bar {
  position: relative;
  width: 100%;
  height: 13px;
  border-radius: 30px;
  display: block;
  background-color: #ff981a;
}

.about-one__progress--inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 30px;
  background-color: #ff981a;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-one__progress--number {
  position: absolute;
  right: 0;
  bottom: 18px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__progress .counted .count-text {
  opacity: 1;
}


/* end New about-us Style-3  */

/* start New services Style-19  */
.feature-section {
  position: relative;
  z-index: 1;
 
}
.feature-section .feature-left {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  z-index: -1;
  mix-blend-mode: difference;
  opacity: 0.12;
  transform: rotate(180deg);
}
.feature-section .feature-right {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  z-index: -1;
  mix-blend-mode: difference;
  opacity: 0.12;
  transform: rotate(180deg);
}
.feature-section .feature-bg {
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  width: 100%;
  left: 0;
}
.feature-section .round-effect {
  position: absolute;
  width: 309px;
  height: 309px;
  background: #196ed3;
  -webkit-filter: blur(422px);
  filter: blur(422px);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: -1;
}
.feature-section .feature-box-1 {
  background-color: #0a0e17;
  padding: 34px;
  border-radius: 4px;
  position: relative;
  height: 100%;
}
 .feature-section .feature-box-1 {
  direction: ltr;
}
@media (max-width: 1400px) {
  .feature-section .feature-box-1 {
    padding: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
}
.feature-section .feature-box-1:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(199.52deg, rgba(59, 237, 178, 0.22) 7.05%, rgba(10, 14, 23, 0) 134.77%);
  border-radius: 4px;
  z-index: -1;
  transition: all 0.5s ease;
}
.feature-section .feature-box-1 .feature-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.feature-section .feature-box-1 .feature-top h3 {
  margin-bottom: 0;
  color: rgba(255,255,255, 1);
  position: relative;
  padding-left: 30px;
  font-size: 20px;
}
/*.feature-section .feature-box-1 .feature-top h3 {
  padding-left: 0;
  padding-right: 30px;
  font-size: 20px;
}*/
.feature-section .feature-box-1 .feature-top h3:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #ff981a;
  left: 15px;
}
/* .feature-section .feature-box-1 .feature-top h3:after {
  left: unset;
  right: 15px;
}*/
.feature-section .feature-box-1 .feature-top .feature-icon {
  width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  transition: all 0.5s ease;
}
.feature-section .feature-box-1 .feature-top .feature-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-section .feature-box-1 .feature-top .feature-icon .outline-icon {
  transition: all 0.5s ease;
}
.feature-section .feature-box-1 .feature-top .feature-icon .bold-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scaleX(-1);
  transition: all 0.5s ease;
}
.feature-section .feature-box-1 h4 {
  color: rgba(156, 157, 159, 1);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.feature-section .feature-box-1 .link-overflow {
  width: 100%;
  overflow: hidden;
}
.feature-section .feature-box-1 a {
  font-size: 16px;
  display: flex;
  align-content: center;
  transition: all 0.5s ease;
  transform: translateX(-112px);
  transition: all 0.5s ease;
}
.iconsax {
    display: inline-block;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: var(--Iconsax-Size);
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 0px;
    width: 25px;
}
@media (max-width: 991px) {
  .feature-section .feature-box-1 a {
    transform: none;
  }
}
 .feature-section .feature-box-1 a {
  transform: translateX(-90px);
}
@media (max-width: 991px) {
   .feature-section .feature-box-1 a {
    transform: none;
  }
}
.feature-section .feature-box-1 a svg {
 
/*  margin-left: 10px;*/
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .feature-section .feature-box-1 a svg {
    margin-left: 15px;
  }
}
/*.feature-section .feature-box-1 a svg {
  margin-left: 0;
  margin-right: 34px;
}*/
@media (max-width: 991px) {
 .feature-section .feature-box-1 a svg {
    margin-right: 15px;
  }
}
.feature-section .feature-box-1:hover:after {
  background: linear-gradient(314deg, rgba(59, 237, 178, 0.22) 7.05%, rgba(10, 14, 23, 0) 134.77%);
  transition: all 0.5s ease;
}
.feature-section .feature-box-1:hover .feature-icon .outline-icon {
  transform: translate(-50%, -50%) scaleX(-1);
  opacity: 0;
  visibility: hidden;
}
.feature-section .feature-box-1:hover .feature-icon .bold-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.feature-section .feature-box-1:hover a {
  transform: translateX(0);
}
.feature-section .feature-box-1:hover a svg {
  margin-left: 15px;
}
 .feature-section .feature-box-1:hover a svg {
  margin-left: 0;
  margin-right: 15px;
}

/* end New services Style-19  */


/* start New Portfolio Style-3 */

#portfolio {
  background-color: #e1e1e1;
}

.pa-dark #portfolio {
  background-color: #080d15;
}

.pa-portfolio-thumb { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pa-portfolio-thumb:hover {
  background-position: right center;
  -webkit-transition: all 0.65s ease-out 0s;
     -o-transition: all 0.65s ease-out 0s;
      transition: all 0.65s ease-out 0s;
}

.pa-portfolio-thumb-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1,0);
      -ms-transform: scale(1,0);
          transform: scale(1,0);
}

.pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb-deco-2 {
  background: rgb(255,152,26);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,152,26,0.8)), to(rgba(255,195,95,1)));
  background: -o-linear-gradient(left, rgba(255,152,26,0.8) 0%, rgba(255,195,95,1) 100%);
  background: linear-gradient(90deg, rgba(255,152,26,0.8) 0%, rgba(255,195,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7100B8",endColorstr="#00f2ff",GradientType=1);
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-background-overlay {
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
}

.pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb-deco-2 {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 6px;
  -webkit-transform: scale(0,1);
      -ms-transform: scale(0,1);
          transform: scale(0,1);
}

.pa-portfolio-thumb-deco-1 {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  top: 0;
  left: 0;
}

.pa-portfolio-thumb-deco-2 {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  bottom: 0;
  right: 0;
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb:hover .pa-portfolio-thumb-deco-2 {
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
  opacity: 1;
}

.pa-portfolio-thumb-centered-content {
  opacity: 0; 
  z-index: 1;
  -webkit-transform: scale(1,0);
      -ms-transform: scale(1,0);
          transform: scale(1,0);
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-centered-content {
  opacity: 1; 
  -webkit-transform: scale(1,1); 
      -ms-transform: scale(1,1); 
          transform: scale(1,1);
}

.pa-portfolio-thumb-heading {
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.pa-portfolio-thumb-desc {
  color: #848484;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.pa-portfolio-thumb-hover-icon {
  font-size: 57px;
  font-family: 'FontAwesome';
}

.pa-portfolio-thumb-hover-icon:hover {
  color: #ffffff !important;
}

/* end New Portfolio Style-3  *//* start New Portfolio Style-3 */

#portfolio {
  background-color: #e1e1e1;
}

.pa-dark #portfolio {
  background-color: #080d15;
}

.pa-portfolio-thumb { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pa-portfolio-thumb:hover {
  background-position: right center;
  -webkit-transition: all 0.65s ease-out 0s;
     -o-transition: all 0.65s ease-out 0s;
      transition: all 0.65s ease-out 0s;
}

.pa-portfolio-thumb-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1,0);
      -ms-transform: scale(1,0);
          transform: scale(1,0);
}

.pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb-deco-2 {
  background: rgb(255,152,26);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,152,26,0.8)), to(rgba(255,195,95,1)));
  background: -o-linear-gradient(left, rgba(255,152,26,0.8) 0%, rgba(255,195,95,1) 100%);
  background: linear-gradient(90deg, rgba(255,152,26,0.8) 0%, rgba(255,195,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7100B8",endColorstr="#00f2ff",GradientType=1);
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-background-overlay {
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
}

.pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb-deco-2 {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 6px;
  -webkit-transform: scale(0,1);
      -ms-transform: scale(0,1);
          transform: scale(0,1);
}

.pa-portfolio-thumb-deco-1 {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  top: 0;
  left: 0;
}

.pa-portfolio-thumb-deco-2 {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  bottom: 0;
  right: 0;
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-deco-1, 
.pa-portfolio-thumb:hover .pa-portfolio-thumb-deco-2 {
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
  opacity: 1;
}

.pa-portfolio-thumb-centered-content {
  opacity: 0; 
  z-index: 1;
  -webkit-transform: scale(1,0);
      -ms-transform: scale(1,0);
          transform: scale(1,0);
}

.pa-portfolio-thumb:hover .pa-portfolio-thumb-centered-content {
  opacity: 1; 
  -webkit-transform: scale(1,1); 
      -ms-transform: scale(1,1); 
          transform: scale(1,1);
}

.pa-portfolio-thumb-heading {
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.pa-portfolio-thumb-desc {
  color: #848484;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.pa-portfolio-thumb-hover-icon {
  font-size: 57px;
  font-family: 'FontAwesome';
}

.pa-portfolio-thumb-hover-icon:hover {
  color: #ffffff !important;
}

/* end New Portfolio Style-3  */

/* start New Services Style-20  */


.research-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.research-area .auto-container {
    max-width: 1830px;
}

.single-research-box {
    position: relative;
    display: block;
    padding-right: 30px;
}

.single-research-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-research-box .img-holder img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.single-research-box:hover .img-holder img {
    transform: scale(1.1) rotate(1deg);
}

.single-research-box .img-holder:before {
    position: absolute;
    content: '';
    background-color: rgba(255,152,26, 0.9);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    z-index: 1;
}

.single-research-box:hover .img-holder:before {
    height: 100%;
    top: 0px;
}


.single-research-box .img-holder .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    transition: all 500ms ease;
}

.single-research-box:hover .img-holder .icon {
    transform: translate(-50%, -50%);
}

.single-research-box .img-holder .icon span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms ease;
}

.single-research-box:hover .img-holder .icon span:before {
    opacity: 0;
}

.single-research-box .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    z-index: 3;
}

.single-research-box .img-holder .overlay-icon span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms ease;
    transform: scale(0);
}

.single-research-box:hover .img-holder .overlay-icon span:before {
    transform: scale(1.0);
}

.single-research-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding-left: 200px;
    min-height: 110px;
    z-index: 2;
}

.single-research-box .overlay-content .inner-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #ff981a;
    border-left: 4px solid #fff;
    display: flex;
    align-items: center;
    padding-left: 26px;
    transition: all 500ms ease;
}

.single-research-box:hover .overlay-content .inner-title {
    background-color:#222;
}

.single-research-box .overlay-content .inner-title h3 {
    font-size: 22px;
    line-height: 30px;
}

.single-research-box .overlay-content .inner-title h3 a {
    color: #ffffff;
    transition: all 500ms ease;
}

.single-research-box .overlay-content .text {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
    min-height: 110px;
}

.single-research-box .overlay-content .text p {
    margin: 0;
}


/* end New Services Style-20  */

/* start New about-us Style-4  */
.impressions-area {
    position: relative;
    display: block;
    padding: 0px 0 200px;
    background-color: #fbfbfb;
    z-index: 2;
}

.impressions-area-img-bg {
    position: absolute;
    top: -110px;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: auto;
    z-index: -1;
}


.impressions-img-box {
    position: relative;
    display: block;
}

.impressions__content-box {
    position: relative;
    display: block;
    padding-top: 110px;
}

.impressions__content-box .sec-title-style2 {}

.impressions__content-box__inner {
    position: relative;
    display: block;
}


.single-impressions-content-box {
    position: relative;
    display: block;
    transition: all 0.2s ease;
    margin-bottom: 15px;
}

.single-impressions-content-box:hover {
    transform: translateY(-15px);
}


.single-impressions-content-box.margin-top50 {
    margin-top: 50px;
}

.single-impressions-content-box .img-holder {
    position: relative;
    display: block;
    padding: 15px;
    z-index: 1;
}

.single-impressions-content-box .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 35px;
    right: 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: all 500ms ease;
}

.single-impressions-content-box:hover .img-holder:before {
    top: 35px;
    bottom: 0;
}


.single-impressions-content-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.single-impressions-content-box .img-holder .inner img {
    width: 100%;
}


.single-impressions-content-box .img-holder .title-box-2 {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 45px;
    background-color: #ffffff;
    z-index: 2;
    padding: 10px 0;
    padding-left: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 20px;
}

.single-impressions-content-box .img-holder .title-box-2 h3 {
    font-size: 24px;
    line-height: 30px;
}

.single-impressions-content-box .img-holder .title-box-2 h3 a {
    color: var(--thm-black);
}



.single-impressions-content-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 45px;
    background-color: #ffffff;
    z-index: 3;
    padding: 23px 30px 22px;
    padding-right: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

    opacity: 0;
    transform: perspective(400px) translateY(-80px) scale(1, 1);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
}

.single-impressions-content-box:hover .overlay-content {
    opacity: 1;
    transform: perspective(400px) translateY(0px) scale(1, 1);
    transition: all 500ms ease;
}



.single-impressions-content-box .overlay-content p {
    color: #636d7c;
    margin: 0;
}

.single-impressions-content-box .overlay-content .btn-box {
    position: relative;
    display: block;
    padding-top: 13px;
}

.single-impressions-content-box .overlay-content .btn-box a {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family:'Roboto', sans-serif cursive;
}

.single-impressions-content-box .overlay-content .btn-box a:hover {
    color: var(--thm-base);
}

.single-impressions-content-box .overlay-content .btn-box a span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px;
    color: #ff981a;
}


/* end New about-us Style-4 */

/* start New Team Style-6 */
.team-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
    z-index: 10;
}

.single-team-style2 {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.single-team-style2 .img-holder {
    position: relative;
    display: block;
}

.single-team-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.single-team-style2 .img-holder .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.10;
    transition: all 500ms ease;
    z-index: 1;
}

.single-team-style2:hover .img-holder .inner:before {
    opacity: 0.70;
}

.single-team-style2 .img-holder .inner img {
    width: 100%;
    transition: all 500ms ease;
}

.single-team-style2:hover .img-holder .inner img {
    transform: scale(1.1) rotate(2deg);
}


.single-team-style2 .img-holder .title-holder {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 25px 0 25px;
    border-radius: 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.single-team-style2 .img-holder .title-holder .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(10px);
    transition: all 500ms ease;
    z-index: -1;
}

.single-team-style2:hover .img-holder .title-holder .img-bg {
    filter: blur(0px);
}

.single-team-style2 .img-holder .title-holder .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    content: "";
    background-color: #15363a;
    opacity: 0.10;
    transition: all 500ms ease;
}

.single-team-style2:hover .img-holder .title-holder .img-bg:before {
    opacity: 0.80;
    background-color: #ff981a;
}

.single-team-style2 .img-holder .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px;
}

.single-team-style2 .img-holder .title-holder h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2 .img-holder .title-holder h3 a:hover {
    color: #000000;
}

.single-team-style2 .img-holder .title-holder p {
    color: #ffffff;
    line-height: 20px;
    margin: 0;
}



.single-team-style2 .social-link-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0 10px;
}

.single-team-style2 .social-link-box .social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-team-style2 .social-link-box .social-links li {
    position: relative;
    display: block;
    margin: 0 7.5px;
}

.single-team-style2 .social-link-box .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dee5e4;
    border-radius: 50%;
    color: #636d7c;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style2:hover .social-link-box .social-links li a {
    color: #ffffff;
}

.single-team-style2:hover .social-link-box .social-links li.tw a {
    background-color: #55acee;
    border-color: #55acee;
    transition-delay: 0.1s;
}


.single-team-style2:hover .social-link-box .social-links li.fb a {
    background-color: #3b5998;
    border-color: #3b5998;
    transition-delay: 0.2s;
}

.single-team-style2:hover .social-link-box .social-links li.linked a {
    background-color: #0077b5;
    border-color: #0077b5;
    transition-delay: 0.3s;
}

/* end New Team Style-6 */

/* start New services Style-21 */
.sec-title-style3 h2 span {
    color: #ff981a;
    font-weight: 600;
}
.top-categories-area {
    position: relative;
    display: block;
    padding: 110px 0 110px;
    z-index: 10;
}

.top-categories-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(240, 247, 243);
    background: linear-gradient(180deg, rgba(240, 247, 243, 1) 0%, rgba(240, 247, 243, 1) 40%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
}

.top-categories-area__content {
    position: relative;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    max-width: 1320px;
}

.top-categories-area .row {
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
}

/*.top-1-categories-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}*/

.top-categories-area .border-top-box {
    position: relative;
    border-top: 1px solid #e7ece9;
}

.top-categories-single {
    position: relative;
    border-right: 1px solid #e7ece9;
}

.top-categories-single:last-child {
    border-right: none;
}



.top-categories-single__box {
    position: relative;
    display: block;
    padding: 50px 10px 66px  10px;
    overflow: hidden;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}

.top-categories-single__box .img-box {
/*    position: relative;*/
    display: block;
    padding-bottom: 61px;
}

.top-categories-single__box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    z-index: 1;
}

.top-categories-single__box .img-box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #32344b;
    opacity: 0.70;
    transition: all 200ms ease;
}

.top-categories-single__box .img-box img {
    width: 100%;
}


.top-categories-single__box .img-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    text-align: center;
    z-index: 5;
    transform: translateY(84px);
    transition: all 200ms ease;
}

.top-categories-single__box:hover .img-box .overlay-content {
    transform: translateY(0px);
    background-color: #ffffff;
    transition: background-color 10000ms linear, all 500ms ease;
}

.top-categories-single__box .img-box .overlay-content .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    color: #32344b;
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.top-categories-single__box:hover .img-box .overlay-content .icon {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.top-categories-single__box .img-box .overlay-content p {
    color: #676c7c;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 11px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.top-categories-single__box:hover .img-box .overlay-content p {
    margin: 16px 0 11px;
}

.top-categories-single__box .img-box .overlay-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.top-categories-single__box .img-box .overlay-content h3 a {
    color: #222;
}


.top-categories-single__box .img-box .overlay-content .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 25px;
    opacity: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.top-categories-single__box:hover .img-box .overlay-content .btns-box {
    opacity: 1.0;
}

.top-categories-single__box .img-box .overlay-content .btns-box a {
/*   padding: 15px;*/
}

.top-categories-single__box .img-box .overlay-content .btns-box a:hover {
    background-color: #32344b;
}


.top-categories__bottom-text {
    position: relative;
    display: block;
    background-color: rgb(240, 247, 243);
    border-radius: 6px;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

.top-categories__bottom-text p {
    color: #676c7c;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.top-categories__bottom-text p a {
    position: relative;
    display: inline-block;
    color: #32344b;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.top-categories__bottom-text p a span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #32344b;
    padding-right: 8px;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 50%;
    content: "";
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #32344b;
    z-index: -1;
}
.btn-one:after {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 50%;
    content: "";
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color:#32344b;
    z-index: -1;
}
.btn-one--style4 {
    color: #32344b;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    background-color: #f0f7f3;
    font-family:'Roboto', sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;

}
/* end  New services Style-21 */


/* start  New services Style-22 */
.online-courses-style2-area {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding-bottom: 80px;
}

.online-courses-style2__top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 49px;
}

.online-courses-style2__top-title .sec-title-style3 {
    padding: 0;
}

.online-courses-style2__top-title .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 6px;
}



.single-online-courses-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.2s ease;
    width: 270px;
    margin: 0 auto 30px;
}

.single-online-courses-style2:hover {
    transform: translateY(-5px);
}

.single-online-courses-style2 .img-holder {
    position: relative;
    display: block;
    padding-bottom: 45px;
}

.single-online-courses-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-online-courses-style2 .img-holder .inner img {
    width: 100%;
    mix-blend-mode: normal;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.single-online-courses-style2:hover .img-holder .inner img {
    transform: scale(1.01) rotate(1deg);
}

.single-online-courses-style2 .img-holder .overlay-content {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
    padding: 14px 20px 15px;
}

.single-online-courses-style2 .img-holder .overlay-content-bg {
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    height: 10px;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: .70;
}


.single-online-courses-style2 .img-holder .overlay-content .left {
    position: relative;
    display: block;
    list-style: none;
}

.single-online-courses-style2 .img-holder .review-box {
    position: relative;
    display: block;
    list-style: none;
}

.single-online-courses-style2 .img-holder .review-box h5 {
    color: #32344b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 2px 0 0;
}

.single-online-courses-style2 .img-holder .review-box h5 span {
    color: #676c7c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.single-online-courses-style2 .img-holder .rate-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 25px;
    background-color:  #32344b;
    border-radius: 5px;
}

.single-online-courses-style2 .img-holder .rate-box h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}


.single-online-courses-style2 .img-holder .img-holder__overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0;
    right: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    z-index: 5;
    transform: perspective(400px) translateY(-100%) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
}

.single-online-courses-style2:hover .img-holder .img-holder__overlay {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: top center;
}



.single-online-courses-style2 .img-holder__overlay .top-1 {
    position: relative;
    display: block;
    padding: 30px 20px 0;
}

.single-online-courses-style2 .img-holder__overlay .top-1 .category-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-online-courses-style2 .img-holder__overlay .top-1 .category-box span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #32344b;
    font-size: 16px;
    top: -1px;
}

.single-online-courses-style2 .img-holder__overlay .top-1 .category-box p {
    color: #32344b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.single-online-courses-style2 .img-holder__overlay .top-1 .text {
    position: relative;
    display: block;
    padding: 14px 0 22px;
}

.single-online-courses-style2 .img-holder__overlay .top-1 .text p {
    margin: 0;
    text-align: left;
}

.single-online-courses-style2__instructors-info {
    position: relative;
    display: flex;
    align-items: center;
}

.single-online-courses-style2__instructors-info .img-box {
    width: 45px;
    overflow: hidden;
    border-radius: 50%;
}

.single-online-courses-style2__instructors-info .img-box img {
    width: 100%;
}

.single-online-courses-style2__instructors-info .text-box {
    position: relative;
    flex: 1;
    margin-left: 15px;
}

.single-online-courses-style2__instructors-info .text-box h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 1px;
}

.single-online-courses-style2__instructors-info .text-box span {
    position: relative;
    display: inline-block;
    color:  #32344b;
    font-size: 16px;
    line-height: 16px;
}

.single-online-courses-style2 .img-holder__overlay .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 30px;
}

.single-online-courses-style2 .img-holder__overlay .btns-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #ffffff;
    background-color:  #32344b;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.single-online-courses-style2 .img-holder__overlay .btns-box a i:before {
    color: #ffffff;
}



.single-online-courses-style2 .text-holder {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 31px 30px 0;
    z-index: 1;
}

.single-online-courses-style2 .text-holder:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e6ebe8;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.single-online-courses-style2 .text-holder .category-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-online-courses-style2 .text-holder .category-box span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color:  #32344b;
    font-size: 16px;
    top: -1px;
}

.single-online-courses-style2 .text-holder .category-box p {
    color:  #32344b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.single-online-courses-style2 .text-holder h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0 27px;
}

.single-online-courses-style2 .text-holder h3 a {
    color:  #32344b;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-online-courses-style2 .text-holder h3 a:hover {
    color:  #32344b;
}

.single-online-courses-style2 .text-holder .meta-info {
    position: relative;
    display: block;
    padding: 18px 0;
    z-index: 1;
}

.single-online-courses-style2 .text-holder .meta-info:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -29px;
    bottom: 1px;
    right: -29px;
    border-top: 1px solid #e6ebe8;
    background-color: #f0f7f3;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.single-online-courses-style2 .text-holder .meta-info ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.single-online-courses-style2 .text-holder .meta-info ul li {
    color: #676c7c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.single-online-courses-style2 .text-holder .meta-info ul li+li {
    margin-left: 15px;
}

.single-online-courses-style2 .text-holder .meta-info ul li span::before {
    position: relative;
    display: inline-block;
    top: 1px;
    padding-right: 4px;
    color:  #32344b;
    font-size: 16px;
}
.review-box>ul {
    display: block;
    overflow: hidden;
}
.review-box>ul>li {
    display: inline-block;
    float: none;
    margin: 0 1px;
}
.review-box>ul>li>i {
    position: relative;
    display: inline-block;
    color: #e8b34c;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-online-courses-style2 .img-holder .review-box h5 {
    color: #32344b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 2px 0 0;
}

.single-online-courses-style2 .img-holder .review-box h5 span {
    color: #676c7c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.single-online-courses-style2 .img-holder .rate-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 25px;
    background-color: #32344b;
    border-radius: 5px;
}

.single-online-courses-style2 .img-holder .rate-box h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}



/* end  New services Style-22 */

/* start  New services Style-23 */
.degrees-graduate-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
    z-index: 10;
}

.degrees-graduate-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background-color: #f9f5f3;
    z-index: -1;
}

.degrees-graduate-area__bg.style2 {
    background-color: #f1f4fb;
}

.degrees-graduate-top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 52px;
}

.degrees-graduate-top-title .sec-title {
    position: relative;
    display: block;
    padding: 0;
}

.degrees-graduate-top-title .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 8px;
}

.degrees-graduate-top-title .btns-box a {
    color: #32344b;
    background-color: transparent;
    border: 1px solid #e6e1df;
}

.degrees-graduate-top-title .btns-box a:hover {
    color: #fff;
    border-color: #000;
}



.single-degrees-graduate-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.single-degrees-graduate-box .top-3 {
    position: relative;
    display: block;
    padding: 35px 35px 0px;
}

.single-degrees-graduate-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-degrees-graduate-box .inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #ff981a;
}

.single-degrees-graduate-box .inner-title h3 {
    font-size: 26px;
    line-height: 32px;
}

.single-degrees-graduate-box p {
    margin: 17px 0 0;
    line-height: 22px;
}




.single-degrees-graduate-box .img-box {
    position: relative;
    display: block;
}

.single-degrees-graduate-box .img-box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 100px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    z-index: 2;
}

.single-degrees-graduate-box .img-box:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: -1px;
    height: 115px;
    background: #e4dfdd;
    clip-path: polygon(100% 0, 100% 15%, 0 100%, 0 85%);
    z-index: 2;
}


.single-degrees-graduate-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000000;
}

.single-degrees-graduate-box .img-box .inner img {
    width: 100%;
    transition: all 0.5s ease;
}

.single-degrees-graduate-box:hover .img-box .inner img {
    transform: rotate(2deg) scale(1.05);
    opacity: 0.5;
}


.single-degrees-graduate-box .img-box .btn-box {
    position: absolute;
    left: 35px;
    bottom: 165px;
    z-index: 3;
}

.single-degrees-graduate-box .img-box .btn-box a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color:#ff981a;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 68px;
    text-align: center;
    transition: all 0.5s ease;
}

.single-degrees-graduate-box:hover .img-box .btn-box a {
    color: #ffffff;
    background-color: #32344b;
    transform: rotate(90deg);
}
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color:#ff981a;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}

/* end  New services Style-23 */

/* start  New services Style-24 */
.course-advantage-area {
    position: relative;
    display: block;
    background: #f2efee;
    padding: 110px 0 80px;
}

.single-course-advantage-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 43px 50px 42px;
    margin-bottom: 30px;
    z-index: 1;
}

.single-course-advantage-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #2e2a28;
    z-index: -1;
}

.single-course-advantage-box-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: perspective(400px) translateY(-80px) scale(0, 1);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: right center;
    z-index: -1;
}

.single-course-advantage-box:hover .single-course-advantage-box-overlay-bg {
    transform: perspective(400px) translateY(0px) scale(1, 1);
    transform-origin: left center;
}

.single-course-advantage-box-overlay-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.70;
    content: "";
}

.single-course-advantage-box .counting-box {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.single-course-advantage-box .counting-box h2 {
    color: transparent;
    font-size: 96px;
    line-height: 0.9em;
    font-weight: 600;
    -webkit-text-stroke: 1px #716b6a;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

.single-course-advantage-box:hover .counting-box h2 {
    -webkit-text-stroke: 1px #ffffff;
}

.single-course-advantage-box .text-box {
    position: relative;
    display: block;
}

.single-course-advantage-box .text-box h3 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

.single-course-advantage-box:hover .text-box h3 {
    color: #ffffff;
}

.single-course-advantage-box .text-box p {
    margin: 0;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

.single-course-advantage-box:hover .text-box p {
    color: #ffffff;
}


/* end  New services Style-24 */

/* start  New services Style-25 */
.photography-choose-area {
    position: relative;
    display: block;
/*    background: #f2efee;*/
    padding: 110px 0 70px;
    z-index: 10;
}

.photography-single-choose-box {
    background: transparent;
    border: 2px solid #2e2a28;
    margin-bottom: 40px;
}

.photography-single-choose-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #2e2a28;
}

.photography-single-choose-box .icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.photography-single-choose-box .icon span:before {
    color: #ff981a;
    font-size: 60px;
    line-height: 50px;
}

.photography-single-choose-box .inner-title:before {
    background: #9b4a39;
}

.photography-single-choose-box:hover .single-choose-style1__overlay .btns-box a {
    background-color: #ff981a;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-choose-style1__inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 40px 30px 40px;
}

.single-choose-style1 .icon {
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 0;
}

.single-choose-style1 .icon span {
    font-size: 50px;
}

.single-choose-style1 .inner-title {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.single-choose-style1 .inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ede8e6;
}

.single-choose-style1 .inner-title h3 {
    font-size: 22px;
}

.single-choose-style1 .text {
    position: relative;
    display: block;
    padding: 23px 0 32px;
}

.single-choose-style1 .text p {
    margin: 0;
    text-align: left;
}

.single-choose-style1 .btns-box {
    position: relative;
    display: block;
    line-height: 0;
}


.single-choose-style1__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 30px 40px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transform: perspective(400px) translateY(0px) scale(0, 1);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: right center;
}

.single-choose-style1:hover .single-choose-style1__overlay {
    transform: perspective(400px) translateY(0px) scale(1, 1);
    transform-origin: bottom center;
}

.single-choose-style1__overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.20;
}


.btn-one--style6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #222;
 
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
}
/* end New services Style-25 */


/* start New Portfolio Style-4 */
.photography-work-gallery-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 80px;
}

.photography-work-gallery__top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.photography-work-gallery__top-title .sec-title-style6 {
    padding-bottom: 0;
}

.photography-work-gallery__top-title .text {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-bottom: 2px;
}

.photography-work-gallery__top-title .text p {
    margin: 0;
}


.single-photography-work-gallery-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-photography-work-gallery-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding:0px;
}

.single-photography-work-gallery-box .img-holder img {
    width: 100%;
}


.single-photography-work-gallery-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border: 2px solid #2e2a28;
    padding: 21px 30px 30px;

    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(10%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(10%);
    transform: perspective(400px) rotateX(0deg) translateX(10%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 2;
}

.single-photography-work-gallery-box:hover .overlay-content {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
}


.single-photography-work-gallery-box .overlay-content .top-4 {
    position: relative;
    display: block;
    transform: translateY(-50px);
    opacity: 0;
    transition: all .4s ease-in-out .4s;
}

.single-photography-work-gallery-box .overlay-content .top-4 p {
    margin: 0;
}

.single-photography-work-gallery-box:hover .overlay-content .top-4 {
    opacity: 1;
    transform: translateY(0px);
}

.single-photography-work-gallery-box .overlay-content p span::before {
    position: relative;
    top: 2px;
    display: inline-block;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    padding-right: 3px;
}

.single-photography-work-gallery-box .overlay-content .inner-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scaleX(0);
    transition: all .4s ease-in-out .3s;
}

.single-photography-work-gallery-box:hover .overlay-content .inner-title {
    transform: scaleX(1.0);
}

.single-photography-work-gallery-box .overlay-content .inner-title p {
    color: #222;
    margin: 0 0 8px;
}

.single-photography-work-gallery-box .overlay-content .inner-title h3 {
    font-size: 20px;
}

.single-photography-work-gallery-box .overlay-content .inner-title h3 a {
    color: #222;
    transition: all 500ms ease;
}

.single-photography-work-gallery-box .overlay-content .inner-title h3 a:hover {
    color: #ff981a;
}



.single-photography-work-gallery-box .overlay-content .btn-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    transform: translateY(50px);
    transition: all .4s ease-in-out .3s;
}

.single-photography-work-gallery-box:hover .overlay-content .btn-box {
    transform: translateY(0px);
}

.single-photography-work-gallery-box .overlay-content .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ff981a;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-photography-work-gallery-box .overlay-content .btn-box a:hover {
    background-color: #222;
    transform: scale(1.05);
}

.photography-work-gallery-area .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 30px;
}

.photography-work-gallery-area .btns-box a:hover {
    background-color: #ff981a;
}

/* end New Portfolio Style-4 */

/* start New Team Style-7 */

/*.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
}*/
.avatar-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;
}
.avatar-2 > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#ffbf00, #ffa000);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#0052cc, #005fec);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 93px;
}
.member-info {
    padding: 10px 20px;
}
.member-mail{
    padding: 0px 0 10px 0;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0 0 20px 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}

/* end New Team Style-7 */

/* start-New-Services-26*/

/* Main heading for card's front cover */
.card-front__heading {
  font-size: 1.5rem;
  margin-top: .25rem;
}

/* Main heading for inside page */
.inside-page__heading { 
/*  padding-bottom: 1rem; */
  width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: .2rem;
}

.inside-page__heading--city,
.card-front__text-view--city { color: #ff62b2; }

.inside-page__heading--ski,
.card-front__text-view--ski { color: #2aaac1; }

.inside-page__heading--beach,
.card-front__text-view--beach { color: #fa7f67; }

.inside-page__heading--camping,
.card-front__text-view--camping { color: #00b97c; }

/* Front cover */

.card-front__tp { color: #fafbfa; }

/* For pricing text on card front cover */
.card-front__text-price {
  font-size: 1.2rem;
  margin-top: -.2rem;
  color:#fff !important;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
  color: #333;
}

/* Icons ===========================================*/

.card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
  overflow: hidden;
  padding: .7rem .75rem;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
  width: 90%;
  z-index: 10;
  line-height: 1.2rem;
}

.inside-page__btn::before { 
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all .3s ease;
  width: 100%;
  z-index: -1;
}

.inside-page__btn--city { 
  border-color: #ff40a1;
  color: #ff40a1;
}

.inside-page__btn--city::before { 
  background-color: #ff40a1;
}

.inside-page__btn--ski { 
  border-color: #279eb2;
  color: #279eb2;
}

.inside-page__btn--ski::before { 
  background-color: #279eb2;
}

.inside-page__btn--beach { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--beach::before { 
  background-color: #fa7f67;
}

.inside-page__btn--camping { 
  border-color: #00b97d;
  color: #00b97d;
}

.inside-page__btn--camping::before { 
  background-color: #00b97d;
}

.inside-page__btn:hover { 
  color: #fafbfa;
}

.inside-page__btn:hover::before { 
  transform: scaleY(1);
}

/* Layout Structure=========================================*/



/* Container to hold all cards in one place */
.card-area {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-evenly;
  padding: 1rem;
}

/* Card ============================================*/

/* Area to hold an individual card */
.card-section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* A container to hold the flip card and the inside page */
.card-8 {
  background-color: rgba(0,0,0, .05);
  box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);
  height: 15rem;
  position: relative;
  transition: all 1s ease;
  width: 15rem;
}

/* Flip card - covering both the front and inside front page */

/* An outer container to hold the flip card. This excludes the inside page */
.flip-card {
  height: 15rem;
  perspective: 100rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  visibility: hidden;
  width: 15rem;
  z-index: 100;
}

/* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
/* This is done so content in the inside page can be selected */
.flip-card > * {
  visibility: visible;
}

/* An inner container to hold the flip card. This excludes the inside page */
.flip-card__container {
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 1s ease;
  width: 100%;
}

.card-front,
.card-back {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Styling for the front side of the flip card */

/* container for the front side */
.card-front {
  background-color: #fafbfa;
  height: 15rem;
  width: 15rem;
}

/* Front side's top section */
.card-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: .75rem;
}

.card-front__tp--city {
  background: linear-gradient(
    to bottom,
    #ff73b9,
    #ff40a1
  );
}

.card-front__tp--ski {
  background: linear-gradient(
    to bottom,
    #47c2d7,
    #279eb2
  );
}

.card-front__tp--beach {
  background: linear-gradient(
    to bottom,
    #fb9b88,
    #f86647
  );
}

.card-front__tp--camping {
  background: linear-gradient(
    to bottom,
    #00db93,
    #00b97d
  );
}

/* Front card's bottom section */
.card-front__bt {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Styling for the back side of the flip card */

.card-back {
  background-color: #fafbfa;
  transform: rotateY(180deg);
}

/* Specifically targeting the <video> element */
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Inside page */

.inside-page {
  background-color: #fafbfa;
  box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);
  height: 100%;
  padding: 1rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  width: 15rem;
  z-index: 1;
}

.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center; 
  width: 100%;
}

/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.card-8:hover {
  box-shadow:
  -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);
  width: 30rem;
}

/* When the card is hovered, the flip card container will rotate */
.card-8:hover .flip-card__container {
  transform: rotateY(-180deg);
}

/* When the card is hovered, the shadow on the inside page will shrink to the left */
.card-8:hover .inside-page {
  box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);
}


/* end New Services-26*/

.box {
  position: relative;
  height: 290px;
  width: 100%;
  background-color: DarkSlateGrey;
  border: 1px solid;
  display: inline-block;
  margin: 5px;
}
.info {
  width: 66px;
  background-color: Aqua;
  color: RoyalBlue;
  position: absolute;
  top: 0px;
  padding: 10px;
  text-align: center;
  left: calc(50% - 43px);
  animation-name: undrop;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-size: 5px;
}
.box:hover .info {
  animation-name: drop;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes drop {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  40% {
    font-size: 10px;
    border-radius: 0 0 70% 70%;
    transform: scale(0.5, 3.2) translateY(35%);
  }
  60% {
    transform: translateY(260px) scale(1.1, 0.5);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
  }
  80% {
    transform: translateY(252px) scale(1.3, 0.8);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
  }
  100% {
    transform: translateY(244px);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
  }
}
@keyframes undrop {
  0% {
    transform: translateY(260px);
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
    opacity: 0.1;
  }
  50% {
    border-radius: 100%;
    transform: scale(0.5, 2.5);
  }
  100% {
    transform: translateY(-18%) scale(0.5, 0.7);
    font-size: 5px;
    opacity: 1;
    border-radius: 0 0 100% 100%;
  }
}

/*start New services Style-27 */

.services-one {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 10;
}

.services-one__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__shape-3 {
  position: absolute;
  right: 52px;
  bottom: 27px;
}

.services-one__shape-3 img {
  width: auto;
}

.services-one__shape-4 {
  position: absolute;
  right: 226px;
  bottom: 70px;
}

.services-one__shape-4 img {
  width: auto;
}

.services-one__inner {
  position: relative;
  display: block;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 50px;
  margin-left: -120px;
  margin-right: -134px;
  z-index: 1;
}

.services-one__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -10000px;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.services-one__top {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
  margin-bottom: 50px;
}

.services-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.services-one__list li {
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.services-one__single {
  position: relative;
  display: block;
}

.services-one__content {
  position: relative;
  display: block;
  background-color: #f5f3ee;
  padding: 40px 40px 58px;
  overflow: hidden;
  z-index: 1;
}

.services-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.services-one__shape-1 img {
  width: auto;
  mix-blend-mode: luminosity;
  transform: translateX(-200px);
  opacity: 0;
}

.services-one__single:hover .services-one__shape-1 img {
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 300ms;
  opacity: .20;
}

.services-one__content:before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background-color: #04171a;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover .services-one__content:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__icon {
  position: relative;
  display: inline-block;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #ff981a;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: scale(.9);
}

.services-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 19px;
  position: relative;
  display: block;
  z-index: 2;
}

.services-one__title a {
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: #fff;
}

.services-one__plus {
  position: absolute;
  left: 40px;
  bottom: -16px;
  z-index: 2;
}

.services-one__plus a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 12px;
  color: #04171a;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__plus a {
  background-color: #ff981a;
}


.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__satisfied {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__satisfied-list {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__satisfied-list li+li {
  margin-left: -14px;
}

.services-one__satisfied-img {
  position: relative;
  display: block;
  width: 40px;
  border-radius: 50%;
}

.services-one__satisfied-img img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--pitoon-white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.services-one__satisfied-list li:first-child .services-one__satisfied-img {
  z-index: 1;
}

.services-one__satisfied-list li:last-child .services-one__satisfied-img {
  z-index: -1;
}

.services-one__satisfied-content {
  margin-left: 20px;
}

.services-one__satisfied-text {
  color: var(--pitoon-gray);
  font-weight: 500;
  font-size: 16px;
}

.services-one__satisfied-text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--pitoon-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__satisfied-text a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--pitoon-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__satisfied-text a:hover {
  color: var(--pitoon-base);
}


/*end New services Style-27 */

/*start New services Style-28 */

.feature-one__single {
  position: relative;
  display: block;
}

.feature-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0dcd3;
  margin-bottom: 30px;
  padding-right: 30px;
  overflow: hidden;
  z-index: 1;

}

.feature-one__shape-1 {
  position: absolute;
  top: 0;
  right: -10px;
  opacity: .50;
  z-index: -1;
}

.feature-one__shape-1 img {
  width: auto;
}

.feature-one__img {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
  position: relative;
  display: block;
  background-color: #04171a;
}

.feature-one__img img {
  width: auto;
  mix-blend-mode: luminosity;
}

.feature-one__icon {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  z-index: 1;
}

.feature-one__icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #ff981a;
  border-radius: 50%;
  font-size: 32px;
  color: #04171a;
}

.feature-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: right;
}

.feature-one__title a {
  color: #04171a;
}

.feature-one__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 30px;
  background-color: #04171a;
  padding: 54px 50px 54px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 2;
}

.feature-one__single:hover .feature-one__hover-content {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-one__hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-one__hover-icon {
  position: relative;
  display: inline-block;
}

.feature-one__hover-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #ff981a;
  border-radius: 50%;
  font-size: 32px;
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__hover-icon span:hover {
  background-color: #fff;
  color: #ff981a;
}

.feature-one__hover-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: right;
  color: #fff;
}

.feature-one__hover-title a {
  color: #fff;
}

.feature-one__bottom {
  position: relative;
  display: block;
  margin-top: 30px;
}

.feature-one__bottom-text-box {
  position: relative;
  display: block;
  max-width: 669px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #04171a;
  padding: 9px 30px 12px;
}

.feature-one__bottom-text-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #04171a;
}

.feature-one__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #04171a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8.5px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__btn:hover {
  background-color: #ff981a;
  color: #04171a;
}


/*end New services Style-28 */

/*start New services Style-29 */
.feature-two {
  position: relative;
  display: block;
  background-color: #f5f3ee;
  padding: 120px 0 90px;
  z-index: 1;
}

.feature-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  opacity: 0.02;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-two__img {
  position: relative;
  display: block;
  background-color: #031315;
  clip-path: polygon(100% 0, 100% 63%, 53% 100%, 52% 100%, 0 63%, 0% 0%);
  z-index: 1;
}

.feature-two__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.feature-two__content {
  position: relative;
  display: block;
  margin-top: -66px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__content {
  background-color: rgb(4, 23, 26);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.feature-two__content-inner {
  position: relative;
  display: block;
  padding: 24px 40px 34px;
  text-align: center;
  overflow: hidden;
}

.feature-two__icon {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 3;
}

.feature-two__icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  font-size: 32px;
  color: #222;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #ff981a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__icon span {
  border: 6px solid #222;
}

.feature-two__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 7px;
}

.feature-two__title a {
  color: #222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__title a:hover {
  color: #ff981a;
}

.feature-two__single:hover .feature-two__title a {
  color: #fff;
}

.feature-two__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
  color: #627174;
}

.feature-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.feature-two__single:hover .feature-two__shape-1 {
  opacity: 0;
}

.feature-two__shape-1 img {
  width: auto;
}

.feature-two__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.feature-two__shape-2 img {
  width: auto;
}

.feature-two__single:hover .feature-two__shape-2 {
  opacity: .10;
}
/*end New services Style-29 */


/*start New Team Style-11 */
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  background-color: #04171a;
  overflow: hidden;
  z-index: 1;
}

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 40px 40px;
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.team-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-one__name a {
  color: #04171a;
}

.team-one__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}

.team-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.team-one__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #04171a;
  border: 2px solid #ff981a;
  font-size: 14px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a+a {
  margin-left: 10px;
}

.team-one__hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 33px 40px 40px;
  background-color: rgb(4, 23, 26);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__hover-content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-one__hover-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-one__hover-name a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__hover-name a:hover {
  color: #ff981a;
}

.team-one__hover-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: 12px;
  color: #627174;
}

.team-one__hover-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #627174;
}

.team-one__hover-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.team-one__hover-social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: 2px solid #ff981a;
  font-size: 14px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__hover-social a:hover {
  color: #04171a;
  border: 2px solid #ff981a;
  background-color: #ff981a;
}

.team-one__hover-social:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #ff981a;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-one__hover-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__hover-social a+a {
  margin-left: 10px;
}

.team-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-one__shape-1 img {
  width: auto;
  mix-blend-mode: luminosity;
  transform: translateX(-200px);
  opacity: 0;
}

.team-one__single:hover .team-one__shape-1 img {
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 300ms;
  opacity: 0.07;
}


/*end New Team Style-11 *//*start New Team Style-11 */
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  background-color: #04171a;
  overflow: hidden;
  z-index: 1;
}

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 40px 40px;
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.team-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-one__name a {
  color: #04171a;
}

.team-one__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}

.team-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.team-one__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #04171a;
  border: 2px solid #ff981a;
  font-size: 14px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a+a {
  margin-left: 10px;
}

.team-one__hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 33px 40px 40px;
  background-color: rgb(4, 23, 26);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__hover-content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-one__hover-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-one__hover-name a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__hover-name a:hover {
  color: #ff981a;
}

.team-one__hover-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: 12px;
  color: #627174;
}

.team-one__hover-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #627174;
}

.team-one__hover-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.team-one__hover-social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: 2px solid #ff981a;
  font-size: 14px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__hover-social a:hover {
  color: #04171a;
  border: 2px solid #ff981a;
  background-color: #ff981a;
}

.team-one__hover-social:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #ff981a;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-one__hover-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__hover-social a+a {
  margin-left: 10px;
}

.team-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-one__shape-1 img {
  width: auto;
  mix-blend-mode: luminosity;
  transform: translateX(-200px);
  opacity: 0;
}

.team-one__single:hover .team-one__shape-1 img {
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 300ms;
  opacity: 0.07;
}


/*end New Team Style-11 */

/*start New Portfolio Style-5*/

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-one__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(255, 152, 26) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 152, 26) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 152, 26) 0%, rgba(4, 23, 26, 0) 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__img-box::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.project-one__img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-color: #fff;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__img-box::after {
  transform: translateY(0);
}

.project-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.project-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04171a;
  z-index: -1;
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.project-one__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 80px;
  transition: all 500ms ease;
  z-index: 5;
}

.project-one__single:hover .project-one__content {
  bottom: 0;
}

.project-one__tag {
  position: relative;
  display: inline-block;
  background-color: #ff981a;
  padding: 7px 40px 8px;
  padding-right: 29px;
  z-index: 3;
}

.project-one__tag::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  border-top: 20px solid transparent;
  border-left: 12px solid #ff981a;
  border-bottom: 20px solid transparent;
}

.project-one__tag p {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #04171a;
}

.project-one__title-box {
  position: relative;
  display: block;
  max-width: 272px;
  width: 100%;
  padding: 27px 40px 27px;
  background-color: #fff;
  transition: all 500ms ease;
  z-index: 3;
}

.project-one__single:hover .project-one__title-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.project-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.project-one__title a {
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: #ff981a;
}

.project-one__arrow-box {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scale(0);
  transition: all 500ms ease;
  z-index: 3;
}

.project-one__single:hover .project-one__arrow-box {
  transform: scale(1);
}

.project-one__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 53px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255,255,255, .10);
  transition: all 500ms ease;
}

.project-one__arrow:hover {
  background-color: rgba(255,255,255, 1);
  color: #04171a;
}
/*end New Portfolio Style-5*/

/*start New Portfolio Style-6*/
.project-two__single {
  position: relative;
  display: block;
}

.project-two__single.mar-top {
  margin-top: 105px;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #04171a;
  z-index: 1;
}

.project-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.40);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.project-two__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.project-two__content {
  position: absolute;
  bottom: 30px;
  left: 0;
  transform: translateY(66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.project-two__single:hover .project-two__content {
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 500ms;
  opacity: 1;
}

.project-two__sub-title {
  position: relative;
  display: inline;
  font-size: 11px;
  color: #04171a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 11px;
  background-color: #ff981a;
  padding: 5px 30px 7px;
  font-weight: 600;
}

.project-two__title {
  position: relative;
  display: block;
  background-color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 30px 17px;
  padding-right: 60px;
}

.project-two__title a {
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__title a:hover {
  color: #ff981a;
}

.project-two__arrow-box {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scale(0);
  transition: all 500ms ease;
  z-index: 3;
}

.project-two__single:hover .project-two__arrow-box {
  transform: scale(1);
}

.project-two__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 53px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255,255,255, .10);
  transition: all 500ms ease;
}

.project-two__arrow:hover {
  background-color: rgba(255,255,255, 1);
  color: #04171a;
}

/*end New Portfolio Style-6*/

/*start New Team Style-12 */
.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  background-color: #04171a;
  overflow: hidden;
  z-index: 1;
}

.team-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0,0,0,.30);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-two__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.team-two__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 23px;
}

.team-two__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-two__name a {
  color:#04171a;
}

.team-two__sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
}

.team-two__social {
  margin-top: 18px;
  position: absolute;
  bottom: 50px;
  right: 20px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.team-two__single:hover .team-two__social {
  transform: scaleY(1.0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-two__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: 2px solid #ff981a;
  font-size: 14px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__social a:hover {
  color: #ff981a;
  border: 2px solid #fff;
}

.team-two__social a+a {
  margin-top: 10px;
}

.team-two__hover-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -76px;
  background-color: #04171a;
  text-align: center;
  padding: 23px 30px 32px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: 2;
}

.team-two__single:hover .team-two__hover-content {
  transform: scaleY(1);
}

.team-two__hover-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-two__hover-name a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__hover-name a:hover {
  color: #ff981a;
}

.team-two__hover-sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
  color: #627174;
}

/*end New Team Style-12 */

/* start  New Process steps Style-2 */

.process-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
}

.process-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  background-image: -moz-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(255, 152, 26) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(255, 152, 26) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(255, 152, 26) 100%);
  width: 97px;
  height: 2px;
}

.process-one__shape-1:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: #04171a;
  border-radius: 50%;
}

.process-one__shape-2 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: -moz-linear-gradient(0deg, rgb(255, 152, 26) 0%, rgb(4, 23, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 152, 26) 0%, rgb(4, 23, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 152, 26) 0%, rgb(4, 23, 26) 100%);
    width: 88px;
    height: 2px;
}

.process-one__shape-2:before {
  content: "";
  position: absolute;
  right: -10px;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: #04171a;
  border-radius: 50%;
}

.process-one__shape-3 {
    position: absolute;
    top: 50%;
    left: -130px;
    transform: translateY(-50%);
    height: 2px;
    width: 238px;
    background-color: #FF981A;
}

.process-one__shape-4 {
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translateY(-50%);
    height: 2px;
    width: 239px;
    background-color: #ff981a;
}

.process-one__img-box {
  position: relative;
  display: block;
}

.process-one__img {
  position: relative;
  display: block;
  width: 186px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #04171a;
}

.process-one__img::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 2px solid #ff981a;
}

.process-one__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.70);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.process-one__single:hover .process-one__img:after {
  transform: scale(1.0);
  opacity: 1;
}

.process-one__img img {
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.process-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 31px;
  margin-bottom: 10px;
}

.process-one__title a {
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__title a:hover {
  color: #ff981a;
}

.process-one__count {
  position: absolute;
  top: 0;
  right: -15px;
  width: 67px;
  height: 67px;
  background-color: #ff981a;
  border-radius: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  z-index: 2;
}

.process-one__single:hover .process-one__count {
  background-color: #04171a;
}

.process-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 67px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: #04171a;
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.process-one__single:hover .process-one__count:before {
  color: #fff;
}
/* end  New Process steps Style-2 */

/* START  New blog Style-5 */
.blog-two__single {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  width: 200px;
  overflow: hidden;
  background-color: #04171a;
  z-index: 1;
}

.blog-two__img>img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-two__single:hover .blog-two__img>img {
  transform: scale(1.05);
}

.blog-two__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #FF981A;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-two__img>a>span {
  position: relative;
}

.blog-two__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #FF981A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-two__img>a>span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: #FF981A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-two__img>a:hover>span::before,
.blog-two__img>a:hover>span::after {
  background-color:#FFF;
}

.blog-two__single:hover .blog-two__img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-two__date-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

.blog-two__date-box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  background-color: #FF981A;
  padding: 13px 12px 13px;
  color: #04171a;
}

.blog-two__date-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #FFF;
  background-color: #04171a;
  padding: 13px 20px 13px;
}

.blog-two__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 40px 30px;
  padding-right: 30px;
}

.blog-two__user {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__user-img {
  position: relative;
  display: block;
  width: 32px;
  background-color: #04171a;
  border-radius: 50%;
}

.blog-two__user-img::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #FF981A;
  border-radius: 50%;
}

.blog-two__user-img img {
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.blog-two__user-text {
  margin-left: 14px;
}

.blog-two__user-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.blog-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 17px;
  margin-bottom: 5px;
}

.blog-two__title a {
  color: #04171a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: #FF981A;
}

.blog-two__comment-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 7px;
  background-color: #f5f3ee;
  padding-left: 20px;
  margin-top: 20px;
}

.blog-two__comment {
  position: relative;
  display: block;
}

.blog-two__comment p {
  font-size: 12px;
  font-weight: 500;
}

.blog-two__comment p>span {
  font-size: 12px;
  color: #FF981A;
  margin-right: 2px;
}

.blog-two__btn-box {
  position: relative;
  display: inline-block;
}

.blog-two__btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 20px 13px;
  padding-left: 40px;
  color: #757a7b;
  background-color: #f5f3ee;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn:hover {
  color: #FFF;
  background-color: #04171a;
}

.blog-two__btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: -6px;
  border-top: 21px solid transparent;
  border-left: 20px solid #f5f3ee;
  border-bottom: 22px solid transparent;
  z-index: 1;
}

.blog-two__btn::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -7px;
  border-top: 22px solid transparent;
  border-left: 21px solid #d2d4d0;
  border-bottom: 23px solid transparent;
}

.blog-two__btn>span {
  font-size: 9px;
  color: #757a7b;
  top: -1px;
  position: relative;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn:hover span {
  color: #FF981A
}

/* end  New blog Style-5 */


/*@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@800&display=swap");
:root {
  --font-size: 0.8em;
  --bg1: #f5f8f7;
  --blue: #3498db;
  --green: #2ecc71;
  --purple: #9b59b6;
  --gold: #f1c40f;
  --red: #e74c3c;
  --orange: #e67e22;
  --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
  --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}*/



ul.infoGraphic {
/*  font-size: 0.8em;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 0 0;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 25em;
  height: 350px;
  background: #f5f8f7;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
  list-style: none;
}
/*ul.infoGraphic li .numberWrap {
  position: absolute;
}*/
ul.infoGraphic li .number {
  font-family: "maven pro", sans-serif;
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}
ul.infoGraphic li .number.fontColor1 {
  color: #3498db;
}
ul.infoGraphic li .number.fontColor2 {
  color: #2ecc71;
}
ul.infoGraphic li .number.fontColor3 {
  color: #9b59b6;
}
ul.infoGraphic li .number.fontColor4 {
  color: #f1c40f;
}
ul.infoGraphic li .number.fontColor5 {
  color: #e74c3c;
}
ul.infoGraphic li .number.fontColor6 {
  color: #e67e22;
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background:#f5f8f7;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content-info {
  margin:5em 2em 0em 5em;
  position: relative;
}
ul.infoGraphic li .content-info h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.infoGraphic li .content-info p {
  line-height: 1.5em;
  font-size:16px;
text-align: center;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}
ul.infoGraphic li .content-info i{
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -50%;
  left: 50%;
  transform: translatex(-50%);
}
ul.infoGraphic .icon {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -1.3em;
  left: 50%;
  transform: translatex(-50%);
}
ul.infoGraphic .icon:before {
  color: #666;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}


