.btn--primary4 {
    transition: transform 0.5s ease, box-shadow 0.5s ease !important;
}

.header-area {
    z-index: 9999 !important;
}

.nav-link {
    font-weight: 500 !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.navbar-brand {
    width: 150px;
}

.header-area {
    background-color: #fff !important;
}

.main-nav {
    background-color: transparent !important;
}

.main-nav.show-menu {
    background-color: #fff !important;
}

#side-close {
    cursor: pointer;
}

.owl-carousel .item {
    width: 100% !important;
}

.custom-dots {
    position: relative;

}


#carousel>.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}


#carousel>.item {
    cursor: grab;
    cursor: -webkit-grab;
}

#carousel>.owl-dots .owl-dot.active span {
    background-color: #3965ad;
}

#testimonial>.owl-dots .owl-dot.active span {
    background-color: #3965ad;
}

#blog>.owl-dots .owl-dot.active span {
    background-color: #3965ad;
}

.btn--primary4:hover {
    transform: translateY(-0.15rem) !important;
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .15) !important;
}

.bg-primary {
    background: #3965ad;

    background: linear-gradient(90deg, #3965ad 0%, rgb(48, 134, 180) 100%);

}


.text-primary {
    color: #3965ad !important;
}

.header-area.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    animation-name: slideDown;
    animation-duration: 0.3s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.about-experience {
    background-color: #3965ad !important;
    color: #fff;
    text-align: center;
}

.plyr__video-embed {
    display: none;
}

.video-frame.visible {
    display: block !important;
}


.disc-section {
    background-color: #096ada;
}

.service-item2 {
    border: 1px solid #f4f4f4 !important;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3965ad;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3965adb2;
}



.service2-section {
    background-color: #f4f4f443;
}

/* ------------Testimonial-Slider-Css-Start------------- */
/* testimonials wraper  */
#testimonial_slider {
    max-width: 550px;
    margin: 0 auto;
}

.testimonial_section .testimonial_block {
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 65px;
}

@media screen and (min-width: 991px) {
    .testimonial_section .testimonial_block .testimonial_slide_box {
        text-align: center;
        width: 430px;
        padding: 10px;
        margin: 0 auto;
    }
}

/* testimonials rating  */
.testimonial_section .testimonial_block .rating span {
    color: #FC9400;
    font-size: 18px;
}

.testimonial_section .testimonial_block .testimonial_slide_box .review {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* testimonials image  */
.testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img {
    margin: 0 auto;
}

/* testimonials heading h3 */
.testimonial_section .testimonial_block .testimonial_slide_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.testimonial_section .testimonial_block .testimonial_slide_box .designation {
    font-size: 15px;
}

/* testimonials total review */
.testimonial_section .total_review {
    text-align: center;
    margin-top: 60px;
}

.testimonial_section .total_review .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* testimonials paragraph */
.testimonial_section .total_review .rating p {
    margin-bottom: 0;
    font-weight: 600;
    margin-left: 5px;
    color: var(--dark-purple);
}

/* testimonials heading */
.testimonial_section .total_review h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-purple);
}

.testimonial_section .total_review a {
    color: var(--purple);
    font-weight: 700;
}

.testimonial_section .testimonial_block .avtar_faces {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

.testimonial_section .testimonial_block .avtar_faces img {
    max-width: 100%;
}

.star {
    color: #ffe97a !important;
}

.image-box img {
    width: 150px;
}

.btn-rounded {
    border-radius: 100px !important;
}



@keyframes floatBackground2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Adjust the distance and direction of the floating effect */
    }

    100% {
        transform: translateY(0);
    }
}

.avtar_faces img {
    animation: floatBackground2 3s infinite;
}


.testimonial-section2 {
    background-image: url('../images/latest-news.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#blog>.item {
    margin: 20px !important;
}

.accordion-style-six .accordion-item .accordion-button:not(.collapsed),
.pricing-table-area-four .pr-table-wrapper.full-width .pack-details {
    padding-bottom: 20px
}

.accordion-style-two .accordion-item {
    background: #fff;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0
}

.accordion-style-two .accordion-button {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.62em;
    padding: 32px 0;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    background: 0 0;
    transition: .3s ease-in-out
}

.card-style-twelve,
.card-style-twelve:before {
    border-radius: 30px;
    transition: .3s ease-in-out
}

.accordion-style-five .accordion-item .accordion-button:not(.collapsed),
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 12px
}

.accordion-style-two .accordion-body {
    padding: 0 40px 20px 0
}



