/*
=============================
1. common style
============================
*/


/*  */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Poppins&display=swap');

img.site-logo {
    width: 100px;
}
a.whats-app {
    background-color: #FF1D03;
    padding: 10px 20px;
    border-radius: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.bg-light {
    background-color: #000000 !important;
    padding: 0px;
}
button.dropdown-toggle {
    outline: none !important;
    border: none;
    background: transparent;
    cursor: pointer;
    padding-top: 7px;
    padding-right: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
ul.dropdown-menu.show li a{
    padding-top: 7px;
    color: #2d3e50;
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
}
/* ul.dropdown-menu.show li:hover {
    color: #fbaa33;
}
ul.dropdown-menu.show li:hover a{
    color: #fff;
} */
ul.dropdown-menu.show {
    width: 250px;
    margin-top: 15px;
}

/* css for banner section */
body {
    margin: 0;
    background-color: #fff;
    font-family: Roboto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}
.hero-section {
    position: relative;
    text-align: center;
    color: white;
    background: url('../images/heroimage.png'), url('../images/herooverly.png') no-repeat center center/cover;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 76%);
    z-index: -1;
}
 .hero-section h5{
     
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 29px;
    
}
.pricing-section:hover .try-now {
    background-color: #fff;
    color: #000;
  
}
a.try-now {
    margin: 0 auto;
    display: none;
    align-items: center;
    text-align: center;
    background-color: #FF1D03;;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: bold;
}
.pricing-card:hover .try-now {
    display: block;
}
.hero-section h1 {
    font-size: 58px !important;
    margin: 0;
    font-weight: 700;
    line-height: 100px;
}

.hero-section h1 span {
    color: #FF1D03;
}
.marketing{
    font-size: 26px !important;
    letter-spacing:2px;

}
.hero-section p {
    font-size: 18px;
    margin: 10px 0;
}
.hero-section .cta-buttons {
    margin-top: 20px;
}
.hero-section .cta-buttons a {
    text-decoration: none;
    color: white;
    background-color: #E8560E;
    padding: 15px 25px;
    border-radius: 50px;
    margin: 0 10px;
    transition: background-color 0.3s;
    font-size: 20px;
}
.banner-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: baseline;
    gap: 20px;
}
.video-buttons a {
    color: #E8560E;
    font-size: 20px;
    text-decoration: underline;
}
.hero-section .cta-buttons a:hover {
    background-color: darkorange;
}
.round-section{
    position: relative;
    text-align: center;
    background: url('/assets/images/round-hero.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: contain;
}
/* pricing section */
.pricing-card:hover{
    background-color:#FF1D03;
    /* transition:0.9s; */
    transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      color: #fff;
  }
  .pricing-card:hover li{
     color:#fff;
  }
  .pricing-card:hover span{
     color:#fff;
  }
  .pricing-card:hover h3{
     color:#fff;
  }
.pricing-section {
    padding: 50px 0;
    text-align: center;
}
.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    text-align: left;
}
.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #181059;
}
.fa-check:before {
    content: "\f00c";
    font-size: 12px;
    margin-right: 10px;
}
.fa-times:before {
    font-size: 12px;
    margin-right: 10px;
}
.pricing-card .price {
    font-size: 16px;
    color: #0F110F;
    font-weight: normal;
}
.pricing-card .original-price {
    text-decoration: line-through;
    color: #0F110F;
    font-weight: bold;
    font-size: 25px;
    margin: 10px 0px;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
}
.pricing-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #0F110F;
    padding-bottom: 5px;
}
.billing-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0F110F;
    justify-content: center;
    padding: 10px;
}
.billing-option {
    margin: 0 10px;
}
.toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #000;
    border-radius: 15px;
    cursor: pointer;
}
.toggle-switch::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    transition: 0.3s;
}
.toggle-switch.active::before {
    left: 35px;
}
.line{
    padding: 50px;
}
.line img {
    display: block;
    margin: 0 auto;
    align-items: center;
}

/* css for company section */

.hero-company {
    padding: 4rem 0rem;
}
.hero-company h1, .hero-company p, .hero-company .cta-button {
    position: relative;
    z-index: 2;
}
.hero-company h1 {
    font-size: 3rem;
    margin: 0;
}
.hero-company p {
    font-size: 1.2rem;
    margin: 10px 0;
}
.hero-company h2 {
    font-size: 40px;
    text-align: center;
    color: #FF1D03;
    font-weight: bold;
}
.hero-company h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 2.5rem;
}
.hero-company p{
    font-size: 18px;
    color: #535151;
    text-align: center;
    
    /* margin-top: 2.5rem; */
    padding: 4rem 4rem;
}
.hero-company .cta-button {
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    transition: background-color 0.3s;
    border: 3px solid #FF1D03;
    color: #000;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.hero-company .cta-button:hover {
    background-color: #FF1D03;
    color: #fff;
}
.hero-company-btn {
    text-decoration: none;
    background-color: #fff;
    padding: 20px 30px;
    transition: background-color 0.3s;
    border: 5px solid #FF1D03;
    color: #000;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin: 2rem auto 4rem auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    
}

.hero-company-btn:hover {
    color: #000;
}

.services-section {
    padding: 50px 20px;
    background-color: #FAF7EF;
    text-align: center;
    background-image: url("../images/service-bg.png");
    background-repeat: no-repeat;
    background-size: cover; /* Or 'contain' depending on desired layout */
    text-align: center;
  }
  
  
  .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #1a1a1a;
  }
  
  .services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .service-card {
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 40px 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }
  .service-card h6 {
    color: #FF6915;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.service-card h2 {
    color: #010212;
    font-size: 50px;
    font-weight:normal;
    text-align: center;
}

.service-card h4 {
    font-size: 24px;
    font-weight: bold;
    color: #010212;
    text-align:left;
    padding: 20px 0px;
}
  
  .service-card:hover {
    transform: translateY(-5px);
    background-color: #FF1D03;
    color: #FFF;
  }
  
  .service-card:hover .service-title,
.service-card:hover .service-description {
  color: #fff;
}
  
  .service-icon {
    /* height: 60px; */
    margin-bottom: 20px;
  }
  
  .service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #010212;
    text-align: left;
  }
  
  .service-card p {
    font-size: 16px;
    color: #010212;
    line-height: 1.5;
    text-align: justify;
    margin-top: 1.5rem;
    padding: 0rem 0rem;
  }
  
  .arrow-icon {
    position: absolute;
    top: 50px;
    right: 20px;
    background: #fdf4e7;
    border-radius: 50%;
    /* padding: 8px; */
    font-size: 2rem;
    color: #f58b00 !important;
    width: 50px;
    height: 50px;
  }

