/*poppins fonts*/
@font-face {
    font-family: 'poppinsmedium';
    src: url(fonts/Poppins-Medium.ttf);

}

@font-face {
    font-family: 'poppins-italic';
    src: url(fonts/Poppins-Italic.ttf);

}

@font-face {
    font-family: 'poppins-bold';
    src: url(fonts/Poppins-Bold.ttf);

}

@font-face {
    font-family: 'poppinsbold-italic';
    src: url(fonts/Poppins-BoldItalic.ttf);

}



@font-face {
    font-family: 'poppinsmedium-italic';
    src: url(fonts/Poppins-MediumItalic.ttf);

}


@font-face {
    font-family: 'poppinsregular';
    src: url(fonts/Poppins-Regular.ttf);

}


@font-face {
    font-family: 'poppinssemibold';
    src: url(fonts/Poppins-SemiBold.ttf);

}

@font-face {
    font-family: 'poppinssemibold-italic';
    src: url(fonts/Poppins-SemiBoldItalic.ttf);

}

/*poppins fonts end */


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    scroll-behavior: smooth;
    background: #fff;
    min-height: 100vh;
    color: rgba(0, 0, 0, 0.85);

}



ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

/*css updated by mahbub */
* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;

}

/*css updated by mahbub  end*/

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFDF7;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #FFFDF7;
}



.left-sidebar-main {
    padding: 2.5rem;
    height: 100vh;
    overflow-y: auto;
    border-right: 1px solid rgba(0, 0, 0, .5);
}

.right-content-main {
    padding: 2.5rem;
    overflow-y: auto;
    height: 100vh;
}


.left-logo-box h1 {
    /* font-style: normal;
    font-weight: 400; */
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
}

.left-logo-box h1 a {
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0.1em;
    font-family: 'poppinsregular';
}

.left-links-heading {
    margin-bottom: 85px;
}

.left-links-heading h1 {
    text-transform: uppercase;

    padding: 0;
    margin: 0;

    font-size: 26px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinssemibold';
}

.left-links-heading ul li a {
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0.1em;

    text-decoration: none;

    font-size: 25px;
    line-height: 1.3;

    font-family: 'poppinsregular';
}

.left-links-heading ul li a.active {
    color: #2b2b2b;
    font-family: 'poppinssemibold';
}

.left-sidebar-cvflex {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    margin: -1rem;
    align-items: flex-start;
}

.left-sidebar-cvflex .cv {
    width: 58.33333%;
    padding: 0.5rem;
    text-transform: uppercase;
    /* font-size: 2.2rem; */
    font-size: 24px;
    line-height: 1.3;
    /* font-weight: 400; */
    font-family: 'poppinsregular';
}

.left-sidebar-cvflex .cv i {
    margin-right: 10px;
}

.left-sidebar-cvflex .cv a {
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0;

}


.left-sidebar-cvflex .icon {
    width: 9.33333%;
    padding: 0.5rem;
}

.icon a {
    color: rgba(0, 0, 0, 0.85);
    /* font-size: 2.2rem; */
    font-size: 24px;

}



.right-header h1 {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
}

.right-header h1 a {
    color: rgba(0, 0, 0, 0.85);
}

/* .right-header h1 a:first-child{
    font-family: 'poppinssemibold';
} */

.extra-large-title h1 {
    font-style: normal;
    font-weight: 200;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 86px;
    line-height: 0.9;
    font-family: 'poppinsregular';
}

/*.extra-large-title h1 b {*/
/*    font-family: 'wremenaregular';*/
/*}*/

.extra-large-subtitle h5 {
    font-family: 'poppinssemibold';
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 0;
}


.main-banner-description p {
    /* font-style: normal;
   font-weight: 500; */
    padding: 0;
    margin: 0;
    /* font-size: 2.2rem; */
    font-size: 25px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    font-family: 'poppinsregular';
}

.banner-center-arrow {
    margin: 75px auto;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
}

.center-single-image {
    text-align: center;
}

.center-single-image a {
    cursor: zoom-in;
}

.floating-header {
    position: relative;
}


.floating-header .right-header {
    position: absolute;
    right: 0;
    width: 200px;
}

.floating-header h1 {

    /* font-style: normal; */
    /* font-weight: 400; */
    padding: 0;
    margin: 0;

    font-size: 24px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    font-family: 'poppinsregular';

}

