.error h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.single-team .content .image img,
section.about-in-page .content .image img,
section.team .content .team-box .image img,
section.blogs .content .blogs-box .image img,
section.blogs-in-page .content .blogs-box .image img,
section.services .content .service-box .image img,
section.services .single-blog .content .blog-box .image img,
.single-blog section.services .content .blog-box .image img,
section.single-service .content .service-box .image img,
section.single-service .single-blog .content .blog-box .image img,
.single-blog section.single-service .content .blog-box .image img,
section.single-blog .content .service-box .image img,
section.single-blog .content .blog-box .image img,
section.services-in-page .content .service-box .image img,
section.services-in-page .single-blog .content .blog-box .image img,
.single-blog section.services-in-page .content .blog-box .image img,
section.about .content .about-image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-widget .help p,
.side-widget .other-services ul li a,
.side-widget .single-blog .content .other-blogs ul li a,
.single-blog .content .side-widget .other-blogs ul li a,
footer .footer-content .footer-box .map-links li a,
footer .footer-content .footer-box .text p,
section.team .content .team-box .details .name a,
section.blogs .content .blogs-box .details .title a,
section.blogs-in-page .content .blogs-box .details .title a,
section.services .content .service-box .details .title a,
section.services .single-blog .content .blog-box .details .title a,
.single-blog section.services .content .blog-box .details .title a,
section.single-service .content .service-box .details .title a,
section.single-service .single-blog .content .blog-box .details .title a,
.single-blog section.single-service .content .blog-box .details .title a,
section.single-blog .content .service-box .details .title a,
section.single-blog .content .blog-box .details .title a,
section.services-in-page .content .service-box .details .title a,
section.services-in-page .single-blog .content .blog-box .details .title a,
.single-blog section.services-in-page .content .blog-box .details .title a,
section.about .content .about-text p,
section.main-slider .main-slider-carousel .owl-item .item .item-details p,
section.main-slider .main-slider-carousel .owl-item .item .item-details .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

