/* =============common css start================ */



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

 :root {

    --thm-font: 'Roboto', sans-serif;

    --thm-font-b: 'Work Sans', sans-serif;

    --thm-text: #787a80;

    --thm-color: #000000;

    --thm-primary: #424551;

    --thm-hover: #3A3A3C;

    --white: #ffffff;

}



body {

    font-family: var(--thm-font);

    font-size: 16px;

    color: var(--thm-text);

    overflow-x: hidden;

}



a {

    text-decoration: none;

}



.form-control {

    box-shadow: none;

    padding: 12px 20px;

    border-radius: 10px;

    /* border-color: #ffe9ee; */

    /* background-color: #fff7f9; */

}



.form-control:focus {

    border-color: var(--thm-primary);

    box-shadow: none;

}



.form-select {

    padding: 12px 36px 12px 20px;

    border-radius: 10px;

    /* border-color: #f3f5fd; */

    /* background-color: #f3f5fd; */

}



.form-select:focus {

    border-color: var(--thm-primary);

    box-shadow: none;

}



.btn {

    padding: 15px 30px;

    border-radius: 4px;

    position: relative;

    overflow: hidden;

    z-index: 1;

    /* background-color: var(--thm-primary); */

    /* border-color: var(--thm-primary); */

    /* color: #ffffff; */

    border: none;

    border-radius: 10px;

    font-family: var(--thm-font-b);

    font-weight: 600;

}



.btn:hover,

.btn-check:checked+.btn,

.btn.active,

.btn.show,

.btn:first-child:active,

 :not(.btn-check)+.btn:active {

    border: none;

    color: #ffffff;

    background-color: var(--thm-hover);

}



.btn-primary {

    background-color: var(--thm-color);

    border-color: var(--thm-color);

    color: var(--white);

}



.btn-primary:hover {

    background-color: var(--thm-hover);

    border-color: var(--thm-hover);

}



.btn-secondary {

    background-color: var(--white);

    border-color: var(--white);

    color: var(--thm-color);

}



.btn-secondary:hover {

    background-color: var(--thm-color);

    border-color: var(--thm-color);

    color: var(--white);

}



.btn-close {

    box-shadow: none;

}





/* slickarrow start */



.slick-slider {

    margin: 0 -12px;

}



.slick-slide {

    margin-right: 12px;

    margin-left: 12px;

}



.slick-arrow {

    background-color: var(--thm-color);

    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);

    width: 40px;

    height: 40px;

    text-align: center;

    z-index: 1;

    border-radius: 50px;

    transition: all 500ms ease;

}



.slick-arrow::before {

    font-family: "Material Icons";

    font-size: 26px;

    opacity: 1;

    color: #ffffff;

}



.slick-prev:before {

    content: '\e5cb';

}



.slick-next:before {

    content: '\e5cc';

}



.slick-arrow:hover,

.slick-arrow:focus {

    background-color: var(--thm-primary);

}



.slick-arrow:hover::before {

    color: #ffffff;

}



.slick-prev {

    left: 20px;

}



.slick-next {

    right: 20px;

}





/* slick arrow end */





/* slick dots */



.slick-dots li {

    width: 10px;

    height: 10px;

}



.slick-dots li button {

    width: 10px;

    height: 10px;

    padding: 0;

}



.slick-dots li button:before {

    content: '';

    width: 10px;

    height: 10px;

    background-color: var(--thm-color);

    border-radius: 50%;

}



.slick-dots li.slick-active button:before {

    opacity: 1;

    background-color: var(--thm-primary);

}





/* slick dots end */



.scroll-top-btn {

    display: none;

    width: 45px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    border-radius: 45px;

    background-color: #ffffff;

    border: 1px solid var(--thm-primary);

    color: var(--thm-primary);

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 99;

    transition: all 0.3s ease-in-out;

    transform: scale(0);

}



.scroll-top-btn:hover {

    background-color: var(--thm-primary);

    color: #ffffff;

}



.du-site.menu-show {

    overflow: hidden;

}



.du-section-heading {

    margin-bottom: 35px;

}



.du-section-subtitle {

    font-size: 20px;

    margin-bottom: 15px;

    display: inline-block;

    color: var(--thm-color);

    font-weight: 500;

}



.du-section-title {

    font-size: 38px;

    font-family: var(--thm-font-b);

    color: var(--thm-color);

    font-weight: 600;

    margin-bottom: 0px;

    line-height: 1.3;

}



.du-section-title .du-section-title-highlight {

    padding: 0 10px;

    background-color: var(--thm-color);

    color: var(--white);

}



.du-section-description {

    margin-bottom: 0;

    margin-top: 15px;

}



.du-backtotop-btn {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 20px;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 20px;

    background-color: var(--thm-hover);

    color: var(--white);

    transition: all 0.3s ease-in-out;

    z-index: 10;

}



.du-backtotop-btn:hover {

    background-color: var(--thm-color);

    color: var(--white);

}



.du-site.menu-active {

    overflow: hidden;

}



.fixed {

    position: fixed;

    top: 0;

    left: 0;

    animation: smoothScroll 1s;

    width: 100%;

    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

}



@keyframes smoothScroll {

    0% {

        transform: translateY(-40px);

    }

    100% {

        transform: translateY(0px);

    }

}



.btn-close:focus {

    box-shadow: none;

}





/* ============= common css end ================ */





/* =============Header start============ */



.navbar-brand img {

    width: 100%;

    max-width: 180px;

}



.du-header-section {

    background-color: var(--white);

    z-index: 50;

}



.navbar {

    /* background-color: #F7F4FF; */

    /* padding: 20px 15px; */

    /* border-radius: 15px; */

    padding-top: 0px;

    padding-bottom: 0px;

}



