/*!
Theme Name: techclovity
*/
.solutek_nav_manu {
  padding: 15px 39px 15px;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
 padding: 0 100px 0;
  transition: 0.5s !important;
  z-index: 500;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}
.sticky .logo {
  margin-top: 0;
}
.sticky.solutek_nav_manu:before {
  display: none;
}
/* solutek Menu Css*/
nav.solutek_menu {
  align-items: center !important;
  justify-content: center;
  display: flex;
}
.solutek_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.solutek_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.solutek_menu > ul > li > a {
  display: block;
  margin: 23px 12px 23px;
  -webkit-transition: 0.5s;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Fira Sans";
}
nav.solutek_menu ul li a i {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
}
nav.solutek_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}
.sticky .solutek_menu > ul > li > a:hover {
  color: #000;
}
.logo {
  position: relative;
  top: -3px;
  z-index: 1;
}
.solutek_menu > ul > li > a:hover {
  color: #52acb4;
}
/*** Sub Menu Style ***/
.solutek_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 315px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  border-bottom: 3px solid #e84927;
  border-top: 3px solid #e84927;
}
.solutek_menu ul li:hover > .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  opacity: 1;
  z-index: 9999;
}
.solutek_menu ul .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu li {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
  text-decoration: none;
  transition: 0.5s;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.solutek_menu ul .sub-menu li:hover > ,
.solutek_menu ul .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #e84927;
  color: #fff !important;
}
/* sub menu 2 */
.solutek_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.solutek_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}
/* sub menu 3 */
.solutek_menu ul .sub-menu .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.solutek_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}
/* sub menu 4 */
.solutek_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}
.solutek_menu li a:hover:before {
  width: 100%;
}
.solutek_nav_manu.sticky .logo_img {
  display: none;
}
.main_sticky {
  display: none;
}
.solutek_nav_manu.sticky .main_sticky {
  display: inherit;
}
.sticky .solutek_menu li a {
  color: #000;
}
.solutek_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}
.solutek_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
.header-btn {
  text-align: right;
}
.header-btn a {
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.header-btn a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  background: #3979a5;
  bottom: 15px;
  transition: 0.5s;
}
.header-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.header-btn a:hover::before {
  width: 84%;
}
/*=====================================
<-- 02.start solutek hero Area Css -->
=======================================*/
.hero-area {
  height: 890px;
  background: url(assets/images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -78px 50px 0;
}
.hero-contant h5 {
  font-size: 16px;
  color: #52acb4;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 20px;
  background-color: #161a2b;
  border: 2px solid #40465d;
  display: inline-block;
  padding: 6px 28px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 25px;
}
.hero-contant h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #ff3d00;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.hero-contant h1 {
  font-size: 55px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
}
.hero-contant p {
  opacity: 0.702;
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  width: 91%;
  margin: 0;
  padding: 13px 0 43px;
}
.hero-area .solutek-hover-btn {
  background-color: #ffff;
}
.solutek-btn a:hover {
  color: #fff;
}
.hero-video-icon {
  display: inline-block;
}
.hero-video-icon a i {
  display: inline-block;
  background: #52acb4;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: 6px;
  margin-left: 39px;
  z-index: 1;
}
.hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -12px;
  border-radius: 50%;
  top: -13px;
  border: 2px solid #40465d;
  z-index: -1;
}
.hero-video-icon a span {
  display: inline-block;
  opacity: 0.702;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 32px;
}
.hero-thumb {
  text-align: right;
  margin-top: 118px;
  position: relative;
  z-index: 1;
}
.hero-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/hero-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  right: -10%;
  top: -25%;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center;
}
/*=====================================
<--  end solutek hero Area Css -->
=======================================*/
/*=====================================
<-- 03.start solutek feature Area Css -->
=======================================*/
.feature-area {
  padding: 0 0 88px;
  margin-top: -60px;
}
.feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.feature-sinble-single-box {
  border-radius: 15px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 36px 0 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s;
}
.feature-sinble-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/feature6.png);
  left: -17%;
  top: -3%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-sinble-single-box:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  background: url(assets/images/feature7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  bottom: 0;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
}
.feature-sinble-single-box:hover:after {
  transform: perspective(500px) rotateX(0deg);
  opacity: 1;
}
.feature-icon {
  width: 75px;
  height: 75px;
  border-radius: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #ffffff;
  line-height: 70px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.feature-icon img {
  transition: 0.5s;
  filter: brightness(1) invert(0);
}
.feature-icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #171a2b;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}
h3.feature-title {
  font-size: 18px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  padding: 6px 0 0px;
  transition: 0.5s;
  cursor: pointer;
}
p.feature-text {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  transition: 0.5s;
}
.feature-sinble-single-box:hover {
  border: 1px solid #52acb4;
}
.feature-sinble-single-box:hover .feature-icon::before {
  transform: scale(1);
}
.feature-sinble-single-box:hover .feature-icon img {
  filter: brightness(0) invert(1);
}
.feature-sinble-single-box:hover h3.feature-title {
  color: #fff;
}
.feature-sinble-single-box:hover p.feature-text {
  color: #fff;
}
/*=====================================
<--  end solutek feature Area Css -->
=======================================*/
/*==============================================
<-- 04.start solutek section-title Area Css -->
================================================*/
.section-title.text-center {
  margin-bottom: 45px;
}
.section-title.text-left {
  margin-bottom: 55px;
}
h5.section-sub-title {
  font-size: 16px;
  color: #52acb4;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 20px;
  background-color: rgba(255, 60, 0, 0.03137254901960784);
  border: 1px solid rgba(122, 122, 122, 0.15);
  display: inline-block;
  padding: 6px 29px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  line-height: 25px;
}
h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #52acb4;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
h1.section-main-title {
  font-size: 42px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
}
h1.section-main-title span {
  display: inline-block;
  color: #52acb4;
}
p.section-title-descr {
  width: 84%;
  margin: 0;
  padding: 19px 0 25px;
}
p.section-descr {
  margin: 0;
  position: relative;
  z-index: 1;
}
p.section-descr::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: #ffe2d9;
  left: -22%;
  top: -29px;
}
.about-best{
  padding: 90px 0 90px !important;
}
.about-area .section-title.text-left {
  margin-bottom: 0;
}
.pricing-area .section-title.text-left {
  margin-bottom: 47px;
}
.testimonial-area h1.section-main-title {
  color: #fff;
}
.testimonial-area h5.section-sub-title {
  background-color: #161a2b;
  border: 2px solid #40465d;
}
.contact-area h1.section-main-title {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
}
.contact-area .section-title.text-left {
  margin-bottom: 34px;
}
.contact-area h5.section-sub-title {
  margin-bottom: 14px;
  background-color: #f4f4f4;
  border: 2px solid #ffffff;
}
/* section title home three */
h6.section-sub-title {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #52acb4;
  font-weight: 600;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
h6.section-sub-title::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #e84927 100%);
  left: -76px;
  top: 12px;
}
h6.section-sub-title::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #e84927 0%, #ffffff 100%);
  right: -74px;
  top: 12px;
}
h1.section-main-title2 {
  font-size: 45px;
  line-height:55px;
  /* text-transform: uppercase; */
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
}
.about-section h6.section-sub-title {
  margin-left:70px;
}
.about-section h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.about-section h6.section-sub-title::after {
  display: none;
}
.about-section p.section-title-descr {
  width: 100%;
  margin: 0;
  padding: 12px 0 0px;
}
.about-section .section-title.text-left {
  margin-bottom: 36px;
}
.case-studies-area h6.section-sub-title::before {
  background-image: linear-gradient(270deg, #05091d 0%, #e84927 100%);
}
.case-studies-area h6.section-sub-title::after {
  background-image: linear-gradient(270deg, #e84927 0%, #05091d 100%);
}
.case-studies-area h1.section-main-title2 {
  color: #fff;
}
.testimonial-area.style-four h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-four h6.section-sub-title {
  margin-left: 70px;
}
.testimonial-area.style-four h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.testimonial-area.style-four h6.section-sub-title::after {
  display: none;
}
.testimonial-area.style-four .section-title.text-left {
  margin-bottom: 40px;
}
.faq-area.style-two h6.section-sub-title {
  margin-left:70px;
}
.faq-area.style-two h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.faq-area.style-two h6.section-sub-title::after {
  display: none;
}
/*=====================================
<--  end solutek section-title Area Css -->
=======================================*/
/*=====================================
<-- 05.start solutek contact Area Css -->
=======================================*/
.contact-area {
  background: url(assets/images/contact-us.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px;
  position: relative;
  margin-bottom: 50px;
}
.contact-area
.form_box input {
  border: 1px solid rgba(122, 122, 122, 0.5);
  height: 60px;
  border-radius: 15px;
  padding: 0 23px 0;
  margin-bottom: 21px;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.form_box input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.form_box textarea {
  border: 1px solid rgba(122, 122, 122, 0.5);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: 0.5s;
  border-radius: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.form_box textarea::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.quote_button button {
  background: #52acb4;
  padding: 14px 48px 14px;
  border-radius: 30px;
  transition: 0.5s;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
}
.quote_button button i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  transform: rotate(-45deg);
}
.form_box input:focus,
.form_box textarea:focus {
  border-color: #4a7693;
  outline: 0;
  box-shadow: 0 0 4px rgb(255, 61, 0, 0.5);
}
.quote_button button:hover {
  color: #fff;
  background: #050a1e;
}
.contact-box {
  padding: 62px 0;
  position: relative;
  z-index: 1;
}
/* .contact-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/contact-shape.png);
  left: -20%;
  background-repeat: no-repeat;
  background-position: center;
  top: 33%;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
} */
.contact-video-icon a {
  display: inline-block;
  font-size: 18px;
  color: #52acb4;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  height: 100%;
  width: 100%;
  line-height: 100%;
  position: absolute;
  right: -27%;
  top: 77%;
}
/*=====================================
<--  end solutek contact Area Css -->
=======================================*/
/*=====================================
<-- 06. start solutek blog Area Css -->
=======================================*/
.blog-area {
  padding: 120px 0 89px;
  background: #f4f4f4;
}
.blog-singele-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-content {
  background: #ffff;
  padding: 58px 40px 35px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
}
.blog-date {
  background: #fe3c00;
  border-radius: 10px;
  padding: 10px 24px;
  position: absolute;
  top: -10%;
}
.blog-date h4 {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}
.blog-date h4 i {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.blog-date h4 span {
  display: inline-block;
  margin-left: 147px;
  position: relative;
  z-index: 1;
}
.blog-date h4 span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background: #ff9d7f;
  left: -93%;
  top: 47%;
}
h3.blog-title a {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  text-decoration: none;
  transition: 0.5s;
}
h3.blog-title a:hover {
  color: #e84927;
}
h3.blog-title {
  margin: 0;
}
p.blog-tex {
  margin: 0;
  padding: 10px 0 18px;
}
.blog-btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  transition: 0.5s;
}
.blog-btn a:hover {
  color: #e84927;
}
.blog-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
/*---blog-content-two*/
.blog-singele-box-tow {
  margin-bottom: 28px;
}
.blog-content-tow {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 36px 29px 26px 0;
}
.blog-thumb-tow {
  float: left;
  margin-right: 29px;
}
.blog-date-tow {
  background: #f4f4f4;
  display: inline-block;
  padding: 6px 25px 6px;
  border-radius: 10px;
}
.blog-date-tow h4 {
  font-size: 16px;
  line-height: 36px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}
.blog-date-tow h4 i {
  display: inline-block;
  font-size: 16px;
  color: #ff3d00;
  margin-right: 16px;
}
.blog-date-tow h4 span {
  display: inline-block;
  margin-left: 86px;
  position: relative;
  z-index: 1;
}
.blog-date-tow h4 span::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #ff3d00;
  left: -48px;
  top: 8px;
}
h3.blog-title-two {
  line-height: 32px;
  margin: 0;
  padding: 24px 0 10px;
}
h3.blog-title-two a {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  text-decoration: none;
  transition: 0.5s;
}
h3.blog-title-two a:hover {
  color: #e84927;
}
.blog-btn-tow a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  transition: 0.5s;
}
.blog-btn-tow a:hover {
  color: #e84927;
}
.blog-btn-tow a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
/*=====================================
<--  start solutek blog Area Css -->
=======================================*/
/*=====================================
<--  start solutek about Area Css -->
=======================================*/
.about-area {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}
.about-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/about5.png);
  background-repeat: no-repeat;
  right: -72%;
  top: -8%;
}
.about-thumb {
  position: relative;
  z-index: 1;
  margin-left: -96px;
}
h4.about-title {
  position: absolute;
  bottom: 18%;
  font-size: 20px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  left: 12%;
  margin: 0;
}
.about-shape {
  position: absolute;
  top: 20%;
  right: 44%;
}
.about-shape img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}
.about-icon {
  width: 50px;
  height: 60px;
  border-radius: 10px;
  background-color: #f4f4f4;
  line-height: 60px;
  margin-right: 14px;
  text-align: center;
}
.about-icon img {
  /* margin-left:-22px; */
}
.about-tiltle h3 {
  font-size: 18px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}
.about-text p {
  width: 92%;
  margin: 0;
  padding: 16px 0 41px;
}
/* button style */
.solutek-btn {
  display: inline-block;
}
.solutek-btn a {
  display: inline-block;
  background: #e84927;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: 0.5s;
}
.hero-area.style-three .solutek-btn a:hover {
    color: #fff;
}
.solutek-hover-btn {
  background-color: #050a1e;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}
.solutek-btn a:hover .solutek-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* btn-2 hover style */
.solutek-button {
  display: inline-block;
}
.solutek-button a {
  display: inline-block;
  background: #52acb4;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
}
.btn-2:hover {
  background-image: linear-gradient(
    90deg,
    #e84927 0%,
    #52acb4 49%,
    #e84927 80%,
    #e84927 100%
  );
  animation: slidebg 5s linear infinite;
  color: #fff;
}
@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}
/*=====================================
<--  end solutek about Area Css -->
=======================================*/
/*=====================================
<--  start solutek service Area Css -->
=======================================*/
.sservice-area {
  background: #f4f4f4;
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-top: 50px; */
}
/* .service-single-box {
  background: #ffff;
  border-radius: 15px;
  padding: 45px 35px 42px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
} */
.service-single-box {
background: #ffff;
    border-radius: 15px;
    padding: 45px 35px 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/service6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  transition: 0.4s;
}
.service-icon {
     margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.service-icon img {
  filter: brightness(1) invert(0);
  transition: 0.5s;
  width: 50px;
  height: 50px;
}
h3.service-title {
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
  line-height: 30px;
}
p.service-text {
  margin: 0;
  padding: 11px 0 38px;
  transition: 0.5s;
}
.service-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #e84927;
  font-weight: 600;
  text-decoration: none;
}
.service-btn i {
  display: inline-block;
  color: #52acb4;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}
.service-single-box:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}
.service-single-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-single-box:hover h3.service-title {
  color: #fff;
}
.service-single-box:hover p.service-text {
  color: #fff;
}
.service-single-box:hover .service-btn i {
  color: #fff;
  background: #ff6d3e;
}
.service-shape {
  position: absolute;
  top: 0;
  right: -65px;
}
.service-shape2 {
  position: absolute;
  top: 16%;
  left: 1%;
}
.service-shape2 img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}
.service-shape3 {
  position: absolute;
  top: 2%;
  left: 0;
}
/*=====================================
<--  end solutek service Area Css -->
=======================================*/
/*=====================================
<--  start solutek project Area Css -->
=======================================*/
.project-area {
  padding: 50px 0 50px;
  /* background: url(assets/images/project-bg.png); */
  background: #f4f4f4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.row.project {
  /* padding: 0 297px 0; */
}
.row.carousel {
  /* padding: 0 37px 0; */
}
.project-single-box {
  margin-bottom: 30px;
}
.project-right {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-top: -81px;
}
.project-right::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  bottom: -52px;
  left: 0;
}
.project-thumb img {
  width: 100%;
}
.project-content {
  background: #171a2b;
  padding: 33px 0 41px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
h3.project-title {
  margin: 0;
  line-height: 28px;
}
h3.project-title a {
  display: inline-block;
  font-size: 23px;
  color: #fefefe;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  text-decoration: none;
  transition: 0.5s;
  margin-bottom: 23px;
}
p.project-text {
  display: inline-block;
  border-radius: 20px;
  background-color: #e84927;
  font-size: 15px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 400;
  padding: 7px 35px 7px;
  position: relative;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
p.project-text::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #52acb4;
  left: 0;
  top: 0;
  z-index: -12;
  border-radius: 20px;
  transform: scale(0);
  transition: 0.5s;
}
p.project-text:hover::before {
  transform: scale(1);
}
h3.project-title a:hover {
  color: #52acb4;
}
.project-area .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.project-area .owl-dot,
.owl-dot.active {
  width: 10px;
  height: 10px;
  background: #ff3d00;
  display: inline-block;
  margin-right: 26px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.project-area .owl-dot::before,
.owl-dot.active::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px dashed #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}
.project-area .owl-dot.active {
  background: #52acb4;
  line-height: 10px;
}
.project-area .owl-dot.active .owl-dot::before,
.owl-dot.active::before {
  border: 1px dashed #fff !important;
}
/*=====================================
<--  end solutek project Area Css -->
=======================================*/
/*=====================================
<--  start solutek brand Area Css -->
=======================================*/
.brand-area {
  background: #52acb4;
  padding: 41px 0;
  margin: 0 49px 0;
  left: 0;
  right: 0;
  border-radius: 0 0 50px 50px;
}
.brand-box {
  text-align: center;
}
.owl-carousel .owl-item img {
  display: inline;
}
/*=====================================
<--  end solutek brand Area Css -->
=======================================*/
/*=====================================
<--  start solutek pricing Area Css -->
=======================================*/
.pricing-area {
  padding: 120px 0 88px;
}
.pricing-single-box {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-head {
  background: #fff5f3;
  padding: 47px 0 36px;
  margin-bottom: 5px;
  border-radius: 15px 40px 15px 15px;
  position: relative;
  z-index: 1;
}
.pricing-head::before {
  position: absolute;
  content: "";
  width: 85%;
  border: 1px dashed;
  height: 80%;
  border-radius: 15px 40px 15px 15px;
  left: 24px;
  top: 16px;
}
.pricing-head:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(assets/images/pricing2.png);
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
h1.priching-doller {
  font-size: 45px;
  color: #52acb4;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  line-height: 26px;
  transition: 0.5s;
}
h3.priching-title {
  font-size: 20px;
  line-height: 26px;
  color: #041424;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  margin-top: 21px;
  transition: 0.5s;
}
.pricing-body {
  position: relative;
  z-index: 1;
  padding: 29px 40px 39px;
  text-align: left;
}
.pricing-body::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/pricing1.png);
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
ul.pricing-list {
  margin-bottom: 35px;
}
ul.pricing-list li {
  list-style: none;
  line-height: 48px;
}
ul.pricing-list li i {
  color: #ff3d00;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 14px;
}
.pricing-area .solutek-hover-btn {
  background-color: #ff3d00;
}
.pricing-area .solutek-btn a {
  background: #f5ebe8;
  padding: 16px 55px;
  color: #ff3d00;
}
.pricing-area .solutek-btn a:hover {
  color: #ffff;
}
.pricing-single-box:hover .pricing-head:after {
  width: 100%;
  left: 0;
}
.pricing-single-box:hover h1.priching-doller {
  color: #fff;
}
.pricing-single-box:hover h3.priching-title {
  color: #fff;
}
.pricing-single-box:hover .pricing-head::before {
  border: none;
}
/*=====================================
<--  end solutek pricing Area Css -->
=======================================*/
/*=====================================
<--  start solutek faq-area Css -->
=======================================*/
.faq-area {
  background: #f4f4f4;
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.faq-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.faq-shape2 {
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: -1;
}
/*accordion*/
h3.faq-title {
  font-size: 28px;
  line-height: 56px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}
h3.faq-title span {
  display: inline-block;
  color: #52acb4;
}
p.faq-description {
  padding: 10px 0 29px;
}
.tab_container {
  position: relative;
}
ul.accordion {
  padding: 0;
  margin: 0;
}
.accordion li {
  list-style: none;
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}
.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  z-index: 1;
}
.accordion li p {
  display: none;
  font-size: 16px;
  color: #b1b2b4;
  padding: 25px 0 10px 30px;
  margin: 0;
}
.accordion a:before {
  width: 3px;
  height: 16px;
  background: #ff3d00;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.accordion a:after {
  width: 16px;
  height: 3px;
  background: #ff3d00;
  position: absolute;
  right: 26px;
  content: " ";
  top: 29px;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ff3d00;
  z-index: -1;
}
.accordion a.active:before {
  display: none;
}
a.active {
  background: #fff !important;
}
.accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins";
}
/*accordion start*/
.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #d0a37c;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.study-button a i {
  transition: 0.5s;
}
.study-button a:hover i {
  color: #d0a37c;
}
/* Faq New Style */
.faq-area .accordion li a {
  padding: 16px 46px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}