.text-center.rounded.py-5.px-4 {
    border-radius: 0.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.btn-square.bg-light.rounded-circle.mx-auto.mb-4 {
    background-color: #f8f9fa;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    width: 90px;
    height: 90px;
}

.btn-square.bg-light.rounded-circle.mx-auto.mb-4 i {
    font-size: 3rem;
    color: var(--primary-color);
}

.btn-square {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap {
    padding: 120px 0;
}

.consulting_landing_text ul {
    padding-top: 20px;
    font-weight: bold;
}

.consulting_landing_text ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.consulting_landing_text ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #3965ad;
    border-radius: 27px;
    border: 1px solid;
    left: 0;
    top: 5px;
}

.count-p {
    padding-top: 60px;
}

/* 7. count-style */

.count-style {
    width: 100%;
    height: 210px;
    background-color: #f4f4f4;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 40px;
    transition: .3s ease-in-out;
}

.count-style:hover {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
}

.count-style h2 sup {
    font-size: 26px;
    top: -33.5px;
}

.count-style h2 {
    font-size: 70px;
    font-weight: 800;
}

.count-style span {
    color: #000000;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.count-style.two {
    margin-top: 25px;
    background-color: #f4ffc9;
}

.count-style.three {
    background-color: #e6faff;
}


.image-stack {
    position: relative;
    width: 100%;
    z-index: 2;
}

.image-stack img {
    width: 100%;
    display: block;
    border: 10px;
}

.image-stack__item--bottom {
    position: absolute;
    right: 10%;
    top: -50%;
    width: 65%;
    z-index: -1;
}

.image-stack__item--bottom img {
    border: 10px solid #fff;
}

.image-stack__item--top {
    padding-top: 20px;
    padding-right: 30%;
    width: 70%;
}

.image-stack__item--top img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
}

.image-stack__item--bottom {
    position: absolute;
    right: 10%;
    top: -50%;
    width: 65%;
    z-index: -1;
}

.image-stack__item--bottom img {
    border: 10px solid #fff;
}

.image-stack__item--top {
    padding-top: 20px;
    padding-right: 30%;
    width: 70%;
}

.image-stack__item--top img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
}

.image-stack__item--bottom {
    position: absolute;
    right: 10%;
    top: -50%;
    width: 65%;
    z-index: -1;
}

.image-stack__item--bottom img {
    border: 10px solid #fff;
}

.heading h2 {
    font-weight: 900;
    padding-bottom: 44px;
}

.heading span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #3965ad;
    font-weight: 900;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.team .heading h2 {
    font-weight: 900;
    padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .mission-section {
        padding: 100px 0;
    }

}

.offer-image-area-image {
    border-radius: 50% !important;
}

.offer-section1 {
    background: linear-gradient(95.58deg, #FFFFFF 0%, #F3DBFF 100%);
    position: relative;
    overflow: hidden;
}

.btn-outline-primary {
    border-radius: 0px !important;
    border: 1px solid #3965ad;
    color: #3965ad;
}

.btn-outline-primary:hover {
    background-color: #3965ad;
    color: #fff;
}

.btn-outline-primary:focus {
    box-shadow: none !important;
}

.about3-list {
    margin: 24px 0 50px;
    padding: 0;
}

.about3-list li {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.about3-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color3);
}

.arrow-1 svg {
    margin-left: -150px;
    margin-top: -140px;
    margin-bottom: -108px;
}

.arrow-2 svg {
    margin-top: -60px;
    margin-left: -120px;
    margin-bottom: -80px;
}

.arrow-1 {
    animation: floatBackground2 3s infinite;
}


.arrow-2 {
    animation: floatBackground2 3s infinite;
}

.bg-primary-light {
    background-color: #3965ad22;
}

.tech img {
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        transform-origin: 100 100
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 100 100
    }
}

.icon-sm img {
    width: 130px !important;
}

.service-item3 {
    min-height: 340px !important;
}

.service-tech-item3 {
    height: 370px !important;
}

.service-item3:hover .read-more-icon {
    color: #fff !important;
}


/* ----------------------------------
	Contact Us Section Styles
 ------------------------------------ */
.contact-form {
    padding: 40px;
    background-color: #e2e8f56b;
    padding-top: 35px;
    border-radius: 5px;
}

@media (max-width: 585px) {
    .contact-form {
        padding-top: 20px;
    }
}

.contact-form .single-personal-info {
    margin-bottom: 25px;
}

.contact-form h3,
.contact-form h2,
.contact-form h1 {
    margin-bottom: 30px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    line-height: 1;
    padding: 25px 30px;
    border: 0px;
}