.du-header-section .navbar .nav-link {

    padding: 30px 8px;

    font-family: var(--thm-font-b);

    color: var(--thm-primary);

    font-weight: 500;

    position: relative;

}



.du-header-section .navbar .nav-item.has-submenu>.nav-link {

    padding-right: 24px;

}



.navbar .nav-item {

    margin-right: 20px;

    position: relative;

}



.navbar .nav-item:last-child {

    margin-right: 0;

}



.navbar-nav .nav-link.active,

.navbar-nav .nav-link:hover,

.navbar-nav .submenu .nav-link.active,

.navbar-nav .submenu .nav-link:hover {

    color: var(--thm-color);

}



.navbar-nav .nav-link.active::before,

.navbar-nav .nav-link:hover::before {

    content: '';

    width: 100%;

    height: 1px;

    background-color: var(--thm-hover);

    position: absolute;

    bottom: 0;

    left: 0;

}



.submenu {

    position: absolute;

    top: 100%;

    left: 0;

    background-color: var(--white);

    border-radius: 10px;

    min-width: 240px;

    padding: 10px;

    visibility: hidden;

    opacity: 0;

    transition: all .3s ease;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

    z-index: 10;

}



.navbar .submenu .nav-item {

    margin-right: 0;

}



.navbar .submenu .nav-link {

    color: var(--thm-primary);

    padding: 10px 8px;

}



.navbar .submenu .nav-link:hover {

    color: var(--thm-color);

}



.navbar .submenu .nav-link:hover::before {

    display: none;

}



.navbar-nav .nav-item:hover .submenu {

    visibility: visible;

    opacity: 1;

}



.navbar-nav .nav-item.has-submenu>.nav-link::after {

    font-family: "Font Awesome 5 Free";

    content: "\f107";

    display: inline-block;

    vertical-align: middle;

    font-weight: 900;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    transition: all 0.3s ease-in-out;

}



.navbar-toggler {

    border: 0;

    padding: 0;

    border-radius: 0;

    display: flex;

    flex-direction: column;

}



.navbar-toggler:focus {

    border: 0;

    box-shadow: none;

    border-radius: 0;

}



.navbar-toggler-icon {

    background-image: none;

    width: 25px;

    height: 3px;

    background-color: var(--thm-color);

    margin-bottom: 5px;

    border-radius: 3px;

    transition: all 0.3s ease-in-out;

}



.navbar-toggler-icon:last-child {

    margin-bottom: 0;

}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {

    margin-bottom: 0;

}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {

    transform: rotate(45deg);

}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {

    opacity: 0;

}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {

    transform: rotate(-45deg);

    margin-top: -5px;

}



.du-mobile-menu-overlay {

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, .5);

    transition: all 0.3s ease-in-out;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 99;

    visibility: hidden;

    opacity: 0;

}



.du-header-right {

    position: relative;

}



.du-inquiry-form {

    position: absolute;

    right: 0px;

    top: calc(100% + 15px);

    width: 450px;

    z-index: 99999;

    background-color: var(--white);

    border-radius: 15px;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

    display: none;

}



.du-inquiry-header {

    padding: 20px 30px 10px;

    display: flex;

}



.du-inquiry-header .btn-close {

    margin-left: auto;

}



.du-inquiry-body {

    padding: 10px 30px 20px;

    max-height: 700px;

    overflow-y: auto;

}



.du-inquiry-heading {

    text-align: center;

    margin-bottom: 24px;

}



.du-inquiry-form-title {

    font-size: 28px;

    color: var(--thm-color);

    margin-bottom: 10px;

    font-weight: 600;

    font-family: var(--thm-font-b);

    text-transform: uppercase;

}



.du-inquiry-form-description {

    font-size: 18px;

}





/* =============Header end============ */





/* =============Home page start============ */





/* hero section */



.du-hero-section {

    padding: 180px 0 180px;

    background-image: url('../image/hero-bg.png');

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    margin-bottom: 80px;

    position: relative;

    z-index: 1;

}



.du-hero-section::before {

    content: '';

    /* background-color: rgba(12, 2, 60, 0.6); */

    background-color: rgba(0, 0, 0, 0.7);

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}



.du-hero-content {

    display: flex;

    margin-right: 40px;

}



.du-hero-social-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    margin-right: 30px;

}



.du-hero-social-link {

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    border-radius: 100%;

    color: var(--thm-color);

    background-color: var(--white);

    font-size: 14px;

    display: inline-block;

    transition: all ease-in-out 0.3s;

}



.du-hero-social-item:not(:last-child) {

    margin-bottom: 15px;

}



.du-hero-social-link:hover {

    color: var(--thm-hover);

}



.du-hero-images {

    /* min-height: 600px; */

    position: relative;

}



.du-hero-img-1 {

    margin-left: 100px;

    animation: move1 2.5s linear infinite alternate;

    z-index: 2;

    position: relative;

}



.du-hero-img-2 {

    margin-top: 40px;

    animation: move2 2.5s linear infinite alternate;

}



.du-hero-img-3 {

    position: absolute;

    right: 0px;

    top: 50%;

    z-index: 1;

    transform: translateY(-50%);

    animation: move3 2.5s linear infinite alternate;

}



.du-hero-content .du-section-title {

    font-size: 46px;

}



.du-hero-shape-1 {

    position: absolute;

    top: 30px;

    right: 130px;

    animation: zoomshape 2.5s linear infinite alternate;

}



.du-hero-shape-2 {

    position: absolute;

    top: 180px;

    left: 20px;

    animation: rotatehape 3s linear infinite;

}



