

/* fonts */

@font-face {
    font-display: swap;
    font-family: 'Anjomanweb VF';
    src: url('../../fonts/AnjomanwebLightGX.woff') format('woff-variations'),url('../../frontend/fonts/AnjomanwebLightGX.woff') format('woff');
    font-display: fallback
}

@font-face {
    font-display: swap;
    font-family: Anjomanweb;
    src: url('../../fonts/Anjoman-Regular.woff') format('woff')
}

@font-face {
    font-display: swap;
    font-family: Anjomanweb;
    src: url('../../fonts/Anjoman-Bold.woff') format('woff');
    font-weight: 700
}


body * {
    font-family: 'Anjomanweb','tahoma';
}

@supports (font-variation-settings: normal) {
    body * {
        font-family:'Anjomanweb VF',tahoma;
    }
}

@font-face {
    font-family: 'iran-sans';
    src: url("../fonts/IranianSans.ttf");
}

/* fonts  end  */



/******  my global classes  ********/

.my-english{
    direction: ltr !important;
}

.my-persian{
    direction: rtl !important;
    font-family: 'iran-sans' !important;
}

.my-d-none {
    display : none !important ;
}

.tahoma{
    font-family: 'tahoma'  !important;
}

.arial {
    font-family: 'arial' !important;
}

.rtl {
    direction : rtl !important ;
}

.ltr {
    direction : ltr !important ;
}

.text-right{
    text-align:  right !important;
}

.iran-sans {
    font-family: 'iran-sans' !important;
}

.transform-180{
    transform: rotate(180deg);
}

.ml60{
    margin-left: 60px ;
}


.dropdown {
    height: 100%;
    position: static !important;
}

.fw-bold{
    font-weight: bold ;
}

.font-auto{
    font-size : calc(15px + 0.390625vw) !important;

}

a{
    text-decoration: none !important;
}

.bg-white{
    background-color: #fff !important;
}

.text-purple {
    color : #7070c2 !important;
}

.text-justify{
    text-align: justify !important;
}

.cursor-pointer {
    cursor: pointer;
}



.hover-animate{
    position : relative ;
    overflow: hidden;
    max-height: 45px !important;
    padding: 30px;
}

.hover-animate:hover .icon-container{
    /* width : 95% !important; */
    text-align : center ;
    animation: buttonhover 1s ease-in-out infinite alternate   !important;
    /* position: absolute; */
}



@keyframes buttonhover{
    from {
        width:30px;
    }
    to {
        width:87%;
        background-color: #fff;
        height:100%;
    }
}


.w-icon-dropdown-toggle {
    left : -20px !important;
    right : auto ;
    top : 4px !important;
}

.small-image-block{
    margin-left : 20px !important;
    margin-right : 0 !important;
}

.text-shadow{
    text-shadow: -3px 3px 5px #ccc ;
}

.link-title{
    word-spacing: 0 !important;
    text-wrap : nowrap !important;
}

.small-image-block{
    width: 120px !important;
    height: 120px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0, .25);
}



/* navigation   */
.navigation-dropdown-link{
    padding:0 !important;
    align-items: center !important;
}

#health-promotion .small-image-block{
    width:60px !important;
    height:60px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0, .25);
}

#health-promotion .navigation-dropdown-link{
    padding:5px !important;
    align-items: center !important;
}

.container-navigation .toggle{
    padding-right: 20px !important;
    padding-left : 15px !important;
}

@media screen and (max-width: 479px) {
    #simulator-nav-button {
        display: inline-block !important;
    }


}

@media screen and (max-width: 992px) {
    .nav-overflow {
      max-height : 350px ;
      overflow: auto;
    }
    .navigation-dropdown-link{
      padding:10px !important;
      align-items: start !important;
    }
}

.w-nav-overlay {
    direction: rtl !important;
}

/* @media screen and (max-width: 991px) {
    .w-icon-dropdown-toggle {
        left: -20px !important;
    }
} */

.sticky-nav-top {
  transition: .5s;
  /* top : 0 ; */
}

