.header-right_actions {
    margin-left: 30px;
}

.heading-one-title {
    /* font-size: 50px; */
    font-weight: 700;
    color: #343c55;
}

.work-two .heading-one {
    margin-bottom: 60px;
    max-width: 70%;
}

.about-tab-content {
    position: relative;
}

.footer-two-copyright-inner {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 40px 0;
    bottom: 0;
    width: 100%;
    position: relative;
    z-index: 3;
}

.main-menu > ul > li > a {
    color: #27325d;
}

.sliderone .swiper-pagination-bullet-active::before {
    border: 2px solid #fbb726;
}

.sliderone .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #20315c;
}

.sliderone .swiper-button-prev:hover, .sliderone .swiper-button-next:hover {
    background-color: #e9ba69;
    border: 1px solid #e9ba69;
}

.sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    border: 1px solid #e9ba69;
}

.swiper-arrow-long .prev-button:hover, .swiper-arrow-long .next-button:hover {
    background-color: #e9ba69; 
}

.swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
    border: 1px solid #e9ba69;
}

.heading-one-subtitle {
    color: #e9ba69;
}

.scroll-top {
    background-color: #20315c;
    border: 1px solid #20315c;
}
	
.main-menu > ul > li:hover > a {
    color: #dba547;
}

.main-menu .has-children > .sub-menu > li:hover a {
    color: #dba547;
    transition: 0.3s;
}

.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a:hover {
    color: #dba547;
}

.main-menu .has-children > .sub-menu {
    border-bottom: 2px solid #e9ba69; 
}

.why-choose-us_inner {
    background-color: #20315c;
    z-index: unset;
}

.why-choose-us_list__single .check-icon {
    background-color: #e9ba69;
}

.footer-widget-two-list a:hover {
    color: #25345c;
}

.btn-style-one span {
    color: #20315c;
}