@keyframes move1 {

    0% {

        transform: translateY(0px);

    }

    100% {

        transform: translateY(15px);

    }

}



@keyframes move2 {

    0% {

        transform: translateY(15px);

    }

    100% {

        transform: translateY(0);

    }

}



@keyframes move3 {

    0% {

        transform: translateX(-15px) translateY(-50%);

    }

    100% {

        transform: translateX(0) translateY(-50%);

    }

}



@keyframes zoomshape {

    0% {

        transform: scale(0.5);

    }

    100% {

        transform: scale(1);

    }

}



@keyframes rotatehape {

    0% {

        transform: rotate(0);

    }

    100% {

        transform: rotate(360deg);

    }

}





/* about section */



.du-about-section {

    margin-bottom: 80px;

}



.du-about-content .du-section-heading {

    margin-bottom: 24px;

}



.du-about-info-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 30px;

    display: flex;

    flex-wrap: wrap;

}



.du-about-info-item {

    width: 100%;

    display: flex;

    margin-bottom: 20px;

}



.du-about-info-item:last-child {

    margin-bottom: 0;

}



.du-about-info-icon {

    font-size: 28px;

    color: var(--thm-color);

    margin-right: 20px;

    width: 30px;

}



.du-about-info-content {

    flex: 1;

}



.du-about-info-title {

    font-size: 22px;

    color: var(--thm-color);

    font-weight: 500;

    margin-bottom: 10px;

}



.du-about-info-desciption {

    margin-bottom: 0;

}



.du-about-image {

    margin-right: 50px;

}





/* service section */



.du-service-section {

    position: relative;

    padding: 180px 0;

    background-color: #f4f5f6;

}



.du-service-shape {

    overflow: hidden;

    position: absolute;

    left: 0;

    top: -1px;

    width: 100%;

    line-height: 0;

    transform: rotate(180deg);

}



.du-service-shape svg {

    width: calc(100% + 1.3px);

    height: 100px;

    display: block;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    fill: var(--white);

}



.du-service-shape-bottom {

    bottom: -1px;

    top: unset;

    transform: rotate(0deg);

}



.du-service-section .du-section-heading {

    text-align: center;

}



.du-section-heading-white .du-section-subtitle,

.du-section-heading-white .du-section-title,

.du-section-heading-white .du-section-description {

    color: var(--white);

}



.du-section-heading-white .du-section-title-highlight {

    background-color: var(--white);

    color: var(--thm-color);

}



.du-service-box {

    text-align: left;

    /* background-color: var(--thm-hover); */

    padding: 50px 40px 10px 40px;

    border-style: solid;

    border-width: 2px 2px 2px 2px;

    border-color: var(--thm-hover);

    border-radius: 30px 30px 30px 30px;

    transition: all 0.4s ease-in-out;

    margin-bottom: 24px;

    height: calc(100% - 24px);

}



.du-service-section .col-12:nth-last-child(1) .du-service-box,

.du-service-section .col-12:nth-last-child(2) .du-service-box {

    margin-bottom: 0;

    height: 100%;

}



.du-service-icon {

    width: 70px;

    margin-bottom: 20px;

}



.du-service-title {

    color: var(--thm-color);

    font-weight: 600;

    font-family: var(--thm-font-b);

    margin-bottom: 16px;

    transition: all 0.4s ease-in-out;

}



.du-service-description {

    color: var(--thm-text);

    margin-bottom: 20px;

    transition: all 0.4s ease-in-out;

}



.btn-link {

    display: flex;

    align-items: center;

    color: var(--white);

    text-decoration: none;

    transition: all 0.4s ease-in-out;

    opacity: 0;

}



.btn-link:hover {

    color: var(--thm-text);

}



.btn-link-text {

    margin-bottom: 0;

}



.btn-link-icon {

    display: inline-block;

    margin-left: 10px;

    transition: all 0.4s ease-in-out;

    font-size: 14px;

}



.btn-link:hover .btn-link-icon {

    margin-left: 12px;

}



.du-service-box:hover {

    transform: rotateZ(-0.5deg) translateY(-3px);

    background-color: var(--thm-color);

    padding: 30px 40px 30px 40px;

    border-style: solid;

    border-width: 1px 1px 1px 1px;

    border-color: var(--thm-color);

}



.du-service-box:hover .du-service-title {

    color: var(--white);

}



.du-service-box:hover .du-service-description {

    color: var(--white);

}



.du-service-box:hover .btn-link {

    opacity: 1;

}



.du-service-box.active {

    background-color: var(--thm-color);

    border-color: var(--thm-color);

}





/* why choose section */



.du-why-choose-section {

    padding: 80px 0;

}



.du-why-choose-section .du-section-heading {

    text-align: center;

}



.du-why-choose-card {

    display: flex;

    padding-right: 20px;

}



.du-why-choose-number {

    margin-right: 35px;

}



.du-why-choose-number-text {

    font-size: 50px;

    color: transparent;

    -webkit-text-stroke-width: 2px;

    stroke-width: 1px;

    -webkit-text-stroke-color: var(--thm-primary);

    stroke: var(--thm-primary);

    margin-bottom: 0;

    font-family: var(--thm-font-b);

}



.du-why-choose-card-title {

    font-size: 20px;

    font-weight: 600;

    color: var(--thm-color);

    margin-bottom: 16px;

}



.du-why-choose-card-desciption {

    margin-bottom: 0;

}





/* testimonia section */



.du-testimonial-item {

    text-align: center;

}



.du-testimonial-qoute {

    font-size: 80px;

    color: var(--thm-hover);

    line-height: 0;

    margin-bottom: -30px;

    text-align: right;

    padding-right: 50px;

}