section.services-in-page .content .nav .nav-link span {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.contact .info-area .info-box,
header .btn-area .consultant {
    position: relative;
    z-index: 1;
}

section.contact .info-area .info-box:focus::before,
header .btn-area .consultant:focus::before,
section.contact .info-area .info-box:active::before,
header .btn-area .consultant:active::before,
section.contact .info-area .info-box:hover::before,
header .btn-area .consultant:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

section.contact .info-area .info-box::before,
header .btn-area .consultant::before {
    content: '';
    transform: scaleX(0);
    transform-origin: bottom right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #191919;
    z-index: -1;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    z-index: -1;
}

section.contact .form-area .contact-box .form-content .contact-btn .outer-btn,
section.packages .content .packages-box .packages-btn .outer-btn,
section.contact .content .contact-btn .outer-btn,
section.team .content .team-btn .outer-btn,
section.blogs .content .blogs-btn .outer-btn,
section.blogs-in-page .content .blogs-btn .outer-btn,
section.services .content .services-btn .outer-btn,
section.single-service .content .services-btn .outer-btn,
section.single-blog .content .services-btn .outer-btn,
section.services-in-page .content .services-btn .outer-btn,
section.about .content .about-btn .outer-btn,
section.main-slider .main-slider-carousel .owl-item .item-btn .outer-btn {
    display: inline-block;
    position: relative;
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.outer-btn:hover::before,
section.packages .content .packages-box .packages-btn .outer-btn:hover::before,
section.contact .content .contact-btn .outer-btn:hover::before,
section.team .content .team-btn .outer-btn:hover::before,
section.blogs .content .blogs-btn .outer-btn:hover::before,
section.blogs-in-page .content .blogs-btn .outer-btn:hover::before,
section.services .content .services-btn .outer-btn:hover::before,
section.single-service .content .services-btn .outer-btn:hover::before,
section.single-blog .content .services-btn .outer-btn:hover::before,
section.services-in-page .content .services-btn .outer-btn:hover::before,
section.about .content .about-btn .outer-btn:hover::before,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.outer-btn:hover::before {
    width: 100%;
    height: 100%;
}

section.contact .form-area .contact-box .form-content .contact-btn .btn,
section.packages .content .packages-box .packages-btn .btn,
section.contact .content .contact-btn .btn,
section.team .content .team-btn .btn,
section.blogs .content .blogs-btn .btn,
section.blogs-in-page .content .blogs-btn .btn,
section.services .content .services-btn .btn,
section.single-service .content .services-btn .btn,
section.single-blog .content .services-btn .btn,
section.services-in-page .content .services-btn .btn,
section.about .content .about-btn .btn,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 15px;
    color: #8c746c;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    padding: 0;
    background: none;
    color: #000;
    position: relative;
    background-color: #fff;
    /*border: 1px solid #fff;*/
    overflow: hidden;
}

section.contact .form-area .contact-box .form-content .contact-btn .btn:focus,
section.packages .content .packages-box .packages-btn .btn:focus,
section.contact .content .contact-btn .btn:focus,
section.team .content .team-btn .btn:focus,
section.blogs .content .blogs-btn .btn:focus,
section.blogs-in-page .content .blogs-btn .btn:focus,
section.services .content .services-btn .btn:focus,
section.single-service .content .services-btn .btn:focus,
section.single-blog .content .services-btn .btn:focus,
section.services-in-page .content .services-btn .btn:focus,
section.about .content .about-btn .btn:focus,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:focus,
section.contact .form-area .contact-box .form-content .contact-btn .btn:active,
section.packages .content .packages-box .packages-btn .btn:active,
section.contact .content .contact-btn .btn:active,
section.team .content .team-btn .btn:active,
section.blogs .content .blogs-btn .btn:active,
section.blogs-in-page .content .blogs-btn .btn:active,
section.services .content .services-btn .btn:active,
section.single-service .content .services-btn .btn:active,
section.single-blog .content .services-btn .btn:active,
section.services-in-page .content .services-btn .btn:active,
section.about .content .about-btn .btn:active,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:active,
section.contact .form-area .contact-box .form-content .contact-btn .btn:hover,
section.packages .content .packages-box .packages-btn .btn:hover,
section.contact .content .contact-btn .btn:hover,
section.team .content .team-btn .btn:hover,
section.blogs .content .blogs-btn .btn:hover,
section.blogs-in-page .content .blogs-btn .btn:hover,
section.services .content .services-btn .btn:hover,
section.single-service .content .services-btn .btn:hover,
section.single-blog .content .services-btn .btn:hover,
section.services-in-page .content .services-btn .btn:hover,
section.about .content .about-btn .btn:hover,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:hover {
    color: #fff;
    box-shadow: none;
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:focus
span,
section.packages .content .packages-box .packages-btn .btn:focus span,
section.contact .content .contact-btn .btn:focus span,
section.team .content .team-btn .btn:focus span,
section.blogs .content .blogs-btn .btn:focus span,
section.blogs-in-page .content .blogs-btn .btn:focus span,
section.services .content .services-btn .btn:focus span,
section.single-service .content .services-btn .btn:focus span,
section.single-blog .content .services-btn .btn:focus span,
section.services-in-page .content .services-btn .btn:focus span,
section.about .content .about-btn .btn:focus span,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:focus span,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:active
span,
section.packages .content .packages-box .packages-btn .btn:active span,
section.contact .content .contact-btn .btn:active span,
section.team .content .team-btn .btn:active span,
section.blogs .content .blogs-btn .btn:active span,
section.blogs-in-page .content .blogs-btn .btn:active span,
section.services .content .services-btn .btn:active span,
section.single-service .content .services-btn .btn:active span,
section.single-blog .content .services-btn .btn:active span,
section.services-in-page .content .services-btn .btn:active span,
section.about .content .about-btn .btn:active span,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:active span,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:hover
span,
section.packages .content .packages-box .packages-btn .btn:hover span,
section.contact .content .contact-btn .btn:hover span,
section.team .content .team-btn .btn:hover span,
section.blogs .content .blogs-btn .btn:hover span,
section.blogs-in-page .content .blogs-btn .btn:hover span,
section.services .content .services-btn .btn:hover span,
section.single-service .content .services-btn .btn:hover span,
section.single-blog .content .services-btn .btn:hover span,
section.services-in-page .content .services-btn .btn:hover span,
section.about .content .about-btn .btn:hover span,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn:hover span {
    overflow: hidden;
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:focus
span::before,
section.packages .content .packages-box .packages-btn .btn:focus span::before,
section.contact .content .contact-btn .btn:focus span::before,
section.team .content .team-btn .btn:focus span::before,
section.blogs .content .blogs-btn .btn:focus span::before,
section.blogs-in-page .content .blogs-btn .btn:focus span::before,
section.services .content .services-btn .btn:focus span::before,
section.single-service .content .services-btn .btn:focus span::before,
section.single-blog .content .services-btn .btn:focus span::before,
section.services-in-page .content .services-btn .btn:focus span::before,
section.about .content .about-btn .btn:focus span::before,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:focus
span::before,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:active
span::before,
section.packages .content .packages-box .packages-btn .btn:active span::before,
section.contact .content .contact-btn .btn:active span::before,
section.team .content .team-btn .btn:active span::before,
section.blogs .content .blogs-btn .btn:active span::before,
section.blogs-in-page .content .blogs-btn .btn:active span::before,
section.services .content .services-btn .btn:active span::before,
section.single-service .content .services-btn .btn:active span::before,
section.single-blog .content .services-btn .btn:active span::before,
section.services-in-page .content .services-btn .btn:active span::before,
section.about .content .about-btn .btn:active span::before,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:active
span::before,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:hover
span::before,
section.packages .content .packages-box .packages-btn .btn:hover span::before,
section.contact .content .contact-btn .btn:hover span::before,
section.team .content .team-btn .btn:hover span::before,
section.blogs .content .blogs-btn .btn:hover span::before,
section.blogs-in-page .content .blogs-btn .btn:hover span::before,
section.services .content .services-btn .btn:hover span::before,
section.single-service .content .services-btn .btn:hover span::before,
section.single-blog .content .services-btn .btn:hover span::before,
section.services-in-page .content .services-btn .btn:hover span::before,
section.about .content .about-btn .btn:hover span::before,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:hover
span::before {
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:focus
span::after,
section.packages .content .packages-box .packages-btn .btn:focus span::after,
section.contact .content .contact-btn .btn:focus span::after,
section.team .content .team-btn .btn:focus span::after,
section.blogs .content .blogs-btn .btn:focus span::after,
section.blogs-in-page .content .blogs-btn .btn:focus span::after,
section.services .content .services-btn .btn:focus span::after,
section.single-service .content .services-btn .btn:focus span::after,
section.single-blog .content .services-btn .btn:focus span::after,
section.services-in-page .content .services-btn .btn:focus span::after,
section.about .content .about-btn .btn:focus span::after,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:focus
span::after,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:active
span::after,
section.packages .content .packages-box .packages-btn .btn:active span::after,
section.contact .content .contact-btn .btn:active span::after,
section.team .content .team-btn .btn:active span::after,
section.blogs .content .blogs-btn .btn:active span::after,
section.blogs-in-page .content .blogs-btn .btn:active span::after,
section.services .content .services-btn .btn:active span::after,
section.single-service .content .services-btn .btn:active span::after,
section.single-blog .content .services-btn .btn:active span::after,
section.services-in-page .content .services-btn .btn:active span::after,
section.about .content .about-btn .btn:active span::after,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:active
span::after,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn:hover
span::after,
section.packages .content .packages-box .packages-btn .btn:hover span::after,
section.contact .content .contact-btn .btn:hover span::after,
section.team .content .team-btn .btn:hover span::after,
section.blogs .content .blogs-btn .btn:hover span::after,
section.blogs-in-page .content .blogs-btn .btn:hover span::after,
section.services .content .services-btn .btn:hover span::after,
section.single-service .content .services-btn .btn:hover span::after,
section.single-blog .content .services-btn .btn:hover span::after,
section.services-in-page .content .services-btn .btn:hover span::after,
section.about .content .about-btn .btn:hover span::after,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn:hover
span::after {
    transform: translateX(40%);
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
}

section.contact .form-area .contact-box .form-content .contact-btn .btn span,
section.packages .content .packages-box .packages-btn .btn span,
section.contact .content .contact-btn .btn span,
section.team .content .team-btn .btn span,
section.blogs .content .blogs-btn .btn span,
section.blogs-in-page .content .blogs-btn .btn span,
section.services .content .services-btn .btn span,
section.single-service .content .services-btn .btn span,
section.single-blog .content .services-btn .btn span,
section.services-in-page .content .services-btn .btn span,
section.about .content .about-btn .btn span,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn span {
    position: relative;
    display: block;
    padding: 15px 35px;
    z-index: 1;
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn
span::before,
section.packages .content .packages-box .packages-btn .btn span::before,
section.contact .content .contact-btn .btn span::before,
section.team .content .team-btn .btn span::before,
section.blogs .content .blogs-btn .btn span::before,
section.blogs-in-page .content .blogs-btn .btn span::before,
section.services .content .services-btn .btn span::before,
section.single-service .content .services-btn .btn span::before,
section.single-blog .content .services-btn .btn span::before,
section.services-in-page .content .services-btn .btn span::before,
section.about .content .about-btn .btn span::before,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn span::before,
section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn
span::after,
section.packages .content .packages-box .packages-btn .btn span::after,
section.contact .content .contact-btn .btn span::after,
section.team .content .team-btn .btn span::after,
section.blogs .content .blogs-btn .btn span::after,
section.blogs-in-page .content .blogs-btn .btn span::after,
section.services .content .services-btn .btn span::after,
section.single-service .content .services-btn .btn span::after,
section.single-blog .content .services-btn .btn span::after,
section.services-in-page .content .services-btn .btn span::after,
section.about .content .about-btn .btn span::after,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn span::after {
    position: absolute;
    content: '';
    border-bottom: 55px solid #8c746c;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    z-index: -1;
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn
span::before,
section.packages .content .packages-box .packages-btn .btn span::before,
section.contact .content .contact-btn .btn span::before,
section.team .content .team-btn .btn span::before,
section.blogs .content .blogs-btn .btn span::before,
section.blogs-in-page .content .blogs-btn .btn span::before,
section.services .content .services-btn .btn span::before,
section.single-service .content .services-btn .btn span::before,
section.single-blog .content .services-btn .btn span::before,
section.services-in-page .content .services-btn .btn span::before,
section.about .content .about-btn .btn span::before,
section.main-slider
.main-slider-carousel
.owl-item
.item-btn
.btn
span::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

section.contact
.form-area
.contact-box
.form-content
.contact-btn
.btn
span::after,
section.packages .content .packages-box .packages-btn .btn span::after,
section.contact .content .contact-btn .btn span::after,
section.team .content .team-btn .btn span::after,
section.blogs .content .blogs-btn .btn span::after,
section.blogs-in-page .content .blogs-btn .btn span::after,
section.services .content .services-btn .btn span::after,
section.single-service .content .services-btn .btn span::after,
section.single-blog .content .services-btn .btn span::after,
section.services-in-page .content .services-btn .btn span::after,
section.about .content .about-btn .btn span::after,
section.main-slider .main-slider-carousel .owl-item .item-btn .btn span::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: -50px;
    border-left: 30px solid transparent;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.main-title {
    margin-bottom: 4rem;
    position: relative;
}

.main-title h2 {
    font-size: 36px;
    color: #191919;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.main-title h2 .diff-color {
    color: #8c746c;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
}

#toTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 99;
    display: none;
}

#toTop button {
    background-color: #8c746c;
    width: 45px;
    height: 45px;
    border: none;
    color: #fff;
}

.main-breadcrumb {
    padding: 1.5rem 0;
}

.main-breadcrumb ol {
    margin: 0;
    padding: 0;
}

.main-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
    text-transform: capitalize;
}

.main-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #6c6b6b;
    font-weight: 500;
}

.main-breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #6c6b6b;
}

.nothing {
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    text-transform: capitalize;
    text-align: center;
}

.btn:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

dl,
ol,
ul {
    padding: 0;
    padding-inline-start: 20px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

a {
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #8c746c;
    border-color: #8c746c;
}

.alert {
    font-size: 14px;
}

.alert strong {
    margin-inline-end: 5px;
}

.theme-colors {
    position: fixed;
    top: 30vh;
    background-color: #fff;
    left: -92px;
    z-index: 99;
    padding: 5px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.theme-colors.move {
    left: 0;
}

.theme-colors span {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    display: block;
}

.theme-colors .show-icon {
    position: relative;
    cursor: pointer;
}

.theme-colors .show-icon .icon {
    position: absolute;
    right: -41px;
    top: -5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
}

.theme-colors .show-icon .icon i {
    animation: icon-rotate linear 3s infinite;
    display: block;
}

.theme-colors ul {
    display: grid;
    grid-template-columns: repeat(3, 25px);
    gap: 3px;
    padding: 0;
    margin-bottom: 10px;
}

.theme-colors ul li {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    list-style: none;
}

.theme-colors .pick-color {
    width: 100%;
}

@keyframes icon-rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .logo {
    width: 200px;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    color: #343434;
}

body .main-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #f9f9f9;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

header.fixed {
    top: -55px;
    box-shadow: 0 4px 20px 0 rgba(115, 115, 115, 0.14),
    0 7px 10px -5px rgba(126, 126, 126, 0.4);
}

header.fixed .navbar .navbar-brand {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

header.fixed .navbar .navbar-brand img {
    max-width: 100%;
}

header .top-part {
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 100px;
}

header .top-part .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-part .content .text {
    font-size: 15px;
}

header .top-part .content .text p {
    margin-bottom: 0;
    text-transform: capitalize;
}

header .top-part .content .some-info {
    display: flex;
}

header .top-part .content .some-info .info {
    display: grid;
    grid-template-columns: 35px auto;
    border-inline-end: 1px solid #fff;
    align-items: center;
    padding-inline-end: 25px;
    line-height: 1.5;
}

header .top-part .content .some-info .info:last-child {
    border: 0;
}

header .top-part .content .some-info .info p,
header .top-part .content .some-info .info a {
    font-size: 15px;
    margin-bottom: 0;
    color: #343434;
}

header .top-part .content .some-info .info .icon {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #8c746c;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

header .top-part .content .links {
    white-space: nowrap;
}

header .top-part .content .links a {
    color: #9e9e9e;
    margin-inline-end: 15px;
}

header .top-part .content .links a:last-child {
    margin-inline-end: 0;
}

header .top-part .content .links a:focus,
header .top-part .content .links a:active,
header .top-part .content .links a:hover {
    color: #8c746c;
}

header .btn-area .consultant {
    color: #fff;
    font-size: 14px;
    padding: 13px 25px;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background-color: #8c746c;
    text-transform: capitalize;
}

header .btn-area .dropdown-menu {
    padding: 0;
    box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top: 2px solid #8c746c;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

header .btn-area .dropdown-menu li {
    border-bottom: 1px solid #eee;
    line-height: 3;
}

header .btn-area .dropdown-menu li:last-of-type {
    border-bottom: none;
}

header .btn-area .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 0 20px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    text-transform: capitalize;
    position: relative;
}

header .btn-area .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #8c746c;
}

header .navbar {
    padding: 0 100px;
    position: static;
}

header .navbar .navbar-brand {
    padding: 15px;
    max-width: 300px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    transition: top ease 0.3s;
    -webkit-transition: top ease 0.3s;
    -moz-transition: top ease 0.3s;
    -ms-transition: top ease 0.3s;
    -o-transition: top ease 0.3s;
}

header .navbar .navbar-brand img {
    max-width: 130%;
    transition: max-width ease 0.3s;
    -webkit-transition: max-width ease 0.3s;
    -moz-transition: max-width ease 0.3s;
    -ms-transition: max-width ease 0.3s;
    -o-transition: max-width ease 0.3s;
}

header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

header .navbar .navbar-nav {
    padding: 0;
}

header .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
    line-height: 5;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

header .navbar .navbar-nav .nav-item:hover .nav-link,
header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #8c746c;
}

header .navbar .navbar-nav .nav-item:last-child {
    padding-inline-end: 0;
}

header .navbar .navbar-nav .nav-item:first-child {
    padding-inline-start: 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #343434;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    margin: 0;
    min-width: 225px;
}

header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top: 2px solid #8c746c;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

header .navbar .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
    line-height: 3;
}

header .navbar .navbar-nav .nav-item .dropdown-menu li:last-of-type {
    border-bottom: none;
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 0 20px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    text-transform: capitalize;
    position: relative;
}

header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #8c746c;
}

header .hamburger-menu {
    display: inline-block;
    margin-left: auto;
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
    display: none;
}

header .hamburger-menu:hover span {
    width: 30px !important;
}

header .hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    /*right: 0;*/
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

header .hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}