@media (max-width: 585px) {

    .contact-form select,
    .contact-form input,
    .contact-form textarea {
        padding: 15px;
        font-size: 13px;
    }
}

.contact-form textarea {
    height: 220px;
}

@media (max-width: 767px) {
    .contact-form textarea {
        height: 160px;
    }
}

.contact-form label {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-form label span {
    color: #727475;
    margin-left: 5px;
}

.contact-form input[type=submit],
.contact-form .submit-btn {
    background: #3965ad;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 25px;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 230px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
}

.contact-form input[type=submit].active,
.contact-form input[type=submit]:hover,
.contact-form .submit-btn.active,
.contact-form .submit-btn:hover {
    background-color: #001659;
}

.contact-form input[type=submit] i,
.contact-form .submit-btn i {
    margin-right: 8px;
}

@media (max-width: 585px) {

    .contact-form input[type=submit],
    .contact-form .submit-btn {
        padding: 15px 35px;
        font-size: 14px;
        font-weight: 600;
        width: auto;
    }
}

@media (max-width: 400px) {

    .contact-form input[type=submit],
    .contact-form .submit-btn {
        width: 100%;
    }
}

.contact-us-sidebar {
    background-color: #e2e8f56b;
    padding: 40px;
    padding-top: 30px;
    height: 100%;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar {
        display: block;
        text-align: center;
    }
}

.contact-us-sidebar .contact-info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar .contact-info {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.contact-us-sidebar .contact-info::after {
    background: #e2e8f5;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.contact-us-sidebar .live-chat a {
    text-decoration: underline;
    color: #3965ad;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar .live-chat a {
        margin-top: 0;
    }
}

.contact-us-sidebar .live-chat a i {
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.single-info {
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .single-info {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

.single-info .icon {
    float: left;
    overflow: hidden;
    line-height: 1;
    color: #3965ad;
    margin-right: 20px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .single-info .icon {
        float: inherit;
        display: block;
    }
}

.single-info .text {
    overflow: hidden;
}

.single-info .text span {
    display: block;
}

.single-info .text h5 {
    margin-bottom: 0;
}

@media (max-width: 1191px) {
    .single-info .text h5 {
        font-size: 18px;
    }
}

.contact-map-wrap iframe {
    height: 450px;
}

@media (max-width: 991px) {
    .contact-map-wrap iframe {
        height: 300px;
    }
}

.contact-title {
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #001659 !important;
    text-transform: uppercase;
}


.btn-fixed {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
}

.form-inner select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    transition: all .5s ease;
}


#start-button,
#restart {
    font-size: 1.3em;
    padding: 0.5em 1.8em;
    border-radius: 0.2em;
}

#restart {
    margin-top: 0.9em;
}

#display-container {
    background-color: #ffffff;
    padding: 3.1em 1.8em;
    width: 80%;
    max-width: 37.5em;
    margin: 0 auto;
    border-radius: 0.6em;
}

.header {
    margin-bottom: 1.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6em;
    border-bottom: 0.1em solid #c0bfd2;
}

.timer-div {
    background-color: #e1f5fe;
    width: 7.5em;
    border-radius: 1.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7em 1.8em;
}

.question {
    margin-bottom: 1.25em;
    font-weight: 600;
}

.option-div {
    font-size: 0.9em;
    width: 100%;
    padding: 1em;
    margin: 0.3em 0;
    text-align: left;
    outline: none;
    background: transparent;
    border: 1px solid #c0bfd2;
    border-radius: 0.3em;
}

.option-div:disabled {
    color: #000000;
    cursor: not-allowed;
}

#next-button {
    font-size: 1em;
    margin-top: 1.5em;
    background-color: #0a69ed;
    color: #ffffff;
    padding: 0.7em 1.8em;
    border-radius: 0.3em;
    float: right;
}

.hide {
    display: none;
}

.incorrect {
    background-color: #ffdde0;
    color: #d32f2f;
    border-color: #d32f2f;
}

.correct {
    background-color: #e7f6d5;
    color: #689f38;
    border-color: #689f38;
}

#user-score {
    font-size: 1.5em;
    color: #ffffff;
}


.wrapper {
    display: flex;
    min-height: 100vh;
    background: #f4f4f4;
}

.container2 {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
}

.container2 .drawing-board {
    flex-grow: 11;
}

.container2 .tools-board:last-child {
    flex-grow: 1 !important;
}

/* Responsive styles for screens up to 768px width */
@media screen and (max-width: 768px) {
    .container2 {
        display: block;
        /* Center items horizontally */
    }

    .tools-board {
        width: 100% !important;
    }
}

