body,
html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}
.fw{
    font-weight: bold;;
}
.big {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
    background-color: white;
    color: black;
    padding: 0px;
}

.big:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
/* navbar  */
@media screen and (max-width: 575px) {
    .header-bttn {
        margin-top: -105px;
        position: absolute;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .header-bttn {
        margin-top: 30px;
        height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .swiper-container {
        height: 420px !important;
    }
}

@media screen and (min-width: 992px) {
    .top-right {
        margin-top: 20px !important;
    }
}

.first-nav {
    background-color: #efefef;
}

.second-nav {
    background-color: #e31e25;
}

#show-dropdown li {
    border-bottom: 1px solid #5bccf1;
}

#show-dropdown {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.dropdown:hover #show-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-link {
    position: relative;
    padding: 5px;
    font-weight: bold;
    color: #333;
    background: #e0e5ec;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    background: #f0f5fc;
    transform: translateY(-3px);
}

.navbar-nav .nav-link i {
    transition: transform 0.3s ease, opacity 0.5s ease;
}

.navbar-nav .nav-link:hover i {
    transform: translateY(-5px) rotate(10deg);
    opacity: 1;
    color: red;
}

.navbar-nav .nav-link i {
    opacity: 0.7;
}

.second-nav .dropdown-item {
    border-bottom: 1px solid #e0e5ec;
}

.nav-1 .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.nav-1:hover .dropdown-menu {
    display: block;
}


/* navbar end */

/* -------------------------------------------------------index page-----------------------------------------------  */

/* slider  */
@media screen and (max-width: 767px) {
    .slider .swiper-container {
        height: 400px !important;
    }

    .slider p {
        font-size: 15px !important;
    }

    .careerbg {
        height: auto !important;
    }
    .Our-Values .text{
        font-size: 13px !important;
    }.main-value {
        font-size: 17px !important;
        height: 60px !important;
        width: 60px !important;
    }
    .Our-Values .heading{
        font-size: 14px !important;
    }
}

html,
body {
    position: relative;
    height: 100%;
}

.slider h2 {
    color: white;
    font-family: Saira, sans-serif;
}

.slider p {
    font-size: 20px;
}

.slider .swiper-container {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.slider .swiper-slide {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-pagination {
    margin-top: 50px;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 10% !important;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100%;
    height: 100%;
}

/* slider end */

/* first  */
.four-secs {
    background-color: #fefefe;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    position: relative;
    top: -80px;
    z-index: 100;
}

.four-secs h5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.four-secs .col-sm-3 {
    border-radius: 10px;
}

.four-secs p {
    text-align: justify;
}

.four-icons {
    font-size: 30px;
    color: #888383;
}

.four-secs .col-sm-3:hover {
    background-color: #eeebeb;
}

/* first end  */

/* about us  */
.left-side-slider-btn {
    border: none;
    padding: 10px;
    padding-inline: 20px;
    background-color: #d98d00;
    font-weight: bold;
    color: white;
    border-radius: 50px;
}

.left-side-slider p {
    text-align: justify;
}

.right-side-au {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    border: 8px solid #fff;
    position: relative;
}

.right-side-img {
    width: 100%;
    height: 100% !important;
    border-radius: 15px;
}

.right-side-body {
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    position: absolute;
    background-color: #1f3d4738;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s;
}

.right-side-body .col-6 {
    padding: 30px;
    text-align: center;
}

.right-side-body i {
    font-size: 30px;
    color: #d98d00;
}

.right-side-au:hover .right-side-body {
    right: 0;
}

/* about us end */

/* product  */
* {
    box-sizing: border-box;
}


.product-main {
    background-color: #efefef;
}

.product-row {
    margin: 10px -16px;
    background-color: #e0e5ec;
}

.product-row,
.product-row>.product-column {
    padding: 8px;
}

.product-column {
    float: left;
    width: 33.33%;
    display: none;
}

.product-row:after {
    content: "";
    display: table;
    clear: both;
}

.product-content {
    background-color: white;
    padding: 10px;
}

.show {
    display: block;
}

.c-btn {
    border: none !important;
    outline: none;
    padding: 12px 16px;
    background-color: #235ea5 !important;
    color: white !important;
}

.c-btn:hover {
    background-color: #1b4880 !important;
}
.product-content .s {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* product end */

/* what make us different  */
.wmud:hover {
    color: orange;
}

/* what make us different end */

/* blog  */
.section_padding {
    background-color: #f1f1f1;
}

#testimonial_area {
    padding: 10% 0;
}

.section_padding p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box-area {
    padding: 30px;
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 40px 0;
}

.box-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0a69ed;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area span {
    color: #262626;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area .content {
    color: #262626;
}

.box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.socials {
    margin-top: 30px;
}

.socials i {
    margin: 0 10px;
    color: #0a69ed;
    font-size: 18px;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
}

/* blog end */

/* Why choose us */
.faq-sec {
    background-color: #eeeeee;
}

.faq-sec .col-sm-3 {
    border: 1px solid rgb(211, 208, 208);
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}

/* Why choose us end */
/* -------------------------------------------------------index page end-----------------------------------------------  */

/* -----------------------------------------------------about page-----------------------------------------------------  */

/* ---------------------------------------------------about page end---------------------------------------------------  */




/* -----------------------------------------------------product page-----------------------------------------------------  */
.p-table th {
    background-color: #07610a !important;
    color: white !important;
    text-align: center;
}

.p-section .mySlides img{
    width: 100%;
    height: 290px;
}
.p-table .btttn {
    color: white;
    font-weight: bold;
    background-color: #07610a;
    text-decoration: none;
    border-radius: 10px;
    padding-inline: 10px;
    padding-block: 5px;
}

.t-slider-container {
    padding: 20px;
}

.t-card {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: transform 0.3s;
}

.t-card:hover {
    transform: scale(1.05);
}

.t-image-container {
    width: 100%;
    height: 220px;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(27, 27, 27, 0.5);
}

.t-image-container img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.user-name {
    margin: 10px 0 0;
    font-size: 1.2rem;
    color: #333;
}

.t-swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.t-swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 575px) {
    .all-s .col-sm-3 {
        box-shadow: none !important;
    }

    .all-s .col-sm-3 h2 {
        margin-top: 0 !important;
    }
    .right-side-au {
        height: 350px !important;
    }
    .p-section .mySlides img{
        height: 200px !important;
    }
    .card-list .card-item .user-image {
        height: 200px !important;
        width: 100%;
    }
}
@media screen and (min-width: 576px) {
    .faq-sec .col-sm-3{
        width: 32% !important;
    }
    .a-three .col-sm-3{
        width: 32% !important;
    }
    .p-l{
        gap: 20px;
    }
    .wwci .col-sm-3{
        width: 32% !important;
    }
}
@media (max-width: 767px) {
    .t-card {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .t-card {
        max-width: 100%;
        margin: 0 20px;
    }
}

.p-links a {
    text-decoration: none;
    color: black;
}

.p-links li {
    list-style-type: none;
}

.p-links .p-item {
    background-color: #1d497f;
    padding: 10px;
    border: 1px solid white;
}
.p-links .p-c {
    color: white;
    font-weight: bolder;
}

.all-s,
.all-c p {
    text-align: justify;
}

.all-c li {
    list-style-type: none;
    text-align: justify;
}

.last-s i {
    font-size: 40px;
    color: #d98d00;
}

/* ---------------------------------------------------product page end---------------------------------------------------  */

img {
    vertical-align: middle;
}

.img-container {
    position: relative;
}

.mySlides {
    display: none;
    border: 1px solid rgb(172, 168, 168);
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}


.d-acc .accordion-button {
    background-color: white;
    font-weight: bold;
}

.d-acc .accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
}


.s-p .slider-wrapper {
    overflow: hidden;
    max-width: 100%;
}
.s-p .swiper-slide a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    width: 100%;
}
.s-p .card-list .card-item {
    color: #fff;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.s-p .card-list .card-item .user-image {
    width: 100%;
    height: 250px;
    border: 3px solid black;
    padding: 4px;
}

