:root{
  --primary-color: #00b2af;
  --primary-color-hero: #005985;
  --gradient-hero: linear-gradient(
    90deg,
    var(--primary-color-hero) 0,
    var(--primary-color-hero) 51%,
    var(--royal-blue-dark)
  );
}


/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero {
  background-image:
  url("https://raw.githubusercontent.com/codewithsadee/desinic/master/assets/images/hero-bg.png"), var(--gradient-hero);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom, center, center;
  height: 700px !important;
  overflow: hidden;
  display: flex;
}
.hero .container{
  margin: auto;
}

.hero-content {
  text-decoration: none;
  margin-block-end: 50px;
}

.hero .container .hero-subtitle {
  color: var(--chrome-yellow);
  font-family: var(--ff-source-sans-pro);
  font-size: 3rem;
  font-weight: 700;
  margin-block-end: 15px;
  color: rgb(255, 220, 19);
}
.hero .container .hero-subtitle span{
  color: rgb(19, 255, 220);
}

.hero .container .hero-content .hero-title {
  color: var(--white);
  font-size: 30px;
  margin-block-end: 20px;
}

.hero .container .hero-content .hero-text {
  color: var(--white);
  font-size: 20px;
  margin-block-end: 30px;
}

.hero .container .hero-content button{
  border: 1px solid rgb(19, 255, 220);
  color: white;
}
.hero .container .hero-content button:hover{
  background-color: rgb(19, 255, 220);
  color: black;
  font-weight: 600;
}


@media (min-width: 768px) {
  /**
   * REUSED STYLE
   */

  .container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }

  /**
   * HERO
   */


  .hero-content {
    margin-block-end: 0;
  }

  .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


/*-----------------------------------*\
  #HERO
\*-----------------------------------*/
  .p-b90 {
    padding-bottom: 90px;
  }

  .p-t120 {
    padding-top: 120px;
  }

  .m-b30 {
    margin-bottom: 30px;
  }

  .section-head.center.wt-small-separator-outer {
    margin-bottom: 50px;
    text-align: center;
  }

  .section-head {
    position: relative;
  }

  .site-text-primary,
  .wt-small-separator {
    color: var(--primary-color);
  }

  .wt-small-separator {
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 40px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 700;
  }

  .section-head.center .wt-small-separator div.sep-leaf-left {
    position: relative;
  }

  .section-head.center .wt-small-separator div.sep-leaf-left:before,
  .section-head.center .wt-small-separator div.sep-leaf-left:after {
    background-color: var(--primary-color);
  }

  .section-head.center .wt-small-separator div.sep-leaf-left:before {
    right: -20px;
    width: 10px;
  }

  .section-head.center .wt-small-separator div.sep-leaf-left:before,
  .section-head.center .wt-small-separator div.sep-leaf-left:after {
    position: absolute;
    content: '';
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
  }

  .section-head.center .wt-small-separator div.sep-leaf-left:after {
    right: -27px;
    width: 4px;
  }

  .section-head.center.wt-small-separator-outer h2 {
    max-width: 630px;
    margin: 0px auto;
  }

  h2 {
    font-size: 60px;
    font-weight: 700;
  }


  .service-icon-box-two {
    position: relative;
    padding: 40px 40px 40px 40px;
    border: 1px solid #e7e7e7;
  }

  .service-icon-box-two .wt-icon-box-wraper {
    margin-bottom: 30px;
  }

  .wt-icon-box-wraper {
    position: relative;
  }

  .icon-xl.inline-icon {
    width: auto;
  }

  .icon-xl.inline-icon {
    text-align: left !important;
  }

  .icon-xld,
  .icon-xl,
  .icon-lg,
  .icon-md,
  .icon-sm,
  .icon-xs {
    display: inline-block;
  }

  .site-text-primary,
  .wt-small-separator {
    color: var(--primary-color);
  }

  .icon-xl i {
    font-size: 80px;
    line-height: 80px;
  }

  .icon-xld i,
  .icon-xl i,
  .icon-lg i,
  .icon-md i,
  .icon-sm i,
  .icon-xs i {
    vertical-align: middle;
  }