.du-testimonial-content {

    border: 2px solid var(--thm-color);

    padding: 70px 40px 30px;

    border-radius: 30px;

}



.du-testimonial-description {

    font-size: 22px;

    margin-bottom: 30px;

    color: var(--thm-primary);

}



.du-testimonial-image {

    margin-top: -40px;

    margin-bottom: 20px;

    text-align: center;

}



.du-testimonial-image img {

    width: 80px;

    height: 80px;

    object-fit: cover;

    border-radius: 100%;

    border: 2px solid var(--thm-color);

    margin: 0 auto;

}



.du-testimonial-rating-list {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 15px 0;

}



.du-testimonial-rating-item {

    color: var(--thm-primary);

    font-size: 14px;

}



.du-testimonial-rating-item:not(:last-child) {

    margin-right: 5px;

}



.du-testimonial-name {

    font-size: 20px;

    color: var(--thm-color);

    font-weight: 600;

    margin-bottom: 5px;

    font-family: var(--thm-font-b);

}



.du-testimonial-designation {

    margin-bottom: 0;

    font-weight: 500;

}





/* counter section */



.du-counter-section {

    padding: 80px 0;

}



.du-counter-box {

    text-align: center;

    background-color: #f4f5f6;

    padding: 30px 20px;

    border-radius: 20px;

    height: 100%;

}



.du-counter-number {

    font-size: 40px;

    font-weight: 600;

    font-family: var(--thm-font-b);

    margin-bottom: 10px;

    color: var(--thm-color);

}



.du-counter-name {

    font-size: 18px;

    margin-bottom: 0;

    color: var(--thm-color);

}

/* 31-05 */


/* calltoaction */

.du-calltoaction-section {
    position: relative;
    padding-bottom: 80px;
}

.about-page-info-description {
    font-size: 22px;
    /* color: var(--thm-color); */
}



/* =============Home page end============ */





/* =============Footer start============ */



.du-footer-section {

    position: relative;

    background-color: var(--thm-color);

    padding-top: 100px;

}



.du-footer-shape {

    overflow: hidden;

    position: absolute;

    left: 0;

    top: -1px;

    width: 100%;

    line-height: 0;

    transform: rotate(180deg);

}



.du-footer-shape svg {

    width: calc(100% + 1.3px);

    height: 100px;

    display: block;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    fill: var(--white);

}



.du-footer-top__inner {

    padding: 50px 0;

}



.du-footer-top .du-section-heading {

    margin-bottom: 0;

}



.du-footer-newsletter-input-group {

    display: flex;

    align-items: center;

}



.du-footer-newsletter-btn {

    border-radius: 0 10px 10px 0;

    border: 1px solid var(--white);

}



.du-footer-newsletter-btn:hover,

.du-footer-newsletter-btn:focus {

    border: 1px solid var(--white);

}



.du-footer-newsletter-btn:active {

    background-color: var(--thm-color) !important;

    border: 1px solid var(--white) !important;

    color: var(--white) !important;

    box-shadow: none;

}



.du-footer-newsletter-input {

    padding: 15px 30px;

    border-radius: 10px 0 0 10px;

    background-color: transparent;

    color: var(--white) !important;

    border-color: var(--white);

    flex: 1;

}



.du-footer-newsletter-input:focus {

    background-color: transparent;

    border-color: var(--white);

}



.du-footer-newsletter-input::placeholder {

    color: var(--white);

}



.du-footer-center__inner {

    padding: 40px 0;

    border-top: 1px solid #343434;

}



.du-footer-logo {

    display: block;

    margin-bottom: 20px;

}



.du-footer-logo img {

    max-width: 180px;

}



.du-footer-about-description {

    color: var(--white);

}



.du-footer-social-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    display: flex;

    align-items: center;

}



.du-footer-social-item:not(:last-child) {

    margin-right: 10px;

}



.du-footer-social-link {

    display: inline-block;

    width: 35px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    border-radius: 100%;

    color: var(--white);

    background-color: rgba(255, 255, 255, 0.15);

    font-size: 14px;

    transition: all ease-in-out 0.3s;

}



.du-footer-social-link:hover {

    background-color: var(--white);

    color: var(--thm-color);

}



.du-footer-block-title {

    color: var(--white);

    margin-bottom: 25px;

    font-size: 24px;

    font-family: var(--thm-font-b);

    font-weight: 600;

}



.du-footer-block-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}



.du-footer-block-item:not(:last-child) {

    margin-bottom: 10px;

}



.du-footer-block-link {

    color: rgba(255, 255, 255, 0.7);

    transition: all 0.3s ease-in-out;

    display: inline-block;

    font-size: 16px;

}



.du-footer-block-link:hover {

    color: var(--white);

}



.du-footer-contact-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}



.du-footer-contact-item {

    padding-left: 30px;

    position: relative;

    color: var(--white);

    fill: var(--white);

}



.du-footer-contact-item:not(:last-child) {

    margin-bottom: 10px;

}



.du-footer-contact-icon {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    color: var(--white);

    fill: var(--white);

}



.du-footer-contact-link {

    color: var(--white);

    transition: all 0.3s ease-in-out;

}



.du-footer-contact-link:hover {

    color: var(--white);

}



.du-footer-bottom__innner {

    padding: 20px 0;

    border-top: 1px solid #343434;

}



.du-copyright-text {

    color: rgba(255, 255, 255, 0.7);

    margin-bottom: 0;

}



.du-footer-bottom-list {

    display: flex;

    align-items: center;

    justify-content: end;

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}



.du-footer-bottom-item:not(:last-child) {

    margin-right: 20px;

}



.du-footer-bottom-link {

    color: rgba(255, 255, 255, 0.7);

    transition: all 0.3s ease-in-out;

}