.video-description a,
.link_desc a {

    padding: 0;
    margin: 0;

    font-size: 18px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    font-family: 'poppinsregular';
}

.slick-slider-gallary .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    font-size: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    z-index: 1;
}

.slick-slider-gallary .slick-prev {
    left: 0;
}

.slick-slider-gallary .slick-next {
    right: 0;
}

.slick-slider-gallary .single-slider {
    cursor: zoom-in;
}

.single-ul-list ul li a {
    font-size: 18px;

    color: rgba(0, 0, 0, 0.85);

    line-height: 1.4;
    margin: 0;
    font-family: 'poppinsregular';
}

.left-gap-description p {
    font-size: 18px;

    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';

    line-height: 1.4;
    margin-bottom: 50px;
}

.left-gap-description p span {
    padding-left: 80px;
}

.left-gap-description p a {
    color: rgba(0, 0, 0, 0.85);
}


.left-gap-description-two p {
    font-size: 18px;

    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';

    line-height: 1.4;
    margin-bottom: 50px;
}

.left-gap-description-two p span {
    padding-left: 80px;
}

.left-gap-description-two p a {
    color: rgba(0, 0, 0, 0.85);
}

.quote-box small {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'poppinsregular';
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.prev-next-arrow ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.prev-next-arrow ul li a {
    font-family: 'poppinsregular';

    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    text-transform: capitalize;
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
    animation: scroll-left 25s linear infinite;
    -webkit-animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-hide {
    overflow: hidden;
}

.scrolling-text h1 {

    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
}

.four-image-grid {
    align-items: flex-start;

    display: flex;

    flex-wrap: wrap;
}

.four-image-grid .single-grid {

    width: 50%;
    padding: 0.5rem;

}

.four-image-grid .single-grid a {
    margin-bottom: 15px;
    display: block;
    cursor: zoom-in;
}

.four-image-grid .single-grid a img {
    max-width: 100%;
}

.youtube-video iframe {
    width: 100%;

}

.youtube-video-description small {
    font-size: 11px;
    line-height: 1.3;
    font-family: 'poppinsregular';
    font-style: normal;

    color: rgba(0, 0, 0, 0.85);
}

.youtube-video-description small i {
    margin-right: 5px;
}

.time-line .single-timeline {
    font-size: 18px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 30px;
}

.time-line .single-timeline a {

    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0.1em;
    margin-top: 4px;
    font-size: 18px;
}

.time-line .single-timeline a i {
    margin-right: 5px;
}

.piacciono-lists ul {
    padding-bottom: 100px;
}

.piacciono-lists ul li a {
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
    line-height: 1.4;
    font-size: 25px;
    font-family: 'poppinsregular';
}



.body-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;

}

.body-overlay.active {
    opacity: .5;
    pointer-events: auto;
    background: #654526;

}


.cv-inner {
    padding-top: 175px;
}

.cv-inner .cv-normal-text {
    margin-bottom: 50px;
}

.cv-inner .cv-normal-text p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
    font-style: normal;
    line-height: 1.4;
    margin: 0;
}

.cv-common-title {
    margin-bottom: 40px;
}

.cv-common-title h3 {

    padding: 0;
    font-size: 17px;

    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinssemibold';

    line-height: 1.4;
    margin: 0;
}

.cv-italian-text {
    margin-bottom: 40px;
}

.cv-italian-text h3 {

    font-size: 17px;

    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cv-ul-list {
    margin-bottom: 30px;
}

.cv-ul-list ul {
    padding: 0 0 0 50px;
}

.cv-ul-list ul li {
    list-style-type: disc;
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
    font-style: normal;
    line-height: 1.5;
}

.cv-ul-list p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'poppinsregular';
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 0px;
}

.cv-small-text p {
    font-size: 12px;
    line-height: 1.3;
    font-family: 'poppinsregular';
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.single-ul-list .fa-arrow-right:before {
    font-size: 16px;
}

.single_video {
    width: 100%;
    object-fit: cover;
    min-height: 500px;
}

.single-slider img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.mobile-menu-main a.active {
    font-family: 'poppinssemibold' !important;
}

.hamburger-icon button,
.hamburger-icon button i {
    color: #000;
}

::-webkit-scrollbar {
    width: 0px !important;
}
.wpb_wrapper p{
    font-family: 'poppinsregular' !important;
    font-size: 18px !important;
}

.left-links-heading ul li a i{
    font-size: 20px;
    margin-left: 5px;
}














