<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.primary-clr {
  color: #2074c8;
}


@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@700&amp;family=Dancing+Script:wght@400;500&amp;family=IBM+Plex+Sans:wght@100&amp;family=Raleway:ital@1&amp;display=swap');



.secondary-clr {
  color: #262B38;
}

.primary-back {
  background: #2074c8;
}

.secondary-back {
  background: #262B38;
}



html {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

body {
  /* font-family: Raleway, sans-serif; */
  font-style: normal !important;
  font-weight: 400;
  overflow-x: hidden;
  color: #262B38;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 2px;
  font-family: Montserrat !important;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection {
  color: #FFFFFF;
  background-color: #2074c8;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection {
  color: #FFFFFF;
  background-color: #2074c8;

}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #262B38;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
  border: 1px solid #2074c8;
}

.form-control:focus {
  border-color: #2074c8;
  outline: 0;
  box-shadow: none;
}


nav#header_nav {
  display: flex;
  justify-content: end;
}

/********** HEADER NAVBAR Mega Menu ***********/
span.chevron_icon img {
  rotate: 268deg;
  width: 14px;
  transition: 0.5s;
}

li.list-inline-item.megaMenu:hover span.chevron_icon img {
  rotate: 360deg;
}

.dd-menu-box {
  background: #f5f9ff;
  box-shadow: inset 0 6px 10px 0 rgb(0 0 0 / 10%), 0 10px 8px 0 rgb(0 0 0 / 10%);
  display: block;
  left: 0px;
  position: absolute;
  top: 80px;
  transition: .25s all ease-in-out;
  min-width: 1101px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 50px 0px 20px 0;
  z-index: 1000;
}

li.list-inline-item.megaMenu:hover .dd-menu-box {
  opacity: 1;
  visibility: visible;
}


.dd-menu-box-dtl {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin: 0 0 30px 0;
}

.dd-menu-box-dtl-2 h6 {
  color: #75799b;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.dd-menu-box-dtl-2 h5 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.dd-menu-box-dtl-2 {
  padding: 0 0 0 10px;
}

.dd-menu-box-dtl img {
  width: 60px;
}

.mob-ser-nav {}

/********** HEADER NAVBAR Mega Menu ***********/
/********** HEADER NAVBAR ***********/
#headNavbar ul li {
  position: relative;
  margin-left: 30px;
}

#headNavbar ul li a.active {
  color: #2074c8;
}

#headNavbar ul li a {
  display: block;
  line-height: 70px;
  background: #FFFFFF;
  color: #000000;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 500;
}

#headNavbar ul li a:hover {
  color: #2074c8;
}

#headNavbar ul li a i {
  font-size: 11px;
}

#headNavbar ul li ul li {
  min-width: 230px;
  margin-left: 0px;
}

#headNavbar ul li ul li a {
  padding: 8px 0;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
}

#headNavbar ul li ul li a:hover {
  color: #2074c8;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 9999;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  text-align: start;
  padding: 10px;
  border-bottom: 3px solid #2074c8;
  background: #FFFFFF;
  width: 100%;
  max-width: 230px;
  margin-top: 10px;
}

.nav-dropdown li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #D6D6D6;
}

.nav-dropdown li {
  padding: 8px 0;
}

.nav-dropdown li a:hover {
  color: #2074c8 !important;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/********** MOBILE SIDE NAVBAR ***********/
#sidebar {
  min-width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
  right: -3000px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

#sidebar .h_hireTalent {
  margin: 0;
  color: #FFFFFF;
  height: 45px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#sidebar.active {
  right: 0;
}

.nav-listBox {
  position: relative;
}

#dismiss {
  background: #2074c8;
  font-size: 2.8rem;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
  display: block;
}

#sidebar a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

#sidebar a:hover {
  color: #262B38;
}

#sidebar .nav-dropdown {
  background-color: #FFFFFF;
  max-width: 270px;
  width: 100%;
  padding: 6px;
  height: auto;
  overflow-y: auto;
}

.mobileLogo img {
  width: 185px;
}

.fas.fa-bars {
  font-size: 30px;
}

.mobBav {
  padding: 20px;
}

.mobBav li {
  margin-bottom: 5px;
}

/********** LOGO SIDE **********/
.headLogo img {
  width: 100%;
}

.footerLogo img {
  width: 170px;
}

.logoTxt {
  font-size: 2rem;
  font-weight: 700;
}

.logoTxt span {
  font-weight: 400;
}

/********** BOTTOM NAVBAR SIDE **********/
.bottomNavbar {
  background-color: #F5F9FF;

}

.bottomNavbar ul.nav-list .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

.bottomNavbar ul.nav-list li a {
  font-size: 16px;
  font-weight: 600;
  color: #262B38;
}

.bottomNavbar ul.nav-list li a:hover {
  color: #2074c8;
}

.bottomNavbar ul.nav-list li a i.bi.bi-chevron-down {
  font-size: 11px;
}



.h_loginSide ul {
  margin-bottom: 0;
}

.h_loginSide ul li a {
  font-size: 17px;
  color: #262B38;
  font-weight: 500;
}

.h_loginSide ul li a:hover {
  color: #2074c8;
}

.h_hireTalent {
  padding: 8px 20px;
  color: #2074c8 !important;
  margin: 0 10px;
  border: 1px solid #2074c8;
}

.h_hireTalent:hover {
  background: transparent;
  border: 1px solid #2074c8;
  color: #2074c8 !important;
}

.bottomNavbarMob {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

#sidebarCollapse {
  background: transparent;
  border: none;
}

#sidebarCollapse i {
  font-size: 2.5rem;
  color: #262B38;
}

.headerIconHover {
  transition: 0.2s ease;
}

.headerIconHover:hover {
  background-color: #FFFFFF;
}

.headerIconHover:hover svg path {
  fill: #2074c8;
}

/********** GENERAL STYLING SIDE **********/
.genHead {
  text-transform: capitalize;
  font-size: 2.2rem;
  font-weight: 400;
}

.paginationList {
  margin-top: 20px;
}

.paginationList ul li.active a {
  background-color: #2074c8;
  color: #FFFFFF;
}

.paginationList ul li {
  position: relative;
}

.paginationList ul li a {
  background: transparent;
  border: 1px solid #2074c8;
  color: #2074c8;
  min-width: 35px;
  width: 100%;
  min-height: 35px;
  height: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginationList ul li a:hover {
  background-color: #2074c8;
  color: #FFFFFF;
}

.genBtn {
  background-color: #fff;
  background-image: #2074c8;
  border: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 1.1rem;
}

.rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 3;
  column-gap: 3;
}

.rating i {
  color: #ffa900;
  font-size: 1rem;
}

.rating span {
  font-size: 1rem;
}

.bold400 {
  font-weight: 400;
}

.bold500 {
  font-weight: 500;
}

.bold600 {
  font-weight: 600;
}

.bold700 {
  font-weight: 700;
}

.font18 {
  font-size: 1.2rem;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 1rem;
}

.font12 {
  font-size: 12px;
}

.nav-tabs .nav-link.active {
  color: #2074c8 !important;
}

.nav-tabs .nav-link {
  color: #000000 !important;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 25px;
}