.s-section .service-icon-box-two .wt-icon-box-wraper .icon-xl {
  height: 0px;
  padding: 0;
  margin: 0;
  position: relative;
}
.s-section .service-icon-box-two .wt-icon-box-wraper .icon-xl span{
  height: 50px;
}
.s-section .service-icon-box-two .wt-icon-box-wraper .icon-xl span i{
  font-size: 40px;

}
.s-section .job{
  cursor: pointer;
}
.s-section .job:hover .service-icon-box-two{
  box-shadow: rgba(8, 243, 169, 0.16) 0px 3px 6px, rgba(1, 237, 210, 0.271) 0px 3px 6px;
}

  .wt-icon-box-wraper:after {
    content: "";
    display: table;
    clear: both;
  }

  .service-icon-box-two .service-icon-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 60px;
    text-decoration: none;
    color: var(--primary-color);
  }
  .service-icon-box-two .service-icon-box-title .wt-title a{
    color: black;
    text-decoration: none;
  }



  a {
    color: #1e1e1e;
    outline: 0px none;
    text-decoration: none !important;
    background-color: transparent;
  }

  .cons-contact-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000;
    height: 52px;
    padding: 10px 0px;
    background-color: transparent;
  }

  .form-control {
    font-size: 13px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
  }

  .cons-contact-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000;
    padding: 10px 0px;
    background-color: transparent;
  }

  .cons-contact-form textarea.form-control {
    padding-top: 15px;
    height: 100px;
    margin-bottom: 40px;
  }

  .site-button.sb-bdr-dark {
    border-right: 6px solid #000;
  }

  .site-button {
    background-color: var(--primary-color);
  }

  .site-button {
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: var(--primary-color);
    border: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s all ease;
  }

  .site-button:hover {
    background-color: #e7e7e7;
    color: #000;
  }

  .cons-contact-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000;
    height: 52px;
    padding: 10px 0px;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .cons-contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(234, 19, 14, 0.5);
  }

  .cons-contact-form textarea.form-control {
    padding-top: 15px;
    height: 120px;
    margin-bottom: 30px;
  }

  .service-button {
    background-color: var(--primary-color);
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .service-button:hover {
    background-color: #e7e7e7;
    color: #000;
  }

  .form-group {
    position: relative;
    margin-bottom: 30px;
  }

  .form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #aaa;
  }

  .form-group input,
  .form-group textarea {
    padding-left: 5px !important;
    /* Adjust space for the icon */
    border-radius: 5px !important;
  }

  .section-head.left {
    margin-bottom: 40px;
    text-align: left;
  }

  .section-head.left h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
  }

  .section-head.left p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }

  .cons-contact-form .form-control::placeholder {
    color: #999;
    opacity: 1;
  }

  .service-button.sb-bdr-dark {
    border-right: 6px solid #000;
  }








  /* _________ INDUSTRY FOCUS START */
  :root {
  /**
   * colors
   */

  --st-patricks-blue: hsl(236, 57%, 28%);
  --amaranth-purple: hsl(335, 88%, 38%);
  --royal-blue-dark: hsl(231, 68%, 21%);
  --chrome-yellow: hsl(39, 100%, 52%);
  --space-cadet-1: hsl(230, 41%, 25%);
  --space-cadet-2: hsl(230, 59%, 16%);
  --winter-sky_50: hsla(335, 87%, 53%, 0.5);
  --purple-navy: hsl(236, 26%, 43%);
  --ksu-purple: hsl(275, 54%, 33%);
  --winter-sky: hsl(335, 87%, 53%);
  --razzmatazz: hsl(335, 87%, 51%);
  --platinum: hsl(0, 0%, 90%);
  --black_70: hsla(0, 0%, 0%, 0.7);
  --rajah: hsl(29, 99%, 67%);
  --white: hsl(0, 0%, 100%);

  --gradient-1: linear-gradient(
    90deg,
    var(--primary-color) 0,
    var(--primary-color) 51%,
    var(--royal-blue-dark)
  );
  --gradient-2: linear-gradient(90deg, var(--primary-color), black);

  /**
   * typography
   */

  --ff-source-sans-pro: "Source Sans Pro", sans-serif;
  --ff-poppins: "Poppins", sans-serif;

  --fs-1: 4.2rem
  --fs-2: 3.8rem;
  --fs-3: 3.2rem;
  --fs-4: 2.5rem;
  --fs-5: 2.4rem;
  --fs-6: 2rem;
  --fs-7: 1.8rem;
  --fs-8: 1.5rem;

  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;

  /**
   * border radius
   */

  --radius-4: 4px;
  --radius-12: 12px;

  /**
   * spacing
   */


  /**
   * transition
   */

  --transition-1: 0.15s ease;
  --transition-2: 0.35s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);

  /**
   * shadow
   */

  --shadow: 0 5px 20px 1px hsla(220, 63%, 33%, 0.1);
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.features a,
.features img,
.features span,
.features input,
.features button,
ion-icon {
  display: block;
}

