@import url('https://fonts.googleapis.com/css2?family=Chonburi&family=Fredericka+the+Great&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Forum&family=Ledger&display=swap');
@import url('https://fonts.cdnfonts.com/css/veldman');
:root {
  /* --default-font:"Veldman", sans-serif; */
  --default-font:"Dream Avenue", sans-serif;
  --font-1:"Chonburi", serif;
  --font-2:"Fredericka the Great", serif;
  --font-3:"Libre Bodoni", serif;
}
/* ========= [ * page-home_3 ]  =========*/
@font-face {
  font-family: "DreamAvenue";
  src: local("../fonts/DreamAvenue.ttf");
}
@font-face {
  font-family: "Dream Avenue";
  src: url("../fonts/dreamavenue/dreamtrue.ttf");
  src: url("../fonts/dreamavenue/dream1.woff2")format("woff2"),
  url("../fonts/dreamavenue/dream2.ttf")format("woff");
}

/* --------------- side_menu_style4 --------------- */
.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: #fff;
  background-image: url(../img/foot_img.png);
  background-size: cover;
  background-position: bottom;
  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 .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: 50px;
  right: 5vw;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-yellow1);
  -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: var(--color-yellow1);
  -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;
}

/* --------------- navbar style4 --------------- */
.tc-navbar-style4 {
  position: relative;
  padding: 15px 5vw 15px;
}
.logo-side ul li {
  display: inline-block;
  padding: 0 20px;
}
.logo-side ul li a { 
  vertical-align: text-bottom;
  letter-spacing: .15em;
  font-family: var(--default-font);
}
.links li a { font-weight: 600; /* applies to the link text */ } .links li a i { font-weight: normal; /* resets for the icon */ }
.logo-side.justify-content-center ul li a { 
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: var(--default-font);
  font-weight: 600;
}
.logo-side.center-logo ul li{
  padding-left: 15px;
  padding-right: 15px;
}
.tc-navbar-style4 .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.tc-navbar-style4 .logo-side .logo, .navbar .d-flex .logo {
  height: 90px;
}

.tc-navbar-style4 .logo-side .links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style4 {
    padding-top: 15px;
  }
}

/* --------------- header style4 --------------- */
.project-top {
  position: relative;
  padding: 60px 0 0;
}
.container-pad {
  padding: 0 8%;
}
.project-top h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.project-section {
  padding: 60px 0;
}
.small-ttl {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.small-ttl h5 {
  font-size: 1.65rem;
  font-family:var(--default-font) ;
  display: inline-block;
  padding-right: 22px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 600;
}
.small-ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ddd;
  top: 50%;
}
.work-card h5 {
  text-align: center;
  padding: 25px 25px 40px 25px;
  letter-spacing: .15em;
  font-family:var(--default-font) ;
  font-weight: 600;
}
.work-card .img {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  margin: 0 0 0;
  object-fit: cover;
  aspect-ratio: 2 / 2.5;
  border: 1px solid #eee;
}
.work-card .img img {
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out,-webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out,-webkit-transform 2s ease-in-out;
}
.work-card:hover .img img {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) scale(1.1)!important;
    transform: translateX(0) translateY(0) translateZ(0) scale(1.1)!important;
}
.tc-header-style4 {
  position: relative;
  padding-bottom: 90px;
}