header .hamburger-menu span:nth-child(2) {
    top: 9px;
}

header .hamburger-menu span:nth-child(3) {
    top: 18px;
    width: 100%;
}

header .hamburger-menu.open span:nth-child(1) {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px !important;
}

header .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    right: 20px;
}

header .hamburger-menu.open span:nth-child(3) {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 28px !important;
}

header .offcanvas .btn-close:focus {
    outline: none;
    box-shadow: none;
}

header .offcanvas .offcanvas-header {
    justify-content: flex-end;
    background: #fff;
}

header .offcanvas .navbar {
    position: static;
}

header .offcanvas .navbar .navbar-nav .nav-item {
    line-height: 1.5;
    border-bottom: 1px solid #f5f5f5;
}

header .offcanvas .navbar .navbar-nav .nav-item .dropdown-toggle {
    position: relative;
}

header .offcanvas .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    position: absolute;
    right: 0;
    vertical-align: middle;
    top: 45%;
}

header .offcanvas .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 10px;
}

section.main-slider {
    background-color: #f9f9f9;
}

section.main-slider .main-slider-carousel .owl-item.active .title {
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.7s;
}

section.main-slider .main-slider-carousel .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

section.main-slider .main-slider-carousel .owl-item.active .outer-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

section.main-slider .main-slider-carousel .owl-item .item {
    position: relative;
    text-align: center;
}

section.main-slider .main-slider-carousel .owl-item .item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        50deg,
        rgba(21, 41, 76, 0.35) 50%,
        rgba(21, 41, 76, 0.35) 50%
    );
    z-index: 0;
}

section.main-slider .main-slider-carousel .owl-item .item img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    -o-object-fit: cover;
}

section.main-slider .main-slider-carousel .owl-item .item .item-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

section.main-slider
.main-slider-carousel
.owl-item
.item
.item-details
.item-text {
    max-width: 850px;
    margin: auto;
    direction: initial;
}

section.main-slider .main-slider-carousel .owl-item .item .item-details .title {
    text-transform: capitalize;
    color: #fff;
    font-size: 50px;
    margin-bottom: 25px;
    font-weight: 700;
    -webkit-line-clamp: 2;
}

section.main-slider .main-slider-carousel .owl-item .item .item-details p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4em;
    -webkit-line-clamp: 3;
}

section.main-slider .main-slider-carousel .owl-item .item-btn .btn {
    font-weight: 600;
}

section.main-slider .owl-theme .owl-nav [class*='owl-'] {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

section.main-slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #8c746c;
}

section.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

section.main-slider .owl-theme .owl-dots .owl-dot.active span,
section.main-slider
.owl-theme
.owl-dots
.owl-theme
.owl-dots
.owl-dot:hover
span {
    background: #8c746c;
}

section.main-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
}

section.main-slider .owl-nav .owl-next,
section.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

section.main-slider .owl-nav .owl-next i,
section.main-slider .owl-nav .owl-prev i {
    font-size: 20px;
}

section.main-slider .owl-nav .owl-next {
    right: 15px;
}

section.main-slider .owl-nav .owl-prev {
    left: 15px;
}

section.main-slider .owl-stage {
    transition: ease 1s !important;
}

section.about {
    padding: 100px 0;
}

section.about .content .main-title {
    margin-bottom: 2rem;
}

section.about .content .main-title .top-title {
    display: block;
    color: #8c746c;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

section.about .content .main-title h2 {
    color: #191919;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
}

section.about .content .about-image {
    position: relative;
}

section.about .content .about-image .image {
    position: relative;
}

section.about .content .about-image .image::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: -30px;
    background-image: url(../images/about/pt1.png);
    background-repeat: no-repeat;
    z-index: -1;
}

section.about .content .about-image .image img {
    height: 550px;
}

section.about .content .about-text {
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    /*margin-bottom: 25px;*/
    padding-inline-start: 50px;
}

section.about .content .about-text p {
    text-align: justify;
    margin-bottom: 20px;
}

section.about .content .about-btn .btn {
    border-color: #191919;
    color: #191919;
}

section.about .content .about-btn .btn:hover {
    color: #fff;
}

section.about .content .about-btn .btn span::before,
section.about .content .about-btn .btn span::after {
    border-bottom: 55px solid #191919;
}

section.services,
section.single-service,
section.single-blog,
section.services-in-page {
    padding: 100px 0;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}

section.services .main-title h2,
section.single-service .main-title h2,
section.single-blog .main-title h2,
section.services-in-page .main-title h2 {
    text-align: center;
}

section.services .content .service-box,
section.services .single-blog .content .blog-box,
.single-blog section.services .content .blog-box,
section.single-service .content .service-box,
section.single-service .single-blog .content .blog-box,
.single-blog section.single-service .content .blog-box,
section.single-blog .content .service-box,
section.single-blog .content .blog-box,
section.services-in-page .content .service-box,
section.services-in-page .single-blog .content .blog-box,
.single-blog section.services-in-page .content .blog-box {
    position: relative;
    margin-bottom: 30px;
}

section.services .content .service-box:hover .image,
section.services .single-blog .content .blog-box:hover .image,
.single-blog section.services .content .blog-box:hover .image,
section.single-service .content .service-box:hover .image,
section.single-service .single-blog .content .blog-box:hover .image,
.single-blog section.single-service .content .blog-box:hover .image,
section.single-blog .content .service-box:hover .image,
section.single-blog .content .blog-box:hover .image,
section.services-in-page .content .service-box:hover .image,
section.services-in-page .single-blog .content .blog-box:hover .image,
.single-blog section.services-in-page .content .blog-box:hover .image {
    background-color: #000;
}

section.services .content .service-box:hover .image img,
section.services .single-blog .content .blog-box:hover .image img,
.single-blog section.services .content .blog-box:hover .image img,
section.single-service .content .service-box:hover .image img,
section.single-service .single-blog .content .blog-box:hover .image img,
.single-blog section.single-service .content .blog-box:hover .image img,
section.single-blog .content .service-box:hover .image img,
section.single-blog .content .blog-box:hover .image img,
section.services-in-page .content .service-box:hover .image img,
section.services-in-page .single-blog .content .blog-box:hover .image img,
.single-blog section.services-in-page .content .blog-box:hover .image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    opacity: 0.6;
}

