@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --light-text:white;
    --bg-gold:#e5c821fa;
    --bg-blue:#071932;
    --dark-text:black;
    --light-bg:white;
    --dark-bg:black;
    --small-text:20px;
    --medium-text:25px;
    --large-text:30px;
    --primary-font: "Poppins", serif;
    --secondary-font: "Inter", sans-serif;
    --gold-gradient: linear-gradient(268deg, #f2df8b, #be9336);

}
body{
    
    color: #031127 !important;
}
.text-dark {
 
    color: #031127 !important;
}
.vh-100{
  height: 100vh !important;
}
/* padding media query  */
@media only screen and (max-width:600px){
  .y-spacing{
    padding: 70px 0;
  }
  .y-spacing-medium{
    padding: 40px 0;
  }
  
}
@media only screen and (min-width:601px) and (max-width:1000px){
  .y-spacing{
    padding: 90px 0;
  }
  .y-spacing-medium{
    padding: 60px 0;
  }
  
}
@media only screen and (min-width:1001px){
  .y-spacing{
    padding: 120px 0;
  }
  .y-spacing-medium{
    padding: 70px 0;
  }
  
}
/* padding media query  */

body{
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p{
    font-size: 17px;
    margin-top: 5px;
}
a{
    font-size: 15px;
}
.thin-heading{
    font-weight: 300;
}
.bg-light-gray{
    background-color: #f5f5f5;
}
.btn-1 {
    text-decoration: none;
    background-color: var(--bg-gold);
    color: white;
    text-align: center;
    padding: 6px 12px;
    border-radius: 40px;
    border: 1px solid white;
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: 700;
}
.gold-gradient {
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 6px 15px;
    /*text-shadow: 1px 1px 1px black;*/
    text-transform: uppercase;
    border-radius: 40px;
    border: 2px solid white;
    background: var(--gold-gradient);
    transition:200ms ease-in-out;
    
}

.white-gradient {
    text-decoration: none;
    color: #010d29;
    text-align: center;
    padding: 6px 15px;
    text-transform: uppercase;
    border-radius: 40px;
    border: 2px solid #01112e;
    background: white;
    font-weight: 700;
    font-size: 15px;
}

.btn-1:hover{
    
    color: white;
    border:1px solid transparent;
}
.btn-2 {
  text-decoration: none;
  background-color: var(--bg-blue);
  color: white;
  text-align: center;
  padding: 7px 12px;
  border-radius: 40px;
  border: 2px solid white;
  font-weight:700;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}
/* .btn-2:hover{
    color: var(--bg-blue);
    border:1px solid transparent;
    background-color: white;
} */
.btn-2:hover {
  color: var(--bg-blue);
  border: 1px solid #000000 !important;
  background-color: white;
}


.owner-box{
  /* border: 1px solid; */
  padding: 10px;
  border-radius: 5px
}



/* banner  */
.banner{
    width: 100vw;
    height: 98vh;
    position: relative;
}

.banner-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text{
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    width: 95%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}


.large-text{
    font-size: 90px;

}
.small-text{
    font-size: 20px;
}
.medium-text{
    font-size: 45px !important;

}
.extra-medium-text{
  font-size: 60px !important;

}

.flaticon-menu{
    font-size: 22px;
    color: white;
}

@media only screen and (max-width:720px) {
    .large-text{
        font-size: 50px;
        
    }
    .small-text{
        font-size: 18px;
    }
    .medium-text{
        font-size: 27px !important;
    
    }
    .extra-medium-text{
        font-size: 50px !important;
    
    }
}
@media only screen and (max-width:620px) {
   
    .social-links{
        display: none ;
    }
}

  .line-height{
    line-height: 70px;
  }

.bolder{
    font-weight: 700;
}

/* about  */
.about {
    padding: 200px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about h4 {
    color: white;
    width: 1050px;
    opacity: 1;
    line-height: 80px;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 1px;
}
/* about  */



/* text reveal  */
/* text reveal  */
.word {
  position: relative;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #071932;
  padding: 0 3px;
}


@media only screen and (max-width:600px){
  .word{
    font-size: 20px !important;
  }
}
.line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  /* background-color: #000000; */
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 2;
}

  .custom-container{
    padding-top: 200px;
    height: 150vh;
    display: flex;
    /* background-color: var(--bg-blue); */
    justify-content: center;
    background-attachment: fixed;
  }


  .custom-container .split-word {
    max-width: 1200px;
    /* min-width: 340px;
    margin: 40px; */
}



.large-text-gradient{
  text-shadow: rgba(227,165,59,1) 0px 0px 192px;
}

.large-text{
   
    font-size: 95px;
    font-weight: 200;
}
    @media only screen and (max-width:990px) and (min-width:768px) {
        
        .large-text{
            font-size: 65px;
            /*font-weight: 800;*/
        }
    }
@media only screen and (max-width:767px) {
    .word{
        font-size: 27px;

    }
    .large-text{
        font-size: 44px;
        font-weight: 200;
    }
}




/* 17-10-2024  */

/* .btn-3 {
  text-decoration: none;
  background-color: var(--bg-blue);
  color: white;
  text-align: center;
  border-radius: 40px;
  border: 1px solid white;
  padding: 7px 11px;
  margin-top: 5px;
  letter-spacing: 1px;
} */
.btn-3 {
    text-decoration: none;
    /* background-color: var(--bg-blue); */
    color: #131e2f;
    text-align: center;
    border-radius: 40px !important;
    border: 2px solid white;
    padding: 7px 11px;
    margin-top: 5px;
    letter-spacing: 1px;
    border: 3px solid #cda94e !important;
    font-weight: 800;
}
.btn-3:hover{
    color: rgb(24, 24, 24);
    border:1px solid transparent;
}




/* our story  */

@media only screen and (max-width:767px) {
    .black-fade{
        /* position: absolute; */
        padding: 20px;
        
    }
    /* .our-story-image{
        opacity: 0.1;
    } */
    
}
.hover-effect:hover img{
    transform: translateX(5px);
    transition: 500ms transform ease-out;
    
  
}
.outline-btn.hover-effect:hover{
    background-color:#08244d;
    color:white !important;
  
}
/* our story  */
/* services card */

.custom-service-card {
  position: relative;
  border: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 90%;
  border-radius: 13px;
  margin-top: 20px;
  box-shadow: 5px 5px 13px -13px;
}
.custom-service-card img{
  height: 80px;
  object-fit: cover;

}
.custom-card-img-top {
  border-radius: 13px;
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
}

.custom-service-card-body {
  /* position: absolute; */
  bottom: 0;
  background: white;
  left: 0;
  transition: bottom 300ms;
  /* height: 67%; */
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  z-index: 2;
  padding: 20px;
}

.custom-service-card-body p {
  color: black;
  font-weight: thin;
  font-size: 15px;
  margin: 15px 0;
}

.custom-service-card-body h3{
    font-weight: 400;
    margin-bottom: 0;
}

/* .custom-service-card:hover .custom-service-card-body {
  bottom: -43%;
  background: white;
} */
.custom-case-card{
  overflow: hidden;
  /* width: 100%; */
  border-radius: 10px;
  margin-top: 20px;
}

.custom-service-card:hover img{
  transform: scale(1.1) rotate(2deg);
  transition: 500ms transform ease-out;
}
.custom-service-card-body h3 a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 19px;
}