.du-footer-bottom-link:hover {

    color: var(--white);

}





/* =============Footer end============ */





/* ==========marketer page start============= */



.du-breadcrumb-section {

    background-image: url('../image/breadcrumbs-bg.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 170px 0 170px;

    position: relative;

    z-index: 1;

}



.du-breadcrumb-section::before {

    content: '';

    width: 100%;

    background-color: rgba(0, 0, 0, 0.8);

    opacity: 0.8;

    position: absolute;

    top: 0;

    bottom: 0;

    z-index: -1;

}



.du-breadcrumb-heading {

    text-align: center;

    margin-bottom: 15px;

}



.du-breadcrumb-title {

    color: var(--white);

    font-size: 60px;

    margin-bottom: 0;

}



.breadcrumb {

    justify-content: center;

}



.breadcrumb-item a {

    color: rgba(255, 255, 255, 0.7);

    transition: all 0.3s ease-in-out;

}



.breadcrumb-item a:hover {

    color: var(--white);

}



.breadcrumb-item.active {

    color: var(--white);

}



.breadcrumb-item+.breadcrumb-item::before {

    color: rgba(255, 255, 255, 0.7);

}



.du-benefit-section {

    padding: 80px 0;

}



.du-benefit-box {

    background-color: #f4f5f6;

    padding: 20px;

    border-radius: 15px;

    margin-bottom: 24px;

    display: flex;

    height: calc(100% - 24px);

}



.du-benefit-wrapper .col-12:nth-last-of-type(1) .du-benefit-box,

.du-benefit-wrapper .col-12:nth-last-of-type(2) .du-benefit-box {

    margin-bottom: 0;

    height: 100%;

}



.du-benefit-icon {

    width: 40px;

    margin-bottom: 20px;

    margin-right: 15px;

}



.du-benefit-content {

    flex: 1;

}



.du-benefit-title {

    font-size: 20px;

    margin-bottom: 10px;

    color: var(--thm-color);

}



.du-benefit-decription {

    margin-bottom: 0;

}



.du-benefit-image {

    text-align: center;

}



.du-callback-section {

    padding-bottom: 80px;

}



.du-callback-image {

    text-align: center;

}



.du-marketer-form {

    background-color: #fff;

    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;

    transition: all 0.3s ease-in;

    padding: 45px 40px;

    border-radius: 10px;

}



.du-marketer-form-title {

    margin-bottom: 24px;

}



.du-marketer-form-title-text {

    font-size: 26px;

    color: var(--thm-color);

    margin-bottom: 0;

    font-family: var(--thm-font-b);

}





/* ==========marketer page end============= */





/* ==========About page start============= */



.du-about-info-section {

    padding: 80px 0;

}



.du-about-story-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0px;

}



.du-about-story-item {

    display: flex;

    margin-bottom: 15px;

}



.du-about-story-icon {

    margin-right: 10px;

}



.du-about-story-text {

    margin-bottom: 0;

}



.du-expertise-accordion-section {

    padding: 0 0 80px;

}



.du-expertise-accordion-section .du-section-heading {

    text-align: center;

}



.du-expertise-accordion-wrapper {

    padding-right: 50px;

}



.accordion-button:focus {

    box-shadow: none;

}



.accordion-item {

    border: none;

    border-bottom: 1px solid #BCBFDB;

    margin-bottom: 20px;

    padding-bottom: 20px;

}



.accordion-item:last-child {

    border: none;

    margin-bottom: 0;

}



.accordion-button:not(.collapsed) {

    background-color: transparent;

}



.accordion-button {

    border: none;

    box-shadow: none;

    font-size: 22px;

    color: var(--thm-color);

    font-weight: 600;

    font-family: var(--thm-font-b);

    padding: 10px 12px;

}



.accordion-button:not(.collapsed) {

    box-shadow: none;

    color: var(--thm-primary);

}



.accordion-body {

    padding: 10px 12px;

}



.du-accordion-icon {

    margin-right: 20px;

    font-size: 26px;

}



.du-accordion-text {

    margin-bottom: 0;

}



.accordion-button::after {

    background-image: url('../image/plus.png');

}



.accordion-button:not(.collapsed)::after {

    background-image: url('../image/minus.png');

}



.du-counter-about-page-section {

    padding: 0 0;

}



.du-testimonial-about-page-section {

    padding: 80px 0;

}





/* ==========About page end============= */





/* ==========contact page start============= */



.du-contact-info-section {

    padding: 80px 0;

}



.du-contact-info-wrapper {

    padding-right: 50px;

}



.du-contact-info-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}



.du-contact-item {

    display: flex;

    align-items: center;

    margin-bottom: 24px;

}



.du-contact-item:last-child {

    margin-bottom: 0;

}



.du-contact-info-icon {

    width: 50px;

    height: 50px;

    line-height: 50px;

    border-radius: 50px;

    background-color: var(--thm-hover);

    text-align: center;

    font-size: 22px;

    margin-right: 20px;

    color: var(--white);

}



.du-contact-info-content {

    flex: 1;

}



.du-contact-info-title {

    margin-bottom: 5px;

    font-weight: 600;

    font-size: 22px;

    color: var(--thm-color);

    font-family: var(--thm-font-b);

}



.du-contact-info-text {

    margin-bottom: 0;

    font-size: 18px;

}



.du-contact-image {

    text-align: center;

}



.dg-contact-form {

    background: #ffffff;

    border-radius: 20px;

    padding: 40px 30px;

    position: relative;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}



.du-contact-form-section {

    padding-bottom: 80px;

}



.du-contact-map {

    margin-right: 40px;

}





/* ==========contact page end============= */





/* ==========Service page start============= */



