/* ========= [ * page-home_1 ]  =========*/

/* --------------- side_menu_style4 --------------- */

body {
   font-family: "Ubuntu", sans-serif !important;
  font-size: 11px !important;
}


.side_menu_style4 {

  position: fixed;

  z-index: 9999;

  right: 0;

  top: 0;

  width: 100%;

  height: 100vh;

  min-height: -webkit-max-content;

  min-height: -moz-max-content;

  min-height: max-content;

  background-color: #DFE3EC;

  padding: 0 4vw;

  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;

  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transition-delay: 0.4s;

  -o-transition-delay: 0.4s;

  transition-delay: 0.4s; }

  .side_menu_style4.show {

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

    .side_menu_style4.show .side_shape {

      -webkit-transform: rotate(0) scale(1);

      -ms-transform: rotate(0) scale(1);

      transform: rotate(0) scale(1);

      opacity: 1; }

    .side_menu_style4.show .side_shape2 {

      -webkit-transform: rotate(180deg) scale(1);

      -ms-transform: rotate(180deg) scale(1);

      transform: rotate(180deg) scale(1);

      opacity: 1; }

    .side_menu_style4.show .main_links {

      text-align: center;

      -webkit-transform: scaleX(1) scaleY(1);

      -ms-transform: scaleX(1) scaleY(1);

      transform: scaleX(1) scaleY(1);

      opacity: 1;

      -webkit-filter: blur(0);

      filter: blur(0); }

  .side_menu_style4 .side_shape {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 40%;

    -webkit-transform: rotate(-60deg) scale(0.5);

    -ms-transform: rotate(-60deg) scale(0.5);

    transform: rotate(-60deg) scale(0.5);

    opacity: 0;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    -webkit-transition-delay: 0.7s;

    -o-transition-delay: 0.7s;

    transition-delay: 0.7s; }

  .side_menu_style4 .side_shape2 {

    position: absolute;

    left: 0;

    top: 0;

    width: 40%;

    -webkit-transform: rotate(120deg) scale(0.5);

    -ms-transform: rotate(120deg) scale(0.5);

    transform: rotate(120deg) scale(0.5);

    opacity: 0;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

    -webkit-transition-delay: 0.7s;

    -o-transition-delay: 0.7s;

    transition-delay: 0.7s; }

  .side_menu_style4 .links_group {

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;

    display: block; }

  .side_menu_style4 .main_links {

    text-align: center;

    -webkit-transform: scaleX(1.4) scaleY(1.8);

    -ms-transform: scaleX(1.4) scaleY(1.8);

    transform: scaleX(1.4) scaleY(1.8);

    -webkit-filter: blur(2px);

    filter: blur(2px);

    opacity: 0;

    -webkit-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

    transition: all 0.7s ease;

    -webkit-transition-delay: 1s;

    -o-transition-delay: 1s;

    transition-delay: 1s; }

    .side_menu_style4 .main_links .main_link {

      font-size: calc(3vw + 15px);

      font-weight: 400;

      margin: 10px 0;

      text-transform: uppercase;

      font-weight: 700; }

      .side_menu_style4 .main_links .main_link:hover {

        text-decoration: underline; }

  .side_menu_style4 .social_links a {

    font-size: 24px;

    -webkit-margin-end: 15px;

    margin-inline-end: 15px;

    border-bottom: 3px solid transparent; }

    .side_menu_style4 .social_links a:hover {

      border-color: #000; }

  .side_menu_style4 .clss {

    font-size: 30px;

    position: absolute;

    top: 30px;

    right: 60px;

    cursor: pointer; }



.side_menu4_overlay {

  position: absolute;

  z-index: 90;

  right: 0;

  top: 0;

  width: 100%;

  height: 100vh;

  background-color: #fff;

  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out; }

  .side_menu4_overlay.show {

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }



.side_menu4_overlay2 {

  position: absolute;

  z-index: 80;

  right: 0;

  top: 0;

  width: 100%;

  height: 100vh;

  background-color: #fff;

  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transition-delay: 0.7s;

  -o-transition-delay: 0.7s;

  transition-delay: 0.7s; }

  .side_menu4_overlay2.show {

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    -webkit-transition-delay: 0.1s;

    -o-transition-delay: 0.1s;

    transition-delay: 0.1s; }



/* --------------- footer style1 --------------- */

.tc-navbar-style1 {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 99;

  background-color: transparent;

  padding: 0; }

  .tc-navbar-style1 .content {

    padding: 20px 0; }

    .tc-navbar-style1 .content .navbar-brand {

      max-width: 300px;

      -webkit-margin-end: 100px;

      margin-inline-end: 100px; }

    .tc-navbar-style1 .content .navbar-nav .nav-link {

      font-size: 11px;

      color: #fff;
      font-family: "Ubuntu", sans-serif;
font-weight: 400;
text-transform: uppercase;
      opacity: 1;

      margin: 0 20px; }

      .tc-navbar-style1 .content .navbar-nav .nav-link:hover, .tc-navbar-style1 .content .navbar-nav .nav-link.active {

        color: #fff; }

    .tc-navbar-style1 .content .nav-side .icon {

      font-size: 14px;

      color: #fff; }



@media screen and (max-width: 991px) {

  .tc-navbar-style1 {

    position: relative;

    background-color: #333; }

    .tc-navbar-style1 .content {

      border: 0; }

      .tc-navbar-style1 .content .navbar-nav {

        margin: 20px 0; }

        .tc-navbar-style1 .content .navbar-nav .nav-link {

          margin: 0; } }



/* --------------- header style1 --------------- */

.tc-header-style1 .header-slider {

  position: relative;

  overflow: hidden; }

  .tc-header-style1 .header-slider .swiper-slide {

    position: relative;

    overflow: hidden;

    width: 100%; }

  .tc-header-style1 .header-slider .swiper-slide-active {

    position: relative;

    z-index: 20; }

  .tc-header-style1 .header-slider .slider-controls {

    position: absolute;

    right: 40px;

    bottom: 130px;

    z-index: 20;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 10px 20px;

    border-radius: 30px;

    color: #fff; }

    .tc-header-style1 .header-slider .slider-controls .swiper-button-next,

    .tc-header-style1 .header-slider .slider-controls .swiper-button-prev {

      position: static;

      height: -webkit-max-content;

      height: -moz-max-content;

      height: max-content;

      -webkit-margin-start: 50px;

      margin-inline-start: 50px;

      font-size: 30px; }

      .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,

      .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {

        color: #fff;

        position: relative; }

  .tc-header-style1 .header-slider .swiper-pagination {

    position: absolute;

    left: 4vw;

    bottom: 120px;

    color: #fff;

    z-index: 30;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content; }

    .tc-header-style1 .header-slider .swiper-pagination > span {

      font-size: 30px;

      font-weight: 100;

      display: block;

      margin: 10px 0; }



.tc-header-style1 .slider-card {

  position: relative; }

  .tc-header-style1 .slider-card .img {

    height: 700px;

    position: relative;

    min-height: 100vh; }

    .tc-header-style1 .slider-card .img::after {

      position: absolute;

      content: "";

      left: 0;

      top: 0;

      width: 100%;

      height: 100%;

      background-color: #000;

      opacity: 30%;

      pointer-events: none; }

  .tc-header-style1 .slider-card .info {

    position: absolute;

    left: 0;

    bottom: 30px;

    width: 100%;

    z-index: 20;

    color: #fff; }

    .tc-header-style1 .slider-card .info h1 {

      font-size: 40px;

      font-weight: 600;

      line-height: 1;

      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
       font-family: "Ubuntu", sans-serif; }



@media screen and (max-width: 991px) {

  .tc-header-style1 .slider-card .img {

    height: 550px; }

  .tc-header-style1 .slider-card .info {

    bottom: 60px; }

  .tc-header-style1 .swiper-pagination {

    display: none; }

  .tc-header-style1 .header-slider .slider-controls {

    bottom: 165px;

    right: 0; }

    .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,

    .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {

      font-size: 20px; } }



/* --------------- experience style1 --------------- */

.tc-experience-style1 {

  position: relative;

  padding: 150px 0 100px;

  background-color: #fff;

  border-radius: 40px 40px 0 0;

  overflow: hidden;

  margin-top: -30px;

  z-index: 10; }

  .tc-experience-style1 .c-line {

    position: absolute;

    top: 70px;

    left: 0;

    width: 90%;

    height: calc(100% - 140px);

    z-index: 10;

    pointer-events: none;

    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    -webkit-transition: all 2s linear;

    -o-transition: all 2s linear;

    transition: all 2s linear; }

    .tc-experience-style1 .c-line.animated {

      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }

  .tc-experience-style1 .exp-num .num {

    font-size: 90px;

    color: #000;

    font-weight: 500; }

  .tc-experience-style1 .img {

    height: 550px;

    border-radius: 20px;

    overflow: hidden;

    -webkit-transform: rotate(30deg) scale(1.3);

    -ms-transform: rotate(30deg) scale(1.3);

    transform: rotate(30deg) scale(1.3);

    -webkit-transition: all 1s ease;

    -o-transition: all 1s ease;

    transition: all 1s ease;

    -webkit-transition-delay: 0.4s;

    -o-transition-delay: 0.4s;

    transition-delay: 0.4s;

    opacity: 0; }

    .tc-experience-style1 .img.animated {

      -webkit-transform: rotate(-15deg) scale(1);

      -ms-transform: rotate(-15deg) scale(1);

      transform: rotate(-15deg) scale(1);

      opacity: 1; }

  .tc-experience-style1 .rotate-txt {

    font-size: 12px;

    color: #666;

    -webkit-transform: rotate(90deg) translateX(30px);

    -ms-transform: rotate(90deg) translateX(30px);

    transform: rotate(90deg) translateX(30px);

    text-transform: uppercase;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transform-origin: right;

    -ms-transform-origin: right;

    transform-origin: right; }



@media screen and (max-width: 991px) {

  .tc-experience-style1 {

    padding: 80px 0; }

    .tc-experience-style1 .c-line {

      -o-object-fit: contain;

      object-fit: contain; }

    .tc-experience-style1 .img {

      -webkit-transform: rotate(0);

      -ms-transform: rotate(0);

      transform: rotate(0);

      margin-bottom: 50px; }

    .tc-experience-style1 .exp-num .num {

      position: relative;

      margin-bottom: -175px;

      z-index: 10; } }



/* --------------- services style1 --------------- */

.tc-services-style1 {

  position: relative;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#F1EEE9), color-stop(#F1EEE999), to(transparent));

  background-image: -webkit-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);

  background-image: -o-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);

  background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent); }

  .tc-services-style1 .title p {

    letter-spacing: 50px;

    opacity: 0;

    -webkit-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

    transition: all 0.7s ease;

    -webkit-transition-delay: 0.3s;

    -o-transition-delay: 0.3s;

    transition-delay: 0.3s; }

    .tc-services-style1 .title p.animated {

      letter-spacing: 10px;

      opacity: 1; }

  .tc-services-style1 .content {

    position: relative;

    z-index: 10; }

  .tc-services-style1 .service-card {

    padding: 20px 60px 20px 30px;

    -webkit-border-start: 1px solid #ccc;

    border-inline-start: 1px solid #ccc;

    display: block; }

    .tc-services-style1 .service-card:hover .arrow {

      background-color: #000;

      color: #fff; }

    .tc-services-style1 .service-card .icon {

      color: #000;

      margin-bottom: 20px;

      font-size: 30px; }

    .tc-services-style1 .service-card .img {

      height: 160px;

      border-radius: 10px;

      overflow: hidden; }

    .tc-services-style1 .service-card .arrow {

      width: 35px;

      height: 35px;

      line-height: 35px;

      text-align: center;

      border-radius: 50%;

      margin-top: 40px;

      border: 1px solid #ccc;

      -webkit-transition: all 0.3s ease;

      -o-transition: all 0.3s ease;

      transition: all 0.3s ease; }

  .tc-services-style1 .ser-img {

    width: 100%;

    height: 1000px;

    margin-top: -550px; }

    .tc-services-style1 .ser-img img {

      width: 100%;

      height: 100%;

      -o-object-fit: cover;

      object-fit: cover;

      -o-object-position: bottom;

      object-position: bottom; }



@media screen and (max-width: 991px) {

  .tc-services-style1 .service-card {

    border: 0;

    padding: 0;

    margin-top: 50px !important; } }



/* --------------- process style1 --------------- */

.tc-process-style1 {

  position: relative;

  padding: 150px 0;

  background-color: #fff;

  z-index: 10;

  border-radius: 40px 40px 0 0;

  margin-top: -40px; }

  .tc-process-style1 .c-line {

    position: absolute;

    bottom: 100px;

    right: 0;

    width: 50%;

    height: 550px;

    z-index: 10;

    pointer-events: none;

    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);

    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);

    -webkit-transition: all 2s linear;

    -o-transition: all 2s linear;

    transition: all 2s linear; }

    .tc-process-style1 .c-line.animated {

      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }

  .tc-process-style1 .accordion-item {

    border: 0;

    border-radius: 0; }

    .tc-process-style1 .accordion-item .accordion-button {

      color: #000;

      background-color: transparent;

      -webkit-box-shadow: none;

      box-shadow: none;

      border-top: 1px solid #ccc;

      border-radius: 0;

      padding: 30px; }

      .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {

        border-color: #000; }

        .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {

          color: #000; }

      .tc-process-style1 .accordion-item .accordion-button h3 {

        font-size: 24px; }

      .tc-process-style1 .accordion-item .accordion-button .num {

        font-size: 24px;

        color: #999;

        font-weight: 200;

        -webkit-margin-end: 30px;

        margin-inline-end: 30px; }

    .tc-process-style1 .accordion-item .accordion-body {

      -webkit-padding-start: 85px;

      padding-inline-start: 85px;

      -webkit-padding-end: 50px;

      padding-inline-end: 50px;

      padding-top: 0;

      padding-bottom: 30px; }

      .tc-process-style1 .accordion-item .accordion-body .text {

        font-size: 15px;

        color: #666; }

  .tc-process-style1 .img {

    height: 550px;

    border-radius: 20px;

    overflow: hidden;

    -webkit-transform: rotate(-30deg) scale(1.3);

    -ms-transform: rotate(-30deg) scale(1.3);

    transform: rotate(-30deg) scale(1.3);

    -webkit-transition: all 1s ease;

    -o-transition: all 1s ease;

    transition: all 1s ease;

    -webkit-transition-delay: 0.4s;

    -o-transition-delay: 0.4s;

    transition-delay: 0.4s;

    opacity: 0; }

    .tc-process-style1 .img.animated {

      -webkit-transform: rotate(15deg) scale(1);

      -ms-transform: rotate(15deg) scale(1);

      transform: rotate(15deg) scale(1);

      opacity: 1; }



@media screen and (max-width: 991px) {

  .tc-process-style1 {

    padding: 80px 0; }

    .tc-process-style1 .accordion-item .accordion-button .num {

      display: none; }

    .tc-process-style1 .accordion-item .accordion-button h3 {

      font-size: 21px; }

    .tc-process-style1 .accordion-item .accordion-body {

      -webkit-padding-start: 30px;

      padding-inline-start: 30px; }

    .tc-process-style1 .img {

      -webkit-transform: rotate(0);

      -ms-transform: rotate(0);

      transform: rotate(0);

      margin-top: 50px;

      height: 350px; } }



/* --------------- projects style1 --------------- */

.tc-projects-style1 {

  overflow: hidden !important; }

  .tc-projects-style1 .tabs-links .nav-pills .nav-link {

    background-color: transparent;

    padding: 0;

    -webkit-margin-end: 40px;

    margin-inline-end: 40px;

    font-size: 18px;

    font-weight: 500;

    border-radius: 0;

    text-transform: capitalize;

    color: #000; }

    .tc-projects-style1 .tabs-links .nav-pills .nav-link.active, .tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {

      color: #000; }

  .tc-projects-style1 .projects {

    padding-bottom: 50px;

    }

    .tc-projects-style1 .projects .projects-content {

      position: relative; }

      .tc-projects-style1 .projects .projects-content * {

        }

      .tc-projects-style1 .projects .projects-content .float-cursor {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%) scale(0);

        -ms-transform: translate(-50%, -50%) scale(0);

        transform: translate(-50%, -50%) scale(0);

        opacity: 0;

        width: 160px;

        height: 160px;

        background-color: #fff;

        border-radius: 50%;

        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;

        letter-spacing: 0.05em;

        text-transform: uppercase;

        font-size: 16px;

        z-index: 10;

        -webkit-transition: all 0.02 linear;

        -o-transition: all 0.02 linear;

        transition: all 0.02 linear;

        pointer-events: none;

        -webkit-box-shadow: 0 0 30px #0001;

        box-shadow: 0 0 30px #0001; }

        .tc-projects-style1 .projects .projects-content .float-cursor.show {

          opacity: 1;

          -webkit-transform: translate(-50%, -50%) scale(1);

          -ms-transform: translate(-50%, -50%) scale(1);

          transform: translate(-50%, -50%) scale(1); }



    .tc-projects-style1 .projects .project-card .img {

/*      height: 430px;*/

      border-radius: 20px;

      overflow: hidden;

      display: block; }

    .tc-projects-style1 .projects .project-card .info {

      padding-top: 40px; }

      .tc-projects-style1 .projects .project-card .info .tags {

        margin-bottom: 30px; }

        .tc-projects-style1 .projects .project-card .info .tags a {

          font-size: 11px;

          padding: 5px 10px;

          border: 1px solid #ccc;

          border-radius: 50px;

          -webkit-margin-end: 5px;

          margin-inline-end: 5px;
           font-family: "Ubuntu", sans-serif;
            }

      .tc-projects-style1 .projects .project-card .info .title {

        font-size: 28px;

        margin-bottom: 15px; }

        .tc-projects-style1 .projects .project-card .info .title a:hover {

          color: #000; }

      .tc-projects-style1 .projects .project-card .info .text {

        font-family: "Ubuntu", sans-serif;
  color: #333;
  font-size: 11px;

         }



@media screen and (max-width: 991px) {

  .tc-projects-style1 .projects {

    padding-bottom: 50px; }

    .tc-projects-style1 .projects .project-card .img {

      height: 350px; }

    .tc-projects-style1 .projects .project-card .info .title {

      font-size: 25px; } }



/* --------------- testimonials style1 --------------- */

.tc-testimonials-style1 {

  position: relative;

  padding: 100px 0; }

  .tc-testimonials-style1 .c-line {

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 25%;

    z-index: 5;

    pointer-events: none; }

  .tc-testimonials-style1 .lg-icon {

    font-size: 170px;

    -webkit-margin-start: -15px;

    margin-inline-start: -15px;

    display: block; }

  .tc-testimonials-style1 .tc-clients-style1 {

    position: relative;

    overflow: hidden; }

    .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {

      position: relative;

      overflow: hidden; }

    .tc-testimonials-style1 .tc-clients-style1 .author {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-align: center;

      -ms-flex-align: center;

      align-items: center;

      padding-top: 50px;

      margin-top: 80px;

      border-top: 1px solid #ccc; }

      .tc-testimonials-style1 .tc-clients-style1 .author .au-img {

        width: 50px;

        height: 50px;

        border-radius: 50%;

        overflow: hidden;

        -ms-flex-negative: 0;

        flex-shrink: 0;

        -webkit-margin-end: 20px;

        margin-inline-end: 20px; }

    .tc-testimonials-style1 .tc-clients-style1 .slider-controls {

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;

      -webkit-box-align: center;

      -ms-flex-align: center;

      align-items: center;

      padding: 10px 20px;

      border-radius: 30px;

      border: 1px solid #ccc;

      position: absolute;

      right: 0;

      bottom: 0;

      background: #fff;

      z-index: 10; }

      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,

      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {

        position: static;

        height: -webkit-max-content;

        height: -moz-max-content;

        height: max-content;

        margin: 0; }

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {

          color: #000;

          font-size: 12px; }

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {

          color: var(--color-orange1); }

      .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {

        position: static;

        margin: 0 10px; }

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {

          width: 8px;

          height: 8px;

          margin: 0 5px; }

          .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {

            width: 10px;

            height: 10px; }

  .tc-testimonials-style1 .marq-slider {

    position: relative;

    overflow: hidden;

    padding-top: 100px; }

    .tc-testimonials-style1 .marq-slider .swiper-wrapper {

      -webkit-transition-timing-function: linear !important;

      -o-transition-timing-function: linear !important;

      transition-timing-function: linear !important;

      position: relative; }

      .tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {

        width: -webkit-max-content !important;

        width: -moz-max-content !important;

        width: max-content !important; }

    .tc-testimonials-style1 .marq-slider a {

      font-size: 150px;

      font-weight: 500;

      -webkit-text-stroke: 1px #000;

      color: transparent; }

      .tc-testimonials-style1 .marq-slider a:hover {

        color: #000; }



@media screen and (max-width: 991px) {

  .tc-testimonials-style1 {

    padding: 50px 0; }

    .tc-testimonials-style1 .lg-icon {

      font-size: 120px; }

    .tc-testimonials-style1 .marq-slider a {

      font-size: 50px; } }



/* --------------- team style1 --------------- */

.tc-team-style1 {

  position: relative;

  padding: 10px 0;

  background-color: #fff;

  border-radius: 40px 40px 0 0;

  z-index: 10;

  margin-top: -40px; }

  .tc-team-style1 .member-colmn {

    margin: auto; }

  .tc-team-style1 .team-card {

    position: relative;

    margin-bottom: 40px;

    display: block; }

    .tc-team-style1 .team-card:hover .img {

      -webkit-transform: scale(0.95);

      -ms-transform: scale(0.95);

      transform: scale(0.95); }

      .tc-team-style1 .team-card:hover .img img {

        -webkit-transform: scale(1.2);

        -ms-transform: scale(1.2);

        transform: scale(1.2); }

      .tc-team-style1 .team-card:hover .img::after {

        opacity: 0.5; }

    .tc-team-style1 .team-card:hover .title {

      opacity: 1;

      top: 50%; }

    .tc-team-style1 .team-card:hover .img {

      -webkit-transition: all 0.5s ease;

      -o-transition: all 0.5s ease;

      transition: all 0.5s ease;

      overflow: hidden; }

      .tc-team-style1 .team-card:hover .img img {

        -webkit-transition: all 0.5s ease;

        -o-transition: all 0.5s ease;

        transition: all 0.5s ease; }

    .tc-team-style1 .team-card.team-text:hover .img {

      border-color: #000; }

    .tc-team-style1 .team-card.team-text .img {

      border: 1px solid #ccc; }

      .tc-team-style1 .team-card.team-text .img::after {

        display: none; }

    .tc-team-style1 .team-card.team-text .title {

      font-weight: 300;

      color: #000 !important;

      text-align: start;

      opacity: 1;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-pack: center;

      -ms-flex-pack: center;

      justify-content: center;

      font-size: 18px;

      text-transform: uppercase; }

      .tc-team-style1 .team-card.team-text .title .arrow {

        margin-top: 10px;

        display: block; }

    .tc-team-style1 .team-card .img {

      position: relative;

      width: 100%;

      border-radius: 50%;

      overflow: hidden;

      display: block;

      margin: auto;

      -webkit-transition: all 0.3s ease;

      -o-transition: all 0.3s ease;

      transition: all 0.3s ease; }

      .tc-team-style1 .team-card .img::after {

        position: absolute;

        content: "";

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background-color: #000;

        opacity: 0;

        z-index: 1;

        -webkit-transition: all 0.3s ease;

        -o-transition: all 0.3s ease;

        transition: all 0.3s ease; }

    .tc-team-style1 .team-card .title {

      position: absolute;

      left: 0;

      top: 50%;

      -webkit-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

      transform: translateY(-50%);

      z-index: 10;

      color: #fff;

      opacity: 0;

      text-align: center;

      width: 100%;

      -webkit-transition: all 0.3s ease;

      -o-transition: all 0.3s ease;

      transition: all 0.3s ease;

      line-height: 1.5;

      text-transform: capitalize; }

  .tc-team-style1 .numbers {

    padding-top: 50px; }

    .tc-team-style1 .numbers .number-card {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-align: center;

      -ms-flex-align: center;

      align-items: center;

      padding-top: 40px;

      border-top: 1px solid #ccc;

      margin-top: 50px; }

      .tc-team-style1 .numbers .number-card .perc {

        font-size: 55px;

        -ms-flex-negative: 0;

        flex-shrink: 0;

        -webkit-margin-end: 25px;

        margin-inline-end: 25px;

        font-weight: 500;

        line-height: 1;

        color: #000; }

      .tc-team-style1 .numbers .number-card p {

        font-size: 17px;

        color: #666;

        text-transform: capitalize;

        line-height: 1.5; }



/* --------------- awards style1 --------------- */

.tc-awards-style1 {

  position: relative;

  z-index: 10;

  padding: 150px 0;

  border-radius: 40px 40px 0 0;

  margin-top: -40px;

  background-color: #262929;

  color: #fff; }

  .tc-awards-style1 .awards-content .awards-list .award-row {

    padding: 30px;

    text-transform: capitalize;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    border-radius: 15px;

    transition: all 0.3s ease; }

    .tc-awards-style1 .awards-content .awards-list .award-row:hover {

      background-color: #000; }



@media screen and (max-width: 991px) {

  .tc-awards-style1 {

    padding: 50px 0; }

    .tc-awards-style1 .awards-content .awards-list .award-row {

      background-color: #fff1;

      margin-bottom: 30px; } }



/* --------------- blog style1 --------------- */

.tc-blog-style1 {

  position: relative;

  background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), to(transparent));

  background-image: -webkit-linear-gradient(bottom, #F1EEE9, transparent);

  background-image: -o-linear-gradient(bottom, #F1EEE9, transparent);

  background-image: linear-gradient(to top, #F1EEE9, transparent); }

  .tc-blog-style1 .swiper-button-next {

    color: #000;

    right: 3vw; }

    .tc-blog-style1 .swiper-button-next::after {

      font-size: 40px; }

  .tc-blog-style1 .swiper-button-prev {

    color: #000;

    left: 3vw; }

    .tc-blog-style1 .swiper-button-prev::after {

      font-size: 40px; }

  .tc-blog-style1 .blog-card {

    position: relative; }

    .tc-blog-style1 .blog-card .img {

      position: relative;

      height: 415px;

      border-radius: 20px;

      overflow: hidden; }

    .tc-blog-style1 .blog-card .info {

      padding-top: 40px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      width: 80%; }

      .tc-blog-style1 .blog-card .info .date {

        width: 25%;

        -ms-flex-negative: 0;

        flex-shrink: 0; }



@media screen and (max-width: 991px) {

  .tc-blog-style1 .blog-card .img {

    height: 350px; }

  .tc-blog-style1 .blog-card .info {

    display: block;

    width: 100%; }

    .tc-blog-style1 .blog-card .info .date {

      width: 100%;

      margin-bottom: 15px; } }



/* --------------- chat style1 --------------- */

.tc-chat-style1 {

  position: relative;

  padding: 150px 0;

  background-color: #F1EEE9; }

  .tc-chat-style1 .c-line {

    position: absolute;

    right: 0;

    bottom: 70px;

    width: 60%;

    pointer-events: none;

    height: 450px;

    pointer-events: none;

    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);

    -webkit-transition: all 2s linear;

    -o-transition: all 2s linear;

    transition: all 2s linear; }

    .tc-chat-style1 .c-line.animated {

      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }

  .tc-chat-style1 .xl-text {

    font-size: 120px;

    font-weight: 500;

    position: relative;

    z-index: 10;

    line-height: 1;

    color: #000;

    margin-bottom: 20px; }



@media screen and (max-width: 991px) {

  .tc-chat-style1 .xl-text {

    font-size: 50px; } }



/* --------------- footer style1 --------------- */

.tc-footer-style1 .foot-social a {

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 50%;

  -webkit-margin-end: 10px;

  margin-inline-end: 10px;

  background-color: #fff;

  border: 1px solid #ccc;

  font-size: 14px; }

  .tc-footer-style1 .foot-social a:hover {

    background-color: var(--color-orange1);

    border-color: var(--color-orange1);

    color: #fff; }



.tc-footer-style1 .footer-links a {

  font-size: 14px;

  color: #666;

  margin: 5px 0; }

  .tc-footer-style1 .footer-links a:hover {

    color: #000;

    text-decoration: underline; }



.tc-footer-style1 .foot {

  padding: 30px 0;

  border-top: 1px solid #ccc; }

  .tc-footer-style1 .foot .foot-links a {

    font-size: 14px;

    -webkit-margin-end: 4vw;

    margin-inline-end: 4vw; }

    .tc-footer-style1 .foot .foot-links a:last-of-type {

      margin: 0; }



.home-style1 .borderd {

  border-color: #ccc !important; }



.home-style1 .section-padding {

  padding-top: 100px;

  padding-bottom: 100px; }



.home-style1 .section-padding-x {

  padding-right: 4vw;

  padding-left: 4vw; }



.home-style1 .section-head-style1 .sub-title {

  font-size: 14px;

  color: #333;

  position: relative;

  -webkit-padding-start: 60px;

  padding-inline-start: 60px;

  text-transform: uppercase;

  letter-spacing: 3px; }

  .home-style1 .section-head-style1 .sub-title::before {

    position: absolute;

    content: "";

    left: 0;

    top: calc(50% - 4px);

    width: 30px;

    height: 8px;

    background-color: #888; }



.home-style1 .section-head-style1 h2 {

  font-size: 55px;

  letter-spacing: -1px;

  font-weight: 500;

  line-height: 1.1; }



@media screen and (max-width: 991px) {

  .home-style1 br {

    display: none; }

  .home-style1 .fsz-50 {

    font-size: 30px !important; }

  .home-style1 .fsz-45 {

    font-size: 25px !important; }

  .home-style1 .fsz-40 {

    font-size: 25px !important; }

  .home-style1 .mb-90 {

    margin-bottom: 40px !important; }

  .home-style1 .fsz-30 {

    font-size: 18px !important; }

  .home-style1 .mb-50 {

    margin-bottom: 30px !important; }

  .home-style1 .section-head-style1 .sub-title {

    margin-bottom: 15px !important; }

  .home-style1 .section-head-style1 h2 {

    font-size: 30px; }

  .home-style1 .mt-5 {

    margin-top: 2rem !important; }

  .home-style1 .section-padding {

    padding-top: 50px;

    padding-bottom: 50px; } }



html[lang="ar"] .home-style1 {

  direction: rtl;

  font-family: 'IBM Plex Sans Arabic', sans-serif; }

  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .swiper-pagination {

    left: auto;

    right: 4vw; }

  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-controls {

    right: auto;

    left: 40px; }

  html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-card .info h1 {

    font-size: calc(10vw + 10px); }

  html[lang="ar"] .home-style1 .tc-experience-style1 .img.animated {

    -webkit-transform: rotate(15deg) scale(1);

    -ms-transform: rotate(15deg) scale(1);

    transform: rotate(15deg) scale(1); }

  html[lang="ar"] .home-style1 .tc-experience-style1 .c-line {

    left: auto;

    right: 0;

    -webkit-transform: rotateY(180deg);

    transform: rotateY(180deg); }

  html[lang="ar"] .home-style1 .tc-services-style1 .title p.animated {

    letter-spacing: normal;

    font-size: 30px; }

  html[lang="ar"] .home-style1 .tc-process-style1 .img.animated {

    -webkit-transform: rotate(-15deg) scale(1);

    -ms-transform: rotate(-15deg) scale(1);

    transform: rotate(-15deg) scale(1); }

  html[lang="ar"] .home-style1 .tc-process-style1 .c-line {

    right: auto;

    left: 0;

    -webkit-transform: rotateX(180deg);

    transform: rotateX(180deg); }

  html[lang="ar"] .home-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {

    left: 0;

    right: auto; }

  html[lang="ar"] .home-style1 .tc-testimonials-style1 .c-line {

    left: auto;

    right: 0;

    -webkit-transform: rotateX(180deg);

    transform: rotateX(180deg); }

  html[lang="ar"] .home-style1 .tc-chat-style1 .c-line {

    right: auto;

    left: 0;

    -webkit-transform: rotateX(180deg);

    transform: rotateX(180deg); }

  html[lang="ar"] .home-style1 .loader-wrap {

    direction: ltr; }



    .main-dnjj{

      position: relative;

    }



    .main-dnjj{

      padding: 20px 20px;

      background-color: #fff;

      height: 160px;

      border: 1px solid #ECECEC;

      align-content: center;

      width: 20%;

    }



    .main-dnjj p{

  position: absolute;

  left: 30px;

  bottom: 30px;

  text-transform: uppercase;

  color: #666;

  z-index: 10;

    }



    .main-dnjj span{

      position: absolute;

  top: 20px;

  right: 20px;

  z-index: 10;

    }



.main-dnjj img{

  filter: grayscale(100%);

}



.main-dnjj img:hover{

  filter: grayscale(0%);

}



.dmnjjn-dmnj h2{

  color: #000;

  font-size: 32px;

  padding-bottom: 20px;

}





.dmnjjn-dmnj p{

  color: #333;

  font-size: 17px;

  padding-bottom: 15px;

}



.asnjjsndjs{

  background-color: #fff;

  text-align: center;

  color: #000;

  font-weight: 600;

  font-size: 16px;

  border: 1px solid #333;

  padding: 10px 30px;

  margin-top: 20px;

}



.and-new-pr{

  padding: 60px 0px;

}



.dmnjjn-dmnj{

  padding: 0px 40px;

  align-content: center;

}



.p-0{

  padding: 0;

}



.mt-top-j{

  margin-top: 50px;

}



.nujgytui-snj p{

  color: #000;

  font-size: 22px;

  line-height: 30px;

  padding-bottom: 24px;

}



.content-snj{

  padding: 80px 0px;

}



@media(max-width:768px){



.inner-pages-style1 .tc-inner-header-style1 h1 {

    font-size: 40px;

  }

  .img-cover-new-gh{
    height: auto !important;
  }

  .side_menu_btn{
    display: none!important;
  }

   .blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 30px 0 !important;
  }

  .tc-navbar-style1 .content .navbar-brand {
  max-width: 240px !important;
  margin-inline-end: 33px !important;
}

.tc-blog-style1 .blog-card .img {
  height: auto !important;
}

 .contact-pg-style1 .tc-contact-form-style1 {
    padding: 35px 0 !important;
  }

  .about-pg-style1 .tc-about-style7 .numbers .number-card {
  margin-bottom: 0px !important;
}

  .pd-top-new{

    padding-top: 40px !important;

  }

.new-timelinebjjdu {
  padding: 20px 0px !important;
}

.timeline-item:nth-child(2n) {
  left: 0 !important;
}

.timeline::after {
  display: none !important;
}

.new-timelinebjjdu {
  padding: 30px 0px !important;
}

.snjhduyfedf-edj img {
  width: 100px !important;
}

.text-al {
  text-align: left !important;
}

.about-pg-style1 .tc-about-style7 {
    padding: 30px 0;
    overflow: hidden;
  }

  .main-whnjj ul li {
  float: none !important;
  width: 100% !important;
}

.main-whnjj p {
  font-size: 20px !important;
  line-height: 38px !important;
  text-align: left !important;
  padding-bottom: 10px !important;
}

.amnnnnd-ejjj-2 {
  padding: 30px 0px !important;
}

.abd-rt-1 {
  padding-bottom: 0px !important;
}

.contact-pg-style1 .tc-map-style1 {
  padding: 40px 4vw 30px !important;
  margin-bottom: 0px !important;
}

.branch-card{
  padding-top: 15px;
}

.new-re-smm {
  padding: 30px 0px !important;
}


  .mb-jsmjjdy{

    margin-bottom: 30px;

  }



  .tc-projects-style1 .projects .project-card .img {

    height: auto !important;

  }



.loader-wrap .loader-wrap-heading .load-text {

  font-size: 25px !important;

  font-weight: 600 !important;

  letter-spacing: 0px !important;

}



.tc-header-style1 .slider-card .info h1 {

  font-size: 36px;

  line-height: 30px;

}



.tc-experience-style1 .exp-num .num {

    margin-bottom: 0px !important;

  }



  .tc-experience-style1 .exp-num .num {

  font-size: 70px;

}



.tc-experience-style1 .img.animated {

  transform: rotate(0deg) scale(1) !important;

}



.mb-100 {

  margin-bottom: 20px !important;

}



.tc-experience-style1 {

    padding: 35px 0;

  }



  .tc-experience-style1 {

  border-radius: 0px !important;

}



 .tc-experience-style1 .img {

    margin-bottom: 25px;

  }



  .mt-50 {

  margin-top: 20px !important;

}



.ds-none{

  display: none;

}



.anjj-du{

  background-color: #000 !important;

  color: #fff !important;

}



.mb-80 {

  margin-bottom: 20px !important;

}



.tc-services-style1 .service-card {

    margin-top: 20px !important;

  }



  .cnjjdhufu{

    display: none !important;

  }



  .mt-80 {

  margin-top: 30px !important;

}



.tx-fnj{

  text-align: left !important;

}



.home-style1 .section-padding {

    padding-top: 30px;

    padding-bottom: 30px;

  }



  .dis-none{

    display: none;

  }



  .tc-process-style1 {

  margin-top: 0px;

}



 .tc-process-style1 {

    padding: 15px 0;

  }



  .tc-services-style1 .service-card .arrow {

  margin-top: 20px;

}



.mb-70 {

  margin-bottom: 20px !important;

}



.tc-projects-style1 .projects {

    padding-bottom: 10px;

  }



    .tc-testimonials-style1 {

    padding: 30px 0;

  }

.tc-testimonials-style1 .lg-icon {

    font-size: 70px;

  }



.tc-testimonials-style1 .lg-icon {

  margin-inline-start: 0px;

}



.tc-testimonials-style1 .tc-clients-style1 .author {

  padding-top: 35px;

  margin-top: 30px;

}



.tc-testimonials-style1 .marq-slider {

  padding-top: 30px;

}



.tc-awards-style1 {

  border-radius: 0px;

  margin-top: 10px;

}



.tc-awards-style1 {

    padding: 35px 0;

  }



  .mt-100 {

  margin-top: 35px !important;

}



.tc-team-style1 {

  padding: 30px 0;

  border-radius: 0px;

  margin-top: 0px;

}



.main-dnjj {

  width: 50%;

  height: 200px;

}



.main-dnjj p {

  display: none;

}



.tc-team-style1 .numbers {

  padding-top: 0px;

}



.tc-team-style1 .numbers .number-card {

  padding-top: 25px;

  margin-top: 11px;

  border-top: none;

}



.tc-team-style1 .numbers .number-card .perc {

  font-size: 35px;

}



.tc-chat-style1 {

  padding: 35px 0;

}



.tc-chat-style1 .xl-text {

    font-size: 30px;

  }



   .home-style1 .mb-50 {

    margin-bottom: 0px !important;

  }



  .fsz-24 {

  font-size: 20px !important;

}



.clients-slider1 .slider-controls{

  display: none !important;

}



.br-top-dj{

  border-top: 1px solid #ccc;

  padding-top: 30px;

}



.navbar-dark .navbar-toggler {

  border: 1px solid #fff;

}



 .tc-header-style1 .slider-card .img {

   min-height: 390px !important;

  }



  



  .tc-header-style1 .slider-card .info {

   top: 20%;

  }



  .pb-70 {

  padding-bottom: 50px !important;

}



.img-cover {

  object-fit: none;

}



.header-slider .slider-controls{

  display: none !important;

}



.mt-60 {

  margin-top: 30px !important;

}



.mb-40 {

  margin-bottom: 10px !important;

}



.inner-pages-style1 .tc-inner-header-style1 h1 {

    font-size: 40px !important;

  }



.pb-100 {

  padding-bottom: 30px !important;

}



 .inner-pages-style1 .tc-inner-header-style1 h1 {

    line-height: 30px !important;



  }



  .dd-fjj {

  padding-bottom: 31px !important;

}



 .portfolio-pg-style1 .tc-latest-cases-style1 .content {

    padding: 30px 0 !important;

  }



   .inner-pages-style1 .mb-90 {

    margin-bottom: 30px !important;

  }



  .portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card {

    margin-bottom: 30px !important;

  }



  .mb-cus{

    margin-bottom: 10px !important;

  }

.dmnjjn-dmnj {

  padding: 30px 15px !important;

  

}



.and-new-pr {

  padding: 10px 0px;

}



.dmnjjn-dmnj h2 {

  font-size: 28px;

}



.s-project-pg-style1 .tc-project-style1 .description {

  padding: 35px 0 !important;

  border-radius: 0px !important;

  margin-top: 0px !important;

}



.mb-60 {

  margin-bottom: 20px !important;

}



.mt-120 {

  margin-top: 0px !important;

}



.th-350 {

  height: auto !important;

}



.mt-30 {

  margin-top: 15px !important;

}



.s-project-pg-style1 .tc-project-style1 .th-600 {

    height: auto !important;

  }



  .mt-150 {

  margin-top: 30px !important;

}



.pb-120 {

  padding-bottom: 10px !important;

}



.s-project-pg-style1 .tc-testimonials-style1 {

    padding: 30px 0px !important;

  }



  .s-project-pg-style1 .tc-testimonials-style1 .lg-icon {

    font-size: 70px !important;

  }



  .s-project-pg-style1 .tc-testimonials-style1 .lg-icon {

  margin-inline-start: 15px !important;



}



.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .author {

  padding-top: 20px !important;

  margin-top: 26px !important;

}



.mt-top-j {

  margin-top: 0px;

}



 .s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {

    padding-bottom: 20px !important;

  }



  .bnjjsdhsnd{

    margin-bottom: 20px;

  }



  .content-snj {

  padding: 20px 0px;

}



.s-project-pg-style1 .tc-chat-style1 .content {

  padding: 38px 0 !important;



}



.nujgytui-snj p {

  font-size: 18px;

  line-height: 30px;

  padding-bottom: 15px;

}



}



.njjs-wra{

  overflow-x: hidden !important;

}



.ns-bt-dnjj{

  background-color: #000;

  text-align: center;

  color: #fff;

  font-weight: 600;

  padding: 10px 30px;

  border-radius: 30px;

  box-shadow: none;

  border: none;

  font-size: 16px;



  margin-top: 50px;

}



.numnyhusjdu{

  text-align: center;

}



.pd-top-new{

  padding-top: 70px;
  padding-bottom: 50px;
  background: #fff !important;

}



.new-breadcump {

  background: #f5f5f5;

  padding: 10px 0px;

}



.snkkkdijhrh ul {

  padding: 0;

  margin: 0;

}



.snkkkdijhrh ul li {

  color: #000;

  font-size: 14px;

  display: inline-block;

  margin-right: 12px;

  position: relative;

}



.snkkkdijhrh ul li a {

  color: #3455a4;

  font-weight: 600;

}



.snkkkdijhrh ul li a::before {

  width: 1px;

  height: 15px;

  position: absolute;

  top: 6px;

  content: "";

  background: #000;

  right: -9px;

}







.less-con{

  font-size: 22px !important;

}



.courses__details-snjj{

  background-color: #f5f5f5;

}



.courses__heading-duu{

  background-color: #000;

  text-align: center;

  color: #fff;

  font-weight: 600;

  font-size: 18px;

  padding: 10px 10px;

}



.new-servecieh{

  padding: 50px 0px;

}



.msidksidfk ul{

  padding: 0;

  margin: 0;

}



.msidksidfk ul li{

/* background: url(../img/dwn.png) no-repeat 0 10px;*/

  padding: 7px 0 10px 0px;

  border-bottom: 1px dotted #660066;

  font-size: 21px;

  display: inline-block;

  margin: 10px;

  color: #000;

}



.msidksidfk ul li a{



  color: #000;

}



.msidksidfk{

  margin-top: 10px;

  padding: 20px 0px;

}



.abnnjmndxj h2{

  color: #000;

  font-size: 40px;

  font-weight: 700;

  border-bottom: 1px solid #333;

  padding-bottom: 10px;

}



.courses__details-thumb{

  padding-top: 20px;

}





.courses__details-content h2{

  color: #000;

  font-size: 35px;

  padding-top: 36px;

  padding-bottom: 20px;

}



.courses__details-content p{

  line-height: 30px;

  color: #333;

  font-weight: normal;

  font-size: 18px;

}



.courses__details-content h3{

  color: #000;

  font-size: 25px;

  padding-top: 20px;

  padding-bottom: 20px;

}



.dmkijjhdfh{

  margin-top: 30px;

}



.dmkijjhdfh p{

  font-size: 28px;

  line-height: 38px;

  color: #333;

}





.dmkkkdi p img{

  width: 100%;

  margin-top: 30px;

  margin-bottom: 20px;

}



.ns-rjiiifu h2{

  font-size: 45px;

  margin-bottom: 60px;

}



.ns-rjiiifu p{

  font-weight: 500 !important;

  font-size: 24px !important;

  margin-bottom: 20px !important;

  line-height: 1.8;

}





.snjj-suu-eu h3{

   font-size: 45px;

  margin-bottom: 60px;

}



.snjj-suu-eu p{

  font-weight: 500 !important;

  font-size: 24px !important;

  margin-bottom: 20px !important;

  line-height: 1.8;

}



.snjj-suu-eu ul{

  padding: 0;

  margin: 0;

}



.snjj-suu-eu ul li{

  list-style-type: none;

  font-size: 18px !important;

  color: #666 !important;

  margin-bottom: 20px;

}


.new-equal-pdju{
  padding: 40px 0px !important;
}


.anjjjd-yut h2{
  padding-bottom: 15px;
}

.annn-duuur {
  padding: 25px 25px 40px 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}



.anjssjsjfs h2 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.anjssjsjfs p {
  color: #333;
  margin: 0px;
  line-height: 28px;
  font-size: 12px;
}

.anjssjsjfs h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  background: #000;
}




.njdhfhd h4{
  color: #000;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.njdhfhd{
  text-align: center;
}

.new-timelinebjjdu{
  padding: 60px 0px;
}


.timeline {

            position: relative;

            max-width: 800px;

            margin: 0 auto;

        }



        .timeline::after {

            content: '';

            position: absolute;

            width: 6px;

            background-color: #000;

            top: 0;

            bottom: 0;

            left: 50%;

            margin-left: -3px;

        }



        .timeline-item {

            padding: 15px;

            position: relative;

            width: 50%;

            background-color: white;

            border-radius: 8px;

            box-shadow: -13px 13px 20px -4px rgba(2.485380116959026,
             2.485380116959026,
              2.485380116959026, 0.5);

            margin-bottom: 20px;

        }



        .timeline-item::after {

            content: '';

            position: absolute;

            width: 20px;

            height: 20px;

            right: -10px;

            background-color: #333;

            border: 4px solid white;

            border-radius: 50%;

            top: 20px;

            z-index: 1;

        }



        .timeline-item:nth-child(odd) {

            left: 0;

            background: #fff !important;

        }



        .timeline-item:nth-child(odd)::after {

            left: -10px;

        }



        .timeline-item:nth-child(even) {

            left: 50%;

            background: #fff !important;

        }



        .timeline-item:nth-child(even)::after {

            left: -10px;

        }



        .timeline-date {

            font-weight: bold;

            color: #304b96;

            margin-bottom: 5px;

            font-size: 18px;

        }



        .timeline-content {

            padding: 10px 20px;

        }



        .timeline-title {

            font-size: 18px;

            font-weight: bold;

            margin-bottom: 10px;

        }



        .timeline-description {

            color: #000;

            font-size: 14px;

            line-height: 1.6;
             font-family: "Ubuntu", sans-serif;

        }



        /* Responsive */

        @media screen and (max-width: 768px) {

            .timeline-item {

                width: 100%;

                left: 0;

            }



            .timeline-item::after {

                left: calc(50% - 10px);

            }



            .timeline::after {

                left: 50%;

            }

}







.timeline-item:nth-child(odd):hover {

            

            background: #f1f1f1 !important;

        }



        .timeline-item:nth-child(even):hover {

            background: #f1f1f1 !important;

        }





.new-timeline-fh{

  padding: 50px;

  background: #f6f6f6;

}

.timeline-title img{
  width: 60px;
}

.pd-bottome{
  padding-bottom: 50px;
}

.snjj-dhuudh p{
  font-size: 11px;
}

.snjj-dhuudh{
  text-align: center;
  padding-bottom: 30px;
}


.new-fkmkiitu{
/*  background-color: #f5f5f5;*/
  padding: 50px 0px;
  background-image: url(../img/ab-bg.jpg);
}

.amnnnnd-ejjj-2{
  padding: 50px 0px;
/*  background-image: url(../img/ab-bg.jpg);*/
}

.snjhduyfedf-edj img{
  width: 160px;
}

.anjssjsjfs p{
  padding-bottom: 10px;
  text-align: justify;
}

.text-al{
  text-align: right;
}

.main-whnjj p{
  color: #000;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding-bottom: 37px;
  line-height: 38px !important;
    font-family: "Ubuntu", sans-serif;
}

.main-whnjj ul{
  padding: 0;
  margin: 0;
}

.main-whnjj ul li{
  list-style: none;
  background: url(../img/dss-dw.png) no-repeat 0 4px;
  padding: 0 0 10px 25px;
  color: #000;
  width: 25%;
  float: left;
  font-size: 12px;
  padding-bottom: 22px;
  font-family: "Ubuntu", sans-serif;
  
}

.abd-rt-1{
  padding-bottom: 40px;
}

.abd-rt-2{
  border-top: 1px solid #333;
  margin-top: 25px;
  padding-top: 26px;
}


.fnjnyhfh h3{
color: #000;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 45px !important;
  text-align: center;
}

.fnjnyhfh p{
 line-height: 30px;
 font-size: 12px;
 padding-bottom: 15px;
 text-align: justify;
 font-family: "Ubuntu", sans-serif;
}

.fnjnyhfh{
  text-align: left;
}

.new-re-smm{
  padding: 50px 0px;
}

.new-about-dnjjfh {
  padding: 60px 0px;
  /*background-image: url(../img/ab-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.annn-hdhdfh {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.annn-hdhdfh h3 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.annn-hdhdfh ul {
  padding: 0;
  margin: 0;
}

.annn-hdhdfh ul li {
  list-style: none;
  line-height: 30px;
  background: url(../img/right-1.png) no-repeat 0 10px;
  padding: 0 0 10px 30px;
  color: #000;
  font-size: 11px;
}

.njhhbnsduerj {
  background: transparent;
  text-align: center;
  color: #000;
  font-weight: 600;
  padding: 3px 14px;
  border: 1px solid #000;
  font-size: 17px;
}

.njhhbnsduerj {
  background: transparent;
  text-align: center;
  color: #000;
  font-weight: 600;
  padding: 3px 14px;
  border: 1px solid #000;
  font-size: 11px;
}

.annn-hdhdfh {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.annn-hdhdfh h2 {
  color: #333;
  font-weight: 600;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.abnnjdfeirtkek h3 {
  color: #333;
  font-weight: 600;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-details-area-2 {
  padding: 60px 0px;
  background-image: url(../img/ab-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.annn-hdhdfh {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.abnnjdfeirtkek p{
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: #333;
   font-family: "Ubuntu", sans-serif;
}

.asd-form .snj-dhhf{
  border-radius: 10px;
  border: 1px solid #333;
  padding-left: 10px;
  height: 40px;
  color: #333;
  width: 100%;
  background-color: transparent !important;
}

.asd-form{
  margin-bottom: 20px;
}

.asd-form label{
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.new-bt-sjj{
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
  border: none;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.asd-form-2{
  text-align: center;
}

.bac-sbhd{
  background-color: #f5f5f5 !important;
}

.bac-sbhd h4{
  color: #000 !important;
}

.anbhhdfhdh-wuu h2{
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 50px;

}

.new-top{
  padding: 40px 0px;
}

.fnjndfbndhdh{
  text-align: center;
}

.snn-duu{
  height: 100px !important;
}

.new-inf h3{
  padding-top: 20px;
}

.case-card-new{
  margin-bottom: 20px;
}

.new-padding-port{
  padding: 50px 0px 0px 0px;
}

.case-card-new a img{
  border-radius: 0px;
}

.new-margin-fh{
  margin-bottom: 30px;
}

.padding-top-less{
  padding-top: 100px !important;
}

.equal-padding{
  padding: 60px 0px;
}

.blog__details-content{
  padding-top: 20px;
}

.blog__details-content h3{
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog__details-content p{
  text-align: justify;
  padding-bottom: 10px;
}

.img-cover-new-gh{
  width: 100%;
  aspect-ratio: 256/358;
  object-fit: cover;
  transition: all 10s linear;
}

.cont h3 a{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.mb-dnjjfh{
  margin-bottom: 30px;
}

.dgg-ruu{
  color: #fff !important;
}

h1,h2,h3,h4,h5,h6{
 font-family: "Ubuntu", sans-serif;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: uppercase;
}


.butn {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px !important;
}



p{
  
   font-family: "Ubuntu", sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.cont a{
    font-family: "Ubuntu", sans-serif;
}

.abh-ruyyt{
    font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 11px;
}


.tc-footer-style1 .footer-links a {
   font-family: "Ubuntu", sans-serif;
   font-size: 11px !important;
   color: #333 !important;
}

/*@font-face {
  font-family: NeueHaasDisplayMediu;
  src: url(NeueHaasDisplayMediu.ttf);
}

@font-face {
   font-family: "Ubuntu", sans-serif;
  src: url(SourceSerifPro-Regular.otf);
}

@font-face {
  font-family: "Ubuntu", sans-serif;
  src: url(Inter-Regular.otf);
}


@font-face {
  font-family: PPMori-Regular;
  src: url(PPMori-Regular.otf);
}

@font-face {
  font-family: PPMori-SemiBold;
  src: url(PPMori-SemiBold.otf);
}*/

.bhbnggsdgsh img{
  width: 52px !important;
  margin: 0 auto;
}

.bhbnggsdgsh{
  text-align: center;
}


.nkkm-dbdfhsh{
  font-family: "Ubuntu", sans-serif;
 color: #333; 
 font-size: 20px;
 padding: 10px 10px;
 text-align: center;
 font-weight: 600;
 padding-top: 25px;
}

.bhhd-nshshd{
  position: relative;
}

.bhbnggsdgsh{
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
  position: relative;
  padding-top: 10px;
}

.bhbnggsdgsh::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20px;
  height: 10px;
  border-radius: 0;
  transform: none;
  background: #000;
}

.color-666 li a{
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
}


.new-fkmkiitu-2{
  padding: 30px 0px;
}

.snjhduyfedf-edj{
  position: relative;
}

.snjhduyfedf-edj:before{
  position: absolute;
  top: -26px;
  right: 24px;
  content: "";
  background-color: #333;
  width: 1px;
  height: 80px;
}

.snjhduyfedf-edj-2{
  position: relative;
}

.snjhduyfedf-edj-2:before{
  position: absolute;
  top: -37px;
  left: 36px;
  content: "";
  background-color: #333;
  width: 1px;
  height: 108px;
}

.less-padding-top{
  padding-top: 0px !important;
}

.mg-top{
  margin-top: 30px;
}

.bgb-sbsdtsdfg{
  padding: 5px 5px;
}

.fnj-fjuu-enhhd a{
 text-transform: uppercase;
  color: #000 !important;
  font-size: 12px;
  letter-spacing: -1px;
   font-family: "Ubuntu", sans-serif;
}

.snnn-rnhhfgtr{
  font-family: "Ubuntu", sans-serif;
  font-size: 12px !important;
   color: #333 !important;
}

.snnn-rnhhfgtr{
  font-family: "Ubuntu", sans-serif;
  color: #404040 !important;
  line-height: 24px !important;
}

.bhnsdysdh{
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.project-card-fnjjd{
  padding: 20px 30px 20px 0px;
}


p {
  margin: 0 !important;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button {
  color: #000 !important;
}
 

 .side_menu_style4 {
  background-color: #000 !important;
 
}

.pd-5{
  padding-bottom: 6px;
}

.new-gnhhfy h3{
  font-size: 13px !important;
}

.dnjj-snjdf h5{
  padding-bottom: 40px;
  text-align: center;
}

.dnjj-snjdf-2 h5{
   padding-bottom: 40px;
  text-align: center;
}

.pos-rel-djj{
  overflow: hidden;
  position: relative;
transition: transform 0.3s ease-in-out;
}


.sdfr-thyyt:hover{
  transform: scale(1.05);
  animation: pulse 0.6s ease-in-out;

  
}



@keyframes pulse {
  0% { transform: scale(1.05); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1.05); }
}



.nsufjsdufsdj{
  overflow: hidden;
    transition: 0.5s ease-in-oute;
}


.sdfr-thyyt-en:hover{
  transform: scale(1.2);

}