/* services card */



/* case studies */

.custom-case-card{
    position: relative;
    border: 0;
    overflow-y: hidden;
}

.custom-case-card-body {
    position: absolute;
    bottom: -55px;
    background: linear-gradient(358deg, #000000, #ffffff00);
    left: 0;
    transition: bottom 300ms;
    padding: 30px 20px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: start;
}
.custom-case-card-body h3 a{
  color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 30px;
}
.custom-case-card-body h3 {
    padding-bottom: 11px;
  }
  .custom-case-card-body p{
    color: rgb(255, 255, 255);
    
}

.custom-case-card:hover .custom-case-card-body{
  bottom: 0px;
  
}

/* .custom-case-card:hover .custom-case-card-body{
    bottom: 0;
} */

/* case studies */

.customContainer {
    margin: 90px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch; */
    }
    .custom-case-card {
      box-shadow: 2px 2px 15px -5px black;
      border-radius: 15px !important;
      flex: 0 0 auto;
      /* margin: 15px; */
      height: 300px;
  }
.custom-case-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* brand logo  */

.brand-logo {
  width: 130px;
  filter: brightness(0) invert(1);
  scale: 1.05;
}
.brand-logo:hover{
    filter: brightness(1) drop-shadow(1px 1px 0 white);
}

/* brand logo  */

/* blog  */
.blog-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.sort-box .card-body span p{
  font-size: 13px !important;
}
/* blog  */
.blue-bg{
    background-color: var(--bg-blue);
}
.line-clamp-0 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: hidden;
  }
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: hidden;
  }
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: hidden;
    line-height: 27px;
  }
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: hidden;
    line-height: 27px;
  }

  .our-story p{
    line-height: 42px;
    text-align: justify;
  }


  .reviews{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    max-width: 500px;
  }
  .review-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 650px;
  }
  .review-image img {
    width: 90px;
    padding: 7px;
}
.review-content p{
  line-height: 35px;
}
.review-content h2{
  position: relative;
}
.review-content h2::after {
  position: absolute;
  top: -88px;
  right: 44px;
  content: "\"\"";
  color: #ffffff36;
  font-size: 120px;
  font-style: italic;
  transform: skewX(354deg);
}
.review-image{

    background: #ffffff;
    border-radius: 10px;

}


  .our-story-image {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    /* box-shadow: 1px 1px 4px -2px black; */
}


/* testimonial  */

.accordion-body{
    font-size: 16px;

}
.accordion-header button {
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding-right: 5px;
}
.accordion-header button:focus,.accordion-header button:hover{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    color: black;
}







/* secondary testimonial  */

.testimonial:nth-child(1) {
  background-color: #082247;
}

.testimonial:nth-child(2) {
  background-color: #48556a;
}

.testimonial:nth-child(3) {
  background-color: white;
}

.testimonial:nth-child(4) {
  background-color: #082247;
}

.testimonial:nth-child(5) {
  background-color: white;
}

#testimonials {
  display: inline-grid;
  gap: 1.45rem;
  grid-template-columns: 1fr;
  grid-template-areas: "daniel" "jonathan" "jeanette" "patrick" "kira";
}
@media (min-width: 35.65rem) {
  #testimonials {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "daniel daniel" "jonathan jeanette" "patrick patrick" "kira kira";
  }
}
@media (min-width: 53.35rem) {
  #testimonials {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "daniel daniel jonathan" "jeanette patrick patrick" "kira kira kira";
  }
}
@media (min-width: 75rem) {
  #testimonials {
    grid-template-columns: repeat(4, 23%);
    grid-template-areas: "daniel daniel jonathan kira"
      "jeanette patrick patrick kira";
}
}

