.home-slider-area.owl-carousel .owl-item img {
    display: inline !important;
    width: 100% !important;
  }

  .header-area.homepage1.sticky .header-elements .main-menu .ul li a {
    color:green !important;
  }

  .homepage1-body .header-area.homepage1.sticky .header-elements .main-menu ul li a{
      color:#000000;
  }

  .homepage1-body .header-area.homepage1.sticky .header-elements .main-menu ul li:hover > a {
    transition: all 0.4s;
    color: #df2525 !important;
  }


  
  .home-area .header-btn1 {
    background: #ffffff;
    color: #df2525;
    border: 1px solid #ffffff;
  }
 
  .home-area  .header-btn1::after {
    background: var(--ztc-text-text-13);
  }
  .home-area .header-btn1:hover {
    color: var(--ztc-text-text-1);
    border: 1px solid #df2525;
  }
  .home-area .header-btn1 span {
    background: #df2525;
    color: #ffffff;
  }

  .home-area .header-btn1:hover span {
    background: #ffffff;
    color: #df2525;
  }

  .header-area.homepage1.sticky .home-area .header-btn1 {
    background: var(--ddd, linear-gradient(91deg, #df2525 0.78%, #FF0A54 99.88%));
    color: #ffffff;
  }

  .header-area.homepage1.sticky   .home-area  .header-btn1::after {
    background: var(--ztc-text-text-13);
  }

  .header-area.homepage1.sticky .home-area .header-btn1:hover {
    color: var(--ztc-text-text-1);
  }

  .header-area.homepage1.sticky .home-area .header-btn1 span {
    background: #ffffff;
    color: #df2525;
  }

  .header-area.homepage1.sticky .home-area .header-btn1:hover span {
    background: #ffffff;
    color: #df2525;
  }









  

  .header-main-content .btn-area .video-btn {
    color: #ffffff;
    margin-left: 24px;
  }
  @media (max-width: 767px) {
    .header-main-content .btn-area .video-btn {
      margin-left: 24px;
      margin-top: 20px;
    }
  }
  .header-main-content .btn-area .video-btn .play {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    background: #df2525;
    color: var(--ztc-text-text-1);
    position: relative;
  }
  .header-main-content .btn-area .video-btn .play::after {
    position: absolute;
    content: "";
    height: 120%;
    width: 120%;
    left: 19px;
    top: 19px;
    background: #df2525;
    transition: all 0.4s;
    z-index: -1;
    border-radius: 50%;
    animation: pulse-border1 1000ms ease-out infinite;
    opacity: 40%;
    display: inline-block;
  }
  .header-main-content .btn-area .video-btn .text {
    color: #df2525;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    margin-left: 8px;
  }







  .home-slider-area .others-counter-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:40px;
  }
  @media (max-width: 767px) {
    .home-slider-area .others-counter-boxes {
      margin-top: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-slider-area .others-counter-boxes {
      margin-top: 50px;
    }
  }
  .home-slider-area .others-counter-boxes .counter-box {
    position: relative;
    z-index: 1;
  }
  .home-slider-area .others-counter-boxes .counter-box img {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
  }
  .home-slider-area .others-counter-boxes .counter-box h2 {
    color: #ffffff;
    font-family: var(--ztc-family-font1);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
  }
  .home-slider-area .others-counter-boxes .counter-box p {
    color: #ffffff;
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }



@media (max-width: 991px) {
    .t-none{
        display: none !important;
    }  
}


@media (max-width: 767px) {
    #mobile-slider{
        text-align: center !important;
    }  
}



.about14-section-area .about-all-images-area {
    position: relative;
  }
  .about14-section-area .about-all-images-area .elements12 {
    position: absolute;
    top: 50px;
    left: 50%;
    right: 50%;
  }
  .about14-section-area .about-all-images-area .elements13 {
    position: absolute;
    left: 40%;
    bottom: 50px;
    right: 40%;
  }




  .case1-section-area .header-area-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .case1-section-area .header-area-service {
      display: inline-block;
    }
  }
  @media (max-width: 767px) {
    .case1-section-area .header-area-service .btn-area1 {
      margin-top: 32px;
    }
  }




  

  .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  
  .play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  
  .play-btn:after {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  
  .play-btn:hover:after, .play-btn:hover::before,
  .play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .play-btn.style2:hover i {
    background-color: var(--theme-color2);
  }
  
  .play-btn.style2:hover:before, .play-btn.style2:hover:after {
    background-color: var(--theme-color2);
  }
  
  .play-btn.style3 {
    --icon-size: 56px;
    --icon-font-size: 16px;
  }
  
  .play-btn.style3 > i {
    background-color: var(--theme-color2);
    color: var(--white-color);
  }
  
  .play-btn.style3:before, .play-btn.style3:after {
    background-color: var(--theme-color2);
  }
  
  .play-btn.style3:hover > i {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .play-btn.style3:hover:before, .play-btn.style3:hover:after {
    background-color: var(--theme-color);
  }
  
  .play-btn.style4 > i {
    --icon-size: 100px;
    color: var(--title-color);
  }
  
  .play-btn.style4:before, .play-btn.style4:after {
    background-color: transparent;
    border: 1px solid var(--title-color);
  }
  
  .play-btn.style4:hover > i {
    color: var(--white-color);
  }
  
  .play-btn.style4:hover:before, .play-btn.style4:hover:after {
    border: 1px solid var(--white-color);
  }
  
  .play-btn.style5 {
    --icon-size: 56px;
    --icon-font-size: 16px;
  }
  
  .play-btn.style5 > i {
    background-color: var(--white-color);
    color: var(--theme-color2);
  }
  
  .play-btn.style5:before, .play-btn.style5:after {
    background-color: var(--theme-color2);
  }
  
  .play-btn.style5:hover > i {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .play-btn.style5:hover:before, .play-btn.style5:hover:after {
    background-color: var(--theme-color);
  }
  
  .play-btn.style6 {
    /* Extra small devices */
  }
  
  .play-btn.style6 > i {
    --icon-size: 100px;
    color: var(--white-color);
    font-size: 20px;
    background: transparent;
    border: 2px solid var(--white-color);
  }
  
  .play-btn.style6:before, .play-btn.style6:after {
    background: transparent;
    border: 1px solid var(--white-color);
  }
  
  .play-btn.style6:hover > i {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
  
  .play-btn.style6:hover:before, .play-btn.style6:hover:after {
    border-color: var(--theme-color);
  }
  
  @media (max-width: 575px) {
    .play-btn.style6 > i {
      --icon-size: 60px;
    }
  }
  
  .play-btn.style7 {
    /* Small devices */
  }
  
  .play-btn.style7 > i {
    --icon-size: 80px;
    background: var(--theme-color2);
    color: var(--white-color);
  }
  
  .play-btn.style7:before, .play-btn.style7:after {
    background-color: var(--theme-color2);
  }
  
  .play-btn.style7:hover > i {
    background: var(--white-color);
    color: var(--theme-color2);
  }
  
  .play-btn.style7:hover:before, .play-btn.style7:hover:after {
    background: var(--white-color);
  }
  
  @media (max-width: 767px) {
    .play-btn.style7 > i {
      --icon-size: 60px;
    }
  }


/*------------------- 4.00. Video -------------------*/
.video-box-center {
    position: relative;
  }
  
  .video-box-center .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }










  /* ewfww */

.play-btn.style7 {
    /* Small devices */
  }
  
  .play-btn.style7 > i {
    --icon-size: 80px;
    background: #ffffff;
    color: #df2525;
  }
  
  .play-btn.style7:before, .play-btn.style7:after {
    background-color: #ffffff;
  }
  
  .play-btn.style7:hover > i {
    background: #FF0A54;
    color: #ffffff;
  }
  
  .play-btn.style7:hover:before, .play-btn.style7:hover:after {
    background: var(--white-color);
  }
  
  @media (max-width: 767px) {
    .play-btn.style7 > i {
      --icon-size: 60px;
    }
  }


  .shape-mockup-wrap {
    z-index: 2;
    position: relative;
  }
  
  .shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
  
  .shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none;
  }
  
  .shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none;
  }
  
  .shape-mockup .svg-img {
    height: 110px;
    width: 110px;
  }


  /* Video Area 3 -------------------------------*/
.video-bg-shape3-2,
.video-bg-shape3-1 {
  z-index: 1;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .video-bg-shape3-2,
  .video-bg-shape3-1 {
    display: none;
  }
}

.video-thumb3-1 {
  position: relative;
}

.video-thumb3-1 img {
  -webkit-filter: grayscale(9);
          filter: grayscale(9);
  min-height: 300px;
  object-fit: cover;
}

.video-thumb3-1:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ddd, linear-gradient(91deg, #df2525 0.78%, #FF0A54 99.88%));
  mix-blend-mode: multiply;
}






/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
            animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
            animation-name: ripple;
  }
  
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      opacity: 0;
    }
  }
  
  @keyframes ripple {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes ripple2 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      -webkit-transform: scale(2.8);
              transform: scale(2.8);
      opacity: 0;
    }
  }
  
  @keyframes ripple2 {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      -webkit-transform: scale(2.8);
              transform: scale(2.8);
      opacity: 0;
    }
  }

  /* img:not([draggable]){
    max-width: 100%;
    height: auto;
  } */

  /* .video-thumb3-1 img{
    max-height: auto !important;
    overflow: hidden;
  } */


  .testimonial4-section-area .owl-carousel .owl-item img{
      width: 50px !important;
  }




 .testimonial14-boxarea {
    background: #fff;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    transition: all 0.4s;
  }
 .testimonial14-boxarea .list-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 .testimonial14-boxarea .list-area ul li {
    display: inline-block;
    color: #df2525;
  }
 .testimonial14-boxarea .list-area img {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
 .testimonial14-boxarea p {
    color: #565659;
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
  }
  .testimonial14-boxarea .name-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.testimonial14-boxarea .name-area .name {
    display: flex;
    align-items: center;
  }
 .testimonial14-boxarea .name-area .name img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 50%;
  }
 .testimonial14-boxarea .name-area .name .text {
    padding-left: 16px;
  }
 .testimonial14-boxarea .name-area .name .text a {
    color: #040306;
    font-family: var(--ztc-family-font1);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: block;
    transition: all 0.4s;
  }
 .testimonial14-boxarea .name-area .name .text p {
    color: #565659;
    font-family: var(--ztc-family-font1);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
 .testimonial14-boxarea .name-area .google {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }







  .our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
    border-top-right-radius :10px;
    border-top-left-radius :10px;
}
.our-team .pic:after{
    content: "";
    width: 90%;
    height: 90%; 
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team .pic:before,
.our-team .pic:after{
    opacity: 0.2;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-top-right-radius :10px;
    border-top-left-radius :10px;
}
.our-team .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team .social-links{
    opacity: 1;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}
.our-team .social-links li .fa-twitter:hover{
    background: #00aced;
    border-color: #00aced;
}
.our-team .social-links li .fa-google-plus:hover{
    background: #c03c30;
    border-color: #c03c30;
}
.our-team .social-links li .fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.our-team .social-links li .fa-facebook:hover{
    background: #4867aa;
    border-color: #4867aa;
}
.our-team .team-content{
    padding: 9px 0;
    background: var(--ddd, linear-gradient(91deg, #df2525 0.78%, #FF0A54 99.88%));
    /* border-top: 2px solid #df2525; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-bottom-right-radius :10px;
    border-bottom-left-radius :10px;
    
} 
.our-team .title{
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 0px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #f5f5f6;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
 
@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 20px; }
}



.tags-area img {
    width:14px !important;

}





.cta100-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta100-section-area .cta-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta100-section-area .cta-header {
    margin-bottom: 30px;
  }
}
.cta100-section-area .cta-header h2 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta100-section-area .cta-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cta100-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta100-section-area .cta-header form input {
  border-radius: 8px;
  background: var(--White-Colors, #FFF);
  position: relative;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
}
.cta100-section-area .cta-header form button {
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 18px 24px;
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cta100-section-area .cta-header form button i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.cta100-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #000000;
  padding: 24px;
}
.cta100-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.cta100-section-area .cta-box .text {
  padding-left: 16px;
}
.cta100-section-area .cta-box .text p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}
.cta100-section-area .cta-box .text a {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}






.departments-details__content-button {
  position: relative;
  display: block;
}

.departments-details__content-button .title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.departments-details__content-button .title h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}

.departments-details__content-button-single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
  border-radius: 10px;
  padding: 23px 35px 22px;
}

.departments-details__content-button-single+.departments-details__content-button-single {
  margin-top: 20px;
}

.departments-details__content-button-single .left {
  position: relative;
  display: flex;
  align-items: center;
}

.departments-details__content-button-single .left .icon-box {
  position: relative;
  display: block;
}

.departments-details__content-button-single .left .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 40px;
}

.departments-details__content-button-single .left .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.departments-details__content-button-single .left .text-box h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.departments-details__content-button-single .left .text-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--thm-font-2);
}

.departments-details__content-button-single .right {
  position: relative;
  display: block;
}

.departments-details__content-button-single .right .button-box {
  position: relative;
  display: block;
}

.departments-details__content-button-single .right .button-box a {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  background: var(--ddd, linear-gradient(91deg, #df2525 0.78%, #FF0A54 99.88%));
  border-radius: 30px;
  padding: 5px 20px 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.departments-details__content-button-single .right .button-box a:hover {
  color: #ffffff;
  background-color: var(--thm-base);
}