.tc-header-style4::after {
  text-align: right;
  position: absolute;
  content: "Know About";
  right: 0;
  bottom: -35px;
  font-size: 36rem;
  color: var(--color-dark);
  font-family: 'inter';
  font-weight: 900;
  text-transform: uppercase;
  line-height: 74%;
  /* background-image: url('../img/slider1.jpg'); */
  -webkit-background-clip: text;
  /* color: transparent!important; */
  opacity: .05;
  letter-spacing: -20px;
}
.big-title {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -35px;
  font-size: 20rem;
  color: #e4e4e4;
  font-family: 'inter';
  font-weight: 900;
  text-transform: uppercase;
  line-height: 74%;
  /* background-image: url('../img/slider1.jpg'); */
  -webkit-background-clip: text;
  /* color: transparent!important; */
  /* opacity: .5; */
  letter-spacing: -20px;
}
.image-text {
  font-size: 60px;
  font-weight: bold;
  background-image: url('../img/slider1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent!important;
}
.image-text.img-1 {
  background-image: url('../img/slider1.jpg');
}
.text-card p {
  margin-top: 5rem;
  font-size: 2.3rem;
  color: #415f76;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: var(--font-2);
}

.tc-header-style4 .info {
  background: url('../img/profile.jpg');
  background-position: top left;
  background-size: cover;
  padding: 50px;
  box-shadow: 15px 15px 20px #d3d3d3;
}
.tc-header-style4 .rotate-box,  {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
}
.project-top .rotate-box  {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: auto;
}
.readmore-btn {
  border: 1px solid var(--color-dark);
  padding: 17px 38px;
  font-size: 17px;
  text-transform: uppercase;
}
.readmore-btn:hover {
  border: 1px solid var(--color-orange1);
  color: var(--color-orange1);
}
.pot-1 {
  height: 280px;
  position: absolute;
  right: 55px;
  top: -150px;
  z-index: 9;
  animation: pulse 2s ease-in-out infinite;
}


.tc-header-style4 .rotate-box .num, .project-top .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 55px;
  letter-spacing: 4px;
  font-family: var(--default-font);
  font-weight: bold;
  color: var(--color-dark);
}