.social {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.social i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1.1rem;
  border: 1px solid #262B38;
  transform: translateY(0);
  transition: 0.5s;
}

.social i:hover {
  transform: translateY(-5px);
  background: #2074c8;
  color: #FFFFFF;
  border: 1px solid transparent;
}

/***************************************************** 
                        HOME PAGE STYLE
*******************************************************/
/********** HERO BANNER SECTION ***********/
/* .heroSection {
  background-image: url(../images/bg\ 2.png);
  background-size: cover;
    height: 530px;
  background-repeat: no-repeat;
  padding: 5% 0%;
} */


/*.heroSection .hero-bg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  z-index: 0;*/
/*}*/



.heroSection {
  position: relative;
  height: 530px;
  overflow: hidden;
  padding: 5% 0%;
}

.heroSection video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.h_heroBaner {
  position: relative;
  z-index: 1;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
}

.light {
  font-weight: 200;
}

.bold {
  font-weight: 1000;
}

.animated-heading {
  position: relative;
  height: 2.5em;
  /* Reserve space */
  overflow: hidden;
  justify-content: center;
  margin-top: 100px;
}

.animated-heading span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeWords 12s infinite;
}

.animated-heading span:nth-child(1) {
  animation-delay: 0s;
}

.animated-heading span:nth-child(2) {
  animation-delay: 4s;
}

.animated-heading span:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fadeWords {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(0);
  }

  40% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
  }
}





/* Moon Dance  */
.h_heroBaner .h_heroTxt h2 {
  color: #FFF;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;

}

.h_heroBaner .h_heroTxt p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;

}


/* end */

.baner_services {
  display: flex;
  margin-top: 10px;
}

.baner_services ul {
  padding: 0px;
}

.baner_services ul li {
  list-style: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-right: 10px;
}

.baner_services ul li img {
  margin-right: 10px;
}

.review {
  padding: 5% 0;
}

/* .h_heroBaner .h_heroTxt .btn-2 {
  background: #2074c8 ;
  border-radius: 14px;
  padding: 10px 24px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  border: 1px solid transparent;
  transition: 0.5s;
} */


.btn-1 {
  border: 1px solid #ffffff;
  padding: 10px 24px;
  background-color: #2074c8;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  margin-top: 40px;
  margin-right: 40px;
  transition: 0.5s;
}

.btn-2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.btn-2:hover {
  color: #FFC700;
}


/* .h_heroBaner .h_heroTxt a:hover {
  background: transparent;
  border: 1px solid #2074c8 ;
  color: #262B38;
  transform: translateY(-5px);
} */









/********** OFFER SERVICES SECTION ***********/
section.ServicesSec {
  background-image: url(assets/images/services-bg.png);
  width: 100%;
  padding: 36px;
  background-size: cover;
}

.serviceBx {

  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px;
  border: #000 2px solid;
  border-radius: 30px;
}


.serviceBx:hover {
  background: rgba(231, 230, 230, 0.44);
  border-radius: 10px;
  color: #000000 !important;
}

.serviceBx:hover .serviceBx h3::before {
  border-bottom: 2px solid #000000;
}

.serviceBx h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  position: relative;
  width: fit-content;
  text-align: center !important;
  color: #000;
}

.serviceBx p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;

}

.serviceBx h3::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #2074c8;
  width: 100%;
  top: 32px;
}

.serviceBx span {
  display: block;
}

.serviceBx span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;

}




/* PARTNER SLIDER */
section.partner_slider {
  background: #646464;
}

section.partner_slider img {
  width: 80%;
  height: 120px;
}

/* PARTNER SLIDER */

/* client_brand slider */
section.clienr_brand {
  padding: 5% 0 0 0;
}

section.clienr_brand .client_heading h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

section.clienr_brand .client_heading h3 {
  color: #2074c8;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

section.clienr_brand .client_heading p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

section.brand_slider {
  padding: 5% 0;
}

/* client_brand slider */

/* ************** portfolio Project start *********** */

.portfolio_section {
  padding: 7% 50px 3px 50px;
  margin-top: -50px;
  position: relative;
  background-size: cover;
}

.portfolio_section_text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  font-family: Montserrat;
  text-align: center;
}

.portfolio_section_text h2 span {
  color: #2074c8;
}

.portfolio_section_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: #FFFFFF;
  background-color: #2074c8;
  border-radius: 0px !important;
  text-transform: uppercase;
}

.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

ul#pills-tab {
  justify-content: center;
}

div#pills-tabContent {
  margin-top: 30px;
}

.portfolio_section .content {
  position: relative;
  margin-bottom: 25px;
}

.portfolio_section img.content-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


.portfolio_section .content:hover .content-overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content-details {
  top: 41%;
  position: absolute;
  left: 41%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content:hover .content-details {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content-overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #2074c8 75;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  bottom: 22px;
}

img.content-image {
  width: 100%;
}

.div-icon-tab {
  display: none;
}


/* ************** portfolio Project end *********** */


/* ************** Pricing start *********** */

/* pricing section */
section.prcing.section {
  padding: 9%;
}

.prcing_section_text h2 span {
  color: #2074c8;
}

.prcing_section_text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 10px;
}

.prcing_section_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat;

}



.package_wraper {
  border-radius: 16px;
  border: 2px solid #2074c8;
  background: #FAFEFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
  transition: 0.5s;
}

.package_wraper:hover {
  background: linear-gradient(90deg, #2074c8 2.19%, #4A75C9 61.83%, #497CDF 99.69%);
  border: 2px solid #ffffff;
}

.package_wraper:hover .men_pcakage_hover {
  color: #ffffff;
}

.package_wraper:hover ul.men_pcakage_hover li {
  color: #ffffff;
}

.package_wraper:hover .P_btn_1 a {
  background-color: #ffffff;
  color: #2074c8;
}

.package_wraper:hover .P_btn_2 a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.package_wraper:hover .package_body ul li::before {
  filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.package_head {
  padding: 20px;
}

.package_body {
  padding: 5%;
}

.package_body ul {
  line-height: 31px;
  height: 210px;
  overflow-y: scroll;
}

.package_body ul li {
  color: #898A8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
  position: relative;
  list-style: none;
  font-family: Montserrat;
}

.package_body ul li::before {
  content: "";
  position: absolute;
  background-image: url(../images/pacakage-icon.png);
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  left: -24px;
  top: 4px;
}

.package_head h2 {
  color: #2074c8;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
}

.package_head h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}

h4.package_price {
  color: #2074c8;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
}

h4.package_price span {
  color: #898A8A;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  text-transform: uppercase;
  line-height: 35px;
}

.package_head p {
  color: #898A8A;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}



.package_footer h3 {
  color: #2074c8;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.pcakages_btn {
  display: flex;
  justify-content: space-around;
  margin: 20px;

}

.P_btn_1 a {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  background-color: #2074c8;
  padding: 10px 20px;

}

.P_btn_2 a {
  color: #898A8A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #898A8A;
  padding: 10px 20px;
}


.package_footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
}

.package-bottom-info p {
  color: #898A8A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}


.packag_number {
  display: flex;
  justify-content: space-around;
  padding: 10px 10px;
}

.package-bottom-info a {
  color: #898A8A;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.25px;
}

.package-bottom-info h5 {
  color: #898A8A;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.25px;
}






/* ************** Pricing Project end *********** */


/* **********CLIENT PLETFOM*********** */
section.CLIENT_FROM {
  background-image: url(../images/Group\ 128.png);
  width: 100%;
  height: fit-content;
  background-size: cover;
  position: relative;
  padding: 5% 0;
}

/* .client-form--content h4 {
  font-size: 23px;
  padding-bottom: 1px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #F8C803;
  font-family: Montserrat;
  text-transform: capitalize;
} */

.client-form--content h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffff;
  text-transform: capitalize;
  font-family: Montserrat;
  margin-bottom: 20px;
}


.client-form--content p {
  color: #ffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  font-family: Montserrat;
  padding-top: 10px;

}

.client-form--content {
  text-align: center;
}

.form-client-info form input {
  display: block;
  border: none;
  background: no-repeat;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
  width: 350px;
  color: #ffffff;
  font-family: Montserrat;
}

.form-client-info form input::placeholder {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 30px;
  padding: 10px 0;
}


.form-client-info input[type="submit"] {
  border: none;
  outline: none;
  background-color: #2074c8;
  width: 30%;
  align-items: left;
  border: 1px solid #FFF;
}


.Services_tabs .nav {
  width: 100%;
}


.form-client-info form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="submit"] {
  height: 50.74458312988281px;
  width: 164.80137634277344px;
  left: 882.352783203125px;
  top: 4085.26171875px;
  border-radius: 0px;
  color: #ffffff;
}

