@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#portfolio {
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 140px 0 120px;
}


.flex-column {
    display: flex;
    flex-wrap: wrap;
}

#portfolio .flex-row {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
}

.flex-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-column_content {
    position: relative;
    width: 100%;
    height: 160px;
    padding: 0 40px 0 40px;
    margin-bottom: 80px;
}

.flex-column_content--text {
    padding-left: 150px;
    margin-bottom: 80px;
}

.flex-column_content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 0;
    line-height: 1.2;
}

.flex-column_content p {
    color: #545454;
    font-size: 16px;
}

.flex-column_content h2,
.flex-column_content p {
    font-family: Poppins, sans-serif;
}

.flex-column_image {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.flex-column__img-item--pic:hover img {
    transform: scale(1.05);
}

.flex-column_context--right {
    position: relative;
    margin-top: 120px;
    display: inline-block;
    float: right;
    margin-right: 150px;
    color: #64f4ac;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.flex-column_context--right::before {
    content: "";
    position: absolute;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #64f4ac;
    transition: all 0.4s linear;
}

.flex-column_context--right:hover:before {
    width: 0;
    right: 0;
}

.flex-column__img-item {
    box-sizing: content-box;
    width: 665px;
    padding: 0 40px 0 40px;
    margin-bottom: 80px;
}

.flex-column__img-item--pic {
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s linear;
}

.flex-column__img-item--pic:hover {
    box-shadow: 0 5px 35px 0 rgb(148 146 245 / 15%);
}

.flex-column__img-item--text {
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: 0px;
    padding: 40px;
}

.flex-column__img-item--text h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.category {}

.category a {
    padding: 5px 8px;
    border-radius: 3px;
    background: #fff;
    color: #545454;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

/* Experience */
#experience {
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 120px 0 120px;
}

.img_item {
    position: absolute;
    z-index: -1;
}

.img_item--1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
}

.img_item--2 {
    right: -5px;
    top: 0;
}

.img_item--3 {
    left: 40px;
    top: 50px;
}

