/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
    --animate-duration: 2s;
}

:root {
    --primary: #182e4d;
    --primaryColor: 24, 46, 77;
    --secondery: #8c746c;
    --seconderyColor: 140, 116, 108;
    --lightGrey: #efefef;

    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.text-limit,
.text-limit * {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: var(--lines) !important;
    line-clamp: var(--lines) !important;
    -webkit-box-orient: vertical !important;
}

section.about .content .main-title .top-title {
    color: var(--secondery);
}

section.about .content .main-title h2 {
    color: var(--primary);
}

header .navbar .navbar-nav .nav-item:hover .nav-link,
header .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--secondery);
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: var(--primary);
}

.main-title h2 {
    color: var(--primary);
}

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: var(--primary);
}

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: var(--secondery) !important;
}

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 {
    background-color: var(--primary);
}

.service-btn {
    background-color: var(--primary);
    color: white;

    transition: 500ms background-color;
}

.service-btn:hover {
    background-color: var(--secondery);
    color: white;
}

.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 {
    background-color: var(--secondery);
}

.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 {
    color: var(--secondery);
}

.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 {
    color: var(--primary);
}

.side-widget .other-services .title h4,
.side-widget .single-blog .content .other-blogs .title h4,
.single-blog .content .side-widget .other-blogs .title h4 {
    color: var(--primary);
}

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 {
    color: var(--primary);
}

footer .footer-content .footer-box h3::before {
    background-color: var(--secondery);
}

footer .footer-content .footer-box .map-links li a {
    color: white;
    transition: 500ms color;
}

footer .footer-content .footer-box .map-links li a.active {
    color: var(--secondery);
}

footer .footer-content .footer-box .map-links li a:hover,
footer .footer-content .footer-box .social-links .links a:hover {
    color: var(--secondery);
}

footer .footer-content .footer-box .contact a span {
    color: white;
    transition: 500ms color;
}

footer .footer-content .footer-box .contact a:hover span {
    color: var(--secondery);
    transition: 500ms color;
}

footer .copyright .copy-text p a {
    color: var(--secondery);
}

footer .copyright .copy-text p a:hover {
    color: rgba(var(--seconderyColor), 0.9);
    transition: 500ms color;
}

#toTop button {
    background-color: rgba(var(--seconderyColor), 0.7);
    transition-duration: 500ms;
    transition-property: background-color, transform;
}

#toTop button:hover {
    background-color: var(--secondery);
    transform: translateY(-30%);
}

footer {
    background: linear-gradient(
        rgba(var(--primaryColor), 0.7),
        rgba(var(--primaryColor), 0.7)
    ),
        /*url('../images/bgs/footer.png')*/ url('../../uploads/seeder/settings/footer.png');
}

section.blogs .content .blogs-box .details .title a,
section.blogs-in-page .content .blogs-box .details .title a {
    color: var(--primary);
    transition: 500ms color;
}

section.blogs .content .blogs-box .details .title a:hover,
section.blogs-in-page .content .blogs-box .details .title a:hover {
    color: var(--secondery);
}

/* **************************** Pagination style start ****************************** */
.navigation .pagination .page-item .page-link {
    --size: 40px;
    background-color: transparent;
    /* color: #302d2d; */
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
}

.navigation .pagination .page-item.active .page-link,
.navigation .pagination .page-item .page-link:hover {
    background-color: rgba(var(--primaryColor), 0.5);
    color: #fff;
}

.navigation .pagination .page-item.disabled .page-link {
    border-color: rgb(71, 56, 56, 0.25);
    background-color: rgb(71, 56, 56, 0.25);
    color: rgb(71, 56, 56);
}

.navigation .pagination .page-item.active .page-link {
    border-color: var(--primary);
}

.navigation .pagination .page-item .page-link:focus:not(.arrow) {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* **************************** Pagination style end ****************************** */

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: unset;*/
    color: white;
    background-color: var(--primary);
}

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-color: var(--secondery);
}