/* client form */

/* **********specialize section********* */
section.specialize_Industries {
  padding: 5%;
}

.sepcialize_text h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}

.sepcialize_text h3 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
}

.sepcialize_text h3 span {
  color: #2074c8;
}

.sepcialize_text p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;

}

.specialize_box {
  background: #E7EFFF;
  padding: 20px;
  border-radius: 13px;
}

.speicalize_men_box h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}

.speicalize_men_box {
  width: 158px;
}

.speicalize_men_box img {
  width: 100%;
}

.row.specialize_row {
  padding: 2% 0;
  justify-content: center;
}

/* **********specialize section********* */

/* ************** testimonial Project start *********** */
.testimonial-text h2 {
  font-size: 50px;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin: 5% 0;
}

.testimonial {
  padding: 10% 10%;
  background-color: #F5F9FF;
}

.testimonial .div-image img {
  width: 85px;
  height: 85px;
  border-radius: 50%;


}


.testimonial .div-image {
  display: flex;
  justify-content: center;
}

.div-rating {
  display: flex;
  justify-content: center;
}

.testimonial-main-colum {
  padding: 5%;
  width: 335px;
  text-align: center;
  background: #E7EFFF;
  transition: 0.5s;
  height: 330px;
  border-radius: 20px;
  margin: 20px 0;
}

.row.testimonial_slider {
  margin: 30px 0;
}

.testimonial-main-colum:hover {
  transform: translate(0px, -10px);
  box-shadow: 0px 0px 20px 1px lightgray;
  border: 1px solid #2074c8;
  border-radius: 10px;
}





/* ************** testimonial Project end *********** */



/********** COMPELETE PROJECTS SECTION ***********/
.projectsSec {
  background-image: url("../images/compelete-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 60px 0;
}

.projectsSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #2074c8 -18.62%, #FFFFFF 68.31%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #262B38;
}

.projectBx {
  position: relative;
  z-index: 99;
  text-align: center;
}

.projectBx img {
  width: 110px;
  margin-bottom: 16px;
}

.projectBx h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 6px;
}

.projectBx h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/********** Get In Touch! SECTION ***********/
.getTouchBx {

  border-radius: 40px;
  padding: 6px;
}

.getTouch01 {
  background: #2074c8;

  padding: 30px;
  height: 100%;
}

.getTouch01 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
}

.getTouch01 p {
  color: #FFFFFF;
  margin: 7% 0%;
  font-size: 20px;
}

.getTouch01 img {
  width: 300px;
}

.getTouch01 .gt_address {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}

.getTouch01 .gt_address .icon {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 10px;
}

.getTouch01 .gt_address h4 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.getTouch02 {
  padding: 30px 20px;
  
  justify-content:center ;
}

.getTouch02 input,
.getTouch02 select,
.getTouch02 textarea {
  border: 1px solid #00000080;
  background: #FFFFFF;
  width: 100%;
  padding: 10px;
  color: #00000080;
  margin-bottom: 30px;
  resize: none;
}

.getTouch02 input::-moz-placeholder,
.getTouch02 select::-moz-placeholder,
.getTouch02 textarea::-moz-placeholder {
  color: #00000080;
}

.getTouch02 input::placeholder,
.getTouch02 select::placeholder,
.getTouch02 textarea::placeholder {
  color: #00000080;
}

.getTouch02 input:focus-visible,
.getTouch02 select:focus-visible,
.getTouch02 textarea:focus-visible {
  outline: none;
  border: 2px solid #00000080;
}

.getTouch02 input,
.getTouch02 select {
  height: 44px;
}

.getTouch02 textarea {
  height: 200px;
}

.input-radio {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}

.input-radio input {
  width: 13px !important;
  margin-bottom: 0px !important;
  margin-left: 15px;
}

.getTouch02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.getTouch02 select:focus-visible {
  outline: none;
}

.getTouch02 .iconBx {
  position: relative;
}

.getTouch02 .iconBx .icon {
  position: absolute;
  right: 10px;
  top: 11px;
}

.getTouch02 button {
  background: #007BFF;

  padding: 10px 28px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  border: 1px solid transparent;
  transition: 0.5s;
}

.getTouch02 button:hover {
  background: transparent;
  border: 1px solid #2074c8;
  color: #262B38;
  transform: translateY(-5px);
}

.getTouch02 button:hover svg path {
  fill: #262B38;
}

.checkBx {
  position: relative;
}

.checkBx_in {
  background: #fff;
  border: 1px solid #2074c8;
}

.checkBx label {
  margin-left: 10px;
  padding-top: 3px;
  font-weight: 500;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.checkBx_in:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #2074c8;
}

input[type=checkbox]:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 22px;
  width: 22px;
  left: -1px;
  top: 2px;
  background-color: #2074c8;
  font-family: "Montserrat";
  border-radius: 4px;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

input[type=checkbox]:checked+label::after {
  content: "✓";
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  color: #fff;
}

/***************************************************** 
                        CAREER PAGE STYLE
*******************************************************/
/********** WHY WORK US SECTION ***********/
.whyWorkSec {
  background: rgba(255, 228, 216, 0.3607843137);
  padding: 30px;
  border-radius: 40px;
}

.whyWorkSec p {
  font-size: 16px;
  font-weight: 500;
}

.whyWord_Bx {
  display: flex;
}

.whyWord_Bx .icon {
  background: #FFE4D8;
  display: inline-block;
  border-radius: 20px;
  padding: 12px 16px;
}

.whyWord_Bx .icon img {
  width: 50px;
}

.whyWord_Bx .img_inner {
  width: 130px;
}

.whyWord_Bx .con_inner {
  width: 100%;
}

.whyWord_Bx h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #262B38;
}

.whyWord_Bx p {
  font-size: 14px;
  color: #262B38;
}