.testimonial {
  padding: 1.6rem;
  border-radius: 0.5rem;
  /* box-shadow: 0.625rem 0.625rem 0.625rem rgba(207, 207, 207, 0.5); */
}
.testimonial figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1.2rem;
}
.testimonial figcaption img {
  grid-area: 1/1/3/2;
  align-self: center;
  width: 2.1875rem;
  height: auto;
  border-radius: 50%;
}
.testimonial figcaption .name {
  align-self: end;
  font-weight: 600;
}
.testimonial .quote-part-1 {
  font-size: 1.4rem;
  /* text-align: justify; */
  line-height: 1.3em;
  /* margin: 1.5rem 0; */
}
.testimonial .quote-part-2 {
  line-height: 1.5em;
}

.testimonial.daniel {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='102' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M104 102V59.727H84.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C95.01 25.86 98.909 22.257 104 19.375V0c-9.758 4.27-17.712 9.874-23.864 16.813-6.151 6.939-10.712 14.545-13.681 22.818C63.485 47.904 62 59.941 62 75.74V102h42zm-62 0V59.727H22.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C33.01 25.86 36.909 22.257 42 19.375V0c-9.652 4.27-17.58 9.874-23.784 16.813C12.01 23.752 7.424 31.358 4.455 39.631 1.485 47.904 0 59.941 0 75.74V102h42z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 13%;
  grid-area: daniel;
  background-size: 57px;
}
.testimonial.jonathan {
  grid-area: jonathan;
}

.testimonial.jeanette {
  grid-area: jeanette;
}

.testimonial.patrick {
  grid-area: patrick;
}

.testimonial.kira {
  grid-area: kira;
}

.testimonial.daniel .name,
.testimonial.jonathan .name,
.testimonial.patrick .name {
  color: #cfcfcf;
}
.testimonial.daniel .title,
.testimonial.jonathan .title,
.testimonial.patrick .title {
  color: rgba(207, 207, 207, 0.5);
}
.testimonial.daniel .quote-part-1,
.testimonial.jonathan .quote-part-1,
.testimonial.patrick .quote-part-1 {
  color: white;
}
.testimonial.daniel .quote-part-2,
.testimonial.jonathan .quote-part-2,
.testimonial.patrick .quote-part-2 {
  color: rgba(207, 207, 207, 0.7);
}

.testimonial.jeanette .name,
.testimonial.kira .name {
  color: #19212e;
}
.testimonial.jeanette .title,
.testimonial.kira .title {
  color: rgba(25, 33, 46, 0.5);
}
.testimonial.jeanette .quote-part-2,
.testimonial.kira .quote-part-2 {
  color: rgba(25, 33, 46, 0.7);
  text-align: justify;
}

.attribution {
  background-color: rgba(72, 85, 106, 0.1);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.7rem 0;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
}
.attribution p:first-of-type::after {
  content: " ";
  white-space: pre-wrap;
}
.attribution a {
  color: rgba(117, 65, 200, 0.8);
  font-weight: 700;
}
.attribution a:hover {
  color: rgba(117, 65, 200, 0.6);
}
.attribution a:active {
  color: rgba(117, 65, 200, 0.8);
}
/* secondary testimonial  */

/* testimonial  */



/* 17-10-2024  */




/* navigation  */




   
  
  header.scrolled {
    background-color: white;
    transition: 400ms background-color;
  }
  header.scrolled .nav-item a {
    color: #08244d;
     font-weight: 500; 
}
 
  

