@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /*--main-color: #113E55; */
    --main-color: #013983;
    --hedaing-color: #dfdf;
    --white-color: #fff;
    --hover-color: #ff9013;
    --secondary-color: #F91C7B;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

section {
    padding: 60px 0px;
}

/* top-header-css-start */
.top-header-sec {
    background: var(--main-color);
    color: var(--white-color);
    padding: 10px 0px;
}

.top-header-sec-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sec-data p {
    margin: 0;
}

.header-sec-data ul {
    margin: 0;
}

.header-sec-data p i {
    padding: 0px 10px 0px 0px;
}

.header-sec-data p a {
    color: var(--white-color);
}

.ul_socail_links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.ul_socail_links li {
    display: inline-block;
}

.ul_socail_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--secondary-color);
    border: 1px solid var(--white-color);
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ul_socail_links a:hover {
    background-color: va(--hover-color);
    transform: scale(1.1);
}

#myHeader {
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar {
    height: 0;
    width: .5rem;
}

::-webkit-scrollbar-track {
    background: var(--main-color);
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 5rem;
}

/* top-header-css-end */

/* navigation-sec-css-start */
.bg-light {
    background-color: #fff !important;
    backdrop-filter: blur(40px);
    box-shadow: 0px 4px 4px 0px #00000026;
    /* z-index: 11; */
}

.navbar-brand img {
    width: 120px;
}
@media (max-width:767px){
    .navbar-brand img {
        width: 80px;
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
    font-weight: 800;

}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
    font-weight: bold;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 2px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
@media (max-width:767px){
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
        display: inline-block;
    }
}


.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.navbar-nav>li {
    padding-right: 16px;
}

.login-btnn {
    background-color: var(--white-color);
    color: #000;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}

.login-btnn:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 10px;
    /* padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); */
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.modal {
    z-index: 1100 !important;
}

.modal-backdrop {
    z-index: 11 !important;
}
.modal-backdrop {
    --bs-backdrop-zindex: 11;
   
}
.bg-light {
    /* z-index: 100 !important; */
}
.bg-light {
    backdrop-filter: none;
}

.navbar {
    overflow: visible !important;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    border: none;
  }
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    /* box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); */
    box-shadow: none;
  }
/* navigation-sec-css-end */

/* banner-sec-css-start */
.carousel-inner .carousel-item img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* banner-css-start */
.carousel-control-next-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232185C5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232185C5'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-inner {
    position: relative;
}

.carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: #0d6efd9e;
    z-index: 1;
}

.carousel-inner img {
    position: relative;
    z-index: 0;
}

.carousel-caption {
    position: relative;
    z-index: 2;
}

.carousel-inner {
    height: 500px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 40%;
    left: 36%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.carousel-caption h1 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0px;
}

.carousel-caption h2 {
    font-family: 'DM Sans';
    color: var(--top-hedaer);
    font-weight: 700;
    font-size: 40px;
    margin: 10px 0px;
}

.carousel-caption h2 span {
    color: var(--secondary-color);
}

.carousel-caption p {
    border-left: 2px solid var(--secondary-color);
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin-top: 10px;
}

.read_more {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 15px;
}

.read_more:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.carousel-item.active h1,
.carousel-item.active h2,
.carousel-item.active p,
.carousel-item.active a,
.carousel-item.active .single-img img {
    animation: fadeInUp 4.5s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* banner-sec-css-end */

/* about-us-section-start */
.about-us-des {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.learn-more {
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    font-weight: 600;
}

.learn-more:hover {
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    color: #000;
}

.about_us_sec h2 {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary-color);
}

.divider-hr {
    width: 10%;
    height: 3px;
    background-color: var(--main-color);

}

.about_us_sec h3 {
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
}

/* about-us-section-end */

/* our-services-section-start */
.our-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
}

.our-subtitle {
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
    text-align: center;
}

.div-hr {
    height: 4px;
    width: 5%;
    background-color: var(--main-color);
    margin: auto;
}

.div_hr-tes {
    background-color: var(--secondary-color);
}

.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    height:100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
    
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 1rem;
}
.service-icon {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.service-icon:hover {
    border: 1px solid var(--secondary-color);  
    transform: scale(1.1); 
}
.service-card h3{
    font-size: 18px;
    margin-top: 15px;
}



/* our-services-section-start */

/* counter-section-css */
.counter_sec {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 0px;
    background-attachment: fixed;
}

.counter_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0d6efd9e;
}

