/*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project:   Realdefense
/*==============================
[Table of contents]

REALDEFENSE STYLESHEET
----------------------------------
WIDGET EXTRA
ICON BOX
TEAM



=============================================================--------------------------------------------------------------*/

/* Header Css */


header li.menu-item:after{
    position: absolute;
    content: '';
    background: #004C97;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 0%;
    transition: all 0.4s ease-in-out;
}
header li.current-menu-item:after {
    position: absolute;
    content: '';
    background: #004C97;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 100%;
}
header li.menu-item:hover:after{
    width: 100%;
}
header .sub-menu li.current-menu-item:after {
    bottom: -1px;
}
header .sub-menu li.menu-item:after {
    bottom: -1px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    header li.current-menu-item:after {
      display: none;
    }

}





/*---------------------------------------------------
IMAGE CAROUSEL
----------------------------------------------------*/

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1050px;
}
/* arrow */

.screenshot-slider-arrow .slick-prev:before,
.screenshot-slider-arrow .slick-next:before {
    display: none;
}

.screenshot-slider-arrow button button {
    display: none;
}

.screenshot-slider-arrow.slick-active {
    color: #1d263a;
}

.screenshot-slider-arrow .prev {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.screenshot-slider-arrow .next {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.screenshot-slider-arrow .slick-active {
    background: #2c4bff;
    color: #fff;
}

.screenshot-slider-arrow button {
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    color: #1d263a;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: rgba(44, 71, 255, 0.6);
    text-align: center;
    display: inline-block;
}

.screenshot-slider-arrow button:hover {
    background-color: #1d263a;
    color: #fff;
}

.screenshot-slider-wrapper {
    position: relative;
    margin-top: 20px;
}

.screenshots-dots .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenshots-dots .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transition: 0.4s;
}

.screenshots-dots .slick-dots li button {
    border: none;
    list-style: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    color: transparent;
    opacity: 0.2;
}

.screenshots-dots .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
    background-color: #ffd166 !important;
}

.screenshot-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    min-height: 720px !important;
    max-height: 720px !important;
}

@media (min-width: 690px) {
    .screenshot-image {
        width: 283px;
        min-height: 720px !important;
        max-height: 720px !important;
        margin-bottom: 18.5px;
    }
    .bg-purple-heart .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}

@media (min-width: 690px) {
    .screenshot-image img {
        width: 100%;
        border-radius: 20px;
    }
}

.phone-bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    display: none;
}

@media (min-width: 690px) {
    .phone-bg-img {
        display: block;
        transform: translate(-50%, -50%);
    }
}

.screenshot-slider .slick-list {
    margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
    opacity: 0.5;
    transition: 0.4s;
}

.screenshot-slider .slick-center {
    opacity: 1;
    border-radius: 40px;
    max-height: 720px !important;
    transform: scale(1.1);
    min-height: 690px;
}

.screenshot-slider .slick-center img {
    border-radius: 40px;
}


/*---------------------------------------------------
ICON STEP BOx
----------------------------------------------------*/

.realdefense-step-single-item {
    display: flex;
    padding-bottom: 40px;
    position: relative;
    flex-wrap: wrap;
}

.realdefense-step-text-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #781bff;
    margin-right: 30px;
    text-align: center;
    display: inline-table;
}

.realdefense-step-text-box span {
    font-size: 20px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 600;
}

.realdefense-setp-content .setp-headding {
    color: #000b33;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 20px;
}

.realdefense-step-single-item:last-child {
    padding-bottom: 0;
}

.realdefense-setp-content p {
    margin-bottom: 0;
    color: rgba(0, 10, 45, 0.7);
    font-size: 16px;
    line-height: 1.625em;
}

.realdefense-setp-content {
    width: calc(100% - 80px);
}

.realdefense-setp-content-botto {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .realdefense-setp-content-botto {
        display: inline-block;
    }
}

.realdefense-step-text-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
}

.realdefense-step-single-item:after {
    position: absolute;
    left: 23.5px;
    top: 50px;
    height: calc(100% - 50px);
    content: "";
    width: 2px;
    background-color: rgba(28, 18, 89, 0.1);
}

.realdefense-step-single-item:last-child:after {
    display: none;
}


/*---------------------------------------------------
jOBS
----------------------------------------------------*/

.jobs-area {
    padding-top: 55px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .jobs-area {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .jobs-area {
        padding-top: 110px;
        padding-bottom: 95px;
    }
}

@media (max-width: 991px) {
    .jobs-filter {
        margin-bottom: 50px;
    }
}

.jobs-filter__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4285;
    margin-bottom: 30px;
}

.jobs-filter__menu {
    padding: 0;
    margin: 0;
    display: block;
}

.jobs-filter__menu ul li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
    color: #262729;
    display: block;
    transition: 0.4s;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(44, 75, 255, 0.1);
    padding: 15px 0px 15px 0px;
}

.jobs-filter__menu ul li:last-child {
    border: none;
}

.jobs-filter__menu ul li:hover,
.jobs-filter__menu ul li:active {
    color: #2c4bff;
}

.jobs-area__tab .card {
    display: inherit;
}

.jobs-area__tab .card--single {
    box-shadow: 0px 6px 60px 0px rgb(4 37 82 / 10%);
    padding: 40px 40px 40px 40px;
    border-radius: 10px 10px 10px 10px;
    border: none;
}

.jobs-top__content {
    display: flex;
}

.job-thumb img {
    margin-right: 20px;
}

.jobs-area__tab .card--single:hover .job-icon i {
    margin-left: 10px;
}

.jobs-area__tab .card--single .btn {
    min-width: 127px;
    height: 50px;
    display: inline-flex;
    margin-top: 7px;
}

.jobs-area__tab .card__heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.57142;
    margin-bottom: 7px;
    color: #042552;
}

.jobs-area__tab p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: rgba(4, 37, 82, 0.8);
    margin: 15px 0px 25px 0px;
}

.jobs-area__tab .card__list li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.777777;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.jobs-area__tab .card__list li img {
    margin: 0px 15px 0px 0px;
    width: 22px;
    height: 30px;
}

.job-icon i {
    color: #000000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-size: 22px;
}

.job-icon:hover i {
    color: #2c4bff;
}

.job-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.jobs-area__tab .card--single .card__list {
    margin-bottom: 0;
}

.realdefense-job-btn a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5em;
    color: #042552cc;
    margin: 25px 0px 0px 0px;
}

.realdefense-job-btn a:hover {
    color: #ff6c40;
}

.realdefense-job-btn a i {
    margin-left: 10px;
    font-size: 11px;
}

.jobs-filter__menu ul {
    padding: 0;
}


/* job category */