body header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 10px -6px black;
}

  
  /* Nav doc CSS */


  
  @media only screen and (max-width:767px){
    .dropdown{
      
    }    
  }
  .navbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .navbar-doc table tr th,
  .navbar-doc table tr td {
    text-align: left;
    padding: 15px;
  }
  .navbar-doc table tr:nth-child(odd) th,
  .navbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
  }
  .navbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
  }
  .navbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
  }
  .navbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
  }
  .navbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  .navbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  }
  .navbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
  }
  .navbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    padding: 1px 4px;
  }
  .navbar-doc p {
    line-height: 1.5;
  }
  
  /* Main CSS */
  .navbar {
    /* max-width: 1440px; */
    padding: 15px;
    /* box-shadow: 2px 2px 23px -19px black; */
    margin: 0 auto;
}
  .navbar ul {
    list-style: none;
  }
  .navbar ul a {
    text-decoration: none;
  }
  .navbar .navbar-toggler,
  .navbar .nav-link,
  .navbar .utils-search {
    color: #ffffff;
  }
  .navbar .navbar-utils > * {
    cursor: pointer;
  }
  .navbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  .navbar-nav {
    display: flex;
    list-style: none;
  }
  .navbar-nav .nav-link {
    font-family: var(--primary-font);
    font-size: 16px;
    padding: 10px;
    font-weight:500;
    transition: 150ms ease;
    text-wrap: nowrap;
}
  .navbar-nav .nav-item {
    margin: 0 10px;
    position: relative;
  }
  .navbar-nav > .nav-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    bottom: -16px;
    transition: 400ms ease;
    transform: scaleX(1.5);
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover:after {
    transform: scaleX(1);
    opacity: 1;
  }
  
  .navbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    background: none;
    outline: none;
    border: 1px solid #636363;
    border: none;
    border-radius: 3px;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
    margin-right: 20px;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    box-shadow: none !important;
  }
  
  /* Navbar options (bg options) */
  .bg-primary {
    background: #0081ff;
    z-index: 99999;
  }
  .bg-primary .navbar-toggler,
  .bg-primary .nav-link,
  .bg-primary .utils-search {
    color: #fff;
  }
  .bg-primary .nav-item:after {
    background: #fff;
  }
  
  .bg-dark {
    background: #363636;
  }
  .bg-dark .navbar-toggler,
  .bg-dark .nav-link,
  .bg-dark .utils-search {
    color: #fff;
  }
  
  .bg-light {
    background: #fff;
    z-index: 9999;
  }
  .bg-light .navbar-toggler,
  .bg-light .nav-link,
  .bg-light .utils-search {
    color: #363636;
  }
  
  .bg-transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: white;
  }
  .bg-transparent .navbar-toggler,
  .bg-transparent .nav-link,
  .bg-transparent .utils-search {
    color: #fff;
  }
  .bg-transparent .nav-item:after {
    background: #fff;
  }
  
  @media (min-width: 992px) {
    .bg-blur {
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background: rgba(255, 255, 255, 0.6);
      z-index: 999;
    }
    .bg-blur .navbar-toggler,
  .bg-blur .nav-link,
  .bg-blur .utils-search {
      color: #363636;
    }
    .bg-blur .nav-item:hover > .nav-link {
      color: #0081ff;
    }
    .bg-blur .nav-item:after {
      background: #0081ff;
    }
  }
  /* Common Hover */
  .bg-blur .nav-item:hover > .nav-link {
    color: #0081ff;
  }
  .bg-blur .nav-item:after {
    background: #0081ff;
  }
  
  .bg-light .nav-item:hover > .nav-link,
  .bg-light-2 .nav-item:hover > .nav-link,
  .bg-dark .nav-item:hover > .nav-link {
    color: #0081ff;
  }
  .bg-light .nav-item:after,
  .bg-light-2 .nav-item:after,
  .bg-dark .nav-item:after {
    background: #0081ff;
  }
  
  .bg-light-2 {
    background: #fff;
  }
  .bg-light-2 .navbar-toggler,
  .bg-light-2 .nav-link,
  .bg-light-2 .utils-search {
    color: #000000;
  }
  .bg-light-2 .nav-item:after {
    display: none;
  }
  
  /* Dropdown CSS */
  .nav-item .dropdown {
    width: max-content;
    display: block;
    position: absolute;
    top: 60px;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    /* background: linear-gradient(35deg, #c79f40, #e6d171); */
    background: white;
    /* border-radius: 4px; */
    z-index: 20;
    /* box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15); */
}
.nav-item .dropdown .nav-link {
  color: #08244d;
  /* font-weight: 500; */
}
  
  /* .nav-item .dropdown .dropdown {
    top: 0;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  } */
  .nav-item .dropdown .dropdown {
    top: -20px;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    left: 111%;
}
  .nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
  }
  .nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
  }
  .nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
}
  .nav-item .dropdown > .nav-item:hover > .nav-link {
    color: black;
  }
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    box-shadow: 3px 3px 5px -5px black;
    transform: translateY(12px);
}
  .nav-item:hover > a::before {
    transform: rotate(90deg);
  }
  
  .nav-close {
    margin-left: auto;
    margin-top: 20px;
    display: none;
}
  .nav-close .btn-nav-close {
    border: 0;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .nav-close .btn-nav-close .close-btn {
    transform: rotate(45deg);
  }
  .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
    background: #363636;
    color: #fff;
  }
  
  .nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    transition: 0.15s linear;
  }
  .nav-item.icon:hover > a::before {
    transform: rotate(90deg);
  }
  
  /* Responsive (navbar alignments options) */
  @media (min-width: 992px) {
    
    .navbar-brand,
  .navbar-utils {
      flex: auto;
    }
  
    .navbar-nav {
      flex: 2;
      justify-content: center;
    }
  
    .navbar-utils {
      text-align: right;
    }
  
    .navbar-right .navbar-brand,
  .navbar-right .navbar-utils {
      flex: initial;
    }
    .navbar-right .navbar-nav {
      justify-content: flex-end;
      margin-right: 20px;
    }
  
    .navbar-left .navbar-nav {
      order: 1;
      justify-content: flex-start;
    }
    .navbar-left .navbar-brand {
      order: 2;
    }
    .navbar-left .navbar-utils {
      order: 3;
    }
  
    .navbar-right .dropdown .dropdown {
      left: unset;
      right: calc(100% + 20px);
      border-top: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  /* Nav Option (Logo Center) */
  @media (min-width: 992px) {
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-left .navbar-brand {
      text-align: right;
    }
    .navbar-left .navbar-toggler {
      display: block;
      margin-right: 0;
    }
    .navbar-left .navbar-nav {
      background: #ffffff;
      flex-direction: row !important;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
      transform: translateX(-300px);
    }
    .navbar-left .navbar-nav .nav-link {
      margin: 10px 0;
      color: #fff;
      display: flex;
      align-items: center;
    }
    .navbar-left .navbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navbar-left .navbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navbar-left .navbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar-left .navbar-nav .nav-item:hover > .nav-link {
      color: #0081ff;
    }
    .navbar-left .navbar-nav > .nav-item:after {
      display: none;
    }
    .navbar-left .navbar-nav .nav-close {
      display: block;
    }
    .navbar-left .navbar-nav.active {
      max-height: initial;
      opacity: 1;
      transform: translateX(0);
      left: 0;
      box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
    }
    .navbar-left .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      box-shadow: none;
    }
    .navbar-left .nav-item .dropdown .dropdown {
      border: none;
    }
    .navbar-left .nav-item .dropdown:before {
      display: none;
    }
    .navbar-left .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
      max-height: initial;
    }
    .navbar-left .nav-item.icon a:before {
      top: unset;
      right: 0;
    }
  }
  /* Responsive navbar */
  @media (max-width: 991px) {
      
      .white-gradient{
          padding:9px 15px;
      }
    .navbar-toggler {
      display: block;
    }
    .nav-item:hover > .dropdown{
        box-shadow:none;
    }
  
    .navbar-nav {
      background: #ffffff;
      flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: -300px;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      transform: translateX(-300px);
    }
    .navbar-nav .nav-link {
      margin: 10px 0;
      color: #636363;
      display: flex;
      align-items: center;
      width: 100%;
    }
    .navbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar-nav .nav-item:hover > .nav-link {
      color: #0081ff;
    }
    .navbar-nav > .nav-item:after {
      display: none;
    }
    .navbar-nav .nav-close {
      display: block;
    }
  
    .navbar-nav.active {
      max-height: initial;
      opacity: 1;
      transform: translateX(0);
      left: 0;
      box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }
  
    .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      box-shadow: none;
    }
    .nav-item .dropdown .dropdown {
      border: none;
    }
    .nav-item .dropdown:before {
      display: none;
    }
    .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
      max-height: initial;
    }
  
    .nav-item.icon a:before {
      top: unset;
      right: 0;
      transform: translateY(0px);
    }
  }
  /* Search Popup */
  .search-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    transition: 200ms;
  }
  .search-popup.active {
    opacity: 1;
    visibility: visible;
  }
  .search-popup.active form {
    transform: translateY(0px);
  }
  .search-popup form {
    position: absolute;
    background: #fff;
    width: 500px;
    height: 200px;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 300ms;
    transform: translateY(20px);
  }
  .search-popup .btn-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-popup .btn-search-close .close-btn {
    transform: rotate(45deg);
  }
  .search-popup input[type=search] {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 300;
    padding: 0px 10px;
    transition: 100ms;
  }
  .search-popup input[type=search]:focus {
    box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
    border-color: transparent;
  }
  .search-popup input[type=search]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  
  @media (max-width: 576px) {
    .search-popup form {
      width: calc(100% - 30px);
      height: 170px;
      padding: 15px;
    }

    .navbar-utils{
        display: none !important;
    }
  }

  