.tc-header-style4 .rotate-box .rotate-text, .project-top .rotate-box .rotate-text  {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.tc-header-style4 .rotate-box .rotate-circle svg, .project-top .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: var(--color-dark);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tc-header-style4 h1 {
  font-size: calc(4.5vw);
  text-transform: capitalize;
  font-weight: 300;
  line-height: 0.9;
  margin-top: -150px;
  width: 50%;
  margin-bottom: 4rem;
}

.tc-header-style4 .float_txt {
  font-size: 130px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
  margin-top: -50px;
  font-family: 'Sacramento', cursive;
}
@media screen and (max-width: 991px) {
  .tc-header-style4 h1 {
    margin-top: -150px;
    font-size: calc(10vw);
  }
  .tc-header-style4::after {
    font-size: 5rem;
  }
  .tc-header-style4 {
    padding-bottom: 70px;
  }

  .tc-header-style4 .float_txt {
    font-size: 50px;
    color: var(--color-green1);
    -webkit-margin-start: 30%;
    margin-inline-start: 30%;
    margin-top: 10px;
  }
}

/* --------------- portfolio style4 --------------- */
.tc-portfolio-style4 {
  position: relative;
  padding: 85px 0 0;
  background-color: #fff;
  background-image: url('../img/project-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.tc-portfolio-style4 .content {
  position: relative;
  padding-bottom: 85px;
}

.tc-portfolio-style4 .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.tc-portfolio-style4 .projects .work-card {
  position: relative;
  display: block;
}

.tc-portfolio-style4 .projects .work-card .img {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
  position: relative;
}

.tc-portfolio-style4 .projects .work-card .img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.tc-portfolio-style4 .projects .work-card:hover h5 {
  color: var(--color-dark);
}

.tc-portfolio-style4 .projects .work-card h5 {
  color: var(--color-dark);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 25px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(1) {
  margin-top: 275px;
  width: 435px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(1) .img {
  height: 435px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(2) {
  margin-top: 60px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 740px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(2) .img {
  height: 540px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(3) {
  margin-top: 100px;
  width: 740px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(3) .img {
  height: 740px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(4) {
  margin-top: 10px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 435px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(4) .img {
  height: 540px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(5) {
  margin-top: 150px;
  margin-left: -100px;
  width: 435px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(5) .img {
  height: 435px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(6) {
  margin-top: 50px;
  -webkit-transform: translateX(115px);
  -ms-transform: translateX(115px);
  transform: translateX(115px);
  width: 950px;
}

.tc-portfolio-style4 .projects .work-card:nth-of-type(6) .img {
  height: 670px;
}

.tc-portfolio-style4 .pr-link {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 100px;
  -webkit-margin-start: 35%;
  margin-inline-start: 35%;
}

.tc-portfolio-style4 .pr-link .icon {
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style4 {
    overflow: hidden;
  }

  .tc-portfolio-style4 .projects .work-card {
    width: 100% !important;
    margin: 20px 0 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  .tc-portfolio-style4 .projects .work-card .img {
    height: 300px !important;
  }

  .tc-portfolio-style4 .pr-link {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 50px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }

  .tc-portfolio-style4 .pr-link .icon {
    display: inline-block;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
  }
}

/* --------------- clients style4 --------------- */
.tc-clients-style4 {
  position: relative;
  padding: 70px 0 0;
}

.tc-clients-style4 .arrows {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}

.tc-clients-style4 .arrows .swiper-button-prev,
.tc-clients-style4 .arrows .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
}

.tc-clients-style4 .arrows .swiper-button-prev:after,
.tc-clients-style4 .arrows .swiper-button-next:after {
  color: var(--color-dark);
  font-size: 25px;
}

.tc-clients-style4 .globe {
  position: absolute;
  top: 100px;
  left: 25vw;
  width: 50vw;
  height: 50vw;
  max-height: inherit;
  z-index: -1;
}

.tc-clients-style4 .container {
  position: relative;
  z-index: 10;
}

.tc-clients-style4 .slider-content {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.tc-clients-style4 .clients-slider {
  position: relative;

}

.tc-clients-style4 .clients-slider .client-card {
  position: relative;
  background-color: #f8f8f8;
  padding: 40px;
  height: 100%;
}
.tc-clients-style4 .swiper-autoheight, .tc-clients-style4 .swiper-autoheight .swiper-slide {
  height: 100%;
}
.tc-clients-style4 .clients-slider .client-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-clients-style4 .clients-slider .client-card .top-info p {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
}

.tc-clients-style4 .clients-slider .client-card .top-info .icon {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  filter: brightness(.0) invert(.65);
    opacity: .5;
}

.tc-clients-style4 .clients-slider .client-card .text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--color-dark);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tc-clients-style4 .clients-slider .client-card .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.tc-clients-style4 .clients-slider .client-card .user-info .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

/* --------------- career style4 --------------- */
.tc-career-style4 {
  position: relative;
  padding: 160px 0;
}

/* --------------- instagram style4 --------------- */
.tc-instagram-style4 {
  position: relative;
  padding-bottom: 160px;
}

.tc-instagram-style4 .imgs .img {
  position: relative;
  overflow: hidden;
}

.tc-instagram-style4 .imgs .img:hover::after {
  opacity: 0.4;
}

.tc-instagram-style4 .imgs .img:hover .icon {
  opacity: 1;
}

.tc-instagram-style4 .imgs .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-instagram-style4 .imgs .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- footer style4 --------------- */
.tc-footer-style4 {
  position: relative;
  padding-top: 40px;
  background: #f9f9f9;
  color: var(--color-dark);
}

.tc-footer-style4::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 1px;
  width: calc(((100vw - 1320px) / 2) + 1320px);
  background-color: transparent;
}

.tc-footer-style4 h2 {
  font-size: calc(10vw);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
  margin-top: -135px;
  color: #ececec ! Important;
}

.tc-footer-style4 .float_txt {
  font-size: 130px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
  margin-top: -50px;
  font-family: 'Sacramento', cursive;
}

.social-icons {
  margin-top: 30px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #ececec;
  border: 1px solid #999;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  font-size: 20px;
}

.tc-footer-style4 .social-icons a:hover {
  background-color: #000;
  color: #fff;
}

.footer-contact {
  text-align: center;
  border-right: 1px solid #b4b4b4;
  padding: 40px 90px 40px 0;
  line-height: 28px;
}
.widget-title {
  font-size: 25px;
  padding-bottom: 25px;
}
ul.widget-links li {
  padding-bottom: 15px;
  font-size: 18px;
}
.tc-footer-style4 .foot {
  border-top: 1px solid #b4b4b4;
  padding: 40px 0;
}

.tc-footer-style4 .foot .links a {
  -webkit-margin-end: 34px;
  margin-inline-end: 34px;
}

.tc-footer-style4 .foot-img {
  margin-top: -200px;
  pointer-events: none;
}
.foot-logo {
  width: 150px;
}
@media screen and (max-width: 991px) {
  .tc-footer-style4 .float_txt {
    font-size: 50px;
    color: var(--color-green1);
    -webkit-margin-start: 30%;
    margin-inline-start: 30%;
    margin-top: 10px;
  }

  .tc-footer-style4 .contact-number {
    font-size: 40px !important;
    margin-top: 30px;
  }
  .title:has(.project-img) h2, .home-style4 .sec-title{
    font-size: 65px;
    line-height: 70px;
    width: 50%;
    margin: 0;
  }
  .tc-footer-style4 .foot-img {
    margin-top: -50px;
  }
  .title .project-img {
    width: 240px;
  }
  .title:has(.project-img) h2, .home-style4 .sec-title {
    font-size: 50px;
    line-height: 60px;
    width: 48%;
    margin: 0;
}
  .responsive-bx .text {
    background: #fff;
    padding: 20px;
    font-size: 14px !important;
  }
  .responsive-social {
    background: #fff;
    padding: 20px;
    width: 48%;
  }
  .responsive-social .social{
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .responsive-bx .readmore-btn {
    border: 1px solid #ffffff;
    color: #fff;
  }
  .slogan {
    font-size: 50px;
    line-height: 60px;
  }
  .pot-1 {
    display: none;
  }
  .tc-footer-style4 h2 {
    font-size: calc(15vw);
  }
  .tc-clients-style4 .globe {
    position: absolute;
    top: 225px;
    left: 5vw;
    width: 90vw;
    height: 90vw;
}



}

.home-style4 {
  background-color: #ffffff;
}
.tc-header-style4 {
  background: #f9f9f9;
}
.slogan {
  font-weight: 800;
  margin-top: 5rem;
  font-family: var(--default-font);
  font-size: 36px;
  line-height: 46px;
}
.social {
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
  margin-top: 70px;
  text-transform: uppercase !important;
}

.home-style4 h1,
.home-style4 h2,
.home-style4 h3,
.home-style4 h4,
.home-style4 .sub-font {
  font-family: var(--default-font);
  color: var(--color-dark);
  letter-spacing: .15em;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.home-style4 .sec-title {
  font-size: 75px;
  line-height: 85px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  width: 50%;
}
.title .project-img {
    position: relative;
    float: left;
    display: inline-block;
    width: 300px;
}
.title .project-img img {
  position: relative;
}
.bounce {
  display: inline-block;
  animation: upDown 1s ease-in-out infinite;
}
.tc-testimonials-style2 { 
  padding: 70px 0;
}
.tc-testimonials-style2 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title .project-img:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  border: 8px solid var(--color-dark);
  width: 160px;
  height: 100%;
  z-index: 0;
  display: inline-block;
  animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.title:has(.project-img) h2 {
  float: left;
  margin-left: -143px;
}
.home-style4 h2 span {
  padding-left: 90px;
}
.title:has(.project-img) h2::before {
  content: "|";
  position: absolute;
  bottom: -25px;
  right: 0;
  background-color: #727272;
  height: 100px;
  width: 1px;
}
.title:has(.project-img) h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -25px;
  background-color:#727272;
  height: 1px;
  width: 100px;
}
.cta-section {
  padding: 70px 0 0;
}
.cta-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
.cta-wrap h2 {
  color: #fff;
  text-shadow: 14px 15px 29px #000000;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
.cta-wrap h5 {
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .home-style4 br {
    display: none;
  }
  .tc-footer-style4 h2 {
    font-size: calc(16vw);
  }
  .project-section {
    padding: 40px 0;
  }
  .home-style4 .fsz-50 {
    font-size: 30px !important;
  }

  .home-style4 .fsz-40 {
    font-size: 25px !important;
  }

  .home-style4 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-style4 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style4 h2 span {
    padding-left: 0;
  }
  .cta-wrap {
    top: 50%;
  }
  .cta-wrap h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .tc-testimonials-style2 .logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

}

@media screen and (max-width: 767px) {
  .tc-header-style4 h1 {
    margin-top: 0px;
    margin-bottom: 2rem;
    line-height: 2.4rem;
  }
  .project-section, .tc-testimonials-style2, .cta-section {
    padding: 30px 0;
  }
  .butn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .about-pg-style1 .tc-process-style2 .imgs .img {
    width: 100% !important;
  }
  .footer-contact {
    border: 0;
    padding-right: 0;
  }
  .project-top h1 {
    font-size: 1.6rem;
  }
  .home-style4 br {
    display: none;
  }
  .slogan {
    font-size: 28px;
    line-height: 40px;
  }
  .tc-header-style4 .info {
    padding: 20px;
  }
  .title:has(.project-img) h2, .home-style4 .sec-title {
    font-size: 40px;
    line-height: 50px;
    width: 90%;
    margin: 0;
  }
  .tc-footer-style4 h2 {
    font-size: calc(16vw);
  }
  .responsive-social {
    width: 100%;
  }

  .home-style4 .fsz-50 {
    font-size: 30px !important;
  }

  .home-style4 .fsz-40 {
    font-size: 25px !important;
  }

  .home-style4 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-style4 .fsz-30 {
    font-size: 18px !important;
  }  
  .title .project-img {
    width: 190px;
  }
  .home-style4 h2 span {
    padding-left: 0;
  }
  .cta-wrap h2 {
    display: none;
  }
  .cta-wrap h5 {
    padding-bottom: 1rem;
  }
  .tc-testimonials-style2 .logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }


}


/******************************************************
WHATSAPP CALLING ICON ANIMATION
******************************************************/

.call_btn {
  position: fixed;
  bottom: 10px;
  left: 15px;
  z-index: 99;
  width: 100px;
  height: 100px;
}
.whatsapp_btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  width: 100px;
  height: 100px;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #cf840c;
  opacity: .5;
}
.coccoc-alo-ph-circle {
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30,30,30,.4);
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-anim {

0% {
  transform: rotate(0) scale(.5) skew(1deg);
  opacity: .1;
}
30% {
  transform: rotate(0) scale(.7) skew(1deg);
  opacity: .5;
}
100% {
  transform: rotate(0) scale(1) skew(1deg);
  opacity: .1;
}

}

@keyframes coccoc-alo-circle-fill-anim{
  0% {
  transform: rotate(0) scale(.7) skew(1deg);
  opacity: .2;
}
  50% {
  transform: rotate(0) scale(1) skew(1deg);
  opacity: .2;
}
  100% {
  transform: rotate(0) scale(.7) skew(1deg);
  opacity: .2;
}
}


/*div:before,div:after{
content: "";
  display: table;
  width: 0;}
div:after{
  clear: both;
}*/

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgb(251 176 59 / 85%);
  opacity: .75!important;
}
.coccoc-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
}

.coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-img-anim{
0% {
  transform: rotate(0) scale(1) skew(1deg);
}
10% {
  transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
  transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
  transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
  transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
  transform: rotate(0) scale(1) skew(1deg);
}
100% {
  transform: rotate(0) scale(1) skew(1deg);
}
  
}
/******************************************************
WHATSAPP CALLING ICOn ANIMATION END
******************************************************/