.faq-area .accordion li a.active {
  border-radius: 15px 15px 0px 0px;
}
.faq-area .accordion li a span:after {
  display: none;
}
.faq-area .accordion li p {
  padding: 44px 20px 31px 25px;
  color: #646464;
  background: #fff;
  border-radius: 0 0 15px 15px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.faq-area .accordion li p::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 92%;
  background: #ebebeb;
  left: 32px;
  top: 21px;
}
/*=====================================
<--  end solutek faq-area Css -->
=======================================*/
/*=====================================
<--  start solutek testimonial-area Css -->
=======================================*/
.testimonial-area {
  background: url(https://techclovity.com/wp-content/uploads/2026/08/testi-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 50px 50px 0;
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
}
.testi-single-box {
  background: #171a2b;
  border-radius: 20px;
  padding: 39px 27px 32px;
  text-align: center;
  margin-bottom: 20px;
}
p.testi-text {
  color: #fff;
  opacity: 0.702;
  padding: 35px 0 29px;
  margin: 0;
  position: relative;
  z-index: 1;
}
p.testi-text::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  border: 1px solid #292c3b;
  bottom: 0;
}
h3.testi-title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans";
  margin: 0;
}
h3.testi-title span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #52acb4;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 14px;
}
ul.testi-rating {
  padding: 28px 0 13px;
}
ul.testi-rating li i {
  display: inline-block;
  color: #ffc600;
  font-size: 15px;
  margin: 0 4px 0;
}
ul.testi-rating li {
  list-style: none;
  display: inline-block;
}
.testi-author {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testi-author::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi7.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -31%;
}
.testi-author::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi8.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -31%;
}
/*=====================================
<--  end solutek testimonial-area Css -->
=======================================*/
/*
<!-- ==========================================-->
<!-- Start solutek testimonial Area css style-two-->
<!-- =========================================-->*/
.testimonial-area.style-two {
  background: #fff;
  padding: 120px 0 120px;
}
.testimonial-area.style-two .section-title.text-center {
  margin-bottom: 49px;
}
.testimonial-area.style-two h5.section-sub-title {
  background-color: #f4f4f4;
  border: 2px solid rgba(255, 60, 0, 0.15);
}

.testimonial-area.style-two h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-two .testi-single-box {
  background: url(assets/images/home-two/test-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 20px 0px 20px 20px;
  transition: 0.5s;
  padding: 39px 27px 82px;
  margin-top: 33px;
  transition: 0.5s;
  margin-bottom: 35px;
}
.testimonial-area.style-two .testi-single-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #050a1e;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.testimonial-area.style-two .testi-single-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #52acb4;
  left: 66px;
  top: -3px;
  margin: 0 auto;
  z-index: 1;
  transition: 0.5s;
}
.testimonial-area.style-two .testi-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url(assets/images/home-two/test-box.png);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  border-radius: 20px 0px 20px 20px;
  z-index: -1;
}
.testimonial-area.style-two p.testi-desc {
  padding: 35px 0 29px;
  margin: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  transition: 0.5s;
  position: relative;
}
.testimonial-area.style-two p.testi-desc::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgb(122 122 122 / 40%);
  margin: 0 auto;
  bottom: 5px;
  left: 0;
  right: 0;
}
.testimonial-area.style-two h3.testi-user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Fira Sans";
  margin: 0;
  color: #050a1e;
  transition: 0.5s;
}
.testimonial-area.style-two h3.testi-user-name span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 14px;
  color: #7a7a7a;
  transition: 0.5s;
}
.testimonial-area.style-two .testi-author::before {
  display: none;
}
.testimonial-area.style-two .testi-author::after {
  display: none;
}
.testimonial-area.style-two .testi-author {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -33px;
  left: 0;
  right: 0;
}
/*all hover testimonial */
.testimonial-area.style-two .testi-single-box:hover .testi-box-inner::after {
  height: 100%;
  top: 0;
}
.testimonial-area.style-two .testi-single-box:hover {
  transform: translateY(-30px);
}
.testimonial-area.style-two .testi-single-box:hover .testi-icon img {
  filter: brightness(0) invert(1);
}
.testimonial-area.style-two .testi-single-box:hover p {
  color: #fff;
}
.testimonial-area.style-two .testi-single-box:hover p.testi-desc::before {
  background: #fff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name {
  color: #fff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name span {
  color: #fff;
}
/*---=====================================================
 <!-- Start solutek testimonial Area  style-three-->
=========================================================---*/
.testimonial-area.style-three {
  background: #fff;
  padding: 120px 0 120px;
  margin: 0;
}
.testimonial-area.style-three h5.section-sub-title {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.testimonial-area.style-three h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-three .testi-single-box {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonial-area.style-three .test-user-img {
  margin-right: 38px;
}
.testimonial-area.style-three .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.testimonial-area.style-three .owl-dot {
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background-color: #161a2b;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.testimonial-area.style-three .owl-dot.active {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-color: #52acb4;
}
.testimonial-area.style-three .owl-dot.active::before {
  display: none;
}
/*---=====================================================
   <!-- Start solutek testimonial Area style-four-->
=========================================================---*/
.testimonial-area.style-four {
  background: url(assets/images/home-3/test-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 110px 0 75px;
}
.testimonial-area.style-four h4.testi-user-name {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  position: relative;
}
.testimonial-area.style-four h4.testi-user-name::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #e84927 0%, #ffffff 100%);
  left: 13px;
  bottom: 13px;
}
.testimonial-area.style-four h4.testi-user-name::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #e84927 100%);
  right:13px;
  bottom: 13px;
}
.testimonial-area.style-four h4.testi-user-name span {
  display: block;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Fira Sans";
  text-align: center;
}
.testimonial-area.style-four .testi-thumb {
  position: relative;
}
.testimonial-area.style-four .testi-autor {
  position: absolute;
  bottom: 12px;
  left: 70px;
}
.testimonial-area.style-four .testi-box {
  margin-left: 80px;
  margin-bottom: 30px;
}
.testimonial-area.style-four .testimonial-single-box {
  padding: 35px 40px 15px 40px;
  border-radius: 20px;
  background-color: rgba(244,244,244,0.5019607843137255);
  border: 2px solid #ffffff;
}
.testimonial-area.style-four p.testi-desc {
  font-size: 17px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  font-style: italic;
  font-family: "Fira Sans";
}
.testimonial-area.style-four .testi-review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-area.style-four .testi-review-user h3, .testi-review-user h3 span {
  font-size: 16px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  font-family: "Fira Sans";
}
.testimonial-area.style-four .testi-review-user h3 span {
  color: #52acb4;
}
.testimonial-area.style-four ul.testi-rating {
  padding: 0px 0 28px;
  margin-left: 57px;
  position: relative;
}
.testimonial-area.style-four ul.testi-rating::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #e84927 100%);
  left: -57px;
  top: 13px;
}
.testimonial-area.style-four .testi-quote-icon {
  position: relative;
}
.testimonial-area.style-four .testi-quote-icon::before {
  position: absolute;
  content: "";
  opacity: 0.200;
  width: 370px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #797979 100%);
  left: 50px;
  top: 14px;
}
.testimonial-area.style-four .slide-shape {
  position: absolute;
  right: 37px;
  bottom: 8px;
}
.testimonial-area.style-four .slide-shape-inner {
  position: relative;
}
.testimonial-area.style-four .slide-shape-inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #e84927 0%, #ffffff 100%);
  left: 34px;
  top: 65px;
}
.slide-shape-inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e84927 100%);
  left: 34px;
  bottom: 72px;
}
/*=====================================
<--  start solutek address-area Css -->
=======================================*/
.address-area {
  background: #e84927;
  margin: 50px 50px 0;
  padding: 25px 0 25px; 
  border-radius: 40px 40px 0 0;
}
.address-title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}
.address-box, .address-box2 {
  display: flex;
  align-items: center;
}
.address-icon {
  position: relative;
  z-index: 1;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.address-icon::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px dashed #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.address-box2 {
  float: right;
}
.address-area .solutek-btn a {
  display: inline-block;
  background: #050a1e;
  text-decoration: none;
  padding: 16px 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  transition: 0.5s;
}
.address-area .solutek-hover-btn {
  background-color: #ffff;
}
.address-area .solutek-btn a:hover {
  color: #ff3d00;
}
/*=====================================
<--  end solutek address-area Css -->
=======================================*/
/*=====================================
<--  start solutek footer-area Css -->
=======================================*/
/* .footer-area {
  background: url(assets/images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 20px;
  margin: 0 50px 35px;
}
.row.footer {
  padding: 118px 0 101px;
}
p.footer-widget-text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  padding: 38px 0 68px;
}
.footer-widget-social a i {
  display: inline-block;
  color: #9e9e9e;
  font-size: 17px;
  margin-right: 30px;
  transition: 0.5s;
}
.widget-title h2 {
  font-size: 22px;
  line-height: 41px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 15px;
  padding-top: 25px;
}
.footer-widget.left ul li {
  list-style: none;
}
.footer-widget.left ul li a {
  display: inline-block;
  opacity: 0.6;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.footer-widget.left ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background: #52acb4;
  bottom: 10px;
  transition: 0.5s;
}
.footer-widget-newsletter {
  margin-left: -20px;
}
p.newsletter-text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  padding: 0 0 38px;
}
.form-field2 input {
  outline: 0;
  width: 79%;
  border: none;
  height: 56px;
  border-radius: 10px 0 0 10px;
  background-color: #161a2b;
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  padding: 0 21px 0;
}
.form-field2 input::placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.form-field2 button {
  color: #fff;
  outline: 0;
  border: none;
  width: 65px;
  height: 56px;
  border-radius: 0 10px 10px 0;
  background-color: #52acb4;
  font-size: 22px;
  margin-left: -4px;
  position: relative;
  top: 2px;
}
.footer-widget-social a i:hover {
  color: #52acb4;
}
.footer-widget.left ul li a:hover {
  color: #52acb4;
}
.footer-widget.left ul li a:hover::before {
  width: 100%;
}
/*----solutek copyright css-----*/
.row.copyright {
  border-top: 1px solid #1c2030;
  padding: 29px 0 0;
}
.copyright-list {
  text-align: right;
}
.copyright-list ul li {
  list-style: none;
  display: inline-block;
}
.copyright-list ul li a {
  display: inline-block;
  opacity: 0.6;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  margin-left: 37px;
  transition: 0.5s;
}
.copyright-text p {
  opacity: 0.6;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}