.du-service-about-section {

    padding: 80px 0;

}



.du-service-about-image {

    text-align: center;

    padding-right: 40px;

}



.du-service-about-list {

    list-style: none;

    padding-left: 0;

    margin-bottom: 24px;

}



.du-service-about-item {

    display: flex;

    margin-bottom: 20px;

}



.du-service-about-item:last-child {

    margin-bottom: 0;

}



.du-service-about-item-icon-text {

    font-size: 20px;

    font-weight: 600;

    color: var(--thm-color);

    margin-right: 20px;

    position: relative;

}



.du-service-about-item-icon-text::after {

    content: '';

    width: 100%;

    height: 2px;

    background-color: var(--thm-color);

    position: absolute;

    bottom: 0;

    left: 0;

}



.du-service-about-item-content {

    flex: 1;

}



.du-service-about-item-title {

    font-size: 22px;

    font-family: var(--thm-font-b);

    margin-bottom: 10px;

    font-weight: 600;

    color: var(--thm-color);

}



.du-service-about-item-description {

    margin-bottom: 0;

}





/* -- */



.du-service-list-section {

    padding: 0 0 80px;

}



.du-service-work-card {

    position: relative;

    box-shadow: 0 0 30px #00000012;

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 24px;

}



.du-service-card-thumbnail {

    position: relative;

    border-radius: 20px;

    overflow: hidden;

    transition: all 0.3s ease;

    max-height: 350px;

}



.du-service-card-thumbnail img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.du-service-card-content {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    padding: 40px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    color: var(--white);

    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);

    overflow: hidden;

}



.du-service-number {

    margin-bottom: 10px;

}



.du-service-number-text {

    -webkit-text-stroke: 1px #fff;

    color: transparent;

    font-size: 32px;

    font-weight: 700;

    display: inline-block;

}



.du-service-card-title {

    font-size: 26px;

    font-family: var(--thm-font-b);

    margin-bottom: 0;

}



.du-service-card-hover {

    border-radius: 10px;

    overflow: hidden;

    position: absolute;

    height: 100%;

    bottom: 0;

    left: 0;

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    padding: 35px 40px;

    background-color: var(--white);

    transition: all 0.3s ease-in-out;

    transform: translateY(50px);

    opacity: 0;

    visibility: hidden;

}



.du-service-card-icon {

    width: 60px;

    margin-bottom: 20px;

}



.du-service-card-hover-title {

    font-size: 26px;

    font-family: var(--thm-font-b);

    margin-bottom: 10px;

    color: var(--thm-color);

    font-weight: 600;

}



.du-service-card-description {

    margin-top: auto;

    margin-bottom: 24px;

}



.du-more-link {

    color: var(--thm-color);

    font-size: 16px;

    font-weight: 500;

    font-family: var(--thm-font-b);

    transition: all 0.3s ease-in-out;

    position: relative;

    display: inline-block;

}



.du-more-link::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 1px;

    background-color: var(--thm-color);

    bottom: 0;

    right: 0;

    transition: all 0.3s ease-in-out;

}



.du-more-link:hover {

    color: var(--thm-hover);

}



.du-more-link:hover::before {

    background-color: var(--thm-hover);

}



.du-service-work-card:hover .du-service-card-hover {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}





/* ==========Service page end============= */





/* =============terms & condition and privacy policy start ============ */



.du-terms-condition-section,

.du-privacy-policy-section {

    padding: 80px 0;

}



.du-tc-content-area h3,

.du-pp-content-area h3 {

    font-family: var(--thm-font-b);

    color: var(--thm-color);

    font-size: 24px;

    font-weight: 600;

}





/* =============terms & condition and privacy policy end ============ */

/* =============error page start ============ */



.du-error-section {

    padding: 100px 0;

}



.du-error-content {

    text-align: center;

    margin-bottom: 20px;

}



.du-error-image {

    text-align: center;

}



.du-error-title {

    font-size: 40px;

    color: var(--thm-color);

    font-weight: 700;

}



.du-error-description {

    margin-bottom: 20px;

}



.du-error-buttons {

    display: flex;

    gap: 15px;

    justify-content: center;

    align-items: center;

}




/* =============Media Query Start========= */



@media (min-width: 1400px) {

    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl {

        max-width: 1320px;

    }

}



@media (min-width: 1200px) {}



@media (min-width: 992px) {}



@media (max-width: 1199px) {

    .du-hero-img-3 {

        right: 0px;

    }

    .du-hero-section {

        padding: 180px 0 80px;

    }

    .du-hero-img-1 {

        margin-left: 60px;

    }

    .du-hero-img-2 img {

        max-width: 250px;

    }

    .du-hero-img-3 img {

        max-width: 250px;

    }

    .du-service-card-hover {

        padding: 25px 30px;

    }

    .du-service-card-icon {

        width: 50px;

        margin-bottom: 15px;

    }

    .du-service-card-hover-title {

        font-size: 22px;

    }

    .du-service-card-description {

        margin-bottom: 15px;

    }

}



