/* reset css */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

::-moz-selection {
    background: #0e2041;
    color: var(--DG-WHITE);
    text-shadow: none;
}

::selection {
    background: #0e2041;
    color: var(--DG-WHITE);
    text-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* reset css  close*/
.flaticon_icon i {
    font-size: 50px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    width: 30%;
    justify-content: space-between;
    background-color: var(--DG-Dark-Gray);
    color: var(--DG-WHITE);
}

.flaticon_icon i span,
.font_awesome1 i span {
    font-size: 18px;
}

.font_awesome1 i {
    font-size: 25px;
    margin: 5px;
    font-weight: 900;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    font-family: 'Font Awesome 5 Free';
    width: 30%;
    justify-content: space-between;
    background-color: var(--DG-Dark-Gray);
    color: var(--DG-WHITE);
}

:root {
    --primary: #42974f;
    --secondary: #0162af;
    --DG-Dark-Gray: #4d4d4d;
    --DG-Light-Gray: #c2c2c2;
    --DG-WHITE: #ffffff;
    --DG-BLACK: #000000;
}

h2 {
    color: var(--DG-Light-Gray);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ml-0 {
    margin-left: 0px !important;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
    float: left;
    width: 100%;
}

ul,
p {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/******************Slider***********************/
.pic,
.pic img {
    width: 100%;
    height: auto;
}

#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}

#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--DG-Dark-Gray);
}

#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--DG-Dark-Gray);
}

#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}

#slider .carousel-control i:hover {
    background: var(--DG-Light-Gray);
}

.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 10px;
}

.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-content {
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.slide-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--DG-BLACK);
    text-align: left;
}

.dg-sub__title {
    font-size: 16px;
    color: var(--DG-Dark-Gray);
    text-transform: uppercase;
}

.dg-section__title {
    font-size: 40px;
    font-weight: 600;
    color: var(--DG-BLACK);
}

.dg-section__paragraph {
    font-size: 16px;
    color: var(--DG-BLACK);
    font-weight: 500;
    margin-bottom: 15px;
}

.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--DG-Dark-Gray);
    font-weight: 700;
    padding: 0 0 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slider-description {
    color: var(--DG-BLACK);
    font-weight: 500;
    margin: 0px 0 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--DG-Dark-Gray);
}

.read-more a {
    font-size: 14px;
    color: var(--DG-BLACK);
    text-decoration: none;
}

.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--DG-Dark-Gray);
    margin-right: 5px;
    transition: all 0.3s linear;
}

.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}

.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}

.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}

/************top header***************/
.header-top {
    position: relative;
    padding: 5px 0px;
    background-color: var(--DG-Dark-Gray);
    float: left;
    width: 100%;
}

.header-top .top-left {
    position: relative;
    float: left;
}

.header-top .info-list {
    position: relative;
    line-height: 1;
}

.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}

.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: var(--DG-WHITE);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    line-height: normal;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
}

.header-top .info-list li .icon {
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--DG-WHITE);
    margin-right: 5px;
}

.apply_job a {
    background: var(--DG-Dark-Gray);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}

.logo img {
    width: 120px;
    height: auto;
}

.logo {
    width: 100%;
    height: auto;
}

.navbar {
    padding: 0 !important;
}

.menutop ul li a {
    color: var(--DG-BLACK);
    padding: 5px 15px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 60px;
}

.navbar-nav>.nav-item:hover>.nav-link {
    color: var(--DG-Dark-Gray);
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: var(--DG-Light-Gray);
    padding-left: 20px;
    color: var(--DG-BLACK) !important;
}

.dropdown-menu li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--DG-Dark-Gray);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    border-radius: 0 50px 50px 0;
}

.dropdown-menu li a:hover::before {
    width: 3px;
    z-index: 1;
}

.dropdown-menu {
    text-align: left;
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
}

.dropdown-menu li a {
    color: var(--DG-BLACK) !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid var(--DG-BLACK);
    color: #fff;
    line-height: normal !important;
    position: relative;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-direction: row;
    justify-content: end;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/*******************btn*********************/
.common-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--DG-Dark-Gray);
    color: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 3px;
    opacity: 1;
    font-weight: 600;
    padding: 12px 25px;
    border: 1px solid #aec2cc;
}

.common-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--DG-Light-Gray);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}

.common-btn:hover {
    color: var(--DG-BLACK) !important;
}

.common-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.common-btn.two {
    background-color: var(--DG-Dark-Gray);
}

.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--DG-Light-Gray);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn a:before {
    background: #000 !important;
}

.btn a:before,
.btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--DG-Dark-Gray);
    z-index: 9;
    transition: all .35s;
}

.btn a:before {
    opacity: .5;
}

.btn a:after {
    transition-delay: .2s;
}

.btn a:hover {
    color: #fff;
}

.btn a:hover:before,
.btn a:hover:after {
    top: 0;
}

.btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}

button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}

/* Footer */
.main-footer.style-two {
    padding: 0;
    position: relative;
    background-image: url(images/footer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-footer.style-two footer {
    padding: 70px 0 55px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--DG-Dark-Gray);
}

.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--DG-Dark-Gray);
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.contact-widget .social-links {
    position: relative;
}

.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .social-links li a span {
    position: relative;
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}

footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}

.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}