/* Responsive styles for screens up to 576px width */
@media screen and (max-width: 576px) {
    .container2 {
        display: block;
    }
}



.tools-board {
    background: #fff;
    border-radius: 7px;
}

.tools-board {
    width: 210px;
    padding: 15px 22px 0;
}

.tools-board .row {
    margin-bottom: 20px;
}

.row .options {
    list-style: none;
    margin: 10px 0 0 5px;
}

.row .options .option {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
}

.option:is(:hover, .active) img {
    filter: invert(17%) sepia(90%) saturate(3000%) hue-rotate(900deg) brightness(100%) contrast(100%);
}

.option :where(span, label) {
    color: #5A6168;
    cursor: pointer;
    padding-left: 10px;
}

.option:is(:hover, .active) :where(span, label) {
    color: #3965ad;
}

.option #fill-color {
    cursor: pointer;
    height: 14px;
    width: 14px;
}

#fill-color:checked~label {
    color: #3965ad;
}

.option #size-slider {
    width: 100%;
    height: 5px;
    margin-top: 10px;
}

.colors .options {
    display: flex;
    justify-content: space-between;
}

.colors .option {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 3px;
    position: relative;
}

.colors .option:nth-child(1) {
    background-color: #fff;
    border: 1px solid #bfbfbf;
}

.colors .option:nth-child(2) {
    background-color: #000;
}

.colors .option:nth-child(3) {
    background-color: #E02020;
}

.colors .option:nth-child(4) {
    background-color: #6DD400;
}

.colors .option:nth-child(5) {
    background-color: #4A98F7;
}

.colors .option.selected::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 12px;
    width: 12px;
    background: inherit;
    border-radius: inherit;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
}

.colors .option:first-child.selected::before {
    border-color: #ccc;
}

.option #color-picker {
    opacity: 0;
    cursor: pointer;
}

.buttons button {
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    padding: 11px 0;
    font-size: 0.9rem;
    margin-bottom: 13px;
    background: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttons .clear-canvas {
    color: #6C757D;
    border: 1px solid #6C757D;
    transition: all 0.3s ease;
}

.clear-canvas:hover {
    color: #fff;
    background: #6C757D;
}

.drawing-board {
    flex: 1;
    overflow: hidden;
}

.drawing-board canvas {
    width: 100%;
    height: 100%;
}

.eg-btn.disabled {
    opacity: 0.5;
    /* Adjust the value as per your desired opacity */
}

.eg-btn.disabled:hover {
    cursor: not-allowed;
}

.form-control {
    border: 0;
    background: #f4f4f4;
    height: 3rem;
}

.form-control:active {
    box-shadow: none !important;
    background: #f4f4f4;
}


.form-control:focus {
    box-shadow: none !important;
    background: #f4f4f4;
}

.menu-item-has-children {
    z-index: 999999 !important;
}

.product_card img {
    height: 400px !important;
    width: 100% !important;
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999;
}

/* (A) WRAPPER */
#quizWrap {
    max-width: 600px;
    margin: 0 auto;
    /* RECOMMENDED FIXED HEIGHT IF YOU HAVE CONTENT BELOW THE QUIZ */
    /* SO THAT PAGE LAYOUT DOES NOT "JUMP" */
    /* height: 250px; */
}

/* (B) QUESTION */
#quizQn {
    padding: 20px;
    background: #3965ac;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
}

/* (C) ANSWERS */
#quizAns {
    margin: 10px 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

#quizAns input[type=radio] {
    display: none;
}

#quizAns label {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

#quizAns label.correct {
    background: #d8ffc4;
    border: 1px solid #60a03f;
}

#quizAns label.wrong {
    background: #ffe8e8;
    border: 1px solid #c78181;
}


/* WIDGET */
.widget-wrap {
    width: 600px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
}

/* FOOTER */
#code-boxx {
    font-weight: 600;
    margin-top: 30px;
}

#code-boxx a {
    display: inline-block;
    border: 0;
    padding: 5px;
    text-decoration: none;
    background: #b90a0a;
    color: #fff;
}

.contact-form select {
    width: 100%;
    line-height: 1;
    padding: 25px 30px;
    border: 0px;
    background-color: #fff;
    border: none !important;
}

.contact-form select:focus {
    background-color: #fff;
    border: none !important;
}


.planePath {
    stroke: #0a69ed2a;
    stroke-width: .1%;
    stroke-width: .5%;
    stroke-dasharray: 1% 2%;
    stroke-linecap: round;
    fill: none;
}