.realdefense-job-cat {
    display: flex;
    background: #ffffff;
    border: 1px solid #ebeff7;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 20px 30px 30px;
    transition: 0.4s;
}

.realdefense-cat-icon img {
    width: 60px;
    height: 60px;
    background-color: #645cfe;
    border-radius: 10px;
    margin-right: 20px;
}

a.realdefense-job-cat:hover {
    opacity: 1;
}

h4.realdefense-job-cat-title {
    font-size: 18px;
    color: #042552;
    line-height: 26px;
    margin-bottom: 8px;
}

.realdefense-job-count {
    color: rgba(4, 37, 82, 0.7);
    font-size: 16px;
    line-height: 28px;
}

.realdefense-job-cat:hover {
    box-shadow: 0px 4px 60px rgba(13, 89, 239, 0.06);
    border-radius: 10px;
    border: 1px solid transparent;
}


/* job single */

.meta_list {
    margin: 0px;
    padding: 0px;
}

.meta .meta_list li {
    list-style-type: none;
    color: #377cfd;
    margin-right: 25px;
    font-weight: 700;
    font-size: 16px;
}

.job_meta_type {
    color: #042552;
    font-weight: 400;
}

.single_btn a {
    background-color: #ff6c40;
    color: #fff;
    padding: 17px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 40px;
}


/* search form */


/* Search Form */

.newsletter--inner-career {
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.newsletter--inner-career form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.falsland-job-btn {
    background-color: #ff5722;
    color: #fff;
    box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
    border-radius: 50px;
    padding: 15px 30px;
    margin-top: 0px;
}

.newsletter--inner-career form input {
    height: 75px;
    border: none;
    width: 100%;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    color: rgba(38, 39, 41, 0.7);
}

.newsletter--inner-career form input:focus {
    outline: none;
    box-shadow: none;
}

.newsletter--inner-career form button {
    border: none;
    background-color: #ff5722;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 35px;
    box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
}

.newsletter--inner-career form button:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-form--countdown {
    max-width: inherit;
}

@media (min-width: 480px) {
    .newsletter-form--countdown {
        background-color: #fff;
    }
}

.newsletter--inner-career form {
    text-align: center;
    border-radius: 50px;
    padding: 0 10px;
}

@media (min-width: 480px) {
    .newsletter--inner-career form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        text-align: left;
    }
}

.newsletter--inner-career form .form-control {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    border: none;
    height: 72px;
    border-radius: 50px;
}

@media (min-width: 480px) {
    .newsletter--inner-career form .form-control {
        background-color: transparent;
        margin-bottom: 0;
    }
}

.newsletter--inner-career form .form-control i {
    margin-right: 10px;
    color: #5034fc;
    margin-left: 20px;
}

.newsletter--inner-career form .form-control input {
    height: 100%;
    background-color: transparent;
    border: none;
    width: 100%;
    display: block;
    font-family: "Rubik";
}

.newsletter--inner-career form .form-control input:focus {
    border: none;
    outline: none;
}

@media (max-width: 767px) {
    .newsletter--inner-career form .form-control i {
        margin-left: 0;
    }
}


/*
 Career Details
---------------------------------*/

.card-jobs {
    box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    border: 1px solid rgba(181, 181, 181, 0.2);
    background-color: #fff;
    padding: 30px 30px;
}

@media (min-width: 576px) {
    .card-jobs {
        padding: 26px 50px;
    }
}

.card-jobs .card-jobs__content__heading {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.38095;
    color: #262729;
    margin-bottom: 10px;
    font-family: "Rubik";
}

@media (min-width: 768px) {
    .card-jobs .card-jobs__content__heading {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .card-jobs .card-jobs__content__heading {
        font-size: 42px;
    }
}

.card-jobs .card-jobs__content__details {
    margin: 0;
    padding: 0;
}

.card-jobs .card-jobs__content__details li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: rgba(38, 39, 41, 0.7);
    margin-right: 15px;
}

.card-jobs .card-jobs__content__details li i {
    margin-right: 5px;
    color: #5034fc;
}

.card-job__btn a.falsland-job-btn {
    padding: 15px 42px;
    display: block;
    margin-top: 13px;
    background-color: #ff5722;
    box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
    color: #fff;
}

a.falsland-job-btn.border {
    background-color: transparent;
    color: #ff5722;
    border: 1px solid #ff5722 !important;
    box-shadow: inherit;
}

.career-deatils__content__heading {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 40px;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.career-deatils__content__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    color: var(--text-color);
}

.career-deatils__content ul {
    padding: 0;
    margin: 0;
}

.career-deatils__content ul li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.career-deatils__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #5034fc;
}


/* realdefense job details */

.realdefense-single-job-meta-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-meta-label {
    font-weight: 600;
    margin-right: 5px;
}

ul.job-meta li {
    margin-bottom: 17px;
}

.realdefense-single-job-meta-widget {
    padding: 40px 30px;
}

.realdefense-single-job-meta-widget.style-two span.job-meta-label {
    display: block;
}


/*---------------------------------------------------
TEAM
----------------------------------------------------*/
.tema-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}
.team-name h2 a {
    display: inline-block;
}
.team-member {
    position: relative;
}
.team-socila-icon {
    top: 35px;
    right: 40px;
    position: absolute;
}
.team-socila-icon a {
    background-color: #00ADEE;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}
.team-socila-icon a:hover{
    color: #fff;
}
/*---------------------------------------------------
TESTIMONIAL
----------------------------------------------------*/

.testimonial-slider-arrow {
    position: absolute;
    width: 100%;
}

.realdefense--tn-single {
    position: relative;
}

.realdefense--tn-icon {
    position: absolute;
    top: 60px;
    right: 20px;
}

.realdefense--t-thumb img {
    object-fit: cover;
    object-position: center top;
}


/* style one  */

.realdefense--tn-single.style-one {
    text-align: left !important;
}

.realdefense--tn-single.style-one .realdefense--tn-icon {
    margin-bottom: 30px;
    position: unset;
}

.realdefense--tn-single.style-one .realdefense--tn-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000b33;
}


/* Style two */