.widgets-section li {
    margin-bottom: 10px;
}

.contact-widget ul.list i {
    margin-right: 10px;
}

.contact-widget ul.list {
    margin-bottom: 20px;
}

.copyright-text.text-right {
    text-align: right;
}

.copyright-text a {
    text-decoration: none;
}

section.bottom_footer {
    padding: 0px;
    background: var(--DG-Light-Gray);
    padding-bottom: 6px;
}

ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}

.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}

.hover-content-heading a {
    background: var(--DG-Dark-Gray);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}

.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}

.website-tag-part {
    float: left;
    width: 100%;
}

.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--DG-Light-Gray);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--DG-Light-Gray);
    font-size: 13px;
}

.hover-content-heading a:hover {
    background: var(--DG-Light-Gray);
}

h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* Testimonial Section */
.testimonial-section {
    position: relative;
}

.testimonial-section .sec-title .text {
    margin-top: 40px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}

.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    margin-top: 20px;
    padding-right: 15px;
}

.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: var(--DG-Light-Gray);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--DG-WHITE);
}

.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 50px 50px;
    background: var(--DG-Dark-Gray);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 10px
}

.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 9px;
    padding-left: 115px;
    margin: auto;
    width: 350px;
    text-align: center;
}

.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--DG-WHITE);
    font-weight: 600;
}

.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--DG-WHITE);
    font-size: 16px;
}

.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: var(--DG-WHITE);
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: center;
}

/* Client */
@media (max-width: 767px) {
    .client .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .client .carousel-inner .carousel-item-start.active,
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

a.carousel-control-next.client_btn2 {
    width: auto;
}

a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    background: var(--DG-Dark-Gray);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
}

a.carousel-control-prev.client_btn1 {
    width: auto;
}

.client .carousel-control-prev {
    left: -15px;
}

.client .carousel-control-next {
    right: -15px;
}

.carousel-control-next,
.carousel-control-prev {
    text-decoration: none;
}

.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}

/* Fun fact */
.counter-area {
    background: var(--DG-Dark-Gray);
    color: #fff;
    background-image: url(./images/backgrounds/ffbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-counter-item.text-center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tp-counter-item-icon {
    font-size: 65px;
    line-height: 50px;
}

.add-plus span {
    font-size: 22px;
    margin-left: 5px;
}

.tp-counter-item-content p {
    font-size: 18px;
}

.counter {
    font-size: 30px;
    float: left;
    width: 100%;
}

.counter-area .add-plus {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

/* Manual Coding Start From Here */
.section-title {
    margin-bottom: 30px;
}

.top-right .top-social-links {
    line-height: 1;
}

.top-right .top-social-links li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.top-right .top-social-links li a {
    color: var(--DG-WHITE);
    font-size: 14px;
    line-height: normal;
}

.top-right .top-social-links li:hover a {
    color: var(--DG-Light-Gray);
}

.header-top .info-list li:hover a,
.header-top .info-list li:hover span {
    color: var(--DG-Light-Gray);
}

.about-sction {
    padding: 70px 0;
    position: relative;
}

.abt-low-bg {
    background-image: url(./images/about/abtpattern.webp);
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

ul.abt-content-list li {
    margin-bottom: 10px;
}

ul.abt-content-list li::before {
    content: "\f121";
    font-family: Flaticon;
    color: var(--DG-BLACK);
    margin-right: 8px;
    font-weight: 600;
    position: relative;
    bottom: -2px;
}

/* Featured Sectors Section Manual Coding Start Here */
.feature-sector-sction {
    padding: 70px 0;
    position: relative;

}

/* .hexagon {
    aspect-ratio: cos(25deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: rgb(97, 89, 85);
    width: 30%;
    max-width: 25rem;
    margin: 1rem;
    color: white;

  }
  .hexagon-1 {
    background: rgb(97, 89, 85);
  }
  .hexagon-1 h2 {
    margin-block: 0;
    padding: 1rem;
    height: 50%;
    position: relative;
    top: 30%;
    overflow: hidden;
    text-align: center;
    font-size: 28px;
  }
  .hexagon-1 p {
    margin-block: 0;
    padding: 1rem;
    height: 50%;
    position: relative;
    top: -5%;
    overflow: hidden;
    text-align: center;
  } */
.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hexagon {
    aspect-ratio: 1 / 1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    overflow: hidden;
    width: 30%;
    max-width: 30rem;
    margin: 1rem;
    transition: transform 0.3s ease;
}

.hexagon::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: black;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%,

            50% 0%,

            50% 5px,

            5px calc(25% + 5px * 0.49999999999999994), 5px calc(75% + 5px * -0.49999999999999994), 50% calc(100% - 5px), calc(100% - 5px) calc(75% + 5px * -0.49999999999999994), calc(100% - 5px) calc(25% + 5px * 0.49999999999999994), 50% 5px);

}

.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.hexagon-1 h2,
.hexagon-1 p,
.hexagon-1 a {
    margin: 0;
    padding: 1rem;
    text-align: center;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #000;
}

.hexagon-1 h2 {
    top: 30%;
    font-size: 28px;
}

.hexagon-1 p {
    top: 50%;
    transform: translateY(-50%);
}

.hexagon-1 a {
    top: 60%;
    transform: translateY(-50%);
    font-size: 14px;
}

.hexagon:hover {
    transform: scale(1.05);
}

.hexagon:hover img {
    opacity: 0.3;
}

.hexagon:hover h2,
.hexagon:hover p,
.hexagon:hover a {
    opacity: 1;
}

.hexagon-2 {
    position: relative;
    top: -120px;
}

/* .hexagon-2 .shape-container {
    height: 100%;
    width: 100%;
  }
  .hexagon-2 .shape-start {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    shape-outside: polygon(100% 0, 1% 25%, 1% 75%, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 1% 25%, 1% 75%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 1% 25%, 1% 75%, 100% 100%, 0 100%, 0 0);
    float: left;
    shape-margin: 1rem;
  }
  .hexagon-2 .shape-end {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%, 99% 75%, 99% 25%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 99% 75%, 99% 25%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 99% 75%, 99% 25%);
    float: right;
    shape-margin: 1rem;
  }
  .hexagon-2 .v-center {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
  } */

/* new box css */
.feature-sector-sction .content {
    position: relative;
    z-index: 2;
}

.feature-sector-sction .fs-box {
    overflow: hidden;

}

.feature-sector-sction .content {
    background-color: var(--DG-WHITE);
}

.custom-heading {
    position: relative;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 150px;
}

.feature-info {
    background-color: #4d4d4d;
    color: #FFF;
}

.feature-sector-sction .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--DG-Dark-Gray);
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.feature-sector-sction .content img {
    width: 100%;
    height: auto;
}

.feature-sector-sction .content .content-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: var(--DG-Dark-Gray);
    color: var(--DG-WHITE);
    padding: 10px;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.feature-sector-sction .content .content-title h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.feature-sector-sction .content .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.feature-sector-sction .content .text h4 {
    color: var(--DG-WHITE);
}

.feature-sector-sction .content .text p {
    color: var(--DG-WHITE);
    line-height: normal;
    margin-bottom: 2px;
}

.feature-sector-sction .content .text a {
    width: 30px;
    height: 30px;
    background: var(--DG-WHITE);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--DG-Dark-Gray);
    border-radius: 50%;
    font-size: 14px;
}