.copyright-list ul li a:hover {
  color: #ff3d00;
} */
/*=====================================
<--  end solutek footer-area Css -->
=======================================*/
/*=====================================
<-- start solutek Home two Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}
.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.widget-heading a {
  text-decoration: none;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 40px 32px;
}
.close-side-widget i {
  color: #0e264f;
  font-size: 28px;
  display: block;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.xs-bg-black {
  background-color: #e84927;
}
/*html css*/
.nav-logo {
  padding: 0 0 40px;
}
.nav-btn.navSidebar-button a {
  color: #e84927;
}
.sidebar-info-contents .widget-search {
  padding: 0 0 15px;
}
.sidebar-info-contents .widget {
  display: block;
}
.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 8px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.recent-gallery ul li {
  list-style: none;
}
.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}
.widget form {
  position: relative;
}
.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #303030;
  border: 1px solid #e9e9e9;
}
button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #e84927;
  border-radius: 0 4px 4px 0;
}
ul.list-style-one li {
  display: block;
  color: #fff;
  margin: 16px 0 0;
  overflow: hidden;
}
ul.list-style-one li span {
  font-size: 16px;
  font-weight: 600;
  color: #062462;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
}
ul.list-style-one li a {
  transition: 0.5s;
  color: #062462;
  text-decoration: none;
}
.recent-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.widget-gallery-thumb img {
  width: 100%;
}
/* Sidber Widget Tags CSS */
.sidebar-tag-item ul li {
  display: inline-block;
  list-style: none;
}
li.item1 {
  padding: 15px 0 0 !important;
}
.sidebar-tag-item a {
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 0;
  font-weight: 500;
  color: #e84927;
  border: 2px solid #e84927;
  transition: 0.5s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sidebar-tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e84927;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.sidebar-tag-item a:hover:before {
  transform: scale(1);
}
.sidebar-tag-item a:hover {
  color: #fff;
}
/* Social Icon */
.follow-company-icon.style-two a {
  color: #062462;
}
.follow-company-icon.style-two a:hover {
  color: #fff;
}
ul.list-style-one li a:hover span {
  background: #e84927;
  border-radius: 30px;
  color: #fff;
}
ul.list-style-one li a:hover {
  color: #e84927;
}
.follow-company-icon {
  display: inline-block;
  line-height: 0;
}
.follow-company-icon a {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  background-color: rgb(255, 255, 255, 0.19);
  position: relative;
  z-index: 1;
  margin-right: 15px;
  overflow: hidden;
}
.follow-company-icon.style-two a {
  color: #062462;
}
.follow-company-icon a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e84927;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.follow-company-icon a:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.solutek_nav_manu.style-two .solutek_menu > ul > li > a {
    color: #232323 !important;}
/* home style-two manu-area */
.solutek_nav_manu.style-two {
  padding: 15px 39px 12px;
}
.solutek_nav_manu.style-two .solutek_menu > ul > li > a {
  color: #232323 !important;
}
.solutek_nav_manu.style-two.sticky .solutek_menu > ul > li > a {
  color: #fff !important;
}
.solutek_nav_manu.style-two .solutek_menu > ul > li > a:hover {
  color: #52acb4 !important;
}
.solutek_nav_manu.style-two .header-menu-btn {
  text-align: right;
}
.solutek_nav_manu.style-two .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}
.solutek_nav_manu.style-two .sidebar-button a {
  color: #e84927;
  display: inline-block;
  background-color: rgb(255 59 0/7%);
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}
.solutek_nav_manu.style-two .solutek-btn a:hover {
  color: #fff;
}
/* hero-area style-two*/
.hero-area.style-two {
  background: url(assets/images/home-two/hero2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 70px;
  margin: 0 50px;
  border-radius: 40px 40px 0 0;
  height: 850px;
}
.hero-area.style-two .hero-contant h5 {
  margin-left: 18px;
}
.hero-area.style-two .hero-btn-shape {
  display: inline-block;
}
.hero-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 56px;
}
.hero-area.style-two .solutek-btn a:hover {
  color: #fff;
}
.hero-area.style-two .hero-thumb {
  position: relative;
  margin-top: 18px;
}
.hero-area.style-two .hero-thumb::before {
  display: none;
}
.hero-area.style-two .hero-thumb-shape {
  position: absolute;
  top: -27px;
  right: -120px;
}
.hero-area.style-two .hero-thumb-shape2 {
  position: absolute;
  left: 165px;
  bottom: -120px;
  z-index: -1;
}
.hero-area.style-two .hero-video-icon {
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 295px;
}
.hero-area.style-two .hero-video-icon a i {
  margin-left: 39px;
  z-index: revert-layer;
  top: -3px;
  left: 10px;
}
.hero-area.style-two .hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -22px;
  border-radius: 50%;
  top: -22px;
  border: 2px solid #fff;
  background: #fff;
  z-index: -1;
}
/*
<!-- =====================================-->
<!-- Start solutek marquee section css -->
<!-- =====================================-->*/
.marquee-section {
  position: relative;
  background-color: #52acb4;
  padding: 33px 0 33px;
  z-index: 1;
  margin: 0 50px;
  border-radius: 0 0 40px 40px;
}
.marquee-section .inner-container {
  max-width: 1820px;
  margin: 0 auto;
}
.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
.marquee-section .marquee-block .content-box {
  position: relative;
}
.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0;
}
.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}
.marquee-section .marquee-block .content-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.content-box .title a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
.content-box .title a:hover {
  color: #050a1e;
}
.content-box .title a i {
  margin-right: 39px;
}
/*
<!-- =====================================-->
<!-- Start solutek service Area style two  -->
<!-- =====================================-->*/
.service-area.style-two {
  padding: 50px 0 0px;
}
.service-area.style-two .section-title.text-center {
  margin-bottom: 82px;
}
.service-area.style-two .single-service-box {
  background: url(assets/images/home-two/serice-two-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px 0 35px 35px;
  padding: 32px 20px 56px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin-bottom: 75px;
  /* height: auto; */
}
.service-area.style-two .single-service-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #050a1e;
  top: -5px;
  right: 0;
  z-index: 1;
}
.service-area.style-two .single-service-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #52acb4;
;
  left: 66px;
  top: -5px;
  margin: 0 auto;
  z-index: 1;
}
.service-area.style-two .service-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url(assets/images/home-two/service-hover.png);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  border-radius: 35px 0 35px 35px;
  z-index: -1;
}
.service-area.style-two .service-title {
  font-size: 21px;
  color: #050a1e;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
  line-height: 26px;
}
.service-area.style-two .service-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgb(122 122 122 / 20%);
  margin: 0 auto;
  bottom: -22px;
  left: 0;
  right: 0;
}
.service-area.style-two .service-des {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 44px 0 14px;
  transition: 0.5s;
}
.service-area.style-two .service-icon {
  margin-bottom: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
/*all hover service */
.service-area.style-two .single-service-box:hover .service-box-inner::after {
  height: 100%;
  top: 0;
}
.service-area.style-two .single-service-box:hover {
  transform: translateY(-30px);
}
.service-area.style-two .single-service-box:hover .service-title {
  color: #fff;
}
.service-area.style-two .single-service-box:hover .service-des {
  color: #fff;
}
.service-area.style-two .single-service-box:hover .service-icon {
  background: #e84927;
}
.service-area.style-two .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-area.style-two .single-service-box:hover .service-title::before {
  background: #fff;
}
/*
<!-- =====================================-->
<!-- Start solutek about Area style-two  -->
<!-- =====================================-->*/
.about-area.style-two {
  border-radius: 40px;
  background: url(assets/images/home-two/about-bg.png);
  margin: 70px 50px 50px;
  padding: 50px 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-area.style-two h5.section-sub-title {
  margin-left: 18px;
}
.about-area.style-two:before {
  display: none;
}
.about-area.style-two p.section-title-descr {
  width: 96%;
}
.about-area.style-two .about-shape {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: -1;
}
.about-area.style-two .about-shape img {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.about-area.style-two .about-thumbail {
  position: relative;
}
.about-area.style-two .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 72px;
}
.about-area.style-two .about-list-item ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 400;
  border-bottom: 1px dashed rgb(122 122 122 / 40%);
  margin-bottom: 23px;
  padding-bottom: 15px;
}
.about-area.style-two .about-list-item ul li img {
  margin-right: 22px;
}
.about-area.style-two .about-section-content {
  margin-left: 100px;
}
.about-area.style-two .about-list-item {
  margin-top: 13px;
  margin-bottom: 48px;
}
.about-area.style-two .about-contact-box {
  display: inline-block;
}
.about-area.style-two .call-box {
  display: flex;
  align-items: center;
}
.about-area.style-two .about-contact {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 15px;
  transition: 0.5s;
}
.about-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 24px;
}
.about-area.style-two .about-contact-content h4 {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Fira Sans";
}
.about-area.style-two .about-contact-content p {
  font-size: 18px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  margin: 0;
}
.about-area.style-two .solutek-btn a:hover {
  color: #fff;
}
/*
<!-- =====================================-->
<!--start solutek team Area style-two-->
<!-- =====================================-->*/
.team-area.style-two {
  padding: 110px 0 90px;
}
.team-area.style-two .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-two .single-team-box {
  position: relative;
  margin-bottom: 30px;
}
.team-area.style-two .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 20px 20px;
}
.team-area.style-two .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-two .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #52acb4;
  left: 46px;
  top: -3px;
}
.team-area.style-two .single-team-thumb img {
  width: 100%;
}
.team-area.style-two .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-two .team-inner-title {
  background-color: #52acb4;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  opacity: 0;
  transition: 0.5s;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: 50% 0%;
  z-index: 9999;
}
.team-area.style-two .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-two .team-content h4 a {
  transition: 0.5s;
}
.team-area.style-two .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-two .team-social-icon {
  text-align: center;
  padding-top: 118px;
  transition: 0.5s;
  opacity: 0;
}
.team-area.style-two .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-two .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}
/*all hover team */
.team-area.style-two .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}
.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
}
.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}
.team-area.style-two .single-team-box:hover .team-social-icon {
  opacity: 1;
}
.team-area.style-two .team-social-icon ul li a:hover {
  color: #52acb4;
  text-decoration: underline;
}
.team-area.style-two .team-content h4 a:hover {
  color: #fff;
}
/*
<!-- =====================================-->
<!-- start solutek project Area style-two-->
<!-- =====================================-->*/
.project-area.styl-two {
  padding: 120px 0 65px;
  background: url(assets/images/home-two/project-bg-two.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 50px;
  border-radius: 40px 40px 0px 0px;
  position: relative;
}
.project-area.styl-two .project-section {
  margin: 0 240px;
}
.project-area.styl-two h5.section-sub-title {
  margin-left: 18px;
  background-color: #161a2b;
  border: 2px solid #40465d;
}
.project-area.styl-two .section-title.text-left {
  margin-bottom: 50px;
}
.project-area.styl-two .project-carousel {
  margin: 0 29px;
}
.project-area.styl-two h1.section-main-title {
  color: #fff;
}
.project-area.styl-two .project-single-box {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 3px 0 90px;
}
.project-area.styl-two .project-single-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #fff;
  right: 0;
  top: -3px;
}
.project-area.styl-two .project-single-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #52acb4;
  left: 66px;
  top: -3px;
}
.project-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(assets/images/home-two/project-effect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.project-thumb.style-two::before {
  background: url(assets/images/home-two/project-effect2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.project-thumb.style-three::before {
  background: url(assets/images/home-two/project-effect3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.project-thumb.style-four::before {
  background: url(assets/images/home-two/project-effect4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.project-area.styl-two .project-content {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
  background: transparent;
  border: 1px dashed #fff;
  padding: 4px 0 16px;
  width: 84%;
  margin: 0 auto;
  border-radius: 20px 0px 20px 20px;
  opacity: 0;
  transition: 0.5s;
}
.project-area.styl-two h4.project-title {
  margin: 0;
  line-height: 42px;
  transition: 0.5s;
}
.project-area.styl-two h4.project-title a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  font-size: 24px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.project-area.styl-two p.project-des {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins";
  margin: 0;
}
.project-area.styl-two .project-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
.project-area.styl-two .project-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: #161a2b;
  text-align: center;
  color: #52acb4;
  font-size: 32px;
  transform: rotate(-45deg);
}
.project-area.styl-two .project-shape {
  position: absolute;
  z-index: -1;
  bottom: -85px;
  transition: 0.5s;
  opacity: 0;
}
.project-area.styl-two .project-bg-shape {
  position: absolute;
  top: 75px;
  right: 165px;
}
/* all hover projcet two */
.project-area.styl-two .project-single-box:hover .project-thumb::before {
  width: 100%;
  top: 0;
}
.project-area.styl-two .project-single-box:hover .project-content {
  opacity: 1;
}
.project-area.styl-two .project-single-box:hover .project-shape {
  opacity: 1;
}
.project-area.styl-two .project-single-box:hover .project-icon span {
  background: #e84927;
  color: #fff;
}
/* project owl nav */
.project-area.styl-two .owl-prev,
.owl-next {
  display: inline-block;
}
.project-area.styl-two .owl-prev {
  margin-right: 32px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #161a2b;
  display: inline-block;
  text-align: center;
  border-radius: 10px 0px 10px 10px;
  color: #e84927;
  font-size: 22px;
  transition: 0.5s;
}
.project-area.styl-two .owl-prev:hover {
  background-color: #e84927;
  color: #fff;
}
.project-area.styl-two .owl-next {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #e84927;
  display: inline-block;
  text-align: center;
  border-radius: 10px 0px 10px 10px;
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.project-area.styl-two .owl-next:hover {
  background: #e84927;
  color: #fff;
}
.project-area.styl-two .owl-nav {
  position: absolute;
  right: 228px;
  top: -118px;
}
/*
<!-- ==========================================-->
<!-- start solutek project-area styl-three -->
<!-- =========================================-->*/
.project-area.style-three {
  background: url(assets/images/home-two/project-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 116px;
  margin: 0 50px;
  border-radius: 40px;
  position: relative;
}
.project-area.style-three .section-title.text-left {
  margin-bottom: 86px;
}
.project-area.style-three .project-single-box {
  text-align: center;
  background: #fff;
  border-radius: 10px 0 10px 10px;
  padding: 44px 30px 40px;
  margin: 0 22px 30px;
  position: relative;
}
.project-area.style-three .project-single-box.box-1::before {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape1.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -26px;
  top: -20px;
  height: 100%;
  width: 130%;
}
.project-area.style-three .project-single-box.box-2::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape2.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -22px;
  bottom: -130px;
  height: 100%;
  width: 130%;
}
.project-area.style-three .project-single-box.box-3::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape3.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -15px;
  top: -20px;
  height: 100%;
  width: 128%;
}
.project-single-box.down.box-4::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape4.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -17px;
  bottom: -135px;
  height: 100%;
  width: 115%;
}
.project-area.style-three .project-single-box.down {
  border-radius: 10px 10px 0px 10px;
}
.project-area.style-three h5.section-sub-title {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  margin-left: 18px;
}
.project-area.style-three p.section-des {
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
}
.project-area.style-three .project-title {
  margin-top: 18px;
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
}
.project-area.style-three .project-title a {
  display: inline-block;
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
  text-decoration: none;
}
.project-area.style-three .project-des {
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0;
}
.project-area.style-three .project-bg-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.project-area.style-three .project-bg-shape2 {
  position: absolute;
  right: 0;
  top: 240px;
}
/*
<!-- ==========================================-->
<!-- start solutek blog Area style-two-->
<!-- =========================================-->*/
.blog-area.style-two {
  background: #fff;
  padding: 50px 0 50px;
}
.blog-area.style-two h5.section-sub-title {
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
}
.blog-area.style-two .single-blog-box {
  position: relative;
  background: url(assets/images/home-two/blog-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
	
}
.blog-area.style-two .single-blog-box::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 3px;
  background-color: #050a1e;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.blog-area.style-two .single-blog-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #52acb4;
  left: 86px;
  top: -3px;
  margin: 0 auto;
  z-index: 1;
}
.blog-area.style-two .single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}
.blog-area.style-two .single-blog-thumb img {
  width: 100%;
    overflow: hidden;
    transition: 0.5s;
    object-fit: contain;
    min-height: 200px;
    max-height: 200px;
}
.blog-area.style-two .blog-meta-top {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.5s;
}
.blog-area.style-two .blog-meta-top a {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: #e84927;
  padding: 7px 19px;
  border-radius: 20px;
  font-family: "Fira Sans";
  font-weight: 400;
  transition: 0.5s;
}
.blog-area.style-two .blog-box-content {
  padding: 25px 30px 36px;
}
.blog-area.style-two .blog-box-content h3 {
  margin: 0;
}
.blog-area.style-two .meta-blog a span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.blog-area.style-two .meta-blog span i {
  display: inline-block;
  color: #52acb4;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}
.blog-area.style-two .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.blog-area.style-two .meta-blog p span {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}
.blog-area.style-two .blog-box-content h3 a {
  font-size: 20px;
    line-height: 34px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Fira Sans";
    text-decoration: none;
    padding: 22px 0 34px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-area.style-two .blog-button a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #52acb4;
  font-weight: 500;
  font-family: "Fira Sans";
  border-radius: 24px;
  background-color: #ffffff;
  padding: 8px 32px;
  transition: 0.5s;
	margin-top: 15px;
}
/* blog hover */
.blog-area.style-two .blog-button a:hover {
  color: #fff !important;
}
.blog-area.style-two .blog-meta-top a:hover {
  background: #fff;
  color: #52acb4;
}
.blog-area.style-two .single-blog-box:hover .blog-box-content a {
  color: #52acb4;
}
.blog-area.style-two .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}
.blog-area.style-two .single-blog-box:hover:before {
  width: 100%;
}
.blog-area.style-two .single-blog-box:hover .blog-meta-top {
  left: 134px;
}
.blog-area.style-two .single-blog-box:hover::after {
  left: 0;
  right: 0;
}
/* <!--solutek home page three Css--> */
/*---=====================================================
   <!--solutek top header area Css-->
=========================================================---*/
.top-header-area {
  background-color: #050a1e;
  padding: 12px 0;
}
.header-info ul li {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 50px;
}
.header-info li.exam-gmail {
  margin-right: 43px;
}
.header-info ul li i {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}
.top-header-social-icon ul li {
  list-style: none;
}
.top-header-social-icon {
  text-align: right;
}
.top-header-social-icon ul li {
  display: inline-block;
  color: #fff;
}
.top-header-social-icon ul li i {
  color: #050a1e;
  display: inline-block;
  font-size: 14px;
  margin-left: 13px;
  transition: 0.5s;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
}
.top-header-social-icon ul li i:hover{
  background-color: #52acb4;
  color:#fff;
}
/*solutek home page 03 css 
  -----------------------*/
/* home style-three manu-area */
.solutek_nav_manu.style-three {
  padding: 15px 90px 12px 140px;
}
.solutek_nav_manu.style-three .solutek_menu > ul > li > a {
  color: #232323 !important;
}
.solutek_nav_manu.style-three.sticky .solutek_menu > ul > li > a {
  color: #fff !important;
}
.solutek_nav_manu.style-three .solutek_menu > ul > li > a:hover {
  color: #52acb4 !important;
}
.solutek_nav_manu.style-three .header-menu-btn {
  text-align: right;
}
.solutek_nav_manu.style-three .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}
.solutek_nav_manu.style-three .sidebar-button a {
  color: #e84927;
  display: inline-block;
  background-color: rgb(255 59 0/7%);
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}
.solutek_nav_manu.style-three .solutek-btn a:hover {
  color: #fff;
}
.solutek_nav_manu.style-three .solutek-btn {
  display: inline-block;
  margin-left: 18px;
}
/* hero area home 03 */
/*---=====================================================
   <!--solutek hero Area style-three-->
=========================================================---*/
.hero-area.style-three {
  height: auto;
  background: #050a1e;
  margin: 0;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.main-banner .hero-contant {
  padding-top: 0px;
}
.hero-area.style-three .hero-contant {
  position: relative;
  padding-top: 130px;
}
.hero-area.style-three .hero-contant h6 {
  font-size: 16px;
  line-height: 42px;
  color: #52acb4;
  font-weight: 600;
  margin-left: 58px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.hero-area.style-three .hero-contant h6::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  border-radius: 3px;
  background-color: #52acb4;
  top: 20px;
  left: -57px;
}
.hero-area.style-three .hero-contant h6::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background-color: #52acb4;
  top: 20px;
  left: -33px;
}
.hero-area.style-three .hero-contant h1 {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700;
  display: inline;
}
.hero-area.style-three .hero-contant span {
  display: inline-block;
  font-size: 45px;
  line-height: 65px;
  color: #52acb4;
  font-weight: 700;
  margin-right: 10px;
}
.hero-area.style-three .hero-contant p {
  font-size: 19px;
  line-height: 28px;
  color: #eae7e7;
  width: 100%;
  opacity: 1;
  padding: 18px 0 40px;
}
.hero-area.style-three .solutek-btn {
  display: inline-block;
  margin-right: 16px;
}
.hero-area.style-three .hero-btn-3 {
  display: inline-block;
}
.hero-area.style-three .hero-btn-profile img {
  border: 2px solid #52acb4;
  border-radius: 100%;
  margin-right: 5px;
}
.hero-area.style-three .hero-btn-profile a {
  display: inline-block;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.hero-area.style-three .hero-btn-profile a span {
  display: inline-block;
  font-size: 15px !important;
  text-decoration: underline;
  text-transform: uppercase;
  color: #52acb4;
  font-weight: 700;
  margin-right: 5px;
}
.hero-area.style-three .hero-thumb-3 {
  position: relative;
  padding-top: 10px;
}
.hero-area.style-three .hero-thumb-shape {
  position: absolute;
  top: 10px;
}
.hero-area.style-three .hero-left-shape {
  position: absolute;
  top: -50px;
  left: -154px;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.hero-active .owl-prev {
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans";
  position: absolute;
  top: 190px;
  left: 55px;
}
.hero-active .owl-next{
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans";
  position: absolute;
  bottom: 190px;
  left: 55px;
}
.hero-active {
  position: relative;
}
.hero-active .owl-prev::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #e84927 0%, #05091d 100%);
  left: 13px;
  bottom: 200px;
}
.hero-active .owl-prev::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #05091d 0%, #e84927 100%);
  left: 13px;
  bottom: 36px;
}
/*---=====================================================
  <!-- Start solutek our service section  -->
=========================================================---*/
.our-service-section {
  background: url(assets/images/home-3/service-bg.png);
  padding: 110px 0 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.our-service-section .service-box{
  position: relative;
}
.our-service-section .single-service-box {
  background: url(assets/images/home-3/ser-box-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 35px 30px 135px 30px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 30px;
}
.our-service-section .service-icon {
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #52acb4;
  text-align: center;
}
.our-service-section h4.service-title {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
  transition: 0.5s;
  position: relative;
}
.our-service-section h4.service-title:hover {
  color:#52acb4
}
.our-service-section h4.service-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #e84927 100%);
  left: 0;
  bottom: -5px;
}
.our-service-section p.service-desc {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  padding-top: 18px;
}
.our-service-section .service-thumb {
  position: absolute;
  bottom: -80px;
  left: 28px;
}
.our-service-section .service-thumb img {
  width: 100%;
}
/*---=====================================================
  <!-- start solutek about section -->
=========================================================---*/
.about-section {
  background: url(assets/images/home-3/about3-bg.png);
  padding: 80px 0 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-section .about-contact {
  margin-left: 80px;
}
.about-section .about-box-item {
  display: flex;
  gap: 45px;
  padding-bottom: 40px;
}
.about-item-list {
  margin-bottom: 46px;
}
.about-section .about-item-list ul li {
  list-style: none;
  margin-left: 54px;
  position: relative;
  margin-bottom: 20px;
}
.about-section .about-item-list ul li::before {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #e84927 100%);
  left: -53px;
  top: 12px;
}
/*---=====================================================
   <!-- start solutek counter area -->
=========================================================---*/
.counter-area {
  position: relative;
  z-index: 1;
}
.counter-area .row.counter-item {
  background: url(assets/images/home-3/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 63px 0 60px;
  border-radius: 50px 0 0 0;
}
.counter-area .counter-single-box {
  text-align: center;
  position: relative;
}
.counter-area .counter-single-box::before {
  position: absolute;
  content: '';
  opacity: 0.302;
  width: 2px;
  height: 90px;
  background-color: #ffffff;
  top: 0;
  right: -16px;
}
.counter-area .counter-content h4, .counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 28px;
  color: #f4f4f4 !important;
  font-weight: 700;
}
.counter-area .counter-content p {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #f4f4f4;
  font-weight: 500;
  margin: 0;
}
.counter-area .counter-thumb {
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
}
.counter-area .counter-thumb img {
  width: 95%;
  height: 100%;
}
/*---=====================================================
   <!-- start solutek case studies area -->
=========================================================---*/
.case-studies-area {
  background-color: #050a1e;
  padding: 110px 0 65px;
}
.case-studies-box {
  border-radius: 25px;
  padding: 34px 80px;
  margin-bottom: 25px;
  background: linear-gradient(to bottom, #161A2B, #131729, #05091D);
}
.case-studies-content h4 a {
  font-size: 24px;
  line-height: 28px;
  color: #f4f4f4;
  font-weight: 600;
}
.case-studies-content h4 {
  font-size: 24px;
  color: #f4f4f4;
  font-weight: 600;
  font-family: "Poppins";
}
.case-studies-content h4 a {
  display: inline-block;
  transition: 0.5s;
}
.case-studies-content h5 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #52acb4;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 60px;
  position: relative;
  padding-bottom: 163px;
}
.case-studies-content h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #15192b 0%, #e84927 100%);
  left: -60px;
  top: 12px;
}
.case-studies-content h5 a {
  display: inline-block;
  transition: 0.5s;
}
.case-studies-btn a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  border-radius: 29px;
  background-color: #52acb4;
  padding: 13px 40px;
  transition: 0.5s;
}
.case-studies-btn a:hover{
  background: #fff;
  color:#52acb4;
}
.case-studies-single-box {
  transition: 0.5s;
}
.case-studies-thumb {
  position: relative;
}
.case-studies-single-box .case-studies-thumb img {
  width: 100%;
}
.case-studies-thumb::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255,60,0,0) 37%, rgba(255,60,0,0.9999999999999999) 100%);
  bottom: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 30px;
}
.case-studie-content {
  position: absolute;
  bottom: 25px;
  left: 78px;
}
.case-studie-content h3 {
  font-size: 22px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
}
.case-studie-content h6 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #52acb4;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 60px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.case-studie-content h6::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #05091d 0%, #e84927 100%);
  left: -62px;
  top: 12px;
}
.case-studies-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #52acb4;
  text-align: center;
  transition: 0.5s;
  float: right;
  transform: translateY(-95px);
  margin-right: 85px;
}
.case-studies-icon i {
  color: #fff;
  font-size: 22px;
}
/* all hover case studies */
.case-studies-single-box:hover .case-studies-thumb::before{
  width: 100%;
  left: 0;
}
.case-studies-single-box:hover .case-studie-content h6{
  color:#fff;
}
.case-studies-single-box:hover .case-studie-content h6::before{
  background-image: linear-gradient(270deg, #e84927 0%, #ffffff 100%);
}
.case-studies-single-box:hover .case-studies-icon{
  background: #050a1e;
}
/*---=====================================================
   <!--start solutek working proces area -->
=========================================================---*/
.working-proces-area {
  padding: 50px 0 50px;
}
.working-proces-area .section-title.text-center {
  margin-bottom: 62px;
}
.working-process-box {
  text-align: center;
  padding: 0 50px 0;
  position: relative;
  margin-bottom: 30px;
}
.working-process-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -81px;
  top: 73px;
  background: url(assets/images/home-3/process-shpae1.png);
  background-repeat: no-repeat;
}
.working-process-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -81px;
  top: 73px;
  background: url(assets/images/home-3/process-shape2.png);
  background-repeat: no-repeat;
}
.working-process-box.before-transprent:before {
  background: transparent;
}
.working-process-box.after-transprent:after {
  background: transparent;
}
.process-thumb {
  position: relative;
  margin-bottom: 40px;
}
.process-thumb:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  left: 148px;
  top: -13px;
  border: 2px dashed #52acb4;
  border-radius: 50%;
  animation: rotateme 20s linear infinite;
}
.process-number span {
  position: absolute;
  left: 8%;
  top: 13%;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #52acb4;
  transition: .5s;
  text-align: center;
}
.process-content h4 {
  margin: 20px 0 10px;
  transition: .5s;
  font-size: 26px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
}
.process-content p {
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  text-align: center;
  transition: 0.5s;
}
.working-process-bottom p, .working-process-bottom p span {
  font-size: 17px;
  line-height: 50px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  padding-top: 28px;
}
.working-process-bottom p span{
  color:#52acb4;
}
/*---=====================================================
   <!-- start solutek-faq Area style-two-->
=========================================================---*/
.faq-area.style-two {
  background: url(assets/images/home-3/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.faq-area.style-two .section-title.text-left {
  margin-bottom: 55px;
  padding-top: 115px;
}
.faq-area.style-two .faq-thumb {
  position: relative;
  right: -54px;
}
.faq-area.style-two .accordion li a {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: #f4f4f4;
}
.faq-area.style-two ul.accordion a.active span {
  color: #52acb4 !important;
}
.faq-area.style-two .accordion li p {
  padding: 44px 20px 21px 25px;
}
.faq-area.style-two .accordion li {
  padding: 0 0 30px;
}
/*---=====================================================
   <!--solutek Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
  background: url(assets/images/breadcumb-bg.webp);
  padding: 230px 0 170px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: -77px 0px 0 -16px;
}
.breadcumb-area.about {
  padding: 200px 0 150px;
  margin-top: 0;
}
.breadcumb-content {
  text-align: center;
}
.breadcumb-content h4 {
  font-size: 55px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans";
}
ul.breadcumb-list {
  margin-top: 24px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #161a2b;
}
.breadcumb-content ul li {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #52acb4;
  font-weight: 500;
  font-family: "Fira Sans";
}
li.list-arrow {
  color: #fff !important;
}
.breadcumb-content ul li a {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  cursor: pointer;
}
/* <!--==================================================-- */
/* <!--start solutek about us Area -- */
/* <!--==================================================--> */
.about-us-area {
  background: #fff;
  padding: 50px 0 50px;
  position: relative;
}
.about-us-area .section-title.text-left {
  margin-bottom: 10px;
}
.about-us-content {
  position: relative;
}
.about-us-list {
  margin-bottom: 53px;
}
.about-us-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.about-us-list ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #e84927;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.about-us-list ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #050a1e;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 30px;
}
.single-counter-box {
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  right: 103px;
  top: 8px;
  padding: 65px 45px 30px;
}
.counter-icon {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
}
.about-us-area .counter-content h4,
.counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 26px;
  color: #52acb4;
  font-weight: 600;
}
.counter-content h4 span {
  display: inline-block;
}
.counter-content p {
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
}
.about-us-thumb {
  position: relative;
  z-index: 1;
}
.about-us-video-icon {
  background: #fff;
  display: inline-block;
  padding: 45px 30px 45px 60px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 0;
}
.about-us-video-icon a i {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  background: #e84927;
  border-radius: 50%;
  padding: 10px;
}
.about-us-video-icon a i::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #050a1e;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  top: 33px;
  left: 48px;
  z-index: -1;
}
.about-us-video-icon a span {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  color: #52acb4;
  padding-left: 30px;
}
.about2-us-shape {
  position: absolute;
  left: 20px;
  top: 170px;
  animation: bounceleft 4s linear infinite;
}
.about-us-shape {
  position: absolute;
  left: 45px;
  bottom: 0;
  animation: bounceleft 4s linear infinite;
}
.about-us-shape2 {
  position: absolute;
  right: 0;
  top: 0px;
}
/*---=====================================================
  <!-- start solutek project Area style-two -->
=========================================================---*/
.project-area.style-two {
  padding: 50px 0 50px;
  background: url(assets/images/inner/project-bg-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  margin: 0 50px;
}
.project-area.style-two .row.project {
  padding: 0 260px 0;
}
/*---=====================================================
<!-- start solutek service Area style-two-->
=========================================================---*/
.sservice-area.style-two {
  padding: 50px 0 50px;
}
.sservice-area.style-two .single-service-box {
  padding: 0 0 38px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
  height: auto;
}
.sservice-area.style-two .service-thumb {
  transition: 0.5s;
  transform: scale(1);
}
.sservice-area.style-two .service-thumb img {
  width: 100%;
}
.sservice-area.style-two .service-icon {
  margin-bottom: 33px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 33px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 31px;
  top: 57%;
  transition: 0.5s;
}
.sservice-area.style-two .service-content {
  padding: 25px 20px 0 25px;
}
.sservice-area.style-two h3.service-title {
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  transition: 0.5s;
  line-height: 25px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 20px;
}
.sservice-area.style-two h3 .service-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #ffff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}
.sservice-area.style-two .service-btn i {
  display: inline-block;
  color: #52acb4;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}
.sservice-area.style-two p.service-text {
  margin: 0;
  padding: 9px 0 23px;
  transition: 0.5s;
  color: #7a7a7a;
}
.sservice-area.style-two .services-shape {
  position: absolute;
  bottom: 27px;
  right: 30px;
  transition: 0.5s;
}
/* all hover */
.sservice-area.style-two .single-service-box:hover h3.service-title {
  color: #e84927;
}
.service-single-box:hover .service-btn a,
.service-single-box:hover .service-btn a i {
  color: #fff !important;
}
.sservice-area.style-two .single-service-box:hover .service-btn i {
  background: #e84927;
  color: #fff;
}
.sservice-area.style-two .single-service-box:hover .services-shape {
  filter: brightness(1) invert(0);
}
.sservice-area.style-two .single-service-box:hover .service-thumb {
  transform: scale(1.1);
}
/*---=====================================================
<!--start solutek team Area style-inner-->
=========================================================---*/
.team-area.style-inner {
  padding: 50px 0 50px;
  background-color: #f4f4f4;
}
.team-area.style-inner .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-inner .single-team-box {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 20px 0px 0px 0px;
  margin-bottom: 30px;
}
.team-area.style-inner .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 0px 0px;
}
.team-area.style-inner .single-team-box::after {
  position: absolute;
  content: "";
  width: 304px;
  height: 300px;
  background-image: url(assets/images/inner/team-shape.png);
  background-repeat: no-repeat;
  bottom: -150px;
  left: 0;
  border-radius: 100%;
}
.team-area.style-inner .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-inner .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #52acb4;
  left: 46px;
  top: -3px;
}
.team-area.style-inner .single-team-thumb img {
  width: 73%;
  padding-top: 200px;
  z-index: 2;
  position: relative;
}
.team-area.style-inner .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-inner .team-inner-title {
  background-color: #52acb4;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  transition: 0.5s;
}
.team-area.style-inner .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-inner .team-content h4 a {
  transition: 0.5s;
}
.team-area.style-inner li.list-line a {
  color: red !important;
  text-decoration: underline !important;
}
.team-area.style-inner .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-inner .team-social-icon {
  text-align: center;
  padding-top: 23px;
  transition: 0.5s;
}
.team-area.style-inner .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-inner .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #050a1e;
  transition: 0.5s;
}
/*all hover team */
.team-area.style-inner .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}
.team-area.style-inner .single-team-box:hover .team-social-icon ul li a {
  color: #fff;
}
/*---=====================================================
<!-- Start solutek Team Details Area-->
=========================================================---*/
.team-details-area {
  padding: 122px 0 88px;
  background: #f4f4f4;
}
.team-thumb img {
  width: 100%;
}
.team-details-area .team-member-title h4 {
  font-size: 36px;
  margin: 0;
}
.team-details-area p.desc {
  margin-top: 34px;
  margin-bottom: 45px;
}
.team-details-area .contact-info-box {
  background: #fff;
  padding: 29px 25px 27px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 11px;
}
.team-details-area .contact-info-icon i {
  display: inline-block;
  color: #e84927;
  border: 2px solid #e84927;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: 0.5s;
}
.team-details-area .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}
.team-details-area .contact-info-content p {
  font-size: 26px;
  color: #e84927;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-social-icon ul li {
  font-size: 22px;
  color: #041424;
  font-weight: 600;
  margin-top: 49px;
  display: inline-block;
}
.team-details-area .team-details-social-icon ul li i {
  background: #e5e7e9;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #111;
  font-size: 14px;
  margin-left: 7px;
  transition: 0.5s;
}
.team-details-area .team-details-social-icon ul li i:hover {
  background: #e84927;
  color: #fff;
}
.team-details-area .team-details-location-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}
.team-details-area .team-details-location-box .contact-info-content p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-skills {
  margin-top: 115px;
}
.team-details-area .team-details-skills h4 {
  font-size: 36px;
  margin: 0 0 49px;
}
.team-details-area .skill {
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
.team-details-area .contact_from_box {
  margin-top: 115px;
}
.team-details-area .form_box input {
  background: transparent;
}
.team-details-area .form_box input {
  border: 1px solid rgba(122, 122, 122, 0.5);
  height: 60px;
  border-radius: 15px;
  padding: 0 23px 0;
  margin-bottom: 21px;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.team-details-area .form_box textarea {
  background: transparent;
}
.team-details-area .form_box textarea {
  border: 1px solid rgba(122, 122, 122, 0.5);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: 0.5s;
  border-radius: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/
.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}
.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}
.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #e84927;
  display: block;
  position: relative;
  border-radius: 100px;
}
/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #e84927;
}
.skill-bar {
  position: relative;
}
.skill1 .skill-count1 {
  right: 0;
}
.skill2 .skill-count2 {
  right: 0;
}
/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/
.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}
.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}
.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #e84927;
  display: block;
  position: relative;
  border-radius: 100px;
}
/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #e84927;
}
.skill-bar {
  position: relative;
}
.skill1 .skill-count1 {
  right: 0;
}
.skill2 .skill-count2 {
  right: 0;
}
/*---=====================================================
 <!-- Start solutek services details area css-->
=========================================================---*/
.services-details-area {
  padding: 122px 0 121px;
  background-color: #f4f4f4;
}
.services-details-thumb img {
  width: 100%;
}
.services-details-content {
  padding-top: 18px;
}
h4.services-details-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #050a1e;
  font-weight: 700;
}
p.services-details-desc {
  margin-top: 24px;
  font-size: 17px;
  color: #7a7a7a;
}
.service-details-content h4 {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
}
.service-details-content p {
  font-size: 17px;
  color: #7a7a7a;
}
.service-details-list {
  padding-top: 12px;
}
.service-details-list li {
  list-style: none;
  font-size: 20px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 500;
}
.service-details-list li i {
  color: #e84927;
  margin-right: 12px;
}
.service-detalis-text-box,
.service-details-icon-box {
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 20px 36px 32px;
  margin-top: 28px;
}
.service-det-content h3 {
  font-size: 24px;
  line-height: 48px;
  color: #050a1e;
  font-weight: 600;
  margin: 40px 0 15px;
}
.service-details-icon-box {
  padding: 41px 36px 32px;
}
.services-details-area .tab_container {
  position: relative;
  margin-top: 95px;
}
.services-details-area .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
  color: #e84927 !important;
  font-weight: 500;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 0px 20px 0px 30px;
}
.services-details-area .accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 66px;
  font-weight: 500;
  margin-left: 20px;
}
.services-details-area ul.accordion a.active {
  color: #fff !important;
  background: #050a1e !important;
}
.services-details-area ul.accordion a.active span {
  color: #fff !important;
  background: #050a1e !important;
}
.services-details-area .accordion li p {
  display: none;
  font-size: 16px;
  color: #7a7a7a;
  padding: 25px 0 10px 30px;
  margin: 0;
}
/*widget-sidber css*/
.widget-sidber {
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
  border: 2px solid #fff;
  border-radius: 20px;
}
.widget-sidber-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 46px;
  position: relative;
}
.widget-sidber-content h4:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #e84927;
}
.widget-category ul li img {
  margin-right: 12px;
  transition: 0.5s;
}
.widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.widget-category ul li {
  list-style: none;
}
.widget-category ul li a {
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: #001819;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #ffff;
  text-transform: uppercase;
}
.widget-category ul li a:hover {
  color: #fff;
}
.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #52acb4;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.widget-category ul li a:hover:before {
  width: 100%;
  left: 0;
}
.widget-category ul li i {
  color: black;
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}
.widget-category ul li a:hover i {
  opacity: 1;
  color: #fff;
}
.widget-sidber-download-button a {
  display: inline-block;
  background: #00181a;
  width: 100%;
  color: #fff;
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.widget-sidber-download-button a.active {
  background: #e84927 !important;
}
.widget-sidber-download-button i {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.widget-sidber-download-button a.active i {
  color: #fff;
}
.widget-sidber-download-button span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}
.widget-sidber-download-button a.active span i {
  color: #fff;
}
/*sidber contact*/
.widget-sidber-contact-box {
  background: url(assets/images/inner/sidber-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}
p.widget-sidber-contact-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}
h3.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 14px;
}
span.widget-sidber-contact-gmail {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
span.widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: #e84927;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background: #e84927;
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid #e84927;
}
.widget-sidber-contact-btn a:hover {
  background: transparent;
  color: #e84927;
}
.widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
/* widget search */
.widget-sidber {
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}
.widget_search form {
  position: relative;
}
.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: #012549;
  outline: 0 !important;
  border: transparent !important;
}
button.icons {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: #1e1e1e;
  background: transparent;
  opacity: 0.7;
}


