/* ------------------------------ Home Page ------------------------------*/

/* ------------------------------ all general code ------------------------------*/
.tt_sec {
  width: 100%;
  height: 640px;
  padding: 20px 0;
}
.sec_title {
  color: #911fd3;
  font-family: poppins;
  font-weight: 600;
  font-size: 2rem;
  line-height: 45px;
  letter-spacing: -0.75px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-align: center;
}
@media (max-width: 1300px) {
  .sec_title {
    font-size: 1.8rem !important;
    line-height: 35px !important;
    text-underline-offset: 5px;
  }
}
@media (max-width: 500px) {
  .sec_title {
    font-size: 1.5rem !important;
    line-height: 30px !important;
    text-underline-offset: 5px;
  }
}
@media (max-width: 400px) {
  .sec_title {
    font-size: 1.2rem !important;
    line-height: 25px !important;
  }
}
@media (max-width: 350px) {
  .sec_title {
    font-size: 1rem !important;
    line-height: 20px !important;
  }
}
.pb_footer {
  width: 100%;
  height: 113px;
  clip-path: polygon(0 40%, 100% 1%, 100% 100%, 0% 100%);
  background: #a053cb;
  overflow: hidden;
  transition: all 1s ease;
  position: absolute;
}
.pb_title {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pb_sub-heading {
  color: #fff;
  font-size: 1.5rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.8s ease;
  position: absolute;
  left: 5%;
  top: 11%;
  margin: 0;
  display: block;
}
.white_arrow_set {
  width: 4%;
  transition: all 0.8s ease;
  position: absolute;
  right: 5%;
  top: 11%;
}
.pb_data {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0 15%;
}
.pb_in_text {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.5px;
}
.pb_button {
  width: 70%;
  height: 113px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
  position: absolute;
  right: 0.2px;
  bottom: 0.2px;
}
.pb_btn_title {
  color: #a053cb;
  font-size: 1rem;
  font-weight: 600;
  font-family: poppins;
  text-decoration: none;
  list-style: none;
  position: absolute;
  right: 15%;
  bottom: 15%;
}
.arrow-img-2 {
  display: inline-block;
  width: 11%;
  position: absolute;
  right: -15%;
  bottom: 14%;
}
/* ------------------------------ tt_home_page content------------------------------ */
.tt_home_sec {
  height: 753px;
  background: #f6f6fb;
  display: grid;
  align-items: center;
  padding-top: 113px;
}
.tt_home {
  width: 100%;
  height: 580px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin: 0 !important;
}
.tt_home_left,
.tt_home_center,
.tt_home_right {
  max-width: 30% !important;
  background: #fff;
  padding: 0 !important;
  position: relative;
}
.tt_home_left {
  height: 490px;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
}
.tt_home_left:hover .sc_footer {
  height: 100%;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
}
.tt_home_left:hover .sc_footer .sc_title .white_arrow_set {
  display: none;
}
.tt_home_left:hover .sc_footer .sc_title h3,
.tt_home_center:hover .brand_footer .brand_title h3,
.tt_home_right:hover .marketing_footer .marketing_title h3 {
  position: absolute;
  top: 20%;
  left: 15%;
}
.tt_home_center {
  height: 528px;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
}
.tt_home_center:hover .brand_footer {
  height: 100%;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
}
.tt_home_center:hover .brand_footer .brand_title .white_arrow_set {
  display: none;
}
.tt_home_right {
  height: 565px;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
}
.tt_home_right:hover .marketing_footer {
  height: 100%;
  clip-path: polygon(0 7%, 100% 1%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
}
.tt_home_right:hover .marketing_footer .marketing_title .white_arrow_set {
  display: none;
}
.tt_home_right:hover
  .marketing_footer
  .marketing_title
  .marketing_button
  a
  img {
  display: inline-block;
}
/* ----------------------------------------sc_content---------------------------------------- */
.sc_img_content {
  width: 100%;
  height: 377px;
  display: grid;
  position: relative;
  justify-content: center;
  align-items: center;
}
.sc_img-row,
.sc_img-row2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.sc_img-row {
  margin-top: 35px;
}
.sc_img-col {
  display: grid;
  text-align: center;
  position: relative;
}
.sc_img_set {
  width: 70%;
  justify-self: center;
  position: relative;
}
.sc_img_bg::after,
.sc_img_bg2::after {
  content: "";
  width: 50%;
  height: 50%;
  background: url(tt_img_new/Clients_bg-4.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.sc_img_bg::after {
  bottom: -3%;
  right: 25%;
}
.sc_img_bg2::after {
  bottom: 23%;
  right: 25%;
}
.sc_arrow::after,
.sc_arrow2::after {
  content: "";
  width: 50%;
  height: 50%;
  background: url(tt_img_new/sc_arrow.png) center no-repeat;
  background-size: 20%;
}
.sc_arrow::after {
  position: absolute;
  top: 35%;
  right: -25%;
}
.sc_arrow2::after {
  position: absolute;
  top: 15%;
  right: -25%;
  transform: rotate(180deg);
}
.sc_arrow-set {
  height: 45px;
  position: relative;
}
.sc_arrow-set .sc_arrow3 {
  width: 3.5%;
  transform: rotate(90deg);
  position: absolute;
  right: 14%;
  top: 20%;
}
.sc_text {
  color: #000;
  font-size: 0.9rem;
  line-height: 20px;
  font-family: poppins;
  font-weight: 400;
  margin: 5% 0;
}
.sc_footer {
  top: 77%;
}
.sc_footer .sc_title {
  height: 490px;
}
/* ----------------------------------------sc_content-end---------------------------------------- */
/* ----------------------------------------brand_content---------------------------------------- */
.brand_content {
  width: 100%;
  height: 415px;
}
.brand_img {
  width: 100%;
  height: 415px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_img h3 {
  color: #000;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  line-height: 20px;
}
.showimg_1 {
  width: 50%;
  height: 50%;
  position: relative;
  top: -10%;
  text-align: center;
  z-index: 11;
  animation: fade_animation 5s linear infinite;
}
@keyframes fade_animation {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.PB_img-set {
  margin-top: 30px;
}
.PB_img-set1 {
  width: 28%;
}
.PB_img-set2 {
  width: 43%;
}
.PB_img-set3 {
  margin-top: 40px;
  width: 40%;
}
.PB_img-set4 {
  width: 22%;
}
.PB_img-set5 {
  margin-top: 40px;
  width: 32%;
}
.hand_set {
  width: 70%;
  position: absolute;
  top: 60%;
  z-index: 10;
}
.hand-bg-set1 {
  width: 10%;
  position: absolute;
  bottom: 0;
}
.hand-bg-set2 {
  width: 20%;
  position: absolute;
  right: 12%;
  bottom: 0;
}
.hand-bg-set3 {
  width: 20%;
  position: absolute;
  left: 10%;
  bottom: 0;
}
.animationbox {
  height: 40%;
  width: 25%;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 27%;
  animation: dna_circle 5s linear infinite;
  transition: all ease;
}
.animationbox .a1 {
  width: 23%;
  height: 2%;
  background: transparent;
  margin: 2.5%;
  position: relative;
  transform-style: preserve-3d;
  animation: anim 2.5s linear infinite;
}
.a1::before,
.a1::after {
  content: "";
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: #c687e8;
  box-shadow: 0px 5px 15px #c687e8;
  position: absolute;
  top: calc(50% - 10px);
}
.a1::after {
  right: -18px;
}
.a1::before {
  left: -18px;
}
@keyframes anim {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(359deg);
  }
}
@keyframes dna_circle {
  0% {
    position: absolute;
    left: 19%;
    z-index: 15;
  }
  12.5% {
    position: absolute;
    left: 27%;
    z-index: 15;
  }
  25% {
    position: absolute;
    left: 35%;
    z-index: 15;
  }
  37.5% {
    position: absolute;
    left: 45%;
    z-index: 15;
  }
  50% {
    position: absolute;
    left: 55%;
    z-index: 15;
  }
  62.5% {
    position: absolute;
    left: 45%;
    z-index: 5;
  }
  75% {
    position: absolute;
    left: 35%;
    z-index: 5;
  }
  87.5% {
    position: absolute;
    left: 27%;
    z-index: 5;
  }
  100% {
    position: absolute;
    left: 19%;
    z-index: 5;
  }
}
.a1:nth-child(2) {
  animation-delay: 0.1s;
}
.a1:nth-child(3) {
  animation-delay: 0.2s;
}
.a1:nth-child(4) {
  animation-delay: 0.3s;
}
.a1:nth-child(5) {
  animation-delay: 0.4s;
}
.a1:nth-child(6) {
  animation-delay: 0.5s;
}
.a1:nth-child(7) {
  animation-delay: 0.6s;
}
.a1:nth-child(8) {
  animation-delay: 0.7s;
}
.a1:nth-child(9) {
  animation-delay: 0.8s;
}
.a1:nth-child(10) {
  animation-delay: 0.9s;
}
.a1:nth-child(11) {
  animation-delay: 1s;
}
.a1:nth-child(12) {
  animation-delay: 1.1s;
}
.a1:nth-child(13) {
  animation-delay: 1.2s;
}
.a1:nth-child(14) {
  animation-delay: 1.3s;
}
.a1:nth-child(15) {
  animation-delay: 1.4s;
}
.a1:nth-child(16) {
  animation-delay: 1.5s;
}
.a1:nth-child(17) {
  animation-delay: 1.6s;
}
.a1:nth-child(18) {
  animation-delay: 1.7s;
}
.brand_footer {
  top: 79%;
  z-index: 49;
}
.brand_footer .brand_title {
  height: 528px;
}
/* ----------------------------------------brand_content-end---------------------------------------- */
/* ----------------------------------------marketing_content---------------------------------------- */
.marketing_content {
  width: 100%;
  height: 452px;
}
.marketing_img {
  width: 100%;
  height: 452px;
}
.marketing_slide {
  width: 100%;
  height: 452px;
  position: relative;
}
.ma_item {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 10%;
}
.ma_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(tt_img_new/sc_img_bg.png) center no-repeat;
  background-size: 80% 30%;
  background-position: center 85%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.marketing_slide p {
  color: #000;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5%;
}
.ma_slide-1,
.ma_slide-2,
.ma_slide-3,
.ma_slide-4 {
  text-align: center;
  align-items: center;
  z-index: 10;
}
.ma_slide-1 {
  width: 70%;
}
.ma_slide-2 {
  width: 60%;
}
.ma_slide-3 {
  width: 60%;
}
.ma_slide-4 {
  width: 80%;
  height: 90%;
}
.marketing_footer {
  z-index: 49;
  top: 80%;
}
.marketing_footer .marketing_title {
  height: 565px;
}
/* ----------------------------------------marketing_content-end---------------------------------------- */
/* ----------------------------------------media query---------------------------------------- */
@media (max-width: 1250px) {
  .sc_img_set {
    width: 75%;
  }
  .sc_arrow-set {
    height: 25px;
    position: relative;
  }
  .sc_arrow-set .sc_arrow3 {
    top: 15%;
  }
  .sc_text {
    font-size: 0.8rem;
  }
  .pb_sub-heading {
    font-size: 1.2rem;
  }
  .white_arrow_set {
    width: 3%;
    top: 12%;
  }
  .pb_in_text {
    font-size: 0.9rem;
  }
  .PB_img-set1 {
    width: 31%;
  }
  .PB_img-set2 {
    width: 46%;
  }
  .PB_img-set3 {
    margin-top: 40px;
    width: 43%;
  }
  .PB_img-set4 {
    width: 25%;
  }
  .PB_img-set5 {
    margin-top: 40px;
    width: 35%;
  }
  .hand_set {
    width: 75%;
  }
}
@media (max-width: 1150px) {
  .tt_home_sec {
    height: 100%;
  }
  .tt_home {
    width: 100%;
    height: 500px;
  }
  .tt_home_left:hover .sc_footer .sc_title h3,
  .tt_home_center:hover .brand_footer .brand_title h3,
  .tt_home_right:hover .marketing_footer .marketing_title h3 {
    position: absolute;
    top: 10%;
    left: 15%;
  }
  .tt_home_left {
    height: 430px;
  }
  .tt_home_left:hover .sc_footer {
    height: 100%;
  }
  .tt_home_center {
    height: 465px;
  }
  .tt_home_center:hover .brand_footer {
    height: 100%;
  }
  .tt_home_right {
    height: 500px;
  }
  .tt_home_right:hover .marketing_footer {
    height: 100%;
  }
  .sc_img_content {
    height: 350px;
  }
  .pb_data {
    top: 22%;
  }
  .sc_title {
    height: 430px !important;
  }
  .pb_button {
    height: 100px;
  }
  .pb_btn_title {
    right: 10%;
  }
  .pb_in_text {
    font-size: 0.8rem;
  }
  .brand_content {
    width: 100%;
    height: 100%;
  }
  .brand_img {
    height: 380px;
  }
  .brand_img h3 {
    font-size: 0.8rem;
  }
  .hand-bg-set1 {
    bottom: 8%;
  }
  .hand-bg-set2 {
    bottom: 8%;
  }
  .hand-bg-set3 {
    bottom: 8%;
  }
  .brand_footer .brand_title {
    height: 465px;
  }
  .marketing_content {
    width: 100%;
    height: 100%;
  }
  .marketing_img {
    width: 100%;
    height: 452px;
  }
  .marketing_slide {
    height: 100%;
  }
  .marketing_slide p {
    font-size: 0.85rem;
  }
  .marketing_footer .marketing_title {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .tt_home_sec {
    height: 100%;
  }
  .tt_home {
    width: 100%;
    height: 420px;
  }
  .tt_home_left:hover .sc_footer .sc_title h3,
  .tt_home_center:hover .brand_footer .brand_title h3,
  .tt_home_right:hover .marketing_footer .marketing_title h3 {
    position: absolute;
    top: 12%;
    left: 15%;
  }
  .tt_home_left {
    height: 350px;
  }
  .tt_home_center {
    height: 380px;
  }
  .tt_home_right {
    height: 410px;
  }
  .sc_img_content {
    height: 270px;
  }
  .sc_text {
    font-size: 0.65rem;
  }
  .sc_title {
    height: 350px !important;
  }
  .pb_data {
    top: 25%;
  }
  .pb_button {
    height: 100px;
  }
  .pb_sub-heading {
    font-size: 1rem;
    top: 13%;
  }
  .white_arrow_set {
    top: 15%;
  }
  .pb_btn_title {
    font-size: 0.8rem;
    right: 10%;
  }
  .pb_in_text {
    font-size: 0.7rem;
    line-height: 15px;
  }
  .brand_content {
    width: 100%;
    height: 100%;
  }
  .brand_img {
    height: 350px;
  }
  .brand_img h3 {
    font-size: 0.7rem;
  }
  .hand-bg-set1 {
    bottom: 13%;
  }
  .hand-bg-set2 {
    bottom: 13%;
  }
  .hand-bg-set3 {
    bottom: 13%;
  }
  .brand_footer .brand_title {
    height: 380px;
  }
  .marketing_content {
    width: 100%;
    height: 100%;
  }
  .marketing_img {
    width: 100%;
    height: 330px;
  }
  .marketing_slide {
    height: 100%;
  }
  .marketing_slide p {
    font-size: 0.65rem;
  }
  .marketing_footer .marketing_title {
    height: 410px;
  }
}
@media (max-width: 767px) {
  .pb_footer {
    width: 100%;
    height: 100px;
  }
  .pb_sub-heading {
    font-size: 1.5rem;
    top: 10%;
  }
  .white_arrow_set {
    width: 4%;
    position: absolute;
    right: 5%;
    top: 9%;
  }
  .pb_data {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
    padding: 0 15%;
  }
  .pb_in_text {
    width: 100%;
    font-size: 1rem;
    font-family: poppins;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.5px;
  }
  .pb_button {
    width: 70%;
    height: 113px;
    bottom: 0.5px;
  }
  .pb_btn_title {
    font-size: 1rem;
    right: 15%;
    bottom: 15%;
  }
  .arrow-img-2 {
    display: inline-block;
    width: 11%;
    position: absolute;
    right: -15%;
    bottom: 14%;
  }
  .tt_home_sec {
    height: 100%;
    padding: 5% 15%;
  }
  .tt_home {
    width: 100%;
    height: 100%;
  }
  .tt_home_left,
  .tt_home_center,
  .tt_home_right {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 10% 0 0 0;
  }
  .tt_home_left {
    height: 500px;
  }
  .tt_home_left:hover .sc_footer .sc_title h3,
  .tt_home_center:hover .brand_footer .brand_title h3,
  .tt_home_right:hover .marketing_footer .marketing_title h3 {
    position: absolute;
    top: 20%;
    left: 15%;
  }
  .tt_home_center {
    height: 600px;
    clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0% 100%);
  }
  .tt_home_center:hover .brand_footer {
    height: 100%;
    clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
  }
  .tt_home_right {
    height: 565px;
    margin-bottom: 10% !important;
  }
  /* ----------------------------------------sc_content---------------------------------------- */
  .sc_img_content {
    height: 400px;
  }
  .sc_img-row {
    margin-top: 35px;
  }
  .sc_img_set {
    width: 65%;
  }
  .sc_arrow3 {
    top: -5% !important;
  }
  .sc_text {
    font-size: 0.9rem;
  }
  .sc_footer {
    top: 80%;
  }
  .sc_footer .sc_title {
    height: 500px !important;
  }
  /* ----------------------------------------sc_content-end---------------------------------------- */
  /* ----------------------------------------brand_content---------------------------------------- */
  .brand_img {
    height: 515px;
  }
  .brand_img h3 {
    font-size: 1rem;
    line-height: 20px;
  }
  .PB_img-set1 {
    margin-top: 20%;
    width: 26%;
  }
  .PB_img-set2 {
    margin-top: 20%;
    width: 40%;
  }
  .PB_img-set3 {
    margin-top: 25%;
    width: 38%;
  }
  .PB_img-set4 {
    margin-top: 25%;
    width: 20%;
  }
  .PB_img-set5 {
    margin-top: 25%;
    width: 30%;
  }
  .brand_header h3 {
    top: 8%;
  }
  .brand_header img {
    top: 7.5%;
  }
  .hand_set {
    width: 70%;
  }
  .hand-bg-set1 {
    width: 8%;
    position: absolute;
    bottom: 4.5%;
  }
  .hand-bg-set2 {
    width: 18%;
    position: absolute;
    right: 12%;
    bottom: 4.5%;
  }
  .hand-bg-set3 {
    width: 17%;
    position: absolute;
    left: 10%;
    bottom: 4.5%;
  }
  .a1::before,
  .a1::after {
    height: 0.7vw;
    width: 0.7vw;
  }
  .brand_footer {
    top: 85%;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  }
  .brand_footer .brand_title {
    height: 600px;
  }
  /* ----------------------------------------brand_content-end---------------------------------------- */
  /* ----------------------------------------marketing_content---------------------------------------- */
  .marketing_content {
    height: 452px;
  }
  .marketing_img {
    height: 452px;
  }
  .marketing_slide {
    height: 452px;
  }
  .marketing_slide p {
    font-size: 1rem;
    line-height: 20px;
    margin-top: 5%;
  }
  .ma_slide-1 {
    width: 70%;
  }
  .ma_slide-2 {
    width: 60%;
  }
  .ma_slide-3 {
    width: 60%;
  }
  .ma_slide-4 {
    width: 75%;
    height: 85%;
  }
  .marketing_footer {
    z-index: 49;
    top: 83%;
  }
  .marketing_footer .marketing_title {
    height: 565px;
  }
  .marketing_header h3 {
    top: 9%;
  }
  .marketing_header img {
    top: 8%;
  }
}
@media (max-width: 700px) {
  .tt_home_sec {
    height: 100%;
    padding: 5% 10%;
  }
}
@media (max-width: 600px) {
  .tt_home_sec {
    height: 100%;
    padding: 5% 5%;
  }
}
@media (max-width: 550px) {
  .tt_home_sec {
    height: 100%;
    padding: 5% 0;
    padding-top: 75px;
  }
}
@media (max-width: 500px) {
  .pb_footer {
    height: 100px;
  }
  .tt_home_sec {
    height: 100% !important;
  }
  .tt_home {
    height: 100% !important;
  }
  .tt_home_left {
    max-width: 100% !important;

    margin: 10% 0 0 0;
  }
  .tt_home_center {
    max-width: 100% !important;
    height: 550px;
    clip-path: polygon(0 0%, 100% 7%, 100% 100%, 0% 100%);

    margin: 10% 0 0 0;
  }
  .tt_home_center:hover .brand_footer {
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  }
  .tt_home_right {
    max-width: 100% !important;

    margin: 10% 0 0 0;
  }
  .sc_content {
    height: 377px;
  }
  .sc_footer .sc_title {
    position: relative;
  }
  .pb_sub-heading {
    font-size: 1.3rem;
    line-height: 30px;
  }
  .white_arrow_set {
    width: 3.5%;
    position: absolute;
    right: 5%;
    top: 10% !important;
  }
  .brand_img {
    height: 450px;
  }
  .brand_img .hand-bg-set1 {
    bottom: 2%;
  }
  .brand_img .hand-bg-set2 {
    bottom: 4%;
  }
  .brand_img .hand-bg-set3 {
    bottom: 4%;
  }
  .animationbox {
    top: 26%;
  }
  .a1::before,
  .a1::after {
    width: 1vw;
    height: 1vw;
  }
  .brand_footer {
    top: 82%;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  }
  .brand_footer .brand_title {
    height: 550px;
  }
  .brand_footer .brand_title h3 {
    top: 10%;
  }
  .marketing_slide p {
    font-size: 1rem;
    margin-top: 2%;
  }
  .marketing_slide .ma_slide-1 {
    width: 80%;
    margin-top: 8%;
  }
  .marketing_slide .ma_slide-2 {
    width: 70%;
    margin-top: 7%;
  }
  .marketing_slide .ma_slide-3 {
    width: 70%;
    margin-top: 5%;
  }
  .marketing_slide .ma_slide-4 {
    width: 70%;
    height: 90%;
    margin-top: 4%;
  }
}
@media (max-width: 400px) {
  .pb_in_text {
    font-size: 0.95rem;
    line-height: 20px;
  }
  .tt_home_left,
  .tt_home_center,
  .tt_home_right {
    height: 500px;
  }
  .tt_home_left:hover .sc_footer .sc_title h3,
  .tt_home_center:hover .brand_footer .brand_title h3,
  .tt_home_right:hover .marketing_footer .marketing_title h3 {
    position: absolute;
    top: 20% !important;
    left: 15%;
  }
  .pb_data {
    top: 30%;
  }
  .sc_img_content {
    height: 400px;
  }
  .sc_img_set {
    width: 75%;
  }
  .sc_arrow-set {
    height: 15px;
  }
  .sc_text {
    font-size: 0.8rem;
  }
  .sc_footer {
    top: 82%;
  }
  .sc_header img {
    top: 11%;
  }
  .pb_title {
    height: 500px;
  }
  .brand_img {
    height: 400px;
  }
  .brand_img .hand-bg-set1 {
    bottom: 5%;
  }
  .brand_img .hand-bg-set2 {
    bottom: 8%;
  }
  .brand_img .hand-bg-set3 {
    bottom: 8%;
  }
  .brand_header h3 {
    top: 9% !important;
  }
  .brand_header img {
    top: 10% !important;
  }
  .animationbox {
    top: 26%;
  }
  .a1::before,
  .a1::after {
    width: 1vw;
    height: 1vw;
  }
  .brand_footer {
    top: 82%;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  }
  .brand_footer .brand_title {
    height: 500px;
  }
  .marketing_slide p {
    font-size: 1rem;
    margin-top: 2%;
  }
  .marketing_slide .ma_slide-1 {
    width: 85%;
    margin-top: 5%;
  }
  .marketing_slide .ma_slide-2 {
    width: 75%;
    margin-top: 4%;
  }
  .marketing_slide .ma_slide-3 {
    width: 75%;
    margin-top: 2%;
  }
  .marketing_slide .ma_slide-4 {
    width: 80%;
    height: 90%;
    margin-top: 0;
  }
  .marketing_header h3 {
    top: 9% !important;
  }
  .marketing_header img {
    top: 10% !important;
  }
  .marketing_footer .marketing_title {
    height: 500px;
  }
}
@media (max-width: 350px) {
  .pb_in_text {
    font-size: 0.95rem;
    line-height: 20px;
  }
  .tt_home_left,
  .tt_home_center,
  .tt_home_right {
    height: 450px;
  }
  .tt_home_left:hover .sc_footer .sc_title h3,
  .tt_home_center:hover .brand_footer .brand_title h3,
  .tt_home_right:hover .marketing_footer .marketing_title h3 {
    position: absolute;
    top: 15%;
  }
  .pb_data {
    top: 30%;
  }
  .sc_img_content {
    height: 350px;
  }
  .sc_img_set {
    width: 75%;
  }
  .sc_arrow-set {
    height: 15px;
  }
  .sc_text {
    font-size: 0.8rem;
  }
  .sc_footer .sc_title {
    height: 450px !important;
  }
  .sc_header img {
    top: 11% !important;
  }
  .brand_img {
    height: 400px;
  }
  .brand_img .hand-bg-set1 {
    width: 10%;
    bottom: 8%;
  }
  .brand_img .hand-bg-set2 {
    width: 15%;
    bottom: 12%;
  }
  .brand_img .hand-bg-set3 {
    width: 15%;
    bottom: 12%;
  }
  .animationbox {
    top: 25%;
  }
  .a1::before,
  .a1::after {
    width: 1.5vw;
    height: 1.5vw;
  }
  .brand_footer {
    top: 82%;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  }
  .brand_footer .brand_title h3 {
    top: 10%;
  }
  .brand_footer .brand_title {
    height: 450px;
  }
  .marketing_slide p {
    font-size: 1rem;
    margin-top: 0;
  }
  .marketing_slide .ma_slide-1 {
    width: 85%;
    margin-top: 0;
  }
  .marketing_slide .ma_slide-2 {
    width: 75%;
    margin-top: 0;
  }
  .marketing_slide .ma_slide-3 {
    width: 75%;
    margin-top: 0;
  }
  .marketing_slide .ma_slide-4 {
    width: 80%;
    height: 90%;
    margin-top: 0;
  }
  .ma_item {
    padding: 10% 10% 25% 10%;
  }
  .ma_item::after {
    background-position: center 70%;
  }
  .marketing_header h3 {
    top: 9% !important;
  }
  .marketing_header img {
    top: 9% !important;
  }
  .marketing_footer .marketing_title {
    height: 450px;
  }
}
/* ----------------------------------------media query end---------------------------------------- */
/* ------------------------------ tt_home_page content end------------------------------ */
/* ------------------------------ testimonial-content ------------------------------ */
.testimonials_sec {
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  position: relative;
}
.testimonials_sec .container {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .heading {
  width: 100%;
  height: 100px;
}
.container .heading .title {
  color: #000;
  font-family: poppins;
  font-weight: 600;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
}
.container .main-card {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: 490px;
}
.container .main-card2 {
  display: none;
}
.main-card .myslider {
  width: 100%;
  height: 470px;
  position: relative;
}
.main-card .myslider .indicators_set {
  position: relative;
  top: 5%;
}
.main-card .myslider .indicators_set li {
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
}
.main-card .indicators_set li.active {
  background: #999;
}
.container .main-card .cards {
  width: calc(100% / 1 - 50px);
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-card .cards .card {
  width: calc(100% / 2 - 30px);
  height: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
  transition: all 0.4s ease;
}
.cards .card .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards .card .content .img {
  width: 60%;
  height: 45%;
  padding: 3px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.cards .card:hover img {
  transform: translateY(-7px);
}
.card .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.card .content .details h5 {
  color: #000;
  font-family: poppins;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
.card .content .details p {
  margin-top: 10px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: justify;
  text-justify: newspaper;
}
/* ------------------------------ testimonial-content End------------------------------ */
/* ------------------------------ testimonial-media queries ------------------------------ */
@media (max-width: 992px) {
  .cards .card .content .img {
    width: 85%;
    height: 40%;
    padding: 5px;
  }
  .card .content .img img {
    height: 100%;
    width: 100%;
  }
  .card .content .details h5 {
    font-size: 0.85rem;
    line-height: 18px;
    margin: 0;
  }
  .card .content .details p {
    font-size: 0.75rem;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .container .main-card {
    display: none;
  }
  .container .main-card2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .main-card2 .myslider {
    width: 100%;
    height: 100%;
  }
  .main-card2 .myslider .indicators_set {
    position: relative;
    top: 5%;
  }
  .main-card2 .myslider .indicators_set li {
    height: 15px;
    width: 15px;
    background: #ccc;
    border-radius: 50%;
  }
  .main-card2 .indicators_set li.active {
    background: #999;
  }
  .container .main-card2 .cards {
    width: calc(100% - 20%);
    height: 415px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 20px;
    justify-content: space-between;
  }
  .main-card2 .cards .card {
    width: calc(100% - 40%);
    height: 370px;
    background: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
    border-radius: 10px;
    transition: all 0.4s ease;
  }
  .cards .card .content .img {
    width: 280px;
    height: 50%;
    padding: 5px;
    margin-bottom: 15px;
  }
  .card .content .details h5 {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .card .content .details p {
    margin-top: 10px;
    font-size: 0.85rem;
    line-height: 17px;
  }
}
@media (max-width: 600px) {
  .cards .card .content .img {
    width: 260px;
  }
  .card .content .details p {
    font-size: 0.8rem;
    line-height: 16px;
  }
}
@media (max-width: 500px) {
  .card .content .img img {
    width: 240px;
  }
  .card .content .details h5 {
    font-size: 0.9rem;
    line-height: 18px;
  }
  .card .content .details p {
    font-size: 0.8rem;
  }
}
@media (max-width: 400px) {
  .container .main-card2 .cards {
    width: calc(100% - 10%);
  }
  .main-card2 .cards .card {
    width: calc(100% - 10%);
  }
  .card .content .img img {
    width: 90%;
  }
  .card .content .details h5 {
    font-size: 0.8rem;
  }
  .card .content .details p {
    font-size: 0.7rem;
  }
}
@media (max-width: 350px){
  .card .content .img img {
    width: 75%;
  }
  .card .content .details h5 {
    font-size: 0.8rem;
  }
  .card .content .details p {
    font-size: 0.6rem;
    line-height: 15px;
  }
}
/* ------------------------------ testimonial-media queries end ------------------------------ */
/* ------------------------------ tech partners-content ------------------------------ */
.partners_sec {
  width: 100%;
  height: 640px;
  background: #fff;
}
.partners_top {
  width: 100%;
  height: 120px;
  position: relative;
}
.partners_data {
  width: 70%;
  height: 100%;
}
.partners_data p {
  color: #000;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
.partners_bottom {
  display: flex;
  width: 100%;
  height: 500px;
}
.partners_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_partners_data {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-image: url(tt_img_new/partners-BG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.part-1,
.part-2,
.part-3,
.part-4 {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: transparent;
  text-align: center;
  z-index: 5;
  margin-top: 5%;
}
.part-img {
  width: 35%;
  margin: 0 0 0 10px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}
.part-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  font-family: poppins;
  margin-bottom: 0;
  margin-top: 20px;
}
.carousel-control-btn {
  cursor: none;
  pointer-events: none;
}
.carousel-control-btn .btn-prev-icon,
.carousel-control-btn .btn-next-icon {
  color: #000;
  width: 20%;
  height: 20%;
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}
.carousel-control-btn .btn-prev-icon {
  top: 35%;
  left: -50%;
}
.carousel-control-btn .btn-next-icon {
  top: 35%;
  right: -50%;
}
/* ------------------------------ tech partners-content-end ------------------------------ */
/* ------------------------------ tech partners-media queries ------------------------------ */
@media (max-width: 1300px) {
  .partners_sec {
    height: 500px;
  }
  .partners_top {
    height: 80px;
  }
  .partners_data p {
    margin-bottom: 0;
  }
  .partners_bottom {
    height: 400px;
  }
  .our_partners_data {
    background-position: 0 25%;
  }
  .part-text {
    font-size: 1.1rem;
    line-height: 25px;
  }
}
@media (max-width: 1100px) {
  .partners_sec {
    height: 450px;
  }
  .partners_top {
    height: 80px;
  }
  .partners_data p {
    font-size: 0.9rem;
  }
  .partners_bottom {
    height: 350px;
  }
  .our_partners_data {
    background-position: center;
  }
  .part-text {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .partners_sec {
    height: 450px;
  }
  .partners_top {
    height: 80px;
  }
  .partners_data p {
    font-size: 0.9rem;
  }
  .partners_bottom {
    height: 350px;
  }
  .our_partners_data {
    width: 70%;
  }
  .part-img {
    width: 40%;
  }
  .part-text {
    font-size: 0.9rem;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .our_partners_data {
    width: 80%;
  }
  .part-img {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .partners_data p {
    font-size: 0.8rem;
  }
  .partners_top {
    height: 80px;
  }
  .partners_bottom {
    height: 350px;
  }
  .our_partners_data {
    width: 90%;
  }
  .part-img {
    width: 40%;
  }
  .part-text {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .carousel-control-btn .btn-prev-icon,
  .carousel-control-btn .btn-next-icon {
    width: 30%;
    height: 30%;
  }
  .carousel-control-btn .btn-prev-icon {
    left: -30%;
  }
  .carousel-control-btn .btn-next-icon {
    right: -30%;
  }
}
@media (max-width: 500px) {
  .partners_data p {
    line-height: 20px;
  }
  .partners_bottom {
    height: 350px;
  }
  .our_partners_data {
    width: 90%;
  }
  .part-img {
    width: 60%;
  }
  .part-text {
    font-size: 0.8rem;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .partners_sec {
    height: 400px;
  }
  .partners_data p {
    font-size: 0.7rem;
    line-height: 15px;
  }
  .partners_bottom {
    height: 300px;
  }
  .our_partners_data {
    width: 90%;
  }
  .part-img {
    width: 70%;
  }
  .part-text {
    font-size: 0.7rem;
    line-height: 17px;
  }
  .carousel-control-btn .btn-prev-icon,
  .carousel-control-btn .btn-next-icon {
    width: 40%;
    height: 40%;
  }
}
/* ------------------------------ tech partners-media queries end ------------------------------ */
/* ------------------------------ Our Clients ------------------------------ */
.our_clients_sec {
  background: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.client-slider {
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.scrolling-images {
  width: 90vw;
  position: relative;
  height: 150px;
  overflow: hidden;
}

.scrolling-images-hr {
  width: 100%;
}

.scrolling-images > img {
  position: absolute;
  width: 65px;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  opacity: 0;
  overflow: hidden;
}

.scrolling-images > .animated {
  animation-name: imscroll;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
}

@keyframes imscroll {
  0% {
    transform: translate(1500px, -50%);
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translate(-1500px, -50%);
  }
}

@media screen and (max-width: 992px) {
  .scrolling-images > img {
    max-height: 80px;
    position: absolute;
    max-width: 80px;
  }
  .scrolling-images {
    height: 120px;
  }

  @keyframes imscroll {
    0% {
      transform: translate(900px, -50%);
      opacity: 0;
    }
    20% {
      opacity: 0.7;
    }
    50% {
      transform: translate(0, -50%);
      opacity: 1;
    }
    70% {
      opacity: 0.7;
    }
    100% {
      opacity: 0;
      transform: translate(-900px, -50%);
    }
  }
}
/* ------------------------------ Our Clients end ------------------------------ */
/* ------------------------------achievement------------------------------ */
/* ------------------------------achievement------------------------------ */
.achievement_sec {
  width: 100%;
  height: 226px;
  background: #fff;
  padding-left: auto;
}
.achievement_content {
  width: 100%;
  height: 226px;
}
.achievement_col {
  width: 25%;
  height: 226px;
}
.achiv_img_1,
.achiv_img {
  width: 100%;
  height: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.achiv_img_1 {
  padding-left: 10%;
}
.achiv_img_1 img,
.achiv_img img {
  width: 30%;
  animation: achiv_img_ani 1.5s linear;
}
.achiv_data {
  padding: 10px;
}
.achiv_data h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  font-family: poppins;
  margin: 0;
  padding-top: 5px;
}
.achiv_data p {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: poppins;
  line-height: 20px;
  margin: 2px 0;
}
/* ------------------------------achievement-media query------------------------------ */
@media (max-width: 992px) {
  .achievement_sec {
    width: 100%;
    height: 100%;
  }
  .achievement_content {
    width: 100%;
    height: 100%;
  }
  .achievement_col {
    width: 25%;
    height: 100%;
    padding: 0;
  }
  .achiv_img_1,
  .achiv_img {
    width: 100%;
    height: 200px;
  }
  .achiv_img_1 {
    padding-left: 5%;
  }
  .achiv_img_1 img,
  .achiv_img img {
    width: 45%;
  }
  .achiv_data {
    padding: 10px;
  }
  .achiv_data h3 {
    font-size: 1.7rem;
    padding-top: 5px;
  }
  .achiv_data p {
    font-size: 0.75rem;
    line-height: 15px;
    margin: 2px 0;
  }
}
@media (max-width: 768px) {
  .achievement_sec {
    width: 100%;
  }
  .achievement_content {
    width: 100%;
  }
  .achievement_col {
    width: 25%;
    padding: 0;
  }
  .achiv_img_1,
  .achiv_img {
    width: 100%;
    height: 150px;
  }
  .achiv_img_1 img,
  .achiv_img img {
    width: 50%;
  }
  .achiv_data h3 {
    font-size: 1.3rem;
    padding-top: 5px;
  }
  .achiv_data p {
    font-size: 0.65rem;
    line-height: 13px;
    margin: 2px 0;
  }
}
@media (max-width: 576px) {
  .achievement_sec {
    width: 100%;
    height: 100%;
  }
  .achievement_content {
    width: 100%;
    height: 100%;
  }
  .achievement_col {
    height: 170px;
    padding: 0 0;
  }
  .achiv_img_1,
  .achiv_img {
    width: 100%;
    height: 170px;
  }
  .achiv_img_1 {
    padding-left: 5%;
  }
  .achiv_img_1 img,
  .achiv_img img {
    width: 25%;
  }
  .achiv_data {
    padding: 10px;
  }
  .achiv_data h3 {
    font-size: 2rem;
    padding-top: 5px;
  }
  .achiv_data p {
    font-size: 0.8rem;
    line-height: 18px;
    margin: 2px 0;
  }
}
@media (max-width: 400px) {
  .achievement_content {
    width: 100%;
  }
  .achievement_col {
    height: 130px;
    padding: 0 0;
  }
  .achiv_img_1,
  .achiv_img {
    height: 130px;
  }
  .achiv_data h3 {
    font-size: 1.7rem;
  }
  .achiv_data p {
    font-size: 0.8rem;
    line-height: 18px;
    margin: 2px 0;
  }
}
/* ------------------------------achievement-media query------------------------------ */
/* ------------------------------achievement-end------------------------------ */
/* ------------------------------ contact-content ------------------------------ */
.contact_sec {
  height: 700px;
  background-image: url(tt_img_new/contact-us-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: grid;
  align-items: flex-end;
}
.contact_details {
  width: 100%;
  display: flex;
  position: relative;
}
.contact_left,
.contact_right {
  height: 600px;
  position: relative;
}
.form_title {
  width: 100%;
  height: 70px;
  position: relative;
  display: grid;
  align-items: flex-end;
}
.contact_title {
  color: #fff;
  text-decoration-color: #dfdfdf;
}
.contact_us-img {
  width: 100%;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_us-img .contact_img {
  width: 80%;
}
.contact_form {
  width: 80%;
  height: 415px;
  margin-top: 2%;
  margin-left: 5%;
}
.font-set {
  display: block;
}
.font-set label {
  color: #fff;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
}
.form_line {
  padding-top: 20px;
}
.form_line2 {
  display: flex;
  padding-top: 10px;
}
.input-set input,
.input-set2 input,
select {
  color: #fff;
  display: block;
  width: 100%;
  height: 25px;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
.input-set2 select {
  color: #fff;
}
.input-set2 select option {
  background: #888;
}
.form_box {
  width: 50%;
}
.form_box2 {
  width: 50%;
  margin-left: 20px;
}
.text-set textarea {
  color: #fff;
  display: block;
  width: 100%;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
.btn_set {
  text-align: center;
}
.btn_set button {
  width: 170px;
  height: 40px;
  background: #f9f6fa;
  color: #911fd3;
  font-weight: 700;
  margin-top: 20px;
  padding: 3px;
  border: 2px solid #f9f6fa;
  box-shadow: #ffffff30 0px 20px 25px -5px, #ffffff30 0px 10px 10px -5px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn_set button:hover,
.btn_set button:active {
  border: 2px solid #fff;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
}
.btn_set button:focus {
  outline: none;
}
.contact_data {
  width: 90%;
  height: 160px;
  display: flex;
}
.contact_data .contact_icon {
  display: flex;
}
.contact_data .contact_icon i {
  font-size: 25px;
  color: #fff;
}
.contact_data .contact_icon p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 25px;
  font-family: poppins;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.contact_data .contact_pere p {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 25px;
  font-family: poppins;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}
.contact_data .address_set,
.contact_data .email_set {
  width: 50%;
}
/* ------------------------------ contact-content-end ------------------------------ */
/* ------------------------------ contact-media queries ------------------------------ */
@media (max-width: 1300px) {
  .contact_us-img .contact_img {
    width: 85%;
  }
  .contact_data .contact_icon i {
    font-size: 25px;
  }
  .contact_data .contact_icon p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .contact_data .contact_pere p {
    font-size: 0.85rem;
    line-height: 20px;
  }
}
@media (max-width: 1150px) {
  .contact_sec {
    height: 650px;
  }
  .contact_form {
    width: 85%;
    height: 380px;
  }
  .contact_left,
  .contact_right {
    height: 550px;
  }
  .contact_us-img {
    height: 480px;
    justify-content: end;
  }
  .contact_us-img .contact_img {
    width: 90%;
  }
  .contact_data .contact_icon i {
    font-size: 25px;
  }
  .contact_data .contact_icon p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .contact_data .contact_pere p {
    font-size: 0.85rem;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .contact_sec {
    height: 600px;
  }
  .contact_left,
  .contact_right {
    height: 500px;
  }
  .contact_us-img {
    height: 430px;
    justify-content: end;
  }
  .contact_us-img .contact_img {
    width: 90%;
  }
  .contact_form {
    width: 90%;
    height: 350px;
  }
  .font-set label {
    font-size: 0.8rem;
  }
  .form_line {
    padding-top: 15px;
  }
  .input-set input,
  .input-set2 input select {
    height: 20px;
  }
  .contact_data {
    height: 140px;
  }
  .contact_data .contact_icon i {
    font-size: 20px;
  }
  .contact_data .contact_icon p {
    font-size: 1rem;
    line-height: 20px;
  }
  .contact_data .contact_pere p {
    font-size: 0.75rem;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .contact_sec {
    height: 100%;
    background-image: url(tt_img_new/contact-us-bg-m.png);
  }
  .contact_left {
    height: 450px;
  }
  .contact_right {
    height: 500px;
  }
  .form_title {
    align-items: flex-start;
  }
  .contact_us-img {
    height: 380px;
    justify-content: center;
  }
  .contact_us-img .contact_img {
    width: 60%;
  }
  .contact_form {
    width: 90%;
    height: 330px;
  }
  .font-set label {
    font-size: 0.8rem;
  }
  .form_line {
    padding-top: 15px;
  }
  .input-set input,
  .input-set2 input select {
    height: 20px;
  }
  .contact_data {
    width: 80%;
    height: 140px;
  }
  .contact_data .email_set {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: stretch;
  }
  .contact_data .contact_icon i {
    font-size: 22px;
  }
  .contact_data .contact_icon p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .contact_data .contact_pere p {
    font-size: 0.85rem;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .contact_left {
    height: 100%;
  }
  .contact_right {
    height: 100%;
  }
  .form_title {
    align-items: center;
  }
  .contact_us-img {
    height: 380px;
    justify-content: center;
    align-items: flex-end;
  }
  .contact_us-img .contact_img {
    width: 70%;
    height: 90%;
  }
  .contact_form {
    width: 90%;
    height: 330px;
  }
  .font-set label {
    font-size: 0.8rem;
  }
  .form_line {
    padding-top: 15px;
  }
  .input-set input,
  .input-set2 input select {
    height: 20px;
  }
  .contact_data {
    width: 80%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact_data .address_set,
  .contact_data .email_set {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
  .contact_data .contact_icon i {
    font-size: 23px;
  }
  .contact_data .contact_icon p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .contact_data .contact_pere p {
    font-size: 0.85rem;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .contact_us-img {
    align-items: center;
  }
  .contact_us-img .contact_img {
    width: 90%;
    height: 90%;
  }
  .input-set2 select,
  .font-set label {
    font-size: 0.8rem;
    line-height: 17px;
  }
}
@media (max-width: 400px) {
  .contact_us-img {
    height: 300px;
  }
  .contact_us-img .contact_img {
    width: 95%;
    height: 90%;
  }
  .input-set2 select,
  .font-set label {
    font-size: 0.8rem;
    line-height: 17px;
  }
}
/* ------------------------------ contact-media queries end ------------------------------ */