/* navigation  */

@media only screen and (min-width:767px) {
    .custom-container{
        height: 250vh !important;
    }
}
.wow-customer{
    position: relative;
}
.wow-customer::after {
    position: absolute;
    left: 0px;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 20%;
    background-color: #bababa;
    border-radius: 4px;
}
.wow-customer-div h1 a{
    text-decoration: none;
    color: black;
}
.wow-customer-div .medium-text{
    font-size: 30px;
}

.accordion-button:not(.collapsed){
    color: black;
    background-color: transparent;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{
    border-bottom: 1px solid #d4d4d4;
}

/* footer styles  */

.last-col li{
  display: flex;
  justify-content: space-between;
}

.footer-big {
  padding: 100px 0 35px 0;
}
  
  .footer-big .footer-widget {
    margin-bottom: 40px;
  }
  
  .footer--light {
    background: #071932;
}
  
.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
  color: #b5b5b5;
  text-decoration: none;
  list-style: none;
  margin-top: 5px;
}
.footer-big ul li a{
  color: #b5b5b5;
  
}
.footer-big ul li:hover a{
  color: #ffffff;
  
}
  
  /* Responsive Css Code created by : Shift Code Design */
  
  .footer-menu {
    /* padding-left: 48px; */
  }
  .footer-menu ul{
    padding-left: 0;
  }
  
  .footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    /* -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; */
  }
  
  .footer-menu ul li a:hover {
    color: #ffffff;
  }

  .footer-widget-title {
    /* line-height: 30px; */
    /* margin-bottom: 2px; */
    /* font-size: 18px; */
    font-weight: 500;
    color: white;
}
  .fa-phone-alt{
    rotate: 90deg;
  }
  .contact-details{
    padding-left: 0;
  }
  
  .mini-footer {
    /* background: linear-gradient(45deg, #0e3a76, #0f356b); */
    text-align: center;
    padding: 10px 0;
}
  
  .mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #999;
  }
  
  .mini-footer p a {
    color: #ffffff;
    font-weight: 500;
}
  
  .mini-footer p a:hover {
    color: #34bfa3;
  }
  
  /* Responsive Css Code created by : Shift Code Design */
  
  .widget-about img {
    display: block;
    margin-bottom: 30px;
    max-width: 70%;
  }
  
  .widget-about p {
    font-weight: 400;
  }
  
  .widget-about .contact-details {
    margin: 30px 0 0 0;
  }
  
  .widget-about .contact-details li {
    margin-bottom: 10px;
  }
  
  .widget-about .contact-details li:last-child {
    margin-bottom: 0;
  }
  
  .widget-about .contact-details li i {
    padding-right: 10px;
    color: #333;
  }
  
  .widget-about .contact-details li a {
    color: #5867dd;
  }
  

  
  @media (max-width: 991px) {
    .footer-menu {
      padding-left: 0;
    }
    .widget-about img {
      max-width: 50%;
    }
  }
  

/* footer styles  */


/* animation  */
  .texting1,.texting2,.texting3{
    padding: 20px;
    color: white;
    max-width: 500px;
  }


  .custom-container-1, .custom-container-2, .custom-container-3{
    /* background-color: #071932; */
    background-color: black;
    height: 100vh;
    overflow: hidden;
  }
/* animation  */


/* Base styling for labels */
/* Base styling for labels */

