/* Fonts */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
      url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
 
:root {
  scroll-behavior: smooth;
  font-family: 'Poppins';
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,html { 
  overflow-x: hidden;
  font-family: 'Poppins';
  position: relative;
  background-color: rgba(5, 8, 26, 1);
}
a { 
  transition: 0.3s ease-in-out;
  font-family: 'Poppins';
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
}
p{
  font-weight: 400;
}
.container{
  max-width: 1180px;
}
.btn_01 {
  background: rgba(13, 110, 253, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 49px;
  transition: 0.3s ease-in-out;
}
.btn_01 img {
  max-width: 20px;
  margin-right: 10px;
}
.btn_01:hover {
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
  transform: translateY(-5px);
}
.btn_02 {
  border: 1px solid rgba(13, 110, 253, 1);
  color: rgba(13, 110, 253, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 49px;
  transition: 0.3s ease-in-out;
} 
.btn_02:hover {
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
  transform: translateY(-5px);
  background: rgba(13, 110, 253, 1);
  color: rgba(255, 255, 255, 1);
}
.simplee_btn {
  background: rgba(13, 110, 253, 1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  height: 60px;
  border-radius: 20px;
  padding: 0px 26px;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.simplee_btn:hover{
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
    transform: translateY(-5px);
}


::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(5, 8, 26, 1); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(13, 110, 253, 1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(13, 110, 253, 1); 
}
 
 
/*--------------------------------------------------------------
# Header Css
--------------------------------------------------------------*/

.header_main {
  position: fixed;
  width: 100%;
  top: 0; 
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 20px; 
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.header-fixed {
  background-color: rgba(5, 8, 26, 1);
  box-shadow: var(--bs-box-shadow) !important;
}



.topheader_details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_menus ul {
  display: flex;
  align-items: center;
}
.header_menus {
  display: flex;
  justify-content: flex-end;
}
.topheader_details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topheader_details a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  display: inline-flex;
  margin-left: 20px;
  align-items: center;
}
.topheader_details a img {
  margin-right: 10px;
}
.headertop {
  padding: 25px 0 20px;
  transition: 0.3s ease-in-out;
}
.header-fixed .headertop {
  margin-top: -50px;
}
.header_menus ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.header_menus ul li {
  margin-left: 43px;
  position: relative;
}
.megadropdown .dropdown_btn{
  position: relative;
}
.megadropdown .dropdown_btn::after {
  position: absolute;
  content: '';
  right: -20px;
  background-image: url(../img/icons/down-arrow.svg);
  height: 10px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.logo_main img {
  max-width: 185px;
} 
.Submenu_main {
  width: 720px;
  position: absolute;
  right: -200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  top: 40px;
  transition: 0.3s cubic-bezier(0.52, 0.51, 0.59, 1.14);
  opacity: 0;
  display: none;
  z-index: 9;
}
.megadropdown:hover .Submenu_main{
  opacity: 1;
  display: block;
}
.Submenu_main::after {
  position: absolute;
  content: '';
  top: -9px;
  right: 178px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid white;
}
.dropdown_btn{
  position: relative;
} 
.dropdown_btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  height: 40px;
  width: 100%;
}
.header_menus ul li .Submenu_left a {
  height: 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(41, 41, 41, 1);
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.header_menus ul li .Submenu_left a span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(81, 192, 255, 1);
  height: 28px;
  width: 28px;
  margin-right: 6px;
}
.header_menus ul li .Submenu_left a .span_bg2{
  background-color: rgba(254, 146, 57, 1);
}
.header_menus ul li .Submenu_left a .span_bg3{
  background-color: rgba(139, 92, 246, 1);
}
.header_menus ul li .Submenu_left a:hover {
   background-color: rgba(13, 110, 253, 1);
   color: #fff;
}
.header_menus ul li .Submenu_right a {
  height: 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(41, 41, 41, 1);
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.header_menus ul li .Submenu_right a:hover{
  transform: translateY(-5px);
}
.header_menus ul li .Submenu_right a span img {
  max-width: 24px;
}
.header_menus ul li .Submenu_right a span {
  display: flex;
  width: 28px;
}

/*--------------------------------------------------------------
# Home Page Css
--------------------------------------------------------------*/

.homebanner_content h1 {
  font-size: 50px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
  margin-bottom: 25px;
}
.homebanner_content h1 span{
  color: rgba(13, 110, 253, 1);
}
.homebanner_content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(217, 217, 217, 1);
  margin-bottom: 40px;
}
.homebanner {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 200px;
  overflow: hidden;
}
.homebanner .container{
  z-index: 1;
}
.TG_letsstart {
  padding: 100px 0 180px;
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
.TG_letsstart::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/home/shape.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 190px;
}
.TG_letsstart .container {
  position: relative;
  z-index: 1;
}
.Comman_heading .heading1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  line-height: 49.4px;
}
.Comman_heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}
.Comman_heading {
  margin-bottom: 60px;
}
.TG_letsstart .Comman_heading .heading1 {
  font-size: 34px;
  line-height: 44.2px;
}
.TG_letsstart .Comman_heading .heading1 p{
  font-size: 18px;
  line-height: 28.8px;
}
.TG_letsstart .Comman_heading{
  margin-bottom: 100px;
}
.letsstart_inner img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.ourachivement_box {
  background-color: rgba(11, 14, 34, 1);
  border-radius: 30px;
  padding: 60px 45px;
}
.ourachivement_box h3 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  line-height: 44.2px;
  margin-bottom: 20px;
}
.ourachivement_box p {
  font-size: 18px;
  color: #fff;
  line-height: 28.8px;
  margin-bottom: 35px;
  text-align: justify;
}
.a_blue {
  display: flex;
  align-items: center;
  color: rgba(37, 99, 235, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.a_blue img {
  margin-left: 20px;
  transition: 0.3s ease-in-out;
}
.a_blue:hover img {
  margin-left: 10px; 
  transform: scale(1.1);
}
.ourachivement_main {
  margin: -140px 0 120px;
}
.counterre_box {
  border: 1px solid rgba(255, 195, 254, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px 0px 50px 0px;
  padding: 0px 20px;
  text-align: center;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.counterre_main {
  padding-right: 60px;
}
.counterre_box strong {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 36.4px;
  margin-bottom: 8px;
}
.counterre_box span{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block; 
  color: #fff;
}
.bordercolor_1{
  border: 1px solid rgba(173, 218, 255, 1)
}
.bordercolor_2{
  border: 1px solid rgba(255, 230, 186, 1)
}
.bordercolor_3{
  border: 1px solid rgba(255, 186, 186, 1)
}
.bringing_roi {
  background: rgba(11, 14, 34, 1);
  margin: 0;
  padding: 0;
  border-radius: 30px;
  padding: 50px 40px;
  position: relative;
}
.bringing_content h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  line-height: 36.4px;
  margin-bottom: 20px;
}
.bringing_content p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.bringing_img {
  margin-left: 30px;
  position: absolute;
  top: 50px;
  right: 40px;
}
.bringing_img img {
  max-width: 518px;
}
.service_gredient01{
  background: linear-gradient(137.53deg, #7122FF 8.72%, #19A6FF 91.81%);
}
.service_gredient02{
  background: linear-gradient(134.78deg, #FFA385 10.66%, #FF288D 90.85%);
}
.service_gredient03{
  background: linear-gradient(135.82deg, #D8298A 7%, #B92CCD 92.38%);
}
.service_gredient04{
  background: linear-gradient(135.82deg, #D8298A 7%, #B92CCD 92.38%);
}
.service_gredient05{
  background: linear-gradient(134.78deg, #FFA385 10.66%, #FF288D 90.85%);
}
.service_gredient06{
  background: linear-gradient(137.53deg, #7122FF 8.72%, #19A6FF 91.81%);
}
.comman_space{
  padding: 70px 0;
}
.servicess_icon {
  height: 80px;
  width: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transform: translateY(-120px);
}
.servicess_box {
  background: #121526;
  padding: 0 26px 35px;
  border-radius: 0 0 20px 20px;
  position: relative;
  margin-top: 150px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.servicess_box:hover {
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
  transform: translateY(-5px);
}
.servicess_icon img {
  transition: 0.3s ease-in-out;
}
.servicess_box:hover .servicess_icon img {
  transform: rotateY(350deg);
}
.servicess_box::after {
  position: absolute;
  content: '';
  top: -80px;
  left: 0;
  right: 0;
  background-image: url(../img/icons/services.png);
  height: 88px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}
.servicess_box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 36.4px;
  margin: -90px 0 22px;
  z-index: 1;
  position: relative;
}
.servicess_box p {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 28.8px;
  margin: 0;
}
.industry_main {
  background: rgba(18, 21, 38, 1);
  margin: 0;
}
.industry_box {
  border-right: 1px solid rgba(42, 42, 57, 0.5);
  border-bottom: 1px solid rgba(42, 42, 57, 0.5);
  padding: 30px 35px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.industry_box .industry_icon img {
  max-width: 48px; 
}
.industry_box a img {
  max-width: 22px;
  margin: -3px 0 0 10px;
}
.industry_box h3 {
  color: #fff;
  font-size: 23px;
  margin: 0;
  font-weight: 600;
}
.industry_box a {
  display: flex;
  align-items: center;
  position: absolute;
  right: 32px;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  top: 25px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.industry_box:hover a{
  opacity: 1;
}
.industry_box:hover .industry_icon {
  background: rgba(18, 21, 38, 1);
}
.industry_icon {
  transition: 0.3s ease-in-out;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 70px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.industry_box:hover {
  background: rgba(71, 77, 112, 1);
  transform: scale(1.1);
  transform-origin: right;
}
.blogs_box {
  display: block;
  background: rgba(18, 21, 38, 1);
  border-radius: 12px;
  padding: 18px 12px;
}
.blogs_box {
  display: block;
  background: rgba(18, 21, 38, 1);
  border-radius: 12px;
  padding: 18px 12px;
  transition: 0.3s ease-in-out;
}
.blogs_box:hover{ 
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
}
.blogs_img {
  height: 241px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.blogs_img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.blogs_box:hover .blogs_img img{
  transform: scale(1.1);
}
.blog_content {
  padding: 18px 12px 10px;
}
.tag_blog {
  display: inline-flex;
  background: rgba(75, 107, 251, 0.05);
  border-radius: 6px;
  color: rgba(75, 107, 251, 1);
  font-weight: 500;
  font-size: 14px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  margin-bottom: 20px;
}
.blog_content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 20px;
}
.bloguser{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50px;
}
.bloguser img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bloguser_name {
  font-size: 16px;
  color: rgba(151, 152, 159, 1);
  font-weight: 500;
  line-height: 24px;
}
.blog_time {
  font-size: 16px;
  color: rgba(151, 152, 159, 1);
  font-weight: 400;
  line-height: 24px;
}

.whychoose_box {
  border-radius: 20px;
  padding: 40px 30px 40px 30px;
  text-align: center;
  border: 1px solid rgba(229, 244, 242, 1);
  box-shadow: 34.85px 29.63px 48.34px 0px rgba(51, 102, 255, 0.05);
  transition: 0.3s ease-in-out;
}
.whychoose_box:hover{
  transform: translateY(-5px);
}
.whychoose_bg1{
  background: rgba(167, 229, 221, 1);
}
.whychoose_bg2{
  background: rgba(242, 209, 168, 1);
}
.whychoose_bg3{
  background: rgba(234, 157, 184, 1);
}
.whychoose_bg4{
  background: rgba(178, 190, 237, 1);
}
.whychoose_box h3 {
  font-size: 21px;
  font-weight: 600;
  color: rgba(17, 24, 39, 1);
  line-height: 27.3px;
  margin-bottom: 30px;
}
.whychoose_box p{
  font-size: 16px;
  line-height: 24px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 0;
}
.about_content h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
  line-height: 49.4px;
}
.about_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 30px;
}
.about_img img {
  position: relative;
  z-index: 1;
  max-width: 90%;
}
.about_img{
  position: relative;
}
.about_img::after {
  position: absolute;
  content: '';
  top: -49px;
  left: -10px;
  background-image: url(../img/icons/dots-bg.svg);
  height: 415px;
  width: 415px;
  background-size: cover;
  background-repeat: no-repeat;
}
.TG_satisfaction {
  background: rgba(11, 14, 34, 1);
  position: relative;
  margin: 80px 0 120px;
}
.satisfaction_content {
  padding: 50px 50px 40px 0;
}
.satisfaction_content h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
  line-height: 49.4px;
}
.ul_design li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}
.ul_design li{
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.ul_design li::after {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  background-image: url(../img/icons/long_arro.png);
  height: 6px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.ul_design li:last-child{
  margin-bottom: 0;
}
.satisfaction_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
}
.portfolio_box {
  height: 370px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.portfolio_box .portfolio_img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover; 
}
.portfolio_hover {
  position: absolute;
  bottom: 0;
  background: rgba(5, 8, 26, 1);
  padding: 30px 30px;
  left: 0;
  right: 0;
  width: 90%;
  transition: 0.3s cubic-bezier(0, 0, 0.56, 0.56);
  margin: auto;
  border-radius: 30px;
  height: 320px;
  transform: scale(0);
  transform-origin: center;
  top: 0;
}
.portfolio_box:hover .portfolio_hover{
  transform: scale(1);
}
.portfolio_hover a img {
  margin-left: 10px;
}
.portfolio_hover h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 18px;
  line-height: 32.4px;
}
.portfolio_hover p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 20px;
}
.portfolio_hover a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.skilled_img img {
  max-width: 100%;
}
.Similar_content h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
  line-height: 36.4px;
}
.Similar_content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}
.skilled_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: rgba(229, 244, 242, 1);
  border-radius: 12px;
  margin-right: 20px;
}
.skilled_icon img{
  max-width: 26px;
  transition: 0.3s ease-in-out;
}
.skilled_developers:hover .skilled_icon img{
  transform: rotateY(350deg);
}
.skilled_developers {
  display: flex;
  align-items: center;
}
.skilled_developers h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.TG_abouthiring .Similar_content p{
  margin-bottom: 0;
  text-align: justify;
}
.abouthiring {
  background: rgba(11, 14, 34, 1);
  border-radius: 30px;
  padding: 50px 40px 50px;
  position: relative;
}
.abouthiring img {
  max-width: 518px;
}
.abouthiring_img {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.TG_abouthiring {
  padding-top: 260px;
}
.procedure_main{
  display: flex;
  justify-content: space-between;
}
.procedure_box {
  width: 16.3%;
  position: relative;
}
.box_line {
  height: 16px;
  width: 100%;
  background: #fff;
}
.line_bg1{
  background: rgba(254, 151, 0, 1);
}
.line_bg2{
  background: rgba(37, 197, 217, 1);
}
.line_bg3{
  background: rgba(66, 164, 245, 1);
}
.line_bg4{
  background: rgba(235, 64, 122, 1);
}
.line_bg5{
  background: rgba(103, 59, 182, 1);
}
.line_bg6{
  background: rgba(188, 194, 43, 1);
}
.procedure_blank {
  height: 250px; 
  position: relative;
}
.procedure_blank::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: -7px;
  background-image: url(../img/home/circle_top.svg);
  width: 100%;
  height: 325px;
  background-repeat: no-repeat;
}
.procedure_main .procedure_box:nth-child(even) .procedure_blank::after {
  bottom: auto;
  top: 0;
  background-image: url(../img/home/circle_bottom.svg);
  height: 325px;
  left: -8px;
}
.procedure_main .procedure_box:last-child .procedure_content::before {
  position: absolute;
  content: '';
  bottom: 10px;
  right: -8px;
  background-image: url(../img/home/circle_top.svg);
  width: 100%;
  height: 325px;
  background-repeat: no-repeat;
  left: auto;
  margin-left: auto;
  background-position: right;
}
.procedure_inner h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  line-height: 23.4px;
}
.procedure_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.procedure_inner ul li p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}
.procedure_inner ul li{
  margin-bottom: 10px;
  position: relative; 
  padding-left: 30px;
}
.procedure_inner ul li::after {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  background-image: url(../img/icons/long_arro.png);
  height: 6px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.procedure_content {
  padding: 0 20px;
  height: 250px;
  display: flex;
  align-items: center;
  position: relative;
}
.testimonial-swiper {
  position: relative;
  display: flex;
  align-items: center;
}
.slider-custom-image-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 120px;
  background-size: cover;
  margin: 0 15px !important;
  transition: .3s;
  filter: grayscale(1);
  border-radius: 50%;
  opacity: 1;
}

.testimonial-wrap--inner p {
  color: rgba(160, 160, 160, 1);
  font-size: 16px;
  margin: 0 0 40px;
  line-height: 26px;
}
.client_details strong {
  color: rgba(160, 160, 160, 1);
  font-weight: 700;
  display: block;
  font-size: 22px;
  line-height: 28.6px;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.client_details span {
  color: rgba(160, 160, 160, 1);
  font-weight: 400;
  display: block;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.ratings {
  display: flex;
  align-items: center;
}
.ratings img{
  margin-right: 5px;
}
.quotess{
  max-width: 80px;
}
.testimonial-swiper .swiper-wrapper {
  width: 50% !important;
}
.testimonial-wrap {
  width: 50%;
} 
.testimonial-swiper .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 10;
  width: 50% !important;
  transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-swiper .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: unset;
  order: -1;
  width: 230px;
  height: 230px;
}

.Contact_left {
  background: rgba(14, 17, 32, 1);
  padding: 45px 40px 35px;
}
.Contact_left h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}
.Contact_left p{
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.Contact_details {
  border: 0.5px solid rgba(112, 112, 112, 1);
  padding: 13px 10px;
  text-align: center;
}
.Contact_details a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 8px 0 5px;
}
.Contact_details span {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  display: block; 
}
.Contact_details img {
  max-width: 24px;
  transition: 0.3s ease-in-out;
}
.Contact_details:hover img {
  transform: rotateY(-350deg);
}
.Contact_right {
  background: rgba(18, 21, 38, 1);
  position: relative;
  padding: 100px 40px 51px;
}
.top_head {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(13, 110, 253, 1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 34px;
  font-weight: 300;
  color: #fff;
}
.top_head strong{
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}
.form_contact p {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 8px;
  font-weight: 300;
}
.form-design .form-group .form-control {
  border: 0;
  height: 44px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  background-color: transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 1);
  box-shadow: unset !important;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}
 
.form-design .form-group .form-control::placeholder{
  color: rgba(255, 255, 255, 1) !important;
}
.Submit_btn{
  background: rgba(13, 110, 253, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 60px; 
  border-radius: 20px;
  padding: 0 49px;
  transition: 0.3s ease-in-out;
  border: 0;
  display: inline-block;
}
.Submit_btn:hover {
  box-shadow: 0px 8px 0px rgb(255 255 255 / 88%);
  transform: translateY(-5px);
}
.need_head {
  font-weight: 500;
  color: rgba(13, 110, 253, 1);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.radiobtn label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.radiobtn label::after {
  position: absolute;
  content: '';
  top: 3px;
  left: 0px;
  height: 17px;
  width: 17px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
} 
.radiobtn label::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 4px;
  height: 9px;
  width: 9px;
  background: rgba(13, 110, 253, 1);
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.radiobtn input:checked ~ label::before{
  opacity: 1;
}

.footernew_award {
  background: rgba(5, 8, 26, 1);
  display: block;
  border-radius: 20px;
  padding: 20px 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footernew_award img {
  max-height: 78px;
}
.social_icons {
  margin-top: 50px;
}
.social_icons a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  background: rgba(5, 8, 26, 1);
}
.social_icons a img {
  max-width: 25px;
  transition: 0.3s ease-in-out;
}
.social_icons a:hover img { 
  transform: rotateY(350deg);
}
.TG_Footer {
  background: rgba(18, 21, 38, 1);
  padding-top: 70px;
  margin-top: 60px;
}
.footernew_top .icons_adver {
  display: flex;
  justify-content: space-between;
}
.footernew_top .row .col-auto {
  width: 14%;
  text-align: center;
}
.footernew_mid {
  padding: 50px 0;
  margin: 50px 0 0;
  border-top: 1px solid rgb(255 255 255 / 30%);
  border-bottom: 1px solid rgb(255 255 255 / 30%); 
}
.footernew_address {
  text-align: center;
  padding: 30px 20px;
  background: rgba(5, 8, 26, 1);
  backdrop-filter: blur(100px);
  border-radius: 20px;
  box-shadow: inset 0px 0px 110px #00000024; 
}
.fnadd_left img {
  max-width: 50px;
}
.fnadd_right span {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: block;
  line-height: 28.6px;
  letter-spacing: -1px;
  margin: 12px 0 8px;
}
.fnadd_right strong {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  line-height: 23.4px;
}
.fnadd_right p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 14px;
}
.fnadd_right a {
  color: #fff;
  font-weight: 400; 
  font-size: 14px;
  display: block;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}
.copyright {
  text-align: center;
  padding: 28px 0;
}
.footer_main {
  margin-top: 60px;
}
.logo_footer {
  max-width: 156px;
}
.footer_about p {
  color: #fff;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  margin: 25px 0 20px;
  max-width: 180px;
}
.footer_menus h2 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer_menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menus ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 24px;
  transition: 0.3s ease-in-out;
}
.footer_menus ul li:hover{
  transform: translateY(-5px);
}
.footer_menus ul li::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background-color: #fff;
}
.footer_menus ul li a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #fff;
}
.footer_menus .form_contact p {
  font-size: 14px;
  margin-bottom: 14px;
}
.width_adjust {
  width: 20%;
}
.widthfull_adjust{
  width: 60%;
}
.tg_innerbanner {
  position: relative;
  padding: 180px 0 170px;
}
.innerbanner_content h1 {
  font-size: 50px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
  margin-bottom: 25px;
}
.innerbanner_content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(217, 217, 217, 1);
  margin-bottom: 40px;
}
.innerbanner_img img {
  max-width: 100%;
}
.tg_innerbanner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../img/icons/shape-b.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
} 
.tg_innerbanner::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: auto;
  background-image: url(../img/icons/shape-c.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.tg_innerbanner .container{
  z-index: 1;
  position: relative;
}
.contactbanner {
  padding-bottom: 70px;
}
.TG_testimonials .Comman_heading {
  margin-bottom: 50px;
}