section.blogs .content .blogs-btn .btn,
section.blogs-in-page .content .blogs-btn .btn {
    /*border-color: unset;*/
    color: white;
    background-color: var(--primary);
}

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-color: var(--secondery);
}

section.about .content .about-btn .btn {
    /*border-color: unset;*/
    color: white;
    background-color: var(--primary);
}

section.about .content .about-btn .btn span::before,
section.about .content .about-btn .btn span::after {
    border-color: var(--secondery);
}

section.single-team .content .details .name {
    position: relative;
    padding-inline: 15px;
}

section.single-team .content .details .name::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0px;
    background-color: var(--secondery);
}

section.single-team .content .details .name h3 {
    color: var(--primary);
}

section.single-team .content .details .name p {
    color: var(--secondery);
}

header .top-part .content .links a:focus,
header .top-part .content .links a:active,
header .top-part .content .links a:hover {
    color: var(--secondery);
}

header .top-part .content .some-info .info p,
header .top-part .content .some-info .info a {
    color: var(--primary);
    transition: 500ms color;
}

header .top-part .content .some-info .info p:hover,
header .top-part .content .some-info .info a:hover {
    color: var(--secondery);
}

header .top-part .content .some-info .info .icon {
    color: var(--primary);
}

.copyright a {
    text-decoration: underline;
}

.main-breadcrumb .breadcrumb .breadcrumb-item.active,
.main-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    /*color: var(--secondery);*/
    color: #ffe6b8;
}

.main-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    transition: 500ms color;
}

.side-widget .other-services ul li.active a,
.side-widget .single-blog .content .other-blogs ul li.active a,
.single-blog .content .side-widget .other-blogs ul li.active a {
    color: var(--secondery);
}

.singleServiceCat .active {
    color: #0765ae !important;
}

/*******************media center***************************/

.media-center iframe {
    width: 100%;
    height: 300px;
}

section.media-center {
    padding: 100px 0px;
}

/*******************media center***************************/

.service-btn:active {
    color: var(--secondery) !important;
    background-color: transparent !important;
    border-color: var(--secondery) !important;
}

header .navbar .navbar-nav .nav-item .nav-link {
    text-wrap: nowrap;
}

/*******************whatsapp floating icon***************************/
.cbh-phone {
    display: block;
    position: fixed;
    left: -50px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
    visibility: visible;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
    opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
    opacity: 1;
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 1 !important;
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    /* background-image: url(https://360imagem.com/google/images/wpp-icon.png); */
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    opacity: 0.8;
    transform-origin: center;
}

.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}

.kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
}

/*******************whatsapp floating icon***************************/

/*******************Phone floating icon***************************/
.cbh-telphone {
    display: block;
    position: fixed;
    left: 55px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
}

.cbh-telphone.cbh-show {
    visibility: visible;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.cbh-telphone.cbh-static1 {
    opacity: 0.6;
}

.cbh-telphone.cbh-hover1 {
    opacity: 1;
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-telphone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-telphone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-telphone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-telphone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-telphone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-telphone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.cbh-telphone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-telphone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-telphone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.cbh-telphone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-telphone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.cbh-telphone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-telphone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.cbh-telphone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 1 !important;
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    /* background-image: url(https://360imagem.com/google/images/wpp-icon.png); */
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-telphone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-telphone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-telphone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-telphone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1);
}

.cbh-telphone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-telphone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-telphone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1);
}

.cbh-telphone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.cbh-telphone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164);
}

.cbh-telphone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-telphone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    opacity: 0.8;
    transform-origin: center;
}

.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}

.kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
}

/*******************Phone floating icon***************************/

.mapSection {
    height: 400px;
}

.mapSection iframe {
    width: 100% !important;
    height: 100% !important;
}

:lang(ar) input.telephone {
    text-align: end !important;
}

section.contact .info-area .info-box i {
    color: var(--primary);
}