.feature-sector-sction .fs-box:hover .overlay {
    opacity: .8;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.feature-sector-sction .fs-box:hover .content-title {
    margin-bottom: -50px;
    opacity: 0;
}

.feature-sector-sction .fs-box:hover .text {
    opacity: 1;
    z-index: 1;
    color: var(--AG-WHITE);
    padding: 0 5px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/* Call Banner Section Manual Coding Start */
.call-baner-sction {
    padding: 70px 0;
    background-color: var(--DG-Dark-Gray);
    position: relative;
    background-image: url(./images/shape/cbanerbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.call-baner-sction .cb-center {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.call-baner-content h2 {
    color: var(--DG-WHITE);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}

.call-baner-content h3 {
    color: var(--DG-WHITE);
    font-weight: 900;
    font-size: 40px;
}

.call-baner-sction .cb-btns {
    text-align: right;
}

.call-baner-sction .cb-btns a {
    margin-right: 15px;
}

.cbner-vector-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.cbner-vector-img img {
    width: 100%;
    height: 100%;
}

.call-baner-content i {
    font-size: 32px;
    margin-right: 5px;
}

/* Back To Top Button Manual Coding Start */
.backToTop {
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: inline-block;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transform: translate(-50%, -50%) !important;
    border-color: var(--DG-Light-Gray);
    background-color: var(--DG-Dark-Gray);
    z-index: 9;
}

.backToTop i {
    color: var(--DG-WHITE);
    font-size: 16px;
}

/* Sticky Menu Manual CSS Start Here */
.menu_header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}

.menu_header.scrolled .logo img {
    width: 90px;
}

.menu_header.scrolled {
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

/* Service Section Manual CSS Start */
.servce-sction {
    padding: 70px 0;
    background-color: #ececec;
}

.servce-sction .bixol-services .bixol-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.servce-sction .bixol-services .bixol-service-item .bixol-icon-wrapper span {
    width: 80px;
    height: 80px;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.servce-sction .bixol-services .bixol-service-item .bixol-icon-wrapper span::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--secondary);
    z-index: 2;
}

.servce-sction .bixol-services .bixol-service-item .bixol-icon-wrapper span img {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    box-shadow: 2px 4px 2px 0px var(--primary);
}

.servce-sction .bixol-services .bixol-service-item .bixol-service-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
    padding: 35px 35px 35px 35px;
    position: relative;
    z-index: 1;
}

.bixol-service-content a {
    color: unset;
}

.servce-sction .bixol-services .bixol-service-item .bixol-service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--DG-Light-Gray);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.servce-sction .bixol-service-middle .img-wrapper {
    position: relative;
}

.servce-sction .bixol-services .bixol-service-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.servce-sction .bixol-services .bixol-service-item:hover .bixol-service-content::before {
    opacity: 1;
}

.servce-sction .bixol-services .bixol-service-item:hover .bixol-service-content {
    color: var(--DG-BLACK);
}

/* Portfolio Manual CSS Start Here */
.portfolio-sction {
    padding: 70px 0 60px;
}

.project-boxes .project-box {
    position: relative;
    margin-bottom: 60px;
    padding: 20px;
}

.project-boxes .project-box .project-thumb {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #979797;
    box-shadow: 0px 0px 4px 1px var(--DG-Dark-Gray);
    border-radius: 10% 10% 0% 0%;
}

.project-boxes .project-box .project-thumb {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.project-boxes .project-box:hover .project-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-boxes .project-box .project-thumb img {
    width: 100%;
    height: auto;
}

.project-boxes .project-box .project-desc {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: -33px;
    padding: 20px 0;
    border-radius: 8px;
    background-color: var(--DG-WHITE);
    -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
    z-index: 2;
    color: var(--DG-BLACK);
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 0px 4px 1px var(--DG-Dark-Gray);
    overflow: hidden;
}

.project-boxes .project-box .project-desc a {
    color: unset;
}

.project-boxes .project-box:hover .project-desc {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--DG-Light-Gray);
}

.project-boxes .project-box .project-desc h4 {
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.projects-sction {
    padding: 60px 0;
}

.projects-sction .project-boxes .project-box .project-thumb {
    border-radius: 30px;
}

.projects-sction .project-desc p {
    margin-top: 5px;
}

.projects-sction .project-boxes .project-box:hover .project-desc {
    background-color: var(--DG-WHITE);
}

/* Footer Manual CSS Start Here */
.footer-copyright-sction {
    color: var(--DG-WHITE);
    padding: 8px 0;
    border-top: 1px solid #ececec;
}

.links-widget ul li:hover a,
.contact-widget ul.list li:hover a {
    padding-left: 5px;
    transition: all 0.3s ease 0s;
}

.contact-widget .social-links li a:hover {
    transform: translateY(-5px);
    background-color: var(--DG-Light-Gray);
    color: var(--DG-BLACK);
    box-shadow: 0px 0px 10px 1px var(--DG-Light-Gray)
}

.copy-text.ct-left {
    text-align: left;
}

.copy-text.ct-right {
    text-align: right;
}

.copy-text.ct-right a {
    color: var(--DG-WHITE);
    text-decoration: none;
}

/* Case Studies Manual CSS Start Here */
.success {
    padding: 70px 0 20px;
    background-color: #d7d7d7;
}

.success .successbox {
    background-color: var(--DG-WHITE);
    padding: 20px;
    transition: all 0.5s ease;
    transition: all 1000ms ease;
    box-shadow: 0px 2px 4px 2px #aaaaaa;
    margin-bottom: 50px;
}

.success .successbox:hover {
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.success .successbox .sbimage {
    position: relative;
    min-height: 80px;
    margin: 0 0 20px;
    text-align: center;
}

.success .successbox .sbimage img {
    border-radius: 50%;
    border-radius: 50%;
    width: 120px;
}

.success .successbox .sbtxt .sbnm {
    text-align: center;
    color: var(--kisroli-black);
}

.success .successbox .sbtxt {
    color: var(--DG-BLACK);
}

.success .successbox::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--DG-Dark-Gray);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.success .successbox:hover::before {
    width: 100%;
}

.success .successbox::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--DG-Dark-Gray);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.success .successbox:hover::after {
    width: 100%;
}

h1.noh1,
h2.noh2 {
    display: none;
}

/* Blog Section Manual CSS Start Here */
.blog-sction {
    padding: 70px 0 40px;
}

.bg-blog-clr {
    background-color: var(--DG-Light-Gray);
}

.dg-single-blog {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: var(--DG-WHITE);
    border-radius: 15px;
    padding-bottom: 30px;
    transition: .5s;
}

.dg-blog-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.dg-blog-content {
    padding: 20px 24px 0px;
    text-align: center;
}

.dg-blog-title h2 {
    font-size: 20px;
}

.dg-blog-title h2 a {
    color: #4d4d4d;
}

.dg-blog-content p {
    margin: 15px 0;
}

/* Contact Page Manual CSS Start Here */
.contact-info-section {
    padding: 70px 0 80px;
    position: relative;
}

.contact-info-section .contact-info-wrap {
    margin-top: -10px;
}

.contact-info-section .contact-info-wrap .single-contact-info {
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);
    padding: 50px 0 20px;
    border-radius: 10px;
    margin-top: 70px;
    border: 1px solid var(--DG-Dark-Gray);
    padding-left: 8px;
    padding-right: 7px;
    height: 200px !important;
}

.single-contact-info:hover.single-contact-info {
    box-shadow: 4px 4px 5px 4px rgb(77 77 77 / 66%);
    transition: 1s;
}

.single-contact-info.text-center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(77 77 77 / 48%);
    width: 100%;
    height: 64%;
    z-index: -1;
    transform: scaleY(1.1) scaleX(0.85);
    border-radius: 5px;
    overflow: hidden;
    top: 107px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 100px;
    height: 100px;
    line-height: 103px;
    background: linear-gradient(-48deg, #c2c2c2 0%, #4d4d4d 100%);
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -115px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 40px;
    padding: 1px;
}

.single-contact-info.text-center::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 85px;
    background: rgb(77 77 77 / 28%);
    width: 100%;
    height: 189px;
    z-index: -1;
    transform: scaleY(1.05) scaleX(0.92);
    border-radius: 5px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
    font-size: 18px;
    line-height: 36px;
    color: var(--DG-Dark-Gray);
    margin-top: 15px;
    font-weight: 800;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--DG-BLACK);
}

