@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 0 !important;
}

p {
  font-family: "Figtree", sans-serif;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #36478f;
}

@keyframes scroll {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.section_border {
  border-bottom: 0.5px solid #c6c6c6;
  box-shadow: 0px 3px 4px rgba(205, 205, 205, 0.322);
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lines {
  display: inline-block;
  width: 35px;
  height: 0.1785714286rem;
  background: #ffffff;
  border-radius: 0.1785714286rem;
  transition: 0.2s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 35px;
  height: 0.1785714286rem;
  background: #ffffff;
  border-radius: 0.1785714286rem;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: center center;
}
.lines:before {
  top: 0.625rem;
}
.lines:after {
  top: -0.625rem;
}

.navbg .lines {
  background: #000;
}
.navbg .lines:before, .navbg .lines:after {
  background: #000;
}

.lines_button.x2 .lines {
  transition: background 0.3s 0 cubic-bezier(0.17, 0.67, 1, 1.23);
}
.lines_button.x2 .lines:before, .lines_button.x2 .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.3s cubic-bezier(0.17, 0.67, 1, 1.23), transform 0.3s cubic-bezier(0.17, 0.67, 1, 1.23);
}

.lines_button.x2.close .lines {
  transition: background 0.3s 0s cubic-bezier(0.17, 0.67, 1, 1.23);
  background: transparent;
}
.lines_button.x2.close .lines:before, .lines_button.x2.close .lines:after {
  transition: top 0.3s cubic-bezier(0.17, 0.67, 1, 1.23), transform 0.3s 0.3s cubic-bezier(0.17, 0.67, 1, 1.23);
  top: 0;
  width: 35px;
  background: #000;
}
.lines_button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines_button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.ShowNavBar {
  -webkit-clip-path: circle(100%) !important;
          clip-path: circle(100%) !important;
}

.section_title {
  font-size: clamp(32px, 4vw, 48px);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 10px;
}
.section_title span {
  color: #36478f;
  display: inline;
}

.Banner_title {
  font-size: clamp(40px, 4vw, 70px);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
}

.Banner_description {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 300;
  line-height: 42px;
  letter-spacing: -0.005em;
  color: #ffffff;
}

.noScroll {
  overflow: hidden;
}

.white_Web_logo {
  background-image: url(/Assets/images/web_logo.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  width: 80px;
  transition: 0.5s;
}

.blue_Web_logo {
  background-image: url(/Assets/images/logo.png);
  transition: 0.5s;
}

.custom_btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  background: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.custom_btn::after, .custom_btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffffff;
  transition: all 0.3s ease;
}
.custom_btn::after {
  width: 0%;
  height: 2px;
}
.custom_btn::before {
  height: 0%;
  width: 2px;
}
.custom_btn:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.custom_btn:hover::before {
  height: 100%;
}
.custom_btn:hover::after {
  width: 100%;
}
.custom_btn:hover span {
  color: #fff;
}
.custom_btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #36478f;
  padding: 12px 20px;
}
.custom_btn span::after, .custom_btn span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ffffff;
  transition: all 0.5s ease;
  color: #fff;
}
.custom_btn span::before {
  width: 2px;
  height: 0%;
}
.custom_btn span::after {
  height: 2px;
  width: 0%;
}
.custom_btn span:hover::before {
  height: 100%;
  color: #fff;
}
.custom_btn span:hover::after {
  width: 100%;
  color: #fff;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 25px !important;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
.btn span {
  background: rgb(255, 255, 255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.045em;
}
.btn svg {
  position: absolute;
  top: -12px;
  left: 0;
  height: 50px;
  border-radius: 3px;
}
.btn svg rect {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-dasharray: 327, 0;
  stroke-dashoffset: 504;
  transition: all 600ms ease;
}
.btn:hover svg rect {
  stroke-width: 5;
  stroke-dasharray: 76, 520;
  stroke-dashoffset: 320;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 99;
  transition: 0.3s all ease-in-out;
}
header .nav_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .nav_bar .nav_menu {
  display: flex;
  align-items: center;
  grid-gap: 40px;
  margin-bottom: 0;
  transition: 0.8s all;
}
header .nav_bar .nav_menu .nav_list {
  list-style: none;
}
header .nav_bar .nav_menu .nav_list .nav_item {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  transition: all 0.5s;
}
header .nav_bar .nav_menu .nav_list .nav_item::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 0px;
  height: 3px;
  margin: auto;
  border-radius: 20px;
  background: #ffffff;
  transition: 0.3s all;
}
header .nav_bar .nav_menu .nav_list .nav_item:hover {
  transition: all 0.5s;
}
header .nav_bar .nav_menu .nav_list .nav_item:hover::after {
  top: 3px;
  width: 100%;
}
header .nav_bar .nav_menu .nav_list .active_nav::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 100%;
  height: 3px;
  opacity: 1;
  visibility: visible;
  margin: auto;
  border-radius: 30px;
  background: #ffffff;
  transition: 0.3s all;
}
header .nav_bar .nav_menu_icon {
  display: none;
}
header .nav_bar .web_logo {
  height: 100%;
}
header .nav_bar .web_logo #NavLogo {
  transform: translateY(10px);
}

.subNavheader {
  background: #ffffff;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.subNavheader .nav_bar .nav_menu .nav_list .nav_item {
  color: #000;
}
.subNavheader .nav_bar .nav_menu .nav_list .nav_item:hover {
  transition: all 0.5s;
}
.subNavheader .nav_bar .nav_menu .nav_list .nav_item:hover::after {
  top: 3px;
  width: 100%;
  background: #36478f;
}
.subNavheader .nav_bar .nav_menu .nav_list .active_nav {
  color: #36478f;
}
.subNavheader .nav_bar .nav_menu .nav_list .active_nav::after {
  background: #36478f;
}
.subNavheader .nav_bar .custom_btn {
  background: #36468f;
  background: #36478f;
  border: 2px solid #36478f;
  color: #fff !important;
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.subNavheader .nav_bar .custom_btn::after, .subNavheader .nav_bar .custom_btn::before {
  background: #36478f;
}
.subNavheader .nav_bar .custom_btn:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.subNavheader .nav_bar .custom_btn:hover span {
  color: #36478f;
}
.subNavheader .nav_bar .custom_btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 12px 20px;
}
.subNavheader .nav_bar .custom_btn span::after, .subNavheader .nav_bar .custom_btn span::before {
  background: #36478f;
}
.subNavheader .lines {
  background: #000;
}
.subNavheader .lines:before, .subNavheader .lines:after {
  background: #000;
}

