* {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
}



.bg-image {
    
    width: 100vw; 
    object-fit: cover;
    filter: brightness(1.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}



.cav {
    margin-left: 150px;
}

.drop-btnn {
    background-color: #18042B !important;
    color: #FFF;
    padding: 10px 25px !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 5px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.drop-btnn1 {
  background-color: #0062ff !important;
  color: #fff;
  padding: 13px 25px !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 0px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  text-wrap: nowrap !important;
  text-decoration: none !important;
}
.drop-btnn1 a {
    color: #fff;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif !important;
  }

.drop-btnn2 {
    background-color: #0062ff !important;
    color: #FFF;
    font-size: 15px !important;
    border: none !important;
    border-radius: 0px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    text-wrap: nowrap !important;
}





.logo-men {
    margin-left: 80px;
}



.text-area {
    color: rgb(255, 255, 255);
    margin-top: 120px;
}

.text-area h2 {
    font-size: 35px;
    font-weight: 600;
	text-align: center;
}

.btn {
    border-radius: 0px !important;

}

.form-cont {
    border-radius: 30px;
    background: linear-gradient(136deg, rgba(217, 217, 217, 0.21) 0%, rgba(217, 217, 217, 0.38) 100%);
    box-shadow: 27px 36px 20px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    height: 41vh;
    max-width: 35vw;
    margin-top: 0px;
    position: relative;
    font-size: 1rem;
    border: 1px solid rgb(156, 156, 156);


}

.form-txt {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.89px;
}

.form-inp {
    border-radius: 5px;
    border: 1px solid #767676;
    background: #FFF;
    height: 2rem;
}

.address-inp {
    min-height: 4rem;
    border-radius: 5px;
    border: 1px solid #767676;
    background: #FFF;
}

.form-btn {
    border-radius: 30px;

}

.acc-img {
    height: 10vh;
}

.nav-item {
    font-size: 14px;
    font-weight: 400;
}



.section-bg {
    background-color: #ffffff;
}

.clients img {
    max-width: 45%;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.clients img:hover {
    filter: grayscale(0);
}

.section {
    background-color: #FFF;
}

/* .testimonial-elements {
    background-color: #f3f7ff;
    width: 600px;
    height: 170px;
    border-radius: 25px 25px 25px 25px;
    position: relative;

}

.testimonial-elements p {
    line-height: 25px;
    margin-bottom: 0.5rem;
} */

span {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

.stars {
    margin-left: 65px;

}

.stars-elements {
    margin-bottom: 7px;
}

.review-cont {
    border-radius: 30px;
    background: linear-gradient(136deg, rgba(217, 217, 217, 0.21) 0%, rgba(217, 217, 217, 0.38) 100%);
    box-shadow: 27px 36px 20px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    height: auto;
    max-width: 20vw;
    margin: 100px 0px 0px 200px;
    padding: 55px 20px 20px 20px;
    position: relative;
    font-size: 1rem;
    border: 1px solid rgb(156, 156, 156);

}

.review-btn {
    position: relative;
    margin: 0px 0px 30px 55px;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 10px 20px !important;
    background-color: #FFF !important;
    border: none !important;
    color: #000 !important;
}

.review-cont p {
    color: #FFF;
}

.scroll-func::-webkit-scrollbar {
    display: none;
}

.review-img {
    margin: 55px 0px 0px 290px;
    position: absolute;
    z-index: 1;

}

.review-containers {
    position: relative;
    height: 300px;
    padding: 20px;
}

.service-section h1 {
    font-weight: bold;
}

.services-elements-1 {
    background-color: #f6f6f6;
    width: 550px;
    padding: 40px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;

}

.services-elements-2 {
    background-color: #f6f6f6;
    width: 550px;
    padding: 40px;
    margin-top: 70px;
    position: relative;
    overflow: hidden;

}

.services-elements h3 {
    font-weight: bold;
}

.first-sec {
    width: 550px;

}

.second-sec {
    float: left;
    margin-top: 40px;
}

.third-sec {
    flex: 1;
}

.blog-btn {
    background-color: hsl(0, 0%, 100%) !important;
    border-radius: 5px !important;

}

.blog-btn:hover {
    background-color: #18042B !important;
    color: #FFF!important;
}

.faq-h3 {
    font-weight: 600;
}

.FAQ {
    margin-left: 225px;
}

.faq-main {
    margin-bottom: 150px !important;
}

.faq-box {
    background-color: #ff002f;
    color: white;
}

.quote-symbol {
    font-weight: 700;
    font-size: 4rem;
}

.faq-box {
    background-image: linear-gradient(to right, #18042B, #681487);
    min-height: 45vh;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.faq-box-button {
    border: 1px solid #ffffff !important;
    background-color: #FFF !important;
}

.faq-box-button-text {
    color: black;
    text-decoration: none;
}

.faq-box-text {
    font-size: 25px;
    line-height: 45px;
    background: transparent;
}


.tech-cont {
    border-radius: 50px;
}

.tech-stack {
    background-color: #ffffff;
    margin: 5rem;
}
.mobile-device-techs{
    display: none;
}

.ts-card {
    height: 70px;

}

.dev-section {
    background-color: #e6eefc;
    height: 600px;
}

.hire-dev {
    width: 250px;
    height: 250px;
    margin-top: 28px;
    margin-left: 80px;
}

.hire-dev-2 {
    width: 250px;
    height: 250px;
    margin-top: 28px;
    margin-left: 28px;
}

.button-sec {
    margin-top: 38px;
    margin-left: 168px;
}

.dev-btn {
    width: 350px;
}

/* Footer*/
.footer-li {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

ul {
    list-style-type: none;
    margin-left: 0;
}

.footer-components-heading {
    font-family: 'Roboto', sans-serif;
}


.item1 {
    font-size: 13px;
    font-weight: 300;
}

.item1-connect {
    font-size: 13px;
    font-weight: 300;
    color: #000;
	margin-bottom: 0px;
}
#location1, #location2{
    margin-top: 20px;
    margin-left:20px;
}
.address-text{
    margin-top: -15px;
}
.add-elem1{
    margin-left: 10px;
}

.footer-row-1 {
    font-size: 22px;
    font-weight: 600 !important;
}

.footer-banner {
    background-color: #f4f4f4;
    margin-top: -80px !important;

}

.footer-banner-btn {
    position: relative;
    margin-left: 240px;
    margin-top: -162px;
    border-radius: 5px !important;
    background-color: #18042B !important;
    color: #fff !important;
}

.footer-banner-p {
    font-size: 12px;
}

.email-inp {
    border-radius: 5px;
    width: 80%;
    border: none;
    background-color: white;
    height: 40px;
    padding: 12px;
}


::-webkit-input-placeholder {
    text-align: left;
}

.email-inp:focus {
    outline: none;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem;
}

footer {
    background-color: #f3f7ff;

}


.footer span {
  background-color: #00ff22;
  color: #000000;
  font-style: normal;
  font-size: 10px;
  padding: 2px 4px;
  font-weight: 300;
  border-radius: 2px;
}




.center-footer {
    height: 40px;
    background-color: #f3f7ff;
    position: relative;
}

.center-footer {
    height: 40px;
    background-color: #f3f7ff;
    position: relative;
}

a.button111 {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-color: blue;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.circle-before {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -40%);
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to right, #18042B, #681487);
    border-radius: 50%;
    z-index: 10;
    transition: all .6s;

}

.services-elements-2:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1
}

.services-elements-1:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1
}

.services-elements-2 .services-content {
    z-index: 20;
    position: relative;
}

.services-elements-1 .services-content {
    z-index: 20;
    position: relative;
}

.services-elements-2:hover {
    color: #FFF;
}

.services-elements-1:hover {
    color: #FFF;
}

.tech-btnns {
    background-color: #efefef;
    border-radius: 15px;
    margin-bottom: 50px;
    padding: 15px;
    display: inline-block;
    margin-top: 20px;
}

.dev-btn {
    background-color: #18042B;
    border: none !important;
    padding: 7px;
    color: #FFF;
    border-radius: 5px;
}

#btn-22 {
    color: black;
    background-color: #FFF;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
}

#btn-12 {
    color: black;
    background-color: #FFF !important;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 10px;
}

.btn1 {
    background-color: #18042B;
    color: #FFF;
    padding: 8px 15px;
    border: none !important;
    font-size: 14px;
    border-radius: 5px !important;
}

.blue {
    color: #fff !important;
    background-image: linear-gradient(to right, #18042B, #681487);
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
}



.accordion {
    outline: none !important;
    border-color: none !important;
    border-radius: none !important;
}

.accordion-item {
    margin-bottom: 12px;
    background: #e6eefc !important;
    border-top-left-radius: none !important;
    box-shadow: none !important;
}

.accordion-button {
    background: transparent !important;
    outline: none !important;
    border: none !important;
    padding: 22px !important;
    font-weight: bold;
    font-size: 1rem;
    border-left: 3px solid #18042B !important;

}

.card-body {
    background: #fff !important;
    outline: none !important;
    border: none !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #fff !important;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: none !important;
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #007fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.java-img{
    width: 70%;
}
.node-img{
    width: 70%;
}
.python-img{
    width: 80%;
}
.php-img{
    width: 70%;
}
.sql-img{
    width: 20%;
}

.rotating-text h5 {
    transform: rotateZ(-90deg);
}



/* carousel tech stack*/
.slider-main img {
    filter: grayscale(100);
}

.slider-main img:hover {
    filter: grayscale(0);
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 35px;
    margin: 0 40px;
}

/* end tech stack*/

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.mnu-links {
    margin-left: 340px;
}

.nav-item a {
    color: #333;
}

.nav-link {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.tit-men {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 25px !important;
}

.des-men {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px !important;
	line-height: 26px;
}

#navbarDropdown {
    color: #fff;
}

#navbarDropdownsingle {
    color: #fff;
}

.list-group a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 35px !important;
}

.list-group img {
    margin-right: 8px;
}

.text-area {
    color: rgb(255, 255, 255);
    margin-top: 120px;
}

.text-area h1 {
    font-size: 95px;
    font-weight: 700;
    text-align: center;
}

.banner-paragraph {
    text-align: center;
	padding: 150px;
}

.banner-btn {
    font-weight: 100;
    border-radius: 5px !important;
    padding: 13px 30px !important;
    background-color: #fff !important;
    color: #18042B !important;
    border: 1px solid #18042B !important;
    font-size: 16px;
}

.abt-btn11 {
    font-weight: 100;
    border-radius: 5px !important;
    padding: 13px 30px !important;
    background-color: #fff !important;
    color: #18042B !important;
    border: 1px solid #18042B !important;
    font-size: 16px;
}

.abt-btn12 {
    font-weight: 100;
    border-radius: 5px !important;
    padding: 13px 30px !important;
    background-color: #681487 !important;
    color: #ffffff !important;
    border: 1px solid #681487 !important;
    font-size: 16px;
}
.abt-btn12:hover {
    transform: scale(1.1);
}


.banner-btn,.abt-btn11:hover {
    background-color: #681487 !important;
    color: #FFF !important;
    border: none !important;
    transform: scale(1.1);
    font-weight: 600 !important;
}

.btm-footer {
    background-image: linear-gradient(to right, #18042B, #681487);
    padding-top: 15px;
    padding-bottom: 1px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/* Banner Services and Testimonials */
.banner-services {


    background-color: #681487;
    height: 20vh;
    color: #fff;
}

.services-button {
    float: right;
}

.sb-1 {
    background-color: white !important;
    float: right;
}

.sb-1:hover {
    color: #681487 !important;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: transparent;
}
nav .wrapper{
  position: relative;
  max-width: 1370px;
  padding: 0px 0px;
  margin-left: 30px;
  height: 90px;
  /* line-height: 70px; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px;
  font-weight: 300;
  padding: 9px 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #f6f7ff;
  border-radius: 10px;
  width: 100%;
  line-height: 45px;
  top: 85px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.drop-menu .content{
    background: #f6f7ff;
    border-radius: 10px;
    padding: 25px 20px 25px 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;

  }
.mega-box .content .row{
  width: calc(30% - 0px);
  line-height: 45px;
}
.drop-menu .content .row{
    width: calc(30% - 0px);
    line-height: 45px;
  }
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  font-family: 'Roboto', sans-serif !important;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: black;
  font-size: 14px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  margin-top: -20px;
  font-family: 'Roboto', sans-serif !important;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.container-fluid{
    --bs-gutter-x: 0rem !important;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #000;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
	font-family: 'Roboto Condensed', sans-serif !important;
  }
  .nav-links .mobile-item:hover{
    background: #d8d8d826;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .drop-menu .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .drop-menu .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
  .text-area h2{
	  margin-top: 50px;
	  font-size: 22px;
  }
  .text-area h1 {
    font-size: 45px;
	background-color: #8c0c8a;
	padding: 9px 0px;
}
  .banner-paragraph {
	padding: 20px;
}
}
nav input{
  display: none;
}
.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

.bgColor{
	background-color: #020314;
}
.wrapper1-class {
    background-image: url("../images/background-gradient-lights.jpg");
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 13px 0 0;
}
.mainSlider {
    position: absolute;
    top: 80px;
    left: 0;
    width: 500%;
    height: auto;
    transition: left 0.4s;
    display: flex;
    flex-flow: row nowrap;
}
.content2 {
    border: 1px solid rgb(156, 156, 156);
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(217 217 217 / 65%) 0%, rgb(217 217 217 / 0%) 100%);
    box-shadow: 27px 36px 20px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(-1px);
    height: 100%;
    text-align: center;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px;
    margin-right: 22px;
    margin-left: 22px;
    overflow: hidden;
}
.content2 h2 {
    font-size: 20px;
    color: #fff;
    font-family: montserrat;
}
.content2 p {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.7;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
    max-width: 750px;
}
.img-area img {
    width: 100%;
}
.img-area {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 40px;
    /* border: 5px solid #fff; */
}
.dots {
    width: 12px;
    height: 12px;
    margin:30px 10px;
    z-index: 10;
    outline: 7px solid black;
    outline-offset: -6px;
    cursor: pointer;
    appearance: none;
    backface-visibility: hidden;
    border-radius: 50%;
    
}
.dots:checked:nth-of-type(1)~.mainSlider {
    left: 0%;
}
.dots:checked:nth-of-type(2)~.mainSlider {
    left: -100%;
}
.dots:checked:nth-of-type(3)~.mainSlider {
    left: -200%;
}
.dots:checked:nth-of-type(4)~.mainSlider {
    left: -300%;
}
.dots:checked:nth-of-type(5)~.mainSlider {
    left: -400%;
}
.testim-cont{
    display: none;
}





/* digital services section */

p,a,h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0;
	padding: 0;
}

.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #ffffff;
	color: #202020;
	padding-top: 15px;
    padding-bottom: 30px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #18042B;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #d8e7ef;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #18042B;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover {

	border-radius: 10px;
    background-color: #001f3f;
    transform: scale(1.03);
    transition: 400ms;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #18042B;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}



.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 26px;
    transition: color .3s;
    color: #001f3f !important;
}

.section-services .single-service:hover .title {
	color: #ffffff !important;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 15px;
    color: #001f3f;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}




/* About Us for digital services */


.about-section{
	position:relative;
	padding:40px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:10px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:15px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #810466;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#fffdfd;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#18042B;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 10px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

/* Content Section for Digital Services */

.cntsec1 {
    padding: 80px 100px 40px 100px;
    text-align: center;
}






.bannerele{
    padding: 210px 30px 110px 30px;
}

.gradient-text {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    /* background: linear-gradient(90deg, #0062ff, #8902a2, #520160, #1403ff ); */
    background: linear-gradient(90deg,#000080, #4000c0, #6000e0, #7f00ff,  #0062ff );
    background-size: 800% 800%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 9s ease infinite;
  }

  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .bannerele h1{
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  
  .bannerele p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding-right: 180px;
    margin-bottom: 15px;
  }

  .devtitlefst {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 35px 0 0 16px;
    margin-left: -40px;

  }

  .flipper-container {
    background: linear-gradient(to right, #e3e6f3, #f0f4ff);
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* border: 1px solid #5a5a5a; */

  }

  .flipper-text {
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(to right, #0066ff, #9b4dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
  }

.flptext{
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: center;
    align-items: center;
    padding-right: 0 !important;
    margin-top: 17px !important;
    margin-bottom: 35px !important;
}
.hire-new-btnn {
    background-color: #0062ff;
    margin-top: 15px;
    padding: 13px 25px;
    border: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    /* border-radius: 5px; */
    margin-bottom: 7px;
  }      
  .hire-new-btnn a {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
  }

  .hire-new-bt1nn {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 13px 25px;
    border: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    /* border-radius: 5px; */
    margin-bottom: 7px;
  }      
  .hire-new-bt1nn a {
    color: #0066ff;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
  }
  .hire-new-btnn1 {
    background-color: #0066ff;
    margin-top: 15px;
    padding: 10px 25px;
    border: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    /* border-radius: 5px; */
    margin-bottom: 7px;
  }
  .hire-new-btnn1 a {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
  }








  .stats-section {
    padding: 35px 75px;
    background-color: #ffffff;
  }
  .stat-box {
    border-right: 1px solid #444;
    padding: 20px;
  }
  /* .stat-box:last-child {
    border-right: none;
  } */
  .stat-value {
    font-size: 25px;
    font-weight: 600;
  }
  .stat-label {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
  }


  .wrapper11{
    max-height: 220px;
    /* border: 1px solid #ddd; */
    display: flex;
    overflow-x: auto;
  }
  .wrapper11 .item {
    min-width: 410px;
    height: 150px;
    /* line-height: 130px; */
    /* text-align: center; */
    background-color: #001f3f;
    margin-right: 2px;
    padding: 25px;
    border-radius: 10px;
  }
  
  
  
  .col > h6 {
    width: 30px;
    background-color: #001f3f;
    color: #d8e7ef;
    border-radius: 100px;
    font-size: 25px;
  }

 
  
  .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 40px;
    background-color: #ffffff;
  }

  .left-content {
    flex: 1;
    padding: 50px 40px;
    color: #001f3f; 
  }

  .left-content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #001f3f;
  }

  .left-content p {
    font-size: 14px;
    color: #001f3f;
    line-height: 1.6;
  }

  .carousel-column {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
  }


  /* Add the fade effect at top and bottom */
.column::before,
.column::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}

.column::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  }
  
  .column::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  }




  .column {
    width: 48%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }

  .scrolling-text {
    position: absolute;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .scroll-up {
    animation-name: scrollUp;
    top: 100%;
  }

  .scroll-down {
    animation-name: scrollDown;
    bottom: 100%;
  }

  @keyframes scrollUp {
    0% { top: 100%; }
    100% { top: -100%; }
  }

  @keyframes scrollDown {
    0% { bottom: 100%; }
    100% { bottom: -100%; }
  }

  .scrolling-text span {
    font-size: 28px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 10px 0;
    font-style: normal;
  }
  .scrolling-text span:hover {
    font-size: 29px;
    color: #001f3f;
    font-weight: 700;
    cursor: pointer;
  }








  .highlight {
    color: #0062ff;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .section-wrapper {
      flex-direction: column;
      padding: 40px 20px;
    }

    .carousel-column {
      flex-direction: column;
      align-items: center;
    }

    .column {
      width: 100%;
      margin-bottom: 30px;
    }
    .bannerele{
    padding: 170px 40px 110px 40px;
    }
    
    
    
    
    
    
    
    
    
    
    
  }



/* Application devlopement section */

#set-dev {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 8px;
    background-color: #001f3f;
    color: white;
  }
  
  .set-dev-contain {
    text-align: center;
    margin-bottom: 30px;
  }
  
  #set-dev-1 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 8px;
    background-color: #001f3f;
    color: white;
  }
  
  .set-dev-1-contain {
    margin-bottom: 40px;
  }
  
  .set-app {
    margin-bottom: 20px;
    display: flex;
  }
  
  #set-dev-2 {
    border: 0.1px solid grey;
    padding: 15px 20px;
    display: flex;
    gap: 30px;
    align-items: center;
  }
  
  #set-dev-2 img {
    height: 35px;
    width: 35px;
  }
  
  #set-dev-3 {
    /* border: 0.1px solid #9eabb3; */
    padding: 12px 15px 1px 15px;
    /* gap: 30px;
      align-items: center; */
    background-color: #eff3f5;
    margin-top: 30px;
  }
  
  .skilpara a {
    color: #001f3f;
    font-size: 10px;
  }
  
  .skilpara {
    font-size: 11px;
    color: #001f3f;
  }
  
  .app-dev {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
  }




  .case-study-section {
    height: 640px; /* or whatever fits 2 slides */
    overflow: hidden;
    position: relative;
  }
  
  .case-study-slider {
    display: flex;
    flex-direction: column;
    animation: slideUp 15s linear infinite; /* tweak as needed */
  }
  
  .slide {
    height: 300px; /* each slide’s height */
    padding: 20px;
    box-sizing: border-box;
  }
  
  /* Animation keyframes */
  @keyframes slideUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-960px); } 
  }

  /* Keyframe for seamless looping */