.tc-minimal-contact-form input.wpcf7-form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid rgba(122, 122, 122, 0.5);
    padding-left: 17px;
    width: 100%;
}

.tc-minimal-contact-form .wpcf7-textarea{
	    border-radius: 6px;
	 width: 100%;
	  padding-left: 17px;
	 border: 1px solid rgba(122, 122, 122, 0.5);
	padding-top:15px;
	height:150px;
}

/* recent post */
.sidber-widget-recent-post {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 19px;
	    flex-wrap: wrap;
}
.recent-widget-content a {
  transition: 0.5s;
  width: 95%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #050a1e;
  font-weight: 600;
}
.sidber-widget-recent-post:hover .recent-widget-content a {
  color: #e84927 !important;
}
.recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: #e84927;
}
/* widget tag */
.widget-catefories-tags a {
  display: inline-block;
  color: #101010;
  font-weight: 500;
  background: #fff;
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.widget-catefories-tags a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #e84927;
  transition: 0.5s;
  z-index: -1;
}
.widget-catefories-tags a:hover {
  color: #fff;
}
.widget-catefories-tags a:hover:before {
  width: 100%;
  left: 0;
}
/*---=====================================================
	<!-- Start solutek case study area css -->
=========================================================---*/
.case-study-area {
  padding: 100px 0 90px;
}
.case_study_nav {
  margin: 0 0 60px;
}
.case_study_menu {
  text-align: center;
}
.case_study_menu ul {
  background: #f4f4f4;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
}
.case_study_menu ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 14px 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
.case_study_menu ul li:hover {
  color: #fff;
}
.case_study_menu ul li::before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #e84927;
  clip-path: polygon(-1% 0, 0 0, -25% 104%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
}
.case_study_menu ul li:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.case_study_menu ul li:hover::before {
  width: 100%;
  z-index: -1;
}
li.current_menu_item {
  color: #fff !important;
  background: #e84927 !important;
}
.case-study-single-box {
  margin-bottom: 85px;
  margin-right: 70px;
}
.case-study-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 35px 27px;
  border-radius: 20px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 30px;
  left: 90px;
  width: 84%;
  transition: 0.5s;
}
.case-study-thumb {
  position: relative;
}
.case-study-thumb img {
  width: 100%;
}
.case-study-title h5 {
  font-size: 16px;
  line-height: 26px;
  color: #52acb4;
  font-weight: 400;
  margin: 0;
}
.case-study-title h3 {
  margin: 0;
  line-height: 44px;
}
.case-study-title h3 a {
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
}
.case-study-title h3 a:hover {
  color: #e84927;
}
.case-study-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #050a1e;
  text-align: center;
  transition: 0.5s;
}
.case-study-content:hover .case-study-icon {
  background: #e84927;
}
.case-study-icon i {
  color: #ffffff;
  font-size: 26px;
}
/*---=====================================================
<!--start solutek project details area css -->
=========================================================---*/
.project-details-area {
  padding: 123px 0 93px;
  background: #f4f4f4;
}
.project-details-thumb img {
  width: 100%;
}
.row.project-box-info {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 60px 0 68px;
  padding: 55px 0 15px;
}
.project-details-box p {
  font-size: 18px;
  color: #7a7a7a;
  margin: 0;
}
.project-details-box h6 {
  font-size: 24px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 600;
  font-family: 'Fira Sans';
}
.project-details-box {
  padding-left: 96px;
  margin-bottom: 20px;
}
.project-details-content h4 {
  font-size: 30px;
  color: #050a1e;
  font-weight: 600;
}
p.project-details-desc {
  font-size: 17px;
  margin-bottom: 27px;
  width: 96%;
}
.project-details-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}
.project-details-list-item h4 {
  font-size: 28px;
}
.project-details-list-item ul li {
  list-style: none;
  font-size: 17px;
  line-height: 39px;
}
.project-details-list-item ul li i {
  display: inline-block;
  color: #e84927;
  font-size: 19px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
a.project-details-text {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: #e84927;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 19px;
}
.project-details-item-images img {
  width: 100%;
}
.widget-sidber-contact-btn a {
  padding: 16px 70px 15px;
}
/*---=====================================================
<!-- Start solutek blog Area css style-grid-->
=========================================================---*/
.blog-area.style-grid .single-blog-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 26px 36px;
  margin-bottom: 30px;
}
.blog-area.style-grid .single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}
.blog-area.style-grid  .single-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-area.style-grid  .blog-box-content {
  padding: 25px 20px 5px 10px;
}
.blog-area.style-grid .meta-blog a span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}
.blog-area.style-grid .meta-blog span i {
  display: inline-block;
  color: #52acb4;
  margin-right: 15px;
}
.blog-area.style-grid .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.blog-area.style-grid .meta-blog p span {
  display: inline-block;
  margin-right: 15px;
}
.blog-area.style-grid .blog-box-content h3 {
  margin: 0;
}
.blog-area.style-grid .blog-box-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Fira Sans";
  text-decoration: none;
  padding: 22px 0 34px;
  transition: 0.5s;
}
.blog-area.style-grid .blog-button a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #050a1e;
  font-family: "Fira Sans";
  border-radius: 22px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgb(122 122 122 /25%);
  transition: 0.5s;
}
.blog-area.style-grid .blog-button a i {
  margin-left: 10px;
}
.blog-area.style-grid .blog-button a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ff3d00;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}
/* all hover grid */
.blog-area.style-grid .blog-box-content h3 a:hover{
  color:#e84927;
}
.blog-area.style-grid .blog-button:hover a{
  color:#fff;
}
.blog-area.style-grid .blog-button a:hover::before{
  transform: scale(1);
}
.blog-area.style-grid .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}
/*---=====================================================
<!-- Start solutek blog details css-->
=========================================================---*/
.blog-details-area {
  padding: 119px 0 119px;
}
.blog-details-thumb {
  overflow: hidden;
}
.blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-details-thumb img:hover {
  transform: scale(1.2);
}
.blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid #2222;
}
.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area span.mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area span.mate-text:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: #e84927;
}
.blog-details-area .meta-blog i {
  display: inline-block;
  color: #e84927;
  padding-right: 9px;
}
.blog-details-area .meta-blog img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
h4.blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}
p.blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: #f4f4f4;
  padding: 41px 51px 40px;
  margin-top: 48px;
  border-radius: 10px;
}
.blog-details-quote img {
  position: relative;
  top: 8px;
}
.blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: #001819;
}
.blog-details-quote img {
  position: relative;
  top: 8px;
  color: #001819;
}
.blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: #001819;
  position: relative;
}
.blog-details-author-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: #e84927;
}
h3.blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}
p.blog-details-desc.two {
  width: 95%;
}
.blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-details-list-item ul li {
  list-style: none;
}
.blog-details-list-item ul li i {
  display: inline-block;
  color: #e84927;
  font-size: 18px;
  margin-right: 16px;
}
h3.blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}
p.blog-details-desc.three {
  width: 100%;
}
.blog-details-socila-box {
  border: 1px solid #2222;
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}
.blog-details-category span a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  font-weight: 500;
  color: #001819;
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}
.blog-details-category span a:hover {
  background: #e84927;
  color: #fff;
}
.blog-details-category span a.active-class {
  background: #e84927;
  color: #fff;
}
.blog-details-social-icon {
  text-align: right;
}
.blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-social-icon ul li i {
  display: inline-block;
  background: #e84927;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
}
.blog-details-social-icon ul li:nth-child(2) i {
  background: #00aff5;
}
.blog-details-social-icon ul li:nth-child(3) i {
  background: #050a1e;
}
.blog-details-social-icon ul li:nth-child(4) i {
  background: #b7071c;
}
/* Comment CSS */
.single-comment-area {
  background: #f4f4f4;
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}
.blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}
.blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid #22222214;
  padding: 29px 29px 25px;
}
.blog-details-comment.style-two {
  margin-left: 105px;
}
.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}
.blog-details-comment-content {
  overflow: hidden;
}
.blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}
.blog-details-comment-content p {
  font-size: 15px;
  margin: 13px 0 0;
}
.blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}
.blog-details-comment-reply a {
  background: #e84927;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}
.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}
.blog-details-area .contact-input-box input {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .contact-input-box textarea {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}
.input-check-box span {
  font-size: 15px;
  margin-left: 7px;
}
.blog-details-submi-button button {
  background: #e84927;
  color: #fff;
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #e84927;
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-submi-button button:hover {
  color: #e84927;
}
.blog-details-submi-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-submi-button button:hover:before {
  width: 100%;
  left: 0;
}
/*---=====================================================
<!-- Start solutek google map area -->
=========================================================---*/
.google-map iframe {
  width: 100%;
  height: 600px;
}
/*---start-curser---*/
.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #ff3d00;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}
.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ff3d00;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}
/*
<!-- ============================================================== -->
<!-- solutek Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #e84927 0%, #e84927 100%);
  background-image: -ms-linear-gradient(0deg, #e84927 0%, #e84927 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #e84927;
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #52acb4 0%, #52acb4 100%);
  background-image: -webkit-linear-gradient(0deg, #52acb4 0%, #52acb4 100%);
  border-radius: 100%;
}
.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}
.scroll-area.home-two .top-wrap .go-top-button {
  background: #00aff5;
}
.scroll-area.home-two .top-wrap .go-top-button::after {
  background-image: -moz-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
  background-image: -webkit-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*===========================
<-- solutek Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #e84927;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #ff3d00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #ffff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*/ Here comes the Magic /*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 52%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}
/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
/*===========================
<-- corporate Bounce Animation Css -->
=============================*/
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes rotateIt2 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ripple-red */
.ripple {
  -webkit-animation: ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
}
@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0);
  }
}
/* scroll animation marquee */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.rotateme {
  animation: rotate-1 15s linear infinite;
}
@keyframes rotate-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*bounce-left-right-animation*/
@keyframes bounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
.banner-main-title h1{
  color: #fff;
}
.main-header {
background-color: #fff;
    position: relative;
    z-index: 9;
}
.logo_img img {
    width: 100%;
}
.main_sticky  img {
    width: 100%;
}
 .footer-logo  img {
    width: 100%;
    max-width: 230px;
}
.testi-box-heigh .testi-single-box {
    height: auto;
}
.dyn-365-crm-implement-why-choose-us .service-single-box {
    height: 400px;
}
.dyn-365-crm-implement-our-benefits .single-service-box {
    height: 585px;
}
.dyn-365-crm-implement-our-services .single-service-box {
    height: 710px;
}
.ai-test-why-choose-us .service-single-box {
    height: 400px;
}
.ai-test-our-benefits .single-service-box {
    height: 625px;
}
.ai-test-our-services .single-service-box {
    height: 660px;
}
.hir-pow-bi-dev-why-choose-us .service-single-box {
    height: 390px;
}
.hir-pow-bi-dev-our-benefits .single-service-box {
    height: 585px;
}
.hir-pow-bi-dev-our-services .single-service-box {
    height: 700px;
}
.dedicat-qa-team-manag-test-why-choose-us .service-single-box {
    height: 370px;
}
.dedicat-qa-team-manag-test-our-benefits .single-service-box {
    height: 520px;
}
.dedicat-qa-team-manag-test-our-services .single-service-box {
    height: 655px;
}
.powbi-supp-opti-why-choose-us .service-single-box {
    height: 425px;
}
.powbi-supp-opti-our-benefits .single-service-box {
    height: 560px;
}
.powbi-supp-opti-our-services .single-service-box {
  height: 710px;
}
.dn-app-supp-maint-why-choose-us .service-single-box {
  height: 410px;
}
.dn-app-supp-maint-our-benefits .single-service-box {
  height: 630px;
}
.dn-app-supp-maint-our-services .single-service-box {
  height: 655px;
}
.dyn-365-inte-with-third-party-app-why-choose-us .service-single-box {
  height: 400px;
}
.dyn-365-inte-with-third-party-app-our-benefits .single-service-box {
  height: 555px;
}
.dyn-365-inte-with-third-party-app-our-services .single-service-box {
  height: 735px;
}
.dyn-365-busi-cent-implement-why-choose-us .service-single-box {
  height: 410px;
}
.dyn-365-busi-cent-implement-our-benefits .single-service-box {
  height: 515px;
}
.dyn-365-busi-cent-implement-our-services .single-service-box {
  height: 660px;
}
.hir-qa-eng-why-choose-us .service-single-box {
  height: 370px;
}
.hir-qa-eng-our-benefits .single-service-box {
  height: 550px;
}
.hir-qa-eng-our-services .single-service-box {
  height: 685px;
}
.hir-salse-dev-why-choose-us .service-single-box {
  height: 400px;
}
.hir-salse-dev-our-benefits .single-service-box {
  height: 580px;
}
.hir-salse-dev-our-services .single-service-box {
  height: 715px;
}
.powbi-data-inte-why-choose-us .service-single-box {
  height: 400px;
}
.powbi-data-inte-our-benefits .single-service-box {
  height: 480px;
}
.powbi-data-inte-our-services .single-service-box {
  height: 660px;
}
.menu-soft-test-why-choose-us .service-single-box {
  height: 350px;
}
.menu-soft-test-our-benefits .single-service-box {
  height: 575px;
}
.menu-soft-test-our-services .single-service-box {
  height: 710px;
}
.salesfor-manag-serv-suppor-why-choose-us .service-single-box {
  height: 345px;
}
.salesfor-manag-serv-suppor-our-benefits .single-service-box {
  height: 450px;
}
.salesfor-manag-serv-suppor-our-services .single-service-box {
  height: 600px;
}
.salesfor-sale-cloud-serv-clou-setu-why-choose-us .service-single-box {
  height: 350px;
}
.salesfor-sale-cloud-serv-clou-setu-our-benefits .single-service-box {
  height: 585px;
}
.salesfor-sale-cloud-serv-clou-setu-our-services .single-service-box {
  height: 660px;
}
.how-we-work-our-approach .service-single-box {
  height: 445px;
}
.how-we-work-our-process .single-service-box {
  height: 760px;
}
.appli-secu-test-why-choose-us .service-single-box {
    padding-bottom: 40px;
}
.appli-secu-test-our-benefits .single-service-box {
  height: 550px;
}
.appli-secu-test-our-services .single-service-box {
  height: 670px;
}
.perform-load-test-why-choose-us .service-single-box {
  height: 380px;
}
.perform-load-test-our-benefits .single-service-box {
  height: 520px;
}
.perform-load-test-our-services .single-service-box {
  height: 680px;
}
.automat-test-serv-for-web-mobil-why-choose-us .service-single-box {
  height: 375px;
}
.automat-test-serv-for-web-mobil-our-benefits .single-service-box {
  height: 420px;
}
.automat-test-serv-for-web-mobil-our-services .single-service-box {
  height: 580px;
}
.hir-dyna-365-dev-why-choose-us .service-single-box {
  height: 400px;
}
.hir-dyna-365-dev-our-benefits .single-service-box {
  height: 560px;
}
.hir-dyna-365-dev-our-services .single-service-box {
  height: 720px;
}
.salesfor-integrat-why-choose-us .service-single-box {
  height: 425px;
}
.salesfor-integrat-our-benefits .single-service-box {
  height: 625px;
}
.salesfor-integrat-our-services .single-service-box {
  height: 635px;
}
.hir-dotnet-dev-why-choose-us .service-single-box {
  height: 380px;
}
.hir-dotnet-dev-our-benefits .single-service-box {
  height: 525px;
}
.hir-dotnet-dev-our-services .single-service-box {
  height: 645px;
}
.salesfor-custom-dev-why-choose-us .service-single-box {
  height: 420px;
}
.salesfor-custom-dev-our-benefits .single-service-box {
  height: 565px;
}
.salesfor-custom-dev-our-services .single-service-box {
  height: 660px;
}
.salesfor-crm-implemen-serv-why-choose-us .service-single-box {
  height: 335px;
}
.salesfor-crm-implemen-serv-our-benefits .single-service-box {
  height: 505px;
}
.salesfor-crm-implemen-serv-our-services .single-service-box {
  height: 610px;
}
.powbi-dashb-dev-why-choose-us .service-single-box {
  height: 350px;
}
.powbi-dashb-dev-our-benefits .single-service-box {
  height: 495px;
}
.powbi-dashb-dev-our-services .single-service-box {
  height: 600px;
}
.powbi-consul-serv-why-choose-us .service-single-box {
  height: 370px;
}
.powbi-consul-serv-our-benefits .single-service-box {
  height: 450px;
}
.powbi-consul-serv-our-services .single-service-box {
  height: 600px;
}
.dyn-365-suppo-manag-servi-why-choose-us .service-single-box{
  height: 350px;
}
.dyn-365-suppo-manag-servi-our-benefits .single-service-box{
  height: 355px;
}
.dyn-365-suppo-manag-servi-our-services .single-service-box{
  height: 640px;
}
.dyn-365-cust-dev-why-choose-us .service-single-box{
  height: 350px;
}
.dyn-365-cust-dev-our-benefits .single-service-box{
  height: 490px;
}
.dyn-365-cust-dev-our-services .single-service-box{
  height: 575px;
}
.dn-cloud-app-dev-why-choose-us .service-single-box{
  height: 330px;
}
.dn-cloud-app-dev-our-benefits .single-service-box{
  height: 400px;
}
.dn-cloud-app-dev-our-services .single-service-box{
  height: 570px;
}
.dn-cor-dev-why-choose-us .service-single-box{
  height: 325px;
}
.dn-cor-dev-our-benefits .single-service-box{
  height: 430px;
}
.dn-cor-dev-our-services .single-service-box{
  height: 655px;
}
.dn-app-dev-why-choose-us .service-single-box{
  height: 335px;
}
.dn-app-dev-our-benefits .single-service-box{
  height: 400px;
}
.dn-app-dev-our-services .single-service-box{
  height: 565px;
}
.servi-our-services .single-service-box{
  height: 400px;
}
.abou-why-choose-us .service-single-box {
    height: 540px;
}
.abou-what-we-do .single-service-box {
    height: 675px;
}
.abou-our-vision .single-service-box {
    height: 580px;
}
.ind-services-we-offer .service-single-box {
    height: 600px;
} 
.ind-why-choose-techclovity .single-service-box {
    height: 380px;
}
.ind-our-technologies .service-single-box {
    height: 500px;
}
/* .techno .service-single-box {
    background: #ffff;
    border-radius: 15px;
    padding: 45px 35px 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 570px;
    display: flex;
    flex-direction: column;
} */
/* .serv-we-off .service-single-box {
    background: #ffff;
    border-radius: 15px;
    padding: 45px 35px 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 600px;
    display: flex;
    flex-direction: column;
} */
/* .our-serv .single-service-box {
    padding: 0 0 38px;
    height: 600px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
} */
/* .why-choose .service-single-box {
    background: #ffff;
    border-radius: 15px;
    padding: 45px 35px 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 635px;
    display: flex;
    flex-direction: column;
} */
/* .busi-benef .single-service-box {
    background: url(assets/images/home-two/serice-two-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 35px 0 35px 35px;
    padding: 32px 20px 56px;
    text-align: center;
    position: relative;
    transition: 0.5s;
    margin-bottom: 75px;
    height: 400px;
} */
/* .our-process .single-service-box {
    padding: 0 0 38px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
    height: 580px;
} */
.service-btn a:hover {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
h2.section-main-title span {
    display: inline-block;
    color: #52acb4;
}
.testimon-colo .section-main-title {
  color: #fff;
}
.mean-container .mean-nav {
    max-height: 80vh;   /* control height */
    overflow-y: auto;   /* enable vertical scroll */
}
.form_box select {
    border: 1px solid rgba(122, 122, 122, 0.5);
    height: 60px;
    border-radius: 15px;
    padding: 0 23px 0;
    margin-bottom: 21px;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}
/* ≤1199px (small laptops / large tablets) */
@media (max-width: 1199px) {
    .form_box select {
        height: 55px;
        font-size: 15px;
        padding: 0 20px;
    }
}
/* ≤991px (tablet) */
@media (max-width: 991px) {
    .form_box select {
        height: 50px;
        font-size: 14px;
        padding: 0 18px;
        border-radius: 12px;
    }
}
/* ≤767px (mobile) */
@media (max-width: 767px) {
    .form_box select {
        height: 48px;
        font-size: 14px;
        padding: 0 15px;
        border-radius: 10px;
    }
}
.breadcumb-content p{
  color: #e9e4e4;
}
/* Services Tab Section - Techclovity Style */
.home-tabination {
    background: #f4f4f4;
}
.home-tabination .secondary-gradient-title {
    color: #52acb4;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}
.home-tabination-content {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 28px;
    border: 1px solid #52acb4;
    border-radius: 18px;
    padding: 28px;
    background: #fff;
}
/* Left tabs */
.home-tabination .tab-list-area ul {
    padding: 0;
    margin: 0;
}
.home-tabination .tab-link {
    list-style: none;
    background: #141414;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}
.home-tabination .tab-link.active-tab,
.home-tabination .tab-link:hover {
    background: linear-gradient(90deg, #52acb4 0%, #e84927 100%);
    color: #000;
}
/* Right content */
.home-tabination .tab-content {
    display: none !important;
}
.home-tabination .tab-content.active-content {
    display: flex !important;
    flex-direction: column !important;
}
.home-tabination .tab-content-area {
    position: relative;
}
.home-tabination .card {
    background: transparent;
    border: none;
    box-shadow: none;
}
.home-tabination .white-600-bg {
    background: #e84927 !important;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 24px;
}
.home-tabination .primary-gradient-title {
    color: #fff;
    font-weight: 800;
}
.home-tabination .f-22 {
    font-size: 22px;
}
.home-tabination .f-20 {
    font-size: 20px;
    margin-top: 8px;
    display: block;
}
.home-tabination p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
.home-tabination .grid-column-2 {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
}
.home-tabination ul {
    padding-left: 0;
    margin-bottom: 0;
}
.home-tabination ul li {
    list-style: none;
}
.home-tabination ul li a {
    color: #52acb4;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    transition: 0.3s ease;
}
.home-tabination ul li a::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #e84927;
}
.home-tabination ul li a:hover {
    color: #e84927;
}
/* CTA Button */
.home-tabination .btn-view {
    margin-top: 80px;
}
.home-tabination .btn-glow {
    background: #52acb4;
    color: #fff;
    border: 2px solid #52acb4;
    border-radius: 12px;
    padding: 15px 34px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.home-tabination .btn-glow:hover {
    background: #000;
    /* border-color: #e84927; */
    color: #fff;
}
/* Tablet */
@media (max-width: 991px) {
    .home-tabination-content {
        grid-template-columns: 1fr;
    }
    .home-tabination .secondary-gradient-title {
        font-size: 34px;
    }
    .home-tabination .grid-column-2 {
        grid-template-columns: 1fr;
    }
    .home-tabination .btn-view {
        justify-content: flex-start !important;
        margin-top: 40px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .home-tabination .secondary-gradient-title {
        font-size: 28px;
    }
    .home-tabination-content {
        padding: 18px;
        border-radius: 14px;
    }
    .home-tabination .tab-link {
        font-size: 15px;
        padding: 14px 16px;
        margin-bottom: 10px;
    }
    .home-tabination .white-600-bg {
        padding: 20px;
    }
    .home-tabination p,
    .home-tabination ul li a {
        font-size: 14px;
    }
    .home-tabination .btn-glow {
        width: 100%;
        text-align: center;
    }
}
/* @media only screen 
and (min-width: 768px) 
and (max-width: 1024px) {
    .contact-area {
        background-size: 50% auto;
        background-position: right 40px center;
        background-repeat: no-repeat;
        background-color: #fff;
    }
} */
.tech-contact-highlight {
    padding: 50px 0;
    background: linear-gradient(135deg, rgba(82,172,180,0.08), rgba(232,73,39,0.06), #fff);
    position: relative;
    overflow: hidden;
}
.tech-contact-highlight::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(82,172,180,0.18);
    border-radius: 50%;
    top: -90px;
    left: -80px;
}
.tech-contact-highlight::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(232,73,39,0.12);
    border-radius: 50%;
    right: -70px;
    bottom: -80px;
}
.tech-contact-highlight .container {
    position: relative;
    z-index: 2;
}
.tech-contact-content {
    padding: 42px;
    background: #fff;
    border-radius: 24px;
    border-left: 5px solid #52acb4;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.tech-contact-content h2 {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    margin-bottom: 22px;
}
.tech-contact-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 32px;
}
.tech-contact-features {
    margin-bottom: 35px;
}
.tech-feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 14px 16px;
    background: rgba(82,172,180,0.08);
    border-radius: 12px;
    transition: 0.3s ease;
}
.tech-feature-box:hover {
    transform: translateX(6px);
    background: rgba(232,73,39,0.08);
}
.tech-feature-box .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #52acb4, #e84927);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}
.tech-feature-box .text {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}
.tech-contact-btn a {
    display: inline-block;
    padding: 16px 34px;
    background: linear-gradient(90deg, #52acb4, #e84927);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 12px 25px rgba(232,73,39,0.22);
}
.tech-contact-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(82,172,180,0.25);
}
.tech-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.tech-stat-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(82,172,180,0.25);
    border-radius: 22px;
    padding: 42px 24px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 18px 45px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
}
.tech-stat-card::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #52acb4, #e84927);
    opacity: 0.12;
    border-radius: 50%;
    top: -25px;
    right: -25px;
}
.tech-stat-card:hover {
    transform: translateY(-8px);
    border-color: #e84927;
}
.tech-stat-card h3 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #52acb4, #e84927);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tech-stat-card p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin: 0;
    font-weight: 600;
}
@media (max-width: 991px) {
    .tech-contact-highlight {
        padding: 70px 0;
    }
    .tech-contact-content {
        padding: 34px;
        margin-bottom: 45px;
    }
    .tech-contact-content h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .tech-contact-highlight {
        padding: 55px 0;
    }
    .tech-contact-content {
        padding: 26px 20px;
    }
    .tech-contact-content h2 {
        font-size: 25px;
    }
    .tech-contact-content p {
        font-size: 15px;
    }
    .tech-stats-wrapper {
        grid-template-columns: 1fr;
    }
    .tech-stat-card {
        padding: 30px 20px;
    }
    .tech-stat-card h3 {
        font-size: 40px;
    }
    .tech-feature-box .text {
        font-size: 14px;
    }
    .tech-contact-btn a {
        width: 100%;
        text-align: center;
    }
}
/* Tablet */
@media (max-width: 991px) {
    .contact-side-img {
        max-width: 360px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .contact-box {
        margin-top: 30px;
    }
    .contact-side-img {
        max-width: 100%;
        border-radius: 15px;
    }
}
.process-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
}
.process-content {
  height: 100px;
  min-height: 370px;
  padding: 20px 20px;
  border-radius: 24px;
  border: 1px solid rgba(38,168,224,0.18);
  box-shadow: 0 12px 35px rgba(42,62,80,0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
/* remove hover effect */
.process-content:hover {
  transform: none;
}
@media (max-width: 991px) {
  .process-content {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .process-row {
    grid-template-columns: 1fr;
  }
  .process-content {
    min-height: auto;
    height: auto;
    padding: 35px 24px;
  }
}
/* ==========================================
   Techclovity Thank You Page
   Brand Colours:
   Blue: #4fc1f0
   Orange: #e84927
=========================================== */
.tc-thankyou-page {
    --tc-blue: #4fc1f0;
    --tc-orange: #e84927;
    overflow: hidden;
}
.tc-thankyou-page *,
.tc-thankyou-page *::before,
.tc-thankyou-page *::after {
    box-sizing: border-box;
}
/* ==========================================
   Thank You Hero Section
=========================================== */
.tc-thankyou-hero {
    display: flex;
    align-items: center;
    min-height: 650px;
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(79, 193, 240, 0.28),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(232, 73, 39, 0.18),
            transparent 30%
        );
}
.tc-thankyou-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.tc-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    margin: 0 auto 25px;
    color: var(--tc-orange);
    font-size: 48px;
    border: 3px solid var(--tc-orange);
    border-radius: 50%;
    background: rgba(232, 73, 39, 0.08);
    box-shadow: 0 15px 35px rgba(232, 73, 39, 0.22);
    animation: tcSuccessPulse 2.2s infinite;
}
.tc-small-title {
    display: inline-block;
    margin-bottom: 17px;
    padding: 8px 18px;
    color: var(--tc-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border: 1px solid var(--tc-orange);
    border-radius: 50px;
    background: rgba(232, 73, 39, 0.06);
}
.tc-thankyou-content h1 {
    max-width: 800px;
    margin: 0 auto 22px;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
}
.tc-thankyou-content h1::after {
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 50px;
    background: var(--tc-orange);
    content: "";
}
.tc-thankyou-content > p {
    max-width: 710px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.8;
}
.tc-thankyou-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.tc-primary-btn,
.tc-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 27px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.tc-primary-btn {
    color: var(--tc-orange);
    border: 2px solid var(--tc-orange);
    background: rgba(232, 73, 39, 0.06);
    box-shadow: 0 12px 28px rgba(232, 73, 39, 0.18);
}
.tc-primary-btn:hover {
    color: var(--tc-blue);
    border-color: var(--tc-blue);
    background: rgba(79, 193, 240, 0.12);
    transform: translateY(-3px);
}
.tc-secondary-btn {
    color: var(--tc-blue);
    border: 2px solid var(--tc-blue);
    background: rgba(79, 193, 240, 0.08);
}
.tc-secondary-btn:hover {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.08);
    transform: translateY(-3px);
}
.tc-response-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 28px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-left: 3px solid var(--tc-blue);
    background: rgba(79, 193, 240, 0.08);
}
.tc-response-note i {
    color: var(--tc-orange);
    font-size: 17px;
}
.tc-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.tc-shape-one {
    top: 70px;
    left: -80px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(79, 193, 240, 0.12);
}
.tc-shape-two {
    right: -65px;
    bottom: 45px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(232, 73, 39, 0.1);
}
@keyframes tcSuccessPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 73, 39, 0.25);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(232, 73, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(232, 73, 39, 0);
    }
}
/* ==========================================
   Common Section Heading
=========================================== */
.tc-section-heading {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}
.tc-section-heading > span,
.tc-services-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--tc-orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tc-section-heading h2,
.tc-services-heading h2 {
    margin: 0 0 16px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}