.features .featuresbutton,
.features input {
  background: none;
  border: none;
  font: inherit;
}

.features button {
  cursor: pointer;
}

.features input {
  width: 100%;
}

.features ion-icon {
  pointer-events: none;
}

.features img {
  height: auto;
}

.features address {
  font-style: normal;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 95%);
}

::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 80%);
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(0, 0%, 70%);
}



/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/
.about{
  padding: 0;
  padding-top: 5rem !important;
  display: flex;
}
.about .container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about .container .about-content{
  width: 100%;
}

.about-banner img{
  max-height: 300px;
  width: auto;
}

.about .section-title {
  margin-inline: 0;
  font-weight: 600;
  color: var(--primary-color);
}

.about .underline::before {
  left: 0;
  transform: translateX(0);
}

.about-text {
  font-size: var(--fs-8);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.676);
    font-size: 16px;
}

.stats-list {
  display: flex;
  gap: 10px;
  padding-left: 0;
}

.stats-card {
  margin-top: 20px;
  text-align: center;
  padding: 15px;
  /* box-shadow: var(--shadow); */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  border-radius: var(--radius-12);
  background-color: white;
  margin-right: auto;
}
.stats-card p{
  font-size: 16px;
  font-weight: 600;
}

.stats-title {
  color: var(--st-patricks-blue);
  font-size: var(--fs-2);
  font-weight: var(--fw-700);
}
.stats-title i{
  color: var(--primary-color);
  margin-right: 5px;
}

.stats-text {
  font-size: var(--fs-8);
  color: #00000085;
}


/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.features .container {
  padding-inline: 15px;
}

/* .features .h2,
.features .h3 {
  font-family: var(--ff-source-sans-pro);
} */

.features .btn {
  background-image: var(--gradient-2);
  background-size: 200%;
  color: var(--white);
  padding: 12px 35px;
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  border-radius: 0 25px;
  transition: var(--transition-2);
}

.features .btn:is(:hover, :focus) {
  background-position: right;
}
.features 
.w-100 {
  width: 100%;
}

.banner-animation {
  animation: waveAnim 2s linear infinite alternate;
}

@keyframes waveAnim {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(2px, 2px) rotate(1deg);
  }
}

.section {
  padding-block: var(--section-padding);
}

.section-title {
  color: var(--st-patricks-blue);
  font-size: 26px;
  font-family: Heebo, sans-serif;
  line-height: 26;
  max-width: max-content;
  margin-inline: auto;
}

.underline {
  position: relative;
}

.underline::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 6px;
  background-image: var(--gradient-2);
  border-radius: 10px;
}

:is(.service-card, .features-card) .title {
  color: var(--st-patricks-blue);
  font-size: 20px;
  font-weight: var(--fw-700);
}

:is(.service-card, .features-card, .blog-card) .text {
  font-size: 18px;
}




/*-----------------------------------*\
  #FEATURE
\*-----------------------------------*/

.features-list > li:first-child {
  margin-block-end: 10px;
}

.features-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.features-card .icon {
  /* border-radius: 50%; */
  display: flex !important;
}
.features-card .icon .icon_bg{
  background-image: var(--gradient-1);
  color: var(--white);
  font-size: 20px;
  width: 50px !important;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-radius: 50%;
}
.features-card .content{
  width: 85%;
}
.features-card .content h3,
.features-card .content p{
  font-family: var(--ff-source-sans-pro);
  font-family: var(--ff-poppins);
}
.features-card .content h3{
  color: var(--primary-color);
}
.features-card .content p{
  font-size: 15px;
  font-weight: 600;
  color: #000000a5;
  line-height: 18px;
  font-family: var(--ff-source-sans-pro);
  font-family: var(--ff-poppins);
}
.features-card .icon .icon_bg i{
  margin: auto;
  font-size: 20px;
}

.features-card .title {
  margin-block-end: 10px;
}

.features-banner {
  margin-block: 40px;
}

.features-banner > img {
  max-width: max-content;
  margin-inline: auto;
}


/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 550px screen
 */