.btn-style-one {
    background: #322fb3;
    background: linear-gradient(-45deg, #ffedbc 20%, #f1d47b 50%, #dfb868 100%);
}
	
.btn-style-one::before {
background: linear-gradient(60deg, #e4c678 20%, #fcecae 50%, #e5cf85 100%);
}

.btn-style-one:hover span {
    color: #20315c;
}

.footer-two-copyright-inner .footer-two-bootm-list li a:hover {
    color: #20315c;
}

.work-two .work-carousel .single-work-carousel::before {
    content: "";
    background: linear-gradient(-50deg, #e4c678 20%, #fcecae 50%, #e5cf85 100%);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.work-two .work-carousel .single-work-carousel .content .title a {
    color: #20315c;
}

.work-two .work-carousel .single-work-carousel .lightbox .item:hover {
    background: linear-gradient(-50deg, #5BCFF2 15%, #2b5ea7 47%, #20315c 80%);
}

a {
    color: #20315c;
}

.breadcrumb {
    height: 255px;
}

.section-padding {
    padding: 65px 0;
}

.footer-two-bg {
    padding: 160px 0 0px;
    margin-top: -16px;
}

.breadcrumb::before {
    background: linear-gradient(-45deg, #e2c476 20%, #3a518d 50%, #20315c 100%);
}

.single-project::before {
    background: linear-gradient(-50deg, #e4c678 20%, #fcecae 50%, #e5cf85 100%);
}

.single-project .content .title a {
    color: #20315c;
}

.single-project .lightbox .item:hover {
    background: linear-gradient(-50deg, #8391b5 15%, #20315c 47%, #20315c 80%);
}

.footer-two-bg2 {
    padding: 0px 0 0px;
    margin-top: -76px;
}

/*************************************/

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #87b4e580;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #87b4e580;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.service .heading-one {
    max-width: 570px;
    width: 100%;
    margin: 0 auto 0;
    margin-bottom: 50px;
}

.service-three-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #141414;
    margin: 15px 0;
}

.about .about-counter-1 {
    background-color: #e9ba69;
}

.about-tab .nav-link {
    border: 1px solid transparent;
    background-color: #e9ba69;
    padding: 35px 100px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.about-image-inner-thumb {
    background-color: #1a56ab;
    color: #ffffff;
    padding: 40px 25px;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
}

.service-single-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 10px;
    background: #003a7e;
    background: linear-gradient(-45deg, #f2ef5b 20%, #e9ba69 50%, #e9ba69 100%);
    opacity: 0.6;
}

.service-single-white .icon {
    background-color: #e9ba69;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.gradient-1 {
    background: #003a7e;
    background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #e9ba69 100%);
}

.service-single-white {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 6;
    box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
}

.service-single-white .title:hover {
    color: #141414;
}

.rotate-title {
    font-size: 260px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #959595;
    -webkit-text-fill-color: transparent;
    opacity: 0.28;
    top: 80%;
    position: absolute;
    z-index: 9;
}

.work-step-single .title:hover {
    color: #e9ba69;
}

.work-step-single .title {
    color: #141414;
    font-weight: 700;
    font-size: 24px;
    margin: 18px 0 20px;
    display: block;
}

.pagination-style-one .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 14px !important;
    background: #e9ba69;
}

.blogpost-image-thumb {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #e9ba69;
    border-radius: 5px;
    color: #ffffff;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2, h3, h4, h5, h6 {
    margin: 0px;
    color: #343c55;
}

.single-project .content .title, .single-project .content .subtitle {
    color: #343c55;
    text-transform: unset;
}

.footer-left {
    background-color: #e9ba69;
}

.btn-style-three {
    background: #1a56ab;
    border: 0px;
    border-radius: 7px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 60px;
    line-height: 1;
    position: relative;
}

.btn-style-three:hover {
    color: #ffffff;
    background-color: #141414;
}

.footer-left::after {
    background-color: #e9ba69;
}

.footer-left-text {
    color: #ffffff;
    font-size: 16px;
}

.footer-top {
    background-color: #4e8ee9;
}

.footer-top::after {
    background-color: #4e8ee9;
}

.footer-bottom {
    background-color: #141414;
}

.footer-bottom::after {
background-color: #141414;
}

.faq-accordion-button:not(.collapsed) {
    color: #1b1b1b;
    background-color: #ffffff;
    box-shadow: none;
}

@media only screen and (min-width: 1550px) and (max-width: 1699px) {
    .sliderbg-1 {
        width: 42%;
        height: 880px;
    }
}

.logo.header .logo-2 {
    height: 130px;
}

@media only screen and (min-width: 768px) {
    .sliderone-content .slider-content .title {
      font-size: 55px;
      font-weight: 700;
    }
}

@media only screen and (max-width: 575px) {
    .logo {
        width: 260px;
    }
}

.mobile-menu li a:hover {
    color: #e9ba69;
}

@media only screen and (max-width: 1199px) {
	.header-right_button.header-button {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 320px;
    }

    .footer-bottom::before {
        background-color: #141414;
    }

    .footer-top::before {
        background-color: #4e8ee9;
    }
    
    .footer-left::before {
        background-color: #e9ba69;
    }

    .footer-left-logo img {
        margin-top: 50px;
    }

    .projet-img {
        height: 250px !important;
    }

    .actualite-img {
        height: 250px !important;
    }

    .img-square {
        aspect-ratio: 1.5 !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

p {
    font-size: 16px;
    font-weight: normal;
    color: #2d2e30;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.footer-widget-subscription {
    width: 100%;
}

.blog-post-top {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 70px;
}

.blog-post-top .heading-one-title {
    margin: 5px 0 15px;
}
.rotate-title.rotate-right {
    transform: rotate(90deg);
    right: -250px;
    overflow: hidden;
    top: 325px;
}

.footer-copyright-inner {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    bottom: 0;
    width: 100%;
}

.footer-left-list-icon li i {
    color: #ffffff;
}

.footer-left-list-icon li span {
    color: #ffffff;
    font-size: 16px;
    margin-left: 20px;
    font-family: "Open Sans", sans-serif;
}

.footer-copyright-inner p {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
}

.brand-three {
    margin-bottom: 60px;
    margin-top: 60px;
    position: relative;
}

.more-project {
    margin-top: 100px;
}

.main-menu > ul > li {
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sliderbg-1 {
        width: 33%;
    }    
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .sliderbg-1 {
        width: 39%;
    }    
}

@media only screen and (min-width: 1500px) and (max-width: 1799px) {
    .sliderbg-1 {
        width: 43%;
    }    
}

@media only screen and (min-width: 992px) {
    .sliderone .button-container {
        bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .breadcrumb {
        height: 255px;  
    }

    .breadcrumb-wrapper .title {
        font-size: 65px;
        margin-bottom: 13px;
    }

    .heading-one-title {
        font-size: 45px;
        font-weight: 700;
    }
    
    .heading-one-subtitle {
        font-size: 18px;
        letter-spacing: 4px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }

    .about-tab-content {
        margin-top: 170px;
        margin-bottom: 160px;
    }

    .about-tab-image .about-tab-image-one img {
        width: 248px;
        height: 359px;
    }
    
    .about-tab-image .about-tab-image-two img {
        width: 322px;
        height: 322px;
    }
    
    .about-tab-image .about-tab-image-three img {
        width: 340px;
        height: 270px;
    }    
}

.about-creative-tab .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #343c55;
    border-top: 0px;
    border-right: 0;
    border-left: 0;
    padding: 12px 20px 12px;
    line-height: 3;
}

.about-creative-tab .nav-content-inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}

.about-creative-tab .nav-content-inner p {
    max-width: 600px;
}

 .team-bg {
    
    background: white;
}

.single-team-content .name {
    color: #005cab;
    font-size: 17px;
}

.single-team-content {
    background-color: #ebebeb;
    box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
    padding: 25px 5px 30px 5px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 35px;
}

.single-team-image img {
    border-radius: 10px;
}

.sidebar .sidebar-title {

    background: rgba(50, 47, 179, 0.13);
    background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgb(90 155 247 / 13%) 50%, rgb(0 92 171 / 12%) 100%);
}

.sidebar-banner:after {

    background: linear-gradient(-55deg, #5BCFF2 0%, #417DD2 50%, #141414 100%);
    
}

.sidebar-blog li .content .title:hover {
    color: #005cab;
}

.contact-us .contact-form textarea {
    height: 136px;
    padding-top: 20px;
    border-radius: 7px;
}

.contact-us .contact-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/*
.contact-us .contact-info li .icon {
    height: 75px;
    width: 75px;
    background-color: #005cab;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    margin-right: 20px;
}
*/

.contact-us .heading-one {
    /* margin: 0 auto 0px; */
}

a.white {
    color: #fff;
}

a.white:hover {
    color: #fff;
}

.sliderone-content .slider-content {
    padding: 0px 0px 0px 90px;
}

.sliderone-content .slider-content .subtitle, .sliderone-content .slider-content .title {
    text-shadow: 0px 0px 9px rgb(0, 0, 0, 0.8);
}


@media only screen and (min-width: 992px) {
    .sliderone-content .slider-image-one {
        margin-left: -710px;
    }
    
    .sliderone-content .slider-image-one img {
        width: 1370px;
        height: 618px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 575px) and (max-width: 991px) {
    .offcanvas .logo a {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sliderone-content .slider-image-one img {
        width: 552px;
        height: 295px;
        object-fit: cover;
    }

    .sliderone-content .slider-content {
        padding: 0px 45px;
    }    

    .logo.header .logo-2 {
        height: 60px;
    }

    .footer-two-bg {
        padding: 70px 0 0px;
    }

    .footer-widget-two.navigation-bloc {
        margin-top: 73px;
    }

    .single-project .content::before, .single-work-carousel .content::before {
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background: linear-gradient(-50deg, #e4c678 20%, #fcecae 50%, #e5cf85 100%);
        opacity: 0.7;
        position: absolute;
        z-index: -1;
        content: "";
    }

    .single-project .content {
        bottom: 0px;
        opacity: 1;
        transition: 0.6s;
        width: 100%;
        z-index: 2;
    }

    .single-work-carousel .content {
        bottom: 0px !important;
        opacity: 1 !important;
        transition: 0.6s !important;
        width: 100% !important;
        z-index: 2 !important;
        padding: 20px 40px !important;
    }

    .breadcrumb {
        height: unset;
    }
    
    .section-padding {
        padding: 30px 0;
    }    
}

.about-tab-image img {
    object-fit: cover;
}

.about-tab-image .about-two-images .about-two-images-one img {
    width: 418px;
    height: 546px;
    object-fit: cover;
}

.about-two-images .about-two-images-two img {
    width: 255px;
    height: 324px;
    object-fit: cover;
}

@media only screen and (max-width: 479px) {
    .about-two-images .about-two-images-one img {
        width: unset;
        height: 307px;
    }
    
    .about-two-images .about-two-images-two img {
        width: unset;
        height: 213px;
    }

    .work-two .heading-one {
        max-width: 300px;
    }    
}

.txt-bloc {
    font-size: 16px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.txt-bloc.no-margin {
    margin: 0px !important;
}

.txt-bloc.no-top-margin {
    margin-top: 0px !important;
}

.txt-bloc p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: unset;
}

.txt-bloc.black {
    color: #2d2e30;
}

.txt-bloc p a {
    color: #2d2e30;
}

.txt-bloc p a:hover {
    color: #dba547;
    /* text-decoration: underline; */
}

.why-choose-us_inner .txt-bloc p a {
    color: #fff;
}

.why-choose-us_inner .txt-bloc p a:hover {
    color: #dba547;
    /* text-decoration: underline; */
}


.txt-bloc.bold p {
    font-weight: 600;
}

.txt-bloc.white {
    color: #fff;
}

.txt-bloc.show-first-p p:not(:first-of-type) {
    display: none !important;
}

.txt-bloc.center {
    text-align: center;
}

.txt-bloc.no-padding p {
    padding: 0px !important;
}

.txt-bloc ul li {
    list-style: disc;
}

.txt-bloc ul li.ql-indent-1 {
    list-style: square;
    margin-left: 30px;
}

.txt-bloc ul {
    padding-left: 30px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.hidden {
    display: none !important;
}

.img-square {
    aspect-ratio: 1;
    object-fit: cover;
}

.unclickable {
    pointer-events: none;
}

.grayscaled {
    filter: grayscale(1);
}

.whitened {
    /* filter: brightness(5); */
    filter: invert(1);
}

.darkened {
    /* filter: brightness(0.9); */
}

/*
.actualite-img {
    width: 370px;
    height: 240px;
    object-fit: cover;
}
*/

.projet-img {
    width: 370px;
    height: 384px;
    object-fit: cover;
}

.actualite-img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
}

.actualite-thmb-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.dg-img {
    width: 90% !important;
    aspect-ratio: 0.75 !important;
    object-fit: contain !important;
}

.projet-icon {
    max-width: 32px;
    max-height: 32px;
    border-radius: 0px !important;
    object-fit: contain;
}

.reference-img {
    width: 155px;
    height: 155px;
    object-fit: contain;
}

.hand {
    cursor: pointer;
}

.footer-left .social-icon {
    margin-top: 55px;
}

.img-proportional {
    object-fit: cover;
    width: 100%;
}

.img-proportional.cat {
    aspect-ratio: 570/432;
}

.about-tab-content .heading-one .btn-style-one {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}