.fil1 {
    fill: #D9DADA;
}

.fil2 {
    fill: #C5C6C6;
}

.fil4 {
    fill: #9D9E9E;
}

.fil3 {
    fill: #AEAFB0;
}

.icon img {
    width: 65px !important;
}

/* Add this to your CSS file or inline style section */
.full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Set the background color to white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Add the rest of the CSS styles as provided */
.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: box1 1s infinite;
    background-color: #fff;
    box-shadow: 30px 0 0 #ff3d00;
    margin-bottom: 10px;
}

.loader:after {
    animation: box2 1s infinite;
    background-color: #ff3d00;
    box-shadow: 30px 0 0 #fff;
}

/* Add this to your CSS file or inline style section */
.full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Set the background color to white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Add the rest of the CSS styles as provided */
.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: box1 1s infinite;
    background-color: #fff;
    box-shadow: 30px 0 0 #096ada;
    margin-bottom: 10px;
}

.loader:after {
    animation: box2 1s infinite;
    background-color: #096ada;
    box-shadow: 30px 0 0 #fff;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        transform: rotate(360deg) scale(1.2)
    }

    100% {
        transform: rotate(720deg) scale(0.8)
    }
}

@keyframes box1 {
    0% {
        box-shadow: 30px 0 0 #096ada;
    }

    50% {
        box-shadow: 0 0 0 #096ada;
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #096ada;
        margin-bottom: 10px;
    }
}

@keyframes box2 {
    0% {
        box-shadow: 30px 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 #fff;
        margin-top: -20px;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #fff;
        margin-top: 0;
    }
}

.inner-banner-title {
    text-transform: capitalize;
}

.like-btn>img {
    width: 20px !important;
    height: 20px !important;
}

.bg-light-1 {
    background-color: #F8F8F8 !important;
}

.error {
    color: #f02849 !important;
    font-size: 15px !important;
    line-height: 16px !important;
    margin-top: 8px !important;
}

vice-item1 .service-content p {
    margin-bottom: 0
}

.service-item2 {
    position: relative;
    z-index: 1;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    background-color: var(--white);
    padding: 25px
}

.service-item2:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.service-item2:hover .service-content span {
    color: var(--white)
}

.service-item2:hover .service-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px
}

.service-item2:hover .service-content p {
    color: var(--text-light)
}

.service-item2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: var(--primary-color2);
    z-index: -1;
    border-radius: 0 0 0 100px;
    transition: 550ms ease-in-out 25ms
}

.service-item2 .service21-icon {
    position: absolute;
    top: 25px;
    right: 25px
}

.service-item2 .service-content span {
    font-size: 20px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    color: var(--primary-color2);
    display: inline-block;
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}

.service-item2 .service-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
    transition: all .5s ease-in-out
}

.service-item2 .service-content p {
    transition: all .5s ease-in-out;
    margin-bottom: 0
}

.service-item2.style-2 {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    padding: 40px 25px 25px;
    margin-top: 25px
}

.service-item2.style-2 span {
    position: absolute;
    top: 22px;
    left: 15px;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color2);
    display: inline-block;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    background-color: #eee;
    padding: 5px 10px;
    margin-top: -45px
}

.service-item2.style-2 .service-content h4 {
    margin-bottom: 5px
}

.service-item2.style-2:hover span {
    color: var(--primary-color4)
}

.service-item2.style-2:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.service-item2.style-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--primary-color4);
    border-radius: 0
}

.service-item2.style-4 {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    padding: 40px 25px 25px;
    margin-top: 25px
}

.service-item2.style-4 span {
    position: absolute;
    top: 22px;
    left: 15px;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color2);
    display: inline-block;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    background-color: #eee;
    padding: 5px 10px;
    margin-top: -45px
}

.service-item2.style-4 .service-content h4 {
    margin-bottom: 5px
}

.service-item2.style-4:hover span {
    color: var(--primary-color1)
}

.service-item2.style-4:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.service-item2.style-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--primary-color1);
    border-radius: 0
}

.service-item2.style-3 {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    padding: 40px 25px 25px;
    margin-top: 25px;
    transition: transform .6s ease 0s;
    transform: perspective(3000px) rotateY(5deg)
}

.service-item2.style-3:hover {
    transform: perspective(1500px) rotateY(20deg);
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .16)
}

.service-item2.style-3:hover .service-content span {
    color: var(--white);
    background: var(--text-color2)
}

.service-item2.style-3:hover .service-content h4 {
    color: var(--text-color)
}