.realdefense-tn-bottom-style-two {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* style four */

.realdefense--tn-single.style-one {
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    background-color: #fff;
}

.realdefense-tn-bottom-style-one {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.realdefense--tn-single.style-one {
    padding: 40px;
}

.realdefense--tn-dis p {
    margin-bottom: 0px;
}


/* style Seven */

.realdefense--tn-single.style-seven .realdefense-tn-bottom-style-one {
    justify-content: center;
}

.realdefense--tn-single.style-seven .realdefense--tn-top {
    position: relative;
}

.realdefense--tn-single.style-seven .realdefense--tn-qoute {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #1f2839;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* style eight */

.style-eight-top {
    padding: 40px;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    text-align: left;
}

.realdefense--tn-single.style-eight .realdefense--t-thumb img {
    margin: 0 auto;
}

.style-eight-top:after {
    position: absolute;
    left: 5%;
    bottom: -28px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
    z-index: 99;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-radius: 2px;
}

.realdefense-tn-bottom-style-eight {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-left: 25px;
    text-align: left;
}

.style-eight-top .realdefense--tn-icon {
    position: initial;
    margin-top: 30px;
    color: #fd4c5c;
}

.style-eight-top .realdefense--tn-icon i {
    margin-right: 4px;
}

.realdefense-tn-bottom-style-eight .realdefense--tn-name-title {
    margin-bottom: 0;
}


/* style nine */

.realdefense--tn-single.style-nine {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 40px;
}


/* .realdefense--tn-single.style-nine .realdefense--t-thumb img {
    width: 70px !important;
    height: 70px !important;
    margin-right: 0px;
    margin-bottom: 15px;
} */

.realdefense--tn-single.style-nine .realdefense--tn-dis {
    font-size: 18px;
    color: #000b33;
}


/* style ten */

.realdefense--tn-single.style-ten {
    padding: 40px;
    background-color: #fff;
    text-align: left;
}

.realdefense-tn-bottom-style-style-ten {
    display: flex;
    align-items: center;
    text-align: left;
}

.realdefense--tn-single.style-ten .realdefense--tn-dis p {
    margin-bottom: 40px;
    text-align: left;
}

.realdefense--tn-single.style-ten .realdefense--tn-icon {
    color: #ffc83e;
    position: absolute;
}

.realdefense--tn-single.style-ten .style-eight-top:after {
    display: none;
}

.realdefense-tn-bottom-style-style-ten .realdefense--tn-name-title {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .realdefense--tn-single.style-four .realdefense--t-thumb:after {
        position: absolute;
        top: -7%;
        width: 100%;
        content: "";
        height: 100%;
        z-index: -1;
        border-radius: 10px;
        background-color: #ffb619;
        left: -5%;
        transform: rotate(-5deg);
    }
}


/* style fopur */

.realdefense--tn-single.style-four {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .realdefense--tn-single.style-four .realdefense--t-thumb {
        width: 555px !important;
        height: 425px !important;
        position: relative;
        z-index: 2;
    }
    .realdefense--tn-single.style-four .content-box {
        position: absolute;
        z-index: 99;
        width: 36%;
        bottom: -13%;
        left: 36%;
    }
}

.content-box {
    background-color: #fff;
    border: 2px solid rgba(13, 89, 239, 0.06);
    padding: 40px;
    border-radius: 10px;
}

.realdefense--tn-single.style-four {
    margin-bottom: 100px;
}

.realdefense--tn-single,
.realdefense--t-thumb img,
.realdefense--tn-name,
.realdefense--tn-title,
.realdefense--tn-icon,
.realdefense--tn-bottm p,
.realdefense-tn-bottom-style-three {
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}


/* .realdefense--t-thumb img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50% !important;
    margin-right: 13px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
} */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .style-three .testimonial-slider-arrow .slick-prev {
        position: absolute;
        top: 104%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    .style-three .testimonial-slider-arrow .slick-next {
        position: absolute;
        top: 104%;
        right: 30%;
        transform: translate(-50%, -50%);
    }
}

.style-three .testimonial-slider-arrow .slick-prev,
.style-three .testimonial-slider-arrow .slick-next {
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-three .testimonial-slider-arrow .slick-next {
        position: absolute;
        top: 104%;
        right: 43%;
        transform: translate(-50%, -50%);
    }
    .style-three .testimonial-slider-arrow .slick-prev {
        position: absolute;
        top: 104%;
        left: 43%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style-three .testimonial-slider-arrow .slick-prev {
        position: absolute;
        top: 100%;
        left: 35%;
        transform: translate(-50%, -50%);
    }
    .style-three .testimonial-slider-arrow .slick-next {
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .style-three .testimonial-slider-arrow .slick-prev {
        position: absolute;
        top: 95%;
        left: 42%;
        transform: translate(-50%, -50%);
    }
    .style-three .testimonial-slider-arrow .slick-next {
        position: absolute;
        top: 95%;
        right: 50%;
        transform: translate(-50%, -50%);
    }
}

.testimonial-slider:focus {
    outline: none;
    box-shadow: none;
}

.testimonial-slider ul.testimonial-slider-dot-list {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.testimonial-slider ul.testimonial-slider-dot-list {
    list-style: none;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    padding: 0;
}

.testimonial-slider ul.testimonial-slider-dot-list li.slick-active {
    width: 45px !important;
    height: 8px !important;
    background: #2c4bff !important;
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.testimonial-slider ul.testimonial-slider-dot-list li {
    border-radius: 4px;
    width: 17px;
    height: 8px;
    margin: 0 4px;
    background: #1e3d59;
    cursor: pointer;
}

.testimonial-slider ul.testimonial-slider-dot-list li button {
    display: none;
}

.team-slider-arrow .slick-active {
    color: #1d263a;
}

@media (min-width: 1200px) {
    .testimonial-slider ul.testimonial-slider-dot-list {
        margin-top: 40px;
    }
}


/* arrow */

.testimonial-slider-arrow .slick-prev:before,
.testimonial-slider-arrow .slick-next:before {
    display: none;
}

.testimonial-slider-arrow.slick-active {
    color: #1d263a;
}

.testimonial-slider-arrow .prev {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.testimonial-slider-arrow .next {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.testimonial-slider-arrow .slick-active {
    background: #2c4bff;
    color: #fff;
}

.testimonial-slider-arrow button {
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    color: #1d263a;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: rgba(44, 71, 255, 0.6);
    text-align: center;
    display: inline-block;
}

.testimonial-slider-arrow button:hover {
    background-color: #1d263a;
    color: #fff;
}


/* Testimonial V2 */

.testimonial__v2__content-wrapper {
    background-color: #fff;
    padding: 60px 100px;
    text-align: center;
    box-shadow: 0px 4px 60px rgba(13, 89, 239, 0.06);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    cursor: grab;
}

.tv2-slick-next,
.tv2-slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0d59ef;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: 0.4s;
}

.tv2-slick-next {
    left: auto;
    right: 0;
}

.testimonial-content__text {
    font-size: 16px;
    line-height: 28px;
    color: #042552;
}

.testimonial-content__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #042552;
}

.testimonial-content__degination {
    font-size: 14px;
    line-height: 24px;
    color: #042552;
    opacity: 0.7;
}

.testimonial__v2__image-wrapper {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    min-height: 160px;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* .testimonial__v2__image-wrapper .testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #fff;
    margin-bottom: 30px;
} */

.testimonial__v2__image-wrapper .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    transition: 0.4s;
}

.testimonial__v2__image-wrapper .testimonial-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: grab;
    transition: 0.4s;
}

@media (min-width: 991px) {
    .tv2-slick-prev {
        left: -180px;
    }
    .tv2-slick-next {
        right: -180px;
    }
}


/*---------------------------------------------------
Portfolio SLider CSS
----------------------------------------------------*/

.portfolio-slider-arrow .slick-arrow.slick-hidden {
    display: block !important;
}

.portfolio-slider-arrow {
    position: absolute;
    width: 100%;
}

.portfolio-slider:focus {
    outline: none;
    box-shadow: none;
}

.portfolio-slider ul.portfolio-slider-dot-list {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.portfolio-slider ul.portfolio-slider-dot-list {
    list-style: none;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    padding: 0;
}

.portfolio-slider ul.portfolio-slider-dot-list li.slick-active {
    width: 10px !important;
    height: 10px !important;
    background: #2c4bff !important;
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.portfolio-slider ul.portfolio-slider-dot-list li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    margin: 0 4px;
    background: #1e3d59;
    cursor: pointer;
}

.portfolio-slider ul.portfolio-slider-dot-list li button {
    display: none;
}

@media (min-width: 1200px) {
    .portfolio-slider ul.portfolio-slider-dot-list {
        margin-top: 40px;
    }
}


/* arrow */

.portfolio-slider-arrow .slick-prev:before,
.portfolio-slider-arrow .slick-next:before {
    display: none;
}

.portfolio-slider-arrow.slick-active {
    color: #1d263a;
}

.portfolio-slider-arrow .prev {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.portfolio-slider-arrow .next {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.portfolio-slider-arrow .slick-active {
    background: #2c4bff;
    color: #fff;
}

.portfolio-slider-arrow button {
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    color: #1d263a;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: rgba(44, 71, 255, 0.6);
    text-align: center;
    display: inline-block;
}

.portfolio-slider-arrow button:hover {
    background-color: #1d263a;
    color: #fff;
}


/*---------------------------------------------------
FEATURED
----------------------------------------------------*/

.circle-126 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 106px;
    max-width: 106px;
    min-height: 106px;
    max-height: 106px;
}

@media (min-width: 768px) {
    .circle-126 {
        min-width: 126px;
        max-width: 126px;
        min-height: 126px;
        max-height: 126px;
    }
}

.circle-91 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 91px;
    max-width: 91px;
    min-height: 91px;
    max-height: 91px;
}

.circle-103 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
}

@media (min-width: 768px) {
    .circle-103 {
        min-width: 103px;
        max-width: 103px;
        min-height: 103px;
        max-height: 103px;
    }
}

.circle-98 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 98px;
    max-width: 98px;
    min-height: 98px;
    max-height: 98px;
}

.circle-99 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 99px;
    max-width: 99px;
    min-height: 99px;
    max-height: 99px;
}

@media (min-width: 768px) {
    .circle-99 {
        min-width: 99px;
        max-width: 99px;
        min-height: 99px;
        max-height: 99px;
    }
}

.circle-95 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 85px;
    max-width: 85px;
    min-height: 85px;
    max-height: 85px;
}

@media (min-width: 768px) {
    .circle-95 {
        min-width: 95px;
        max-width: 95px;
        min-height: 95px;
        max-height: 95px;
    }
}

.circle-113 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
}

@media (min-width: 768px) {
    .circle-113 {
        min-width: 113px;
        max-width: 113px;
        min-height: 113px;
        max-height: 113px;
    }
}

.circle-88 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 78px;
    max-width: 78px;
    min-height: 78px;
    max-height: 78px;
}

