﻿
/*#cdb49e*/
/*#414042*/
.title {
    color: #cdb49e;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.services {
    padding: 40px;
    position: relative;
    background-image: url("../../wp-content/uploads/elementor/img/white-pattern.jpg");
    background-size: 3%;
}

    .services .square {
        height: 100px;
        width: 100px;
        margin: 30px auto 40px;
        position: relative;
        border-radius: 15px;
        transform: rotate(45deg);
        padding: 10px;
        background-color: #414042;
        box-shadow: 0px 0px 27px 0px #ccc;
        border: 2px solid #eaf3fa;
    }

.square i {
    transform: rotate(315deg);
    display: block;
    color: #eaf3fa;
    font-size: 40px;
    padding-top: 17px;
    padding-right: 14px;
}

.services .square::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #cdb49e;
    content: "";
}

.services .square::after {
    position: absolute;
    left: 50px;
    top: 66px;
    width: 1px;
    height: 88%;
    background-color: #cdb49e;
    content: "";
    transform: rotate(90deg);
}

.services .serv .num {
    width: 60px;
    height: 60px;
    background-color: #414042;
    box-shadow: 0px 0px 15px 0px #00a9d3;
    margin: -38px auto 15px auto;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
}

.services .serv h5 {
    color: #cdb49e;
}

.services .serv p {
    color: #777;
}

.services .serv hr {
    width: 30px;
    border-top: 3px solid rgb(0 169 211);
}
/* PROFIL */
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

    /* The colour of the indicators */
    .blog .carousel-indicators li {
        background: #a3a3a3;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        margin-bottom: 10px;
    }

    .blog .carousel-indicators .active {
        background: #707070;
        margin-bottom: 10px;
    }

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .our-team-section:before {
        position: absolute;
        top: -0;
        left: 0;
        content: " ";
        background: url(img/service-section-bottom.png);
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        float: left;
        z-index: 99;
    }

.our-team {
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 5px solid #414042;
}

    .our-team:hover {
        border-bottom: 5px solid #414042;
    }

    .our-team .pic {
        display: inline-block;
        width: 100%;
        height: 310px;
        z-index: 1;
        position: relative;
        border-top: 1px solid #eee;
    }

        .our-team .pic:before {
            /* content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s; */
        }

    .our-team:hover .pic:before {
        height: 100%;
        background: #414042;
    }

    .our-team .pic:after {
        /* content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s; */
    }

    .our-team:hover .pic:after {
        background: #cdb49e;
    }

    .our-team .pic img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2; */
    }

    .our-team:hover .pic img {
        box-shadow: 0 0 0 14px #f7f5ec;
    }
    /* .our-team .team-content {
  margin-bottom: 30px;
} */
    .our-team .title {
        font-size: 22px;
        font-weight: normal;
        color: #4e5052;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 5px;
        z-index: 100;
    }

    .our-team .post {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 5px 0px;
        margin: 0;
        background: #414042;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
        background: rgb(65 64 66 / 50%);
        height: 100%;
        z-index: 100;
        vertical-align: middle;
    }

    .our-team .social li {
        display: inline-block;
        height: 100%;
        transform: translateY(50%);
    }

        .our-team .social li a {
            display: block;
            padding-top: 6px;
            font-size: 15px;
            color: #fff;
            transition: all 0.3s ease 0s;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 10px;
    }
}

.post-thumbnail__link img {
    height: 200px;
    object-fit: cover;
}

.btn-outline-primary {
    color: #cdb49e;
    border-color: #cdb49e;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #cdb49e;
        border-color: #cdb49e;
    }

.btn-secondary {
    background-color: #414042;
    border-color: #414042;
    color: #fff !important;
}

    .btn-secondary:hover {
        color: #fff !important;
        background-color: #414042;
        border-color: #414042;
    }