.pos-rel {
    position: relative;
}

/* Contact Form Section Manual CSS Start Here */
.contact-sction {
    padding: 70px 0;
    background-image: url(./images/backgrounds/cformbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-sction .cntcform,
.contact-sction .cntc-box-contents {
    background-color: #ffffff80;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.contact-sction .form-group input,
.contact-sction .form-group textarea {
    border: 1px solid var(--DG-Dark-Gray);
}

.form-group input,
.form-group textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    height: 50px;
    width: 100%;
}

.form-group textarea {
    height: 160px;
}

.contact-sction form .common-btn:hover {
    box-shadow: 0px 0px 5px 0px #000;
}

.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 450px;
}

/******************************Inner Pages CSS********************************/
/*About us*/
.banner01 {
    background-image: url(./images/about/about.webp);
}

.casebner {
    background-image: url(./images/backgrounds/casebg.webp);
}

.probbner {
    background-image: url(./images/backgrounds/projectbg.webp);
}

.blgbner {
    background-image: url(./images/backgrounds/blogbg.webp);
}

.cnctbner {
    background-image: url(./images/backgrounds/contactbg.webp);
}

.banner-area {
    position: relative;
    color: #fff;
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    display: block;
    padding: 60px 0px 9px 0px;
}

.banner-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 51px;
}