.services-section .service-item img {
    max-width: 100px;
    background-color: #DCDCDC;
    border-radius: 50%;
}
/* .services-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #FAF7EF;
    margin-top: 4rem;
} */
.services-section h1 {
    font-size: 48px;
    color: #010212;
    font-weight: bold;
    margin-bottom: 5rem;
    line-height: 4.5rem;
}
.services-section .service-item {
    display: block;
    width: 30%;
    margin: 10px;
    vertical-align: top;
}
.services-section .service-item img {
    max-width: 100px;
}
.services-section .service-item h3 {
    font-size: 30px;
    color: #333;
    padding: 10px 0px 0px 0px;
}
.services-section .service-item p {
    font-size: 18px;
    color: #535151;
}
.design span.number {
    color: #A0CE4E !important;
}
.develop span.number {
    color: #00BEA3 !important;
}
.support span.number {
    color: #F1894C !important;
}
/* strategy css */
.strategy {
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;

}
.section.design {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.strategy img {
    height: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
}
.strategy h2 {
    margin-bottom: 10px;
    color: #333;
}
.strategy-wrapper {
    background-image: url("../images/strategy.png");
    /* background-position: center; */
    background-repeat: round;
    background-size: cover;
    padding: 12rem 0px;
}
.strategy p {
    font-size: 16px;
    color: #666;
    text-align: justify;
}
.arrow-separator-left {
    text-align: center;
    margin: -4rem 0px -4rem 10rem;
}

.arrow-separator-left img {
    height: 100px; /* adjust as needed */
    width: auto;
}

.arrow-separator-right {
    text-align: center;
    margin: -4rem 0rem -4rem -10rem;
}

.arrow-separator-right img {
    height: 100px; /* adjust as needed */
    width: auto;
}


.section .number {
    font-size: 200px;
    color: #FF1D03;
    font-weight: bold;
    display: block;
}
span.text {
    font-size: 54px;
    color: #fff;
    position: relative;
    left: 44%;
    top: 37px;
}
made changes .section h2 {
    position: relative;
    color: #fff;
    font-size: 2rem;
} 


.section h2 .number {
    position: absolute;
    top: 0;
    left: 0;
} 




.home-branding-bg-img {
    background-image: url('../images/Spring\ lines.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-branding-wrapper {
    color: rgb(128, 128, 128);
    /*background-image: url('../images/Spring\ lines.png');*/
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
/* css for bussiness growth */
.branding-wrapper {
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/branding.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.branding-wrapper p {
    text-align: center;
    font-size: 16px;
    color: #6E6E6E;
    
    line-height: 2;
}
.growth .get-started {
    background-color: #ff3b30;
    color: white;
    border: none;
    padding: 25px 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    
    font-weight: bold;
    letter-spacing: 5px;
}
.content {
    display: flex;
    justify-content: space-between;
}

.left-column ul li img {
    padding-right: 10px;
}
.left-column h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
}

.pricing-wrapper h2{
    font-size:48px;
    font-weight:bold;
    padding: 40px 0px 0px 0px;
    color: #0F110F;
  }
  .pricing-section {
      padding: 50px 0;
      text-align: center;
      background-color: #FBF3EE;
  }
  .right-plan{
    font-size:32px !important;
    font-weight:bold !important;
  }
  .pricing-section p{
    font-size:16px;
    color:#0F110F;
  }
  span.discount, .basic-discount-rate, .standard-discount-rate, .premium-discount-rate {
      background-color: #FF1D03;
      color: #fff;
      padding: 5px;
      border-radius: 4px;
      margin: 0px 5rem;
  }

  .standard-days-left, .basic-days-left, .premium-days-left {
      background-color: #FF1D03;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    margin: 0px 10px;
    width: fit-content;
  }
  span.month {
      color: #0F110F;
      font-size: 16px;
  }
  .all-price {
      padding: 10px 0px;
  }
.custom-text {
    padding: 20px;
    margin-top: 2rem;
    color: #0F110F;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
.left-column .highlight {
    color: #ff3b30;
}

.left-column p {
    font-size: 16px;
    color: #666;
}

.left-column ul {
    list-style: none;
    padding: 20px 0px;
}

.left-column ul li {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.stats {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.stat .number {
    font-size: 30px;
    color: #FF1D03;
    font-weight: bold;
}
.green .number{
    color: #2EC4B6;
}
.stat .label {
    font-size: 18px;
    color: #011627;
}

.card {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: white;
}
.growth-wrapper {
    /*padding: 8rem 5rem;*/
    padding: 5rem 5rem 0rem 5rem;
}
.growth-wrapper p {
    text-align: left;
    
    font-size: 18px;
    color: #0F110F;
}
.branding-services h4 {
    font-size: 24px !important;
    text-align: center;
    color: #0F110F;
    font-weight: 500;
    padding: 10px 0px;
    
}
.branding-services p {
    font-size: 16px !important;
    text-align: center;
    color: #6E6E6E;
    font-weight: 500;
    /* padding: 20px 0px; */
    
}
.branding-services-texting {
    height: 150px;
}
.branding-services .cta-button{
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    transition: background-color 0.3s;
    border: 3px solid #FF1D03;
    color: #000;
    border-radius: 50px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
img.branding-services {
    border-radius: 6px;
    border: 1px solid #6D6A6A;
    width: 100%;
    margin: 15px;
}
.card.blue.right {
    margin-top: 70px;
}
.card.red {
    background-color: #fff;
    text-align: left;
    border: 2px solid #E71D36;
    margin-bottom: 40px;
}
.growth {
    padding: 0px 0px 60px 0px;
}
.card.blue {
    background-color: #fff;
    text-align: left;
    border: 2px solid #2EC4B6;
    margin-bottom: 40px;
}

.card .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.card h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #011627;
    
}

.card p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.card a {
    color:#FF1D03;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid white;
    padding: 5px 0px;
    border-radius: 5px;
}

.achieve-business-goals {
    padding: 7rem 0;
    /* text-align: center;
    background-color: #FAF7EF;
    margin-top: 4rem; */
}
.achieve-business-goals h2{
    padding: 0px 0px 40px 0px;
    text-align: center;
    
    font-size: 40px;
    font-weight: 600;
}
.achieve-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .achieve-card {
    background-color: #ffffff;
    width: 265px;
    padding: 4rem 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: left;
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    transition: transform 0.2s ease;
  }

  .achieve-card:hover {
    transform: translateY(-5px);
  }

  .achieve-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 12px;
  }

  .achieve-divider {
    width: 36px;
    height: 2px;
    background-color: #ccc;
    margin: 12px 0;
  }

  .achieve-text {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: left;
  }
/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 20px;
}
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  .tab img {
 
    width: 100%;
}
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
   border-bottom: 2px solid #E71D36;
   font-weight: bold;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
  }

  /* project css */
  .project h2 {
    color: #fff;
    font-size: 64px;
    text-align: center;
}
.project p {
    color: #ffffff8c;
    font-size: 20px;
    text-align: center;
}
  .project{
    background-image: url('../images/Rectangle\ 16.png');
    padding: 100px 20px 150px;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 87%, 0 100%);
  }

  /* Zigzag borders */
.zigzag {
    position: relative;
    width: 10%;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }
  
  .zigzag.top {
    top: 0;
    left: 0;
  }
  
  .zigzag.bottom {
    bottom: -25rem;
    left: 75rem;
  }

  .talk-button {
    color: #000;
    border: 5px solid #ff3b30;
    padding: 30px 40px 30px 40px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50px;
    margin: 4rem auto;
    display: block;
    
    font-weight: bold;
    letter-spacing: 5px;
    /* margin: 4rem; */
    background-color: white;
  }
  
  .talk-button:hover {
    background-color: red;
    color: white;
  }
  
  .form-section{
    background-image: url('/assets/images/bg-form.jpg');
    padding: 100px;
    background-position: center;
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
  }
  .form-section h6 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.form-section input {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.form-section form {
    padding: 50px 0px;
}
.form-wrapper{
    padding: 50px 0px;
    background-color: #000;
}
.form-section button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FF1D03;
    color: #fff;
    border: none;
}

  .grey-bg img {
    max-width: 120px;
}
  .grey-bg h4 {
    color: #1F2732;
    font-size: 20px;
    padding: 15px 0px;
}
  .grey-bg {
    background-color: #80808026;
    padding: 100px 0px;
    text-align: center;
    clip-path: polygon(0 15%, 51% 0, 100% 15%, 100% 100%, 0 100%);
}

.home-contact-info h4 {
    font-size: 30px;
    
    color: #000;
}
.home-contact-info p {
    font-size: 16px;
    color: #1F2732;
    padding: 10px 0px;
    
}
.home-contact-info span {
    font-size: 16px;
    color: #6E6E6E;
    padding: 10px 0px;
    
}
/* 
/* 
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white ! IMPORTANT;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6sease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #E8560E;
}
.prev{
    position: relative;
    left: 79%;
    top: -12px;
    padding: 10px;

}
.next{

    right: 16% !important;
    padding:8px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.pink{
    background: #FFF8F8;
    margin-bottom: 15px;
   
}
.pink .col-md-3{
    padding: 15px;
}
.green .col-md-3{
    padding: 15px;
}
.pink .col-md-3:nth-child(2){
border-right: 10px solid #fff;
}
.green .col-md-3:nth-child(2){
    border-right: 10px solid #fff;
    }
.green{
    background: #F8FFFE;
}
.slider-section {
    padding: 50px 0px;
}
.slider-section h2{
   font-weight: bold;
   padding-bottom: 40px;
} */

/* css for map */


/* Map Container */

/* Label Styling */
/* .map-container .label {
    position: absolute;
   
} */
.contact-info h4{
    font-size: 18px;
}
.post-sec {
    padding-bottom: 15px;
}
.contact-info p {
    font-size: 12px;
    margin-bottom: 7px;
    text-align: left;
}

.footer-date {
    color: #FF1D03;
    font-size: 10px;
}
img.testi-img {
    align-items: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -22px;
}
.tetsimonial-bg-sec h2 {
    font-size: 55px;
    font-weight: 500;
}
.sliding .container {
    background-image: url(/assets/images/MacBook.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.sliding .row{
    background-color: #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
/* css for social page */
.social-box{
    background-color: #fff;
     box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
   padding:25px;
   border-radius:10px;
   /* min-height:320px; */
   min-height: 400px;
 
 }
 .perform .row{
   margin-bottom:40px;
 }
 .perform{
   padding:40px 0px;
 }
 .perform h2{
   padding-bottom:25px;
   text-align:center;
 }
 .perform p {
    font-size: 18px;
    
    color: #00000057;
    margin-bottom: 2rem;
 }

 .social-box p {
     text-align: left ! IMPORTANT;
     margin: 15px 0px;
 }
 .social-box h5 {
     font-weight: bold;
 }
 .social-box img {
    margin:10px 0px;
   border-bottom:2px solid #252a3f8a;
   padding-bottom:10px;
 }
/* css for career page */

.millions-form {
    background-color: #FBF3EE;
    padding: 40px 0px;
}
.row.milloins {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.milloins h4{
  font-weight:600;
}
.job-opening .milloins a {
    background-color: #FF1D03;
    padding: 5px 10px;
    margin-top: 6rem;
    display: block;
    width: fit-content;
    color: #fff;
    border-radius: 5px;
    float: left;
    font-size: 15px;
    font-weight: semibold;
}
.milloins a i {
    color: #fff;
}
.job-opening .milloins p {
    text-align: unset;
}
.milloins i{
  color:#FF1D03;
  border:1px solid #FF1D03;
  border-radius:50%;
  padding:1px 4px 3px 4px;;
  text-align:center;
  margin-right:10px;
  
}
.job-box h1 {
    
}
.job-opening {
    padding: 40px 0px;
}
.job-opening >.row {
    /* border: 1px solid #333333; */
    margin: 25px 0px;
    border-radius: 5px;
    padding: 15px 0px;
}
.job-opening > h6 {
  font-weight:bold;
}
.job-opening > a {
    border: 2px solid #FF1D03;
    border-radius: 25px;
    padding: 10px 35px;
    color: #fff;
    float: right;
    font-size: 20px;
}
.job-opening > p {
    
    font-size: medium;
}
.milloins li{
  padding-bottom:10px;
}
.milloins .fa-check:before {
    content: "\f00c";
    font-size: 12px;
    margin-right: 0px;
}
.milloins img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.career-bg{
    text-align: center;
    padding: 40px 0px;
}
.carrer-card-body {
    /* border-radius: 5px;
    padding: 25px;
    border: 1px solid #0000006b;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    text-align:center;
    margin-bottom: 25px; */
    height: 100%;
    min-height: 260px;
    padding: 1rem;
    border: 2px solid #00000033;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    /* transition: all 0.3s ease; */
    
    margin-bottom: 25px;
}
.carrer-card-body img {
    padding: 10px;
    background-color: #05966912;
    border-radius: 5px;
    width: 60px;
    height: auto;
    margin: 0 auto 1rem;
}
.carrer-card-body h5{
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.carrer-card-body p{
  color:#616161;
  font-size: 1rem;
  margin-top: 1.5rem
}
.carrer-card-body a{
  color:#000;
}

.carrer-card-body:hover {
    border: 3px solid #e63946; /* Red border */
  box-shadow: 1px 4px 2px 5px rgb(99 94 94 / 20%); /* Red glow */
}
/* ended here */

/* Css for testimonials */
.testimonials {
    padding: 40px 0px;
}
.testimonials .row {
    /* border: 1px solid #333333; */
    margin: 25px 0px;
    border-radius: 5px;
    padding: 15px 0px;
}
.testimonials h3 {
  font-weight:bold;
  font-size: 36px;
  
  text-align: center;
}
.testimonials h1 {
    text-align: center;
    
    font-weight: bold;
    font-size: 60px;
  }
.testimonials a {
    border: 2px solid #FF1D03;
    border-radius: 25px;
    padding: 10px 35px;
    color: #fff;
    float: right;
    font-size: 20px;
}
.testimonials p {
    
    font-size: medium;
    text-align: justify;
}
/* END CSS for testimonial */
/* css for pregress bar */
.content {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.content-item {
    flex: 1 1 300px;
}

.content-item h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #0073e6;
}

.content-item p {
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #555;
}

.progress {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}
.progress-label {
    flex: 1;
   
}

.progress-bar {
    flex: 3;
    background-color: transparent;
}

.progress-bar span {
    display: block;
    height: 10px;
   
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 1.8rem;
    }

    .content {
        flex-direction: column;
    }

    .content-item {
        flex: 1 1 auto;
    }

     /* Zigzag borders */
.zigzag {
    position: absolute;
    width: 0%;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }
  
  .zigzag.top {
    top: 0;
    left: 0;
  }
  
  .zigzag.bottom {
    bottom: -15rem;
    left: 75rem;
  }

}

/* css for tetsimonails */
/* .tetsimonial-bg-sec {
    background-image: url(/assets/images/red-waves.png);
} */
/* Marker Styling */

/* Map Container */
/* .map-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('/assets/images/map.png'); /* Replace with the actual map image path 
    background-size: cover;
    background-position: center;
} */
.red-arrow {
    text-align: center;
    width: 100%;
    position:relative;
    bottom:65px;
}
footer .container {
    /* border-top: 2px solid #ffffff78; */
    margin-top: 40px;
}
/* Label Styling */

/* .label:hover {
    background-color: #ff5722;
} */

/* Marker Styling */
.marker {
    width: 12px;
    height: 12px;
    background-color: #ff5722;
    border-radius: 50%;
    border: 2px solid #fff;
}
.map img {
    position: absolute;
    /* bottom: -31px; */
    /* left: -27px; */
}
h2.left-round {
    position: relative;
    left: 0%;
}
h2.left-roundnum {
    position: relative;
    left: 70%;
}
img.right-bend {
    position: relative;
    left: 27%;
    height: auto;
    bottom: 31px;
}
img.left-bend {
    position: relative;
    right: 27%;
    height: auto;
}
/* about us */
.mission-red-subtitle {
    color: #FF1D03;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.our-mission p {
    font-size: 32px;
}
.mission-hr {
    border: 2px solid #00000017;
    margin: 50px 0px 75px 0px;
}

.black-strip{
    padding: 50px 0px;
}
.text-section p{
    font-size:18px;
    color:#010212;
  }
  .top-title span{
  text-align: center !important;
      display: block;
  }
    .top-title h2{
        color:#fff;
        font-size: 40px;
    }
    .top-title p {
        color:#D9D9D9;
        font-size:27px;
        
        margin: 3rem 0 6rem 0;
    }

    .designation {
        color: #fff;
    }
  .strategy-wrapper.about-strategy{
    padding:150px 0px;
  }
  img.top-img {
    position:relative;
    right:40px;
  }
  .right-per {
      position: relative;
      left: 78%;
  }
  img.bottom-img {
      position: relative;
      left: 50px;
      bottom: 70px;
      z-index: 9;
  }
  .col-md-1.orange-right {
      /* position: relative;
      background-color: #FF1D03;
      max-width: 16px ! IMPORTANT;
      min-height: 135px ! IMPORTANT;
      height: 345px;
      right: 75px; */
      position: relative;
    background-color: #FF1D03;
    max-width: 16px ! IMPORTANT;
    min-height: 135px ! IMPORTANT;
    height: 345px;
    right: 55px;
  }
  .container1 {
    padding: 0px 0px 0px 80px
  }
  .about-box img{
    margin-bottom:20px;
  }
  .text-section h5{
    font-size:24px;
  }
  .text-section ul li {
      margin: 10px 0;
      background-color: #fff;
      box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
      padding: 40px;
      border-radius: 5px;
      margin-right: 20px;
      font-size:20px;
      color:#010212;
  }
  ul.about-box {
      display: flex;
      padding-bottom: 25px;
  }
.red-subtitle{
    color: #FF1D03;
    text-transform: uppercase;
    font-size: 16px;
}
.text-section h2 {
    font-size: 42px;
    color: #010212;
    margin-top: 20px;
    
}
.progree-bar h2{
    font-size: 50px;
    color: #010212;
    font-weight: 700;
    margin-top: 20px;
}
.progree-bar p{
    font-size: 20px;
    color: #010212;
    
    text-align: left;
}

.progree-bar img {
    width: 80%;

}
.about-wrapper{
    text-align: center;
    color: white;
    background-image: url('../images/Aboutus2.png');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-wrapper h1 {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Optional: to improve contrast on image */
}

span.worknoblk {
    color: red;
    background-color: #000;
    padding: 15px;
    border-radius: 50px;
}
.crafting {
    position: relative;
    top: 85px;
    right: 26px;
}
.video-wrapper{
    color: white;
    background-image: linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/videogame.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.art-wrapper{
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/art.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.artdesign-wrapper{
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/archi.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.seo-wrapper{
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/seobg.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.socialmedia-wrapper{
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/socialmedia.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recruitment-wrapper {
    color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/recruitment.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webdesign-wrapper {
        color: white;
    background-image:linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), 
    url('../images/webdesign.jpg');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.arch-card {
 background: #FBF3EE !important;   
}
.art-card {
    background: #FBF3EE !important;
}
.seo-card {
    background: #FBF3EE !important;
}
.socialmedia-card {
    background: #FBF3EE !important;
}
.recruitment-card {
    background: #FBF3EE !important;
}
.branding-card {
    background: #FBF3EE !important;
}

.socialmedia-card h3 {
    font-size: 36px;
    font-weight: 700;
    color: #010212;
    padding: 20px;
}
.art-section h2{
    font-size: 40px;
    font-weight: 700;
    color: #010212;
}
.art-section p {
    font-size: 18px;
    line-height: 28px;
    
    color: #00000057;
}
.art-section h4 {
    margin-top: 1rem;
}
.career-wrapper {
    background-image:
            linear-gradient(to right, #5a5858fa, rgba(0, 0, 0, 0.6)), /* mask overlay */
            url('../images/Rectangle\ 175.png'); /* people image */

    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;

    padding: 12rem 0;
    text-align: center;
    color: white;
    position: relative;
}

.career-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.contact-wrapper{
    text-align: center;
    color: white;
    background-image: url('../images/contact_us.png');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us p {
    text-align: center;
    font-size: 20px;
    color: #010212;
    
    padding: 20px;
}
.about-us h2 {
    font-size: 55px;
    
}
.about-us{
    padding: 40px 0;
}
.color-text{
    color: #FF1D03;
}
.text-section, .image-section {
    flex: 1 1 300px;
    padding: 10px 10px 10px 60px;
}
.text-section h1 {
    font-size: 2rem;
    color: #333;
}
.text-section p {
    margin: 15px 0;
    color: #010212;
    font-size: larger;
    
}
.text-section ul {
    list-style: none;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .map-florida {
        width: 50px;
        height: 50px;
        margin-bottom: 0px !important;
        position: absolute;
        left: -4rem;
    }
}
/* services page */
.services-wrapper{
    text-align: center;
    color: white;
    background-image: url('../images/Services.png');
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-wrapper h2{
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
    padding: 40px 0px;
}
.service-box {
    background: #fff;
    border: 2px solid #00000057;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.col-md-6.right-col {
    text-align: right;
}

.col-md-6.right-col {
    text-align: right;
}

.col-md-6.right-col img {
    background-color: #FFF6EF;
    border-radius: 50px;
}
.highlight {
    background-image: url('../images/red-waves.png');
}
.creative {
    background-image: url('../images/red-waves.png');
    background-repeat: no-repeat;
    background-position: center;
}
.service-card {
    /* background-image: url('../images/service-bg.png'); */
}
.service-box h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.service-box p {
    color: #666;
}

/* css for subscribation form */
.subscribation-section {
    margin-bottom: 20px;
}
.subscribation-section p {
    font-size: 24px;
    color: #00000086;
}
.subscribation-section button {
    /* background-color: #FF1D03; */
    background-color: #000;
    border: none;
    padding: 15px 30px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    /* text-transform: uppercase; */
    position: relative;
    right: 5px;
    border-radius: 10px;
}
.subscribation-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.subscribation-section h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 40px 0px;
}
.subscribation-section input {
    border: 2px solid #E7E7E7;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
}
.subscribation-section input::placeholder {
    color: #A5A5A5;
    font-size: 14px;
}
/* css for testimonials */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* 
.active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.socialround h2 {
    display: flex;
    justify-content: center;
    color: #000;
    margin-bottom: 25px;
}
.strategy-wrapper.about-strategy.socialround {
    background: #fff;
}
/* Css for video games */
.seo-sec {
    text-align: center;
}
.social-boxapp{
    margin-bottom: 2rem;
}
.social-boxapp img {
    width: 100%;
}
.social-boxapp h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.social-boxapp p {
   color:#00000063;
   font-size: 16px;
}

.why-choose {
    font-size: 45px;
    font-weight: 700;
    color: #FFFFFF;
}

.red-crown {
    font-size: 40px;
    font-weight: 700;
    color: #010212;
}

.application-sec img {
    border: 3px solid #58555530;
    border-radius: 50%;
    padding: 5px;
    width: 150px;
    height: 150px;
}
.application-sec h4 {
   color:#000;
  font-size:16px;
  font-weight:bold;
  text-decoration:underline;
}
.row.recruitment {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.row.recruitment .col-md-2 {
    padding: 0px;
}
.row.recruitment .social-box {
   min-height: 230px;
}
.seo-sec h4{
    font-size:20px;
    margin-top:15px;
}
.services-red{
    color: #FF1D03;
}
.service-section h2{
    color: #0F110F;
    text-align:center;
    font-size: 30px;
    
  }
  .service-section p{
      text-align:center;
      font-size: 18px;
      
      color: #00000057;
  }
  img.icon-red {
      width: 40px !important;
  }
  .white-bg {
    padding: 40px 0px;
}
a.black-bg {
    background-color: #FF1D03;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 16.5px;
    font-weight: 500;
}
.black-card.second span.workno {
    position: relative;
    top: 85px;
    right: 15px;
}
.black-card.fourth {
    position: relative;
    top: 11%;
    right: -16%;
}

.black-card.second img {
    position: relative;
    bottom: 30px;
    left: 27px;
}
.black-card.third img {
    position: relative;
    bottom: 0px;
    left: 70px;
}
.kickstart {
    padding: 50px 0px 20px 0px;
    text-align: center;
}
.kickstart button {
    background-color: #0F110F;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
}
.kickstart input {
    padding: 15px 25px;
    border-radius: 5px;
    border: 2px solid #E7E7E7;
    width: 100%;
}
.kickstart input::placeholder {
    color: #A5A5A5;
    font-size: 14px;
}
.kickstart .newsletter{
  padding-top:40px;
}

.kickstart p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #00000055;
}
.kickstart h3 {
    font-size: 34px;
    font-weight: 500;
    color: #071311;
}
.balck-bg {
    background-color: #000;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
}
span.workno {
    background-color: #fff;
    color: red;
    padding: 22px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}
.black-card {
    text-align: left;
  padding:25px;
}
.black-card p{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.black-card h5 {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0px;
}
.balck-bg .row{
  padding-top:80px;
}
.white-bg h3,p {
   text-align:center;
}
.game-technology h3 {
    font-size: 40px;
    font-weight: 700;
    color: #010212;
}
.game-technology p {
    font-size: 18px;
    
    line-height: 29px;
    color: #00000057;
}

.circle-image-container {
  width: 80px; /* Adjust as needed */
  height: 80px;
  border-radius: 50%;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  margin: 0 auto 16px auto; /* centers and adds space below */
}

.circle-image-container img {
  width: 50px;  /* or whatever size fits well inside */
  height: 50px;
  object-fit: contain;
}

.service-bodybg {
    background-color: #FFF2F2;
    padding: 30px;
    margin-bottom: 15px;
    border: 1px solid #3333332E;
    border-radius: 5px;
    min-height: 325px;
}
.service-bodybg h4 {
  font-weight:bold;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  
}

.service-bodybg p {
    font-size: 14px !important;
    color: #0000007a;
    
    padding-right: 15px;
    margin: 0;
    text-align: left;
}

.white-bg .row {
    padding-top: 25px;
    align-items: center;
    justify-content: center;
}
.service-bodybg a {
    color: #FF1D03;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.read-more-btn {
  background-color: #ff1a00; /* Bright red */
  color: white !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
  margin-bottom: 2rem !important;
}

.read-more-btn:hover {
  background-color: #e60000; /* Slightly darker red on hover */
}

.video-game-card {
    background: #FBF3EE !important;
}

.video-game-card p {
    padding: 10px 20px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}

.app-manage-card h5 {
    height: 60px !important;
}

.app-manage-card p {
    padding: 10px 20px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}
  .services-card {
      background-color: #FBFBFB;
      padding: 50px 25px;
      text-align:center;
  }
  .services-card h3{
    padding-bottom:20px;
    font-size: 40px;
    font-weight: 700;
  }
 .application-section .icon-red {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
  .service-body h4 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.application-section {
    font-size: 14px;
}
.card-inner {
    padding: 0px 15px;
}
.art{
    text-align: center;
}
.branding-inner img{
    width:100%;
  }
  .branding-inner {
    border: 1px solid #33333321;
    padding: 40px 20px;
    height: 100%;
}
  .branding-inner h5{
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    font-size: 22px;
    
  }
  .art-waves .fourth span.workno {
    position: relative;
    bottom: 29px;
}
  .branding-sec {
      padding: 50px 0px;
      text-align: center;
  }
  .branding-sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #010212;
  }
  .branding-sec p {
    font-size: 18px;
    line-height: 28px;
    
    color: #00000057;
  }
.comic-bg h4 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    
}
.comic-bg {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 200px;
}
.row.comic-row {
    display: flex;
    align-items: center;
}
.comic-inner {
    text-align: center;
    background-color: #FFF2F2;
    padding: 50px 0px;
}
.Comic {
    margin-top: 4rem;
}
.Comic h2 {
    font-size: 40px;
    font-weight: 700;
    color: #010212;
}
.Comic p {
    font-size: 18px;
    line-height: 28px;
    
    color: #00000057;
}
.service-.art h4 {
    margin-top: 15px;
}
  .service-body p {
    padding: 15px;
    color: #0000007a;
}
  .service-body {
      background-color: #fff;
      margin: 10px 10px;
      padding-bottom: 25px;
  }
  .service-body img {
      width: 100%;
  }
  .services-card .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
/* css for contact page */
.contact-form {
    max-width: 80%;
    margin: 2rem auto;
    background: #fff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  
  .form-header {
    background-color: #ffe0cf;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .form-header h2 {
    margin: 0;
    font-size: 1.8rem !important;
    font-weight: 600;
    
  }
  
  .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    padding: 2rem;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #f9f5f4;
    font-size: 1rem;
    outline: none;
  }
  
  .form-group.full {
    grid-column: span 2;
  }
  
  /* Optional: placeholder style */
  input::placeholder, textarea::placeholder,
  select {
    color: #333;
  }
  
  /* Responsive enhancement */
  @media (max-width: 600px) {
    .form-group.full {
      grid-column: span 1;
    }
  }

  .message-box {
    position: relative;
  }
  
  .word-count {
    position: absolute;
    bottom: 9rem;
    right: 2rem;
    font-size: 0.9rem;
    color: #333;
  }
  
  /* Checkbox styles */
  .checkbox-group {
    display: flex;
    align-items: flex-start;
  }
  
  .checkbox-group label {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    gap: 0.6rem;
    text-align: left;
  }
  
  .checkbox-group input[type="checkbox"] {
    display: none;
  }
  
  .custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid red;
    border-radius: 4px;
    margin-top: 3px;
    position: relative;
  }
  
  .checkbox-group input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid red;
    border-width: 0 2px 2px 0;
    top: 2px;
    left: 5px;
    transform: rotate(45deg);
  }
  
  /* Submit button */
  .submit-btn {
    background-color: #ff2b06;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-bottom: 20px;
  }
  
  .submit-btn:hover {
    background-color: #e01e00;
  }

.at-redcrown {
    color: #010212;
    font-size: 24px;
    
    font-weight: 400;
    line-height: 42px;
    word-wrap: break-word;
    padding: 20px 5rem;
}

.overlap-2 p {
    
    font-size: 24px;
    padding: 20px;
}
.contact-new-form {
    background-color: #fff;
    padding: 40px;
}
.right-bg-white ul li i {
    margin-right: 10px;
}
.join-form {
    background-color: #000;
    padding: 40px 0px;
    color: #fff;
}
.join-form h3{
  font-size:40px
    
}
.right-bg-white {
    background-color: #fff;
    width: 70%;
    color: #000;
    padding: 40px;
}
.right-bg-white ul li {
    padding-bottom: 10px;
    display: flex;
}
.right-bg-white h4{
margin-bottom: 20px;
}
.join-form a {
    background-color: #FF1D03;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.contact-bg{
    background-color: #FBF3EE;
    padding: 50px 0px;
}
.contact-bg h2{
    /*font: 50px;*/
    /*text-align: center;*/
    /*font-weight: bold;*/
    color: #010212;
    font-size: 58px;
    
    font-weight: 700;
    line-height: 72px;
    word-wrap: break-word
}
.contact-bg p{
    text-align: center;
}
/* .contact-new-form .col-md-6{
    border-bottom:1px solid;
  } */
  .contact-new-form input {
      border: none;
      border-bottom: 1px solid;
      width: 100%;
      padding: 25px 0px;
  }
  .contact-new-form textarea {
      border: none;
      border-bottom: 1px solid;
      width: 100%;
      padding: 25px 0px;
    height:100px
  }
  .contact-new-form button{
    background-color:#FF6915
  }
  .contact-new-form button {
      background-color: #FF6915;
      border: none;
      padding: 15px 25px;
      color: #fff;
      border-radius: 5px;
      margin-top: 40px;
  }
  .application-section {
    text-align: left;
}
.app-spacing {
    padding: 10px 15px;
    font-size: 14px;
    
    line-height: 24px;
    color: #00000057;
    text-align: center;
}
.spacing {
    padding: 10px 15px;
    font-size: 14px;
    
    line-height: 24px;
    color: #00000057;
    text-align: left;
}
.archi h4 {
    padding: 10px 20px;
    font-size: 18px;
}
.art {
    min-height: 250px !important;
    padding: 50px 0px;
}
.seo-sec {
    min-height: 200px !important;
    padding: 50px 0px;
}
.service-body.archi {
    min-height: 575px;
}
.seo-card-boday {
    min-height: 575px !important;
}
.social-card-body {
    min-height: 500px;
}
.recruitment-card-body {
    min-height: 625px;
}
.branding-card-body {
    min-height: 500px;
}
.video-game-card-body {
    min-height: 450px;
}
.app-manage-card-body {
    min-height: 450px;
}
.account-card-body {
    min-height: 500px;
}
.webdesign-card-body {
    min-height: 500px;
}

.why-choose-container
{
    padding: 15px;
}
.archi p {
    padding: 10px 20px;
    height: 225px; /* Fixed height for paragraph */
    overflow: hidden; /* Optional: hides overflow text */
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}

.custom-col {
  width: 20%; /* 100% ÷ 5 = 20% */
  padding: 15px;
}

@media (max-width: 768px) {
  .custom-col {
    width: 100%; /* Stack on small screens */
  }
}

.seo-card-boday p{
    padding: 10px 20px;
    height: 100px; /* Fixed height for paragraph */
    text-align: left;
}

.social-card-body h4 {
    height: 70px !important;
}

.social-card-body p {
    padding: 10px 20px;
    min-height: 125px; /* Fixed height for paragraph */
    overflow: hidden; /* Optional: hides overflow text */
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}

.recruitment-card-body h4 {
    height: 50px;
}
.recruitment-card-body p {
    padding: 10px 20px;
    height: 225px; /* Fixed height for paragraph */
    overflow: hidden; /* Optional: hides overflow text */
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}
.cutting-edge {
    margin-top: 3rem;
}
.cutting-edge h3 {
    font-size: 40px;
    font-weight: 700;
    color: #010212;
}
.cutting-edge p {
    font-size: 18px;
    
    line-height: 29px;
    color: #00000057;
}

.webdesign-card-body p {
    padding: 10px 20px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.branding-card-body p {
    padding: 10px 20px;
    height: 125px; /* Fixed height for paragraph */
    overflow: hidden; /* Optional: hides overflow text */
    text-overflow: ellipsis;
    text-align: left;
}

.account-card-body p {
    padding: 10px 20px;
    height: 125px; /* Fixed height for paragraph */
    overflow: hidden; /* Optional: hides overflow text */
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: left;
}

.account-card-body h4 {
    height: 60px;
}

/* ended here */
/* css for get in touch */
.get-in-touch-bg {
    background-color: #FBF3EE;
    padding: 1px 0px;
}
.contact-info-container {
    background-color: #fef6f2;
    border-radius: 24px 24px 0 0;
    max-width: 1200px;
    margin: 2rem auto;
    overflow: hidden;
    
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  }
  
  .info-header {
    background-color: #ffe0cf;
    text-align: center;
    padding: 1.5rem;
  }
  
  .info-header h2 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }
  
  .info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    background: white;
    border-top: 1px solid #eee;
  }
  
  .info-item {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  
  /* Vertical line between columns */
  .info-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
  }
  
  .info-icon {
    background-color: #ffe4dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .info-icon img {
    width: 24px;
    height: 24px;
  }
  
  .info-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    
  }
  
  .info-item span a {
    margin: 0.2rem 0;
    font-size: 0.95rem;
    color: #333;
  }
  .info-item a {
    color:#000;
    text-decoration: none;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .info-grid {
      grid-template-columns: 1fr 1fr;
    }
    .info-item:not(:last-child)::after {
      display: none;
    }
  }
  
  @media (max-width: 480px) {
    .info-grid {
      grid-template-columns: 1fr;
    }
  }
  


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*  */
/* .services-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 76%);
    z-index: -1;
    width: 100%;
    height: 100%;
} */
/* Florida Positioning 
/*  */
@media (max-width: 768px) {
    .company-section h1 {
        font-size: 2rem;
    }
    .company-section p {
        font-size: 1rem;
    }
    .services-section .service-item {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*  */
@media (max-width: 768px) {
    .hero-section{
        height: 50vh;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .hero-section .cta-buttons a {
        font-size: 12px;
        padding: 8px 11px;
        margin: 0 5px;
    }
    .row.recruitment {
        display:  block;
    }
}
@media(max-width:767px){
    .testimonials h3 {
        font-size: 24px;
        /*text-align: center;*/
        margin-bottom: 20px;
    }
    .testimonials h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .pricing-wrapper h2 {
        font-size: 30px;
        padding: 30px 0px 0px 0px;
    }
    .right-plan {
        font-size: 20px !important;
    }
    .section .number {
        font-size: 60px;    
    }
    .about-us h2 {
        font-size: 30px;
    }
    .form-section {
        padding: 40px;
        background: #000;
    }
    .services-wrapper h2 {
        font-size: 30px;
    }
    .service-card h2 {
        font-size: 25px;
    }
    .top-title  {
        padding-top: 40px;
    }
    h2.left-round{
        position: unset;
    }
    h2.right-round{
        position: unset;
    }
    .top-title h2 {
        font-size: 30px;
    }
    .black-strip{
        display: block;
        padding: 0px 0px;
    }
    .black-strip img {
        width: 100%;
    }
    .container1 .row {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: hidden;
    }
    .container1 .text-section h2 {
        font-size: 20px;
        color: #010212;
        margin-top: 20px;
        
    }
    .progree-bar img{
        width: 100%;
    }
    ul.about-box{
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .text-section ul li {
        padding: 20px;
    }
    .hero-section h1 {
        font-size: 30PX !important;
        line-height: normal;
    }
    .form-section input {
        margin-bottom: 15px;
    }
    .project h2 {
        font-size: 30px;
    }
    .project{
        padding: 30px 0px;
        height: 28vh;
    }
    .socialround img{
        display: none;
    }
    .left-column h2 {
        font-size: 25px;
    }
    .video-buttons a {
        font-size: 15px;
    }
    .section.design{
        display: block;
    }
    .hero-section p {
        font-size: 12px !important;
        margin: 10px 0;
    }
    .socialround h2{
        display: block;
        font-size: 25px;
    }
    .strategy-wrapper.about-strategy {
        padding: 50px 0;
    }
    .strategy {
        display: block;
        align-items: center;
        text-align: center;
    }
    .social-box {
        margin-bottom: 25px;
    }
    .video-wrapper {
        height: 200px;
    }
    .crafting {
        position: unset;
    }
    img.right-bend {
        display: none;
    }

    img.left-bend {
        display: none;
    }
    
    .comic-main{
        width: 100%;
    }
    .black-card.second span.workno {
       position: unset;
    }
    .black-card img{
        display: none;
    }
    .black-card.fourth{
        position: unset;
    }
    .black-card p {
        margin-top: 40px;
    }
    
    .branding-inner {
        margin-bottom: 20px;
    }
    .services-card .row{
        display: block !important;
    }
    .row.comic-row {
       display: block !important;
    }
    .kickstart button {
        width: 65%;
        margin-top: 15px;
    }

    .kickstart input {
        width: 65%;
    }

    .row.milloins {
        display: block;
    }
    .milloins img{
        width: 100%;
    }
    .apply-job{
        display: flex !important;
    }
    .job-opening a {
        float: right;
        padding: 5px 15px;
        border-radius: 50px;
    }
    .job-opening .milloins a {
        margin-top: 2.5rem;
    }
    
    .right-bg-white {
        width: 100%;
        margin-top: 25px;
        padding: 10px;
    }
    span.text {
        font-size: 25px;
        left: 25%;
        top: 0px;
    }
    .strategy img {
        height: 100px;
    }
    .subscribation-section .row {
        display: block;
    }
    .subscribation-section button {
        padding: 15px 40px;
        border-radius: 5px;
        right: 0px;
        margin-top: 15px;
    }
    .row{
        display: block;
    }
    .pricing-wrapper .row{
        /*display: flex;*/
        /*flex-wrap: nowrap;*/
    }
    img.top-img {
        position: relative;
        right: 40px;
    }
    .text-section, .image-section {
        flex: unset;
    }
    .col-md-1.orange-right{
        display: none;
    }
    .hero-company h3 {
        font-size: 20px;
        text-align: center;
        color: #000;
        font-weight: 600;
        margin-top: 5px !important;
        
    }

    .hero-company p {
        font-size: 18px;
        color: #535151;
        text-align: center;
        
        margin-top: 0.5rem !important;
        padding: 2rem 2rem;
    }
    .hero-company h2 {
        font-size: 30px;
        text-align: center;
        color: #FF1D03;
        font-weight: bold;
    }

    .pricing-card {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px 20px;
        margin: 20px 0px 20px 0px;
        background-color: #fff;
        text-align: left;
    }
    
    span.discount, .basic-discount-rate {
        background-color: #FF1D03;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        margin: 0px 5px;
    }
    .pricing-section .col-md-4 {
        /*    padding-left: 5px;*/
        /*padding-right: 5px;*/
    }

    .pricing-card h3 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #181059;
    }
    .pricing-card ul li {
        margin-bottom: 5px;
        font-size: 14px;
        color: #0F110F;
        padding-bottom: 5px;
    }

    .growth-wrapper {
        padding: 2rem 2rem;
    }
    .strategy-wrapper {
        padding: 5rem 0rem;
    }
    .stats {
        display: flex;
        justify-content: space-evenly;
        margin: 20px 0px;
    }
    
    .map-hyderabad {
        width: 75px;
        height: 75px;
        margin-bottom: -24px;
        position: absolute;
        left: 1rem;
        bottom: -2rem;
    }

    .at-redcrown {
        color: #010212;
        font-size: 18px;
        
        font-weight: 400;
        line-height: 24px;
        word-wrap: break-word;
        padding: 15px 1rem;
    }
    .contact-bg h2 {
        color: #010212;
        font-size: 24px;
        
        font-weight: 700;
        word-wrap: break-word;
    }

    .overlap-2 p {
        
        font-size: 18px;
        padding: 20px;
    }

    .custom-checkbox {
        width: 60px;
        height: 22px;
        border: 2px solid red;
        border-radius: 4px;
        margin-top: 3px;
        position: relative;
    }
    .get-in-touch-bg {
        background-color: #FBF3EE;
        padding: 0px 24px;
    }
    .career-bg h2 {

        font-weight: 700;
        color: #010212;
        font-size: 24px;
        text-align: center;
        white-space: wrap;
    }
    .career-bg .text-wrapper-4 {
        
        font-weight: 400;
        color: #000000;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0;
        line-height: 30px;
        padding: 20px 15px 20px;
    }

    .carrer-card-body {
        height: 100%;
        min-height: 225px;
        padding: 1rem;
        margin-bottom: 25px;
    }
    .job-opening {
        padding: 20px 0px;
    }
    .job-title {
        font-size: 14px;
    }
    .job-item p {
        margin: 0;
        font-size: 15px !important;
        color: #000;
    }

    span.discount, .basic-discount-rate, .standard-discount-rate, .premium-discount-rate {
        background-color: #FF1D03;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        margin: 0rem 3rem;
    }

    .seo-sec {
        min-height: 175px !important;
        padding: 30px;
    }

    .art {
        min-height: 175px !important;
        padding: 30px;
    }

    .contact-info h4{
        font-size: 10px;
    }

    .contact-info img {
        width: 65px;
        /*height: 30px;*/
    }

    .hide-on-mobile {
        display: none;
    }

    .app-manage-card p {
        padding: 10px 20px;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
        text-align: left;
    }
    .container1 {
        padding: 0px 0px 0px 40px;
    }

}


/*  */

/* Css for user form */

/*  */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
body {
    
    overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a , a:hover{
	text-decoration: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;

}

h1, h2, h3, h4, h5, h6, p, a, span {
    
}
ul, ol {
    list-style-type: none;
    padding:0px;
    margin :0px;
}
img {
	border: none;
}
.btn-wrapper .btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius:5px;
    border: none;
    padding: 0px 13px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2d3e50;
    background:#2d3e50;
 
}
.btn-wrapper .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    border-radius: 0;
    z-index: -1;
}
.btn-wrapper .btn:hover:before {
    width: 100%;
}
.btn-wrapper .btn:hover {
    color: #2d3e50;
}
.btn-wrapper .btn-yellow {
    background: #fbaa33;
    color: #fff;
    border: 2px solid #fbaa33;
}
.btn-wrapper .btn-yellow:hover {
    color:#fbaa33;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px; 
}
.section {
    padding: 50px 0px;
    overflow :hidden;
}
/*
=============================
2. Top header style
============================
*/
.top-header {
    background: #2d3e50;
    padding: 9px 0;
}
.top-header ul li {
    display: inline-block;
}
.top-header ul li, .top-header ul li a {
    color: #fff;
}
.top-header .contact-wrapper ul li {
    padding-right: 20px;
}
.top-header .login-registraion-wrapper {
    float: right;
}

/*
=============================
2. header style
============================
*/


header .navbar-nav li.nav-item  a.nav-link {
    padding-top: 7px;
    padding-right: 30px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;  
}
header .navbar-nav li.nav-item  a.nav-link.active ,
header .navbar-nav li.nav-item  a.nav-link:hover{
   color: #fbaa33;
}
header .navbar-nav {
    padding: 8px 0px;
}
header.sticky {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*
=============================
3. Home slider section
============================
*/
.btn.btn-switch-text.btn-large {
    padding: 0;
}
header .header-button .btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-transparent-white-light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}
.btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.btn.btn-switch-text:active .btn-double-text, .btn.btn-switch-text:hover .btn-double-text {
    transform: translateY(-200%);
}
.btn.btn-transparent-white-light:active, .btn.btn-transparent-white-light:hover {
    background-color: #fff;
    border-color: rgba(255, 255, 255, .3);
    color: #000;
}
.btn.btn-transparent-white-light:hover span{
color: #000;
}
.ms-25px {
    margin-left: 25px !important;
}
.btn {
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header .header-button .btn.btn-switch-text > span {
    padding: 10px 24px;
}
.btn.btn-switch-text.btn-large>span {
    padding: 18px 34px;
}
.btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

header .header-button .btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-large {
    font-size: 14px;
    padding: 18px 34px;
}
.fa-envelope::before {
    content: "\f0e0";
}
.btn.btn-switch-text .btn-double-text {
    transition: opacity .65s, transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}
.btn.btn-switch-text .btn-double-text:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity .5s, transform .8s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}

.dropdown-menu{
 
    animation: slide-down 0.6s ease-out;
    animation-fill-mode: forwards;
}

@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
ul.dropdown-menu.show li {
    padding-bottom: 10px;
}


/*
=============================
Footer section
============================
*/
.footer-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
footer {
    background: #000;
    padding: 50px 0 0px;
    color:#fff;
}
.footer-display {
    display: flex;
    justify-content: space-between;
}
footer .social-links ul li {
    display: inline-block;
    padding-right: 8px;
}
footer .social-links ul {
    padding-top: 30px;
}
footer .container .fa {
    font-size: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #E8560E;    
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
footer .social-links ul li .fa:hover {
    background: #ff9800;
}
footer h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
footer .quick-links ul li {
    padding: 9px 0;
    display: flex;
}
footer .quick-links ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #ff9800;
}
footer h6 {
    color: #fbaa33;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0px;
}
footer p {
    font-size: 18px;
}
footer .contact-info .fa {
    width: 50px;
   height: 50px;
   line-height: 50px;
}
footer .copyright span {
    color: #fbaa33;
}
footer .copyright {
    padding: 50px 0 0px 0px;
}
footer .footer-slider img {
    position: relative;
}

/*
=============================
3. Responsive media query
============================
*/
@media(min-width:1300px) {
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 35px; 
    }
} 
@media(max-width: 1200px) {
    header .navbar-nav li.nav-item a.nav-link {
        padding-right: 17px;
    }

} 
@media(max-width: 991px) {
    nav .fa-bars {
        color: #fbaa33;
    }
    .contact-wrapper {
        display: none;
    }
    header .login-registraion-wrapper ul {
        text-align: center;
    }
    header .navbar-expand-md .navbar-toggler {
        display: block;
        position: relative;
        width: 100%;
        text-align: right;
        outline: none;
    }
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
    .navbar-expand-md .navbar-collapse.show {
        display: block !important;
    }
    .navbar-nav {
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    ul.navbar-nav.ml-auto {
        position: absolute;
        width: 100%;
        background: #000;
        top: 76px;
        z-index: 99;
        display: block;
        left: 0;
        text-align: center;
    }
    header .btn-wrapper {
        display: none;
    }
}

/*@media (max-width: 768px) and (orientation: portrait) {*/
/*    !* Styles for iPads in portrait *!*/
/*    .contact-info p {*/
/*        font-size: 12px;*/
/*        margin-bottom: 7px;*/
/*        text-align: left;*/
/*        width: 15rem;*/
/*    }*/
/*    .project {*/
/*        height: 50vh;*/
/*    }*/
/*}*/

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media (max-width: 767.98px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
    .our-mission p {
        font-size: 18px;
    }

    .strategy {
        padding: 15px 0;
    }
    .section h2 {
        position: absolute;
        color: #fff;
        font-size: 2rem;
    }
    .strategy img {
        height: 100px;
    }
    .strategy-right img{
        margin-left: 10rem !important;
    }
    .strategy-right span.text {
        left: 35%;
    }
    .strategy-left img{
        margin-left: 0 !important;
    }
    .strategy-left h2{
        margin-left: 10rem !important;
    }
    .strategy-left span.text {
        left: 40%;
    }

}