.cardsList {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cardsList__inner {
    position: relative;
}

.cardsList__cardsWrapper {
    display: flex;
    flex-wrap: wrap;
}

.cardsList__item {
    display: flex;
    position: relative;
    min-height: 375px;
    flex-basis: 33.3333%;
    flex-grow: 1;
    z-index: 5;
    background-color: white;
    overflow: hidden;
}

.cardsList__item--center .cardsList__itemImg {
    top: 50%;
    transform: translate(-50%, -50%);
}

html[dir="rtl"] .cardsList__item--center .cardsList__itemImg {
    transform: scaleX(-1) translate(-50%, -50%);
}

.cardsList__item--lower .cardsList__itemContent {
    padding: 60px 40px 45px;
}

.cardsList__item--lower .cardsList__itemMore {
    padding-top: 1rem;
}

.cardsList__item--lower .cardsList__itemTitle {
    margin-bottom: 2rem;
}

.cardsList__item--active .cardsList__itemImg:nth-of-type(1),
.cardsList__item:hover .cardsList__itemImg:nth-of-type(1) {
    opacity: 0;
}

.cardsList__item--active .cardsList__itemImg:nth-of-type(2),
.cardsList__item:hover .cardsList__itemImg:nth-of-type(2) {
    opacity: 1;
}

.cardsList__item:nth-of-type(n + 4) {
    min-height: 350px;
}

    .cardsList__item:nth-of-type(n + 4) .cardsList__itemShortDesc {
        max-width: 270px;
    }

html[dir="rtl"] .cardsList__item:nth-of-type(3) .cardsList__itemImg {
    left: auto;
}

html[dir="rtl"] .cardsList__item:nth-of-type(4) .cardsList__itemImg {
    left: auto;
}

.cardsList__item:nth-of-type(4) .cardsList__itemTitle {
    max-width: 280px;
}

html[dir="rtl"] .cardsList__item:nth-of-type(5) .cardsList__itemImg {
    left: auto;
}

.cardsList__item:nth-of-type(5) .cardsList__itemTitle {
    max-width: 280px;
}

.cardsList__item:nth-of-type(6) {
    overflow: hidden;
}

    .cardsList__item:nth-of-type(6) .cardsList__itemImg {
        height: 90%;
        right: 0;
    }

html[dir="rtl"] .cardsList__item:nth-of-type(6) .cardsList__itemImg {
    right: 100%;
    left: 0;
}

html[dir="rtl"] .cardsList__item:nth-of-type(6) .cardsList__itemTitle {
    max-width: 280px;
}

.cardsList__itemBackground {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s;
    width: 100%;
}

.cardsList__itemImg {
    position: absolute;
    left: 100%;
    top: 7%;
    max-height: 70%;
    max-width: 455px;
    transform: translateX(-50%);
    transition: opacity 0.3s, transform 0.3s;
    min-width: 300px;
}

    .cardsList__itemImg:nth-of-type(1) {
        opacity: 1;
    }

    .cardsList__itemImg:nth-of-type(2) {
        opacity: 0;
    }

html[dir="rtl"] .cardsList__itemImg {
    right: 100%;
    left: auto;
    transform: scaleX(-1) translateX(-50%);
}

.cardsList__itemContent {
    display: flex;
    flex-direction: column;
    padding: 110px 40px 45px;
    width: 100%;
    z-index: 1;
}

.cardsList__itemTitle {
    position: relative;
    padding-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.7rem;
    line-height: 3.4rem;
    max-width: 250px;
    min-height: 75px;
    color: #414042;
    font-weight: 500;
}

    .cardsList__itemTitle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 2px;
        background-color: #158285;
    }

html[dir="rtl"] .cardsList__itemTitle:before {
    right: 0;
    left: auto;
}

.cardsList__itemTitle--hiddenDesc {
    font-size: 3.6rem;
    line-height: 4.2rem;
    letter-spacing: -0.01em;
}

.cardsList__itemShortDesc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #383838;
    font-weight: 400;
    max-width: 270px;
}

.cardsList__mobileLink {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.cardsList__itemMore {
    display: block;
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #158285;
    padding-top: 3rem;
    margin-top: auto;
}

@media (max-width: 768px) {
    .cardsList__item {
        flex-basis: 100%;
    }
}

.team-section {
    background-color: #414042 !important;
    background-size: 100px;
    background-repeat: repeat;
    overflow: hidden;
}

.projects-section {
    background-color: #ffffff;
    background-image: url("../../wp-content/uploads/elementor/img/lego-pattern.jpg");
    background-size: 100px;
    background-repeat: repeat;
    overflow: hidden;
}

a:hover {
    color: #414042;
}
/* p{
  text-align: justify;
} */

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover {
    background-color: #cdb49e;
}

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span {
    background-color: #414042;
}

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span {
    background-color: #cdb49e;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-right: auto;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mySlides {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 0.15em solid #cdb49e; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 4s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* The mySlides cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #cdb49e;
    }
}

.elementor-70
.elementor-element.elementor-element-5cda1be
.elementor-heading-title {
    font-size: 40px !important;
}

.rounded-li-check-icon {
    background: #cdb49e;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    max-width: 30px;
}

.elementor-element-27c137a {
    animation: 9s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

#intro {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}

@media (max-height: 500px) {
    #intro {
        height: 150vh;
    }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #intro .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
    }

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#intro .container {
    text-align: left;
    top:200px;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}



#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

    #intro .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #intro .carousel-fade .carousel-inner .carousel-item-next,
        #intro .carousel-fade .carousel-inner .carousel-item-prev,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    font-size: 32px;
    line-height: 1;
}
 
#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #cdb49e;
}

    #intro .btn-get-started:hover {
        background: #fff;
        color: #cdb49e;
    }
.at-icon-wrapper {
    background-color: #cdb49e !important;
}
#at4-scc{
    display:none !important;
}