/********* SERVICES SECTION ***********/
.section-pragraph {
  padding: 5% 0 0 0;
}

.section-pragraph p {
  font-size: 16px;
  text-transform: capitalize;
}

.pageBanner {
  background-image: url("../images/page-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  color: #fff;
  background-color: #262B38;
  padding: 170px 0;
}

section.pageBanner.lead-genertion {
  padding: 5% 0 !important;
}

.pageBanner h1,
.pageBanner p {
  position: relative;
  z-index: inherit;
}

.pageBanner h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pageBanner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #EDEDED;
}

.pageGenHead {
  font-size: 40px;
  font-weight: 600;
}

.pageGenTxt {
  font-size: 16px;
  font-weight: 400;
}

.hs_content {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 24px;
  padding: 25px 30px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  max-height: 240px;
  overflow: hidden;
}

.hs_content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #262B38;
}

.hs_content p {
  font-size: 16px;
  font-weight: 500;
  color: #262B38;
  line-height: 24px;
}

.hs_content svg {
  transition: 0.5s ease;
}

.hs_content:hover {
  border: 1px solid #2074c8;
}

.hs_content:hover svg {
  transform: scale(1.1);
}

.hs_content:hover svg rect:nth-child(1) {
  fill: #262B38;
}

.hs_content:hover svg rect:nth-child(2) {
  fill: #FFFFFF;
}

.technoMain {
  background: #FFFCFB;
  padding: 50px 0;
}

.technoBx {
  border: 1px solid #2074c8;
  border-radius: 48px;
  padding: 30px;
  cursor: pointer;
  background: #FFFFFF;
  transition: 0.5s ease;
}

.technoBx h3 {
  font-size: 24px;
  font-weight: 600;
  color: #262B38;
}

.technoBx p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.technoBx:hover {
  background: #FFFCFB;
  border: 1px solid #262B38;
}

.sp_tabs {
  border: 1px solid #EDEDED;
  padding: 25px;
  border-radius: 48px;
}

.sp_tabs .nav-tabs {
  border: 1px solid #EDEDED;
  border-radius: 24px;
}

.sp_tabs .nav-tabs .nav-link.active {
  border: none;
  color: #FFFFFF !important;
  background: #2074c8;
  border-radius: 20px;
  margin: 2px;
}