.breadcrumb {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    padding: 6px 15px;
    border-radius: 10px;
}

ol.breadcrumb a {
    color: #000;
    font-weight: 500;
}

ol.breadcrumb li {
    color: #000;
}

.breadcrumb li:not(:last-child):after {
    content: "/";
    margin: 0 5px;
}

h2.section-title {
    color: #000;
    margin-bottom: 25px;
}

section.mission-section {
    background: #f1f5f9 url(./images/about/testimonial-two-shape-1.webp);
}

.testimonial-one__single {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: auto;
}

.testimonial-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 41px 34px;
    border-radius: 20px;
    background-color: white;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-one__shape-1>img {
    width: auto !important;
    border-top-right-radius: 20px;
    transition: all 500ms ease;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0px;
}

i.icons {
    font-size: 54px;
    color: #474747;
}

h3.testimonial-one__client-name {
    margin-top: 15px;
}

.testimonial-one__single:hover {
    transform: translateY(-10px);
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.team-block-one .inner-box .image-box {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: 30px;
}

.team-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 1;
    transition: all 500ms ease;
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.team-block-one .inner-box .image-box .social-links .plus {
    top: -104px;
}

.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #42d0bd;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}

.team-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px 0px;
    z-index: 1;
}

.team-block-one .inner-box:hover .lower-content .inner .pattern .pattern-1 {
    opacity: 1;
    left: 0px;
}

.team-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -35px;
    border-right: 4px solid #fff;
    box-shadow: 0 20px 30px rgb(211 220 232 / 60%);
}

.team-block-one .inner-box .lower-content .inner .pattern .pattern-1 {
    position: relative;
    left: -30px;
    top: 0px;
    width: 100%;
    height: 129px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.team-block-one .inner-box:hover .image-box::before {
    opacity: 0;
}

section.team-section {
    background-image: url(./images/about/element_17.webp);
    background-repeat: no-repeat;
}

.mission-text.light {
    background: #42d0bd;
}

.mission-text {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--DG-BLACK);
    height: 100%;
}

.mission-text .icon {
    color: #3aade1;
    font-size: 60px;
    margin-bottom: 12px;
    margin-top: -18px;
}

.mission-text h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.mission-text p {
    margin-bottom: 0;
}

.mission-text .shapea {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.mission-text .icon {
    color: #3aade1;
    font-size: 60px;
    margin-bottom: 12px;
    margin-top: -18px;
}

.mission-text .icon img {
    width: 88px;
    background: white;
    padding: 16px;
    border-radius: 43px;
}

.service-content {
    background: #fcfcfc;
    box-shadow: 0px 0px 6px 2px #ccc;
    border-radius: 15px;
    padding-top: 15px;
    float: left;
}

.fw-single-image img {
    width: 100%;
    height: auto;
}

.service_content1 {
    padding: 30px;
}

.all__sidebar-item {
    padding: 25px;
    border: 1px solid rgb(19 19 19 / 6%);
    margin-bottom: 30px;
    background: #fcfcfc;
    box-shadow: 0px 0px 6px 2px #ccc;
    border-radius: 15px 15px 0px 0px;
}

.sidebar .widget-title {
    font-size: 25px;
    position: relative;
    margin: 0 0 26px;
    padding-left: 15px;
    border-left: 3px solid #000;
    font-weight: 600;
}

.all__sidebar-item-solution ul {
    padding: 0;
    margin: 0;
}

.all__sidebar-item-solution ul li {
    list-style: none;
}

.all__sidebar-item-solution ul li a {
    color: #fff;
    display: block;
    transition: all 0.4s ease-out 0s;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 16px 20px;
    border-bottom: 1px solid rgb(19 19 19 / 10%);
    border-radius: 6px;
    margin-bottom: 4px;
    background: #000;
}

img.img__full {
    width: 100%;
    height: auto;
}

.all__sidebar-help-image-content {
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #ffffffc2;
    text-align: center;
    margin-top: -241px;
    z-index: 99;
    position: relative;
    width: 80%;
    margin-left: 10%;
}

.service-content h2 {
    font-size: 25px;
    margin-bottom: 16px;
    padding-right: 15px;
    color: #000;
    font-weight: 600;
}

.content-title {
    margin-top: 0;
    border-left: 5px solid #000;
    padding-left: 15px;
    line-height: 53px;
}

.all__sidebar-help-image-content h4 {
    margin-top: 6px;
    margin-bottom: 15px;
    font-size: 18px;
}

.all__sidebar-item-solution ul li a:hover {
    color: #fff;
    background: #4d4d4d;
    border-color: #000;
    padding-left: 30px;
}

.sidebar-widget {
    background-color: #d4d4d440;
    padding: 30px;
}

.sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--DG-Dark-Gray);
    padding-bottom: 20px;
}