@media (min-width: 550px) {
  /**
   * REUSED STYLE
   */

  .container {
    max-width: 550px;
    margin-inline: auto;
  }

  .section-title {
    --fs-3: 3.6rem;
  }

  /**
   * HEADER
   */

  .header .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-inline-start: auto;
  }

  /**
   * ABOUT
   */

  .stats-list {
    grid-template-columns: repeat(3, 1fr);
  }

  /**
   * BLOG
   */

  .blog-card {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 20px;
    padding: 30px;
  }

  .blog-card .banner {
    margin-block-end: 0;
  }

  .blog-card .banner a {
    height: 100%;
  }
}

/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {
  /**
   * REUSED STYLE
   */

  .container {
    max-width: 720px;
  }

  /**
   * FEATURES
   */

  .features-list > li:first-child {
    margin-block-end: 0;
  }

  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  /**
   * FOOTER
   */

  .footer-top .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {
  /**
   * CUSTOM PROPERTY
   */

  :root {
    /**
     * typography
     */

    --fs-1: 5.4rem;
  }

  /**
   * REUSED STYLE
   */

  .container {
    max-width: 950px;
  }

  /**
   * FEATURES
   */

  .features-list {
    grid-template-columns: 1fr;
  }

  .features .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .features .section-title {
    grid-column: 1 / 4;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
  }

  .features-banner {
    margin-block: 0;
    display: grid;
    place-items: center;
  }

  /**
   * FOOTER
   */

  .footer-top .container {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-brand {
    grid-column: 1 / 5;
  }

  .footer-brand .text {
    max-width: 45ch;
  }
}

/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {
  /**
   * REUSED STYLE
   */

  .container {
    max-width: 1200px;
  }

  .section-title {
    --fs-3: 4.6rem;
  }

  /**
   * HERO
   */


  /**
   * BLOG
   */

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    height: 100%;
  }

  .blog-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /**
   * FOOTER
   */

  .footer-top .container {
    grid-template-columns: 1fr 0.5fr 0.7fr 0.5fr 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

  /* _________ INDUSTRY FOCUS END */





html {
  font-family: var(--ff-poppins);
  scroll-behavior: smooth;
}



@media (min-width: 768px) {

  .container {
    max-width: 720px;
  }
  .about .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

}

@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }

}

  /* =========================== */





  /* ____________________ contact out team start */
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


.team_container {
  width: 100%;
  height: 100%;
  padding: 5rem 0px;
  max-width: 1000px;
  margin: auto;
}

.team_container h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  position: relative;
}

.team_container h1::after {
  content: '';
  background-color: var(--primary-color);
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.team_container .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 10px;
}
.team_container .row a{
  text-decoration: none;
}

.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service i {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
  color: black;
}

.service p{
  color: rgba(0, 0, 0, 0.578);
  font-weight: 600;
}
.service:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}
.service:hover h2{
  color: white;
}
.service:hover p{
  color: white;
}

/* ____________________ contact out team end */






  

/* _______________footer_section start */
.footer_section{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(35, 36, 39);
  color: white;
  display: flex;
  height: auto;
}
.footer_section .container{
  height: auto;
  display: flex;
  margin: auto;
  gap: 3rem;
}
.footer_section .container .part{
  
  width: 100%;
  height: auto;
}
.footer_section .container .part .logo{
  height: 50px;
  width: 100px;
  background-color: white;
  padding: 5px;
}
.footer_section .container .part .logo img{
  height: 100%;
  width: 100%;
}
.footer_section .container .part .line{
  width: 40%;
  height: 5px;
  background-color: var(--primary-color);
}
.footer_section .container .part p{
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.footer_section .container .part h4{
  font-family: "Heebo", sans-serif;
  margin-top: 10px;
  color: var(--primary-color);
}
/* _______________footer_section end */







@media (max-width: 768px) {
  .about .container .about-banner{
    display: none !important;
  }
  .about .container .stats-list{
    display: block;
  }
  .hero{
    padding-top: 2rem;
      height: 600px !important;
  }
  .team_container .row{
    display: block !important;
  }
  .footer_section .container{
    display: block !important;
  }
  .footer_section .container .part{
    margin-bottom: 20px;
  }


  .hero{
      height: 520px !important
  }
  .hero .container .hero-subtitle {
    font-size: 2rem;
  }
  .hero .container .hero-content .hero-text {
  font-size: 15px;
  }
  .hero .container .hero-content .hero-title {
  font-size: 18px;
  }

  .section-head.center .wt-small-separator {
    position: relative;
  }
  .section-head.center .wt-small-separator>div{
    font-size: 20px;
  }

}