.nav-tabs .nav-link {
  background-color: #F5F5F5;
  color: #25232C !important;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}

.sp_tabs .nav-tabs .nav-link {
  width: 100%;
  margin: 2px;
}

.sp_tabs .nav-tabs .nav-link:hover {
  border: none;
}

.sp_tabs .nav-tabs .nav-link:hover:focus-visible {
  outline: none;
  border: none;
}

.sp_tabs .nav-tabs .nav-link:hover:focus {
  outline: none;
  border: none;
}

.sp_tabs .nav-tabs li.nav-item {
  width: 33.3333333333%;
}

.sp_tabs .nav-tabs .nav-link:focus {
  border: none;
  outline: none;
}

.sp_tabs .nav-tabs .nav-link:focus-visible {
  outline: 0;
  border: none;
}

/********* ABOUT US SECTION ***********/
.ab_completPro {
  margin-top: -30px;
}

.serviceRich_txtBack {
  background: #FFFCFB;
  padding: 40px 0;
}

.ab_comBx {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  padding: 18px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  position: relative;
  z-index: 99;
}

.ab_comBx img {
  width: 70px;
}

.ab_comBx h4 {
  font-size: 32px;
  font-weight: 600;
}

.ab_comBx p {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.ab_aim {
  position: absolute;
  right: 0;
  width: 300px;
}

.ab_contactBtn {
  text-align: center;
}

.ab_contactBtn h4 {
  font-size: 18px;
  font-weight: 600;
}

.ab_contactBtn a .ab_contactBtn_ {
  border-radius: 10px;
  background: #2074c8;
  color: #FFFFFF;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}





/* ************* Blogs start ****************** */
.My-pagination {
  margin: 2% 0%;
}


.My-pagination li.page-item a {
  border: 1px solid #2074c8;
  height: 100%;
}

.div-search-bar form {
  position: relative;
  width: fit-content;
  margin: 5% 0%;
}

.div-search-bar input[type="search"] {
  width: 240px;
  height: 50px;
  border: 2px solid #2074c8;
  padding: 0px 8px;
}

.div-search-bar form button {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 10px;
  top: 13px;
}

.div-main-drop {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}


.my-drop-btn {
  border: 2px solid #2074c8;
  width: 240px;
  height: 50px;
  border-radius: 0;
}

.my-drop-btn:hover {
  border: 2px solid #2074c8;
}

.my-drop-btn:focus {
  border: 2px solid #2074c8;
}



/* ************* Blogs end ****************** */


/* ************* Blogs start ****************** */

.div-blog-info {
  padding: 5% 0%;
}


.div-blog-info h3 {
  font-size: 40px;
  margin-bottom: 5%;
}


.div-blog-info img {
  width: 20px;
  margin: 10px;
}


.row-blog-content {
  margin: 3% 0%;
}

/* ************* Blogs end ****************** */


/********** PRIVACY POLICY SECTION ***********/
.privacyPol h2 {
  font-size: 30px;
  font-weight: 600;
  color: #262B38;
}

.privacyPol p {
  font-size: 14px;
  line-height: 24px;
  color: #262B38;
  margin-bottom: 10px;
}

.privacyPol h4 {
  font-size: 18px;
  font-weight: 600;
  color: #262B38;
}

@media (max-width: 767px) {
  .privacyPol {
    padding: 20px 15px;
  }

  .privacyPol h2 {
    text-align: center;
    font-size: 24px;
  }

  .privacyPol p,
  .privacyPol li {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
  }

  .privacyPol ol {
    padding-left: 20px;
  }
}


/* Base Styles */
.job-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 10px;
  color: #111;
}

.job-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.job-info {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  gap: 20px;
  justify-content: space-between;
}

.info-block {
  flex: 1 1 200px;
}

.info-label {
  font-weight: 600;
  margin: 0;
}

.job-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-list {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.8;
}

/* Responsive Mobile Styles */
@media (max-width: 600px) {
  .job-title {
    font-size: 28px;
    text-align: center;
  }

  /*.job-info {*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  text-align: left;*/
  /*  padding: 10px;*/
  /*  gap: 10px;*/
  /*}*/

  /*.info-block {*/
  /*  width: 100%;*/
  /*  max-width: 300px;*/
  /*  padding: 10px;*/
  /*  border: 1px solid #eee;*/
  /*  border-radius: 8px;*/
  /*  background-color: #f9f9f9;*/
  /*}*/

  .job-description,
  .section-title,
  .section-list {
    text-align: justify;
  }
}


/********* FAQS SECTION ***********/
.faqsMain h2 {
  font-size: 32px;
  font-weight: 600;
  color: #262B38;
}

.faqsMain .accordion-item {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-right: 0;
  border-left: 0;
}

.faqsMain .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #2074c8;
  font-weight: 600;
  background: transparent;
}

.faqsMain .accordion-button:focus {
  box-shadow: none;
}

/********* HIRE TOP TALENT SECTION ***********/
.topTalent_banr {
  background: #262B38;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}

.topTalent_banr a {
  border-radius: 10px;
  padding: 10px 26px;
}

.topTalent_banr a:nth-child(1) {
  background: transparent;
  border: 1px solid #2074c8;
  color: #2074c8;
}

.topTalent_banr a:nth-child(1):hover {
  background: #FFE4D8;
  border: 1px solid transparent;
  color: #2074c8;
}

.topTalent_banr a:nth-child(2) {
  background: #2074c8;
  border: 1px solid #2074c8;
  color: #FFFFFF;
}

.topTalent_banr a:nth-child(2):hover {
  background: #FFE4D8;
  border: 1px solid transparent;
  color: #2074c8;
}

.topTalent_banr .topTalent_02:before {
  content: "";
  position: absolute;
  top: -81%;
  right: -16%;
  width: 300px;
  height: 300px;
  background: #FFB298;
  border-radius: 50%;
  z-index: -1;
}

.topTalent_banr .topTalent_02:after {
  content: "";
  position: absolute;
  bottom: -81%;
  right: -16%;
  width: 300px;
  height: 300px;
  background: #FFB298;
  border-radius: 50%;
  z-index: -1;
}

.topTalent_banr .topTalent_01:before {
  content: "";
  position: absolute;
  top: -21%;
  left: -16%;
  width: 200px;
  height: 200px;
  background: #FFB298;
  border-radius: 50%;
  z-index: -1;
}

.requestStep_2 .getTouch02 {
  padding: 0;
}

.requestStep_2 .getTouch02 input::-moz-placeholder {
  color: rgba(255, 142, 43, 0.5) !important;
}

.requestStep_2 .getTouch02 input::placeholder {
  color: rgba(255, 142, 43, 0.5) !important;
}

/********** THANK YOU PAGE **********/
.thanky00 {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.thanky00 .thank_img01 {
  width: 200px;
}

.thanky00 h3 {
  font-size: 40px;
  font-weight: 600;
  color: #2074c8;
}

.thanky00 h4 {
  font-size: 14px;
  padding: 12px 5px;
  color: #878787;
}

.thanky00 a {
  border-radius: 10px;
  border: transparent;
  background: #2074c8;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
  transition: 0.5s ease;
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

.thanky00 a:hover {
  transform: translateY(-5px);
}

/********* FOOTER SECTION ***********/
section.subscribe {
  padding: 3% 0;
}

.subscribe-content {
  display: flex;
}

section.subscribe .row.align-items-center {
  justify-content: center;
}

.subscribe-content h2 {
  color: #2074c8;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.subscribe_pera p {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.inputBx input {
  padding: 8px;
  width: 300px;
}

.inputBx form {
  display: flex;
}

.inputBx form input:focus-visible {
  outline: none;
}

.inputBx button {
  background: #2074c8;
  border: none;
  color: #ffff;
  padding: 13px;
  margin-left: -4px;
}

input[type="submit"] {
  width: 30%;
  background-color: #2074c8;

}

@media (max-width: 767px) {
  section.subscribe {
    padding: 30px 15px;
    text-align: center;
  }

  .subscribe-content {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .subscribe-content h2 {
    font-size: 26px;
  }

  .subscribe_pera p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.5;
  }

  .inputBx {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inputBx form {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .inputBx input {
    width: 90%;
    max-width: 400px;
    padding: 11px;
    margin-bottom: 10px;
  }

  .inputBx button {
    width: 90%;
    max-width: 400px;
    padding: 13px;
    margin-left: 0;
  }
}



/* *********subscribe section******** */

/* *********footer  section********* */
.fooBox {
  background-image: url(../images/footer\ bg.png);
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fooBox p {
  font-size: 15px;
  font-weight: 400;
  color: white;
}

.fooBox ul li {
  margin-bottom: 10px;
}

.fooBox ul li a {
  font-size: 1rem;
  font-weight: 400;
}

.fooHead {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  color: white;
}

.fooNavbar ul li a,
.fooCon ul li a {
  font-size: 15px;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
}


.fooNavbar ul li a:hover,
.fooCon ul li a:hover {
  color: #2074c8;
}

.fooCon ul li {
  margin-bottom: 6px;
}

.fooCon ul li a {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: flex-start;
}

.fooSocialIcon {
  display: flex;
  justify-content: center;
  /* center horizontally */
  align-items: center;
  /* center vertically */
  height: 100px;
  /* set height if needed for vertical centering */
}

.fooSocialIcon ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fooSocialIcon ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2074c8;
  text-decoration: none;
  /* optional, removes underline */
}

.fooSocialIcon ul li a:hover {
  background-color: #262B38 !important;
  border: 1px solid #FFFFFF;
}

.fooSocialIcon ul li a i {
  color: blue;
  font-size: 16px;
  align-items: center;
  display: flex;
}


.fooCon svg {
  fill: white;
}


.copyRight {
  border-top: 1px solid #2074c8;
  font-size: 14px;
}

.copyRight h6 {
  color: #FFF;
  text-align: center;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.copyRight span {
  color: #2074c8;
}




@media (max-width: 767.98px) {

  .fooBox .fooHead,
  .fooBox .list-inline,
  .fooBox a,
  .fooBox p {
    text-align: center !important;
    justify-content: center;
  }


  .fooBox .list-inline-item {
    display: inline-block;
    float: none;
  }

  .fooBox ul {
    padding-left: 0;
  }

  .footerLogo,
  .fooSocialIcon {
    justify-content: center;
    display: flex;
  }

  .fooCon a {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
  }


}



/*************** Graphic Design Page start ************** */

.nav-tabs {
  display: flex;
  justify-content: space-evenly;
  border: none;
  margin: 4% 0%;

  padding: 0% 5%;


}

.portfolio_text {
  text-align: center;
}

.portfolio_text h2 {
  font-size: 50px;
  text-align: center;
}

.portfolio_text p {
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
  text-transform: capitalize;
}

section.portfolio-men {
  padding: 5%;
}

.Graphic-tabs {
  padding: 0% 5%;


}

.Graphic-tabs .nav-item {
  width: 20%;
  margin: 1% 0%;
}

.Graphic-tabs .nav-link {
  width: 95%;
}

.nav-tabs .nav-link.active {
  background-color: #2074c8;
  color: white !important;
  border-radius: 5px;
}

.nav-tabs .nav-link {
  background-color: #F5F5F5;
  color: #25232C !important;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;

}

.text-border-blue {
  width: fit-content;
  text-transform: uppercase;
}


/* **** Graphic process section start */
.Graphic-process {
  padding: 5% 0%;
  position: relative;

}

.div-port-header {
  text-align: center;
  padding: 5% 0 0 0;
}

.div-port-header h3 {
  font-size: 50px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.div-port-header p {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  text-transform: capitalize;
}

.Graphic-process .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;

}

.Graphic-process .div-process-icon-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
}

.Graphic-process .div-process-icon-main h4 {
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}

.Graphic-process .div-icon img {
  width: 100%;
  height: 100%;

}

.Graphic-process .div-text {
  margin: 7% 0%;
  font-weight: 600;
  text-align: center;
}


.Graphic-process .count {
  border: 1px solid #2074c8;
  width: 30px;
  font-weight: 700;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
}



.Graphic-process .before-shap::before {

  position: absolute;
  content: "";
  width: 130px;
  left: 201%;
  height: 2px;
  background-color: #2074c8;

}

/* **** Graphic process section end */


/* **** Graphic pricing section start */


section.Pricing {
  padding: 5% 0%;
  margin-top: 5%;
}

.div-main-pricing {
  border: 1px solid #2074c8;
  margin-bottom: 20px;
}

.div-heading-pricing {
  text-align: center;
  background-color: #2074c8;
  color: white;
  padding: 5% 0%;
}


.div-price h3 {
  color: #2074c8;
  text-align: center;
  padding: 3% 0%;
  font-size: 35px;
  font-weight: 600;
}


.div-package ul {
  list-style: none;
  line-height: 31px;
  padding: 0px 0px 0px 34px;
  height: 210px;
  overflow-y: scroll;
}

.div-package ul li {
  position: relative;
}

.div-package ul li::before {
  position: absolute;
  content: "";
  left: -24px;
  top: 6px;
  background-image: url(../images/tick-mark.png);
  background-size: contain;
  width: 20px;
  height: 20px;

}

.btn-order {
  padding: 6px 117px;
  margin: 4% 0%;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F5F9FF;
  border: 1px solid #00000080;
  border-radius: 40px;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2074c8;
  border-radius: 40px;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* **** Graphic pricing section end */




/*************** Graphic Design Page end ************** */

/*************** App Dev Page start ************** */

.App-tabs .nav-item {
  width: 30.333%;

}

.lead-jeneration-tabs .nav-item {
  width: 23.333%;

}

.Website-tabs .nav-item {
  width: 23.333%;
}

.logo-tabs .nav-item {
  width: 16.333%;
}

.App-tabs .nav-link {
  width: 95%;

}



/*************** App Dev Page end ************** */



/* hosting section */
section.domain_hosting-section {
  padding: 5% 0;
}

/* hosting section */


.rounded-section-baner {
  background-image: url("../images/cricle\ baner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10%;


}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: var(--orange-color);
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 30px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #000;
  color: #2074c8;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #2074c8;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: "";
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #2074c8;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #2074c8;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2074c8 +0,a733bb+100 */
  background: #2074c8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(112deg, #2074c8 30%, #2074c8);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2074c8 ", endColorstr="#2074c8 ", GradientType=1);
  /* IE6-9 */
  border: 2px solid #ffffff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.itemDot img {
  width: 35px;
  vertical-align: unset !important;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
  background: linear-gradient(90deg, #2074c8 30%, #4694fd);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 800;
  font-size: 24px;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: var(--orange-color);
}

.title-box p {
  line-height: 23px;
  font-size: 14px;
}

.title-box h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* PARTNER SLIDER */
section.trusted_section {
  background: #2074c8;
  padding: 2% 0;
}

section.trusted_section .row {
  margin-bottom: 0px !important;
  justify-content: center;
}

.trusted_box h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.trusted_box {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #FFF;
}

section.trusted_section .trusted_box.withoout_border {
  border-right: 0px !important;
}

@media (max-width: 768px) {
  .row.row_trus {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .trusted_box {
    width: 45%;
    /* 2 items per row */
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
    flex-direction: column;
    text-align: center;
  }

  .trusted_box:nth-child(odd) {
    margin-right: 5%;
  }

  .trusted_box:last-child {
    width: 90%;
    /* last item centered if odd number */
    border-bottom: none;
  }

  .trusted_box h2 {
    font-size: 13px;
    margin-left: 0;
    line-height: 18px;
  }

  .icon_tru img {
    width: 50px;
    height: auto;
    margin-bottom: 8px;
  }

  .icon_tru {
    display: flex;
    justify-content: center;
  }
}


/* PARTNER SLIDER */

/* Award wrapper */

.award-wrapper .container {
  padding: 50px 0;
}

.award-wrapper .revenue {
  padding-bottom: 64px;
}

.award-wrapper .award h2 {
  padding-bottom: 65px;
}

.award-wrapper .revenue .counter-wrapper .counter {
  font-size: 64px;
  font-weight: 500;
}

.award-wrapper .revenue .counter-wrapper span {
  font-size: 20px;
}

.award-wrapper .revenue .counter-wrapper .counter::after {
  content: '+';
}

.award-wrapper .revenue .counter-wrapper .counter.persent::after {
  content: '%';
}

@media (max-width: 768px) {
  .award-wrapper h2.general {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }

  .counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
  }

  .counter-container {
    width: 40%;
    /* Two per row */
    text-align: center;
  }

  .counter-container .counter {
    font-size: 5px;
    font-weight: 400;
    color: black;
    /* Optional: use your theme color */
  }

  .counter-container span {
    font-size: 5px;
    color: #333;
    display: block;

  }

  .counter-container:last-child {
    width: 90%;
    /* Last one centered */
  }
}


@media (max-width: 480px) {
  .counter-wrapper {
    flex-direction: flex;
    align-items: center;
  }

  .counter-container {
    width: 50%;
    margin-bottom: 20px;
  }

  .counter-container .counter {
    font-size: 5px;
    padding: 20px;
    margin: 10px;
  }

  .counter-container span {
    font-size: 5px;
  }
}




/* end */
h2.general span {
  color: #2074c8;
}

h2.general {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
}

.services_heading h2 {
  color: black;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8%;
  text-transform: capitalize;
  margin-top: 10px;
}

.services_heading h2 span {
  color: #2074c8;
}

.services_heading p {
  color: black;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25px;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 15px;
}

.card:hover {
  background-color: #f1f1f1;
 
}

.card {
  background-color: white;
  border-top: 4px solid #2074c8;
  padding: 32px;
  max-width: 400px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.location {
  font-weight: bold;
  color: #2074c8;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location::before {
  content: "📍";
}

.card p {
  font-size: 15px;
  color: black;
  margin-bottom: 30px;
}

.apply {
  font-weight: bold;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #2074c8;
  padding-bottom: 5px;
  width: fit-content;
  transition: color 0.3s, border-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apply:hover {
  color: #2074c8;
  border-color: #fff;
}

.apply::after {
  content: "➔";
  font-size: 16px;
}

@media (max-width: 768px) {
  .card {
    max-width: 70%;
  }
  .apply {
    margin-top: 10px;
    align-self: center;
  }
}

/********** SCREEN SIZE 0px to 767px **********/
@media (max-width: 767px) {
  .h_heroBaner .h_heroTxt h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 60px 5px 0 5px;
  }


  .h_heroBaner .h_heroTxt a {
    display: block;
    font-size: 18px;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
  }

  .ServicesSec h2 {
    font-size: 50px;
  }

  .ServicesSec p {
    font-size: 14px;
    line-height: 22px;
  }

  .fooBox p {
    font-size: 15px;
  }

  .fooNavbar ul li a,
  .fooCon ul li a {
    font-size: 15px;
  }

  .fooHead {
    font-size: 20px;
  }

  .borderB_line {
    border-bottom: 1px solid #2074c8;
    margin: 20px 0;
  }

  .copyRight h6 {
    font-size: 14px;
  }

  .subscribeBx h2 {
    font-size: 20px;
    line-height: 36px;
  }

  .subscribeBx .inputBx {
    flex-direction: column;
  }

  .subscribeBx .inputBx button {
    font-size: 16px;
    background-color: #2074c8;
  }

  .subscribeBx .inputBx input {
    height: 45px;
  }

  .whyWorkSec h1,
  .whyWorkSec h2 {
    font-size: 26px;
  }

  .whyWorkSec p {
    font-size: 16px;
  }

  .pageBanner {
    padding: 30px 0;
  }

  .pageBanner h1 {
    font-size: 32px;
  }

  .pageBanner p {
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .pageGenHead {
    font-size: 28px;
    margin: 0px auto;
  }

  .sp_tabs .nav-tabs li.nav-item {
    width: 100%;
  }

  .topTalent_banr {
    padding: 32px 10px;
  }

  .topTalent_banr .topTalent_02:before {
    display: none;
  }

  .topTalent_banr .topTalent_02:after {
    bottom: -57%;
    right: -17%;
    width: 250px;
    height: 250px;
  }

  .topTalent_banr .topTalent_01:before {
    top: -40%;
    left: -30%;
  }

  .testimonial .col-lg-4:last-child {
    display: none;
  }

  .testimonial .col-lg-4:nth-child(2) {
    display: none;
  }

  .div-port-header h3 {
    font-size: 30px;
  }

  .none-style-ul {
    list-style: none;
  }

  .about-second-sec img {
    display: none;
  }



  .Graphic-tabs .nav-item {
    width: 50%;

  }

  .nav-tabs .nav-link {
    font-size: 12px;
  }


  section.Graphic-process .row:last-child {
    display: none;
  }


  .subscribeBx {
    background-position: center;
  }

  .Graphic-process {
    padding: 15% 0%;
  }

  .div-search-bar form {
    margin: 5% auto;
  }

  .div-main-drop {
    margin: 10px 0px;

    justify-content: center;
  }

  .div-main-Blogs-card {
    margin-top: 5%;
  }

}

/* 



/********** SCREEN SIZE 0px to 1023px **********/
 @media (max-width: 768px) {
    .mobileLogo {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px;
      z-index: 9999;
    }

    .mobileLogo img {
      width: 160px!important;
      height: auto;
      display: block;
    }
  }


@media (max-width: 1023px) {
  .mobileLogo img {
    width: 90px;
  }

  .pageGenTxt {
    font-size: 16px;
  }

  .hs_content {
    padding: 25px 25px;
    max-height: 265px;
  }

  .hs_content h3 {
    font-size: 20px;
  }

  .ab_aim {
    display: none;
  }

  .Graphic-process .before-shap::before {
    display: none !important;
  }

  section.Graphic-process .row:last-child {
    display: none;
  }

  .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 11px;
    padding: 10px 5px;
  }

  .pageBanner {
    padding: 76px 0;
  }

  .Graphic-process {
    background-color: #2074c8 26;
  }

  .Graphic-process .background-image {
    display: none;
  }

  .testimonial .slide-1 .col-lg-4:nth-child(2) {
    display: none;
  }

  .testimonial .slide-1 .col-lg-4:nth-child(3) {
    display: none;
  }

  .testimonial .slide-2 .col-lg-4:nth-child(1) {
    display: none;
  }

  .testimonial .slide-2 .col-lg-4:nth-child(2) {
    display: block;
  }

  .testimonial .slide-2 .col-lg-4:nth-child(3) {
    display: none;
  }

  /* .testimonial .col-lg-4:nth-child(1) {
  display: none;
} */

}

/********** SCREEN SIZE 768px to 1023px **********/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dd-menu-box {
    width: 100%;
    min-width: 1000px;
  }

  .h_hireTalent {
    padding: 8px 5px;
    color: #2074c8 !important;
    margin: 0 10px;
    border: 1px solid #2074c8;
  }

  section.ServicesSec.my-5 .col-lg-3.col-md-4.col-12.mb-4.aos-init.aos-animate {
    width: 50%;
  }

  .h_heroBaner .h_heroTxt h1 {
    font-size: 26px;
    line-height: 37px;
  }

  .h_heroBaner .h_heroTxt a {
    margin-top: 25px;
    font-size: 18px;
  }

  .ServicesSec h2 {
    font-size: 32px;
  }

  .ServicesSec p {
    font-size: 16px;
  }

  .subscribeBx h2 {
    font-size: 32px;
  }

  .projectBx img {
    width: 60px;
  }

  .projectBx h3 {
    font-size: 24px;
  }

  .projectBx h4 {
    font-size: 14px;
  }

  .pageGenHead {
    font-size: 30px;
  }

  .topTalent_banr .topTalent_02:before {
    top: -50%;
    width: 200px;
    height: 200px;
  }

  .topTalent_banr .topTalent_02:after {
    bottom: -42%;
    right: -21%;
    width: 200px;
    height: 200px;
  }

  .topTalent_banr .topTalent_01:before {
    top: -40%;
    left: -30%;
  }
}

/********** SCREEN SIZE 481px to 1023px **********/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  #sidebar {
    overflow-y: auto;
  }

  .mobBav li a {
    color: #000;
  }
}

/********** SCREEN SIZE 0px to 1023px **********/
/********** SCREEN SIZE 1280px to 1024px **********/
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .bottomNavbar ul.nav-list li a {
    font-size: 14px;
  }

  section.ServicesSec.my-5 .col-lg-3.col-md-4.col-12.mb-4.aos-init.aos-animate {
    width: 33%;
  }

  .dd-menu-box {
    min-width: 1024px;
    overflow: hidden;
    top: 69px;
  }

  .nav-tabs .nav-link {
    background-color: #F5F5F5;
    color: #25232C !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4% 1%;
  }

  .h_loginSide ul li a {
    font-size: 12px;
  }

  .h_heroBaner .h_heroTxt h1 {
    font-size: 38px;
    line-height: 49px;
  }

  .serviceBx {
    max-height: 400px;

  }

  .fooBox p {
    font-size: 14px;

  }

  .fooNavbar ul li a,
  .fooCon ul li a {
    font-size: 14px;

  }

  .fooHead {
    font-size: 20px;
  }

  .copyRight h6 {
    font-size: 14px;
  }

  .Graphic-process .before-shap::before {
    display: none;
  }

  .logo-tabs .nav-item {
    width: 25.333%;
    margin-top: 1%;
  }

  .bottomNavbar ul.nav-list .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }

  .baner_services {
    display: flex;
    margin-top: 10px;
    /* flex-direction: row-reverse; */
    flex-wrap: wrap;

  }

  .btn-1 {
    border: 1px solid #ffffff;
    padding: 10px 24px;
    background-color: #2074c8;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin-top: 40px;
    margin-right: 10px;
    transition: 0.5s;
  }

  .btn-2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
  }

  section.partner_slider img {
    width: 80%;
    height: 100px;
  }

  section.ServicesSec {
    padding: 0px;
    background-size: cover;
  }

  .portfolio_section {
    padding: 7% 0;
  }

  section.prcing.section {
    padding: 5% 0%;
  }

  .pcakages_btn {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
  }

  .package_head {
    padding: 10px;
  }

  .package_body {
    padding: 10px;
  }

  .testimonial {
    padding: 10% 2%;
    background-color: #F5F9FF;
  }

  .testimonial {
    padding: 10% 12%;
    display: flex;
    align-items: center;
    background-color: #F5F9FF;
    justify-content: flex-start;
    flex-direction: column;
  }

  .fooBox {
    background-image: url(../images/footer\ bg.png);
    padding-top: 50px;
  }

  .row.testimonial_slider {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }

}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 820px) and (min-width:600px) {
  .logo-tabs .nav-item {
    width: 25.333%;
    margin-top: 1%;
  }

  section.Graphic-process .row:last-child {
    display: block;
  }

  section.Graphic-process .row:last-child .col-lg-4.col-md-6.col-sm-12 {
    width: 100%;
  }

  section.about-second-sec .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  section.pageBanner.lead-genertion .mx-auto {
    margin-right: auto !important;
    margin-left: 0px !important;
  }

  .testimonial {
    padding: 10% 16%;
    background-color: #F5F9FF;
  }

  section.ServicesSec.my-5 .col-lg-3.col-md-4.col-12.mb-4.aos-init.aos-animate {
    width: 50%;
  }

  .btn-1 {
    margin-right: 25px;

  }


  #sidebar li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    display: block;
  }


  .heroSection {
    position: relative;
    height: 530px;
    overflow: hidden;
    padding: 5% 0%;
    z-index: 0;
    /* Lower than the dropdown */
  }

  .h_heroBaner {
    position: relative;
    z-index: 0;
    /* Ensure it doesn't appear above menu */
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .h_heroBaner .h_heroTxt a {
    margin-top: 25px;
    font-size: 14px;
  }

  section.getTouchSec.my-5 .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .pageBanner p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #EDEDED;
  }

  .pageBanner h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  section.heroSection .col-md-7 {
    flex: 0 0 auto;
    width: 110%;
  }

  section.heroSection .col-md-5.col-12 {
    width: 110%;
  }

  section.ServicesSec {
    padding: 36px 0;
  }

  .portfolio_section .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }

  section.prcing.section .col-md-4 {
    flex: 0 0 auto;
    width: 49.333333%;
  }

  section.prcing.section {
    padding: 5% 0;
  }

  .form-client-info {
    margin-top: 30px;
  }

  section.subscribe .col-md-4 {
    flex: 0 0 auto;
    width: 49.333333%;
  }
}