.navbg {
  background: #ffffff;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.25);
  height: 75px;
  transition: 0.3s all ease-in-out;
}
.navbg .nav_bar .nav_menu .nav_list .nav_item {
  color: #000;
  font-weight: 400;
}
.navbg .nav_bar .nav_menu .nav_list .nav_item::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 0px;
  height: 3px;
  margin: auto;
  border-radius: 20px;
  background: #36478f;
  transition: 0.3s all;
}
.navbg .nav_bar .nav_menu .nav_list .nav_item:hover {
  transition: all 0.5s;
}
.navbg .nav_bar .nav_menu .nav_list .nav_item:hover::after {
  top: 3px;
  width: 100%;
}
.navbg .nav_bar .nav_menu .nav_list .active_nav {
  color: #36478f;
}
.navbg .nav_bar .nav_menu .nav_list .active_nav::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  width: 100%;
  height: 3px;
  opacity: 1;
  visibility: visible;
  margin: auto;
  border-radius: 20px;
  background: #36478f;
  transition: 0.3s all;
}
.navbg .nav_bar .nav_btn {
  background-color: #36478f;
  transition: 0.2s ease;
}
.navbg .nav_bar .nav_btn::after, .navbg .nav_bar .nav_btn::before {
  background: #36478f;
}
.navbg .nav_bar .nav_btn:hover {
  color: rgb(60, 16, 16);
  background: transparent;
  transition: 0.2s ease;
}
.navbg .nav_bar .nav_btn:hover span {
  color: #36478f;
}
.navbg .nav_bar .nav_btn span {
  color: #ffffff;
}
.navbg .nav_bar .nav_btn span::after, .navbg .nav_bar .nav_btn span::before {
  background: #36478f;
  color: #36478f;
}

.Home_banner_container .Banner_content .Banner_description {
  width: 75%;
  padding-bottom: 40px;
}
.Home_banner_container .Banner_content .cell_one {
  background-image: url(/Assets/images/home_banner_img.webp);
  background-position: top right !important;
  background-repeat: no-repeat;
}
.Home_banner_container .Banner_content .cell_two {
  background-image: url(/Assets/images/home_banner_img2.webp);
  background-position: top right !important;
  background-repeat: no-repeat;
}
.Home_banner_container .Banner_content .cell_three {
  background-image: url(/Assets/images/home_banner_img3.webp);
  background-position: top right !important;
  background-repeat: no-repeat;
}

.hero-slider {
  width: 100%;
  height: 695px;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ffffff;
  border: 0 solid #ffffff;
}

.client_logo_container {
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 20px 0;
}
.client_logo_container .client_logo_title {
  text-align: center;
}
.client_logo_container .client_logo_title h3 {
  font-size: clamp(30px, 4vw, 32px);
  font-weight: 700;
  line-height: 33px;
  color: #142a6e;
  padding-bottom: 20px;
}
.client_logo_container .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.client_logo_container .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.client_logo_container .slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 250px;
}
.client_logo_container .slider .slide img {
  width: 140px;
}

.Home_aboutus_container {
  margin-top: 50px;
}
.Home_aboutus_container .row {
  align-items: start;
}
.Home_aboutus_container .content .section_title span {
  text-transform: capitalize;
}
.Home_aboutus_container .content .section_descritption p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  color: #383838;
}
.Home_aboutus_container .asset .Aboutus_img {
  height: 610px;
}

.Services_container .section_title {
  padding-bottom: 20px;
}
.Services_container .Services_list_section .Serivces_card {
  position: relative;
  transition: 0.5s ease;
}
.Services_container .Services_list_section .Serivces_card .Service_title {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
  transition: 0.5s ease;
}
.Services_container .Services_list_section .Serivces_card .Service_title h4 {
  font-size: clamp(18px, 4vw, 21px);
  font-weight: 600;
  line-height: 25px;
  color: #36478f;
  background: #fff;
  width: calc(100% - 80px);
  padding: 15px 30px;
  text-align: center;
  border-radius: 2px;
}
.Services_container .Services_list_section .Serivces_card:hover .card_img {
  scale: 1.2;
  transition: 0.5s ease;
}
.Services_container .Services_list_section .Serivces_card .card_img {
  transition: 0.5s ease;
}
.Services_container .Services_list_section .service_img_card {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s ease;
  height: 100%;
}
.Services_container .Services_list_section .first_row {
  padding-bottom: 25px;
}

.Featured_Products_Container {
  padding-bottom: 70px;
}
.Featured_Products_Container .section_title {
  padding-top: 30px;
}
.Featured_Products_Container .Products_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 30px;
  padding-top: 20px;
}
.Featured_Products_Container .Products_list .Product_Card {
  position: relative;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  transition: 0.4s;
  width: 360px;
}
.Featured_Products_Container .Products_list .Product_Card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  border-radius: 11px;
  background: #36478f;
  width: 100%;
  margin: auto;
  text-align: center;
  height: 100px;
  z-index: -1;
  display: flex;
  justify-content: center;
  transition: 0.4s;
  opacity: 0;
}
.Featured_Products_Container .Products_list .Product_Card:hover {
  box-shadow: 0 1rem 3rem rgba(54, 70, 143, 0.231372549) !important;
}
.Featured_Products_Container .Products_list .Product_Card:hover::after {
  bottom: -8px;
  opacity: 1;
}
.Featured_Products_Container .Products_list .Product_Card .Card_header {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  padding-bottom: 25px;
}
.Featured_Products_Container .Products_list .Product_Card .Card_header h6 {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #36478f;
}
.Featured_Products_Container .Products_list .Product_Card .Card_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #383838;
}

.Methodology_Container {
  background: #eff5ff;
  margin-bottom: 50px;
}
.Methodology_Container .section_title {
  padding: 30px 0;
}
.Methodology_Container .Methodology_section img {
  width: 980px;
}

