.logo {
    width: 160px;
    height: 50px;
    display: block;
}

.blue_color {
    background-color: #243b7c !important;
}

/* .btn-primary {
    color: #000;
    background-color: #37bc9b;
    border-color: #37bc9b;
} */

.active_menu,
.nav-link:hover {
    color: #243b7c !important;
    border-bottom: 3px solid #243b7c;
}


.position-r {
    position: relative;
}

.services_list-item {
    background: #f8f8ff;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #1b2129;
    gap: 10px 0;
    overflow: visible;
    position: relative
}

.services_list-item:after {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -3px;
    -webkit-box-shadow: 3px 3px 0 #4bff2a;
    box-shadow: 3px 3px 0 #4bff2a;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.services_list-item .icon {
    color: #2a2aff;
    font-size: 32px
}

.services_list-item:focus,
.services_list-item:hover {
    background: #fff
}

.services_list-item:focus:after,
.services_list-item:hover:after {
    opacity: 1
}

.services {
    padding: 30px 0 60px
}

.services_shape {
    display: none
}

.services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 60px
}

@media screen and (min-width:767.98px) {
    .services {
        padding: 50px 0
    }

    .services_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 60px;
        z-index: 100;

    }

    .services_list .wrapper {
        width: calc(50% - 25px)
    }

    .services_list-item {
        height: 100%
    }

    .services_media img {
        max-width: 50%
    }
}

@media screen and (min-width:991.98px) {
    .services {
        padding: 50px 0 30px
    }
}

@media screen and (min-width:1199.98px) {
    .services {
        padding: 140px 0 30px
    }

    .services_media {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .services_media img {
        /* position: absolute;
        max-height: 570px; */
        width: auto;
        /* height: 100%;
        left: -20%;
        max-width: unset */
        max-width: 550px;
    }

    .services_list {
        max-width: 700px;
        gap: 50px;
        margin-bottom: 0
    }

    .services_list .wrapper {
        width: calc(50% - 30px)
    }

    .services_list .wrapper:first-of-type,
    .services_list .wrapper:nth-of-type(3) {
        margin-top: -70px
    }

    .services_list-item {
        height: unset
    }
}

.about_shape,
.speaker,
.shape_image {
    display: none
}

@media screen and (min-width:1399.98px) {

    .services {
        position: relative
    }

    .services_shape {
        display: block;
        position: absolute;
        max-height: 930px;
        width: auto;
        right: -30%;
        top: -100px
    }

    .services_media {
        position: relative
    }

    /* .services_media img {
        max-height: 670px;
        left: unset;
        right: 150px
    } */

    .about_shape {
        display: block;
        position: absolute;
        max-height: 930px;
        height: 100%;
        width: unset;
        left: -60%;
        z-index: -1;
        top: -350px;
    }

    .speaker {
        display: block;
        width: 350px;
        height: 366px;
        left: -340px;
        bottom: 0;
        z-index: -1;
    }

    .shape_image {
        display: block;
        width: 337px;
        height: 100%;
        right: -127px;
        top: -400px;
        z-index: -1;
    }

}

@media screen and (min-width:1599.98px) {
    /* .about_shape {
        left: -35%;
         top: -250px
    } */
}

@media screen and (min-width:1799.98px) {
    /* .about_shape {
        left: -60%
    } */
}

@media screen and (min-width:1999.98px) {
    /* .about_shape {
        left: -20%
    } */
}


.speaker,
.shape_image {
    position: absolute;
}


/* .portfolio-card:hover {
    background-color: #37bc9b;
} */

.portfolio-card {
    background-color: #fff;
    overflow: hidden;
    margin: 0 5px;
    flex-direction: row;
    display: flex;
}

.portfolio_main {
    /* flex-wrap: unset; */
    flex-direction: row;
    justify-content: center;
}

.portfolio-img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: block;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio-info .text-small {
    text-align: start;
}

.portfolio-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.portfolio-card {
    text-decoration: none;
    color: #18272F;
    font-weight: 700;
    position: relative;
    width: 48%;
}

.portfolio-card::before {
    content: '';
    background-color: #243b7c;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.portfolio-card:hover::before {
    bottom: 0;
    height: 100%;
}

.portfolio-card:hover .portfolio-info {
    color: #fff !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #243b7d8a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(36 59 125 / 26%);
}

.btn {
    font-weight: 600;
    font-size: 14px !important;
}


footer {
    position: relative;
}

.copyright_text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}



/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }


  #header-nav.fixed-top {
    position: fixed;
    background: #fff !important;
    padding-top: 0.36em;
    padding-bottom: 0.36em;
  }

  @media (max-width: 991.98px) {
    #header-nav.fixed-top {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
} */

.web_view {
    display: flex;
}

.mobile_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.our_services_card {
    width: 25%;
    padding: 0 10px;
    min-width: 250px;

}

.services_card_inner {
    height: 260px;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
}

@media screen and (max-width:767px) {

    /* .web_view {
        display: none;
    }
    */

    .mobile_view .services_card {
        max-width: 300px;
    }

    .portfolio-card {
        min-width: 300px;
        flex-direction: column;
        align-items: center;
    }

    .portfolio-card .portfolio-info .h5 {
        text-align: center;
        width: 100%;
    }

    .portfolio-card .portfolio-info .text-small {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.concepts_img {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;

}

.concepts_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.services_img {
    width: 120px;
    height: 120px;
    display: block;
}