.customer .col-12 label {
    position: absolute;
    left: 24px;
    top: 30%;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    padding: 0 5px;
    z-index: 1;
    font-size: 14px;
}
  /* When label has the class 'label-move' */
  .label-move {
    left: 20px;
    top: -8px;
    background: #f5f5f5;
    padding: 0 7px;
  }
  
  /* Form control styling */
  .customer .col-12 {
    position: relative;
    margin-top: 0;
  }
  
  .customer .col-12 input[type="checkbox"] {
        padding: unset;
  }
  .customer .col-12 input:not([type="checkbox"]) {
    padding: 11px 36px;
    border: 1px solid #bababa;
    border-radius: 40px;
    background-color: transparent;
    margin-top: 20px;
}
.customer .col-12 label.label-move {
    left: 23px;
    top: -20%;
    font-weight: 600;
}
.accordion-button{
    padding: 15px 0;
}

.customer .col-12 input:hover,.customer .col-12 input:focus{
    box-shadow: none;
}
  



/* .button-2 {
  color: #131313;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
  background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
} */
.button-2:hover {
  background-position: 100%;
  color: #ffffff;
  border: 1px solid white;
}

.mySwiper-testimonial .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph {
  max-width: 400px; 
}


/* animation  */

/* Style for the entire scrollbar */
body::-webkit-scrollbar {
  width: 10px; 
}



/* Style for the scrollbar handle (thumb) */
body::-webkit-scrollbar-thumb {
  background-color: #001149;      /* Color of the scrollbar handle */
  border-radius: 10px;         /* Rounded corners */
  border: 2px solid #fff;      /* Padding around the scrollbar handle */
}


.parent {
  position: relative;
}

.section {
  background: var(--bg-blue);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.division{
  /* position: relative;
  display: flex;
  justify-content: center;
  align-items: center; */
  background-color: black;
}

.division img{
  position: absolute; 
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: -1;
  
}

/* .para span {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0;
} */
/* .div *{
  color: white;
} */
/* animation  */


/* preloader  */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Background color of preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Simple spinning animation */
.spinner {
  border: 12px solid #f3f3f3; /* Light gray */
  border-top: 12px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content by default */
.content {
  display: none;
}
/* preloader  */

.accordion-body {
  padding: 0 !important;
}

.accordion-body p{
  color: #626262;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3C/svg%3E") !important;
  /* background-color: #f1f1f1; */
  width: 25px;
  height: 25px;
  background-position: center;
  border-radius: 50%;
}
.accordion-button:not(.collapsed)::after{
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3C/svg%3E") !important;*/
  
}

.branding-banner{
  overflow: hidden;
  margin-top: 90px;
  width: 100vw;
  height: 100vh;
  background-color: var(--bg-blue);
  position: relative;
}
/* .branding-banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(91, 91, 91);
  z-index: 0;
  
} */

.branding-banner .branding-text{
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  text-align: center;
  color: white;
  
}
.floating-banner-image{
  width: 18%;
  position: absolute;
  max-width: 220px;
  min-width: 220px;
  filter: brightness(0.4);
  transition: top 5s, left 5s, right 5s, bottom 5s; 
}
.floating-banner-image.img-1.anime {
  top: 31%  !important;
  left: 1% !important;
}
.floating-banner-image.img-2.anime{
  top: 13%  !important;
  left: 30% !important;
  
}
.floating-banner-image.img-3.anime {
  top: 30%  !important;
  left: 60% !important;
}
.floating-banner-image.img-4.anime {
  top: 9%  !important;
  right: 4% !important;
}
.floating-banner-image.img-5.anime{
  top: 10%  !important;
  left: 10% !important;
  
}
.floating-banner-image.img-5.anime {
  top: 7%  !important;
  left: 10% !important;
}
.floating-banner-image.img-7.anime {
  top: 7%  !important;
  right: 28% !important;
}
.floating-banner-image.img-8.anime{
  bottom: 10% !important;
  left: 10% !important;
  
}
.floating-banner-image.img-9.anime{
  bottom: 10% !important;
  left: 30% !important;
  
}
.floating-banner-image.img-10.anime{
  bottom: 15% !important;
  right: 30% !important;
  
}
.floating-banner-image.img-11.anime {
  bottom: 8% !important;
  right: 6% !important;
}
.floating-banner-image.img-6.anime {
  top: 40%  !important;
  left: 26% !important;
}


@media only screen and (max-width:550px){
  .floating-banner-image {
    position: absolute;
    min-width: 150px !important;
    filter: brightness(0.4);
    transition: top 5s, left 5s, right 5s, bottom 5s;
}
}
@media only screen and (max-width:767px){
  .branding-banner{
    height: 90vh;
  }
}

/* .custom-service-card::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/svgs/dotted bg.svg');
  position: absolute;
  background-size: 200%;
  z-index: 1;
} */
.wifi {
  top: 18px;
  height: unset !important;
  left: 17px;
  width: 90px !important;
  position: absolute;
  z-index: 1;
  object-fit: unset !important;
  opacity: 0.3;
}

/* .new-vector{
    
    background-image: url('../images/svgs/copy.svg');
    background-position: center;
    background-size: contain;

} */

.navbar-toggler img{
  width: 25px;
  
}
[data-bs-target="#offcanvasRight"] img{
  width: 25px;
  
}

.square-btn {
  border-radius: 0;
  padding: 15px 30px;
  background-color: transparent;
  color: white;
  font-size: 19px;
  border: 2px solid white;
}


.footer-social{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none
}
.footer-social li{
  margin: 0 16px;
  color: white;
}
.footer-social li a i {
  color: white;
  font-size: 19px;
  line-height: 40px;
}
/* offcanvas */
.offcanvas.offcanvas-end{
  width: 100% !important;
}

/* .sub-page-banner {
  position: relative;
  z-index: -1;
  margin: 0 3%;
} */
.sub-page-banner {
  position: relative;
  /* z-index: -1;
  margin: 113px 2%; */
}
.sub-page-banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sub-page-banner img {
  max-height: 350px;
  min-height: 350px;
  object-fit: cover;
  margin-top: 100px;
}
.sub-page-banner .sub-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);


}
.breadcrumb-item a{
  color: rgb(1, 0, 76);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-ite.active{
  
  font-size: 17px;
  color: rgb(145, 145, 145);
}

/* large banner  */
.sub-page-banner-large {
  /* position: relative;
  z-index: -1;
  margin: 50px 0 0 0; */
  position: relative;
  z-index: -1;
  margin: 95px 0 0 0;
  /* padding: 292px 0; */

}
.sub-page-banner-large::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0000003b;*/
    z-index: 1;
}
.sub-page-banner-large img {
  height: 60vh;
  object-fit: cover;
}
.sub-page-banner-large .sub-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 90%;
  transform: translate(-50%,-50%);
}