.stick-top {
  animation: topBarAnimation 1s linear ;
  top : 0 !important;
  position: fixed;
  width: 100%;
  z-index: 99999999999999999;
  /* transition: .5s !important; */

}

@keyframes topBarAnimation {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }

}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.w-dropdown:hover .third-col .navigation-dropdown-link{
  /* background-color: red !important; */
  animation: fadeInRight 1s linear !important;
}
.w-dropdown:hover .first-col .navigation-dropdown-link{
  /* background-color: red !important; */
  animation: fadeInLeft 1s linear !important;
}
.w-dropdown:hover .second-col .up .navigation-dropdown-link{
  /* background-color: red !important; */
  animation: fadeInDown 1s linear !important;

}
.w-dropdown:hover .second-col .down .navigation-dropdown-link{
  /* background-color: red !important; */
  animation: fadeInUp 1s linear !important;
}
.w-dropdown:hover .second-col .center-col {
  /* background-color: red !important; */
  animation: flip 700ms linear !important;
}

.w-dropdown:hover .resource-image-wrapper,.w-dropdown:hover .text-block{
  animation: fadeInDown 700ms linear !important;

}

.w-dropdown:hover .health-promotion-animation .navigation-dropdown-link {
  /* background-color: red !important; */
  animation: zoomInUp 1000ms linear !important;
}
.w-dropdown:hover .blog-nav-animation .navigation-dropdown-link {
  /* background-color: red !important; */
  animation: fadeInLeft 1000ms linear !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 999999999999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Header carousel ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;

}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/******************************** */