@media screen and (max-width: 912px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 49.333333%;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media screen and (max-width: 706px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }
}

/* nft cricle */
@media screen and (max-width: 600px) {
  section.ServicesSec.my-5 .col-lg-3.col-md-4.col-12.mb-4.aos-init.aos-animate {
    width: 100%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .holderCircle {
    width: 300px;
    height: 300px;
    margin: 110px auto;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  section.prcing.section {
    padding: 9% 0;
  }

  .portfolio_section {
    padding: 7% 0;
    margin-top: -50px;
    position: relative;
    background-size: cover;
  }

  .subscribe-content {
    display: flex;
    justify-content: center;
  }

  .pageGenTxt {
    font-size: 16px;
    text-align: justify;
  }

  .pageGenHead {
    font-size: 28px;
    margin: 0px 0px;
    text-align: left !important;
  }

  .Website-tabs .nav-item {
    width: 49.333%;
    margin: 10px 0px;
  }

  section.Graphic-process .row:last-child {
    display: block;
  }

  .testimonial-text h2 {
    font-size: 30px;
  }

  .logo-tabs .nav-item {
    width: 30.333%;
    margin: 10px 2px;
  }

  .App-tabs .nav-item {
    width: 49.333%;
    margin: 5px 0px;
  }

  .pageBanner h1 {
    font-size: 28px;
  }

  .prcing_section_text h2 {
    font-size: 29px;
    margin: 2% 0;
  }

  .prcing_section_text p {
    display: none;
  }

  section.pageBanner img {
    width: 100%;
  }

  .holderCircle {
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: -2px;
    right: 0;
    bottom: 0;
    left: -4px;
    margin: auto;
  }

  .dotCircle .itemDot {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .itemDot img {
    width: 16px;
  }

  .dotCircle .itemDot .forActive {
    width: 9px;
    height: 9px;
  }

  .round {
    left: 15px;
    top: 18px;
    width: 245px;
    height: 245px;
  }

  .contentCircle {
    width: 170px;
    top: 76px;
  }

  .title-box h2 {
    font-size: 16px;
  }

  .title-box p {
    line-height: 22px;
    font-size: 12px;
  }

  .dotCircle .itemDot .forActive::before {
    display: none;
  }

  .dotCircle .itemDot .forActive::after {
    display: none;
  }

  .div-drop-main-tab {
    position: relative;
  }

  .div-icon-tab {
    position: absolute;
    top: 90%;
    left: 46%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
    box-shadow: 1px 1px 4px gray;
  }

  .div-drop {

    width: 100%;
    height: 60px;
    overflow: hidden;
    transition: 0.5s;
  }

  .div-icon-tab:hover+.div-drop {
    height: 500px;
  }

  section.prcing.section .div-icon-tab:hover+.div-drop {
    height: 600px;
  }

  .div-drop ul#pills-tab {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 454px;
  }

  .div-drop li.nav-item {
    width: 100%;
  }

  .div-drop .nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 1% 0%;
    background-color: #c9c9c9;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show&gt;.nav-link {
    color: #FFFFFF;
    background-color: #2074c8;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 5px !important;
  }

  .h_heroBaner .h_heroTxt h2 {
    font-size: 45px;
  }

  .h_heroBaner .h_heroTxt h1 {
    font-size: 45px;
    padding: 0 5px 10px 5px;
    text-align: left;
  }

  .baner_services {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
  }

  section.partner_slider img {
    width: 80%;
    height: 40px;
  }

  section.ServicesSec {
    padding: 36px 0px;
  }

  section.clienr_brand .client_heading h2 {
    font-size: 30px;
  }

  section.clienr_brand .client_heading h3 {
    font-size: 35px;
  }

  .portfolio_section_text {
    padding: 5% 0;
  }

  .portfolio_section_text h2 {
    font-size: 35px;
  }

  .client-form--content h4 {
    font-size: 18px;
    line-height: 23px;
  }

  .pcakages_btn {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
  }

  .client-form--content h5 {
    font-size: 33px;
  }

  .fooBox {
    padding-top: 0px;
  }

  .sepcialize_text h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 700;
  }

  .col-lg-4.slick-slide {
    justify-content: center !important;
  }

  .pageBanner h1 {
    font-size: 20px;
  }
}

@media screen and (max-width:435px) {
  .testimonial {
    padding: 10% 10px;
    background-color: #F5F9FF;
  }
}

.apply-button {
  background-color: #2074c8;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.apply-button:hover {
  background-color: #084a9d;
}

@media (max-width: 600px) {
  .apply-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}


.client-logos .logo-img {
  width: 100%;
  max-width: 150px; /* Controls exact visible logo size */
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  padding: 0px; /* Add spacing inside each column */
}

.client-logos .logo-img:hover {
  filter: grayscale(0%);
}

/* Optional - center logos in small devices */
@media (max-width: 768px) {
  .client-logos .logo-item {
    text-align: center;
    margin-bottom: 15px;
  }
}

 @media (max-width: 768px) {
    div {
      text-align: center !important;
    }
    ul {
      padding-left: 0 !important;
      list-style-position: inside !important;
    }
  }
</pre></body></html>