@media (max-width: 991px) {

    .navbar {

        padding-top: 15px;

        padding-bottom: 15px;

    }

    .navbar-brand img {

        max-width: 125px;

    }

    .navbar-nav .nav-link.active::before,

    .navbar-nav .nav-link:hover::before {

        display: none;

    }

    .navbar .nav-item {

        margin-right: 0;

    }

    .du-header-section .navbar .nav-link {

        padding: 8px 8px;

    }

    .submenu {

        position: unset;

        opacity: 1;

        visibility: visible;

        padding: 0;

        padding-left: 20px;

        background-color: unset;

        display: none;

        width: 100%;

        max-width: 100%;

        margin-top: 5px;

    }

    .nav-item.submenu-show .submenu {

        display: block;

        box-shadow: none;

    }

    .navbar-nav .nav-item.has-submenu>.nav-link::after {

        margin-right: auto;

        right: 8px;

    }

    .du-header-section .navbar .nav-item.has-submenu>.nav-link {

        padding: 8px 24px 8px 8px;

    }

    .navbar-nav .nav-item.has-submenu.submenu-show>.nav-link::after {

        transform: translateY(-50%) rotate(-180deg);

    }

    .navbar-nav .nav-link.active,

    .navbar-nav .submenu .nav-link.active {

        background-color: var(--thm-primary);

        border-radius: 5px;

        color: var(--white);

    }

    .du-header-right {

        order: 1;

        margin-left: auto;

    }

    .navbar-collapse {

        position: fixed;

        top: 0;

        right: -100%;

        left: unset;

        height: 100vh;

        width: 270px;

        max-width: 100%;

        transition: all 0.3s ease-in-out;

        z-index: 100;

    }

    .navbar-nav {

        padding: 70px 20px 20px 20px;

        display: flex;

        overflow-y: auto;

        background-color: var(--white);

        height: 100vh;

        transition: all 0.3s ease-in-out;

        z-index: 101;

        position: relative;

    }

    .navbar-toggler {

        order: 2;

        z-index: 101;

        margin-left: 15px;

    }

    .navbar-collapse.show {

        right: 0;

    }

    .navbar-collapse.show .du-mobile-menu-overlay {

        visibility: visible;

        opacity: 1;

    }

    .du-header-right .btn {

        padding: 10px 20px;

    }

    /* ----------- */

    .du-hero-section {

        padding: 120px 0 120px;

    }

    .du-section-heading {

        margin-bottom: 28px;

    }

    .du-section-subtitle {

        font-size: 18px;

        margin-bottom: 10px;

    }

    .du-section-title {

        font-size: 32px;

    }

    .du-hero-content {

        margin-right: 0px;

    }

    .du-hero-images {

        padding-left: 100px;

        margin-bottom: 50px;

    }

    .du-hero-img-3 {

        right: 40px;

    }

    .du-hero-content .du-section-title {

        font-size: 36px;

    }

    .du-about-section {

        margin-bottom: 60px;

    }

    .du-about-image {

        margin-right: 0px;

    }

    .du-service-section {

        padding: 130px 0;

    }

    .du-service-shape svg {

        height: 70px;

    }

    .du-service-box {

        padding: 40px 25px 10px 25px;

    }

    .du-service-box:hover {

        padding: 30px 25px 30px 25px;

    }

    .du-why-choose-section {

        padding: 60px 0;

    }

    .du-why-choose-card {

        flex-direction: column;

    }

    .du-why-choose-number {

        margin-right: 0px;

        margin-bottom: 10px;

    }

    .du-testimonial-section .du-section-heading {

        text-align: center;

    }

    .du-testimonial-description {

        font-size: 18px;

    }

    .du-testimonial-content {

        padding: 50px 40px 30px;

    }

    .du-testimonial-qoute {

        font-size: 50px;

        margin-bottom: -25px;

    }

    .du-counter-section {

        padding: 60px 0;

    }

    .du-counter-box {

        margin-bottom: 24px;

        height: calc(100% - 24px);

    }

    .du-counter-section .col-12:nth-last-child(1) .du-counter-box,

    .du-counter-section .col-12:nth-last-child(2) .du-counter-box {

        height: 100%;

        margin-bottom: 0;

    }

    .du-footer-top__inner {

        padding: 30px 0;

    }

    .du-footer-section {

        padding-top: 70px;

    }

    .du-footer-top__inner .du-section-title {

        font-size: 26px;

    }

    .du-footer-shape svg {

        height: 70px;

    }

    .du-footer-center__inner {

        padding: 40px 0 20px;

    }

    .du-footer-block,

    .du-footer-about {

        margin-bottom: 30px;

    }

    .du-copyright-text {

        text-align: center;

    }

    .du-footer-bottom-list {

        justify-content: center;

        margin-top: 15px;

    }

    .du-footer-logo img {

        width: 150px;

    }

    .du-breadcrumb-section {

        padding: 110px 0 110px;

    }

    .du-breadcrumb-title {

        font-size: 46px;

    }

    .du-benefit-section {

        padding: 60px 0;

    }

    .du-benefit-image {

        margin-bottom: 24px;

    }

    .du-callback-section {

        padding-bottom: 60px;

    }

    .du-callback-image {

        margin-bottom: 24px;

    }

    .du-about-info-section {

        padding: 60px 0;

    }

    .du-expertise-accordion-section {

        padding: 0 0 60px;

    }

    .du-expertise-accordion-wrapper {

        padding-right: 0;

    }

    .du-counter-about-page-section {

        padding: 0 0;

    }

    .du-testimonial-about-page-section {

        padding: 60px 0;

    }

    .du-contact-info-section {

        padding: 60px 0;

    }

    .du-contact-image {

        margin-bottom: 24px;

    }

    .du-contact-info-wrapper {

        padding-right: 0px;

    }

    .du-contact-form-section {

        padding-bottom: 60px;

    }

    .du-contact-map {

        margin-top: 24px;

        margin-right: 0px;

    }

    .du-contact-info-icon {

        width: 45px;

        height: 45px;

        line-height: 45px;

        font-size: 20px;

        margin-right: 15px;

    }

    .du-contact-info-title {

        font-size: 20px;

    }

    .du-service-about-section {

        padding: 60px 0;

    }

    .du-service-about-image {

        padding-right: 0px;

        margin-bottom: 24px;

    }

    .du-service-about-item-title {

        font-size: 20px;

    }

    .du-service-list-section {

        padding: 0 0 60px;

    }

    .du-service-card-hover {

        padding: 30px 35px;

    }

    .du-terms-condition-section,

    .du-privacy-policy-section {

        padding: 60px 0;

    }

    .du-tc-content-area h3,

    .du-pp-content-area h3 {

        font-size: 20px;

    }
      /* 31-05 */

      .du-calltoaction-section {

        padding-bottom: 60px;

    }

}