.tc-section-heading h2::after {
    display: block;
    width: 65px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 30px;
    background: var(--tc-blue);
    content: "";
}
.tc-section-heading p,
.tc-services-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}
/* ==========================================
   What Happens Next Section
=========================================== */
.tc-next-steps {
    padding: 100px 0;
    background: rgba(79, 193, 240, 0.06);
}
.tc-step-card {
    position: relative;
    height: 100%;
    min-height: 310px;
    padding: 40px 32px 35px;
    overflow: hidden;
    border: 1px solid rgba(79, 193, 240, 0.45);
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 12px 35px rgba(79, 193, 240, 0.12);
    transition: all 0.35s ease;
}
.tc-step-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--tc-orange);
    content: "";
    transition: height 0.35s ease;
}
.tc-step-card:hover {
    border-color: var(--tc-orange);
    box-shadow: 0 20px 45px rgba(232, 73, 39, 0.14);
    transform: translateY(-8px);
}
.tc-step-number {
    position: absolute;
    top: 20px;
    right: 24px;
    color: rgba(232, 73, 39, 0.16);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}
.tc-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 26px;
    color: var(--tc-blue);
    font-size: 29px;
    border: 2px solid var(--tc-blue);
    border-radius: 12px;
    background: rgba(79, 193, 240, 0.09);
    transition: all 0.35s ease;
}
.tc-step-card:hover .tc-step-icon {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.09);
    transform: rotateY(180deg);
}
.tc-step-card h3 {
    position: relative;
    margin: 0 0 14px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
}
.tc-step-card p {
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}
/* ==========================================
   Services Navigation Section
=========================================== */
.tc-services-section {
    padding: 100px 0;
    background: rgba(232, 73, 39, 0.04);
}
.tc-services-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 65px;
    padding: 60px;
    border: 1px solid rgba(232, 73, 39, 0.3);
    border-radius: 20px;
    background: transparent;
    box-shadow: 0 18px 50px rgba(232, 73, 39, 0.09);
}
.tc-services-heading h2 {
    font-size: 38px;
}
.tc-services-heading h2::after {
    display: block;
    width: 65px;
    height: 4px;
    margin-top: 18px;
    border-radius: 30px;
    background: var(--tc-blue);
    content: "";
}
.tc-service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.tc-service-link {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 14px 17px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(79, 193, 240, 0.5);
    border-radius: 10px;
    background: rgba(79, 193, 240, 0.05);
    transition: all 0.3s ease;
}
.tc-service-link > i:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--tc-blue);
    font-size: 20px;
    border: 1px solid var(--tc-blue);
    border-radius: 8px;
    background: rgba(79, 193, 240, 0.08);
    transition: all 0.3s ease;
}
.tc-service-link span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.tc-service-link > i:last-child {
    color: var(--tc-orange);
    font-size: 16px;
    transition: all 0.3s ease;
}
.tc-service-link:hover {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.07);
    box-shadow: 0 12px 25px rgba(232, 73, 39, 0.12);
    transform: translateY(-3px);
}
.tc-service-link:hover > i:first-child {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.08);
}
.tc-service-link:hover > i:last-child {
    color: var(--tc-blue);
    transform: translate(3px, -3px);
}
/* ==========================================
   Tablet Responsive
=========================================== */
@media only screen and (max-width: 991px) {
    .tc-thankyou-hero {
        min-height: 600px;
        padding: 90px 0;
    }
    .tc-thankyou-content h1 {
        font-size: 46px;
    }
    .tc-next-steps,
    .tc-services-section {
        padding: 80px 0;
    }
    .tc-section-heading h2,
    .tc-services-heading h2 {
        font-size: 36px;
    }
    .tc-services-wrapper {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 45px;
    }
    .tc-services-heading {
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }
    .tc-services-heading h2::after {
        margin-right: auto;
        margin-left: auto;
    }
}
/* ==========================================
   Mobile Responsive
=========================================== */
@media only screen and (max-width: 767px) {
    .tc-thankyou-hero {
        min-height: auto;
        padding: 75px 0;
    }
    .tc-success-icon {
        width: 78px;
        height: 78px;
        margin-bottom: 22px;
        font-size: 39px;
    }
    .tc-small-title {
        padding: 7px 14px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    .tc-thankyou-content h1 {
        font-size: 35px;
        line-height: 1.25;
    }
    .tc-thankyou-content > p {
        font-size: 16px;
        line-height: 1.7;
    }
    .tc-thankyou-buttons {
        flex-direction: column;
        width: 100%;
    }
    .tc-primary-btn,
    .tc-secondary-btn {
        width: 100%;
        max-width: 330px;
    }
    .tc-response-note {
        align-items: flex-start;
        max-width: 330px;
        line-height: 1.6;
    }
    .tc-next-steps,
    .tc-services-section {
        padding: 65px 0;
    }
    .tc-section-heading {
        margin-bottom: 35px;
    }
    .tc-section-heading h2,
    .tc-services-heading h2 {
        font-size: 30px;
    }
    .tc-step-card {
        min-height: auto;
        padding: 32px 25px;
    }
    .tc-step-number {
        font-size: 53px;
    }
    .tc-services-wrapper {
        gap: 32px;
        padding: 32px 22px;
        border-radius: 14px;
    }
    .tc-service-links {
        grid-template-columns: 1fr;
    }
}
/* ==========================================
   Small Mobile Responsive
=========================================== */
@media only screen and (max-width: 480px) {
    .tc-thankyou-hero {
        padding: 60px 0;
    }
    .tc-thankyou-content h1 {
        font-size: 29px;
    }
    .tc-thankyou-content > p {
        font-size: 15px;
    }
    .tc-section-heading h2,
    .tc-services-heading h2 {
        font-size: 27px;
    }
    .tc-section-heading p,
    .tc-services-heading p {
        font-size: 15px;
    }
    .tc-step-card h3 {
        font-size: 21px;
    }
    .tc-shape-one,
    .tc-shape-two {
        display: none;
    }
}
/* ==========================================
   Techclovity Responsive 404 Page
   Brand Colours:
   Blue: #4fc1f0
   Orange: #e84927
=========================================== */
.tc-404-page {
    --tc-blue: #4fc1f0;
    --tc-orange: #e84927;
    position: relative;
    overflow: hidden;
}
.tc-404-page *,
.tc-404-page *::before,
.tc-404-page *::after {
    box-sizing: border-box;
}
/* ==========================================
   Main 404 Section
=========================================== */
.tc-404-section {
    position: relative;
    min-height: 700px;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(79, 193, 240, 0.22),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 48%,
            rgba(232, 73, 39, 0.15),
            transparent 27%
        );
}
.tc-404-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 70px;
    max-width: 1100px;
    margin: 0 auto;
}
/* ==========================================
   404 Number Visual
=========================================== */
.tc-404-visual {
    position: relative;
    text-align: center;
}
.tc-error-label {
    display: inline-block;
    margin-bottom: 25px;
    padding: 8px 18px;
    color: var(--tc-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid var(--tc-orange);
    border-radius: 50px;
    background: rgba(232, 73, 39, 0.06);
}
.tc-error-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--tc-blue);
    font-size: 180px;
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -12px;
}
.tc-error-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    color: var(--tc-orange);
    font-size: 54px;
    letter-spacing: normal;
    border: 8px solid var(--tc-orange);
    border-radius: 50%;
    background: rgba(232, 73, 39, 0.05);
    box-shadow: 0 15px 35px rgba(232, 73, 39, 0.18);
    animation: tcSearchMove 3s ease-in-out infinite;
}
.tc-error-line {
    width: 190px;
    height: 6px;
    margin: 32px auto 0;
    overflow: hidden;
    border-radius: 50px;
    background: rgba(79, 193, 240, 0.25);
}
.tc-error-line::before {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 50px;
    background: var(--tc-orange);
    animation: tcErrorLine 2.5s ease-in-out infinite;
    content: "";
}
@keyframes tcSearchMove {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-12px) rotate(-8deg);
    }
}
@keyframes tcErrorLine {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* ==========================================
   404 Content
=========================================== */
.tc-404-content h1 {
    margin: 0 0 22px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.22;
}
.tc-404-content h1::after {
    display: block;
    width: 75px;
    height: 4px;
    margin-top: 20px;
    border-radius: 30px;
    background: var(--tc-orange);
    content: "";
}
.tc-404-content p {
    max-width: 590px;
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.8;
}
.tc-404-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.tc-404-primary-btn,
.tc-404-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.tc-404-primary-btn {
    color: inherit;
    border: 2px solid var(--tc-orange);
    background: rgba(232, 73, 39, 0.08);
    box-shadow: 0 12px 28px rgba(232, 73, 39, 0.15);
}
.tc-404-primary-btn:hover {
    color: var(--tc-blue);
    border-color: var(--tc-blue);
    background: rgba(79, 193, 240, 0.12);
    transform: translateY(-3px);
}
.tc-404-secondary-btn {
    color: inherit;
    border: 2px solid var(--tc-blue);
    background: rgba(79, 193, 240, 0.08);
}
.tc-404-secondary-btn:hover {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.08);
    transform: translateY(-3px);
}
/* ==========================================
   Helpful Links
=========================================== */
.tc-helpful-links {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 100px auto 0;
    padding-top: 70px;
    border-top: 1px solid rgba(79, 193, 240, 0.35);
}
.tc-helpful-heading {
    max-width: 650px;
    margin: 0 auto 40px;
    text-align: center;
}
.tc-helpful-heading > span {
    display: block;
    margin-bottom: 8px;
    color: var(--tc-orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tc-helpful-heading h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}
.tc-helpful-heading h2::after {
    display: block;
    width: 65px;
    height: 4px;
    margin: 17px auto 0;
    border-radius: 30px;
    background: var(--tc-blue);
    content: "";
}
.tc-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.tc-quick-link {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 110px;
    padding: 22px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(79, 193, 240, 0.45);
    border-radius: 12px;
    background: rgba(79, 193, 240, 0.05);
    box-shadow: 0 10px 30px rgba(79, 193, 240, 0.08);
    transition: all 0.35s ease;
}
.tc-quick-link:hover {
    color: inherit;
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.05);
    box-shadow: 0 18px 38px rgba(232, 73, 39, 0.12);
    transform: translateY(-6px);
}
.tc-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--tc-blue);
    font-size: 25px;
    border: 2px solid var(--tc-blue);
    border-radius: 10px;
    background: rgba(79, 193, 240, 0.08);
    transition: all 0.35s ease;
}
.tc-quick-link:hover .tc-quick-icon {
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background: rgba(232, 73, 39, 0.08);
    transform: rotateY(180deg);
}
.tc-quick-content h3 {
    margin: 0 0 5px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}