.sidebar-post img {
    width: 65px;
    height: auto;
}

.sidebar-widget .sidebar-post .post-content {
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

ul.Reinvent {
    position: relative;
    left: 0;
    top: 0;
    background: transparent;
    padding: 0px;
}

ul.Reinvent li {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.post-meta li i {
    margin-right: 10px;
    font-size: 12px;
}

.sidebar-widget .sidebar-post {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    grid-template-columns: 76px 1fr;
    grid-gap: 6px;
}

.title.Quickly {
    font-size: 16px;
}

.title.Quickly a {
    color: unset;
}

.sidebar-post.Recent_Post:not(:last-of-type) {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--DG-Dark-Gray);
}

/****************14-03-2024 CSS*************/
p.testimonial-one__text {
    position: relative;
}

.mission-text.light {
    background: #fff;
}

section.our-mission-area.pb-0 {
    background: #f1f1f1;
}

.list_content01 li {
    margin-top: 15px;
}

.banner02 {
    background-image: url(./images/pagebanner/banner1.webp);
}

.banner03 {
    background-image: url(./images/pagebanner/banner2.webp);
}

/* Responsive Manual CSS Start Here */
/* Responsive Manual CSS Start Here */
@media(min-width: 1099px) and (max-width: 1450px) {
    .hexagon-2 {
        position: relative;
        top: -100px;
    }
    .hexagon-1 h2 {
        top: 25%;
        font-size: 18px;
    }

    .hexagon-1 p {
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        line-height: 1.2rem;
    }

    .hexagon-1 a {
        top: 65%;
        font-size: 12px;
    }
}


@media(min-width: 992px) and (max-width: 1099px) {
    .feature-sector-sction .content .text h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .feature-sector-sction .content .text p {
        font-size: 12px;
    }

    .dg-section__title {
        font-size: 22px;
    }

    .project-boxes .project-box .project-desc h4 {
        font-size: 18px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
        line-height: 20px;
    }

    .hexagon-2 {
        position: relative;
        top: -100px;
    }

    .custom-heading {
        position: relative;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 50px;
    }

    .hexagon-1 h2 {
        top: 25%;
        font-size: 18px;
    }

    .hexagon-1 p {
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        line-height: 1.2rem;
    }

    .hexagon-1 a {
        top: 65%;
        font-size: 12px;
    }
}

@media(min-width: 992px) {
    #m-title {
        display: none;
    }

    #mob-img {
        display: none;
    }

}