.signup {
  background: linear-gradient(270deg, #3e95e0 -26.43%, #1e8ad7 -3.02%, #36478f 63.58%);
  margin: 20px 0 0;
  padding: 30px 50px;
}
.signup .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup .content_section {
  transition: 0.2s;
}
.signup .content_section h1 {
  font-size: clamp(32px, 4vw, 38px);
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  line-height: 46px;
  color: #ffffff;
  padding-bottom: 10px;
}
.signup .content_section p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
}
.signup .content_section .SubscribeForm {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding-top: 30px;
}
.signup .content_section .SubscribeForm .input_field {
  display: flex;
  flex-direction: column;
}
.signup .content_section .SubscribeForm .input_field .submail_error {
  font-size: 14px;
  color: red;
  display: none;
}
.signup .content_section .SubscribeForm .input_field input {
  width: 435px;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  background: transparent;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  transition: 0.5s ease;
}
.signup .content_section .SubscribeForm .input_field input:focus {
  border: 1.5px solid #d6d6d6;
  outline: 0;
}
.signup .content_section .SubscribeForm .input_field input:hover {
  border-color: #d6d6d6;
}
.signup .content_section .SubscribeForm .input_field input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  line-height: 19px;
  color: rgba(226, 226, 226, 0.81);
}
.signup .content_section .SubscribeForm .input_field input::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  line-height: 19px;
  color: rgba(226, 226, 226, 0.81);
}
.signup .content_section .SubscribeForm .input_field small {
  color: red;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  display: none;
  transition: 0.3s ease;
}
.signup .content_section .SubscribeForm .Commont_btn span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: 22px;
  padding: 10px 20px;
}
.signup .asset_section img {
  width: 430px;
}