/* Our Services Section
--------------------------------------------------------------*/

	.header-tabs .tab-item:hover h5, .header-tabs .tab-item:hover img ,.header-tabs .active h5 , .header-tabs .active img{
			color : #a24ba4;
			border-color: #a24ba4 !important;
	}



  .section-bg {
    /* background-color: #f5f6f7; */
  }

  .section-header {
    text-align: center;
    padding-bottom: 70px;
  }

  .section-header h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #2e3135;
  }

  .section-header h2:before,
  .section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #feb900;
    display: inline-block;
  }

  .section-header h2:before {
    margin: 0 15px 10px 0;
  }

  .section-header h2:after {
    margin: 0 0 10px 15px;
  }

  .section-header p {
    margin: 0 auto 0 auto;
  }

  @media (min-width: 1199px) {
    .section-header p {
      max-width: 60%;
    }
  }

  .projects .portfolio-flters li:hover,.projects .portfolio-flters li.filter-active {
		color: #feb900 !important;
	}

  section#services {
    padding: 0px 10px 30px;

  }

  #services .slick-track {
    padding : 15px 0 60px 0 ;
  }

  #services .slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 35px !important;
    height: 35px !important;
    padding: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    outline: none;
    background: white !important;
    z-index: 999999;
    border-radius: 50%;
  }

  #services .slick-prev {
    left : 3px ;
  }
  #services .slick-next {
    right : 2px !important;
  }

  #services .slick-prev:before, .slick-next:before {
    font-size: 41px !important;
    color : #a92fdf !important;
    position: relative !important;
    right : 3px !important;
  }

  #services .center .item {
      /* color : red !important; */
      /* width: 200px ; */
      /* height: 200px; */
      align-items: center;
      vertical-align: middle;
      margin: 40px -20px 0;
      border: 1px solid #ccc ;
      /* background-color: yellow; */
      border-radius: 50% !important;
      overflow: hidden;
      cursor: pointer;
      /* width: 33%; */

  }

  #services .center .item img{
      width: 100%;
  }

  .center .slick-slider .slide {
          padding: 0 24px;
  }

  #services  .slick-center + .slick-slide {
      z-index: 8;
  }


  #services  .slick-slide {
      position: relative;
      z-index: 6;
      transform: scale(1, 1);
      border: none ;
      transition: transform 1s , filter 1.3s;
      filter:grayscale(40%);
  }

  #services  .slick-center  {
      z-index: 999;
      background: center url("../../img/slick_halo.png") !important;
      border : 1px solid #ccc !important;
      transform: scale(1.3, 1.3);
      filter:grayscale(0%);
  }

  #services  .slick-center div{
      margin : 15px ;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
  }

  @media screen and (max-width : 479px) {
    #services  .slick-center div{
      margin : 10px !important;

    }
  }

  #services  .center .slick-slide .item-title{
      /* display: none ; */
      opacity: 0 ;
      position: absolute;
      top: 72%;
      right : 0 ;
      left : 0 ;
      font-size : calc(14px + 0.390625vw);
      font-weight: bold;
      color : #fff ;
      text-align: center ;
      text-shadow: -2px 1px 3px #000;

  }

  #services .center .slick-center .item-title {
      opacity: 1 !important;
      transform: scale(1.3, 1.3);
      transition: all 2s;

  }

  /* hiding all bullets by default */

  /*************** about us **************/


  .btn--ripple {
    border-radius: 7px;
    /* background-color: #113ADC; */
    background-color: #a92fdf !important;
    overflow: hidden;
    position: relative;
  }
  .btn--ripple span {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: rippleAnimation 1s linear infinite;
    z-index: 98;
  }
  @keyframes rippleAnimation {
    0% {
      width: 0px;
      height: 0px;
      opacity: 0.5;
    }
    100% {
      width: 500px;
      height: 500px;
      opacity: 0;
    }
  }

  .theme-btn4 {
      display: inline-block;
      color: #fff;
      font-size:18px;
      line-height:18px;
      font-weight: bold;
      padding: 18px 22px;
      border-radius: 7px;
      background-color: #113ADC;
      transition: all 0.4s;
      border: none;
  }

  /*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/
.cs_case_study_1_list {
  display: flex;
}

@media (max-width: 767px) {
  .cs_case_study_1_list {
    flex-direction: column;
  }
}
.cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 350px;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media (max-width: 767px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  transition: all 0.6s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.cs_case_study_thumb {
  background-image: url(../../img/about-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../../img/about-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../../img/about-3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 12px;
  border-radius: 55px;
  height: 350px;
}

.about-page-team .team-box .heading1 h4 a {
  font-size: var(--f-fs-font-fs24);
}
.about-page-team .team-box .icon-area ul li a:hover {
  background: var(--ztc-bg-main-bg-1) !important;
  color: #fff !important;
}

.bg1 {
  background-color: #F8F9FA;
}


.about3 .about3-images {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .about3-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about3 .about3-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about3 .about3-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about3 .cs_case_study.cs_style_1.cs_hover_active {
    margin-top: 30px;
  }
}

/*************** about us end*************/


/*** Testimonial ***/

/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 130px;
    height: 130px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #009CFF !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    /* margin-top: 30px; */
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 40px 12px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
    background: #eee !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: #009CFF;
    background: #009CFF;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #777777;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #F8F8F8;
}

/*** Facts ***/
.facts {
    /* background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../../img/counter-bg.png); */
    background: linear-gradient(rgba(140, 108, 194, .95), rgba(172, 102, 194, .95)), url(../../img/counter-bg.png);
}

.custom-bg-purple {
    /* background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../../img/counter-bg.png); */
    background: linear-gradient(rgba(140, 108, 194, .95), rgba(172, 102, 194, .95));
}

.counter-display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.2;
}

/*** Testimonial end***/


/* sticky sidebar  */

	.sticky-sidebar{
			z-index: 999999;
	}

  .sticky-sidebar span {
    vertical-align: super;
  }

  .sticky-sidebar .sticky-sidebar-item:hover{
    transform: translateX(107px);
    transition: all 0.8s ease-in-out;
    /* color: red !important; */
  }

  .sticky-sidebar .sticky-sidebar-item:hover svg{
   color : orange;
   transition: all .7s;
  }

/* sticky sidebar end */