@media(max-width:991px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        right: 0;
        top: 80%;
        width: 50%;
        position: absolute;
        background-color: #fff;
        z-index: 9999999999;
        max-height: 500px;
        overflow: auto;
        padding: 10px 20px;
        box-shadow: 0px 0px 5px 0px #000;
        border-radius: 5px;
    }

    .menutop ul li a {
        line-height: 40px;
    }

    .contnt-center {
        display: flex;
        align-items: center;
    }

    .slider-content {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
    }

    .slide-title {
        font-size: 22px;
    }

    .slide-sub-title {
        font-size: 32px;
    }

    .slider-description {
        font-size: 18px;
        line-height: normal;
    }

    #w-title {
        display: none;
    }

    .about-sction {
        padding: 50px 0 40px;
    }

    .feature-sector-sction {
        padding: 50px 0 35px;
    }

    .feature-sector-sction .fs-box {
        margin-bottom: 15px;
    }

    .dg-section__title {
        font-size: 22px;
    }

    .custom-heading {
        position: relative;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 50px;
    }

    .project-boxes .project-box .project-desc h4 {
        font-size: 18px;
    }

    .portfolio-sction {
        padding: 50px 0 40px;
    }

    .servce-sction {
        padding: 50px 0;
    }

    .servce-sction .bixol-services .bixol-service-item .bixol-service-content {
        padding: 10px;
    }

    .bixol-service-content a h5 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .bixol-service-content a p {
        font-size: 15px;
        line-height: normal;
    }

    .counter-area {
        padding: 50px 0;
    }

    .tp-counter-item.text-center {
        gap: 10px;
    }

    .tp-counter-item-icon {
        font-size: 50px;
    }

    .testimonial-section {
        padding: 50px 0 20px;
    }

    #testimonials .carousel-indicators {
        display: none;
    }

    #testimonials .carousel-control-next,
    #testimonials .carousel-control-prev {
        width: 5%;
        font-size: 26px;
        color: var(--DG-Dark-Gray);
    }

    .blog-sction {
        padding: 50px 0 20px;
    }

    .call-baner-sction {
        padding: 50px 0;
    }

    .call-baner-content h3 {
        font-size: 26px;
    }

    .call-baner-sction .cb-btns button {
        margin-right: 10px;
    }

    .main-footer.style-two footer {
        padding: 50px 0 35px;
    }

    .footer-widget.links-widget.pl-5 {
        padding-left: 0;
    }

    .banner-area .banner-title {
        font-size: 35px;
    }

    #web-img {
        display: none;
    }

    .about-us {
        padding: 50px 0;
    }

    .mission-section {
        padding: 50px 0px;
    }

    .team-section {
        padding: 50px 0;
    }

    .our-mission-area {
        padding: 50px 0;
    }

    .our-mission-area .section-title,
    .our-mission-area .dg-section__title {
        margin-bottom: 0;
    }

    .main-container.blg-dtl {
        padding: 50px 0px;
    }

    .main-container.blg-dtl .service-content {
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .service-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 32px;
    }

    .sector-pg-sction {
        padding: 50px 0;
    }

    .all__sidebar {
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .all__sidebar-item.sidebar,
    .all__sidebar-help {
        width: 45%;
        overflow: hidden;
        margin-bottom: 0;
    }

    .success {
        padding: 50px 0 0px;
    }

    .projects-sction.projct-pg {
        padding: 40px 0;
    }

    .projct-pg .project-boxes .project-box .project-desc {
        bottom: -60px;
        padding: 10px 10px;
    }

    .projct-pg .project-boxes .project-box .project-desc h4 {
        font-size: 16px;
    }

    .projct-pg .project-desc p {
        font-size: 14px;
    }

    .contact-info-section {
        padding: 50px 0 60px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: -80px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        padding: 30px 0 20px;
    }

    .contact-sction {
        padding: 50px 0;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .hexagon-1 h2 {
        top: 20%;
        font-size: 14px;
    }

    .hexagon-1 p {
        top: 50%;
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.2rem;
    }

    .hexagon-1 a {
        top: 70%;
        font-size: 12px;
    }

    .hexagon-2 {
        position: relative;
        top: -80px;
    }
}

@media only screen and (min-width:0px) and (max-width:768px) {
    .hexagon-1 h2 {
        top: 20%;
        font-size: 14px;
    }

    .hexagon-1 p {
        top: 50%;
        font-size: 10px;
        margin-bottom: 0;
        line-height: 1.2rem;
    }

    .hexagon-1 a {
        top: 70%;
        font-size: 12px;
    }
    .hexagon-2 {
        position: relative;
        top: -80px;
    }
}

@media(min-width:768px) {
    .mob-slider {
        display: none;
    }

    #mob-slider-img {
        display: none;
    }
}