@media (max-width:767px) {

    .du-section-heading {

        margin-bottom: 24px;

    }

    .du-section-title {

        font-size: 28px;

    }

    .du-hero-section {

        padding: 80px 0 80px;

        margin-bottom: 40px;

    }

    .du-hero-images {

        padding-left: 0px;

        margin-bottom: 40px;

    }

    .du-hero-img-1 {

        margin-left: 0px;

    }

    .du-hero-img-2 {

        display: none;

    }

    .du-hero-img-3 {

        right: 0px;

    }

    .du-hero-shape-1 {

        display: none;

    }

    .du-hero-img-3 img {

        max-width: 200px;

    }

    .du-hero-content .du-section-title {

        font-size: 28px;

    }

    .du-about-section {

        margin-bottom: 40px;

    }

    .du-about-image {

        margin-bottom: 24px;

    }

    .du-about-info-list {

        margin-bottom: 24px;

    }

    .du-about-info-title {

        font-size: 20px;

        margin-bottom: 6px;

    }

    .du-service-section {

        padding: 90px 0;

    }

    .du-service-shape svg {

        height: 50px;

    }

    .du-service-section .col-12:nth-last-child(2) .du-service-box {

        margin-bottom: 24px;

        height: calc(100% - 24px);

    }

    .du-why-choose-section {

        padding: 40px 0;

    }

    .du-why-choose-card {

        padding-right: 0;

        margin-bottom: 24px;

    }

    .du-why-choose-section .col-12:last-child .du-why-choose-card {

        margin-bottom: 0px;

    }

    .du-why-choose-number-text {

        font-size: 36px;

    }

    .du-why-choose-card-title {

        margin-bottom: 10px;

    }

    .du-testimonial-description {

        font-size: 16px;

    }

    .du-testimonial-rating-list {

        margin: 10px 0;

    }

    .du-counter-section {

        padding: 40px 0;

    }

    .du-counter-section .col-12:nth-last-child(2) .du-counter-box {

        height: calc(100% - 24px);

        margin-bottom: 24px;

    }

    .du-counter-number {

        font-size: 34px;

    }

    .du-footer-shape svg {

        height: 40px;

    }

    .du-footer-section {

        padding-top: 40px;

    }

    .du-footer-top .du-section-heading {

        margin-bottom: 20px;

        text-align: center;

    }

    .du-footer-newsletter-btn {

        padding: 15px 15px;

    }

    .du-footer-center__inner {

        padding: 30px 0 30px;

    }

    .du-footer-block-title {

        margin-bottom: 15px;

        font-size: 22px;

    }

    .du-footer-bottom__innner {

        padding: 15px 0;

    }

    .du-footer-bottom-list {

        margin-top: 10px;

    }

    .du-breadcrumb-section {

        padding: 80px 0 80px;

    }

    .du-breadcrumb-heading {

        margin-bottom: 10px;

    }

    .du-breadcrumb-title {

        font-size: 32px;

    }

    .du-benefit-section {

        padding: 40px 0;

    }

    .du-benefit-wrapper .col-12:nth-last-of-type(2) .du-benefit-box {

        margin-bottom: 24px;

        height: calc(100% - 24px);

    }

    .du-callback-section {

        padding-bottom: 40px;

    }

    .du-marketer-form {

        padding: 25px 20px;

    }

    .du-about-info-section {

        padding: 40px 0;

    }

    .du-expertise-accordion-section {

        padding: 0 0 40px;

    }

    .du-expertise-image {

        margin-bottom: 24px;

    }

    .du-counter-about-page-section {

        padding: 0 0;

    }

    .du-accordion-icon {

        font-size: 20px;

    }

    .accordion-button {

        font-size: 18px;

    }

    .accordion-item {

        margin-bottom: 15px;

        padding-bottom: 15px;

    }

    .du-testimonial-about-page-section {

        padding: 40px 0;

    }

    .du-contact-info-section {

        padding: 40px 0;

    }

    .du-contact-form-section {

        padding-bottom: 40px;

    }

    .dg-contact-form {

        padding: 30px 20px;

    }

    .du-service-about-section {

        padding: 40px 0;

    }

    .du-service-list-section {

        padding: 0 0 40px;

    }

    .du-service-list-section .col-12:last-child .du-service-work-card {

        margin-bottom: 0;

    }

    .du-terms-condition-section,

    .du-privacy-policy-section {

        padding: 40px 0;

    }

    .du-inquiry-form {

        width: 300px;

        right: -40px;

    }

    .du-inquiry-header {

        padding: 10px 20px 10px;

    }

    .du-inquiry-body {

        padding: 0px 20px 20px;

    }

    .du-inquiry-heading {

        margin-bottom: 15px;

    }

    .du-inquiry-form-title {

        font-size: 20px;

        margin-bottom: 5px;

    }

    .du-inquiry-form-description {

        font-size: 16px;

    }

    .du-inquiry-form .form-control {

        padding: 8px 15px;

    }
    
    /* 31-05 */

    .du-calltoaction-section {
        padding-bottom: 40px;
    }

    .du-calltoaction-image {
        margin-bottom: 24px;
    }

}





/* =============Media Query End================ */

.color-red{

    color:red;

}