.counter-up {
    /* padding: 0 50px; */
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

/* .counter-up::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
} */

.counter::after {
    content: "+";
}

.counter-up .content {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    /* justify-content: space-between; */
}

.counter-up .content .box {
    width: calc(25% - 30px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 20px 0px;
}

.content .box .icon {
    font-size: 25px;
    color: #fff;
}

.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 50px;
}

.icon i {
    font-size: 24px;
    color: #000;
}

.icon:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon:hover i {
    color: #fff;
}

.content .box .counter {
    font-family: 'DM Sans';
    font-size: 35px;
    font-weight: 700;
    line-height: 45.57px;
    text-align: left;
    color: #fff;
}

.content .box .text {
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 1036px) {
    .counter-up {
        padding: 50px 50px 0 50px;
    }

    .counter-up .content .box {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 580px) {
    .counter-up .content .box {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .counter-up {
        padding: 30px 20px 0 20px;
    }
}

/* counter-section-end */

/* testimonial-css */
.containerr {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.containerr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d6efd9e;
    z-index: 1;
}

.containerr>* {
    position: relative;
    z-index: 2;
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial .slide_tes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    height: 100%;
    width: 100%;
}

.slide_tes p {
    text-align: center;
    padding: 0 160px;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
}

.slide_tes .quote-icon {
    font-size: 30px;
    color: #4070f4;
}

.slide_tes .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 22px;
    font-weight: 600;
    color: var(--white-color);
}

.details .job {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
}

/* swiper button css */
.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: var(--main-color);
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}

@media screen and (max-width: 768px) {
    .slide_tes p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none;
    }
}

/* testimonial-end */

/* our-clients-css */
/* .swiper-partner-imgage img{
    display: inline-block;
      width: 100%;
      height: 100%;
      object-fit: cover;
} */

.swiper-partner-imgage {
    padding: 10px 0px;
}

.swiper-partner-imgage img {
    width: 150px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 16/9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.swiper-partner-imgage img:hover {
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .swiper-partner-imgage img {
        width: 100px;
    }
}

/* our-clients-end */

/* breadcumb-css-start */
.breadcrumb-section {
    background-image: url('../images/breadcums.webp');
    background-size: cover;
    background-position: center;
    padding: 130px 0;
    position: relative;
}

.breadcrumb-section .overlay-brd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 80px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #fff;
    padding: 0 5px;
}

/* breadcumb-css-end */

/* about-us-page-css */
.section-content {
    font-size: 1.1rem;
    color: #495057;
    line-height: 1.7;
}