/* virtual consult image */

  .virtual-consult-img{
    animation-direction: alternate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bobbin;
    animation-timing-function: ease-in-out;
    width: 100%;
  }

  .bob-shadow {
    background: #0000006b;
    border-radius: 50%;
    bottom: 0;
    content: "";
    filter: blur(23.5px);
    height: 136px;
    left: 0;
    margin: 0 auto;
    opacity: .37;
    position: absolute;
    right: 0;
    width: 90%;
    z-index: 9999;
  }

  @keyframes bobbin {
    0%{
      transform: translateY(-10px);
    }

    100%{
      transform: translateY(-6px);
    }

  }

/* virtual consult image end */


/* ********  articles swiper *********/



    .articles_swiper  {
        width: 70%;
        padding-top: 50px;
        padding-bottom: 70px !important;
    }

    .articles_swiper .swiper-slide {
        background-position: center;
        background-size: cover;
        /* width: 300px;
        height: 200px; */
        border-radius: 30px !important;
        /* overflow: hidden !important; */
        }
        .articles_swiper .swiper-slide img{
        border-radius: 30px !important;
        /* overflow: hidden !important; */
    }

    .articles_swiper .swiper-slide div {
        position: absolute;
        bottom: -25px;
        width: 100%;
        border-radius: 30px !important;

    }

    .articles_swiper .swiper-slide h4{
        /* position: relative;
        bottom: 44px; */
        text-align: center;
        background: linear-gradient(rgba(140, 108, 194, .95), rgba(172, 102, 194, .95));
        padding: 15px 10px;
        width: 70%;
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0 0 30px rgb(100 55 151 / 30%);
        z-index: 999999 !important;
        color: #fff;
        font-weight: bold;
        animation: zoomInUp ease-out ;
        animation-duration: 1200ms;
        animation-delay: 0ms;
        transition: all 0.5s;
        font-size: 18px ;
    }
    .articles_swiper .swiper-slide-active h4{
        /* z-index: 0 !important; */
        display: block !important;
    }

    .articles_swiper .swiper-slide img {
        display: block;
        width: 100%;
    }

    .articles_swiper .swiper-pagination {
        margin-top : 100px ;
    }

    @media screen and (min-width : 991px) {
        .articles_swiper .swiper-slide h4{
            font-size: 12px !important;
            padding : 10px !important
        }
        .articles_swiper .swiper-slide div {
            bottom : -17px !important;
        }
    }
    @media screen and (max-width : 556px) {
        .articles_swiper .swiper-slide h4{
            font-size: 15px !important;
            padding : 10px !important
        }
        .articles_swiper .swiper-slide div {
            bottom : -17px !important;
        }
    }

/* ********  articles swiper end *********/


 /*--------------------------------------------------------------
  # Our Projects Section
  --------------------------------------------------------------*/
        .projects .portfolio-flters {
          padding: 0;
          margin: 0 auto 20px auto;
          list-style: none;
          text-align: center;
        }

        .projects .portfolio-flters li {
          cursor: pointer;
          display: inline-block;
          padding: 0;
          font-size: 18px;
          font-weight: 500;
          margin: 0 10px;
          line-height: 1;
          margin-bottom: 5px;
          transition: all 0.3s ease-in-out;
        }

        .projects .portfolio-flters li:hover,
        .projects .portfolio-flters li.filter-active {
          color: var(--color-primary);
        }

        .projects .portfolio-flters li:first-child {
          margin-left: 0;
        }

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

        @media (max-width: 575px) {
          .projects .portfolio-flters li {
            font-size: 14px;
            margin: 0 5px;
          }
        }

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

        .projects .portfolio-content img {
          transition: 0.3s;
        }

        .projects .portfolio-content .portfolio-info {
          opacity: 0;
          position: absolute;
          inset: 0;
          z-index: 3;
          transition: all ease-in-out 0.3s;
          background: rgba(0, 0, 0, 0.6);
          padding: 15px;
        }

        .projects .portfolio-content .portfolio-info h4 {
          font-size: 14px;
          padding: 5px 10px;
          font-weight: 400;
          color: #fff;
          display: inline-block;
          background-color: var(--color-primary);
        }

        .projects .portfolio-content .portfolio-info p {
          position: absolute;
          bottom: 10px;
          text-align: center;
          display: inline-block;
          left: 0;
          right: 0;
          font-size: 16px;
          font-weight: 600;
          color: rgba(255, 255, 255, 0.8);
        }

        .projects .portfolio-content .portfolio-info .preview-link,
        .projects .portfolio-content .portfolio-info .details-link {
          position: absolute;
          left: calc(50% - 40px);
          font-size: 26px;
          top: calc(50% - 14px);
          color: #fff;
          transition: 0.3s;
          line-height: 1.2;
        }

        .projects .portfolio-content .portfolio-info .preview-link:hover,
        .projects .portfolio-content .portfolio-info .details-link:hover {
          color: var(--color-primary);
        }

        .projects .portfolio-content .portfolio-info .details-link {
          left: 50%;
          font-size: 34px;
          line-height: 0;
        }

        .projects .portfolio-content:hover .portfolio-info {
          opacity: 1;
        }

        .projects .portfolio-content:hover img {
          transform: scale(1.1);
        }