.tc-quick-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
.tc-link-arrow {
    color: var(--tc-orange);
    font-size: 18px;
    transition: all 0.3s ease;
}
.tc-quick-link:hover .tc-link-arrow {
    color: var(--tc-blue);
    transform: translate(4px, -4px);
}
/* ==========================================
   Decorative Shapes
=========================================== */
.tc-404-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.tc-404-shape-one {
    top: 70px;
    left: -85px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(79, 193, 240, 0.12);
}
.tc-404-shape-two {
    right: -75px;
    bottom: 110px;
    width: 210px;
    height: 210px;
    border: 30px solid rgba(232, 73, 39, 0.09);
}
/* ==========================================
   Large Tablet
=========================================== */
@media only screen and (max-width: 1199px) {
    .tc-404-wrapper {
        gap: 45px;
    }
    .tc-error-number {
        font-size: 155px;
    }
    .tc-error-icon {
        width: 110px;
        height: 110px;
        font-size: 47px;
    }
    .tc-404-content h1 {
        font-size: 42px;
    }
}
/* ==========================================
   Tablet
=========================================== */
@media only screen and (max-width: 991px) {
    .tc-404-section {
        padding: 85px 0;
    }
    .tc-404-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 760px;
        text-align: center;
    }
    .tc-404-content h1 {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }
    .tc-404-content h1::after {
        margin-right: auto;
        margin-left: auto;
    }
    .tc-404-content p {
        margin-right: auto;
        margin-left: auto;
    }
    .tc-404-buttons {
        justify-content: center;
    }
    .tc-helpful-links {
        margin-top: 80px;
        padding-top: 60px;
    }
}
/* ==========================================
   Mobile
=========================================== */
@media only screen and (max-width: 767px) {
    .tc-404-section {
        min-height: auto;
        padding: 70px 0;
    }
    .tc-404-wrapper {
        gap: 42px;
    }
    .tc-error-label {
        margin-bottom: 20px;
        padding: 7px 14px;
        font-size: 12px;
    }
    .tc-error-number {
        gap: 9px;
        font-size: 110px;
        letter-spacing: -7px;
    }
    .tc-error-icon {
        width: 80px;
        height: 80px;
        font-size: 34px;
        border-width: 6px;
    }
    .tc-error-line {
        width: 145px;
        height: 5px;
        margin-top: 25px;
    }
    .tc-404-content h1 {
        font-size: 34px;
    }
    .tc-404-content p {
        font-size: 16px;
        line-height: 1.7;
    }
    .tc-404-buttons {
        flex-direction: column;
        width: 100%;
    }
    .tc-404-primary-btn,
    .tc-404-secondary-btn {
        width: 100%;
        max-width: 330px;
    }
    .tc-helpful-links {
        margin-top: 65px;
        padding-top: 50px;
    }
    .tc-helpful-heading {
        margin-bottom: 32px;
    }
    .tc-helpful-heading h2 {
        font-size: 30px;
    }
    .tc-link-grid {
        grid-template-columns: 1fr;
    }
    .tc-404-shape-one,
    .tc-404-shape-two {
        display: none;
    }
}
/* ==========================================
   Small Mobile
=========================================== */
@media only screen and (max-width: 480px) {
    .tc-404-section {
        padding: 55px 0;
    }
    .tc-error-number {
        gap: 6px;
        font-size: 82px;
        letter-spacing: -5px;
    }
    .tc-error-icon {
        width: 62px;
        height: 62px;
        font-size: 26px;
        border-width: 5px;
    }
    .tc-404-content h1 {
        font-size: 28px;
    }
    .tc-404-content p {
        font-size: 15px;
    }
    .tc-helpful-heading h2 {
        font-size: 26px;
    }
    .tc-quick-link {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
        min-height: 100px;
        padding: 18px;
    }
    .tc-quick-icon {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }
    .tc-link-arrow {
        display: none;
    }
    .tc-quick-content h3 {
        font-size: 18px;
    }
}
/* ==========================================
   Techclovity New Footer
=========================================== */
.tc-main-footer {
    --tc-blue: #4fc1f0;
    --tc-orange: #e84927;
    --tc-white: #ffffff;
    --tc-muted: rgba(255, 255, 255, 0.7);
    --tc-border: rgba(255, 255, 255, 0.17);
    --tc-dark-background: #020c19;
    --tc-panel-background: #061426;
    position: relative;
    padding: 38px 0 0;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(2, 12, 25, 0.96),
            rgba(2, 12, 25, 0.98)
        ),
        url("assets/images/footer-bg.png") center center / cover no-repeat;
}
.tc-main-footer *,
.tc-main-footer *::before,
.tc-main-footer *::after {
    box-sizing: border-box;
}
.tc-main-footer a {
    text-decoration: none;
}
/* ==========================================
   Top CTA
=========================================== */
.tc-footer-cta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.85fr);
    align-items: center;
    min-height: 185px;
    padding: 28px 55px;
    overflow: hidden;
    border: 1px solid rgba(79, 193, 240, 0.8);
    border-radius: 16px;
    background:
        linear-gradient(
            105deg,
            rgba(4, 20, 39, 0.97),
            rgba(2, 13, 27, 0.97)
        );
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}
.tc-footer-cta::before {
    position: absolute;
    top: -85px;
    right: -25px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.6;
    background-image:
        radial-gradient(
            circle,
            var(--tc-blue) 1.4px,
            transparent 1.6px
        );
    background-size: 10px 10px;
    mask-image:
        radial-gradient(
            circle,
            transparent 0 28%,
            #000 29% 69%,
            transparent 70%
        );
    -webkit-mask-image:
        radial-gradient(
            circle,
            transparent 0 28%,
            #000 29% 69%,
            transparent 70%
        );
    content: "";
}
.tc-footer-cta-left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 45px;
}
.tc-footer-rocket {
    display: flex;
    flex: 0 0 128px;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    color: #ffffff;
    border: 1px solid #4fc1f0;
    border-radius: 50%;
    background: rgba(79, 193, 240, 0.06);
    box-shadow:
        inset 0 0 30px rgba(79, 193, 240, 0.09),
        0 15px 35px rgba(0, 0, 0, 0.2);
}
.tc-footer-rocket .fa-rocket {
    display: inline-block;
    color: #ffffff;
    font-size: 56px;
    line-height: 1;
    transform: rotate(-45deg);
}
.tc-footer-rocket::after {
    position: absolute;
    width: 23px;
    height: 6px;
    margin-top: 58px;
    margin-left: -54px;
    border-radius: 20px;
    background: #e84927;
    box-shadow:
        -7px 10px 0 -1px #e84927,
        -15px 19px 0 -2px #e84927;
    content: "";
}
.tc-footer-cta-title span {
    display: block;
    margin-bottom: 6px;
    color: var(--tc-blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.tc-footer-cta-title h2 {
    margin: 0;
    color: var(--tc-white);
    font-size: clamp(28px, 2.3vw, 40px);
    font-weight: 700;
    line-height: 1.18;
}
.tc-footer-cta-right {
    position: relative;
    z-index: 2;
    padding-left: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.tc-footer-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 68px;
    padding: 9px 28px 9px 12px;
    color: var(--tc-white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid var(--tc-orange);
    border-radius: 10px;
    background: var(--tc-orange);
    box-shadow: 0 12px 30px rgba(232, 73, 39, 0.25);
    transition: 0.3s ease;
}
.tc-footer-send-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--tc-white);
    font-size: 24px;
    border-radius: 50%;
    background: var(--tc-dark-background);
}
.tc-footer-cta-button:hover {
    color: var(--tc-white);
    border-color: var(--tc-blue);
    background: var(--tc-blue);
    transform: translateY(-3px);
}
.tc-footer-cta-right p {
    margin: 15px 0 0;
    color: var(--tc-muted);
    font-size: 16px;
    line-height: 1.6;
}
/* ==========================================
   Main Footer Grid
=========================================== */
.tc-footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(250px, 1.25fr)
        minmax(280px, 1.1fr)
        minmax(210px, 0.78fr)
        minmax(280px, 1fr);
    padding: 50px 0 55px;
}
.tc-footer-column {
    min-width: 0;
    padding: 0 38px;
    border-right: 1px solid var(--tc-border);
}
.tc-footer-column:first-child {
    padding-left: 8px;
}
.tc-footer-column:last-child {
    padding-right: 0;
    border-right: 0;
}
/* ==========================================
   About Column
=========================================== */
.tc-footer-logo img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
}
.tc-footer-logo-line {
    width: 50px;
    height: 3px;
    margin: 18px 0 34px;
    border-radius: 10px;
    background: var(--tc-blue);
}
.tc-footer-about > p {
    max-width: 390px;
    margin: 0;
    color: var(--tc-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.tc-footer-social-area {
    margin-top: 55px;
}
.tc-footer-social-area h3 {
    margin: 0 0 23px;
    color: var(--tc-white);
    font-size: 20px;
    font-weight: 600;
}
.tc-footer-social-icons {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
}
.tc-footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--tc-blue);
    font-size: 24px;
    border: 1px solid rgba(79, 193, 240, 0.28);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.015);
    transition: 0.3s ease;
}
.tc-footer-social-icons a:nth-child(4),
.tc-footer-social-icons a:nth-child(5) {
    color: var(--tc-orange);
}
.tc-footer-social-icons a:hover {
    color: var(--tc-white);
    border-color: var(--tc-orange);
    background: var(--tc-orange);
    transform: translateY(-4px);
}
/* ==========================================
   Footer Headings
=========================================== */
.tc-footer-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 36px;
}
.tc-footer-heading-icon {
    color: var(--tc-blue);
    font-size: 27px;
    line-height: 1;
}
.tc-footer-heading h3 {
    margin: 0;
    color: var(--tc-white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}
.tc-footer-heading-line {
    width: 48px;
    height: 3px;
    margin: 12px 0 19px 42px;
    border-radius: 20px;
    background: var(--tc-blue);
}
/* ==========================================
   Footer Lists
=========================================== */
.tc-footer-links {
    margin: 0;
    padding: 0;
}
.tc-footer-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tc-footer-links li a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}
.tc-footer-links li a:hover {
    color: var(--tc-blue);
}
/* Services List */
.tc-service-list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.tc-service-list li:last-child {
    border-bottom: 0;
}
.tc-service-list li a {
    display: grid;
    grid-template-columns: 16px 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 46px;
}
.tc-service-list li a > i:first-child {
    color: var(--tc-orange);
    font-size: 17px;
    font-weight: 700;
}
.tc-service-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tc-blue);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}
.tc-service-symbol i {
    color: var(--tc-blue);
    font-size: 20px;
}
/* Quick Links */
.tc-quick-links li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.tc-quick-links li:last-child {
    border-bottom: 0;
}
.tc-quick-links li a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
}
.tc-quick-links li a > i {
    color: #4fc1f0;
    font-size: 21px;
    transition: 0.3s ease;
}
.tc-quick-links li a:hover > i {
    color: var(--tc-orange);
}
.tc-footer-links.tc-quick-links li a:hover > i {
    color: #4fc1f0;
}
/* ==========================================
   Contact Column
=========================================== */
.tc-contact-list {
    padding-top: 8px;
}
.tc-contact-item {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.tc-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: var(--tc-blue);
    font-size: 23px;
    border: 1px solid rgba(79, 193, 240, 0.75);
    border-radius: 50%;
    background: rgba(79, 193, 240, 0.03);
}
.tc-contact-content span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    line-height: 1.4;
}
.tc-contact-content a,
.tc-contact-content p {
    display: block;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--tc-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: 0.3s ease;
}
.tc-contact-content a:hover {
    color: var(--tc-blue);
}
.tc-footer-support-box {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-top: 55px;
    padding: 16px 17px;
    border: 1px solid var(--tc-border);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.015);
}
.tc-support-icon {
    color: var(--tc-orange);
    font-size: 29px;
}
.tc-footer-support-box p {
    margin: 0;
    color: var(--tc-muted);
    font-size: 13px;
    line-height: 1.55;
}
.tc-footer-support-box a {
    color: var(--tc-blue);
    font-weight: 600;
}
/* ==========================================
   Footer Bottom
=========================================== */
.tc-footer-bottom {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    min-height: 105px;
    border-top: 1px solid var(--tc-border);
}
.tc-footer-copyright p {
    margin: 0;
    color: var(--tc-muted);
    font-size: 15px;
    line-height: 1.6;
}
.tc-footer-copyright a {
    color: var(--tc-blue);
}
.tc-footer-trusted {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--tc-blue);
    font-size: 16px;
    white-space: nowrap;
}
.tc-footer-trusted i {
    font-size: 27px;
}
.tc-footer-policy-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}
.tc-footer-policy-links a {
    color: var(--tc-muted);
    font-size: 15px;
    transition: 0.3s ease;
}
.tc-footer-policy-links a:hover {
    color: var(--tc-blue);
}
.tc-footer-policy-links > span {
    width: 1px;
    height: 21px;
    background: rgba(255, 255, 255, 0.4);
}
/* ==========================================
   Laptop Responsive
=========================================== */
@media only screen and (max-width: 1399px) {
    .tc-footer-cta {
        padding-right: 35px;
        padding-left: 35px;
    }
    .tc-footer-grid {
        grid-template-columns:
            minmax(230px, 1.15fr)
            minmax(260px, 1.05fr)
            minmax(190px, 0.75fr)
            minmax(245px, 0.95fr);
    }
    .tc-footer-column {
        padding-right: 25px;
        padding-left: 25px;
    }
    .tc-footer-logo img {
        max-width: 280px;
    }
    .tc-service-list li a {
        font-size: 14px;
    }
}
/* ==========================================
   Tablet Responsive
=========================================== */
@media only screen and (max-width: 1199px) {
    .tc-footer-cta {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px;
    }
    .tc-footer-cta-left {
        padding-right: 0;
    }
    .tc-footer-cta-right {
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid var(--tc-border);
        border-left: 0;
    }
    .tc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 55px;
    }
    .tc-footer-column {
        padding: 0 40px;
    }
    .tc-footer-column:nth-child(2) {
        border-right: 0;
    }
    .tc-footer-column:nth-child(3),
    .tc-footer-column:nth-child(4) {
        padding-top: 10px;
    }
    .tc-footer-column:nth-child(3) {
        padding-left: 8px;
    }
    .tc-footer-bottom {
        grid-template-columns: 1fr 1fr;
        padding: 28px 0;
    }
    .tc-footer-trusted {
        justify-content: flex-end;
    }
    .tc-footer-policy-links {
        grid-column: 1 / -1;
        justify-content: center;
    }
}
/* ==========================================
   Small Tablet
=========================================== */
@media only screen and (max-width: 767px) {
    .tc-main-footer {
        padding-top: 20px;
    }
    .tc-footer-cta {
        gap: 28px;
        min-height: auto;
        padding: 32px 24px;
        border-radius: 12px;
    }
    .tc-footer-cta-left {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .tc-footer-rocket {
        flex-basis: 100px;
        width: 100px;
        height: 100px;
        font-size: 44px;
    }
    .tc-footer-cta-title span {
        font-size: 18px;
    }
    .tc-footer-cta-title h2 {
        font-size: 29px;
    }
    .tc-footer-cta-title h2 br {
        display: none;
    }
    .tc-footer-cta-right {
        text-align: center;
    }
    .tc-footer-cta-button {
        width: 100%;
        max-width: 340px;
        padding-right: 20px;
        font-size: 18px;
    }
    .tc-footer-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
        padding: 45px 0 35px;
    }
    .tc-footer-column,
    .tc-footer-column:first-child,
    .tc-footer-column:nth-child(3),
    .tc-footer-column:last-child {
        padding: 35px 0;
        border-right: 0;
        border-bottom: 1px solid var(--tc-border);
    }
    .tc-footer-column:first-child {
        padding-top: 0;
    }
    .tc-footer-column:last-child {
        border-bottom: 0;
    }
    .tc-footer-about {
        text-align: center;
    }
    .tc-footer-logo img {
        max-width: 280px;
        margin: 0 auto;
    }
    .tc-footer-logo-line {
        margin-right: auto;
        margin-left: auto;
    }
    .tc-footer-about > p {
        margin: 0 auto;
    }
    .tc-footer-social-area {
        margin-top: 35px;
    }
    .tc-footer-social-icons {
        justify-content: center;
    }
    .tc-footer-heading {
        justify-content: flex-start;
    }
    .tc-footer-support-box {
        margin-top: 35px;
    }
    .tc-footer-bottom {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: auto;
        padding: 30px 0;
        text-align: center;
    }
    .tc-footer-trusted,
    .tc-footer-policy-links {
        justify-content: center;
    }
}
/* ==========================================
   Mobile Responsive
=========================================== */
@media only screen and (max-width: 480px) {
    .tc-footer-cta {
        padding: 28px 18px;
    }
    .tc-footer-cta-title h2 {
        font-size: 25px;
    }
    .tc-footer-cta-button {
        min-height: 60px;
        font-size: 16px;
    }
    .tc-footer-send-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .tc-footer-logo img {
        max-width: 230px;
    }
    .tc-footer-social-icons a {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .tc-footer-heading h3 {
        font-size: 20px;
    }
    .tc-service-list li a {
        grid-template-columns: 15px 29px minmax(0, 1fr);
        gap: 7px;
        font-size: 13px;
    }
    .tc-quick-links li a {
        font-size: 14px;
    }
    .tc-contact-item {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 13px;
    }
    .tc-contact-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .tc-footer-policy-links {
        gap: 10px;
    }
    .tc-footer-policy-links a {
        font-size: 13px;
    }
    .tc-footer-policy-links > span {
        height: 16px;
    }
}
.tc-service-symbol .bi-person-plus {
    display: inline-block;
    color: #4fc1f0;
    font-size: 21px;
    line-height: 1;
}
.tc-footer-social-icons .tc-x-social {
    color: #4fc1f0;
}
.tc-footer-social-icons .tc-x-social svg {
    display: block;
    width: 22px;
    height: 22px;
}
.tc-footer-social-icons .tc-x-social svg path {
    fill: currentColor !important;
}
.tc-footer-social-icons .tc-x-social:hover {
    color: #ffffff;
}
.tc-footer-social-icons a[aria-label="Instagram"] {
    color: #4fc1f0 !important;
}
.tc-footer-social-icons a[aria-label="Instagram"]:hover {
    color: #ffffff !important;
}
/* =====================================================
   Techclovity Blog Detail Enhancements
===================================================== */
:root {
    --tc-primary: #e84927;
    --tc-secondary: #4fc1f0;
    --tc-heading: #1f2937;
    --tc-text: #68717d;
    --tc-border: #dce9ef;
    --tc-light-blue: #f2fbff;
    --tc-light-orange: #fff5f2;
    --tc-light-grey: #f7f7f7;
    --tc-white: #ffffff;
}
/* =====================================================
   Blog Main Content
===================================================== */
.tc-blog-details-area .blog-details-content {
    overflow: visible;
}
.blog-details-content > .blog-details-title {
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 25px;
}
.tc-article-body h2,
.tc-article-body h3 {
    scroll-margin-top: 130px;
}
.tc-article-body h2 {
    font-size: 30px;
    line-height: 1.35;
    margin-top: 35px;
    margin-bottom: 15px;
}
.tc-article-body h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 28px;
    margin-bottom: 12px;
}
/* =====================================================
   Common Heading
===================================================== */
.tc-section-heading,
.tc-key-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}
.tc-section-heading > div,
.tc-key-heading > div {
    min-width: 0;
}
.tc-section-heading span:not(.tc-section-icon),
.tc-key-heading span:not(.tc-section-icon) {
    display: block;
    color: var(--tc-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tc-section-heading h2,
.tc-key-heading h2 {
    color: var(--tc-heading);
    font-size: 25px;
    line-height: 1.25;
    margin: 2px 0 0;
}
.tc-section-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tc-primary);
    border-radius: 12px;
    color: var(--tc-white);
    font-size: 21px;
}
.tc-quick-summary .tc-section-icon {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 30px;
}
.summary-sub-title span{
  text-align: left;
}
/* =====================================================
   AI Summary Tools
===================================================== */
.tc-ai-summary-box {
    position: relative;
    margin: 35px 0 48px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}