/* @keyframes cs-loopScroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0); 
    }
  } */




  .cs-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0px 10px 0 80px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .cs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .cs-header h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
  }

  .cs-button {
    background-color: #00d4c6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
  }

  .cs-slider-container {
    height: 340px;
    overflow: hidden;
    position: relative;
  }

  .cs-slider {
    display: flex;
    flex-direction: column;
    animation: cs-slideUp 90s linear infinite;
  }

  .cs-slide {
    display: flex;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    height: 245px;
  }

  .cs-slide img {
    width: 270px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
    object-fit: contain;
  }

.cs-slide-content{
    margin-top: 10px;
}


  .cs-slide-content h3 {
    font-size: 19px;
    margin: 0 0 10px;
    font-weight: 600;
  }

  .cs-slide-content p {
    margin: 4px 0;
    font-size: 13px;
  }

  .cs-highlight {
    color: #001f3f;
    font-weight: bold;
    font-size: 14px;
  }

  .cs-read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
  }

  @keyframes cs-slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1620px); }
  }















  .testimonial-maindiv {
    background-color: #d8e7ef;
    margin-bottom: 45px;
    margin-top: 70px;
  }

  .custom-testimonial-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 2rem;
    padding: 1rem;
    scroll-behavior: smooth;
    cursor: grab;
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }

  .custom-testimonial-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  .custom-testimonial-carousel:active {
    cursor: grabbing;
  }

  .testimonial-slide {
    flex: 0 0 48%;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    scroll-snap-align: start;
    transition: transform 0.5s ease;
  }

  .testimonial-slide h5 {
    font-size: 20px;
    font-weight: 600;
  }

  .testimonial-slide p {
    font-size: 14px;

  }


  .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
  }

  .testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 1rem;
    filter: blur(3px);
  }

  .section-title {
    font-size: 2.2rem;
    font-weight: 700;
  }

 

  @media (max-width: 768px) {
    .testimonial-slide {
      flex: 0 0 90%;
    }
  }



















  .industry-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #fafafa;
  }
 


  .industry-card img {
    margin-right: 10px;
  }

  


  .industry-card:hover {
    transform: translateY(-5px);
    /* color: #000000;
    background: #d8e7ef;
    border: 1px solid #8b8b8b54; */
  }

  #idstdev {
    color: #ffffff;
    padding: 40px;
    background-color: #001f3f;
    margin-bottom: 50px;

  }


  .service-box {
    border: 2px solid #ddd;
    padding: 35px 50px 20px 50px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fdf5ff;
  }
  .service-box:hover {
    transform: scale(1.05);
    transition: 500ms;
  }

  .service-box2:hover {
    transform: scale(1.05);
    transition: 500ms;
  }

  .service-box2 {
    border: 2px solid #ddd;
    padding: 35px 50px 20px 50px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fdf5ff;
  }

  
  .service-header {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .service-description {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .service-list {
    list-style-type: none;
    padding-left: 0;
  }
  .service-list li {
    margin: 5px 0;
  }










  .form-label {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin-bottom: 2px;
  }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #b0b3b6; /* Light gray color for placeholder */
    font-size: 13px; /* Set a specific font size */
    opacity: 0.7; /* Make the placeholder text slightly transparent */
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select {
    font-size: 13px;
  }

  .frmcontain {
    padding: 35px;
    box-shadow: 0 0 5px rgba(187, 187, 187, 0.9);
    border-radius: 15px;
    background-color: #fff;
    width: 38% !important;
  }

  .frmdev {
    background-color: #f1f1f1;
    padding: 70px 70px 70px 0;
    margin-top: 80px;
  }










  .tab-content {
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-top: none;
  }

  
#tab1-tab {
    font-size: 19px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    /* background-color: #18042B; */
    color: #000000;
    padding: 13px 20px;
  }
  
  #tab2-tab {
    font-size: 19px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    /* background-color: #18042B; */
    color: #000000;
    padding: 13px 20px;
  }
  #tab3-tab {
    font-size: 19px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    /* background-color: #18042B; */
    color: #000000;
    padding: 13px 20px;
  }
  
  .ctadevsd {
    background-color: #007fff;
    color: #fff;
    min-height: 130px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 85px 25px 25px 25px;
    text-align: center;
  }
  





  #banner-cta-21 {
    background-image: url("/images/bg-cta-bnr1.jpg");
    min-height: 250px;
    background-size: cover;
    padding: 50px 100px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
  }


  
.footer {
    padding: 40px 0;
  }
  .footer h3 {
    /* padding-bottom: 5px; */
    margin-bottom: 5px;
    font-size: 17px;
  }
  .footer ul {
    list-style: none;
    padding: 0;
  }
  .footer ul li {
    margin: 0 0;
  }
  .footer ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 300;
  }
  .social-icons a {
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-right: 10px;
  }
  .flags img {
    width: 24px;
    margin-right: 3px;
  }
  .flags p {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  
  .btm-ftr {
    background-color: #001f3f;
    padding: 20px 50px;
    color: #FFF;
    gap: 50px;
    font-size: 11px;
    font-weight: 200;
  }