.sub-banner-text h2 {
  color: white;
  /* font-weight: 700; */
  /* font-size: 35px; */
  text-align: center;
}

/* large banner  */



/* offcanvas  */

.outline-btn {
    border: 2px solid rgb(45, 45, 45);
    color: rgb(3 15 39);
    padding: 8px 20px;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #030f27;
}
.outline-btn img{
  width: 20px;
}
.outline-btn:hover img{
  filter:brightness(0) invert(1);
}


.breadcrumb-item a{
  color: #05377c;
  text-decoration: none;
}
.breadcrumb-item.active{
  color: gray;
  font-size: 15px;
}

#accordionExample2 .accordion-button {
  font-size: 20px;
  font-weight: 600;
}

#accordionExample2 .accordion-button .number{

  font-size: 23px;
  font-weight: 700;
}


.service-list {
  margin: 20px 0;
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  align-items: start;
  /* justify-content: center; */
}
.service-list ul{
list-style: none;
width: 100%;
/* padding: 0 30px; */
padding: 0;
}
.service-list ul li a{
  width: 100%;
  display: block;
  display: flex;
  justify-content: space-between;
list-style: none;
padding: 25px 0;
text-decoration: none;
color: #3e3e3e;
font-size: 21px;
font-weight: 500;


}

.service-list ul li a img{
  
width: 30px;
}

.service-title{
  font-size: 35px;
  font-weight: 600;

}

.btn img{
  width: 15px;
  margin-left: -0px;
}


.line-height-30 {
  line-height: 30px;
}
.line-height-35 {
  line-height: 35px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-50 {
  line-height: 50px;
}

.location-icon i{
  font-size: 80px;
}


.swiper-slide-client{
  display: flex;
  justify-content: center;
  align-items: center;

}
/* .swiper-slide-client:hover img{
  filter: brightness(1) drop-shadow(1 1 1 white);
} */



/* insight card design  */
.insight-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  padding: 35px 30px;
}

.insight-card:hover {
  transform: translateY(-5px);
}