@media (min-width: 768px) {
    .circle-88 {
        min-width: 88px;
        max-width: 88px;
        min-height: 88px;
        max-height: 88px;
    }
}

.circle-108 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 98px;
    max-width: 98px;
    min-height: 98px;
    max-height: 98px;
}

@media (min-width: 768px) {
    .circle-108 {
        min-width: 108px;
        max-width: 108px;
        min-height: 108px;
        max-height: 108px;
    }
}

.brand-area--l2 {
    padding-top: 50px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .brand-area--l2 {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .brand-area--l2 {
        padding-top: 123px;
        padding-bottom: 135px;
    }
}

.brand-group-image-l2 {
    margin-left: -22px;
}

@media (min-width: 576px) {
    .brand-group-image-l2 {
        transform: scale(0.8);
    }
}

@media (min-width: 768px) {
    .brand-group-image-l2 {
        margin-top: 40px;
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    .brand-group-image-l2 {
        margin-top: 100px;
    }
}

.brand-image-group--l2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 503px;
    transform: scale(0.9);
}

@media (min-width: 768px) {
    .brand-image-group--l2 {
        transform: scale(0.9);
    }
}

@media (min-width: 992px) {
    .brand-image-group--l2 {
        transform: scale(1);
    }
}

.brand-image-group--l2__single {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-image-group--l2__image--main {
    width: 5%;
    position: relative;
    border: 6px solid #ffffff;
    background-color: #ff5722;
    border-radius: 50%;
    z-index: 1;
}

.brand-image-group--l2__img-1 {
    position: absolute;
    left: 37%;
    top: 7%;
    width: 10%;
    z-index: 2;
}

@media (min-width: 480px) {
    .brand-image-group--l2__img-1 {
        left: 47%;
    }
}

.brand-image-group--l2__img-2 {
    position: absolute;
    right: -8%;
    top: 16%;
    width: 11%;
    z-index: 1;
}

@media (min-width: 768px) {
    .brand-image-group--l2__img-2 {
        right: -12%;
        top: 10%;
    }
}

.brand-image-group--l2__img-3 {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 11%;
    z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
    .brand-image-group--l2__img-3 {
        right: -9%;
    }
}

@media (min-width: 768px) {
    .brand-image-group--l2__img-3 {
        right: -28%;
    }
}

.brand-image-group--l2__img-4 {
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 10%;
    z-index: 1;
}

.brand-image-group--l2__img-5 {
    position: absolute;
    left: 38%;
    bottom: 10%;
    width: 10%;
    z-index: 1;
}

@media (min-width: 480px) {
    .brand-image-group--l2__img-5 {
        left: 47%;
        bottom: 0;
    }
}

.brand-image-group--l2__img-6 {
    position: absolute;
    left: 0;
    bottom: 18%;
    width: 12%;
    z-index: 1;
}

@media (min-width: 480px) {
    .brand-image-group--l2__img-6 {
        bottom: 12%;
    }
}

.brand-image-group--l2__img-7 {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
    z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
    .brand-image-group--l2__img-7 {
        left: -7%;
    }
}

@media (min-width: 768px) {
    .brand-image-group--l2__img-7 {
        left: -22%;
    }
}

.brand-image-group--l2__img-8 {
    position: absolute;
    left: -7%;
    top: 16%;
    width: 10%;
    z-index: 1;
}

@media (min-width: 480px) {
    .brand-image-group--l2__img-8 {
        top: 10%;
    }
}

.brand-image-group--l2__line-1 {
    position: absolute;
    left: 48%;
    top: 26%;
    z-index: 0;
    width: 3.7%;
}

@media (min-width: 480px) {
    .brand-image-group--l2__line-1 {
        left: 52%;
    }
}

.brand-image-group--l2__line-2 {
    position: absolute;
    right: 0;
    top: 27%;
    width: 42%;
}

@media (min-width: 480px) {
    .brand-image-group--l2__line-2 {
        top: 22%;
        width: 40%;
    }
}

.brand-image-group--l2__line-3 {
    position: absolute;
    right: -9%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.brand-image-group--l2__line-4 {
    position: absolute;
    bottom: 29%;
    right: 13%;
    width: 33%;
}

.brand-image-group--l2__line-5 {
    position: absolute;
    right: 47%;
    bottom: 23%;
    width: 4%;
}

@media (min-width: 480px) {
    .brand-image-group--l2__line-5 {
        right: 45%;
        bottom: 15%;
    }
}

.brand-image-group--l2__line-6 {
    position: absolute;
    left: 9%;
    bottom: 29%;
    width: 35%;
}

@media (min-width: 480px) {
    .brand-image-group--l2__line-6 {
        bottom: 24%;
    }
}

.brand-image-group--l2__line-7 {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 47%;
}

.brand-image-group--l2__line-8 {
    position: absolute;
    left: 7%;
    top: 28%;
    width: 35%;
}

@media (min-width: 480px) {
    .brand-image-group--l2__line-8 {
        top: 22%;
    }
}

.w-100 {
    width: 100% !important;
}

.realdefense-slider-arrow {
    position: absolute;
    background: transparent;
}

.featured .slick-dots {
    display: flex;
}

.fd-addons-social-iconbox ul {
    margin: 0px;
    padding: 0px;
}

.fd-addons-social-iconbox ul li {
    list-style: none;
    display: inline-block;
}


/*---------------------------------------------------
ICON BOX
----------------------------------------------------*/

.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap {
    position: relative;
    z-index: 1;
}

.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap:after {
    content: "";
    width: 65px;
    height: 65px;
    background: #ffd166;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.
/*---------------------------------------------------
Testimonial Simple
----------------------------------------------------*/

.realdefense-testimonial-item {
    min-height: 352px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.realdefense-testimonial-item .testi-image img {
    width: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    height: 55px;
}

.realdefense-position-top .realdefense-testimonial-item .testi-image {
    margin-bottom: 56px;
}

.realdefense-testimonial-item .testi-content p {
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 22px;
}

.realdefense-testimonial-item .testi-meta .testi-name {
    display: inline-block;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 29px;
}

.realdefense-testimonial-item .testi-meta .testi-title {
    color: var(--text-color);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 29px;
}

.realdefense-position-left .realdefense-testimonial-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.realdefense-position-right .realdefense-testimonial-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.realdefense-position-left .realdefense-testimonial-item .test-content-wrap,
.realdefense-position-right .realdefense-testimonial-item .test-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.realdefense-position-left .realdefense-testimonial-item .testi-image {
    margin-right: 30px;
}

.testi-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testi-image {
    flex: 0 0 20%;
}

.testi-name-title-wraper {
    flex: 0 0 80%;
}

h4.testi-name {
    display: block !important;
    margin-bottom: 0px;
}

.slick-slide .style-five {
    transform: scale(1) !important;
    border-radius: 10px;
    background: #ffffff;
}

.slick-slide.slick-center .style-five {
    top: 50%;
    transform: scale(1.1) !important;
    transform-origin: center center;
    z-index: 99;
    background-color: #fff;
}


/*---------------------------------------------------
Charity Cause
----------------------------------------------------*/

.realdefense-charity-cause-content {
    padding: 30px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.realdefense-charity-cause-button a {
    min-width: 160px;
    text-align: center;
    line-height: 48px;
    border-radius: 3px;
}

a.donate_now_button_text {
    color: #fff;
    background-color: #6EB787;
    border: 1.5px solid transparent;
    margin-right: 10px;
}

a.campaign_text {
    border: 1.5px solid #173A1F;
    color: #173A1F;
    margin-left: 10px;
}

.realdefense-charity-cause-title h2 a {
    color: #173A1F;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.studies_content {
    color: #173A1FCC;
    font-size: 16px;
    margin-bottom: 30px;
}

a.case-image {
    border-radius: 10px 10px 0px 0px;
}

.realdefense-charity-cause-item:hover {
    box-shadow: 0px 20px 80px rgba(31, 28, 20, 0.08);
}

.realdefense-charity-cause-item {
    transition: .4s;
}


/*--------------------------------------------------
FOOD MENU
----------------------------------------------------*/

.realdefense-food-menu-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.realdefense-food-menu-tab li {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #452204;
    padding: 10px 35px;
    cursor: pointer;
}

.realdefense-food-menu-wraper {
    margin-bottom: 80px;
}

.realdefense-food-menu-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.food-menu-image {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 0;
}

.food-menu-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.realdefense-food-menu-content {
    width: calc(100% - 100px);
}

.food-menu-discription p {
    margin-bottom: 0;
}

.realdefense-food-menu-title {
    width: 80%;
}

.food-price-main-wrapper {
    width: 20%;
}

.realdefense-food-menu-title h4 {
    font-size: 18px;
}

.food-price-main-wrapper {
    position: relative;
    display: flex;
    width: 20%;
    justify-content: flex-end;
    margin-left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .realdefense-food-menu-content {
        width: 100%;
    }
    .realdefense-food-menu-title {
        width: 100%;
    }
    .food-content-top {
        flex-wrap: wrap;
    }
    .food-menu-image {
        margin-bottom: 10px;
    }
    .food-price-main-wrapper {
        width: 100%;
        justify-content: start;
    }
}


/*---------------------------------------------------
CASE STUDY
----------------------------------------------------*/
.category-position {
    position: relative;
}
.right-content {
    position: absolute;
    bottom: 0;
}
@media (min-width: 768px) {
    .right-content {
        position: inherit;
        margin-top:30px;
    }
}
@media (max-width: 767px) {
    .right-content {
        position: inherit;
        margin-top:30px;
    }
}
.case-study-wrap:last-child {
    margin-bottom: 0px !important;
}
.image-wrap {
    position: relative;
}
.image-wrap img {
    width: 100%;
}
.case-image-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00ADEE 14.91%, rgba(32, 129, 234, 0.87) 59.06%, rgba(61, 89, 231, 0) 100%);
    top: 0;
    left: 0;
}
.case-overly-content {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 35px;
    right: 35px;
}
@media (max-width: 475px) {
    .case-overly-content {
        padding: 20px;
        position: initial;

    }
}
.category-item ul {
    margin: 0px;
    padding: 0px;
}
.category-item ul li {
   list-style-type: none;
}
.category-item ul li:last-child {
    margin-bottom: 0px !important;
}
.case-title-wrap .case-title {
    text-align: center;
}
.case-title h2 a {
    display: inline-block;
}
.category-item ul li img {
    margin-right: 10px;
}

/* Service */

.service-style-1 .service-content-wrap {
    text-align: center;
}

.happyness-services .realdefense-service-widget-item.service-style-1 .service-thumbnail {
    height: 80px;
    width: 80px;
    background: rgba(0, 106, 113, 0.08);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

a.service-btn,
a.service-btn .btn-icon {
    transition: 0.4s;
}


/* image hover */

.service-thumbnail-wrapper {
    height: auto;
    overflow: hidden;
}

.service-thumbnail-wrapper img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}

.realdefense-service-widget-wrap .hover-one:hover .service-thumbnail-wrapper img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}


/* .courser-animaion {
    width: 20px;
    height: 20px;
    background-color: red;
    position: fixed;
    top: 50%;
    border-radius: 50%;
    left: 50%;
} */

.realdefense-service-cat {
    display: block;
    background-color: #fff;
    padding: 40px 109px 40px 40px;
    border-radius: 10px;
}

.realdefense-service-cat-wrap {
    margin-bottom: 24px;
}

.realdefense-service-cat:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.service-cat-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 48px;
}

.service-cat-title h4 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.428;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.service-cat-title .service-count {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: var(--text-color);
}

.realdefense-service-cat.service-more-card {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0;
}

.realdefense-service-cat.service-more-card h4 {
    color: #fff;
}

.realdefense-service-cat.service-more-card .service-count {
    color: rgb(255 255 255 / 70%);
}

span.service-more-link-icon {
    width: 45px;
    height: 45px;
    background-color: rgb(38 39 41 / 50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .realdefense-service-cat {
        padding-right: 40px;
    }
}

.service-content h3 {
    margin-bottom: 15px;
}

.realdefense-service-widget-item {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.realdefense-service-widget-item:hover a.more-link span.button-icons svg path,
.realdefense-service-widget-item:hover a.more-link {
    transition: all 0.4s ease-in-out;
}

.service-btn-wrap {
    display: flex;
}

.service-btn-wrap .service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.service-btn-wrap .service-btn .btn-icon svg {
    display: flex;
    transition: 0.4s;
}




span.fd-addons-pricing-duration.dynamic-value {
    display: block;
}

#pricing-dynamic-deck--head .btn-toggle.active span {
    right: calc(100% - 23px);
}

#pricing-dynamic-deck--head .btn-toggle {
    width: 46px;
    height: 26px;
    position: relative;
    display: inline-block;
    margin: 0;
    background: linear-gradient(90deg, #8c30f5 0%, #ff4b5c 100%);
    border-radius: 15px;
}

#pricing-dynamic-deck--head .btn-toggle span {
    width: 18px;
    height: 18px;
}





/* style two sakib */

.links-icons {
    position: absolute;
    right: 30px;
    top: 30px;
}

.links-icons a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    transition: 0.4s;
}

.links-icons a {
    margin-right: 15px;
}

.links-icons a:hover {
    background-color: #ffe03b;
    opacity: 1;
}


/* realdefense job details */

.realdefense-single-pf-meta-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.realdefense-single-pf-meta-widget ul li {
    position: relative;
    padding-left: 25px;
}

.realdefense-single-pf-meta-widget ul li::before {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #EE4266;
    border-radius: 100%;
    left: 0;
    top: 5px;
}

.designer .pf-meta-label {
    display: block;
    font-weight: 600;
    margin-right: 5px;
}

ul.pf-meta li {
    margin-bottom: 17px;
}

.realdefense-single-pf-meta-widget.style-two .pf-meta-label {
    display: block;
}

.style-two h3.realdefense-portfolio-title {
    margin-bottom: 10px;
}

.style-two .links-icons a {
    background-color: transparent;
}

.style-two .links-icons {
    position: initial;
    margin-top: 20px;
}


/* style three */

.realdefense-portfolio-item.style-three .realdefense-portfolio-content.content-postion-on-image {
    background: linear-gradient(90.28deg, #001c80 0.26%, #153abf 30.33%, #2b59ff 99.79%);
}

.realdefense-portfolio-item.style-three:hover .realdefense-portfolio-content.content-postion-on-image {
    opacity: 0.7;
}


/* .realdefense-portfolio-title {
    position: absolute;
    left: 30px;
    bottom: 65px;
}

.realdefense-pf-category {
    position: absolute;
    left: 30px;
    bottom: 30px;
} */


/* style three end */


/*
  Portfolio  Slider
---------------------------------*/

.portfolio-area {
    padding-top: 30px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .portfolio-area {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .portfolio-area {
        padding-top: 90px;
        padding-bottom: 130px;
    }
}

.realdefense-pf-gallery-slider .realdefense-portfolio-item {
    z-index: 0;
}

.realdefense-pf-gallery-slider .realdefense-portfolio-item:focus {
    outline: none;
    box-shadow: none;
}

.realdefense-pf-gallery-slider-dots {
    width: 100%;
    height: 6px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    position: relative;
}

.realdefense-pf-gallery-slider-dots li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
}

.realdefense-pf-gallery-slider-dots li button {
    padding: 0;
    width: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: 0.4s;
}

.realdefense-pf-gallery-slider-dots li.slick-active {
    display: block;
    width: 100%;
}

.realdefense-pf-gallery-slider-dots li.slick-active button {
    background: #5034fc;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    transition: width 2s linear;
    transition-delay: 0.8s;
    opacity: 1;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.realdefense-pf-gallery-slider button.slick-arrow:before {
    color: #222;
    font-size: 26px;
}

.realdefense-pf-gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -30px;
    padding: 0;
    color: #000;
    border: none;
    background-color: transparent;
    z-index: 99;
}

.realdefense-pf-gallery-slider .slick-arrow.realdefense-slick-next {
    left: 0px;
}


/* post navigation */

.fd-addons-addon-post-navigation .nav-links a:hover {
    color: #5034fc;
}


/* vertical menu css  */

.realdefense-vertical-menu-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px 30px 5px 30px;
}

.realdefense-vertical-menu a {
    color: #000000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    padding: 30px 0 30px 0px;
    transition: 0.3s;
    display: block;
}

.realdefense-vertical-menu li {
    border-bottom: 1px solid rgba(44, 75, 255, 0.1);
}

.realdefense-vertical-menu li:last-child {
    border-bottom: none !important;
}

.realdefense-vertical-menu-wrap {
    background-color: #2c4bff0d;
}

.realdefense-vertical-menu a:hover,
.realdefense-vertical-menu li.current-menu-item>a {
    color: #2c4bff;
}

.fd-addons-dual-heading-wrapper .fd-addons-dual-heading-icon {
    position: absolute;
}


/* Icon open */

.realdefense-vertical-menu-wrap.yes ul li {
    position: relative;
}

.realdefense-vertical-menu-wrap.yes ul li:before {
    position: absolute;
    left: 0;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}

.realdefense-vertical-menu-wrap.yes ul li a {
    margin-left: 23px;
}


/* WIDGET EXTRA */

.fd-addons-accordion-number span {
    position: relative;
    display: block;
    background-color: #fd4c5c;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/*Job search css*/

@media only screen and (min-width: 992px) {
    .realdefense-job-search-form form {
        display: flex;
        align-items: center;
    }
}

.realdefense-job-search-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.realdefense-job-search-form .nice-select,
.realdefense-job-search-form select {
    float: none;
    display: inline-block;
}

.realdefense-job-search-form button[type="submit"] {
    /* width: 157px;
    height: 51px;
    color: #fff;
    border-radius: 30px;
    background-color: #0D59EF;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.6px; */
}

@media only screen and (max-width: 991px) {
    .realdefense-job-search-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    .realdefense-job-search-form .nice-select,
    .realdefense-job-search-form select {
        width: 100%;
        margin-bottom: 15px;
    }
    .realdefense-job-search-form {
        width: 100%;
    }
}


/* case-study */

.realdefense-case-study-item-wrap:first-child {
    padding-top: 0px !important;
}

.realdefense-case-study-item-wrap:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.realdefense-case-study-content {
    overflow: hidden;
}

.case-study-btn {
    min-height: 30px;
}

.case-readmore-text {
    transition: 0.4s;
}

.case-study-btn .btn-icon svg {
    margin-top: -6px;
}

.btn-icon {
    transition: all ease-in-out 0.4s;
}

span.hero-btn-icon {
    margin-left: 7px;
}


 /*---------------------------------------------------
FEATURE BOX
----------------------------------------------------*/

.realdefense-addons-feature-box-item {
    transition: .4s;
}

.realdefense-addons-feature-box-item .icon-background-yes .realdefense-addons-feature-icon {
    display: flex;
    text-align: center;
    font-size: 30px;
    background-color: var(--accent-color);
    border-radius: 0px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.realdefense-addons-feature-box-item .icon-background-yes .realdefense-addons-feature-icon svg {
    width: 35px;
}

span.realdefense-addons-feature-icon.icon-type-image img {
    object-fit: cover;
}

.realdefense-addons-feature-icon-wrap {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realdefense-addons-feature-title {
    margin-bottom: 18px;
    font-size: 20px;
}

.realdefense-addons-feature-content p {
    margin-bottom: 0;
}

.realdefense-addons-feature-box-item.realdefense-addons-icon-position-left {
    display: inline-flex;
    text-align: left;
}

.realdefense-addons-feature-box-item.realdefense-addons-icon-position-right {
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
}

.realdefense-addons-feature-box-item.realdefense-addons-feature-icon-center {
    text-align: center;
}

.realdefense-addons-feature-box-item.realdefense-addons-feature-icon-left {
    text-align: left;
}

.realdefense-addons-feature-box-item.realdefense-addons-feature-icon-left .realdefense-addons-feature-icon-wrap {
    justify-content: flex-start;
}

.realdefense-addons-feature-box-item.realdefense-addons-feature-icon-right .realdefense-addons-feature-icon-wrap {
    justify-content: flex-end;
}

.realdefense-addons-feature-box-item.realdefense-addons-feature-icon-right {
    text-align: right;
}

.realdefense-addons-feature-icon-wrap i,
.realdefense-addons-feature-icon-wrap svg,
.realdefense-addons-feature-icon {
    transition: .3s ease-in-out;
    ;
}

.realdefense-addons-feature-box-item .icon-background-no .realdefense-addons-feature-icon svg {
    MAX-HEIGHT: 118PX;
}

.realdefense-addons-feature-icon svg {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.realdefense-addons-feature-box-item .realdefense-addons-feature-icon i {
    font-size: 25px;
}

.realdefense-addons-feature-box-number {
    font-size: 22px;
    letter-spacing: -0.73px;
    font-weight: 700;
    color: #ffffff;
}

.realdefense-addons-feature-box-number span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
}

/*---------------------------------------------------
    BUTTON
    ----------------------------------------------------*/

    a.realdefense-btn,
    .realdefense-btn {
        background: var(--accent-color);
        line-height: 25px;
        font-size: 17px;
        padding-bottom: 5px;
        position: relative;
        display: inline-flex;
        cursor: pointer;
        overflow: hidden;
        justify-content: center;
        color: #fff;
        padding: 15px 45px;
        border-radius: 5px;
        -webkit-transition-duration: 0.50s;
        transition-duration: 0.50s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    a.realdefense-btn.btn-type-boxed {
        background-color: var(--accent-color);
        color: #fff;
        font-weight: 500;
        line-height: 24px;
        padding: 20px 40px 15px;
        border-radius: 0px;
        display: inline-flex;
        border-color: transparent;
        align-items: center;
    }
    /* Button Hover Animation */

    .realdefense-btn-style1-bottom,
    .realdefense-btn-style1-top,
    .realdefense-btn-style1-right,
    .realdefense-btn-style1-left,
    .realdefense-btn-style2-shutouthor,
    .realdefense-btn-style2-shutoutver,
    .realdefense-btn-style2-shutinhor,
    .realdefense-btn-style2-shutinver,
    .realdefense-btn-style2-scshutouthor,
    .realdefense-btn-style2-scshutoutver,
    .realdefense-btn-style2-dshutinhor,
    .realdefense-btn-style2-dshutinver,
    .realdefense-btn-style3-radialin,
    .realdefense-btn-style3-radialout,
    .realdefense-btn-style3-rectin,
    .realdefense-btn-style3-rectout {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important;
    }

    .realdefense-btn-style1-bottom:before,
    .realdefense-btn-style1-top:before,
    .realdefense-btn-style1-right:before,
    .realdefense-btn-style1-left:before,
    .realdefense-btn-style2-shutinhor:before,
    .realdefense-btn-style2-shutinver:before,
    .realdefense-btn-style2-shutouthor:before,
    .realdefense-btn-style2-shutoutver:before,
    .realdefense-btn-style2-scshutouthor:before,
    .realdefense-btn-style2-scshutoutver:before,
    .realdefense-btn-style2-dshutinhor:before,
    .realdefense-btn-style2-dshutinver:before,
    .realdefense-btn-style3-radialin:before,
    .realdefense-btn-style3-radialout:before,
    .realdefense-btn-style3-rectin:before,
    .realdefense-btn-style3-rectout:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.50s;
        transition-duration: 0.50s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .realdefense-btn-style3-radialin:before,
    .realdefense-btn-style3-radialout:before {
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .realdefense-btn-style3-radialin:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .realdefense-btn-style3-rectin:before,
    .realdefense-btn-style3-rectout:before {
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .realdefense-btn-style3-rectout:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .realdefense-btn-style3-rectout:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .realdefense-btn-style3-rectin:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .realdefense-btn-style3-radialout:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .realdefense-btn-style3-radialin:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .realdefense-btn-style1-top:before {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    .realdefense-btn-style1-right:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }

    .realdefense-btn-style1-left:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .realdefense-btn-style2-shutouthor:before,
    .realdefense-btn-style2-scshutoutver:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .realdefense-btn-style2-shutoutver:before,
    .realdefense-btn-style2-scshutouthor:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .realdefense-btn-style2-shutinhor:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    .realdefense-btn-style2-shutinver:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    .realdefense-btn-style1-bottom:hover:before,
    .realdefense-btn-style1-top:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .realdefense-btn-style1-left:hover:before,
    .realdefense-btn-style1-right:hover:before,
    .realdefense-btn-style2-shutouthor:hover:before,
    .realdefense-btn-style2-shutoutver:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .realdefense-btn-style2-shutinhor:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .realdefense-btn-style2-shutinver:hover:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .realdefense-btn-style2-scshutouthor:hover:before {
        -webkit-transform: scaleX(0.9);
        transform: scaleX(0.9);
    }

    .realdefense-btn-style2-scshutoutver:hover:before {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }
    /*Diagonal*/

    .realdefense-btn-style2-dshutinhor:before,
    .realdefense-btn-style2-dshutinver:before {
        top: 50%;
        left: 50%;
        width: 120%;
        height: 0%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: all;
        transition-property: all;
    }

    .realdefense-btn-style2-dshutinver:before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .realdefense-btn-style2-dshutinhor:hover:before,
    .realdefense-btn-style2-dshutinver:hover:before {
        height: 220%;
    }

    .realdefense-btn-wrapper {
        overflow: hidden;
    }
    /* Button Style */

    .realdefense-btn.style-one {
        display: inline-block;
        overflow: hidden;
        transition: all 0.2s linear 0s;
    }

    .realdefense-btn.style-one:before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 15px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 2px;
        opacity: 0;
        height: 100%;
        width: 40px;
        transform: translateX(100%);
        transition: all 0.2s linear 0s;
    }

    .realdefense-btn.style-one:hover {
        text-indent: -20px;
    }

    .realdefense-btn.style-one:hover:before {
        opacity: 1;
        text-indent: 0px;
        transform: translateX(-25%);
    }
    /* Button Style two*/

    .realdefense-btn.style-two {
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .realdefense-btn.style-two .content {
        display: block;
    }

    .realdefense-btn.style-two::before,
    .realdefense-btn.style-two::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #5454D4;
    }

    .realdefense-btn.style-two .content::before,
    .realdefense-btn.style-two .content::after {
        content: "";
        width: 2px;
        height: 0;
        position: absolute;
        transition: all 0.2s linear;
        background: #5454D4;
    }

    .realdefense-btn.style-two::before {
        right: 0;
        top: 0;
    }

    .realdefense-btn.style-two::after {
        left: 0;
        bottom: 0;
    }

    .realdefense-btn.style-two:hover::before,
    .realdefense-btn.style-two:hover::after {
        width: 100%;
    }

    .realdefense-btn.style-two:hover .content::before,
    .realdefense-btn.style-two:hover ::after {
        height: 100%;
    }

    .realdefense-btn.style-two::before,
    .realdefense-btn.style-two::after {
        transition-delay: 0.2s;
    }

    .realdefense-btn.style-two span::before,
    .realdefense-btn.style-two span::after {
        transition-delay: 0s;
    }

    .realdefense-btn.style-two span::before {
        left: 0;
        top: 0;
    }

    .realdefense-btn.style-two span::after {
        right: 0;
        bottom: 0;
    }

    .realdefense-btn.style-two:hover::before,
    .realdefense-btn.style-two:hover::after {
        transition-delay: 0s;
    }

    .realdefense-btn.style-two:hover span::before,
    .realdefense-btn.style-two:hover span::after {
        transition-delay: 0.2s;
    }
    /*Youtube Button Style Three*/

    .realdefense-btn.style-three:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 90px;
        height: 90px;
        background: #ffffff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }
    /*Button Style Four*/

    .realdefense-btn.style-four {
        margin-left: -100px;
    }

    .realdefense-btn.style-four:hover {
        margin-left: 0px;
    }



/* Brand css */



.re-brand-single {
    background-color: #fff;
    padding: 35px 35px 0px 35px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    min-height: 274px;
    margin-bottom: 24px;
}

.re-brand-content {
    color: #737373;
    font-family: 'Roboto';
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.re-brand-img {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: fit-content;
    width: 70%;
}

.re-brand-img:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #EB8D00;
    width: 50px;
    height: 2px;
}
.re-brand-img img {
    object-fit: contain;
    object-position: left;
}

/* dots */
.brand-slider-active .owl-dots {
    text-align: center;
}
.brand-slider-active .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  .brand-slider-active .owl-dots .owl-dot.active span {
    background: #00ADEE;
    position: relative;
  }


  /* nav */
  .brand-slider-active .owl-prev, .brand-slider-active .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 42%;
    right: -60px;
}

.brand-slider-active .owl-prev {
    left: -60px;
    right: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .brand-slider-active .owl-prev, .brand-slider-active .owl-next {
        right: -35px;
    }
    .brand-slider-active .owl-prev {
        left: -35px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1170px) {
    .re-brand-wraper .owl-next {
       display: none;
    }
    .re-brand-wraper .owl-prev {
        display: none;
    }

}


.single-post .page-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #004C97;
    margin-top: 50px;
}

.single-post .entry-title {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    font-size: 40px;
}

.single-post .site-main {
    margin-top: 100px;
}

section#comments {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .single-post .site-main{
        margin-top: 70px;
    }

}

.team-member {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.team-margin-bottom{
    margin-bottom: 24px;
}