section.contact .info-area .info-box::before,
header .btn-area .consultant::before {
    background-color: var(--secondery);
}

/******************* breadcrumb ***************************/
.main-breadcrumb::after {
    background-color: rgba(21, 41, 76, 0.55);
}

/******************* breadcrumb ***************************/

/******************* about us section ***************************/

section.about .content .about-image .image::after {
    content: '';
    width: 0px;
    height: 0px;
    position: unset;
    top: unset;
    left: unset;
    background-image: unset;
    background-repeat: unset;
    z-index: unset;
}

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

section.about .content .main-title .top-title {
    font-size: 25px;
}

/******************* about us section ***************************/

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

section.about .content .about-btn .btn span::before,
section.about .content .about-btn .btn span::after {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.services .details .service-read-more {
    display: flex !important;
    justify-content: center;
}

.service-btn {
    display: inline-block !important;
    width: 50%;
    height: 45px;
    align-content: center;
}

.img-round {
    border-radius: 2rem !important;
}

.msg-round {
    border-radius: 2.5rem !important;
}

footer .footer-content .footer-box .text .footer-logo img {
    max-width: 100% !important;
    width: 55% !important;
}

.contact .contact_info {
    display: flex !important;
    /*align-content: center !important;*/
    justify-content: center !important;
    flex-direction: column;
    overflow: hidden;
    background-color: #4584891a;
    padding: 1.5rem;
    border-radius: 1rem;
}

section.contact .form-area .contact-box .form-content .contact-btn .btn span::before,
section.contact .content .contact-btn .btn span::before,
section.contact .form-area .contact-box .form-content .contact-btn .btn span::after,
section.contact .content .contact-btn .btn span::after {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

section.services .content .services-btn .btn:focus span::before,
section.services .content .services-btn .btn:active span::before,
section.services .content .services-btn .btn:hover span::before,
section.services .content .services-btn .btn:focus span::after,
section.services .content .services-btn .btn:active span::after,
section.services .content .services-btn .btn:hover span::after,
section.blogs .content .blogs-btn .btn span::before,
section.blogs .content .blogs-btn .btn span::after {
    content: none;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

section.services .content .services-btn .btn:focus,
section.services .content .services-btn .btn:active,
section.services .content .services-btn .btn:hover,
    /*section.blogs .content .blogs-btn .btn span:focus,*/
    /*section.blogs .content .blogs-btn .btn span:active,*/
    /*section.blogs .content .blogs-btn .btn span:hover,*/
section.contact .form-area .contact-box .form-content .contact-btn .btn:hover,
section.contact .form-area .contact-box .form-content .contact-btn .btn:active,
section.contact .form-area .contact-box .form-content .contact-btn .btn:focus,
section.about .content .about-btn .btn:hover,
section.about .content .about-btn .btn:active,
section.about .content .about-btn .btn:focus,
section.blogs .content .blogs-btn .btn:hover,
section.blogs .content .blogs-btn .btn:active,
section.blogs .content .blogs-btn .btn:focus {
    background-color: var(--secondery);
    border: 1px solid var(--secondery);
}

section.blogs .content .blogs-box .details .title {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .our_vision {
        order: -1;
    }

    .about .content img {
        width: 100% !important;
        height: 100% !important;
    }

    .top-part .content .links {
        display: none;
    }
}

.team .team-box .details .name {
    color: var(--primary);
}

.services .content .box {
    position: relative !important;
}

.services .content .details {
    position: absolute !important;
    width: 100% !important;
    bottom: -3% !important;
}

section.services .content .service-box .details .title a {
    font-size: 20px !important;
    font-weight: unset;
}

section.services .content .service-box .details {
    padding: 10px 10px !important;
}

.team .team-box .details .name {
    color: #a1c0ec;
}

section.services .content .service-box .details .title {
    margin-bottom: unset !important;
    padding-block: 0.5rem !important;
}


* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