.tc-ai-summary-box::after {
    display: none;
    content: none;
}
.tc-ai-summary-title {
    color: #0d2346;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin: 0 0 30px;
}
.tc-ai-summary-buttons {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.tc-ai-summary-btn {
    min-width: 0;
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #dce1e7;
    border-radius: 18px;
    color: #090d14;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.tc-ai-summary-btn:hover {
    background: #ffffff;
    border-color: #bfc9d4;
    color: #090d14;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 35, 70, 0.08);
}
.tc-ai-summary-btn:focus-visible {
    outline: 3px solid rgba(79, 193, 240, 0.28);
    outline-offset: 3px;
}
.tc-ai-tool-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tc-ai-tool-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.tc-chatgpt-icon {
    color: #111111;
}
.tc-google-ai-icon {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
    color: #9b78cf;
}
.tc-perplexity-icon {
    color: #08b7ca;
}
.tc-claude-icon {
    color: #111111;
}
.tc-grok-icon {
    color: #111111;
}
.tc-ai-copy-message {
    display: none;
    margin: 15px 0 0;
    padding: 11px 14px;
    background: #eef9fd;
    border-left: 3px solid #4fc1f0;
    border-radius: 5px;
    color: #354052;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}
.tc-ai-copy-message.tc-message-visible {
    display: block;
}
/* =====================================================
   Quick Summary
===================================================== */
.tc-quick-summary {
    margin: 30px 0;
    padding: 25px;
    background: var(--tc-light-orange);
    border-left: 5px solid var(--tc-primary);
    border-radius: 4px 14px 14px 4px;
}
.tc-quick-summary > p {
    color: var(--tc-text);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 15px;
}
.tc-quick-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tc-quick-summary li {
    position: relative;
    color: var(--tc-text);
    line-height: 1.65;
    margin-bottom: 10px;
    padding-left: 26px;
}
.tc-quick-summary li:last-child {
    margin-bottom: 0;
}
.tc-quick-summary li::before {
    content: "\F26A";
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--tc-primary);
    font-family: "bootstrap-icons";
    font-size: 17px;
}
/* =====================================================
   Table of Contents
===================================================== */
.tc-table-contents {
    margin: 30px 0;
    background: var(--tc-white);
    border: 1px solid var(--tc-border);
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(28, 62, 79, 0.06);
    overflow: hidden;
}
.tc-toc-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 22px;
    background: var(--tc-light-blue);
    border: 0;
    color: var(--tc-heading);
    text-align: left;
    cursor: pointer;
}
.tc-toc-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
}
.tc-toc-title > span:last-child {
    display: flex;
    flex-direction: column;
}
.tc-toc-title small {
    color: var(--tc-primary);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tc-toc-arrow {
    color: var(--tc-primary);
    font-size: 19px;
    transition: transform 0.25s ease;
}
.tc-toc-toggle[aria-expanded="false"] .tc-toc-arrow {
    transform: rotate(180deg);
}
.tc-toc-navigation {
    padding: 20px 25px 22px;
}
.tc-toc-navigation.tc-toc-hidden {
    display: none;
}
.tc-toc-list {
    margin: 0;
    padding-left: 21px;
}
.tc-toc-list li {
    color: var(--tc-primary);
    margin-bottom: 10px;
    padding-left: 4px;
}
.tc-toc-list li:last-child {
    margin-bottom: 0;
}
.tc-toc-list li.tc-toc-level-three {
    margin-left: 20px;
}
.tc-toc-list a {
    color: var(--tc-heading);
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}
.tc-toc-list a:hover {
    color: var(--tc-primary);
}
/* =====================================================
   Google Preferred Source Button
===================================================== */
.tc-blog-sidebar-sticky {
    position: sticky;
    top: 105px;
    z-index: 5;
    margin-bottom: 30px;
}
.tc-google-source-button {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 15px;
    background: #050505;
    border-radius: 13px;
    color: var(--tc-white);
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tc-google-source-button:hover {
    color: var(--tc-white);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.tc-google-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tc-white);
    border-radius: 50%;
}
.tc-google-letter {
    background: conic-gradient(
        from -45deg,
        #4285f4 0deg 90deg,
        #34a853 90deg 165deg,
        #fbbc05 165deg 235deg,
        #ea4335 235deg 310deg,
        #4285f4 310deg 360deg
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 800;
}
.tc-google-source-text {
    flex: 1;
    color: var(--tc-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}
.tc-google-source-text strong {
    display: block;
    color: var(--tc-white);
    font-size: 15px;
}
.tc-google-external-icon {
    flex: 0 0 auto;
    color: var(--tc-white);
    font-size: 18px;
}
/* =====================================================
   Sticky Contact Form
===================================================== */
.tc-sticky-contact-card {
    padding: 28px 24px;
    background: #f4f4f4;
    border-radius: 13px;
}
.tc-contact-card-heading {
    margin-bottom: 24px;
    text-align: center;
}
.tc-contact-card-heading h2 {
    color: var(--tc-heading);
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.tc-contact-card-heading p {
    color: #7a7f86;
    font-size: 15px;
    margin: 0;
}
.tc-contact-field {
    margin-bottom: 20px;
}
.tc-contact-field label {
    display: block;
    color: #7f7f7f;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 2px;
}
.tc-contact-field input,
.tc-contact-field textarea {
    width: 100%;
    padding: 7px 0 9px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #494949;
    border-radius: 0;
    color: var(--tc-heading);
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease;
}
.tc-contact-field textarea {
    min-height: 85px;
    resize: vertical;
}
.tc-contact-field input:focus,
.tc-contact-field textarea:focus {
    border-bottom-color: var(--tc-primary);
}
.tc-contact-submit {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 27px;
    padding: 11px 18px;
    background: var(--tc-secondary);
    border: 0;
    border-radius: 9px;
    color: var(--tc-white);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}
.tc-contact-submit:hover {
    background: var(--tc-primary);
    color: var(--tc-white);
}
/* =====================================================
   Key Takeaways
===================================================== */
.tc-key-takeaways {
    margin-top: 40px;
    padding: 25px;
    background: var(--tc-white);
    border: 1px solid rgba(79, 193, 240, 0.45);
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(23, 72, 95, 0.05);
}
.tc-key-takeaway-list {
    display: grid;
    gap: 11px;
}
.tc-key-takeaway-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 15px;
    background: rgba(79, 193, 240, 0.055);
    border: 1px solid rgba(79, 193, 240, 0.38);
    border-radius: 9px;
}
.tc-key-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 8px;
    background: var(--tc-secondary);
    border-radius: 50%;
}
.tc-key-takeaway-item p {
    color: var(--tc-text);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}
.tc-key-takeaway-item strong {
    color: var(--tc-heading);
}
/* =====================================================
   Author Profile
===================================================== */
.tc-author-profile {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 25px;
    padding: 25px;
    background: linear-gradient(
        135deg,
        var(--tc-secondary),
        #163d56
    );
    border-radius: 4px;
    color: var(--tc-white);
}
.tc-author-image {
    width: 105px;
    height: 105px;
    flex: 0 0 105px;
    padding: 5px;
    background: var(--tc-white);
    border-radius: 50%;
}
.tc-author-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.tc-author-information {
    flex: 1;
    min-width: 0;
}
.tc-author-label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.tc-author-information h3 {
    color: var(--tc-white);
    font-size: 21px;
    line-height: 1.3;
    margin: 2px 0 8px;
}
.tc-author-information p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 11px;
}
.tc-author-social {
    display: flex;
    gap: 8px;
}
.tc-author-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--tc-white);
    font-size: 12px;
    transition: all 0.2s ease;
}
.tc-author-social a:hover {
    background: var(--tc-primary);
    color: var(--tc-white);
}
/* =====================================================
   Responsive Design
===================================================== */
@media only screen and (max-width: 1199px) {
    .tc-ai-summary-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tc-contact-card-heading h2 {
        font-size: 23px;
    }
    .tc-sticky-contact-card {
        padding: 25px 19px;
    }
}
@media only screen and (max-width: 991px) {
    .tc-blog-sidebar-sticky {
        position: static;
        top: auto;
        margin-top: 40px;
    }
    .tc-google-source-button {
        max-width: 500px;
    }
    .tc-sticky-contact-card {
        max-width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-content > .blog-details-title {
        font-size: 31px;
    }
    .tc-article-body h2 {
        font-size: 26px;
    }
    .tc-article-body h3 {
        font-size: 22px;
    }
    .tc-ai-summary-box,
    .tc-quick-summary,
    .tc-key-takeaways {
        padding: 20px;
    }
    .tc-author-profile {
        align-items: flex-start;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-content > .blog-details-title {
        font-size: 27px;
    }
    .tc-ai-summary-buttons {
        grid-template-columns: 1fr;
    }
    .tc-ai-summary-heading h2 {
        font-size: 20px;
    }
    .tc-section-heading h2,
    .tc-key-heading h2 {
        font-size: 22px;
    }
    .tc-toc-title {
        font-size: 19px;
    }
    .tc-toc-toggle {
        padding: 17px;
    }
    .tc-toc-navigation {
        padding: 18px;
    }
    .tc-toc-list li.tc-toc-level-three {
        margin-left: 8px;
    }
    .tc-sticky-contact-card {
        padding: 25px 18px;
    }
    .tc-contact-card-heading h2 {
        font-size: 24px;
    }
    .tc-author-profile {
        flex-direction: column;
        align-items: center;
        padding: 22px 18px;
        text-align: center;
    }
    .tc-author-social {
        justify-content: center;
    }
    .tc-google-source-text {
        font-size: 12px;
    }
}
/* =====================================================
   AI Summary and Quick Summary Responsive
===================================================== */
@media only screen and (max-width: 1199px) {
    .tc-ai-summary-buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 991px) {
    .tc-ai-summary-title {
        font-size: 34px;
    }
    .tc-ai-summary-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .tc-ai-summary-title {
        font-size: 29px;
        margin-bottom: 22px;
    }
    .tc-ai-summary-buttons {
        gap: 13px;
    }
    .tc-ai-summary-btn {
        min-height: 72px;
        border-radius: 15px;
    }
    .tc-ai-tool-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .tc-ai-summary-title {
        font-size: 26px;
        letter-spacing: -0.3px;
    }
    .tc-ai-summary-buttons {
        grid-template-columns: 1fr;
    }
    .tc-ai-summary-btn {
        justify-content: flex-start;
        min-height: 68px;
        padding: 14px 22px;
        font-size: 15px;
    }
}




@media only screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 15px;
    }
	h2 {
        font-size: 29px;
        line-height: 35px;
      
    }
}