.service-item2.style-3:hover .service-content p {
    color: var(--text-color2)
}

.service-item2.style-3 span {
    position: absolute;
    top: 22px;
    left: 15px;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color2);
    display: inline-block;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    background-color: #eee;
    padding: 5px 10px;
    margin-top: -45px
}

.service-item2.style-3 .service-content h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color)
}

.service-item2.style-3 .service-content p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color2);
    line-height: 1.5;
    margin-bottom: 0
}

.service-item2.style-3:hover span {
    color: var(--primary-color5)
}

.service-item2.style-3::before {
    content: unset
}

.service-item2 {
    min-height: 130px;
}

.why-section5 {
    background-color: #F8F8F8 !important;
}


.offer-section {
    background: linear-gradient(95.58deg, #FFFFFF 0%, #b0c5df 100%);
    position: relative;
    overflow: hidden
}

.single-title {
    font-weight: bolder !important;
    font-size: 3em !important;
    text-transform: capitalize;
    line-height: 30px;
}

.jobpost-item {
    padding: 30px 25px;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .18);
    min-height: 400px;
}

.jobpost-item:hover .job-header .icon {
    transform: scale(1.2)
}

.jobpost-item .job-header {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

.jobpost-item .job-header .icon {
    margin-right: 15px;
    transition: 400ms ease-out 25ms
}

.jobpost-item .job-header h4.title {
    margin-bottom: 0
}

.jobpost-item .job-header h4.title a {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-color)
}

.jobpost-item .job-body {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.jobpost-item .job-body .job-meta {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px 0 0;
    padding: 0
}

.jobpost-item .job-body .job-meta li img {
    margin-right: 10px
}

.jobpost-item .job-body .job-meta li:first-child {
    margin-right: 40px
}

.jobpost-item .job-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job-details-wrap ul.about-list {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0;
    list-style: none
}

.job-details-wrap ul.about-list li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: cuprum, sans-serif;
    color: var(--text-color2);
    padding-left: 20px;
    margin-bottom: 10px;
    transition: all .42s ease-in-out
}

.job-details-wrap ul.about-list li:hover {
    color: var(--primary-color1)
}

.job-details-wrap ul.about-list li:last-child {
    margin-bottom: 0
}

.job-details-wrap ul.about-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%
}


.btn--primary2 {
    background: #18212e;
    color: var(--white);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 100px;
    font-family: poppins, sans-serif
}

.btn--primary2::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #3965ac;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2::after {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #3965ac;
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2:hover {
    color: var(--white)
}

.btn--primary2:hover::before {
    transform: rotateX(90deg)
}

.btn--primary2:hover::after {
    transform: rotateY(90deg)
}

.btn--primary2-light {
    background: var(--primary-color2);
    color: var(--primary-color2);
    font-weight: 600;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 100px;
    border: 1px solid transparent;
    font-family: poppins, sans-serif
}

.btn--primary2-light::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--white);
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2-light::after {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--white);
    transition: all .52s;
    z-index: -1;
    border-radius: 100px
}

.btn--primary2-light:hover {
    color: var(--white)
}

.btn--primary2-light:hover::before {
    transform: rotateX(90deg)
}

.btn--primary2-light:hover::after {
    transform: rotateY(90deg)
}

.apply-form {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    padding: 40px 35px
}

@media(max-width: 991px) {
    .apply-form {
        padding: 25px 15px
    }
}

.apply-form label {
    font-family: cuprum, sans-serif;
    font-size: 18px;
    font-weight: 600
}

.apply-form-title {
    position: relative;
}

.apply-form-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 135px;
    height: 2px;
    background: #eee
}

.apply-form-title h4 {
    font-size: 25px;
    font-weight: 700;
    font-family: cuprum, sans-serif;
    color: #18212e;
    margin-bottom: 10px
}

.apply-form-title p {
    font-size: 1rem;
    font-weight: 400;
    font-family: poppins, sans-serif;
    color: #676767;
    padding-bottom: 12px
}

.form-inner input,
.form-inner textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    transition: all .5s ease
}

.form-inner input::placeholder,
.form-inner textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color2);
    font-family: poppins, sans-serif
}

.form-inner input:focus,
.form-inner textarea:focus {
    border: 1px solid var(--primary-color1)
}

.btn--submit {
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    border: none;
    outline: none;
    padding: 15px 35px;
    transition: all .5s ease
}



.jobpost-item .job-body .job-meta li img {
    margin-right: 10px
}

.jobpost-item .job-body .job-meta li:first-child {
    margin-right: 40px
}