.s-p .card-list .card-item .user-profession {
    font-size: 1.15rem;
    color: #e3e3e3;
    font-weight: 500;
}

.s-p .card-list .card-item .message-button {
    font-size: 1.25rem;
    color: #030728;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.s-p .card-list .card-item .message-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: blue;
}

.s-p .slider-wrapper .swiper-pagination-bullet {
    background: black;
    height: 13px;
    width: 13px;
    opacity: 0.5;
}

.s-p .slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.s-p .slider-wrapper .swiper-slide-button {
    color: black;
    text-shadow: 0 0 10px black;
    margin-top: -55px;
    transition: 0.2s ease;
}

.s-p .slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
}

@media (max-width: 768px) {
    .s-p .slider-wrapper {
        margin: 0 10px 40px;
    }

    .s-p .slider-wrapper .swiper-slide-button {
        display: none;
    }
}


.wwci .row {
    margin-top: -30px;
}

.wwci .col-sm-3 {
    background-color: rgb(198 217 227);
}

.wwci i {
    border: 1px solid rgb(177, 176, 176);
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    padding: 10px;
    top: -10%;
    background-color: white;
}

.f-l::first-letter {
    font-size: 30px;
}

.wwcf input {
    border: none;
    border-bottom: 1px solid rgb(192, 190, 190);
}




.contact-s i {
    font-size: 30px;
}

.contact-s .col-sm-3 {
    padding: 10px;
    border: 1px dotted rgb(196, 194, 194);
}



.career-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: 0.5s all linear;
}

@media screen and (max-width: 575px){
    .Our-Values{
        margin-top: 40px !important;
    }
    .main-value{
        margin-top: 2%;
    }
    .Our-Values .heading{
        padding-block: 0 !important;
    }
}
.main-value {
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    transition: 0.5s all linear;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-color: #cb4410;
    box-shadow: 0 0 10px rgb(119, 118, 118);
    color: white;
}

.Our-Values .four-s {
    border: 1px solid #d4cfcf;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    position: relative;
}

.Our-Values .heading {
    display: block;
    width: 100%;
    text-align: center;
    padding-block: 40px;
    height: auto;
    font-weight: bold;
}

.Our-Values .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.four-s:hover .overlay {
    height: 100%;
}

.Our-Values .text {
    color: black;
    position: absolute;
    top: 50%;
    font-size: 15px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* footer  */
.main-footer {
    background-color: #807f7f;
    color: white;
    padding-bottom: 10px;
}

.main-footer p::first-letter {
    font-size: 200%;
}

.main-footer li {
    list-style-type: none;
}

.main-footer a {
    text-decoration: none;
    color: white;
}

.main-footer a:hover {
    color: orange;
}

.footer-link i {
    font-size: 18px;
    color: black;
}
.f-i input{
    border-radius: 50px;
}
.f-i textarea{
    border-radius: 50px;
}
/* footer end */