@media(max-width:767px) {
    .header-top {
        display: none;
    }

    .logo img {
        width: 90px;
        height: auto;
    }

    .navbar-collapse {
        width: 80%;
        padding: 5px 10px;
    }

    .menutop ul li a {
        line-height: 35px;
    }

    #web-slider-img {
        display: none;
    }

    .slider-content {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
        display: none;
    }

    .common-btn {
        padding: 4px 10px;
        font-size: 14px;
    }

    .slider01 {
        padding-bottom: 10px;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .about-sction {
        padding: 40px 0 30px;
    }

    .dg-sub__title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .dg-section__title {
        font-size: 22px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .feature-sector-sction {
        padding: 40px 0 25px;
    }

    .feature-sector-sction .content .text h4 {
        font-size: 18px;
        margin: 0 auto;
    }

    .hexagon-2 {
        position: relative;
        top: 0px;
    }

    .hexagon {
        width: 60%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }

    .hexagon-1 a {
        font-size: 12px;
    }

    .custom-heading {
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .hexagon-1 h2 {

        font-size: 14px;
    }

    .hexagon-1 p {

        font-size: 10px;
        line-height: 1rem;
    }

    .feature-sector-sction .content .text p {
        font-size: 14px;
    }

    .portfolio-sction .carousel-control-next,
    .portfolio-sction .carousel-control-prev {
        display: flex;
    }

    .portfolio-sction {
        padding: 40px 0 30px;
    }

    .project-boxes .project-box .project-desc h4 {
        font-size: 16px;
    }

    .servce-sction {
        padding: 40px 0 10px;
    }

    .servce-sction .contnt-center {
        display: unset;
    }

    .servce-sction .bixol-services .bixol-service-item {
        display: block;
    }

    .servce-sction .bixol-service-middle .img-wrapper {
        margin-bottom: 20px;
    }

    .counter-area {
        padding: 40px 0 20px;
    }

    .tp-counter-item {
        margin-bottom: 20px;
    }

    .testimonial-section {
        padding: 40px 0 10px;
    }

    #testimonials .carousel-control-next,
    #testimonials .carousel-control-prev {
        display: block;
    }

    .testimonial-block .inner-box {
        padding: 20px;
    }

    .testimonial-block .inner-box .upper-box h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .testimonial-block .inner-box .upper-box {
        padding-top: 0;
        padding-left: 0;
        margin: 0 auto;
        width: auto;
    }

    .testimonial-block .inner-box .upper-box .icon {
        position: relative;
        width: 60px;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }

    .testimonial-block .inner-box .text {
        margin-top: 10px;
        line-height: normal;
        font-size: 15px;
    }

    .blog-sction {
        padding: 40px 0 10px;
    }

    .dg-blog-content {
        padding: 10px 10px 0px;
    }

    .dg-blog-title h2 {
        font-size: 18px;
    }

    .dg-blog-content p {
        margin: 5px 0;
        font-size: 14px;
        line-height: normal;
    }

    .dg-single-blog {
        padding: 10px;
        padding-bottom: 15px;
    }

    .call-baner-sction {
        padding: 40px 0;
    }

    .call-baner-content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .call-baner-content h3 {
        font-size: 18px;
    }

    .call-baner-sction .cb-btns a {
        margin-right: 5px;
    }

    .call-baner-sction .cb-btns .btn-two a {
        padding: 0px;
    }

    .main-footer.style-two footer {
        padding: 40px 0 25px;
    }

    .main-footer .widget-title {
        margin-bottom: 15px;
    }

    .copy-text.ct-left,
    .copy-text.ct-right {
        text-align: center;
    }

    .backToTop {
        width: 30px;
        height: 30px;
    }

    .backToTop i {
        font-size: 14px;
    }

    .banner-area {
        padding: 60px 0px 30px 0px;
    }

    .banner-area .banner-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .breadcrumb {
        font-size: 14px;
        padding: 2px 10px;
        margin-bottom: 35px;
    }

    .about-us {
        padding: 40px 0;
    }

    .mission-section {
        padding: 40px 0px 20px;
    }

    .testimonial-one__single {
        margin-bottom: 20px;
    }

    .testimonial-one__single-inner {
        padding: 20px 20px 20px;
    }

    .mission-section i.icons {
        font-size: 40px;
    }

    h3.testimonial-one__client-name {
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    p.testimonial-one__text {
        line-height: normal;
    }

    .testimonial-one__shape-1>img {
        width: 140px !important;
    }

    .team-section {
        padding: 40px 0;
    }

    section.team-section .col-md-12.text-center.mb-4 {
        margin-bottom: 0 !important;
    }

    .team-section .section-title,
    .team-section .dg-section__title {
        margin-bottom: 0;
    }

    .team-block-one .inner-box .lower-content .inner {
        padding: 15px;
    }

    .team-block-one .inner-box .lower-content .inner h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .team-block-one .inner-box .lower-content .inner .designation {
        line-height: 20px;
    }

    .lower-content p {
        font-size: 14px;
        line-height: normal;
    }

    .our-mission-area {
        padding: 40px 0;
    }

    .mission-text {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-container.blg-dtl {
        padding: 40px 0px;
    }

    .main-container.blg-dtl .service_content1,
    .main-container.blg-dtl .sidebar-widget {
        padding: 15px;
    }

    .sidebar-widget .widget-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .sector-pg-sction {
        padding: 40px 0 20px;
    }

    .all__sidebar {
        display: block;
        margin-top: 20px;
    }

    .all__sidebar-item.sidebar,
    .all__sidebar-help {
        width: 100%;
        margin-bottom: 20px;
    }

    .success {
        padding: 40px 0 0px;
    }

    .success .successbox {
        margin-bottom: 40px;
    }

    .success .successbox .sbimage img {
        width: 90px;
    }

    .success .successbox .sbimage {
        margin: 0px 0 6px;
    }

    .success .successbox .sbtxt .sbnm {
        font-size: 18px;
    }

    .sbtxt p {
        font-size: 14px;
        line-height: 22px;
    }

    .projects-sction.projct-pg {
        padding: 30px 0;
    }

    .contact-info-section {
        padding: 30px 0 50px;
    }

    .contact-sction {
        padding: 40px 0;
    }

    .contact-sction .cntcform {
        padding: 15px;
    }

    .map iframe {
        height: 350px;
    }
}

@media(max-width: 575px) {
    .slide-title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .slide-sub-title {
        font-size: 26px;
        padding: 0 0 5px;
    }

    .slider-description {
        margin-bottom: 10px;
    }

    .portfolio-sction .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .project-boxes .project-box {
        padding: 10px;
    }

    .call-baner-sction .cb-btns {
        text-align: left;
    }

    .copy-text p {
        font-size: 14px;
        line-height: normal;
    }

    .banner-area .banner-title {
        font-size: 22px;
    }

    .service-content h2 {
        line-height: 24px;
    }

    .all__sidebar-help-image-content {
        margin-top: -170px;
        padding: 10px;
    }

    .all__sidebar-item {
        padding: 15px;
    }

    .service_content1 {
        padding: 15px;
    }

    .projct-pg .project-boxes .project-box .project-desc {
        bottom: 0;
        padding: 5px 5px;
        position: relative;
        left: 0;
    }

    .projct-pg .project-boxes .project-box {
        margin-bottom: 10px;
    }

    .projct-pg .project-boxes .project-box .project-desc h4 {
        font-size: 14px;
    }

    .projct-pg .project-desc p {
        font-size: 12px;
    }

    .project-boxes .project-box:hover .project-thumb {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        height: 180px !important;
    }

    .single-contact-info.text-center::before {
        top: 100px;
    }

    .single-contact-info.text-center::after {
        height: 170px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -60px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
        font-size: 30px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        padding: 20px 0 20px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
        margin-top: 5px;
    }
}
