.services-section .circle {
    width: 7rem;
    height: 7rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.services-section .circle:hover {
    transform: scale(1.03);
    transition: all 0.2s;
    cursor: pointer;
}

.hero-banner a {
    border-radius: 20px;
    padding: 7px 33px 7px 29px;
    width: 145.31px;
    font-weight: bold;
    color: #ffff;
}

.hero-banner a:hover {
    background-color: var(--site-color);
    color: #ffff !important;
    cursor: pointer;
}
.our_services {
    width: 100%;
    display: flex;
}

.our_services .our_services_left {
    width: 30%;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    position: relative;
}

.our_services .our_services_right {
    width: 70%;
    height: 100%;
    /* max-height: 460px; */
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.our_services .our_services_left .services-content {
    /* width: 75%; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.our_services .our_services_left .services-content h5,
.core_features h5,
.offers_sec h5,
.features_services h5,
.query_form h5,
.partners_companies h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--site-color);
    opacity: 1;
    margin-bottom: 7%;
}

.our_services .our_services_left .services-content h1,
.core_features h1,
.offers_sec h1,
.press_release h1,
.query_form h1 {
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bolder;
    font-size: 34px;
    color: #2A2A29;
}

.our_services .our_services_left .services-content p {
    font-family: 'Roboto', sans-serif;
    color: #757575;
    margin: 7% 0;
}

.our_services .our_services_left .services-content button,
.our_services .explore_btn button {
    height: 51px;
    width: 85%;
    background: var(--site-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 25px;
    outline: none;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.our_services .explore_btn {
    display: none;
}

.our_services .explore_btn button {
    width: 250px;
    margin-left: calc((100% - 250px)/2);
}

.our_services .our_services_right a {
    width: 25%;
    height: 50%;
    text-decoration: none;
    transition: all 0.2s !important;
}

.our_services .our_services_right a:nth-child(7), .our_services .our_services_right a:nth-child(5) {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.our_services .our_services_right a:nth-child(8), .our_services .our_services_right a:nth-child(4), .our_services .our_services_right a:nth-child(6) {
    border-bottom: 1px solid #d3d3d3;
}

.our_services .our_services_right .service-div {
    width: 100%;
    height: 230px;
    /* border-right: 1px solid #d3d3d3; */
    /* border-bottom: 1px solid #d3d3d3; */
}

.our_services .our_services_right .service-div:nth-child(1) {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.our_services .our_services_right .service-div:nth-child(5) {
    border-left: 1px solid #d3d3d3;
}

.our_services .our_services_right .service-div:nth-child(13) {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.our_services .our_services_right .service-div .content {
    width: 75%;
    height: 60%;
    text-align: center;
    color: #757575;
    font-family: 'Roboto', sans-serif;
}

.our_services .our_services_right .service-div .content img {
    width: 54px;
    height: 54px;
}
.our_services .our_services_right .service-div {
    transition: all 0.2s;
}

.our_services .our_services_right .service-div:hover {
    /* background-color: #ffd43b !important; */
    /* background-color: #fcb073 !important; */
}
.our_services_right a:hover{
    background: var(--site-color);
}

.our_services_right a:hover p{
    color: #fff;
}

.our_services_right a:hover .filter-green{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(246deg) brightness(97%) contrast(101%);
   

}
@media only screen and (max-width: 1090px){
    .our_services .our_services_right .service-div:hover {
        background-color: transparent !important;
    }
}
@media only screen and (max-width: 845px){
    .our_services .explore_btn {
        display: block;
    }

    .our_services {
        display: block;
        background: #F5F5F5;
    }

    .our_services .our_services_left {
        width: 100%;
        height: max-content !important;
        padding-top: 12px;
    }

    .our_services .our_services_right {
        width: 100%;
        background: #F5F5F5;
    }

    .our_services .our_services_left .services-content h5,
    .our_services .our_services_left .services-content h1,
    .our_services .our_services_left .services-content p {
        margin: 0;
        text-align: center;
    }

    .our_services .our_services_left .services-content h1 {
        margin: 16px 0;
    }

   

    .our_services .our_services_left .services-content button {
        display: none;
    }

    .our_services .our_services_right a,
    .our_services .our_services_right .service-div {
        border: none !important;
    }
}
@media only screen and (max-width: 567px) {
    .our_services .our_services_right a{
        width: 50%;
        height: 150px;
    }
}
@media only screen and (max-width: 460px) {
    .our_services .explore_btn button {
        width: 180px;
        height: 45px;
        font-size: 12px;
        margin-left: calc((100% - 180px)/2);
    }

    /* .our_services .our_services_right {
        height: 85%;
    } */

    /* .our_services .our_services_right img {
        width: 40px !important;
        height: 40px !important;
    } */

    .core_features {
        margin-top: 25%;
    }

    /* .our_services .our_services_left .services-content {
        width: 90%;
    } */

    /* .our_services .our_services_left .services-content h5 {
        margin-top: -5%;
    } */

    .core_features .prposition_box>div {
        width: 100%;
    }

    .our_services .our_services_left .services-content h1,
    .core_features h1 {
        font-size: 1.8em;
    }

    .our_services .our_services_right p {
        font-size: 12px;
    }

    .our_services .our_services_left p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 357px) {
    

    .our_services .our_services_left .services-content h1,
    .core_features h1 {
        font-size: 1.5em;
    }

    .core_features .prposition_box>div h4 {
        font-size: 18px !important;
    }

    .core_features .prposition_box>div p {
        font-size: 14px;
    }
}
.services-section .service-logo-container a {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
}

.service-logo {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
}

.text-style {
    text-align: center;
    font-family: var(--site-font-family);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
}

#service-type , .blogs-section .container{
    font-family: var(--site-font-family);
}

.hero-banner .inside-container {
    /* font-family: var(--site-font-family); */
    font-weight: bold;
}

.blogs-section .slick-active .animated-head {
    position: relative;
    animation-name: heading;
    animation-duration: 1s;
}

.blogs-section .slick-active .animated-text {
    position: relative;
    animation-name: heading;
    animation-duration: 1.3s;
}
@keyframes heading {
    0% {
        left: 410px;
    }
    100% {
        left: 0px;
    }
}
.blogs-section .carousel-container {
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-banner .main-section {
    width: 100%;
    min-height: 45vh;
    position: relative;
}
.hero-banner .top_container {
    width: 100%;
    height:45vh;
    position: absolute;
    background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0)), var(--bgFrontImg) center/cover no-repeat;
}
.hero-banner .upper-text {
    font-size: 2rem;
}

.hero-banner .lover-text {
    font-size: 1rem;
}

@media only screen and (max-width: 387px) {
    .services-section .individual-service {
        min-width: 50px !important;
    }

    .services-section .individual-service p {
        max-width: 100px;
    }
}

.field_of_expertise , .attributes-section{
    min-height: 50vh;
    font-family: var(--site-font-family);
}

.services-heading h3 {
    font-size: 21px;
    font-family: 'Mukta', sans-serif;
}

.field_of_expertise h2 , .attributes-section h2, .common-heading h2{
    font-size: 23px;
    font-family: "Roboto";
    border-bottom: 2px solid var(--site-color);
    color: var(--site-color);
    line-height: 30px;
}

.field_of_expertise .ikargos-shape {
    filter: url('#flt_tag');
}

.field_of_expertise .rounded-polygon {
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 28% 100%, 0 64%);
    background-image: var(--expertise-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.field_of_expertise .flt_svg {
    visibility: hidden; 
    position: absolute;
    width: 0px;
    height: 0px;
}

.field_of_expertise .ikargos-inner-shape-first{
    top: 5px;
    width: 60%;
    height: 60px;
    background: var(--site-color);
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
    margin-left: 17%;
}

.field_of_expertise .ikargos-inner-shape-second{
    top: 80px;
    width: 60%;
    height: 60px;
    background: var(--site-color);
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

.field_of_expertise .expertise {
    max-width: max-content;
    transition: all 0.2s ease-in-out;
}

.field_of_expertise .expertise:hover{
    cursor: default;
    /* background: var(--site-light-color); */
}

.field_of_expertise .progress-bar {
    background-color: var(--site-color);
    width: 0%;
    animation: animate_progressbar 3s linear infinite;
}

.attributes-section .dashed-circle{
    width: 350px;
    height: 350px;
    border: 1px dashed var(--site-color);
}

.attributes-section .pane-content p {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--site-color);
}

.attributes-section .pane-content span {
    font-family: 'Mukta', sans-serif;
    font-size: 13px;
}

.attributes-section .mid-point-line, .attributes-section .top-point-line {
    width: 100%;
    height: 2px;
    background-color: var(--site-color);
}

.attributes-section .mid-point-line {
    top: 50%;
    transform: translateY(-50%);
}

.attributes-section .mid-point-line::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--site-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

/* .attributes-section .top-point-line {
    transform: rotate(45deg);
    top: 25%;
    right: -50%;
}

.attributes-section .top-point-line::after {
    content: '';
    height: 2px;
    width: 60%;
    position: absolute;
    background-color: var(--site-color);
    transform: translateX(-100%) rotate(-45deg);
    transform-origin: top right;
}

.attributes-section .top-point-line::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: red;
    position: absolute;
    left: -5px;
    border-radius: 100%;
} */

.attributes-section .right-arrows .mid-point-line::after {
    right: 0;
}

.svg-top-line {
    margin-top: 50px;
    margin-left: -9px;
}

.industry-eminence-section h3, .industry-eminence-section p {
    font-family: 'Mukta', sans-serif;
    letter-spacing: 0.5px;
}

.elevate-success p {
    font-family: 'Mukta', sans-serif;
}

/* .elevate-success .get-started-btn {
    background: #fff;
    width: 120px;
    height: 45px;
} */

.elevate-success .get-started-btn a {
    padding: 12px 48.31px 12px 48px;
    background: #fff;
}

.one-stop-destination .ship-image {
    margin-left: 50px;
}

.one-stop-destination .crane-image {
    margin-top: 5%;
}

.one-stop-destination .box-image {
    position: absolute;
    bottom: 0;
}

.one-stop-destination .truck-image {
    margin-left: 20%;
    margin-top: -15%;
}

@keyframes animate_progressbar {
    0% {
        width: 0%;    
    }
    100% {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ikargos-shape {
        min-height: 300px !important;
    }
}