.jobpost-item .job-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job-details-wrap ul.about-list {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0;
    list-style: none
}

.job-details-wrap ul.about-list li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: cuprum, sans-serif;
    color: var(--text-color2);
    padding-left: 20px;
    margin-bottom: 10px;
    transition: all .42s ease-in-out
}

.job-details-wrap ul.about-list li:hover {
    color: var(--primary-color1)
}

.job-details-wrap ul.about-list li:last-child {
    margin-bottom: 0
}

.job-details-wrap ul.about-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%
}


.service-details-area p {
    line-height: 30px;
}

@media screen and (min-width: 991px) {
    .service-sidebar {
        position: sticky;
        top: 100px;
    }
}

#button {
    display: inline-block;
    background-color: #3965ad;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f3bf";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

.service-details-area h3 {
    margin-top: 50px;
    color: #000;
    font-size: calc(1rem + 1vw);
}

.service-details-area p {
    line-height: 1.8 !important;
}

h3.service-subtitle {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px;
}

.work-process-area {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.1);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.work-process-area h3.service-subtitle {
    margin-bottom: 20px;
}

.proj-planlist {
    padding: 0;
    margin: 0;
}

.proj-planlist li {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    font-family: cuprum, sans-serif;
    margin-bottom: 20px !important;

}

.proj-planlist li:last-child {
    margin-bottom: 0;
}

.proj-planlist li svg {
    fill: var(--text-color2);
    margin-right: 10px;
}

.service-details-area ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    background-color: #3965ad;
    left: 13px
}

.service-details-area ul li:first-child {
    margin-top: 10px
}

.service-details-area ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.service-details-area ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.proj-details-right {
    margin-top: 3rem;
}


.proj-details-right .title-area span {
    color: var(--primary-color1);
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: poppins, sans-serif;
}

.proj-details-right .title-area h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.3;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.proj-details-right h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 85px;
    line-height: 1.3;
}

.proj-details-imgs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.proj-details-imgs img {
    border-radius: 5px;
    height: 300px;
    width: 100%;
}


@media (max-width: 991px) {
    .accordion-style-two .accordion-button {
        font-size: initial !important;
    }
}


.bg-none {
    background-color: transparent !important;
}

@media (min-width: 991px) {
    .feature {
        height: 200px !important;
    }
}

.btn-primary {
    background-color: #3965ac !important;
    border-color: #3965ac !important;
}

.grecaptcha-badge {
    z-index: 999;
}


.banner-bg-1 {
    background-image: url('../images/Banner1SA.jpg') !important;
}

.banner-bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/it2.jpg') !important;
}

.banner-bg-3 {
    background-image: url('../images/Banner3SA.jpg') !important;
}

.banner-bg-4 {
    background-image: url('../images/Banner4SA.jpg') !important;
}

.banner-bg-1 {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.banner-bg-2 {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.banner-bg-3 {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    background-color: rgba(0, 0, 0, 0.8);
}


.banner-bg-4 {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    background-color: rgba(0, 0, 0, 0.8);
}


.text-brand-banner {
    color: #ffffff !important;
}

.hiden_on_small {
    display: block;
    /* Set the default display value for the element */
}


@media only screen and (max-width: 990px) {
    .hiden_on_small {
        display: none !important;
    }
}




.img-about {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .img-about {
        width: 600px !important;
    }
}

/* HTML: <div class="loader"></div> */
.loader2 {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #3965ad;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}



/* Adjustments for small screens */
@media only screen and (max-width: 650px) {

    .banner-bg-1,
    .banner-bg-2,
    .banner-bg-3,
    .banner-bg-4 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
    }

    .banner-content {
        background: #00000052 !important;
        padding: 2rem !important;
        border-radius: 5px !important;
        height: 600px;
    }

    .banner-section4 {
        height: 750px !important;
    }

    #carousel>.owl-dots {
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .banner-content p {
        color: #fff !important;
    }

    .banner-content span {
        color: #fff !important;
    }

    .banner-content.style-3 span::before {
        background: #fff !important;
    }


}


.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 170px;
    right: 31px;
    background-color: #075E54;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 31px;
    background-color: #3965ad;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 99999;
}

.float1:active {
    color: #fff !important;
}

.float2:active {
    color: #fff !important;
}

.float1:hover {
    color: #fff !important;
}

.float2:hover {
    color: #fff !important;
}



.my-float {
    margin-top: 25px;
    font-size: 20px !important;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}


.blog-standard-single {
    margin-bottom: 40px
}

.blog-standard-single h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.4;
    margin-bottom: 16px
}