section.services .content .service-box:hover .details .title a,
section.services .single-blog .content .blog-box:hover .details .title a,
.single-blog section.services .content .blog-box:hover .details .title a,
section.single-service .content .service-box:hover .details .title a,
section.single-service .single-blog .content .blog-box:hover .details .title a,
.single-blog section.single-service .content .blog-box:hover .details .title a,
section.single-blog .content .service-box:hover .details .title a,
section.single-blog .content .blog-box:hover .details .title a,
section.services-in-page .content .service-box:hover .details .title a,
section.services-in-page
.single-blog
.content
.blog-box:hover
.details
.title
a,
.single-blog
section.services-in-page
.content
.blog-box:hover
.details
.title
a {
    color: #8c746c !important;
}

section.services .content .service-box .image,
section.services .single-blog .content .blog-box .image,
.single-blog section.services .content .blog-box .image,
section.single-service .content .service-box .image,
section.single-service .single-blog .content .blog-box .image,
.single-blog section.single-service .content .blog-box .image,
section.single-blog .content .service-box .image,
section.single-blog .content .blog-box .image,
section.services-in-page .content .service-box .image,
section.services-in-page .single-blog .content .blog-box .image,
.single-blog section.services-in-page .content .blog-box .image {
    overflow: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

section.services .content .service-box .image img,
section.services .single-blog .content .blog-box .image img,
.single-blog section.services .content .blog-box .image img,
section.single-service .content .service-box .image img,
section.single-service .single-blog .content .blog-box .image img,
.single-blog section.single-service .content .blog-box .image img,
section.single-blog .content .service-box .image img,
section.single-blog .content .blog-box .image img,
section.services-in-page .content .service-box .image img,
section.services-in-page .single-blog .content .blog-box .image img,
.single-blog section.services-in-page .content .blog-box .image img {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    height: 350px;
}

section.services .content .service-box .details,
section.services .single-blog .content .blog-box .details,
.single-blog section.services .content .blog-box .details,
section.single-service .content .service-box .details,
section.single-service .single-blog .content .blog-box .details,
.single-blog section.single-service .content .blog-box .details,
section.single-blog .content .service-box .details,
section.single-blog .content .blog-box .details,
section.services-in-page .content .service-box .details,
section.services-in-page .single-blog .content .blog-box .details,
.single-blog section.services-in-page .content .blog-box .details {
    background-color: #fff;
    position: relative;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

section.services .content .service-box .details::before,
section.services .single-blog .content .blog-box .details::before,
.single-blog section.services .content .blog-box .details::before,
section.single-service .content .service-box .details::before,
section.single-service .single-blog .content .blog-box .details::before,
.single-blog section.single-service .content .blog-box .details::before,
section.single-blog .content .service-box .details::before,
section.single-blog .content .blog-box .details::before,
section.services-in-page .content .service-box .details::before,
section.services-in-page .single-blog .content .blog-box .details::before,
.single-blog section.services-in-page .content .blog-box .details::before {
    content: '';
    position: absolute;
    left: -2px;
    height: 65%;
    width: 2px;
    background-color: #8c746c;
}

/*section.services .content .service-box .details::after,*/
section.services .single-blog .content .blog-box .details::after,
.single-blog section.services .content .blog-box .details::after,
    /*section.single-service .content .service-box .details::after,*/
section.single-service .single-blog .content .blog-box .details::after,
.single-blog section.single-service .content .blog-box .details::after,
section.single-blog .content .service-box .details::after,
section.single-blog .content .blog-box .details::after,
section.services-in-page .content .service-box .details::after,
section.services-in-page .single-blog .content .blog-box .details::after,
.single-blog section.services-in-page .content .blog-box .details::after {
    font-family: 'bootstrap-icons';
    content: '\f1cc';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: #e8e8e8;
    font-size: 80px;
    line-height: 1em;
    z-index: -1;
    opacity: 0.3;
}

section.services .content .service-box .details .title,
section.services .single-blog .content .blog-box .details .title,
.single-blog section.services .content .blog-box .details .title,
section.single-service .content .service-box .details .title,
section.single-service .single-blog .content .blog-box .details .title,
.single-blog section.single-service .content .blog-box .details .title,
section.single-blog .content .service-box .details .title,
section.single-blog .content .blog-box .details .title,
section.services-in-page .content .service-box .details .title,
section.services-in-page .single-blog .content .blog-box .details .title,
.single-blog section.services-in-page .content .blog-box .details .title {
    margin-bottom: 15px;
}

section.services .content .service-box .details .title a,
section.services .single-blog .content .blog-box .details .title a,
.single-blog section.services .content .blog-box .details .title a,
section.single-service .content .service-box .details .title a,
section.single-service .single-blog .content .blog-box .details .title a,
.single-blog section.single-service .content .blog-box .details .title a,
section.single-blog .content .service-box .details .title a,
section.single-blog .content .blog-box .details .title a,
section.services-in-page .content .service-box .details .title a,
section.services-in-page .single-blog .content .blog-box .details .title a,
.single-blog section.services-in-page .content .blog-box .details .title a {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

section.services .content .service-box .details .description,
section.services .single-blog .content .blog-box .details .description,
.single-blog section.services .content .blog-box .details .description,
section.single-service .content .service-box .details .description,
section.single-service .single-blog .content .blog-box .details .description,
.single-blog section.single-service .content .blog-box .details .description,
section.single-blog .content .service-box .details .description,
section.single-blog .content .blog-box .details .description,
section.services-in-page .content .service-box .details .description,
section.services-in-page .single-blog .content .blog-box .details .description,
.single-blog section.services-in-page .content .blog-box .details .description {
    height: 120px;
}

section.services .content .service-box .details .btns,
section.services .single-blog .content .blog-box .details .btns,
.single-blog section.services .content .blog-box .details .btns,
section.single-service .content .service-box .details .btns,
section.single-service .single-blog .content .blog-box .details .btns,
.single-blog section.single-service .content .blog-box .details .btns,
section.single-blog .content .service-box .details .btns,
section.single-blog .content .blog-box .details .btns,
section.services-in-page .content .service-box .details .btns,
section.services-in-page .single-blog .content .blog-box .details .btns,
.single-blog section.services-in-page .content .blog-box .details .btns {
    position: absolute;
    right: 30px;
    top: -30px;
}

section.services .content .service-box .details .btns .details-btn,
section.services .single-blog .content .blog-box .details .btns .details-btn,
.single-blog section.services .content .blog-box .details .btns .details-btn,
section.single-service .content .service-box .details .btns .details-btn,
section.single-service
.single-blog
.content
.blog-box
.details
.btns
.details-btn,
.single-blog
section.single-service
.content
.blog-box
.details
.btns
.details-btn,
section.single-blog .content .service-box .details .btns .details-btn,
section.single-blog .content .blog-box .details .btns .details-btn,
section.services-in-page .content .service-box .details .btns .details-btn,
section.services-in-page
.single-blog
.content
.blog-box
.details
.btns
.details-btn,
.single-blog
section.services-in-page
.content
.blog-box
.details
.btns
.details-btn {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    background-color: #8c746c;
    display: inline-block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

section.services .content .service-box .details .btns .details-btn:hover,
section.services
.single-blog
.content
.blog-box
.details
.btns
.details-btn:hover,
.single-blog
section.services
.content
.blog-box
.details
.btns
.details-btn:hover,
section.single-service .content .service-box .details .btns .details-btn:hover,
section.single-service
.single-blog
.content
.blog-box
.details
.btns
.details-btn:hover,
.single-blog
section.single-service
.content
.blog-box
.details
.btns
.details-btn:hover,
section.single-blog .content .service-box .details .btns .details-btn:hover,
section.single-blog .content .blog-box .details .btns .details-btn:hover,
section.services-in-page
.content
.service-box
.details
.btns
.details-btn:hover,
section.services-in-page
.single-blog
.content
.blog-box
.details
.btns
.details-btn:hover,
.single-blog
section.services-in-page
.content
.blog-box
.details
.btns
.details-btn:hover {
    background-color: #191919;
}

section.services .content .services-btn,
section.single-service .content .services-btn,
section.single-blog .content .services-btn,
section.services-in-page .content .services-btn {
    text-align: center;
    margin-top: 40px;
}

section.services .content .services-btn .btn,
section.single-service .content .services-btn .btn,
section.single-blog .content .services-btn .btn,
section.services-in-page .content .services-btn .btn {
    border-color: #191919;
    color: #191919;
}

section.services .content .services-btn .btn:hover,
section.single-service .content .services-btn .btn:hover,
section.single-blog .content .services-btn .btn:hover,
section.services-in-page .content .services-btn .btn:hover {
    color: #fff;
}

section.services .content .services-btn .btn span::before,
section.single-service .content .services-btn .btn span::before,
section.single-blog .content .services-btn .btn span::before,
section.services-in-page .content .services-btn .btn span::before,
section.services .content .services-btn .btn span::after,
section.single-service .content .services-btn .btn span::after,
section.single-blog .content .services-btn .btn span::after,
section.services-in-page .content .services-btn .btn span::after {
    border-bottom: 55px solid #191919;
}

section.blogs,
section.blogs-in-page {
    padding: 100px 0;
    background-color: #f8f8f8;
}

section.blogs .main-title,
section.blogs-in-page .main-title {
    text-align: center;
}

section.blogs .content .blogs-box:hover .image img,
section.blogs-in-page .content .blogs-box:hover .image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

section.blogs .content .blogs-box .image,
section.blogs-in-page .content .blogs-box .image {
    position: relative;
    overflow: hidden;
}

section.blogs .content .blogs-box .image::after,
section.blogs-in-page .content .blogs-box .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(52, 52, 52, 0)),
        to(rgba(52, 52, 52, 0.90196))
    );
    background-image: -o-linear-gradient(
        top,
        rgba(52, 52, 52, 0),
        rgba(52, 52, 52, 0.90196)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(52, 52, 52, 0),
        rgba(52, 52, 52, 0.90196)
    );
}

section.blogs .content .blogs-box .image img,
section.blogs-in-page .content .blogs-box .image img {
    height: 400px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

section.blogs .content .blogs-box .details,
section.blogs-in-page .content .blogs-box .details {
    padding: 25px 0 0;
    background-color: #f8f8f8;
    position: relative;
}

section.blogs .content .blogs-box .details .meta,
section.blogs-in-page .content .blogs-box .details .meta {
    padding: 0 20px;
    position: absolute;
    z-index: 3;
    top: -50px;
}

section.blogs .content .blogs-box .details .meta li,
section.blogs-in-page .content .blogs-box .details .meta li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

section.blogs .content .blogs-box .details .meta li i,
section.blogs-in-page .content .blogs-box .details .meta li i {
    margin-inline-end: 5px;
}

section.blogs .content .blogs-box .details .title,
section.blogs-in-page .content .blogs-box .details .title {
    margin-bottom: 24px;
}

section.blogs .content .blogs-box .details .title a,
section.blogs-in-page .content .blogs-box .details .title a {
    font-size: 22px;
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

section.blogs .content .blogs-box .details .title a:hover,
section.blogs-in-page .content .blogs-box .details .title a:hover {
    color: #8c746c;
}

section.blogs .content .blogs-box .details .btns .btn,
section.blogs-in-page .content .blogs-box .details .btns .btn {
    text-transform: capitalize;
    background-color: #8c746c;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 35px;
}

section.blogs .content .blogs-btn,
section.blogs-in-page .content .blogs-btn {
    text-align: center;
    margin-top: 40px;
}

section.blogs .content .blogs-btn .btn,
section.blogs-in-page .content .blogs-btn .btn {
    border-color: #191919;
    color: #191919;
}

section.blogs .content .blogs-btn .btn:hover,
section.blogs-in-page .content .blogs-btn .btn:hover {
    color: #fff;
}

section.blogs .content .blogs-btn .btn span::before,
section.blogs-in-page .content .blogs-btn .btn span::before,
section.blogs .content .blogs-btn .btn span::after,
section.blogs-in-page .content .blogs-btn .btn span::after {
    border-bottom: 55px solid #191919;
}

section.team {
    padding: 100px 0;
    background-color: #fff;
}

section.team .main-title {
    text-align: center;
}

section.team .content .team-box:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

section.team .content .team-box .image {
    position: relative;
    overflow: hidden;
}

section.team .content .team-box .image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    content: '';
    z-index: 1;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s,
    -webkit-transform 0.35s;
    -o-transition: opacity 0.35s,
    transform 0.35s;
    transition: opacity 0.35s,
    transform 0.35s;
    transition: opacity 0.35s,
    transform 0.35s,
    -webkit-transform 0.35s;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(52, 52, 52, 0)),
        to(rgba(52, 52, 52, 0.90196))
    );
    background-image: -o-linear-gradient(
        top,
        rgba(52, 52, 52, 0),
        rgba(52, 52, 52, 0.90196)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(52, 52, 52, 0),
        rgba(52, 52, 52, 0.90196)
    );
}

