@font-face {
  font-family: 'Sora-Light';
  src: url("../fonts/Sora-Light.ttf");
}

@font-face {
  font-family: 'Sora-Thin';
  src: url("../fonts/Sora-Thin.ttf");
}

@font-face {
  font-family: 'Sora-ExtraLight';
  src: url("../fonts/Sora-ExtraLight.ttf");
}

@font-face {
  font-family: 'Sora-Regular';
  src: url("../fonts/Sora-Regular.ttf");
}

@font-face {
  font-family: 'Sora-SemiBold';
  src: url("../fonts/Sora-SemiBold.ttf");
}

@font-face {
  font-family: 'Sora-Bold';
  src: url("../fonts/Sora-Bold.ttf");
}


body {
  font-family: 'Sora-Light';
  color: #000;
  font-size: 14px;
}

section {
  padding: 100px 0;
}

/* ----------HEADER-START------------- */
.page-header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
}

.header_box{
background-color: #ffffff14;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 0 0 30px 30px;
}
.logo {
  max-width: 210px;
  margin: 0;
  float: left;
  transition-duration: 0.3s;
}
.top_menu {
  float: right;
}

.top_menu ul {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top_menu li {
  float: left;
}

.top_menu a {
float: left;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  font-size: 15px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center left;
}

.top_menu a:hover {
  background-image: url(../images/Vector.svg);
  color: #fff;
}

.toggle_menu {
  float: right;
  margin: 5px -30px 0 0;
  max-width: 40px;
  cursor: pointer;
}
.sticky .logo {
  max-width: 130px;
}
.sticky .header_box {
  background-color: #000000b8;
  padding: 15px 20px;
  border-radius: 0 0 20px 20px;
}

/* ----------HEADER-END------------- */


/* ----------MAIN-MENU-START------------- */
.mainmenu_box {
  width: 500px;
  position: fixed;
  min-height: auto;
  right: 0;
  top: 0;
  float: left;
}

.mainmenu_box::after {
  content: "";
  width: 1000px;
  height: 1000px;
  background-color: #000000de;
  border-radius: 100%;
  position: fixed;
  right: 0;
  top: 0;
  margin: -970px -840px 0 0;
  transition-duration: 0.6s;
}

.menu_open::after {
  margin: -420px -280px 0 0;
}

.mainmenu_innerbox {
  width: 100%;
  opacity: 0;
  font-family: Sora-Thin;
  position: relative;
  color: #fff;
  padding: 0;
  z-index: 5;
  height: 0;
  transition-duration: 1s;
  overflow: hidden;
  float: left;
}

.menu_open .mainmenu_innerbox {
  opacity: 1;
  padding: 80px 0 0 0;
  height: auto;
  overflow: visible;
}

.other_menu_head {
  font-size: 31px;
}

.mainmenu_box ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu_box li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu_box li a {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 20px;
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  float: left;
  position: relative;
  transition-duration: 0.3s;
}

.mainmenu_box li a:hover {
  padding: 10px 0 10px 30px;
}

.mainmenu_box li a::after {
  content: "";
  background-image: linear-gradient(90deg, #616161, #0000);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainmenu_close {
  display: none;
  position: absolute;
  color: #ec2228;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 31px;
  z-index: 6;
  margin: 9px 120px 0 0;
}

.menu_open .mainmenu_close {
  display: block;
}

/* ----------MAIN-MENU-END------------- */


/* ------HOME-BANNER-SECTION-START------- */

.particles {
  position: absolute;
  width: 100%;
}

.home_banner_section {
background-color: #0a0a0a;
  padding: 150px 0 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: normal;
  min-height: 720px;
  align-items: center;
  box-shadow: 0px 0px 60px #00000012;
}

.banner_red_text {
  font-family: 'Sora-Thin';
  font-size: 51px;
  text-transform: uppercase;
  color: #000;
}

.banner_black_text {
  font-family: 'Sora-Light';
  font-size: 60px;
  text-transform: uppercase;
  color: #EC2228;
}

.home_banner_section a {
  background-color: #EC2228;
  padding: 15px 30px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.header_line{
position: absolute;
  left: 0;
  top: 103px;
  width: 100%;
}
.banner_text1{
font-family: 'Sora-Thin';
  font-size: 51px;
  text-transform: uppercase;
}
.banner_text2{
font-family: Sora-ExtraLight;
  font-size: 90px;
  text-transform: uppercase;
}

.video_box video{
  width: 100%;
  float: right;
  border-radius: 20px;
  max-width: 30%;
  padding: 5px;
  margin: 70px 0 0 0;
  transition-duration: 0.7s;
  border: 1px solid #ffffff80;
}

.video1 video{
  max-width: 30%;
}
.video2 video{
  max-width: 40%;
}
.video3 video{
  max-width: 60%;
}
.video4 video{
  max-width: 70%;
}
.video5 video{
  max-width: 80%;
}
.video6 video{
  max-width: 90%;
}
.video7 video{
  max-width: 100%;
}





/* ------HOME-BANNER-SECTION-END------- */

.heading25_red {
  font-size: 20px;
  color: #E92A2A;
}

.heading20_black {
  font-size: 20px;
}

.heading40_black {
  font-size: 40px;
  color: #000;
}

.heading40_white {
  font-size: 40px;
  color: #fff;
}

.heading25_black {
  font-size: 25px;
  color: #000;
}

.heading25_white {
  font-size: 25px;
  color: #fff;
}

.heading21_black {
  font-size: 21px;
  color: #000;
}

.inner_heading40 {
  font-size: 40px;
}

/* if want gredient text then use below code start */
/* .inner_heading40 {
    font-size: 40px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(120, 118, 169, 1) 100%);
    width: fit-content;
    margin: 0 auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
} */
/* if want gredient text then use below code ends */

.inner_heading {
  font-size: 35px;
  margin: 0 0 40px 0;
}

.inner_heading18 {
  font-size: 18px;
}

.red_btn {
  background-color: #E92A2A;
  padding: 14px 20px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  cursor: pointer;
}



/* ------HOME-CASESTUDIES-SECTION-START------- */
.casestudies_heading_list .col-lg-4 {
  border-left: 1px solid #BE282D;
}

.case_list {
  position: relative;
  background-color: #000;
  border-radius: 20px;
  transition-duration: 0.3s;
}

.case_list::after {
  content: "";
  background: linear-gradient(0deg, #202020, #0000);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  border-radius: 0 0 20px 20px;
}

.case_list img {
  border-radius: 15px;
  transition-duration: 0.3s;
  opacity: 0.9;
}

.case_list a {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 5;
  font-size: 12px;
  margin: 0 20px 0px 0;
  text-decoration: none;
  transition-duration: 0.3s;
}

.case_list:hover a {
  opacity: 1;
  margin: 0 20px 20px 0;
}

.case_list span {
  font-size: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 0px 30px;
  font-family: Sora-SemiBold;
  color: #fff;
  opacity: 0;
  z-index: 5;
  transition-duration: 0.3s;
}

.case_list:hover span {
  opacity: 1;
  margin: 20px 0 20px 30px;
}

/* ------HOME-CASESTUDIES-SECTION-END------- */





/* ------HOME-ABOUT-SECTION-START------- */
.about_section {
  /* background-color: #000; */
  color: #000;
}

.about_question_text {
  background: linear-gradient(90deg, #000, #3A3537);
  font-size: 23px;
  padding: 18px 0px;
  border-radius: 100px;
  position: relative;
  z-index: 5;
  margin: 0 0 -35px 0;
}

/* ------HOME-ABOUT-SECTION-END------- */



/* ------HOME-SERIVCE-LIST-START------- */
.services_section {
  background-color: #0a0a0a;
  min-height: 800px;
}

.service_list {
background-color: #333;
  text-align: center;
  border-radius: 30px;
  padding: 20px;
  margin: 10px 0 0 0;
  transition-duration: 0.7s;
  min-height: 300px;
  color: #fff;
}

.service_list:hover {
  background-image: linear-gradient(0deg, #B20B10, #EB0F16);
  color: #fff;
  min-height: 360px;
  margin: -20px 0 0 0;
}

.service_list_content {
  max-height: 40px;
  overflow: hidden;
}

.service_list:hover .service_list_content {
  max-height: inherit;
}

.service_img img {
  max-height: 110px;
  margin: -80px 0 20px 0;
  transition-duration: 0.3s;
}

.ourservices_heading {
  margin: 0 0 100px 0;
}

.service_list a {
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.arrow_more .ser_link {
  display: none;
  font-family: Sora-Regular;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
}

.service_list:hover .arrow_more .ser_arrow {
  display: none;
}

.service_list:hover .arrow_more .ser_link {
  display: block;
}

.service_list:hover .service_img img {
  max-height: 150px;
}

/* ------HOME-SERIVCE-LIST-END------- */


/* ------LEFT-SOCIAL-START------- */
.left_social_box {
  width: auto;
  position: fixed;
  left: 10px;
  bottom: 30px;
  z-index: 5;
}

.left_social_box a {
  float: left;
  background-color: #0000007a;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  margin: 0 0 8px 0;
  transition-duration: 0.1s;
}

.left_social_box a:hover {
  background-color: #ec2228;
}

.left_social_box img {
  width: auto;
  max-width: 20px;
  max-height: 18px;
}

/* ------LEFT-SOCIAL-END------- */

.owl-nav {
  display: flex;
  justify-content: center;
  font-size: 0;
}

.owl-nav div {
  background-image: url(../images/black_arrow_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
}

.owl-nav .owl-prev {
  transform: rotate(180deg);
}

/* ------HOME-INDUSTRIES-SECTION-START------- */
.industries_section {
  background-color: #151515;
  position: relative;
  overflow: hidden;
}

.industries_section::after {
  content: "";
  width: 1300px;
  height: 1300px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  margin: -100px -90px 0 0px;
  transition-duration: 0.8s;
  background: #be3939;
  opacity: 0.4;
}

.industries_section:hover::after {
  background: linear-gradient(135deg, #8A4F52, #2B2549);
  width: 300px;
  height: 300px;
}

.logos_box {
  width: 98vw;
  height: 150px;
  position: relative;
  margin: auto;
  /* background: #ccc; */
  overflow: hidden;
  color: #fff;
}

.logos_inner_box {
  width: 100%;
}

.logo_list {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.logo_list_inner {
  background-color: #fff;
  width: 100%;
  padding: 18px 10px;
  border-radius: 15px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_list_inner img {
  max-width: 170px;
  max-height: 80px;
}

/* ------HOME-INDUSTRIES-SECTION-END------- */

/* ------HOME-CREATIVE-HIGHLIGHTS-SECTION-START------- */
.creative_section {
  /* background-color: #ccc; */
  background: linear-gradient(0deg, #e5e5e5, #fff);
  padding: 0;
  position: relative;
}

.creative_emtybox {
  min-height: 400px;
}

.creative_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.creative_bg marquee {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: relative;
}

.creative_bg::after {
  content: "";
  background-image: linear-gradient(0deg, #fff, #fff0, #fff0, #fff);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.workspeaks_heading {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workspeaks_heading span{
background-color: #fff;
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 25px;
  font-family: Sora-Bold;
  opacity: 0.9;
  color: #000;
}

/* ------HOME-CREATIVE-HIGHLIGHTS-SECTION-END------- */


/* ------HOME-CTA-SECTION-START------- */
.cta_section {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta_section::after {
  content: "";
  width: 1090px;
  height: 1090px;
  position: absolute;
  right: 0;
  top: -680px;
  border-radius: 100%;
  opacity: 0.1;
  background-color: #cecece;
  left: 0;
  margin: 0 auto;
}

.creative_inner {
  padding: 0px;
  transform: scale(0.9);
}

.center .creative_inner {
  padding: 0 0;
  transform: scale(1);
}

.cta_btn_box {
  display: flex;
  justify-content: center;
}

.cta_btn_box a {
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  margin: 0 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.cta_btn_box a::after {
  content: "";
  background-color: #ec2228;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition-duration: 0.5s;
}

.cta_btn_box a:hover::after {
  width: 100%;
}

.cta_btn_box a span {
  position: relative;
  z-index: 5;
}

.cta24_list span {
  font-weight: bold;
  font-size: 31px;
}

.cta24_list .col-lg-4 {
  position: relative;
}

.cta24_list .col-lg-4::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background: linear-gradient(0deg, #0000, #616161, #0000);
  top: 0;
}

.cta24_list .col-lg-4:last-child::after {
  display: none;
}

/* ------HOME-CTA-SECTION-END------- */


/* ------HOME-TESTIMONIALS-SECTION-START------- */
.testimonials_section {
  background: linear-gradient(0deg, #EDEDED, #fff, #EDEDED);
  min-height: 600px;
}

/* ------HOME-TESTIMONIALS-SECTION-END------- */


/* ------HOME-MADE-PROJECTD-SECTION-START------- */
.homemade_project_section {
  position: relative;
}

.homemade_project_section::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #fff, #F2F2F2, #F2F2F2);
}

.tech_box {
  background-color: #0C2239;
  padding: 20px 30px;
  border-radius: 30px;
  transition-duration: 0.1s;
  font-size: 13px;
  line-height: normal;
  position: relative;
  overflow: hidden;
  min-height: 230px;
}

.tech_box:hover {
  transform: scale(1.02);
}

.tech_img img {
  max-height: 60px;
}

.tech_box a {
  background-color: #fff;
  font-size: 12px;
  line-height: normal;
  padding: 5px 20px;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
  transition-duration: 0.3s;
}

.tech_box:hover a {
  color: #ed2024;
}

.tech_box .tech_innerbox {
  position: relative;
  z-index: 5;
}

.tech_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 470px;
  height: 470px;
  transition-duration: 0.8s;
  border-radius: 100%;
  margin: 10px 0 0 -600px;
}

.tech_box:hover::before {
  opacity: 0;
  margin: -20% 0 0 -80px;
}

/* ------HOME-MADE-PROJECTD-SECTION-END------- */

/* ------HOME-PACKAGE-SECTION-START------- */
.package_section {
  position: relative;
}

.package_section::after {
  content: "";
  background-image: url(../images/round.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 600px;
  height: 600px;
  position: absolute;
  right: 0;
  top: 30px;
  opacity: 0.6;
}

.home_pack_tabs {
  width: 100%;
  margin: 0;
  padding: 100px 0 0 0;
  list-style-type: none;
}

.home_pack_tabs li {
  width: 100%;
  margin: 0;
  padding: 18px 0;
  text-align: center;
  margin: 0 0 1px 0;
  cursor: pointer;
  position: relative;
  transition-duration: 0.5s;
}

.home_pack_tabs li:hover {
  background-image: linear-gradient(90deg, #fff, #FFEEEF, #FFEEEF, #fff);
  font-family: Sora-SemiBold;
}

.home_pack_tabs .current {
  background-image: linear-gradient(90deg, #fff, #FFEEEF, #FFEEEF, #fff);
  font-family: Sora-SemiBold;
  color: #e92729;
}

.home_pack_tabs li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #fff, #BEBDCE, #fff);
  position: absolute;
  left: 0;
  bottom: 0;
}

.home_pack_tabs li span {
  position: relative;
}

.package_listbox {
  background-color: #151515;
  padding: 18px 20px;
  border-radius: 15px;
  min-height: 235px;
  position: relative;
  overflow: hidden;
}

.package_listbox::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 55% 0 0 -120%;
  transition-duration: 1s;
}

.package_listbox:hover::after {
  margin: -120px 0 0 -60px;
  opacity: 0;
}

.pack_list span {
  clear: both;
  width: 100%;
  float: left;
  font-size: 12px;
  position: relative;
  padding: 0 0 3px 20px;
}

.pack_list span::before {
  content: "";
  background-image: url(../images/pack_tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.package_listbox .explore_btn {
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 100px;
  line-height: normal;
  position: relative;
  overflow: hidden;
}

.package_listbox .explore_btn:hover {
  color: #000;
}

.package_listbox .explore_btn::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition-duration: 0.3s;
  border-radius: 100px;
}

.package_listbox .explore_btn:hover::before {
  width: 100%;
}

.package_listbox .explore_btn span {
  position: relative;
  z-index: 5;
}

.pack_content {
  width: 70%;
  height: 0;
  overflow: hidden;
  transition-duration: 0.6s;
  opacity: 0;
}

.pack_content_mainbox .current {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: visible;
}

/* ------HOME-PACKAGE-SECTION-END------- */


/* ------HOME-GLOBLE-SECTION-START------- */
.globe_section {
  background-image: linear-gradient(0deg, #fff, #F2F2F2);
}

/* ------HOME-GLOBLE-SECTION-END------- */


/* ------INNER-HEADING-START------- */
.inner_heading_box {
  background-image: url(../images/inner_heading_bg.png);
  /* margin: -110px 0 0 0; */
  padding: 100px 0 80px 0;
}

.new_inner_heading_box {
  padding: 0;
  display: grid;
}

.new_inner_heading_box>* {
  grid-area: 1/1;
}

.new_inner_heading_box .container {
  /* align-self: center; */
  justify-self: center;
  text-align: center;
}

/* body:has(.new_inner_heading_box) .page-header .container {
  border-bottom: 1px solid #C6DCED;
  padding-bottom: 10px;
}

body:has(.new_inner_heading_box) .page-header.sticky .container {
  border: 0;
  padding-bottom: 0;
} */

.inner_banner_content_box {
  margin-top: calc(var(--header-height) + 10px);
  border-top: 1px solid #C6DCED;
  padding: 80px 0 0 0;
}

.inner_banner_content_box .inner_heading40 {
  text-transform: uppercase;
}

.inner_banner_content_box .inner_heading18 {
  max-width: 70%;
  margin: 0 auto;
  line-height: normal;
}

/* ------INNER-HEADING-END------- */


/* ------INNER-SERVICES-PAGE-START------- */
.inner_service_list {
  background-color: #F3F3F3;
  padding: 30px;
  border-radius: 20px;
}

.inner_service_list a {
  color: #000;
  text-decoration: none;
}

.inner_service_list:hover {
  background-color: #E92729;
  color: #fff;
}

/* ------INNER-SERVICES-PAGE-END------- */




/* ------FOOTER-EXPAND-COLLAPSE-SECTION-START------- */
.footer_faq_box {
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  box-shadow: 0 0 20px #e8e8e8;
  padding: 0 25px;
  position: relative;
  border-radius: 10px;
}

.footer_faq_box .toggle {
  width: 100%;
  color: #000;
  text-decoration: none;
  font-family: Sora-Regular;
  float: left;
  font-size: 16px;
  padding: 20px 0;
}

.footer_faq_box .answer {
  width: 90%;
  display: none;
  float: left;
  margin: 0 0 30px 0;
}

.footer_faq_box a::after {
  content: "";
  background-image: url(../images/black_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition-duration: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  margin: 13px 10px 0 0;
}

.footer_faq_box .show::after {
  content: "";
  background-image: url(../images/black_arrow_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition-duration: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ec2228;
  margin: 11px 9px 0 0;
  transform: rotate(90deg);
}

/* ------FOOTER-EXPAND-COLLAPSE-SECTION-END------- */


/* ------FOOTER-GETINTOUCH-SECTION-START------- */
.footer_contactbox input {
  border: 1px solid #6E6E6E;
  width: 100%;
  border-radius: 10px;
  background: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  outline: none;
}

.footer_contactbox textarea {
  border: 1px solid #6E6E6E;
  width: 100%;
  border-radius: 10px;
  background: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  outline: none;
}

/* ------FOOTER-GETINTOUCH-SECTION-END------- */

/* ------FOOTER-BLACK-SECTION-START------- */
.footer_black_mainbox {
  background-color: #151515;
  padding: 60px;
  border-radius: 30px;
  /* min-height: 500px; */
  color: #fff;
  overflow: hidden;
  position: relative;
}

.footer_black_mainbox::before {
  content: "";
  background-image: url(../images/footer_black_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  width: 600px;
  height: 600px;
  left: 0;
  top: 0;
}

.footer_black_mainbox::after {
  content: "";
  background-image: url(../images/footer_black_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  bottom: 0;
}

.footer_right_black {
  background-color: #000;
  color: #ffff;
  padding: 40px;
  line-height: normal;
  border-radius: 20px;
}

.footer_right_black a {
  background-color: #fff;
  line-height: normal;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 100px;
  color: #000;
  font-size: 13px;
}

.footer_list2 ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.footer_list2 ul li {
  padding: 0 0 4px 0px;
  margin: 0;
  width: 50%;
  float: left;
  list-style-type: disc;
}

.footer_list2 ul li a {
  padding: 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.footer_sept {
  width: 100%;
  background-image: linear-gradient(90deg, #000, #ffffff4a, #ffffff4a, #000);
  height: 1px;
  margin: 79px 0;
}

.footer_social_box {
  width: auto;

}

.footer_social_box a {
  float: left;
  background-color: #464646;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  transition-duration: 0.1s;
}

.footer_social_box a:hover {
  background-color: #ec2228;
}

.footer_social_box img {
  width: auto;
  max-width: 20px;
  max-height: 18px;
}

/* ------FOOTER-BLACK-SECTION-END------- */

/* CONTACT US PAGE START */

.contact_us_mainbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.contact_us_section {
  padding: 0;
}

.map-frame {
  width: 68%;
  height: 100%;
  border: none;
  display: none;
  transition: opacity 0.4s ease;
  margin: 0 0 0 auto;
}

.map-frame.active {
  display: block;
}

.contact_mapbox {
  position: relative;
}

.contact_mapbox::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 50%;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 80%);
}

.address-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 500px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.18);
  z-index: 10;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.address-card .city {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'Sora-SemiBold';
}

.address-card .street {
  font-size: 16px;
  color: #000000;
  line-height: normal;
  margin-bottom: 18px;
  font-family: 'Sora-Light';
}

.address-card .divider {
  height: 1px;
  background: #eee;
  margin-bottom: 14px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row .details {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  line-height: normal;
}

.contact-row .details a {
  font-size: 16px;
  color: #E92A2A;
  text-decoration: none;
  transition: color .2s;
  font-family: 'Sora-Regular';
}

.contact-row .details a:hover {
  color: #f9c8c8;
}

.switch-btn {
  background: linear-gradient(90deg, rgba(233, 42, 42, 1) 50%, rgba(208, 11, 11, 1) 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  grid-template-columns: 18px 1fr 35px;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0px 44px #0000001A;
  transition: background .25s, box-shadow .25s, transform .15s;
  white-space: nowrap;
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: 'Sora-SemiBold';
  position: relative;
  overflow: hidden;
}

.switch-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 200px;
  height: 200px;
  transition-duration: 0.8s;
  border-radius: 100%;
  margin: 10px 0 0 -300px;
}

.switch-btn:hover::before {
  opacity: 0;
  margin: -30% 0 0 50px;
}

.switch-btn .pin-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
}

.switch-btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 0.75rem;
}

.address-card.slide-in {
  animation: slideIn 0.9s ease forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact_us_rightbox {
  display: grid;
}

.contact_us_rightbox>* {
  grid-area: 1/1;
}

.contact_adderess_box {
  width: fit-content;
  height: fit-content;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 0 0 -90px;
}

.contact_row_mainbox {
  display: flex;
  gap: 40px;
  align-items: center;
}

.contact_row_mainbox .contact-row {
  margin: 0;
}

/* CONTACT US PAGE ENDS */
/* OUR TECHNOLOGY PAGE START */

.technology_services_section {
  padding: 100px 0 0 0;
}

.our_portfolio_mainbox p {
  text-align: center;
  font-size: 16px;
}

.our_porfolio_listing_mainbox {
  column-count: 3;
  column-gap: 30px;
}

.our_portfolio_listing {
  break-inside: avoid;
  margin-bottom: 30px;
}

.our_portfolio_listing:nth-child(3n) {
  margin: 0;
}

.client_logo img {
  max-width: 150px;
}

.client_logo {
  margin: 0 0 0 20px;
}

.portfolio_img {
  padding: 20px 0 0 0;
  border-radius: 20px;
  position: relative;
}

.portfolio_img:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 10px;
  background-image: url("../images/portfolio/education/Polygon.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 12px;
  background-size: contain;
  z-index: -1;
}

.portfolio_img img {
  border-radius: 20px;
}

.portfolio_content_box {
  padding: 20px;
  width: 90%;
  margin: -30px auto 0 auto;
  box-shadow: 0px -30px 24px #0000001A;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  /* transition: all 0.3s; */
}

.portfolio_explore_more {
  transform: translateY(60px);
  transition: all 0.3s;
}

.portfolio_headingbox {
  font-size: 18px;
  line-height: normal;
}

.portfolio_para {
  font-size: 12px;
  line-height: normal;
  margin: 8px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explore_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #EC2228;
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 40px;
  width: fit-content;
  font-size: 12px;
  margin: 15px auto 0 auto;
}

.our_portfolio_listing:hover .portfolio_explore_more {
  transform: translateY(0px);
}

.our_portfolio_listing:hover .portfolio_content_box {
  box-shadow: 0px 10px 24px #0000001A;
  background: linear-gradient(180deg, rgba(255, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.explore_more_btn:hover {
  color: #ffffff;
}

.explore_more_icon svg {
  transition: all 0.4s;
}

.explore_more_btn:hover .explore_more_icon svg {
  transform: rotate(45deg);
}

.our_portfolio_mainbox p {
  margin: 0 0 60px 0;
}

.tech_services_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.tech_services_listing {
  padding: 0 40px 30px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(54, 54, 54, 1) 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease,
    background 0.5s ease;
}

.tech_services_listing:hover {
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(180deg, rgba(217, 17, 17, 1) 0%, rgba(233, 42, 42, 1) 100%);
  box-shadow: 0 24px 48px rgba(211, 47, 47, 0.45),
    0 8px 16px rgba(0, 0, 0, 0.2);
}

.tech_services_listing.active_tech_services_listing {
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(180deg, rgba(217, 17, 17, 1) 0%, rgba(233, 42, 42, 1) 100%);
  box-shadow: 0 24px 48px rgba(211, 47, 47, 0.45),
    0 8px 16px rgba(0, 0, 0, 0.2);
}

.tech_services_listing_icon img {
  max-height: 90px;
}

.tech_services_listing_icon {
  margin: -40px 0 30px 0;
}

.tech_services_listing_heading {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 15px 0;
  font-family: 'Sora-Regular';
}

.tech_services_explore_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-decoration: none;
  font-family: 'Sora-Regular';
  transition: all 0.3s;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}

.tech_services_listing:hover .tech_services_explore_btn {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;

}

.tech_services_explore_btn:hover {
  color: #ffffff;
}

.tech_services_explore_btn_icon {
  display: flex;
}

.technology_para_mainbox p {
  text-align: center;
}

.technology_para_strong {
  font-family: 'Sora-Regular';
  font-weight: 600;
}

.technology_para_section {
  padding: 100px 0 0 0;
}

.technology_used_mainbox {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.technology_used_listing_firstbox {
  display: grid;
  transition: border-color 0.3s ease,
    background 0.3s ease,
    transform 0.25s ease;
  position: relative;
}

.technology_used_listing_firstbox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%,
      rgba(147, 242, 255, 0.23) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.technology_used_listing_firstbox:hover::before {
  opacity: 1;
}

.technology_used_listing_firstbox>* {
  grid-area: 1/1;
}

.technology_used_listing_content {
  width: fit-content;
  height: fit-content;
  justify-self: center;
  align-self: center;
}

.technology_used_icon img {
  max-height: 45px;
}

.technology_used_count {
  color: #ffffff;
  text-align: center;
  margin: 15px 0 0 0;
  font-family: 'Sora-SemiBold';
  font-size: 16px;
}

.technology_used_heading {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0 0;
  font-family: 'Sora-Regular';
  color: #ffffff;
}

.technology_used_section {
  padding: 0;
  margin: 100px 0 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(51, 50, 91, 1) 50%, rgba(0, 0, 0, 1) 100%);
  display: grid;
  position: relative;
  align-items: center;
}

.technology_used_section>* {
  grid-area: 1/1;
}

.technology_used_section::after {
  content: "";
  background-image: url("../images/services/background-shape-02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.technology_used_section .container {
  position: relative;
  z-index: 5;
}

.technology_used_section .inner_heading {
  color: #ffffff
}

.tech_enquiry_form_mainbox {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px;
  /* align-items: center; */
}

.tech_enquiry_form_leftbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.technology_form_section {
  background-color: #F2F2F2;
}

.tech_enquiry_listing_heading {
  font-family: 'Sora-Regular';
  font-size: 20px;
}

.tech_enquiry_form_formbox form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.full-form-group {
  grid-column: 1/-1;
}

.submite_btn {
  width: fit-content;
  line-height: normal;
  margin: 10px 0 0 0;
  background: linear-gradient(90deg, rgba(233, 42, 42, 1) 50%, rgba(208, 11, 11, 1) 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0px 44px #0000001A;
  transition: background .25s, box-shadow .25s, transform .15s;
  white-space: nowrap;
  font-family: 'Sora-SemiBold';
}

.sub_btn_wraper {
  position: relative;
  overflow: hidden;
  width: fit-content;
  cursor: pointer;
}

.sub_btn_wraper::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.sub_btn_wraper:hover::before {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.tech_enquiry_form_formbox .form-control,
.tech_enquiry_form_formbox .form-select {
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  border: 0;
  padding: 10px 15px;
}

.tech_enquiry_form_formbox .form-control::placeholder {
  color: #000000;
}

.tech_enquiry_listing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tech_enquiry_listing ul li {
  position: relative;
  padding: 0 0 6px 20px;
}

.tech_enquiry_listing ul li::before {
  content: "";
  background-color: #E92A2A;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.tech_enquiry_listing {
  padding: 20px;
  border-radius: 20px;
  transition: all 0.4s;
}

.tech_enquiry_listing:hover {
  background-color: #ffffff;
}

.tech_services_listing_conent p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.error-message {
  margin: 4px 0 0 15px;
}

/* OUR TECHNOLOGY PAGE ENDS */

/* OUR PACKAGES PAGE START */

.packages_card_section {
  background-color: #F2F2F2;
  position: relative;
}

.packages_card_section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/packages/packages-card-background.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
}

.packages_card_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 30px 1fr 30px;
  row-gap: 0px;
  column-gap: 20px;
  /* align-items: center; */
}

.packages_card_listing {
  background-color: #161630;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  color: #ffffff;
  padding: 40px 25px;
  display: grid;
  grid-template-rows: 100px auto auto;
  grid-row: 2/3;
  transition: all 0.7s;
}

.packages_card_listing:hover {
  transform: scale(1.02) translateY(-8px);
}

.packages_card_listing::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/packages/wave-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  opacity: 0.08;
}

.packages_card_listing>* {
  position: relative;
  z-index: 10;
}

.package_card_heading {
  font-size: 24px;
  font-family: 'Sora-Bold';
  background: linear-gradient(90deg, rgb(256 255 255) 10%, rgba(120, 118, 169, 1) 100%);
  width: fit-content;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.package_card_subheading {
  font-size: 20px;
  font-family: 'Sora-Regular';
  margin: 0;
}

.package_price_box {
  font-size: 20px;
  font-family: 'Sora-Regular';
  margin: 0;
}

.packages_card_custom_listingbox {
  margin: 20px 0 0 0;
}

.packages_card_custom_listingbox ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.packages_card_custom_listingbox ul li {
  position: relative;
  padding: 0 0 10px 25px;
}

.packages_card_custom_listingbox ul li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0xOC43IDcuMmMtLjQtLjQtMS0uNC0xLjQgMGwtNy41IDcuNS0zLjEtMy4xYy0uNC0uNC0xLS40LTEuNCAwcy0uNCAxIDAgMS40bDMuOCAzLjhjLjIuMi40LjMuNy4zcy41LS4xLjctLjNsOC4yLTguMmMuNC0uNC40LTEgMC0xLjR6IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  left: 0;
  top: 3px;
  background-size: contain;
}

.packages_card_custom_btnbox {
  display: flex;
  gap: 15px;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  width: fit-content;
  margin: 20px auto 0 auto;
  cursor: pointer;
  height: fit-content;
  align-self: end;
}

.packages_card_custom_tc_box {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #ffffffb8;
  text-decoration: none;
}

.packages_card_custom_tc_box:hover {
  color: #ffffff;
}

.packages_card_sub_custom_listingbox {
  display: none;
}

.packages_card_sub_custom_listingbox.show {
  display: block;
  margin: 10px 0 0 0;
}

.view_more_toggle_btn {
  background: none;
  border: none;
  color: #EA2B2B;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

.packages_card_sub_custom_listingbox li {
  font-size: 12px;
}

.packages_card_sub_custom_listingbox li:last-child {
  padding: 0 0 0 25px;
}

.center_packages_card_listing.packages_card_listing {
  grid-template-rows: auto 1fr auto;
  background-color: #ffffff;
  padding: 0 0 40px 0;
  grid-row: 1/4;
  box-shadow: 4px 4px 18px #0000001c;
}

.center_packages_card_listing .packages_card_headingbox {
  background-color: #EA2B2B;
  border-radius: 40px 40px 0 0;
  text-align: center;
  padding: 25px 0 50px 0;
}

.center_packages_card_listing .package_card_heading {
  margin: 0 auto 8px auto;
}

.center_packages_card_listing .package_card_heading {
  font-size: 24px;
  font-family: 'Sora-Bold';
  background: linear-gradient(90deg, rgb(256 255 255) 10%, rgb(247 163 163) 100%);
  width: fit-content;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.center_packages_card_listing .package_price_box {
  margin: 0 auto 0 auto;
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
  border-radius: 40px;
  box-shadow: 0px 2px 6px #dedede87;
}

.center_packages_card_listing .package_price_box span {
  color: #E72A2A;
}

.center_packages_card_listing .packages_card_custom_listingbox {
  color: #000000;
  padding: 20px 25px 0 25px;
}

.center_packages_card_listing .packages_card_custom_listingbox ul li::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xOC43IDcuMmMtLjQtLjQtMS0uNC0xLjQgMGwtNy41IDcuNS0zLjEtMy4xYy0uNC0uNC0xLS40LTEuNCAwcy0uNCAxIDAgMS40bDMuOCAzLjhjLjIuMi40LjMuNy4zcy41LS4xLjctLjNsOC4yLTguMmMuNC0uNC40LTEgMC0xLjR6IiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

.center_packages_card_listing .packages_card_custom_btnbox {
  border: 1px solid #EC2228;
  color: #000000;
}

.center_packages_card_listing .packages_card_custom_tc_box {
  color: #000000b8;
}

.center_packages_card_listing .packages_card_custom_tc_box:hover {
  color: #000000;
}

.old_price {
  text-decoration: line-through;
  /* text-decoration-color: #ccc; */
  text-decoration-thickness: 2px;
  font-size: 14px;
}

.seo_package_main .center_packages_card_listing .package_price_box {
  width: 80%;
}

.smm_package_main .center_packages_card_listing .package_price_box {
  width: 92%;
}

.brand_package_main .packages_card_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 0px;
  column-gap: 20px;
}

.packages_card_custom_btnbox svg {
  transition: all 0.4s;
}

.packages_card_custom_btnbox:hover svg {
  transform: rotate(-45deg);
}

.packages_card_custom_btnbox {
  position: relative;
  overflow: hidden;
}

.packages_card_custom_btnbox::before {
  background: #ccc;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.packages_card_custom_btnbox:hover::before {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.term_condition_heading {
  font-size: 18px;
  font-family: 'Sora-Bold';
  color: #000000;
  margin: 0 0 10px 0;
}

.term_condition_listing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.term_condition_listing ul li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xOC43IDcuMmMtLjQtLjQtMS0uNC0xLjQgMGwtNy41IDcuNS0zLjEtMy4xYy0uNC0uNC0xLS40LTEuNCAwcy0uNCAxIDAgMS40bDMuOCAzLjhjLjIuMi40LjMuNy4zcy41LS4xLjctLjNsOC4yLTguMmMuNC0uNC40LTEgMC0xLjR6IiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  left: 0;
  top: 3px;
  background-size: contain;
}

.term_condition_listing ul li {
  position: relative;
  padding: 0 0 10px 25px;
}

.term_condition_listing ul li:last-child {
  padding: 0 0 0 25px;
}

.term_condition_mainbox {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.term_condition_listing a {
  color: #EA2B2B;
  text-decoration: none;
}

.term_condition_listing a:hover {
  color: #f17b7b;
}

.term_condition_section {
  padding: 100px 0 0 0;
}

.term_condition_listing {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 50px;
}

.packages_model_mainbox .modal-title {
  font-family: 'Sora-Regular';
  font-size: 20px
}

.package_input_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.product_checkbox_lable a {
  color: #707070;
  text-decoration: none;
}

.product_checkbox_lable a:hover {
  color: #EA2B2B;
}

.packages_model_mainbox .modal-content {
  padding: 20px;
}

.packages_model_mainbox .modal-header .close {
  border: 1px solid #dedede;
  font-size: 20px;
  background-color: unset;
  padding: 0 10px;
  border-radius: 6px;
}

/* OUR PACKAGES PAGE ENDS */

@media (max-width: 1400px) {
  .address-card {
    padding: 25px;
    width: 450px;
  }

  .address-card .street {
    font-size: 14px;
  }

  .contact-row .details a {
    font-size: 14px;
  }

  .contact_adderess_box {
    gap: 20px;
    margin: 0 0 0 -120px;
  }

  .switch-btn {
    font-size: 16px;
  }

  .inner_banner_content_box .inner_heading40 {
    font-size: 35px;
  }

  .inner_banner_content_box .inner_heading18 {
    font-size: 16px;
  }

  .tech_services_listing_heading {
    font-size: 18px;
  }

  .inner_heading {
    font-size: 30px;
  }

  .inner_banner_content_box {
    padding: 60px 0 0 0;
  }

  .technology_used_heading {
    font-size: 14px;
  }

  .package_card_heading {
    font-size: 20px;
  }

  .package_card_subheading,
  .package_price_box {
    font-size: 18px;
  }

  .seo_package_main .center_packages_card_listing .package_price_box {
    width: 85%;
}

.seo_package_main .center_packages_card_listing .package_price_box {
    width: 90%;
    font-size: 16px;
}

}

@media (max-width: 1199.98px) {
  .contact_us_leftbox {
    display: flex;
    align-items: center;
  }

  .contact_us_leftbox img {
    max-width: 70%;
  }

  .map-frame {
    height: 100vh;
    width: 80%;
  }

  .contact_adderess_box {
    gap: 20px;
    margin: 0 0 0 -170px;
  }

  .address-card {
    padding: 20px;
    width: 400px;
  }

  .contact_mapbox::after {
    width: 80%;
  }

  .inner_banner_content_box {
    padding: 30px 0 0 0;
  }

}

@media (max-width: 991.98px) {
  .contact_us_leftbox {
    display: none;
  }

  .contact_us_rightbox {
    grid-column: 1/-1;
    display: block;
  }

  .map-frame {
    height: 350px;
    width: 100%;
  }

  .contact_mapbox::after {
    width: 100%;
  }

  .contact_adderess_box {
    gap: 20px;
    margin: -100px 0 0 0;
    align-self: end;
    justify-self: center;
  }

  .switch-btn {
    margin: 0 auto;
  }

  .our_porfolio_listing_mainbox {
    column-count: 2;
  }

  .client_logo img {
    max-width: 90px;
  }

  .inner_background_img {
    width: 100%;
    height: 260px;
  }

  .inner_background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .tech_services_mainbox {
    gap: 20px;
  }

  .tech_services_listing {
    padding: 0 20px 20px 20px;
  }

  .tech_services_listing_heading {
    font-size: 16px;
  }

  .tech_services_listing_conent p {
    font-size: 12px;
  }

  .tech_services_listing_icon img {
    max-height: 70px;
  }

  .technology_used_mainbox {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .technology_used_listing {
    width: 22%;
  }

  .technology_used_section {
    padding: 60px 0;
  }

  .tech_background_wave {
    width: 100%;
    height: 100%;
  }

  .tech_background_wave img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tech_enquiry_form_mainbox {
    grid-template-columns: 1fr;
  }

  .packages_card_mainbox {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }

  .packages_card_listing {
    border-radius: 40px;
    padding: 40px 25px;
    grid-template-rows: auto auto auto;
    grid-row: unset;
  }

  .center_packages_card_listing.packages_card_listing {
    grid-template-rows: auto auto auto;
    padding: 0 0 40px 0;
    grid-row: unset;
    box-shadow: 4px 4px 18px #0000001c;
  }

  .seo_package_main .center_packages_card_listing .package_price_box {
    width: 70%;
    font-size: 18px;
}

/* ------FOOTER-BLACK-SECTION-START------- */
.footer_black_mainbox{
  padding: 50px;
}
.footer_box1{
  display: none;
}
.footer_sept{
  display: none;
}
/* ------FOOTER-BLACK-SECTION-END------- */

}

@media (max-width: 767.98px) {
  .portfolio_headingbox {
    font-size: 14px;
  }

  .our_portfolio_listing:nth-child(3n) {
    margin: 0 0 30px 0;
  }

  .tech_services_mainbox {
    gap: 80px;
    grid-template-columns: 1fr;
  }

section{
  padding: 50px 0;
}

}

@media (max-width: 580px) {

/* ----------HEADER-START------------- */
.page-header{
  position: relative;
  background-color: #0a0a0a;
}

/* ----------HEADER-END------------- */

/* ----------MAIN-MENU-START------------- */
.top_menu{
  display: none;
}
.mainmenu_box::after{
  display: none;
}
.menu_open{
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.mainmenu_close{
  margin: 0 20px 0 0;
}
.menu_open .mainmenu_innerbox{
  padding: 0;
}
/* ----------MAIN-MENU-END------------- */


/* ------HOME-BANNER-SECTION-START------- */
.home_banner_section {
  padding: 0 0 80px 0;
  min-height: inherit;
  text-align: center;
}
.banner_text2{
  font-size: 50px;
}
#video_box video{
  max-width: 100%;
}
/* ------HOME-BANNER-SECTION-END------- */

/* ------HOME-SERIVCE-LIST-START------- */
.service_img img{
  margin: 0;
}
/* ------HOME-SERIVCE-LIST-END------- */


/* ------HOME-INDUSTRIES-SECTION-START------- */
.logo_list{
  width: 40vw;
}
/* ------HOME-INDUSTRIES-SECTION-END------- */



/* ------HOME-CREATIVE-HIGHLIGHTS-SECTION-START------- */

.workspeaks_heading{
  padding: 40px 0 0 0;
}
/* ------HOME-CREATIVE-HIGHLIGHTS-SECTION-END------- */


/* ------HOME-CTA-SECTION-START------- */
.cta_section{
  padding: 30px;
}
.cta_btn_box{
  display: block;
}
.cta_btn_box a{
float: left;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.cta24_list .col-lg-4::after{
  display: none;
}
/* ------HOME-CTA-SECTION-END------- */


/* ------HOME-CASESTUDIES-SECTION-START------- */
.casestudies_heading_list{
  display: none;
}
.case_list span{
opacity: 1;
  margin: 0 0 20px 20px;
  font-size: 15px;
}
/* ------HOME-CASESTUDIES-SECTION-END------- */

/* ------FOOTER-EXPAND-COLLAPSE-SECTION-START------- */
.footer_faq_box a::after{
  width: 20px;
  height: 20px;
  margin: 20px 10px 0 0;
}
.footer_faq_box .show::after{
  width: 20px;
  height: 20px;
  margin: 20px 10px 0 0;
}
/* ------FOOTER-EXPAND-COLLAPSE-SECTION-END------- */

/* ------FOOTER-BLACK-SECTION-START------- */
.footer_black_mainbox::before{
  width: 100%;
}
.footer_black_mainbox{
  padding: 50px 20px;
}
/* ------FOOTER-BLACK-SECTION-END------- */



.heading25_black{
  font-size: 16px;
}
.heading40_white{
  font-size: 25px;
}
.heading40_black{
  font-size: 25px;
}


.left_social_box{
  display: none;
}


  .address-card {
    padding: 20px;
    width: 320px;
  }

  .contact_row_mainbox {
    gap: 15px;
    align-items: start;
    flex-direction: column;
  }

  .our_porfolio_listing_mainbox {
    column-count: 1;
  }

  .our_portfolio_listing {
    margin-bottom: 20px;
  }

  .our_portfolio_listing:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .our_portfolio_listing:last-child {
    margin: 0;
  }

  .technology_used_listing {
    width: 46%;
  }

  .tech_enquiry_form_leftbox {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tech_enquiry_listing {
    background-color: #ffffff;
  }

  .tech_enquiry_form_mainbox {
    gap: 30px;
  }

  .packages_model_mainbox .modal-content {
    padding: 0px;
  }

  .package_input_mainbox {
    grid-template-columns: 1fr;
  }

  .packages_model_mainbox .modal-title {
    font-size: 18px;
  }

  .seo_package_main .center_packages_card_listing .package_price_box {
    width: 85%;
    font-size: 16px;
}

}