.card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.card-body {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.card-img-top {
    height: 321px;
    border-radius: 10px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
}

.card-text {
    font-size: 1.1rem;
    color: #f8f9fa;
}

.bg-gradientt {
    background: linear-gradient(to right, #007bff, #6f42c1);
}

.mission-section,
.vision-section {
    margin-bottom: 60px;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.card-body h5 {
    color: #fff;
}

.calling-sec {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.calling-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d6efd9e;
    z-index: 1;
}

.calling-sec>* {
    position: relative;
    z-index: 2;
}

.calling-sec h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--white-color);
    padding: 40px 0px;
    line-height: 1.6em;
}

.chairman-section {
    background-color: #f8f9fa;
    padding: 30px;
}
.chairman-section img{
    border-right: 6px solid  #013983;
    border-bottom: 6px solid #F91C7B;
    border-radius: 5px;
}
.message-card {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.message-card img {
    border-radius: 50%;
    max-width: 150px;
    border: 5px solid #fff;
}

.quote {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.signature {
    margin-top: 20px;
    font-weight: bold;
}

.designation {
    color: #000;
}

/* about-us-page-end */

/* contact-us-page-css */
.dkedartech-contact {
    padding: 40px 20px;
    /* background-color: #f8f9fa; */
}

.dkedartech-contact .info-section {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--main-color);
}

.dkedartech-contact .info-section div {
    flex: 1;
    margin: 0 10px;
}
.info-section a{
    color: #000000d6;
}
.dkedartech-contact .info-section div i {
   
    color: var(--main-color);
}


.dkedartech-contact h2 {
    margin-top: 10px;
    font-size: 1.2rem;
    color: var(--main-color);
}

.dkedartech-contact .contact-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.dkedartech-contact .contact-form h2{
        font-size: 30px;
        color: var(--main-color);
        font-weight: 600;
}
.our_location{
       font-size: 30px !important;
        color: var(--main-color);
        font-weight: 600;
}
.custom-label{
    font-weight: 600;
}
.custom_input{
    padding: 10px;
    outline: none;
    border: 1px solid var(--main-color);
    border-radius: 5px;
}
.form-control{
    width: 100%;
      outline: none !important;
      border-radius: 5px;
}
.form-control:focus {
    box-shadow: none !important; 
    border: 1px solid var(--main-color);
  }
  

/* contact-us-page-end */


/* login-page-css */
.login-sec{
    display: flex;
    justify-content: center;
    align-items: center;
   padding: 40px 0px;
   background: linear-gradient(to right, #113E55, #F91C7B);

}
.login-container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
}

.login-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group input {
    width: 100%;
    padding: 15px;
    padding-left: 50px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background: #f4f4f4;
    outline: none;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.login-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #113E55, #F91C7B);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.login-btn:hover {
    opacity: 0.9;
}

.forgot-password {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

.forgot-password a {
    color: #6e8efb;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.register-link {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

.register-link a {
    color: #a777e3;
    text-decoration: none;
    font-weight: 500;
}

.register-link a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-container {
        padding: 30px 20px;
    }

    .login-container h2 {
        font-size: 24px;
    }

    .input-group input {
        padding: 12px;
        padding-left: 45px;
    }

    .login-btn {
        padding: 12px;
        font-size: 16px;
    }
}

.sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 40px 0px;
     background: linear-gradient(to right, #113E55, #F91C7B);
}

.signup-container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: auto;
}

.signup-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group input {
    width: 100%;
    padding: 15px;
    padding-left: 50px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background: #f4f4f4;
    outline: none;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.signup-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #113E55, #F91C7B);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.signup-btn:hover {
    opacity: 0.9;
}

.login-link {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

.login-link a {
    color: #ff5e62;
    text-decoration: none;
    font-weight: 500;
}

.login-link a:hover {
    text-decoration: underline;
}

/* modal-css-start */
.quote-form {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

textarea.form-control {
    border-radius: 10px;
    resize: none;
    padding: 15px;
    font-size: 16px;
}
.modal_title-popup{
        font-size: 21px;
        color: var(--main-color);
        font-weight: 600;
}
.modal_top_title{
    text-align: center;
    margin: auto;
}
/* modal-css-end */
.modern-dropdown {
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  min-width: 230px;
  background-color: #ffffff;
  border: none;
}

.modern-dropdown .dropdown-item {
  font-size: 0.95rem;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s;
  color: #333;
  
}

.modern-dropdown .dropdown-item:hover {
  /*background-color: #113E55;*/
  background-color: #013983;
  color: #fff;
}

/* footer-css-start */
.footer {
    background-color: var(--main-color);
    padding: 30px 0px;
    color: #fff;
}

.footer-logo img {
    width: 100px;
    filter: brightness(0) invert(1);
}

.footer p {
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer h5 {
    font-family: 'DM Sans';
    font-size: 22px;
    font-weight: 700;
    color: var(--top-hedaer);
    border-bottom: 2px solid var(--main-color);
    display: inline-block;
    padding: 0px 0px 6px 0px;
    width: auto;
    position: relative;
}
.footer h4 {
    font-family: 'DM Sans';
    font-size: 22px;
    font-weight: 700;
    color: var(--top-hedaer);
    border-bottom: 2px solid var(--main-color);
    display: inline-block;
    padding: 0px 0px 6px 0px;
    width: auto;
    position: relative;
}

@media (max-width:767px) {
    .footer p {
        text-align: left;
    }

    .footer h5 {
        border-bottom: none;
        display: block;
        padding: 0px 0px 6px 0px;
        width: auto;
        position: relative;
        text-align: left;
    }

    .footer h5::after {
        content: '';
        display: block;
        width: 30%;
        height: 2px;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }
        .footer h4 {
        border-bottom: none;
        display: block;
        padding: 0px 0px 6px 0px;
        width: auto;
        position: relative;
        text-align: left;
    }

    .footer h4::after {
        content: '';
        display: block;
        width: 30%;
        height: 2px;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.footer h5 {
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 700;
    color: var(--top-hedaer);
    margin-top: 15px;

}
.footer h6 {
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 700;
    color: var(--top-hedaer);

}

@media (max-width:767px) {
    .footer-btm-btm {
        flex-direction: column;
    }
}

.copyright a {
    color: var(--main-color) !important;
    font-weight: 600;
}

.copyright a:hover {
    color: var(--main-color) !important;
}

.footer a {
    font-family: 'DM Sans';
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}


.footer a:hover {
    color: #fa9c00;
}

.footer-icon-i i {
    color: var(--secondary-color);
    padding: 0px 7px 0px 0px;
}

.footer-social-link {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0px;
}




.footer-social-link i {
    padding: 0px !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: #fff;
}



.footer_last-child p {
    font-family: 'DM Sans';
    font-size: 17.98px;
    font-weight: 500;
    color: #000000;
}

.footer_social_link ul {
    display: flex;
    gap: 30px;
    padding: 0px;
}

.footer_social_link ul li i {
    font-size: 20px;
}

@media (min-width:993px) and (max-width:1400px) {
    .footer a {
        font-size: 15px;
    }

    .footer_last-child p {
        font-size: 15px;
    }
}

.footer-btm {
    background: #084298;
    color: #fff;
}


@media (max-width:767px) {
    .footer-btm-btm {
        flex-direction: column;
    }
}

.copyright a {
    color: #fa9c00 !important;
}

.copyright a:hover {
    color: var(--white-color) !important;
}

/* footer-css-section-end */

/* responsive-css-all-pages */
@media (max-width:767px){
    .dkedartech-contact .info-section div {
        flex: 100%;
        margin: 0 10px;
    }
    .top-header-sec-data {
        flex-direction: column;
        gap: 10px;
    }
    .footer h6 {
        text-align: left;
    }
        .footer h5 {
        text-align: left;
    }
    .carousel-inner{
        height: auto;
    }
    .carousel-caption h2{
        font-size: 20px;
    }
    .carousel-caption p{
        display:none;
    }
    .read_more{
        display:none;
    }

  }

  
/* animation_section-start  */
.reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
  
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  
  .active.fade-top {
    animation: fade-top 1s ease-in;
  }
  
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-top {
    0% {
      transform: translateY(0px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(50px);
      opacity: 1;
    }
  }
  
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
  
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
  
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  /* animation_section-end */