section.team .content .team-box .image img {
    height: 400px;
    object-position: top;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

section.team .content .team-box .details {
    padding: 25px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    left: 0;
    direction: initial;
}

section.team .content .team-box .details .job-title {
    color: #fff;
}

section.team .content .team-box .details .name a {
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

section.team .content .team-box .details .lawyer_name h3 {
    color: white;
    font-weight: 600;
}

section.team .content .team-box .details .btns .btn {
    text-transform: capitalize;
    background-color: #8c746c;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 35px;
}

section.team .content .team-btn {
    text-align: center;
    margin-top: 40px;
}

section.team .content .team-btn .btn {
    border-color: #191919;
    color: #191919;
}

section.team .content .team-btn .btn:hover {
    color: #fff;
}

section.team .content .team-btn .btn span::before,
section.team .content .team-btn .btn span::after {
    border-bottom: 55px solid #191919;
}

section.team .owl-theme .owl-dots {
    padding-top: 25px;
}

section.team .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background-color: #8c746c;
}

section.team .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 8px;
}

section.contact {
    padding: 100px 0;
    background-color: #f8f8f8;
}

section.contact .content .contact-form .form-group {
    margin-bottom: 20px;
}

section.contact .content .contact-form .form-group .form-control,
section.contact .content .contact-form .form-group .form-select {
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

section.contact .content .contact-form .form-group .form-control:focus,
section.contact .content .contact-form .form-group .form-select:focus {
    border-color: #191919;
    box-shadow: none;
}

section.contact .content .contact-form .form-group textarea {
    height: auto !important;
}

section.contact .content .contact-btn .btn {
    border-color: #191919;
    background-color: #191919;
    color: #fff;
}

section.contact .content .contact-btn .btn:hover {
    color: #fff;
}

section.contact .content .contact-btn .btn span::before,
section.contact .content .contact-btn .btn span::after {
    border-bottom: 55px solid #8c746c;
}

section.contact .content .successfully {
    font-size: 16px;
    margin-bottom: 25px;
    color: #058100;
}

.error {
    padding: 100px 0;
}

.error h2 {
    color: #191919;
    font-size: 12rem;
    position: relative;
    line-height: 1;
    font-weight: 700;
}

.error h2 .diff-color {
    color: #8c746c;
}

.error h2 img {
    max-width: 150px;
}

.error .lead {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.error .back {
    color: #fff;
    background-color: #8c746c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.error .back:hover {
    background-color: #191919;
}

footer {
    background-color: #060606;
    padding: 60px 0 0;
    background: linear-gradient(rgba(6, 6, 6, 0.9), rgba(6, 6, 6, 0.9)),
    url('../images/bgs/footer.jpg');
    background-position: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .row {
    row-gap: 20px;
}

footer .footer-content {
    padding-bottom: 30px;
}

footer .footer-content .footer-box .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    -webkit-line-clamp: 5;
    text-align: start;
}

footer .footer-content .footer-box .text .footer-logo img {
    max-width: 200px;
}

footer .footer-content .footer-box .text .btn {
    padding-inline-start: 0;
    padding-top: 0;
    color: #8c746c;
    font-weight: 600;
}

footer .footer-content .footer-box .text .btn img {
    width: 7px;
    margin-left: 5px;
}

footer .footer-content .footer-box .social-links h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

footer .footer-content .footer-box .social-links .links a {
    color: #ddd;
    font-size: 16px;
    margin-inline-end: 15px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

footer .footer-content .footer-box .social-links .links a:hover {
    color: #8c746c;
    opacity: 1;
}

footer .footer-content .footer-box h3 {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 35px;
    padding-inline-start: 15px;
    text-transform: capitalize;
}

footer .footer-content .footer-box h3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background-color: #8c746c;
}

footer .footer-content .footer-box .map-links {
    padding: 0;
}

footer .footer-content .footer-box .map-links li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    padding-inline-start: 20px;
    position: relative;
}

footer .footer-content .footer-box .map-links li::before {
    font-family: 'bootstrap-icons';
    content: '\f285';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}

footer .footer-content .footer-box .map-links li a {
    color: #fff;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
}

footer .footer-content .footer-box .map-links li a.btn {
    padding-inline-start: 0;
    padding-top: 0;
    color: #8c746c;
    font-weight: 600;
}

footer .footer-content .footer-box .contact p {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

footer .footer-content .footer-box .contact p i {
    margin-inline-end: 10px;
    color: #fff;
}

footer .footer-content .footer-box .contact a {
    color: #fff;
    display: inline-block;
}

footer .copyright {
    background-color: transparent;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer .copyright .copy-text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}

footer .copyright .copy-text p a {
    color: #fff;
    margin-inline-start: 5px;
}

section.map iframe {
    width: 100%;
    height: 451px;
}

header .flag {
    width: 20px;
    height: 20px;
}

header .lang-align {
    text-align: start;
}

.main-breadcrumb {
    padding: 12rem 0 7rem;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.main-breadcrumb::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.main-breadcrumb .breadcrumb-title {
    text-align: center;
}

.main-breadcrumb .breadcrumb-title h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-breadcrumb .breadcrumb {
    justify-content: center;
}

.main-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.main-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.main-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.main-breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #ffffff;
}

.navigation {
    margin-top: 25px;
}

.navigation .pagination {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    gap: 5px;
    justify-content: center;
}

.navigation .pagination .page-item.active .page-link {
    background-color: #8c746c;
    border-color: #8c746c;
    color: #fff;
}

.navigation .pagination .page-item .page-link {
    color: #fff;
    background-color: #191919;
}

.navigation .pagination .page-item .page-link:focus:not(.arrow) {
    color: #fff;
    background-color: #8c746c;
    box-shadow: 0 0 5px 0 rgba(13, 110, 253, 0.25);
    border-color: #8c746c;
}

.navigation .pagination .page-item .page-link.arrow {
    box-shadow: none;
}

.side-widget .other-services,
.side-widget .single-blog .content .other-blogs,
.single-blog .content .side-widget .other-blogs {
    padding: 25px;
    background: #fff;
    margin-bottom: 25px;
}

.side-widget .other-services .title h4,
.side-widget .single-blog .content .other-blogs .title h4,
.single-blog .content .side-widget .other-blogs .title h4 {
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 15px;
    margin-top: 0;
}

.side-widget .other-services .title h4::after,
.side-widget .single-blog .content .other-blogs .title h4::after,
.single-blog .content .side-widget .other-blogs .title h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8c746c;
    width: 70px;
    height: 2px;
}

.side-widget .other-services ul,
.side-widget .single-blog .content .other-blogs ul,
.single-blog .content .side-widget .other-blogs ul {
    padding: 0;
}

.side-widget .other-services ul li,
.side-widget .single-blog .content .other-blogs ul li,
.single-blog .content .side-widget .other-blogs ul li {
    list-style: none;
    line-height: 1.8em;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.side-widget .other-services ul li:last-child,
.side-widget .single-blog .content .other-blogs ul li:last-child,
.single-blog .content .side-widget .other-blogs ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.side-widget .other-services ul li a,
.side-widget .single-blog .content .other-blogs ul li a,
.single-blog .content .side-widget .other-blogs ul li a {
    font-size: 16px;
    color: #070143;
    font-weight: 500;
    padding-inline-start: 25px;
    position: relative;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
}

.side-widget .other-services ul li a::before,
.side-widget .single-blog .content .other-blogs ul li a::before,
.single-blog .content .side-widget .other-blogs ul li a::before {
    font-family: 'bootstrap-icons';
    content: 'chevron-double-right';
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #8c746c;
}

.side-widget .help {
    padding: 25px;
    background: linear-gradient(rgba(191, 0, 0, 0.37), rgba(0, 0, 0, 0.55)),
    url(../images/bgs/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-widget .help .title {
    margin-bottom: 25px;
}

.side-widget .help .title h4 {
    color: #fff;
    font-size: 24px;
}

.side-widget .help p {
    color: #fff;
    line-height: 1.7em;
    font-size: 14px;
    margin-bottom: 25px;
    -webkit-line-clamp: 5;
}

.side-widget .help .btn {
    background: #8c746c;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

section.packages {
    padding: 100px 0;
}

section.packages .main-title {
    text-align: center;
}

section.packages .content .packages-box {
    position: relative;
    z-index: 1;
    padding: 50px;
    color: #fff;
    background-size: cover;
    background-position: 50% 0%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

section.packages .content .packages-box:hover {
    background-position: 100% 50%;
}

section.packages .content .packages-box::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.9);
    z-index: -1;
}

section.packages .content .packages-box .type h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

section.packages .content .packages-box .type p {
    color: #fff;
}

section.packages .content .packages-box .price {
    margin-bottom: 30px;
}

section.packages .content .packages-box .price .per {
    font-size: 14px;
}

section.packages .content .packages-box .price span {
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: #8c746c;
}

section.packages .content .packages-box .price span sup {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-inline-start: 10px;
}

section.packages .content .packages-box .details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

section.packages .content .packages-box .details ul li {
    position: relative;
    padding-left: 28px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

section.packages .content .packages-box .details ul li::before {
    font-family: 'bootstrap-icons';
    content: 'check2-all';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}

section.packages .content .packages-box .details ul li.line-through {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

section.packages .content .packages-box .details ul li.line-through::before {
    content: 'x';
    color: #8c746c;
}

section.packages .content .packages-box .packages-btn .btn span {
    padding: 12px 35px;
}

section.packages .content .packages-box .packages-btn .outer-btn::before {
    z-index: auto;
}

section.about-in-page {
    padding: 100px 0;
    position: relative;
}

section.about-in-page::after {
    content: '';
    width: 250px;
    height: 328px;
    position: absolute;
    bottom: 0;
    right: 20px;
    background-image: url(../images/about/law.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: up_down 2s infinite alternate-reverse;
    animation: up_down 2s infinite alternate-reverse;
}

section.about-in-page .main-title {
    margin-bottom: 2rem;
}

section.about-in-page .main-title h2 {
    color: #191919;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
}

section.about-in-page p {
    color: #777777;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}

section.about-in-page .content .row:nth-child(even) {
    direction: rtl;
}

section.about-in-page .content .row:nth-child(even) .text {
    direction: initial;
}

section.about-in-page .content .box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-in-page .content .text {
    padding-top: 30px;
}

section.about-in-page .content .text ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}

section.about-in-page .content .text ul li {
    margin-bottom: 10px;
    color: #555;
    position: relative;
    padding-inline-start: 25px;
}

section.about-in-page .content .text ul li::before {
    font-family: 'bootstrap-icons';
    content: 'check2-circle';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #8c746c;
}

section.about-in-page .content .image {
    margin-bottom: 20px;
    margin-inline-end: 50px;
    float: left;
    position: relative;
}

section.about-in-page .content .image::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -30px;
    left: -30px;
    background-image: url(../images/about/pattern-2.png);
    background-repeat: no-repeat;
    z-index: -1;
}

section.about-in-page .content .image img {
    max-width: 100%;
    width: 400px;
    height: 500px;
}

section.about-in-page .content .more-text {
    margin-bottom: 1.5rem;
}

section.about-in-page .content .more-text:last-child {
    margin-bottom: 0;
}

section.about-in-page .content .more-text .sub-title h3 {
    position: relative;
}

section.about-in-page .content .more-text .sub-title h3::first-letter {
    color: #8c746c;
    font-weight: 600;
}

@-webkit-keyframes up_down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes up_down {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

section.services-in-page .main-title h2 {
    text-align: initial;
}

@supports (grid-row-gap: 25px) {
    section.services-in-page .row {
        grid-row-gap: 25px;
    }
}

@supports not (grid-row-gap: 25px) {
    section.services-in-page .content .box {
        margin-bottom: 25px;
    }
}

section.services-in-page .content .nav {
    margin-inline-end: 40px;
}

section.services-in-page .content .nav .nav-link {
    background: #8c746c;
    position: relative;
    height: 60px;
    z-index: 9;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: initial;
    padding: 15px;
}

section.services-in-page .content .nav .nav-link span {
    width: 220px;
    display: block;
}

section.services-in-page .content .nav .nav-link.active::before {
    position: absolute;
    right: -30px;
    top: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #8c746c;
    opacity: 0.4;
}

section.single-service .main-title h2,
section.single-blog .main-title h2 {
    text-align: initial;
}

section.single-service .content .service-box,
section.single-service .single-blog .content .blog-box,
.single-blog section.single-service .content .blog-box,
section.single-blog .content .service-box,
section.single-blog .content .blog-box {
    padding-inline-start: 0;
}

section.single-service .content .service-box:hover .image img,
section.single-service .single-blog .content .blog-box:hover .image img,
.single-blog section.single-service .content .blog-box:hover .image img,
section.single-blog .content .service-box:hover .image img,
section.single-blog .content .blog-box:hover .image img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
}

section.single-service .content .service-box .image img,
section.single-service .single-blog .content .blog-box .image img,
.single-blog section.single-service .content .blog-box .image img,
section.single-blog .content .service-box .image img,
section.single-blog .content .blog-box .image img {
    height: auto;
    max-height: 500px;
}

section.single-service .content .service-box .details,
section.single-service .single-blog .content .blog-box .details,
.single-blog section.single-service .content .blog-box .details,
section.single-blog .content .service-box .details,
section.single-blog .content .blog-box .details {
    position: relative;
}

section.single-service .content .service-box .details .title,
section.single-service .single-blog .content .blog-box .details .title,
.single-blog section.single-service .content .blog-box .details .title,
section.single-blog .content .service-box .details .title,
section.single-blog .content .blog-box .details .title {
    max-width: 100%;
}

section.single-service .content .service-box .details .title h3,
section.single-service .single-blog .content .blog-box .details .title h3,
.single-blog section.single-service .content .blog-box .details .title h3,
section.single-blog .content .service-box .details .title h3,
section.single-blog .content .blog-box .details .title h3 {
    line-height: 1.5;
    color: #000;
}

section.single-service .content .service-box .details::before,
section.single-service .single-blog .content .blog-box .details::before,
.single-blog section.single-service .content .blog-box .details::before,
section.single-blog .content .service-box .details::before,
section.single-blog .content .blog-box .details::before {
    top: 20px;
    height: 50px;
    left: 0;
}

@supports (grid-row-gap: 25px) {
    section.blogs-in-page .row {
        grid-row-gap: 25px;
    }
}

@supports not (grid-row-gap: 25px) {
    section.blogs-in-page .content .box {
        margin-bottom: 25px;
    }
}

.single-blog .content .details .text ul li {
    list-style: square;
    margin-bottom: 1rem;
}

section.contact {
    padding: 100px 0;
}

section.contact .main-title {
    text-align: center;
}

section.contact .info-area {
    margin: auto;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
}

section.contact .info-area .info-box {
    text-align: center;
    background-color: #fbfbfb;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.contact .info-area .info-box:hover h4,
section.contact .info-area .info-box:hover span,
section.contact .info-area .info-box:hover a {
    color: #fff;
}

section.contact .info-area .info-box::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #191919;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    z-index: -1;
}

section.contact .info-area .info-box h4 {
    font-size: 24px;
    color: #191919;
    font-weight: 600;
}

section.contact .info-area .info-box i {
    font-size: 60px;
    text-align: center;
    display: block;
    margin: auto;
    color: #8c746c;
    margin-bottom: 20px;
}

section.contact .info-area .info-box span {
    display: block;
    color: #3a3d45;
    font-size: 16px;
}

section.contact .info-area .info-box a {
    color: #3a3d45;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
}

section.contact .form-area {
    margin: auto;
    margin-bottom: 1px;
}

section.contact .form-area .contact-box {
    max-width: 850px;
    margin: auto;
}

section.contact .form-area .contact-box .form-content .form-group {
    margin-bottom: 20px;
}

section.contact .form-area .contact-box .form-content .contact-btn .btn {
    background-color: #191919;
    color: #fff;
    font-weight: 600;
}

section.contact .form-area .contact-box .form-content .form-control {
    border: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    padding: 17px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

section.contact .form-area .contact-box .form-content .form-control:hover,
section.contact .form-area .contact-box .form-content .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #5a5a5a;
}

section.contact
.form-area
.contact-box
.form-content
.form-control::placeholder {
    color: #79859c;
}

section.contact .form-area .contact-box .form-content textarea {
    resize: none;
}

section.contact .form-area .contact-box .successfully {
    color: #ffffff;
    padding: 9px 15px;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 25px;
    box-shadow: 1px 1px 25px -15px #646464;
    background-color: #8c746c;
}

section.single-team {
    padding: 100px 0;
}

section.single-team .content {
    background-color: #f5f5f5;
    box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

section.single-team .content .image {
    overflow: hidden;
    height: 100%;
}

section.single-team .content .details {
    padding: 30px;
}

section.single-team .content .details .name h3 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
}

section.single-team .content .details .text {
    line-height: 1.9em;
}

section.single-team .content .details hr {
    background-color: rgba(0, 0, 0, 0.2);
}

/** rtl styles **/
html[dir='rtl'] body {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

html[dir='rtl'] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 5px;
}

html[dir='rtl'] .modal-header .btn-close {
    margin-left: 0;
}

html[dir='rtl'] header .navbar .navbar-nav .nav-link::before {
    right: -15px;
    left: auto;
}

html[dir='rtl'] header .navbar .navbar-nav .nav-item .dropdown-menu li {
    text-align: initial;
}

html[dir='rtl']
header
.offcanvas
.navbar
.navbar-nav
.nav-item
.dropdown-toggle::after {
    left: 0;
    right: auto;
}

html[dir='rtl'] header .offcanvas .offcanvas-header {
    justify-content: flex-start;
}

html[dir='rtl'] header .top-part .consultant-modal .form-control {
    border-radius: 5px 0 0 5px !important;
    -webkit-border-radius: 5px 0 0 5px !important;
    -moz-border-radius: 5px 0 0 5px !important;
    -ms-border-radius: 5px 0 0 5px !important;
    -o-border-radius: 5px 0 0 5px !important;
}

html[dir='rtl']
header
.top-part
.consultant-modal
.input-group.has-validation
> .dropdown-toggle:nth-last-child(n + 4),
html[dir='rtl']
header
.top-part
.consultant-modal
.input-group.has-validation
> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
html[dir='rtl']
header
.top-part
.consultant-modal
.input-group:not(.has-validation)
> .dropdown-toggle:nth-last-child(n + 3),
html[dir='rtl']
header
.top-part
.consultant-modal
.input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    -ms-border-radius: 0 5px 5px 0 !important;
    -o-border-radius: 0 5px 5px 0 !important;
}

html[dir='rtl'] section.about .content .about-image .img2 {
    text-align: left;
}

html[dir='rtl'] section.about-in-page .content .text ul li::before {
    right: 0;
    left: auto;
}

html[dir='rtl'] section.about-in-page .content .box:nth-child(even) .text {
    direction: rtl;
}

html[dir='rtl']
section.services-in-page
.content
.nav
.nav-link.active::before {
    left: -30px;
    right: auto;
    border-width: 30px 30px 30px 0;
    border-color: transparent #8c746c transparent transparent;
}

html[dir='rtl'] .form-select {
    background-position: left 0.75rem center;
}

html[dir='rtl'] section.services .content .service-box .details,
.single-blog html[dir='rtl'] section.services .content .blog-box .details,
.single-blog
html[dir='rtl']
section.services-in-page
.content
.blog-box
.details,
.single-blog html[dir='rtl'] section.single-service .content .blog-box .details,
html[dir='rtl'] section.services .single-blog .content .blog-box .details,
html[dir='rtl'] .single-blog section.services .content .blog-box .details,
html[dir='rtl'] section.single-service .content .service-box .details,
html[dir='rtl'] section.single-service .single-blog .content .blog-box .details,
html[dir='rtl'] .single-blog section.single-service .content .blog-box .details,
html[dir='rtl'] section.single-blog .content .service-box .details,
html[dir='rtl'] section.single-blog .content .blog-box .details,
html[dir='rtl'] section.services-in-page .content .service-box .details,
html[dir='rtl']
section.services-in-page
.single-blog
.content
.blog-box
.details,
html[dir='rtl']
.single-blog
section.services-in-page
.content
.blog-box
.details {
    right: 0;
    left: auto;
}

html[dir='rtl'] section.services .content .service-box .details::before,
.single-blog
html[dir='rtl']
section.services
.content
.blog-box
.details::before,
.single-blog
html[dir='rtl']
section.services-in-page
.content
.blog-box
.details::before,
.single-blog
html[dir='rtl']
section.single-service
.content
.blog-box
.details::before,
html[dir='rtl']
section.services
.single-blog
.content
.blog-box
.details::before,
html[dir='rtl']
.single-blog
section.services
.content
.blog-box
.details::before,
html[dir='rtl'] section.single-service .content .service-box .details::before,
html[dir='rtl']
section.single-service
.single-blog
.content
.blog-box
.details::before,
html[dir='rtl']
.single-blog
section.single-service
.content
.blog-box
.details::before,
html[dir='rtl'] section.single-blog .content .service-box .details::before,
html[dir='rtl'] section.single-blog .content .blog-box .details::before,
html[dir='rtl'] section.services-in-page .content .service-box .details::before,
html[dir='rtl']
section.services-in-page
.single-blog
.content
.blog-box
.details::before,
html[dir='rtl']
.single-blog
section.services-in-page
.content
.blog-box
.details::before {
    right: -2px;
    left: auto;
}

html[dir='rtl'] .form-control.is-invalid,
html[dir='rtl'] .was-validated .form-control:invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: left calc(0.375em + 0.1875rem) center;
}

html[dir='rtl'] .form-control.is-valid,
html[dir='rtl'] .was-validated .form-control:valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: left calc(0.375em + 0.1875rem) center;
}

html[dir='rtl'] .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 0.255em;
}

html[dir='rtl'] .form-check {
    padding-left: 0;
    padding-right: 1.5em;
}

html[dir='rtl'] .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

html[dir='rtl'] .form-control[type='number'],
html[dir='rtl'] .form-control[type='email'] {
    direction: rtl !important;
}

html[dir='rtl'] .alert-dismissible {
    padding-left: 3rem;
    padding-right: 10px;
}

html[dir='rtl'] .alert-dismissible .btn-close {
    right: auto;
    left: 0;
}

html[dir='rtl'] .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

html[dir='rtl'] section.contact-in-page .main-title h2::after {
    left: auto;
    right: 0;
}

html[dir='rtl'] .side-widget .other-services .title h4::after,
.single-blog
.content
html[dir='rtl']
.side-widget
.other-blogs
.title
h4::after,
html[dir='rtl']
.side-widget
.single-blog
.content
.other-blogs
.title
h4::after,
html[dir='rtl']
.single-blog
.content
.side-widget
.other-blogs
.title
h4::after {
    right: 0;
    left: auto;
}

html[dir='rtl'] .side-widget .other-services ul li a::before,
.single-blog .content html[dir='rtl'] .side-widget .other-blogs ul li a::before,
html[dir='rtl'] .side-widget .single-blog .content .other-blogs ul li a::before,
html[dir='rtl']
.single-blog
.content
.side-widget
.other-blogs
ul
li
a::before {
    right: 0;
    left: auto;
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
}

html[dir='rtl'] section.about-in-page .content .row:nth-child(even) {
    direction: ltr;
}

html[dir='rtl'] section.about-in-page .content .row:nth-child(even) .text {
    direction: rtl;
}

html[dir='rtl'] section.services .content .service-box .details .btns,
.single-blog html[dir='rtl'] section.services .content .blog-box .details .btns,
.single-blog
html[dir='rtl']
section.services-in-page
.content
.blog-box
.details
.btns,
.single-blog
html[dir='rtl']
section.single-service
.content
.blog-box
.details
.btns,
html[dir='rtl'] section.services-in-page .content .service-box .details .btns,
html[dir='rtl'] section.single-service .content .service-box .details .btns,
html[dir='rtl'] section.single-blog .content .service-box .details .btns,
html[dir='rtl'] section.services .single-blog .content .blog-box .details .btns,
html[dir='rtl'] .single-blog section.services .content .blog-box .details .btns,
html[dir='rtl']
section.services-in-page
.single-blog
.content
.blog-box
.details
.btns,
html[dir='rtl']
.single-blog
section.services-in-page
.content
.blog-box
.details
.btns,
html[dir='rtl']
section.single-service
.single-blog
.content
.blog-box
.details
.btns,
html[dir='rtl']
.single-blog
section.single-service
.content
.blog-box
.details
.btns,
html[dir='rtl'] section.single-blog .content .blog-box .details .btns {
    left: 30px;
    right: auto;
}

html[dir='rtl'] section.team .content .team-box .details {
    direction: rtl;
}

html[dir='rtl'] section.about-in-page::after {
    left: 20px;
    right: auto;
}

html[dir='rtl'] section.about-in-page .content .image {
    float: right;
}

html[dir='rtl'] footer .footer-content .footer-box .contact ul li {
    padding-left: 0;
    padding-right: 40px;
}

html[dir='rtl'] footer .footer-content .footer-box .contact ul li i {
    right: 0;
    left: auto;
}

html[dir='rtl'] footer .footer-content .footer-box .map-links li {
    padding-left: 0;
    padding-right: 20px;
}

html[dir='rtl'] footer .footer-content .footer-box .map-links li::before {
    right: 0;
    left: auto;
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
}

html[dir='rtl'] footer .footer-content .footer-box h3::before {
    right: 0;
    left: auto;
}

/** rtl styles **/
@media screen and (max-width: 1500px) {
    header .navbar .navbar-brand {
        top: 100%;
    }
}

@media screen and (max-width: 1199px) {
    header .top-part {
        padding: 13px 0;
    }

    header .navbar {
        padding: 10px 0;
    }
}

@media screen and (max-width: 991px) {
    header .navbar {
        padding: 10px 0;
    }

    header .navbar .navbar-brand {
        max-width: 200px;
    }

    header .navbar .navbar-nav .nav-item {
        padding: 0;
    }

    header .hamburger-menu {
        display: inline-block;
    }

    .main-title {
        margin-bottom: 2rem;
    }

    section.about .content .main-title h2 {
        font-size: 24px;
    }

    section.about .content .about-image {
        margin-bottom: 3rem;
    }

    section.about .content .about-text {
        padding: 0;
    }

    section.contact-info .content {
        display: block;
    }

    section.contact-in-page .social-links {
        margin-bottom: 25px;
    }

    section.services-in-page .content {
        display: block;
    }

    section.services-in-page .content .nav {
        display: grid;
        column-gap: 2px;
        margin-inline-end: 0;
        grid-template-columns: repeat(2, 50%);
        margin-bottom: 40px;
    }

    section.services-in-page .content .nav .nav-link {
        text-align: center;
        min-width: auto;
    }

    section.services-in-page .content .nav .nav-link span {
        width: auto;
    }

    section.services-in-page .content .nav .nav-link.active::before {
        top: 100%;
        right: auto;
        left: calc(50% - 30px);
        border-width: 30px 30px 0 30px;
        border-color: #8c746c transparent transparent transparent;
    }

    .contact-in-page .contact-info {
        margin-bottom: 25px;
    }

    html[dir='rtl']
    section.services-in-page
    .content
    .nav
    .nav-link.active::before {
        top: 100%;
        right: auto;
        left: calc(50% - 30px);
        border-width: 30px 30px 0 30px;
        border-color: #8c746c transparent transparent transparent;
    }
}

@media screen and (max-width: 767px) {
    header .top-part .content .some-info .info:nth-child(1) {
        display: none;
    }

    header .top-part .content .some-info .info:nth-child(2) {
        border-inline-end: none;
    }

    header .top-part .content .some-info .info:nth-child(3) {
        display: none;
    }

    header .navbar .navbar-brand {
        max-width: 200px;
    }

    section.main-slider .main-slider-carousel .owl-item .item .item-details p {
        font-size: 16px;
    }

    section.about-in-page {
        padding-bottom: 150px;
    }

    section.about-in-page::after {
        opacity: 0.2;
    }

    section.about-in-page .main-title h2 {
        font-size: 34px;
    }

    section.about-in-page .content .image {
        margin-inline-end: 0;
        float: none;
    }

    section.about-in-page .content .image img {
        width: auto;
        height: auto;
    }

    .item-btn .btn span {
        padding: 12px 25px;
    }

    section.contact .info-area .info-box {
        margin-bottom: 25px;
    }

    footer .footer-box {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 670px) {
    section.video .side-text {
        top: 41%;
        font-size: 8vw;
    }

    section.video .outer-container {
        padding-left: 15%;
    }

    section.video .outer-container .video-box {
        height: 18rem;
    }

    section.video .outer-container .video-box .video-image {
        height: 100%;
    }

    section.video .outer-container .video-box .video-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    section.bmi .content .bmi-result table td,
    section.bmi .content .bmi-result table th {
        padding: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    header.fixed .navbar .navbar-brand {
        top: 100%;
    }

    .main-title h2 {
        font-size: 35px;
    }

    .modals .modal-dialog {
        margin: 2rem 1rem;
    }

    section.contact-info .content .details {
        padding: 20px;
    }

    section.contact-info .content .info-box {
        grid-template-columns: 30px auto;
    }

    section.contact-info .content .info-box .icon i {
        font-size: 24px;
    }

    section.contact-info .content .info-box .info {
        padding-inline-start: 10px;
    }

    section.contact-info .content .info-box .info h4 {
        font-size: 18px;
    }

    section.contact-info .content .info-box:last-child p {
        margin-bottom: 0;
    }

    section.main-slider .main-slider-carousel .owl-item .item img {
        height: 650px;
    }

    section.main-slider
    .main-slider-carousel
    .owl-item
    .item
    .item-details
    .title {
        font-size: 26px;
    }

    section.main-slider
    .main-slider-carousel
    .owl-item
    .item
    .item-details
    .item-text {
        padding: 0;
        padding-inline-end: 0;
    }

    section.about .content .about-image .img1 img {
        width: 100%;
    }

    section.about .content .about-image .img2 {
        margin-top: 10px;
    }

    section.about .content .about-image .img2 img {
        width: 100%;
    }

    section.about .content .about-image .img3 {
        left: 10px;
        bottom: 10px;
    }

    section.about .content .about-image .img3 img {
        max-width: 100px;
    }

    .modals .login-modal .form-group .btn,
    .modals .register-modal .form-group .btn,
    .modals .forget-password-modal .form-group .btn {
        font-size: 14px;
    }

    section.team .side-text,
    section.team-in-page .side-text {
        font-size: 8vw;
    }
}

@media screen and (max-width: 500px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu {
        min-width: auto;
    }

    section.single-team .content .details {
        padding: 30px 15px;
    }

    section.single-team .content .details .name h3 {
        font-size: 26px;
    }

    #toTop {
        bottom: 42px;
    }

    #toTop button {
        width: 35px;
        height: 35px;
    }

    footer .footer-content {
        padding-bottom: 70px;
    }

    footer .footer-content .footer-box .about p {
        font-size: 14px;
    }

    footer .footer-content .footer-box h3 + p {
        font-size: 14px;
    }

    .error h2 {
        font-size: 8rem;
    }
}

@media screen and (max-width: 400px) {
    header .top-part .top-part-content .text p {
        font-size: 10px;
    }

    header .top-part .top-part-content .icons a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    section.services .content .service-box,
    section.services .single-blog .content .blog-box,
    .single-blog section.services .content .blog-box,
    section.single-service .content .service-box,
    section.single-service .single-blog .content .blog-box,
    .single-blog section.single-service .content .blog-box,
    section.single-blog .content .service-box,
    section.single-blog .content .blog-box,
    section.services-in-page .content .service-box,
    section.services-in-page .single-blog .content .blog-box,
    .single-blog section.services-in-page .content .blog-box {
        padding-inline-start: 0;
    }
}



/*# sourceMappingURL=style.css.map */