.Contact_Form_Container {
  background-image: url(/Assets/images/Contact_form_bg.webp);
  padding: 70px 0;
}
.Contact_Form_Container .Contact_Form_Section {
  background: #ffffff;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form {
  width: 100%;
  padding: 10px 100px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form h2 {
  font-size: clamp(35px, 4vw, 48px);
  font-weight: 700;
  line-height: 58px;
  color: #36478f;
  text-align: center;
  padding-bottom: 30px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .field_box {
  padding-bottom: 25px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field {
  display: flex;
  flex-flow: column;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #36478f;
  padding-bottom: 5px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field input {
  background: #ffffff;
  border: 0.75px solid #2e4898;
  border-radius: 2px;
  height: 40px;
  padding: 0 15px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field input:focus {
  border: 1.5px solid #2e4898;
  outline: 0;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field input:hover {
  border-color: #2e4898;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  opacity: 0.21;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field input::placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  opacity: 0.21;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field textarea {
  padding: 15px;
  height: 100px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field textarea:focus {
  border: 1.5px solid #2e4898;
  outline: 0;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field textarea:hover {
  border-color: #2e4898;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  opacity: 0.21;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  opacity: 0.21;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn {
  margin-top: 25px;
  background: #36478f;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn::after, .Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn::before {
  background: #36478f;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn:hover span {
  color: #36478f;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 15px 25px;
}
.Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn span::after, .Contact_Form_Container .Contact_Form_Section .Contact_Form .Commont_btn span::before {
  background: #36478f;
}

.Footer_Container {
  background: #081232;
  width: 100%;
}
.Footer_Container .footer_section {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
}
.Footer_Container .footer_section .footer_grid ul li {
  padding-bottom: 18px;
  list-style: none;
}
.Footer_Container .footer_section .footer_grid a,
.Footer_Container .footer_section .footer_grid p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.Footer_Container .footer_section .footer_grid p {
  padding-top: 18px;
}
.Footer_Container .footer_section .footer_grid .app_link img {
  width: 100px;
}

.Product_Hero_banner {
  background-image: url(/Assets/images/product_banner.webp);
  display: block;
  height: 795px;
  background-position: top right !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.Product_Hero_banner .content {
  text-align: center;
  padding-top: 150px;
}
.Product_Hero_banner .content .Banner_description {
  margin-bottom: 30px;
}
.Product_Hero_banner .banner-attachment {
  max-width: 100%;
}
.Product_Hero_banner .banner-attachment img {
  width: 1185px;
}

.Product_main_page {
  background: #eff5ff;
}
.Product_main_page .content_section {
  padding-top: 310px;
}
.Product_main_page .content_section .Mid_Content {
  font-family: "Figtree", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 300;
  line-height: 32px;
  text-align: justify;
  letter-spacing: -0.005em;
  color: #383838;
  padding-bottom: 65px;
  -webkit-hyphens: auto;
          hyphens: auto;
  -moz-text-align-last: center;
       text-align-last: center;
}

.Product_container {
  padding: 0 !important;
  margin-bottom: 80px;
  height: 100%;
}
.Product_container .Payil_Section {
  align-items: center;
  background: #ffffff;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.Product_container .Payil_Section .content_box {
  padding-left: 40px !important;
}
.Product_container .Payil_Section .content_box .box_header {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.Product_container .Payil_Section .content_box .box_header h3 {
  font-family: "Raleway", sans-serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 700;
  line-height: 54px;
  color: #36478f;
}
.Product_container .Payil_Section .content_box .box_header .timesheet_logo,
.Product_container .Payil_Section .content_box .box_header .payil_logo {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  width: 70px;
  border-radius: 10px;
}
.Product_container .Payil_Section .content_box .subtitle {
  font-family: "Raleway", sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #383838;
  padding: 8px 0 20px;
}
.Product_container .Payil_Section .content_box .description {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #383838;
  padding-right: 30px;
  padding-bottom: 35px;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn {
  background: #36478f;
  color: #ffffff;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  padding: 15px 35px;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn::after, .Product_container .Payil_Section .content_box .learn_btn .Commont_btn::before {
  background: #36478f;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn:hover span {
  color: #36478f;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 15px 25px;
}
.Product_container .Payil_Section .content_box .learn_btn .Commont_btn span::after, .Product_container .Payil_Section .content_box .learn_btn .Commont_btn span::before {
  background: #36478f;
}
.Product_container .Payil_Section .assets_box img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Payil_Product .assets_box img,
.MyTimeSheet_Product .assets_box img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.TimeCard_Product .Payil_Section {
  flex-flow: row-reverse;
}
.TimeCard_Product .Payil_Section .assets_box img {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.Services_Hero_banner {
  background-image: url(/Assets/images/Services_banner_img.webp);
  display: block;
  background-position: top right !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  height: 562px;
}
.Services_Hero_banner .content .Banner_description {
  width: 55%;
}

.Services_Mid_Content .Mid_Content p {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: -0.005em;
  color: #383838;
  padding-top: 35px;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 0;
}

.Services_main_container .Mobile_Application_Container .content_box,
.Services_main_container .Agile_software_container .content_box,
.Services_main_container .Identity_Management_container .content_box,
.Services_main_container .Trade_Systems_Container .content_box,
.Services_main_container .Web_Portals_container .content_box,
.Services_main_container .DevOps_Engineering_Container .content_box {
  height: 100%;
}
.Services_main_container .Mobile_Application_Container .content,
.Services_main_container .Agile_software_container .content,
.Services_main_container .Identity_Management_container .content,
.Services_main_container .Trade_Systems_Container .content,
.Services_main_container .Web_Portals_container .content,
.Services_main_container .DevOps_Engineering_Container .content {
  padding-top: 10px;
}
.Services_main_container .Mobile_Application_Container .content .content_title,
.Services_main_container .Agile_software_container .content .content_title,
.Services_main_container .Identity_Management_container .content .content_title,
.Services_main_container .Trade_Systems_Container .content .content_title,
.Services_main_container .Web_Portals_container .content .content_title,
.Services_main_container .DevOps_Engineering_Container .content .content_title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #36478f;
}
.Services_main_container .Mobile_Application_Container .content .content_description,
.Services_main_container .Mobile_Application_Container .content span,
.Services_main_container .Agile_software_container .content .content_description,
.Services_main_container .Agile_software_container .content span,
.Services_main_container .Identity_Management_container .content .content_description,
.Services_main_container .Identity_Management_container .content span,
.Services_main_container .Trade_Systems_Container .content .content_description,
.Services_main_container .Trade_Systems_Container .content span,
.Services_main_container .Web_Portals_container .content .content_description,
.Services_main_container .Web_Portals_container .content span,
.Services_main_container .DevOps_Engineering_Container .content .content_description,
.Services_main_container .DevOps_Engineering_Container .content span {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #383838;
  padding: 15px 0;
  width: 95%;
}
.Services_main_container .Mobile_Application_Container .content span,
.Services_main_container .Agile_software_container .content span,
.Services_main_container .Identity_Management_container .content span,
.Services_main_container .Trade_Systems_Container .content span,
.Services_main_container .Web_Portals_container .content span,
.Services_main_container .DevOps_Engineering_Container .content span {
  padding: 0;
}
.Services_main_container .Blue_bg_container {
  background: #e2e7fc;
  margin: 100px auto 120px;
  height: 475px;
  position: relative;
}
.Services_main_container .Blue_bg_container .Blue_bg_section {
  padding: 40px 0;
}
.Services_main_container .Blue_bg_container .Blue_bg_section .content_asset img {
  transform: translateY(-170px);
}
.Services_main_container .gray_bg_container {
  background: #edeced;
  margin: 100px auto 120px;
  height: 475px;
  position: relative;
}
.Services_main_container .gray_bg_container .gray_bg_section {
  padding: 40px 0;
}
.Services_main_container .gray_bg_container .gray_bg_section .content_asset img {
  transform: translateY(-170px);
}
.Services_main_container .gray_bg_container .gray_bg_section .content {
  padding-top: 40px;
}
.Services_main_container .gray_bg_container .gray_bg_section .content .content_description {
  width: 100%;
}
.Services_main_container .Identity_Management_container .content_box,
.Services_main_container .Web_Portals_container .content_box {
  margin-top: 40px;
}
.Services_main_container .Trade_Systems_Container .content_box {
  margin-top: 40px;
}

.Career_Hero_Banner {
  background-image: url(/Assets/images/Career_Banner_img.webp);
}

.Career_about_container .section_title {
  padding: 12px 0;
}
.Career_about_container .about_content p {
  font-size: clamp(18px, 3vw, 22px);
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #0f0f0f;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 5px;
}
.Career_about_container .about_content .contact_box {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  flex-wrap: wrap;
}
.Career_about_container .about_content .contact_box b {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #000000;
}
.Career_about_container .about_content .contact_box a {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #0f0f0f;
}

.Job_Openings_Container {
  margin-top: 50px;
}
.Job_Openings_Container .content_box .subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
}
.Job_Openings_Container .content_box .content_title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #000000;
}
.Job_Openings_Container .Job_Open_Section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 30px;
  margin: 80px 0 100px;
}
.Job_Openings_Container .Job_Open_Section .Job_Card {
  background: #ffffff;
  border: 1px solid #4c8def;
  box-shadow: 3px 6px 12px rgba(192, 192, 192, 0.7490196078);
  border-radius: 8px;
  padding: 20px;
  transition: 0.5s;
}
.Job_Openings_Container .Job_Open_Section .Job_Card:hover {
  box-shadow: none;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .Job_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #000000;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .Job_timing {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #368f7f;
  padding: 10px 0 20px;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .Job_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .date_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .date_link .post_date {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #0f0f0f;
}
.Job_Openings_Container .Job_Open_Section .Job_Card .date_link .Job_link {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #4c8def;
}

.footer-area {
  background: #000;
  padding: 60px 0 30px;
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.footer-area .footer_container {
  padding-left: 60px;
  padding-right: 60px;
}
.footer-area .footer_container .footer_colunm {
  display: flex;
  justify-content: space-evenly;
}
.footer-area .footer_container .footer_colunm .colunm_item {
  width: -moz-max-content;
  width: max-content;
}
.footer-area .footer_container .footer_colunm .colunm_item h4 {
  padding-bottom: 8px;
}
.footer-area .footer_container .footer_colunm .colunm_item ul {
  list-style: none;
  padding-left: 0;
}
.footer-area .footer_container .footer_colunm .colunm_item ul li {
  padding-top: 10px;
}
.footer-area .footer_container .footer_colunm .colunm_item ul li a {
  color: #ffffff;
  padding-top: 5px;
  height: 100%;
  display: block;
}
.footer-area .footer_container .footer_colunm .colunm_item .footer_items {
  padding-bottom: 10px;
}
.footer-area .footer_container .footer_colunm .colunm_item address {
  margin-bottom: 1rem;
  line-height: 32px;
}
.footer-area .footer_container .footer_colunm .email_id a {
  color: #fff;
}
.footer-area .footer_container .footer_colunm .socialicons ul {
  display: flex;
  grid-gap: 15px;
}
.footer-area .footer_container .footer_colunm .socialicons ul li {
  padding-top: 0;
}
.footer-area .footer_container .footer_copyright {
  padding-top: 80px;
  margin-bottom: 20px;
}

.career_subpage {
  margin-top: 80px;
}
.career_subpage .Commont_btn {
  background: #36478f;
  border: 2px solid #36478f;
  color: #fff !important;
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.career_subpage .Commont_btn::after, .career_subpage .Commont_btn::before {
  background: #36478f;
}
.career_subpage .Commont_btn:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}
.career_subpage .Commont_btn:hover span {
  color: #36478f;
}
.career_subpage .Commont_btn span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px 40px;
}
.career_subpage .Commont_btn span::after, .career_subpage .Commont_btn span::before {
  background: #36478f;
}
.career_subpage .viewall_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #36478f;
  border-radius: 6px;
  transition: 0.3s;
}
.career_subpage .breadcrumbs {
  display: flex;
  grid-gap: 15px;
  align-items: baseline;
  padding: 30px 0 15px;
}
.career_subpage .breadcrumbs a,
.career_subpage .breadcrumbs p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
}
.career_subpage .breadcrumbs i {
  font-size: 22px;
  transform: translateY(3px);
}
.career_subpage .breadcrumbs .active-job-page {
  font-weight: 800;
  color: #36478f;
}
.career_subpage .product_support_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
.career_subpage .product_support_header .header_title .Hero_title {
  font-size: clamp(42px, 3vw, 48px);
  font-weight: 700;
  margin-bottom: 8px !important;
}
.career_subpage .product_support_header .header_title small {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.career_subpage .product_support_header .apple_btn_box {
  align-items: flex-end;
}
.career_subpage .product_support_header .apple_btn_box .info_container {
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.career_subpage .product_support_header .apple_btn_box .info_container span {
  font-size: 16px;
}
.career_subpage .product_support_header .apple_btn_box .info_container .info_btn {
  font-size: 24px;
  cursor: pointer;
  position: relative;
  right: 0;
}
.career_subpage .product_support_header .info_popup {
  padding: 15px 10px;
  border-radius: 10px;
  border: 2px solid #eee;
  background: #fff;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 99;
  width: 260px;
}
.career_subpage .product_support_header .info_popup p {
  cursor: pointer;
  font-size: 14px;
}
.career_subpage .product_support_header .info_popup p img {
  width: 23px;
  padding-left: 5px;
}
.career_subpage .product_support_header .info_popup .copied {
  position: absolute;
  right: 0px;
  bottom: 42px;
  padding: 2px 8px;
  background: #2770de;
  color: #fff;
  border-radius: 10px;
  display: none;
  font-size: 14px !important;
}
.career_subpage .product_support_header .info_popup .copied::after {
  content: "";
  border: solid #2770de;
  border-width: 0 3px 3px 0;
  padding: 3px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: rotate(45deg);
}
.career_subpage .product_support_header .info_popup .text_underline {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  color: #1d67e2;
}
.career_subpage .job_description_container .description_title {
  font-size: 30px;
  font-weight: 700;
}
.career_subpage .job_description_container .description_content {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0rem 3rem #e3e3e3;
}
.career_subpage .job_description_container .description_content p,
.career_subpage .job_description_container .description_content .job_description_list {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}
.career_subpage .job_description_container .description_content .job_description_list li {
  padding-bottom: 5px;
}
.career_subpage .footer_buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0 50px;
}
.career_subpage .footer_buttons a {
  font-size: 16px;
  font-weight: 500;
  color: #36478f;
}

.info_btn:hover + .info_popup,
.info_popup:hover {
  display: block !important;
}

.Confirmation_popup {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transition: 0.5s all;
}
.Confirmation_popup .popup {
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.Confirmation_popup .popup h6 {
  font-size: 18px;
  font-weight: 700;
}
.Confirmation_popup .popup i {
  font-size: 26px;
  cursor: pointer;
  border-radius: 50%;
  padding: 3px;
  transition: 0.3s;
  border: 2px solid rgba(54, 70, 143, 0);
}
.Confirmation_popup .popup i:hover {
  border: 2px solid #36468f;
}

.open_popup {
  top: 170px;
  transition: 0.5s all;
}

.modalContainerNew {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.modalContentNew {
  min-width: 250px;
  margin: 0 auto;
  position: relative;
  top: 15%;
  width: 395px;
  background: #ffffff;
  padding: 20px;
  border: 2px solid #4C8DEF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.career_txt {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}

.close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 35px;
  background: #4C8DEF;
  border: 2px solid #4C8DEF;
  color: #FFF !important;
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  margin: auto;
}

.interns_reg_btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(180deg, #6c9593 0%, #304443 100%);
  height: 56px;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  border: none;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.4s ease-in-out;
}
.interns_reg_btn:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.interns_reg_btn_white {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.31);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.interns_reg_btn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(15deg);
  width: 50px;
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.interns_reg_btn::after {
  background: #ffffff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 4rem;
}

.interns_reg_btn:hover {
  transform: translateY(-2px);
  color: #000000;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.interns_reg_btn::before {
  left: -50%;
}

.interns_reg_btn::after {
  left: -100%;
}

.interns_reg_btn:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.interns_reg_btn:hover::after {
  left: 200%;
  opacity: 0.6;
}

.interns_hero_bg {
  background: linear-gradient(180deg, #ffdeb6 0%, #ffce93 100%);
  color: #304443;
  padding: 65px 0;
  margin-top: 40px;
}

.interns_logo_grid {
  display: flex;
  grid-gap: 75px;
  padding: 0px 0 50px;
  justify-content: center;
}
.interns_logo_grid .m_logo {
  width: 237px;
}
.interns_logo_grid .n_logo {
  width: 178px;
}

.interns_title {
  font-size: clamp(38px, 3vw, 48px);
  font-weight: 400;
  line-height: 60px;
  width: 77%;
  margin-bottom: 25px;
}

.font900 {
  font-weight: 900;
}

.interns_pgm_bg {
  background: #fff;
  padding: 50px 10%;
  text-align: center;
}
.interns_pgm_bg span.green {
  background: -webkit-linear-gradient(#6a918f, #344947);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.interns_pgm_bg h1 {
  color: #888888;
  font-weight: 500;
  font-size: clamp(38px, 3vw, 48px);
  line-height: 62px;
  margin-bottom: 25px !important;
}
.interns_pgm_bg p {
  font-weight: 400;
  font-size: 20px;
}

.interns_reg_bg {
  background: linear-gradient(180deg, #6c9593 0%, #304443 100%);
  padding: 50px 0;
  text-align: center;
}
.interns_reg_bg div {
  width: 75%;
  margin: 0 auto;
}
.interns_reg_bg h1 {
  font-weight: 700;
  font-size: clamp(38px, 3vw, 48px);
  line-height: 62px;
  color: #fff;
  margin-bottom: 20px !important;
}
.interns_reg_bg p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.interns_emp_bg {
  background: radial-gradient(50% 50% at 50% 50%, #ffdeb6 59.9%, #ffce93 100%);
  padding: 60px 0 110px;
  text-align: center;
}
.interns_emp_bg h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 75px;
  background: linear-gradient(179.79deg, #304443 -66.9%, #6c9593 195.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
.interns_emp_bg p {
  font-weight: 400;
  font-size: 31px;
  background: linear-gradient(179.79deg, #304443 -66.9%, #6c9593 195.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 8%;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .Main_Container.container {
    max-width: 100%;
    margin: 0;
  }
  .Main_Container.container .Product_container .Payil_Section {
    width: 95%;
  }
  .Main_Container.container .Product_container .Payil_Section .assets_box img {
    border-radius: 0;
  }
  .Main_Container.container .TimeCard_Product {
    display: flex;
    justify-content: end;
  }
  .Home_aboutus_container .asset .Aboutus_img {
    height: 590px;
  }
  .Services_main_container .Mobile_Application_Con tainer .content,
  .Services_main_container .Agile_software_container .content,
  .Services_main_container .Identity_Management_container .content,
  .Services_main_container .Trade_Systems_Container .content,
  .Services_main_container .Web_Portals_container .content,
  .Services_main_container .DevOps_Engineering_Container .content {
    padding-top: 20px;
  }
  .Services_main_container .Blue_bg_container,
  .Services_main_container .gray_bg_container {
    height: 435px;
    margin: 100px auto 150px;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section,
  .Services_main_container .Blue_bg_container .gray_bg_section,
  .Services_main_container .gray_bg_container .Blue_bg_section,
  .Services_main_container .gray_bg_container .gray_bg_section {
    padding: 10px 0;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .Blue_bg_container .gray_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .gray_bg_section .content_asset img {
    transform: translateY(-170px);
  }
  .Services_main_container .gray_bg_container {
    height: 450px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content {
    padding-top: 70px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content .content_description {
    width: 100%;
  }
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Web_Portals_container .content_box {
    margin-top: 40px;
  }
  .Services_main_container .Trade_Systems_Container .content_box {
    margin-top: 40px;
  }
  .Job_Openings_Container {
    margin-top: 30px;
  }
  .Job_Openings_Container .Job_Open_Section {
    margin: 50px 0 70px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .Home_aboutus_container .asset .Aboutus_img {
    height: 650px;
  }
  .Services_main_container .Mobile_Application_Container .content,
  .Services_main_container .Agile_software_container .content,
  .Services_main_container .Identity_Management_container .content,
  .Services_main_container .Trade_Systems_Container .content,
  .Services_main_container .Web_Portals_container .content,
  .Services_main_container .DevOps_Engineering_Container .content {
    padding-top: 0;
  }
  .Services_main_container .Blue_bg_container,
  .Services_main_container .gray_bg_container {
    height: 435px;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section,
  .Services_main_container .Blue_bg_container .gray_bg_section,
  .Services_main_container .gray_bg_container .Blue_bg_section,
  .Services_main_container .gray_bg_container .gray_bg_section {
    padding: 10px 0;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .Blue_bg_container .gray_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .gray_bg_section .content_asset img {
    transform: translateY(-120px);
  }
  .Services_main_container .gray_bg_container {
    height: 435px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content {
    padding-top: 40px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content .content_description {
    width: 100%;
  }
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Web_Portals_container .content_box {
    margin-top: 60px;
  }
  .Services_main_container .Trade_Systems_Container .content_box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .Main_Container.container {
    max-width: 100%;
    margin: 0;
  }
  .Main_Container.container .Product_container .Payil_Section {
    width: 95%;
  }
  .Main_Container.container .Product_container .Payil_Section .assets_box img {
    border-radius: 0;
  }
  .Main_Container.container .TimeCard_Product {
    display: flex;
    justify-content: end;
  }
  .Services_main_container .Mobile_Application_Container .content_box,
  .Services_main_container .Agile_software_container .content_box,
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Trade_Systems_Container .content_box,
  .Services_main_container .Web_Portals_container .content_box,
  .Services_main_container .DevOps_Engineering_Container .content_box {
    height: 100%;
  }
  .Services_main_container .Mobile_Application_Container .content,
  .Services_main_container .Agile_software_container .content,
  .Services_main_container .Identity_Management_container .content,
  .Services_main_container .Trade_Systems_Container .content,
  .Services_main_container .Web_Portals_container .content,
  .Services_main_container .DevOps_Engineering_Container .content {
    padding-top: 10px;
  }
  .Services_main_container .Mobile_Application_Container .content .content_title,
  .Services_main_container .Agile_software_container .content .content_title,
  .Services_main_container .Identity_Management_container .content .content_title,
  .Services_main_container .Trade_Systems_Container .content .content_title,
  .Services_main_container .Web_Portals_container .content .content_title,
  .Services_main_container .DevOps_Engineering_Container .content .content_title {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .Services_main_container .Mobile_Application_Container .content .content_description,
  .Services_main_container .Mobile_Application_Container .content span,
  .Services_main_container .Agile_software_container .content .content_description,
  .Services_main_container .Agile_software_container .content span,
  .Services_main_container .Identity_Management_container .content .content_description,
  .Services_main_container .Identity_Management_container .content span,
  .Services_main_container .Trade_Systems_Container .content .content_description,
  .Services_main_container .Trade_Systems_Container .content span,
  .Services_main_container .Web_Portals_container .content .content_description,
  .Services_main_container .Web_Portals_container .content span,
  .Services_main_container .DevOps_Engineering_Container .content .content_description,
  .Services_main_container .DevOps_Engineering_Container .content span {
    width: 100%;
    padding: 0;
    font-size: 17px;
    line-height: 23px;
  }
  .Services_main_container .Blue_bg_container {
    height: 395px;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section {
    padding: 0;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section .content_asset img {
    transform: translateY(-65px);
  }
  .Services_main_container .gray_bg_container {
    height: 365px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section {
    padding: 0;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content_asset img {
    transform: translateY(-100px);
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content {
    padding-top: 0px;
  }
  .Services_main_container .gray_bg_container .gray_bg_section .content .content_description {
    width: 100%;
  }
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Web_Portals_container .content_box {
    margin-top: 40px;
  }
  .Services_main_container .Trade_Systems_Container .content_box {
    margin-top: 40px;
  }
  .footer-area .footer_container .footer_colunm {
    justify-content: flex-start;
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 744px) and (max-width: 1024px) and (orientation: portrait) {
  .Home_banner_container .Banner_content .Banner_description {
    font-size: 22px;
    line-height: 34px;
  }
  .hero-slider {
    height: 530px;
  }
  .Home_aboutus_container {
    margin-top: 10px;
  }
  .signup {
    padding: 30px 20px;
  }
  .signup .container {
    flex-flow: column;
    justify-content: center;
  }
  .signup .content_section {
    text-align: center;
    padding: 0;
  }
  .signup .content_section .SubscribeForm {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }
  .signup .content_section .SubscribeForm .input_field {
    width: 100%;
  }
  .signup .content_section .SubscribeForm .input_field input {
    width: 100%;
  }
  .signup .asset_section img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .custom_btn {
    background: #36468f;
  }
  .custom_btn span {
    color: #fff;
  }
  .custom_btn::after, .custom_btn::before {
    background: #36478f;
  }
  .custom_btn:hover {
    color: rgb(255, 255, 255);
    background: transparent;
  }
  .custom_btn:hover span {
    color: #36478f;
  }
  .custom_btn span::after, .custom_btn span::before {
    background: #36478f;
  }
  .section_title {
    text-align: center;
  }
  header .nav_bar .nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    flex-flow: column;
    align-items: self-start;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    padding-top: 80px;
    webkit-clip-path: circle(0% at 100% 0%);
    -webkit-clip-path: circle(0% at 100% 0%);
            clip-path: circle(0% at 100% 0%);
  }
  header .nav_bar .nav_menu .nav_list .nav_item {
    color: #000;
  }
  header .nav_bar .nav_menu .nav_list .nav_item::after {
    background: #36478f;
  }
  header .nav_bar .nav_menu .nav_list .nav_item:hover::after {
    top: 3px;
    width: 100%;
  }
  header .nav_bar .nav_menu .nav_list .nav_item .active_nav {
    color: #36478f;
  }
  header .nav_bar .nav_menu .nav_list .nav_item .active_nav::after {
    background: #8f3646;
  }
  header .nav_bar .nav_menu_icon {
    display: block;
  }
  .hero-slider {
    height: 580px;
  }
  .Home_banner_container .Banner_content .Banner_title {
    padding-bottom: 15px;
    text-align: center;
    line-height: 50px;
  }
  .Home_banner_container .Banner_content .Banner_description {
    line-height: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    font-weight: 400;
  }
  .Home_banner_container .Banner_content .hero_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Home_banner_container .Banner_content .cell_one {
    background-image: url(/Assets/images/Mob_home_banner_img.webp);
  }
  .Home_banner_container .Banner_content .cell_two {
    background-image: url(/Assets/images/Mob_home_banner_img2.webp);
  }
  .Home_banner_container .Banner_content .cell_three {
    background-image: url(/Assets/images/Mob_home_banner_img3.webp);
  }
  .Home_aboutus_container .column_reverse {
    flex-flow: column-reverse;
  }
  .Home_aboutus_container .section_title {
    padding-top: 24px;
  }
  .Home_aboutus_container .asset .Aboutus_img {
    height: 100%;
  }
  .client_logo_container .slider .slide {
    width: 180px;
  }
  .Featured_Products_Container .Products_list {
    grid-gap: 40px;
  }
  .Featured_Products_Container .Products_list .Product_Card {
    width: 100%;
  }
  .Methodology_Container .Methodology_section img {
    width: 100%;
  }
  .Services_container .section_title {
    padding-bottom: 30px;
  }
  .Services_container .Services_list_section .Serivces_card {
    margin-bottom: 25px;
  }
  .Services_container .Services_list_section .first_row {
    padding-bottom: 0;
  }
  .signup {
    padding: 30px 20px;
  }
  .signup .container {
    flex-flow: column;
    justify-content: center;
  }
  .signup .content_section {
    text-align: center;
    padding: 0;
  }
  .signup .content_section .SubscribeForm {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    grid-gap: 30px;
  }
  .signup .content_section .SubscribeForm .input_field {
    width: 100%;
  }
  .signup .content_section .SubscribeForm .input_field input {
    width: 100%;
  }
  .signup .asset_section img {
    width: 100%;
  }
  .Contact_Form_Container {
    padding: 30px 10px;
  }
  .Contact_Form_Container .Contact_Form_Section {
    padding: 20px;
  }
  .Contact_Form_Container .Contact_Form_Section .Contact_Form {
    padding: 10px;
  }
  .Contact_Form_Container .Contact_Form_Section .Contact_Form h2 {
    padding-bottom: 10px;
    line-height: 44px;
  }
  .Contact_Form_Container .Contact_Form_Section .Contact_Form .field_box {
    padding-bottom: 0;
  }
  .Contact_Form_Container .Contact_Form_Section .Contact_Form .Form_Field {
    padding-bottom: 25px;
  }
  .Product_Hero_banner {
    height: 640px;
  }
  .Product_Hero_banner .banner-attachment img {
    width: 100%;
  }
  .Product_Hero_banner .content {
    padding-top: 130px;
  }
  .Product_Hero_banner .content .Banner_description {
    margin-bottom: 20px;
    line-height: 42px;
  }
  .Product_container {
    margin-bottom: 40px;
  }
  .Product_container .Payil_Section .assets_box {
    padding: 15px !important;
  }
  .Product_container .Payil_Section .assets_box img {
    border-radius: 6px;
  }
  .Product_container .Payil_Section .content_box {
    padding: 15px 15px 40px 15px !important;
  }
  .Product_container .Payil_Section .content_box .box_header h3 {
    line-height: 42px;
  }
  .Product_container .Payil_Section .content_box .description {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .Product_container .Payil_Section .content_box .subtitle {
    font-weight: 600;
  }
  .TimeCard_Product .Payil_Section {
    flex-flow: column;
  }
  .Product_main_page .content_section {
    padding-top: 180px;
  }
  .Product_main_page .content_section .Mid_Content {
    padding-bottom: 30px;
    font-weight: 400;
  }
  .Services_Hero_banner {
    height: 450px;
  }
  .Services_Hero_banner .content {
    margin-top: 25px;
  }
  .Services_Hero_banner .content .Banner_description {
    width: 100%;
    line-height: 34px;
  }
  .Services_main_container .Mobile_Application_Container .content,
  .Services_main_container .Agile_software_container .content,
  .Services_main_container .Identity_Management_container .content,
  .Services_main_container .Trade_Systems_Container .content,
  .Services_main_container .Web_Portals_container .content,
  .Services_main_container .DevOps_Engineering_Container .content {
    padding-top: 20px !important;
  }
  .Services_main_container .Mobile_Application_Container .content .content_description,
  .Services_main_container .Agile_software_container .content .content_description,
  .Services_main_container .Identity_Management_container .content .content_description,
  .Services_main_container .Trade_Systems_Container .content .content_description,
  .Services_main_container .Web_Portals_container .content .content_description,
  .Services_main_container .DevOps_Engineering_Container .content .content_description {
    width: 100%;
  }
  .Services_main_container .Mobile_Application_Container .content_box,
  .Services_main_container .Agile_software_container .content_box,
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Trade_Systems_Container .content_box,
  .Services_main_container .Web_Portals_container .content_box,
  .Services_main_container .DevOps_Engineering_Container .content_box {
    padding: 0 20px !important;
  }
  .Services_main_container .Blue_bg_container,
  .Services_main_container .gray_bg_container {
    height: 100%;
    margin: 50px auto 80px;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section,
  .Services_main_container .Blue_bg_container .gray_bg_section,
  .Services_main_container .gray_bg_container .Blue_bg_section,
  .Services_main_container .gray_bg_container .gray_bg_section {
    padding: 10px 0;
  }
  .Services_main_container .Blue_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .Blue_bg_container .gray_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .Blue_bg_section .content_asset img,
  .Services_main_container .gray_bg_container .gray_bg_section .content_asset img {
    transform: translateY(0);
    padding: 15px;
  }
  .Services_main_container .Identity_Management_container .content_box,
  .Services_main_container .Web_Portals_container .content_box {
    margin-top: 0px;
  }
  .Services_main_container .Trade_Systems_Container .content_box {
    margin-top: 0px;
  }
  .Agile_software_container .container .row,
  .Identity_Management_container .container .row,
  .Web_Portals_container .container .row {
    flex-flow: column-reverse;
  }
  .Career_about_container .about_content .contact_box {
    justify-content: center;
    grid-gap: 10px;
  }
  .Job_Openings_Container {
    margin-top: 10px;
  }
  .Job_Openings_Container .Job_Open_Section {
    margin: 30px 0 45px;
  }
  .footer-area .footer_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-area .footer_container .footer_colunm {
    justify-content: flex-start;
  }
  .career_subpage .product_support_header .apple_btn_box .info_container {
    padding-top: 10px;
    grid-gap: 10px;
  }
  .career_subpage .job_description_container .description_content p,
  .career_subpage .job_description_container .description_content .job_description_list {
    text-align: justify;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .signup .content_section .SubscribeForm .custom_btn {
    background: #ffffff;
  }
  .signup .content_section .SubscribeForm .custom_btn span {
    color: #36478f;
  }
  .signup .content_section .SubscribeForm .custom_btn::after, .signup .content_section .SubscribeForm .custom_btn::before {
    background: #ffffff;
  }
  .signup .content_section .SubscribeForm .custom_btn:hover {
    color: #36478f;
    background: transparent;
  }
  .signup .content_section .SubscribeForm .custom_btn:hover span {
    color: #ffffff;
  }
  .signup .content_section .SubscribeForm .custom_btn span::after, .signup .content_section .SubscribeForm .custom_btn span::before {
    background: #ffffff;
  }
  .Services_main_container {
    padding: 10px;
  }
  .Services_main_container .Blue_bg_container,
  .Services_main_container .gray_bg_container {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 743px) {
  header .nav_bar .nav_menu {
    padding-left: 1rem;
  }
  .section_title {
    line-height: 45px;
  }
  .Home_aboutus_container {
    margin-top: 20px;
  }
  .Product_Hero_banner {
    height: 480px;
    background-image: url(/Assets/images/product_banner_mob.webp);
  }
  .Product_Hero_banner .content {
    padding-top: 120px;
  }
  .Product_Hero_banner .content .Banner_description {
    line-height: 34px;
  }
  .Product_main_page .content_section {
    padding-top: 100px;
  }
  .client_logo_container {
    padding: 20px 10px 0;
  }
  .client_logo_container .slider .slide {
    width: 150px;
  }
  .client_logo_container .slider .slide img {
    width: 120px;
  }
  .Product_container .Payil_Section .assets_box img {
    height: 100%;
  }
  .Services_Hero_banner {
    height: 400px;
    background-image: url(/Assets/images/Services_banner_mob.webp);
  }
  .Services_Hero_banner .content {
    margin-top: 40px;
  }
  .Career_Hero_Banner {
    background-image: url(/Assets/images/Career_Banner_mob.webp);
  }
  .Services_Mid_Content .Mid_Content p {
    padding-top: 20px;
  }
  .Services_main_container .Blue_bg_container,
  .Services_main_container .gray_bg_container {
    margin: 20px auto 40px;
  }
  .career_subpage .product_support_header {
    flex-flow: column;
    grid-gap: 20px;
  }
  .career_subpage .product_support_header .apple_btn_box {
    align-items: flex-start;
  }
  .career_subpage .footer_buttons {
    grid-gap: 20px;
  }
  .career_subpage .footer_buttons .Commont_btn span {
    padding: 12px 35px;
  }
  .career_subpage .footer_buttons .viewall_btn {
    padding: 9px 25px;
  }
  .career_subpage .product_support_header .info_popup {
    top: -35px;
    right: -65px;
  }
  .btn_container {
    justify-content: center;
  }
  .interns_hero_bg {
    margin-top: 50px;
  }
  .interns_logo_grid {
    grid-gap: 30px;
  }
  .interns_logo_grid .m_logo {
    width: 160px;
  }
  .interns_logo_grid .n_logo {
    width: 140px;
  }
  .interns_title,
  .interns_pgm_bg h1,
  .interns_reg_bg h1,
  .interns_emp_bg h1 {
    line-height: 50px;
  }
  .interns_reg_bg div {
    width: 100%;
  }
  .interns_emp_bg h1 {
    font-size: 42px;
  }
  .interns_emp_bg p {
    font-size: 25px;
    line-height: 35px;
    padding-top: 30px;
  }
  .Confirmation_popup .popup {
    width: calc(100% - 30px);
    align-items: flex-start;
    grid-gap: 0;
    padding-right: 5px;
  }
  .Confirmation_popup .popup .popup_close {
    transform: translateY(-10px);
  }
  .footer-area .footer_container .footer_copyright {
    padding-top: 40px;
  }
}