.img_item--4 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.layout {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.experience_tittle {
    margin-bottom: 70px;
}

.experience_tittle h2 {
    font-size: 42px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 0;
    line-height: 1.2;
}

.experience_tittle p {
    color: #545454;
    font-size: 16px;
}

.experience_tittle h2,
.experience_tittle p {
    font-family: Poppins, sans-serif;
}

.media {
    display: flex;
}

.media:hover img {
    transform: scale(1.05);
}

.experience_item {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 50px 150px 0 rgb(4 73 89 / 5%);
    align-items: center;
    font-family: Poppins, sans-serif;
    margin-bottom: 30px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.experience_item:hover {
    box-shadow: 0 40px 60px 0 rgba(4, 73, 89, 0.03),
        0 12px 100px 0 rgba(4, 73, 89, 0.05);
}

.media-left {
    margin-right: 20px;
}

.media-left_img {
    vertical-align: middle;
    border-style: none;
    transition: all 0.3s linear;
}

.media-body_tittle {
    color: #051441;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: color 0.2s linear;
    font-size: 1.5rem;
    line-height: 1.2;
}

.media-body span {
    color: #545454;
    opacity: 0.6;
    font-size: 14px;
    line-height: 1;
}

.media-body p {
    margin-bottom: 0;
    color: #545454;
    margin-top: 8px;
    box-sizing: border-box;
    text-align: left;
    line-height: 30px;
    font-family: Poppins, sans-serif;
}

.media:hover h4 {
    color: #64f4ac;
}

/* awards */
#awards {
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 120px 0 120px;
    background: #f8f8f8;
}

.img_item--bg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.awards_tittle {
    margin-bottom: 70px;
}

.awards_tittle h2 {
    font-size: 42px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 0;
    line-height: 1.2;
}

.awards_tittle p {
    color: #545454;
    font-size: 16px;
}

.awards_tittle h2,
.awards_tittle p {
    font-family: "Poppins", sans-serif;
}

.flex-row__card {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.awards_item {
    padding: 40px;
    display: block;
    font-family: Poppins, sans-serif;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s linear;
    cursor: pointer;
}



.awards_item:hover {
    border-radius: 0 100px 0 0;
}

.awards_item:hover .icon::before {
    border-radius: 30% 50% 50% 50%/60% 50% 20% 54% !important;
}

.awards_item img {
    transition: all 0.2s ease;
}

.awards_item:hover img {
    transform: scale(1.1);
}

.awards_item h4 {
    font-family: "Poppins", sans-serif;
    color: #051441;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.awards_item p {
    color: #545454;
    margin-bottom: 16px;
}

.icon {
    margin-bottom: 30px;
    position: relative;
    height: 125px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.flex-row [class*="flex-row__card"]:first-child .icon::before {
    background: #e0f7ef;
    border-radius: 62% 38% 61% 39%/46% 57% 43% 54%;
}

.flex-row [class*="flex-row__card"]:nth-child(2) .icon::before {
    background: rgba(6, 36, 249, 0.6);
    border-radius: 39% 81% 50% 59%/46% 57% 43% 54%;
}

.flex-row [class*="flex-row__card"]:nth-child(3) .icon::before {
    background: #dde9fa;
    border-radius: 19% 99% 32% 88%/52% 65% 100% 81%;
}

.icon::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.2s ease;
}

.awards_btn {
    font-size: 14px;
    color: #64f4ac;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.awards_btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #64f4ac;
    transition: all 0.4s linear;
}

.awards_btn:hover:before {
    width: 0;
    right: 0;
}

/* blog */
#blog {
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 120px 0;
}

.blog_tittle {
    margin-bottom: 70px;
}

.blog_tittle h2 {
    font-size: 42px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 0;
    line-height: 1.2;
}

.blog_tittle p {
    color: #545454;
    font-size: 16px;
}

.blog_tittle h2,
.blog_tittle p {
    font-family: "Poppins", sans-serif;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
}

.blog-card {
    width: 100%;
    padding: 15px;
}

.blog-card__post {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.blog-card__post:hover {
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
}


.blog-card__img img {
    width: 100%;
    height: auto;
}

.blog-card__img--date {
    position: absolute;
    width: 55px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #494949;
    border-radius: 3px;
    background: hsla(0, 0%, 100%, 0.95);
    text-align: center;
    top: 20px;
    right: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
    transition: all 0.4s linear;
}

.blog-card__post:hover .blog-card__img--date {
    background: #040c2c;
    color: #fff;
}

.blog-card__content {
    padding: 25px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.blog-card__content--aut span {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 15px;
    color: #494949;
    display: inline-block;
    padding-right: 5px;
}

.blog-card__content--aut span a {
    color: #545454;
}

.blog-card__content--aut span+span {
    border-left: 1px solid #494949;
    padding-left: 12px;
}

.blog-card__content h2 {
    font-family: "Poppins", sans-serif;
    color: #051441;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 0 8px;
    margin-bottom: 8px;
    transition: all 0.2s linear;
}

.blog-card__content:hover h2 {
    color: #64f4ac;
}

.blog-card__content--desc {
    font-family: "Poppins", sans-serif;
    color: #545454;
}

.read_btn {
    color: #64f4ac;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s linear;
}

.read_btn i {
    vertical-align: middle;
    padding-left: 3px;
    transition: all 0.2s linear;
    display: inline-block;
}

.read_btn:hover i {
    transform: translateX(5px);
}

.arrow-right {
    font-family: "ElegantIcons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.arrow-right::before {
    content: "\24";
}

/* testimonials */
#testimonials {
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding: 120px 0;
    background: #f8f8f8;
}

.img {
    position: absolute;
    z-index: -1;
}

.img--1 {
    right: 0;
    top: 50%;
}

.img--2 {
    top: -20px;
}

.testimonials__tittle {
    margin-bottom: 70px;
}

.testimonials__tittle h2 {
    font-size: 42px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 0;
    line-height: 1.2;
}

.testimonials__tittle p {
    color: #545454;
    font-size: 16px;
}

.testimonials__tittle h2,
.testimonials__tittle p {
    font-family: "Poppins", sans-serif;
}

.testimonials__slider {
    padding-right: 100px;
    text-align: center;
}

.slick-list {
    padding-top: 50px;
    overflow: hidden;
}

.slick-slide {
    width: 100%;
    height: 100%;
}

.item {
    border-radius: 10px;
    background-color: rgba(229, 239, 253, .5);
    color: #545454 !important;
    text-align: left;
    padding: 20px 120px 50px 50px;
    font-family: "Poppins", sans-serif;
    position: relative;

}

.author_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ededed;
    background: #fff;
    margin-top: -80px;
}

.author_img img {
    max-width: 100%;
    width: auto;
}

.item h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    color: #051441 !important;
    font-family: "Poppins", sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    line-height: 1;
}

.item span {
    font-size: 13px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    opacity: 0.6;
}

.item p {
    margin-bottom: 0;
    margin-top: 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    color: transparent;
    padding: 5px;
    border: 0;
    outline: none;
    transition: all .3s linear;
}

.slick-dots .slick-active button {
    background-color: #64f4ac !important;
    transform: scale(1.2);
    opacity: 1;
}