.tc-author-profile-section {
	--tc-author-primary: #52acb4;
	--tc-author-secondary: #e84927;

	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 8% 15%,
			rgba(82, 172, 180, 0.14) 0,
			rgba(82, 172, 180, 0.14) 110px,
			transparent 111px
		),
		radial-gradient(
			circle at 95% 90%,
			rgba(232, 73, 39, 0.09) 0,
			rgba(232, 73, 39, 0.09) 140px,
			transparent 141px
		),
		white;
}

.tc-author-profile-section *,
.tc-author-profile-section *::before,
.tc-author-profile-section *::after {
	box-sizing: border-box;
}

.tc-author-profile-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(280px, 34%) minmax(0, 66%);
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(82, 172, 180, 0.28);
	border-radius: 32px;
	background: white;
	box-shadow: 0 24px 65px rgba(82, 172, 180, 0.18);
}

.tc-author-profile-card::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 8px;
	border-radius: 0 0 0 20px;
	background: var(--tc-author-secondary);
	content: "";
	z-index: 2;
}

/* Left Profile Area */

.tc-author-profile-left {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 610px;
	padding: 55px 35px;
	text-align: center;
	background: var(--tc-author-primary);
	overflow: hidden;
}

.tc-author-profile-left::before {
	position: absolute;
	top: -95px;
	left: -100px;
	width: 250px;
	height: 250px;
	border: 40px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.tc-author-profile-left::after {
	position: absolute;
	right: -70px;
	bottom: -85px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	content: "";
}

.tc-author-label {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 28px;
	padding: 10px 17px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.14);
	color: white;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.tc-author-label i {
	color: white;
	font-size: 16px;
}

.tc-author-image-wrap {
	position: relative;
	z-index: 1;
	width: 215px;
	height: 215px;
	margin-bottom: 26px;
}

.tc-author-image-ring {
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 28px 70px 28px 70px;
	background: rgba(255, 255, 255, 0.22);
	transform: rotate(-3deg);
}

.tc-author-image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 22px 60px 22px 60px;
	background: white;
	object-fit: cover;
	object-position: top center;
	transform: rotate(3deg);
}

.tc-author-verified {
	position: absolute;
	right: -12px;
	bottom: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 4px solid white;
	border-radius: 50%;
	background: var(--tc-author-secondary);
	color: white;
	font-size: 20px;
	box-shadow: 0 9px 25px rgba(232, 73, 39, 0.25);
}

.tc-author-identity {
	position: relative;
	z-index: 1;
}

.tc-author-identity h2 {
	margin: 0 0 7px;
	color: white;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.15;
}

.tc-author-identity p {
	margin: 0;
	color: white;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

.tc-author-status {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 23px;
	padding: 9px 15px;
	border-radius: 50px;
	background: white;
	color: var(--tc-author-primary);
	font-size: 13px;
	font-weight: 700;
}

.tc-author-status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--tc-author-secondary);
	box-shadow: 0 0 0 5px rgba(232, 73, 39, 0.13);
}

.tc-author-socials {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.tc-author-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
	color: white;
	font-size: 17px;
	transition:
		transform 0.3s ease,
		background 0.3s ease,
		color 0.3s ease;
}

.tc-author-socials a:hover {
	background: white;
	color: var(--tc-author-secondary);
	transform: translateY(-4px);
}

/* Right Content Area */

.tc-author-profile-right {
	position: relative;
	padding: 58px 55px;
}

.tc-author-profile-right::after {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 75px;
	height: 75px;
	border-top: 2px solid rgba(232, 73, 39, 0.25);
	border-right: 2px solid rgba(232, 73, 39, 0.25);
	border-radius: 0 25px 0 0;
	content: "";
	pointer-events: none;
}

.tc-author-heading-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 26px;
}

.tc-author-overline {
	display: block;
	margin-bottom: 10px;
	color: var(--tc-author-secondary);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.tc-author-heading h3 {
	max-width: 700px;
	margin: 0;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
}

.tc-author-heading h3 span {
	color: var(--tc-author-primary);
}

.tc-author-heading-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: rgba(232, 73, 39, 0.1);
	color: var(--tc-author-secondary);
	font-size: 29px;
	transform: rotate(5deg);
}

.tc-author-bio {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 18px;
	margin-bottom: 25px;
	padding: 25px 27px;
	border-left: 4px solid var(--tc-author-secondary);
	border-radius: 0 20px 20px 0;
	background: rgba(82, 172, 180, 0.08);
}

.tc-author-bio > i {
	color: var(--tc-author-secondary);
	font-size: 30px;
	line-height: 1;
}

.tc-author-bio p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
}

.tc-author-expertise {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.tc-author-expertise span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid rgba(82, 172, 180, 0.3);
	border-radius: 50px;
	background: white;
	color: var(--tc-author-primary);
	font-size: 13px;
	font-weight: 700;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease;
}

.tc-author-expertise span:hover {
	border-color: var(--tc-author-primary);
	background: var(--tc-author-primary);
	color: white;
}

.tc-author-information-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-bottom: 32px;
}

.tc-author-information-item {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-height: 132px;
	padding: 20px 17px;
	border: 1px solid rgba(82, 172, 180, 0.22);
	border-radius: 18px;
	background: white;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.tc-author-information-item:hover {
	border-color: var(--tc-author-secondary);
	box-shadow: 0 12px 28px rgba(232, 73, 39, 0.1);
	transform: translateY(-5px);
}

.tc-author-information-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: rgba(82, 172, 180, 0.12);
	color: var(--tc-author-primary);
	font-size: 19px;
}

.tc-author-information-item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.4;
}

.tc-author-information-item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}

.tc-author-profile-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding-top: 27px;
	border-top: 1px solid rgba(82, 172, 180, 0.24);
}

.tc-author-footer-note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	max-width: 470px;
}

.tc-author-footer-note i {
	margin-top: 3px;
	color: var(--tc-author-primary);
	font-size: 18px;
}

.tc-author-footer-note p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.tc-author-articles-button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 12px 22px;
	border: 2px solid var(--tc-author-secondary);
	border-radius: 50px;
	background: var(--tc-author-secondary);
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;
}

.tc-author-articles-button i {
	font-size: 17px;
	transition: transform 0.3s ease;
}

.tc-author-articles-button:hover {
	background: white;
	color: var(--tc-author-secondary);
	transform: translateY(-3px);
}

.tc-author-articles-button:hover i {
	transform: translateX(5px);
}

/*==================================================
  Tablet Responsive
==================================================*/

@media only screen and (max-width: 1199px) {
	.tc-author-profile-right {
		padding: 48px 38px;
	}

	.tc-author-heading h3 {
		font-size: 34px;
	}

	.tc-author-information-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tc-author-information-item:last-child {
		grid-column: 1 / -1;
		min-height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.tc-author-profile-section {
		padding: 80px 0;
	}

	.tc-author-profile-card {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.tc-author-profile-left {
		min-height: auto;
		padding: 50px 30px;
	}

	.tc-author-profile-left::after {
		right: -40px;
		bottom: -120px;
	}

	.tc-author-profile-right {
		padding: 48px 40px;
	}

	.tc-author-profile-footer {
		align-items: flex-start;
	}
}

/*==================================================
  Mobile Responsive
==================================================*/

@media only screen and (max-width: 767px) {
	.tc-author-profile-section {
		padding: 60px 0;
	}

	.tc-author-profile-card {
		border-radius: 24px;
	}

	.tc-author-profile-left {
		padding: 42px 22px;
	}

	.tc-author-image-wrap {
		width: 185px;
		height: 185px;
	}

	.tc-author-identity h2 {
		font-size: 31px;
	}

	.tc-author-identity p {
		font-size: 15px;
	}

	.tc-author-profile-right {
		padding: 40px 25px;
	}

	.tc-author-heading-row {
		gap: 15px;
	}

	.tc-author-heading h3 {
		font-size: 29px;
	}

	.tc-author-heading-icon {
		width: 52px;
		height: 52px;
		border-radius: 16px;
		font-size: 24px;
	}

	.tc-author-bio {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 12px;
		padding: 21px 18px;
	}

	.tc-author-bio > i {
		font-size: 24px;
	}

	.tc-author-bio p {
		font-size: 15px;
		line-height: 1.7;
	}

	.tc-author-information-grid {
		grid-template-columns: 1fr;
	}

	.tc-author-information-item,
	.tc-author-information-item:last-child {
		grid-column: auto;
		min-height: auto;
	}

	.tc-author-profile-footer {
		flex-direction: column;
	}

	.tc-author-articles-button {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.tc-author-profile-section {
		padding: 45px 0;
	}

	.tc-author-profile-section .container {
		padding-right: 14px;
		padding-left: 14px;
	}

	.tc-author-profile-card {
		border-radius: 19px;
	}

	.tc-author-profile-left {
		padding: 36px 17px;
	}

	.tc-author-label {
		margin-bottom: 23px;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.tc-author-image-wrap {
		width: 165px;
		height: 165px;
	}

	.tc-author-verified {
		right: -8px;
		width: 39px;
		height: 39px;
		font-size: 17px;
	}

	.tc-author-identity h2 {
		font-size: 28px;
	}

	.tc-author-profile-right {
		padding: 34px 18px;
	}

	.tc-author-heading-row {
		display: block;
	}

	.tc-author-heading-icon {
		display: none;
	}

	.tc-author-overline {
		font-size: 12px;
	}

	.tc-author-heading h3 {
		font-size: 25px;
		line-height: 1.28;
	}

	.tc-author-bio {
		display: block;
	}

	.tc-author-bio > i {
		display: block;
		margin-bottom: 11px;
	}

	.tc-author-expertise {
		gap: 7px;
	}

	.tc-author-expertise span {
		min-height: 34px;
		padding: 7px 11px;
		font-size: 11px;
	}

	.tc-author-information-item {
		padding: 17px 14px;
	}

	.tc-author-footer-note p {
		font-size: 13px;
	}
}



















.widget-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-category ul li {
	width: 100%;
	margin: 0 0 14px;
	padding: 0;
}

.widget-category ul li a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 20px;
	align-items: center;
	column-gap: 14px;
	width: 100%;
	min-height: 78px;
	margin: 0;
	padding: 14px 16px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #001819;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.widget-category .service-item-icon {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	object-fit: contain;
}

.widget-category .service-item-title {
	display: block;
	min-width: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	text-align: left;
	overflow-wrap: break-word;
}

.widget-category .service-item-arrow {
	margin: 0;
	font-size: 18px;
	line-height: 1;
	justify-self: end;
}

.widget-category ul li a:hover {
	color: #ef4823;
	border-color: #ef4823;
}

@media (max-width: 1199px) {
	.widget-category ul li a {
		grid-template-columns: 22px minmax(0, 1fr) 18px;
		column-gap: 11px;
		padding: 13px 12px;
	}

	.widget-category .service-item-title {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.widget-category ul li a {
		grid-template-columns: 21px minmax(0, 1fr) 17px;
		column-gap: 10px;
		padding: 12px;
	}

	.widget-category .service-item-title {
		font-size: 15px;
	}
}