.dot {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.dot-blue {
  background-color: #007bff;
}

.dot-orange {
  background-color: #fd7e14;
}

.dot-purple {
  background-color: #6f42c1;
}

.read-time {
  font-size: 0.9rem;
  color: #6c757d;
}

.insght-card-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.insght-card-text {
  font-size: 0.95rem;
  color: #6c757d;
}

.arrow-circle {
  height: 54px;
  width: 65px;
  border: 1px solid #dee2e6;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  background: #071932;
  color: white;
  font-size: 22px;
}

.arrow-circle:hover {
  background-color: #ffffff;
  border-color: #cfcfcf;
  color: black;
}

.insight-card-text{
  color: gray;
}
/* insight card design  */



/* digital marketing  */

.count-div{
  letter-spacing: 1px;
  text-wrap: nowrap;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
}

.count-text{
  font-size: 19px;
  font-weight: 700;
  margin-left: 10px;
}

.count-text span{
  color: black !important;
  font-size: 40px;
  
}



/* digital marketing  */

.extra-medium-text.bolder{
  color: #09254e;
}

/*.count-div:hover{*/
/*  color: #09254e !important;*/
/*}*/

/* case study */
.case-studies {
  /* max-width: 80%; */
  margin: 0 auto;
}

.sub-banner-text h2{
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* .case-studies .card-body {
  padding: 15px 10px;
} */
/* case study */

 .card-body{
  padding: 10px 0;
}
.custom-service-card .card-body {
  padding: 20px 15px;
}
/* animation */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}



/* animation */

.technology-row {
  padding: 25px 65px;
  background: #c3c3c317;
  /* border: 0px solid #00000012; */
  border-radius: 0;
  margin: 35px 0;
}
@media only screen and (max-width: 767px){

  .logo-design {
    max-width: 100% !important;
    margin: 0 auto;
    border: 2px solid gray;
    border-radius: 20px !important;
  }
  .logo-design p {
    margin: 0 20px !important;
  }
  .logo-design h2 {
    padding-bottom: 20px 0;
    position: relative;
    width: max-content;
    margin: 20px !important;
  }
  .logo-design img{
    margin-top: 25px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .technology-row {
    padding: 20px;
    border-radius:0
  }
}
.gallery-img img{
  width: 100%;
}
.set {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%,0%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* animiation wifi  */
.wifi-child {
  position: absolute !important;
  top: 50%;
  filter: invert(1) drop-shadow(2px 4px 6px gold);
  width: 140px;
}
/* animiation wifi  */


.logo-design {
  /* max-width: 95%; */
  margin: 0 auto;
  /* padding: 30px; */
  border: 2px solid gray;
  border-radius: 30px;
}
.logo-design p {
  margin: 0 30px;
}
.logo-design h2 {
  color: #23b465;
  padding-bottom: 20px 0;
  position: relative;
  width: max-content;
  margin: 30px;
}
.logo-design img{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.logo-design h2::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #23b465;
}


.services-list-ul li{
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;

}
.services-list-ul li p{
transform: translateY(100px);
transition: 500ms;
display: none !important;


}
.services-list-ul li:hover p{
  transform: translateY(0px);
  display: block !important;


}
.service-list ul li a{
  transition: 500ms;
}
.services-list-ul li:hover a {
    transform: translate(5px,0px);
}

.accordion-body p {
line-height: 30px;
}

.responsibility li{
line-height: 35px;
}
.requirement{
 line-height: 35px;
}



/* google map api  */

#reviews {
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 2;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 170px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.tb_bt_post_wrapper{
  display: none;
}

.tb_bt_post_wrapper{
  bottom: 75px !important;

}

/* google map api  */

.sub-page-banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;  
}


.btn.square-btn:hover{
  background: white;
    color: #071932;
    font-weight: 500;
}

.case-sub-banner-text h2 {
  font-size: 3rem !important;
}
.large-nav {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  padding: 3rem;
  background: white;
  width: 90%;
  box-shadow: 0 0 16px -9px black;
  transform: translate(-50%,0%);
}
.large-nav ul li {
  padding: 15px 20px 15px 0;
  border-bottom: 2px solid #e7e7e7;
}

.animative-para-1{
  line-height: 35px;
}
.animative-para-2{
  line-height: 35px;
}
.animative-para-3{
  line-height: 35px;
}

/* .large-drop:hover .large-nav{
  display: block !important;
} */
/*@media only screen and (max-width:1200px){*/
/*    .custom-service-card-body h3 a{*/
/*        font-size:20px !important;*/
/*    }*/
/*}*/

.custom-fade-up,.fade-animate{
  /* .-webkit-animation: slide-top 0.5s ease-in-out both; */
  animation: slide-top 0.5s ease-in-out both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.full-icon {
  position: absolute !important;
  top: 50%;
  filter: invert(1) opacity(0.2);
  width: 140px;
  scale: 1.4;
}
@media only screen and (max-height:720px){
  .multi-height{
    height: 300px !important;
  }

}
.multi-height{
  height: 360px;
}

@media only screen and (min-width:720px){
  .div-year .large-text {
    font-size: 80px !important;
}
}
@media only screen and (max-width:1399px){
  .div-year .thin-heading{
    font-size: 20px !important;
    line-height: 38px !important;
    padding: 30px 0 !important;
  }
  .div-year .large-text {
    font-size: 80px !important;
}

  svg#Layer_2{
    width: 96% !important;
  }
}


#finisher-canvas{
  position: static !important;
  height: 65vh; 
  width: 100%; 
}

select.form-control {
  margin-top: 20px;
  border: 1px solid #bbbbbb;
  padding: 11px 36px;
  border-radius: 40px;
  background: transparent;
}
input,select {
  cursor: pointer;
}


.card.case-studies .card-body {
  padding: 20px 10px 0 10px;
}
.card.case-studies {
  width: 100%;
  padding: 15px 15px 10px 15px;
  border-radius: 15px;
  margin: 10px 0;
  height: 97%;
  z-index: 1;
  overflow: hidden;
  box-shadow: 4px 5px 15px -14px black;
  border: 1px solid #e1e1e1 !important;
}

.card.case-studies::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(35px);
  z-index: -1;
  opacity: 0.3;
}
.card.case-studies a {
  overflow: hidden;
  border-radius: 13px;
}
.card.case-studies{
  position: relative;
}
.brand-logo-case{
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%);
  width: 150px;
  opacity: 0;
  transition:transform 200ms ease-in-out;
  z-index: 2;
}
.card.case-studies:hover .custom-card-img-top{
  opacity: 0.5;
  filter: blur(7px);
  transform: scale(1.3);
  transition:transform 200ms ease-in-out;
}
.card.case-studies:hover .brand-logo-case{
  opacity: 1;
}

.logo-overly {
  position: absolute;
  top: 10%;
  right: 16px;
  width: 53%;
  max-width: 460px;
}
.form-select:focus{
    box-shadow:none !important;
}

a:hover {
    color: unset;
}



.outline-btn:hover {
    border-color: unset;
}

.gal-1:hover a img{
    transform: scale(1.2) rotate(1deg);
}


/*services */ 
.services-texting{
font-size:25px;
color:black;
font-weight:200;
line-height:45px;
text-align:justify;
}

@media only screen and (max-width:600px){
    
.services-texting{
font-size:20px !important;
    
}
}
/*services */ 
.gold-gradient:hover{
    box-shadow: 1px 2px 10px -5px black;
    transform: translateY(-2px);
    border:2px solid white;
}

.text-justify{
    text-align:justify !important;
}

/*.nav-link.active{*/
/*    text-decoration:underline;*/
/*    text-underline-offset:3px;*/
/*    text-decoration-color:black;*/
/*}*/



