.blog-standard-single .meta {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px
}

.blog-standard-single .meta .author {
    margin-right: 25px
}

.blog-standard-single .meta li img {
    margin-right: 8px
}

.blog-standard-single .meta li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color2);
    display: inline-block
}

.blog-standard-single .image {
    position: relative;
    margin-bottom: 30px
}

.blog-standard-single .image img {
    border-radius: 5px
}

.blog-standard-single .react-ellips {
    position: absolute;
    top: 30px;
    left: 30px;
    min-width: 75px;
    min-height: 75px;
    line-height: 1.7;
    text-align: center;
    background: var(--primary-color1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9
}

@media(max-width:576px) {
    .blog-standard-single .react-ellips {
        top: 10px;
        left: 10px
    }
}

.blog-standard-single .react-ellips i {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 0
}

.blog-standard-single .react-ellips h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    font-family: poppins, sans-serif
}

.bottom-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    position: relative;
    padding-bottom: 40px
}




.bottom-area .blog-btn a {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--primary-color1);
    border-radius: 5px;
    cursor: pointer;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 600;
    display: block;
    padding: 0 30px;
    transition: all .5s ease-in-out
}

.bottom-area .blog-btn a:hover {
    background: var(--primary-color1);
    color: var(--white);
    border: 1px solid var(--primary-color1)
}

.bottom-area .blog-share {
    overflow: hidden;
    height: 24px;
    cursor: pointer
}

.bottom-area .blog-share:hover .front {
    transform: translateY(-24px)
}

.bottom-area .blog-share:hover .back {
    transform: translateY(-24px)
}

.bottom-area .blog-share .front {
    text-align: end;
    transition: all .62s ease-in-out
}

.bottom-area .blog-share .front img {
    vertical-align: baseline
}

.bottom-area .blog-share .front span {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px
}

.bottom-area .blog-share .back {
    text-align: end;
    transition: all .62s ease-in-out
}

.bottom-area .blog-share .back .share-list {
    margin: 0;
    padding: 0
}

.bottom-area .blog-share .back .share-list a i {
    color: var(--text-color2);
    transition: all .35s ease-in-out
}

.bottom-area .blog-share .back .share-list a:hover i {
    color: var(--primary-color1)
}

.blog-format {
    margin: 40px 0
}

.blog-image-slider {
    position: relative;
    z-index: 9;
    margin-bottom: 30px
}

blog-share {
    overflow: hidden;
    height: 24px;
    cursor: pointer
}

.bottom-area .blog-share:hover .front {
    transform: translateY(-24px)
}

.bottom-area .blog-share:hover .back {
    transform: translateY(-24px)
}

.bottom-area .blog-share .front {
    text-align: end;
    transition: all .62s ease-in-out
}

.bottom-area .blog-share .front img {
    vertical-align: baseline
}

.bottom-area .blog-share .front span {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px
}

.bottom-area .blog-share .back {
    text-align: end;
    transition: all .62s ease-in-out
}

.bottom-area .blog-share .back .share-list {
    margin: 0;
    padding: 0
}

.bottom-area .blog-share .back .share-list a i {
    color: var(--text-color2);
    transition: all .35s ease-in-out
}

.bottom-area .blog-share .back .share-list a:hover i {
    color: var(--primary-color1)
}

.blog-format {
    margin: 40px 0
}

.blog-widget-item .follow-area {
    padding: 30px 25px
}

.blog-widget-item {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    margin-bottom: 40px
}


.follow-list {
    margin: 0;
    padding: 10px 0 0
}

.follow-list a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eee;
    background: var(--white);
    border-radius: 3px;
    font-size: 18px;
    color: var(--text-color2);
    transition: all .35s ease-in-out
}

.follow-list a:hover i {
    background: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    color: var(--white)
}

.blog-widget-item .recent-blog {
    padding: 30px 25px
}


.blog-standard-single .meta {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px
}

.blog-standard-single .meta .author {
    margin-right: 25px
}

.blog-standard-single .meta li img {
    margin-right: 8px
}

.blog-standard-single .meta li span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color2);
    display: inline-block
}



.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-details-wrap .sidebar .sidebar-widget,
.news-details-wrap .sidebar .sidebar-widget-two {
    margin-bottom: 40px
}

.news-details-wrap .sidebar .search-box-widget {
    margin-bottom: 40px
}

.comment-box-title {
    font-size: 40px
}


.recent-post-img img {
    width: 40px;
    height: 20px;
}

.active>.page-link {
    background-color: #3965ac;
    border-color: #3965ac;
}