/***************/

/* real testimonial carousel  */
.real-testimonial-carousel .owl-item .testimonial-item,
.real-testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.real-testimonial-carousel .border-primary {
  border-color :rgba(140, 108, 194, .95) !important ;
}

.real-testimonial-carousel .owl-item.center .testimonial-item {
    /* background: #7EBC12 !important; */
    /* background: #7EBC12 !important; */
    background: linear-gradient(rgba(140, 108, 194, .95), rgba(172, 102, 194, .95));
    /* border-color: #FF0F10 !important; */
    border-color: #7EBC12 !important;
}

.real-testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    /* background: #FF0F10 !important; */
    background: #7EBC12 !important;
}

.real-testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF;
}

.real-testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: #1D2833 !important;
}

.real-testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px ;
}

.real-testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD !important;
    border-radius: 15px;
    transition: .5s;
}

.real-testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #7EBC12 !important;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    bottom: 75px ;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD !important;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #7EBC12 !important;
}






/* real testimonial carousel end */



/*********** before After */

  .before-after-slider:focus {
    outline: none;
    /* box-shadow: 0px 0px 15px 5px #0c5d10; */
  }

  .before-after-slider {
    --divider-color: rgba(0, 0, 0, 0.5);
    --default-handle-color: rgba(0, 0, 0, 0.5);
    width: 100%;
  }


  .before-after-slider img{
    width : 100%;
  }


/*********** before After end */


/* #Progress
================================================== */
#back-to-top-progress .progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
  }

  #back-to-top-progress .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99;
  }

  #back-to-top-progress .progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    /* color: #03256c; */
    color: rgba(140, 108, 194, .95);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
  }

  #back-to-top-progress .progress-wrap:hover::after {
    opacity: 0;
  }

  #back-to-top-progress .progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    color:black !important;
  }

  #back-to-top-progress .progress-wrap:hover::before {
    opacity: 1;
  }

  #back-to-top-progress .progress-wrap svg path {
    fill: none;
  }

  #back-to-top-progress .progress-wrap svg.progress-circle path {
    /* stroke: #03256c; --- Lijn progres kleur --- */
    stroke: rgba(140, 108, 194, .95); /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
  }

  /*============================
  ++++PAGE-PROGRESS-END+++++
  =============================*/


/*
---------------------------------------------
contact us
---------------------------------------------
*/

section.contact-us {
  background-image: url(../../img/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../../img/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon {
  float: right;
  margin-left: 15px;
  width: 50px ;
  height: 50px ;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%) ;
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #dc8cdb;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 61px;
  background-color: #fff;
  color: #dc8cdb;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #dc8cdb;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 992px) {

    section.contact-us .contact-info {
      margin-top: 15px;
    }
    section.contact-us #contact {
      margin-left: 0px;
    }
    section.contact-us #contact button {
      float: none;
    }


}
