/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */




/* header css starts */

a {
    transition: all 300ms ease 0ms !important;
}

/* .main-header .et-menu.nav a:hover {
    opacity: 1;
} */

.main-header {
    display: flex;
    align-items: center;
}

.main-header .nav-link {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 0 !important;
}

.main-header .nav-link a:hover{
    opacity: 0.8;
}

body #page-container .et_pb_section .et_pb_button_0_tb_header.header-btn:hover{
    background-color: #ffffff!important;
    color: #EE212B!important;
}

.nav-link a {
    font-weight: 400 !important;
}

.main-header .nav-link.menu-item-has-children a::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/Frame.svg');
    right: -3px;
    top: 14px;
    width: 20px;
    height: 20px;
    animation: rotateIconOut 0.3s ease forwards;
    /* Rotate back to 0deg by default */
}

.main-header .nav-link.menu-item-has-children.et-hover a::after {
    animation: rotateIconIn 0.3s ease forwards;
    /* Rotate to 180deg on hover */
}

@keyframes rotateIconIn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotateIconOut {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.main-header .et_pb_column_3_5 .nav-link.current_page_item a,
.main-header .et_pb_column_3_5 .nav-link.current_page_item .nav-sub-links a:hover {
    color: #EE212B !important;
}

.main-header .et_pb_column_3_5 .nav-link.current_page_item .nav-sub-links a {
    color: #fff !important;
}

.main-header ul#menu-main-menu .nav-link a {
    padding-top: 16px;
    padding-bottom: 22px;
}

/* .main-header ul#menu-main-menu .nav-link a::after{
    top: 16px;
} */

.main-header ul#menu-main-menu,
.main-header ul.sub-menu {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    background: linear-gradient(to bottom, #222222 0%, #111112 100%);
    box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.48);
}

.main-header ul#menu-main-menu {
    padding: 0px 20px !important;
    height: 48px;
}

.main-header ul#menu-main-menu li.nav-link ul.sub-menu {
    top: calc(100% + 1px);
    left: 50px;
    padding: 0;
    width: auto;
    min-width: 190px;
    background-color: #070708 !important;
}

.main-header ul#menu-main-menu li.nav-link.case-link ul.sub-menu {
    left: 25px;
    min-width: 250px;
}

.main-header ul#menu-main-menu li ul.sub-menu .nav-sub-links {
    padding: 0;
}

.main-header ul#menu-main-menu li ul.sub-menu .nav-sub-links a {
    padding: 4px 10px;
    width: auto;
}

.main-header ul .contact-link {
    display: none !important;
}


@media screen and (max-width: 1350px) {
    /* .main-header ul#menu-main-menu {
        padding: 8px 10px !important;
    } */

    .main-header .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media screen and (max-width: 1091px) {
    .main-header .nav-link {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .main-header ul#menu-main-menu li a {
        font-size: 14px;
    }
}

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

    .et_pb_menu #mobile_menu1.et_mobile_menu {
        padding: 20px;
    }

    .main-header .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.48);
        margin: 0px;
    }

    .main-header {
        flex-direction: column;
    }

    .main-header .et_mobile_nav_menu .mobile_menu_bar::before {
        color: white !important;
    }

    .main-header .header-btn {
        display: none;
    }

    .main-header ul#mobile_menu1 .contact-link {
        display: block !important;
        padding-left: 9px;
        padding-right: 9px;
    }

    .main-header ul#mobile_menu1 .nav-sub-links a {
        padding-left: 0;
        padding-right: 0;
    }

    .main-header .et_pb_column_3_5.et_pb_column_1_tb_header .et_pb_menu__wrap {
        justify-content: flex-end;
    }

    .main-header .et_pb_column_3_5.et_pb_column_1_tb_header {
        position: absolute;
        z-index: 111;
        margin-bottom: 0;
        top: 12px;
    }

    .main-header .et_pb_column_3_5.et_pb_column_1_tb_header .mobile_menu_bar {
        margin-right: 14px;
    }

    .main-header .et_pb_column.et_pb_column_1_5 {
        padding-left: 16px;
        margin-bottom: 0;
        max-width: 300px;
        position: absolute;
        left: 0;
        z-index: 1111111;
        top: 15px;

    }

    /* .main-header .nav-link.menu-item-has-children a::after {
        position: absolute;
        display: block;
    } */

    /* .mobile_nav.opened #mobile_menu1{
        background-color: #070708!important;
    } */

    .main-header {
        width: 100%;
    }

    .main-header #mobile_menu1 {
        border-top: none;
        top: 48px;
        background-color: #070708 !important;
    }

    .main-header ul#mobile_menu1 ul.sub-menu {
        border: none;
        background: none;
        box-shadow: none;
        border-radius: 0;

    }

    /* .main-header ul#mobile_menu1 li.nav-link a{
        
    } */

    #mobile_menu1 .nav-link.menu-item-has-children .mobile-toggle.no-smooth-scroll svg {
        visibility: hidden;
    }

    #mobile_menu1 .nav-link.menu-item-has-children .mobile-toggle.no-smooth-scroll::before {
        content: '';
        background-image: url('/wp-content/uploads/2025/09/Frame.svg');
        right: 0px;
        top: 14px;
        width: 20px;
        height: 20px;
        animation: rotateIconOut 0.3s ease forwards;
        position: absolute;
        /* Rotate back to 0deg by default */

    }

    #mobile_menu1 .nav-link.menu-item-has-children.dt-open .mobile-toggle.no-smooth-scroll::before {
        animation: rotateIconIn 0.3s ease forwards;
        /* Rotate to 180deg on hover */
    }

    #mobile_menu1 .nav-link a {
        padding-left: 0px;
        padding-right: 0px;


    }

    #mobile_menu1 .nav-link ul.sub-menu a {
        border-bottom: none;
    }

    #mobile_menu1 .nav-link ul.sub-menu {
        padding-left: 0%;
        background-color: #191919 !important;
    }

    #mobile_menu1 .nav-link ul.sub-menu.visible {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo {
        max-width: 160px;
    }

    .main-header .et_pb_column.et_pb_column_1_5 {
        max-width: 200px;
        top: 20px;
    }

    /* .main-header .et_pb_column.et_pb_column_1_5 {
        padding-left: 20px;
    }

    .main-header .et_pb_column_3_5.et_pb_column_1_tb_header .mobile_menu_bar {
        margin-right: 12px;
    } */

}


/* header css ends */


/* banner css starts */

.about-sec-row {
    align-items: center;
}

.title-gradient h2 {
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #999999 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}






/* bubble section starts */

.bubble-container {
    padding: 0 30px;
    margin: 0 auto;
}

.struggling-main-container-wrapper {
    /* background-color: #070708; */
    padding: 300px 0;
    position: relative;
    overflow: hidden;
    margin-top: -80px;
}

.struggling-container-main {
    text-align: center;
    max-width: 895px;
    margin: 0 auto;

}

.struggling-container-main h2 {
    color: #ededed;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    padding: 0 6px 20px 6px;
}

.struggling-container-main p {
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.64em;
    font-size: 22px;
}

.bubbles-main-container-wrapper {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    position: absolute;
    top: 204px;
    left: 40%;
}

.circle-container-main {
    position: relative;
    width: 100%;
    height: 100%;
}

.bubbles.visible {
    opacity: 1;
    transform: translateY(0);
}

.bubbles {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    animation: slideInUp 2s ease-out;
    transition: 1.5s ease;
    opacity: 0;
    transform: translateY(-100vh);
}

@keyframes slideInUp {
    0% {
        transform: translateY(-100vh);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bubbles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.2),
        inset 5px 5px 15px rgba(0, 0, 0, 0.5), 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s;
}

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

.bubbles a {
    position: relative;
}

.bubbles span {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    position: absolute;
    z-index: 100;
    left: 2px;
    top: -46px;
    text-align: center;
    /* transition: 0.5s ease; */
}

/* bubbles positioning-------- */

.first-bubbles {
    right: 400px;
    top: -50px;
    height: 125px;
    width: 125px;
}

.first-bubbles span {
    top: -53px;
}

.second-bubbles {
    right: -90px;
    top: -155px;
}

.second-bubbles span {
    left: 21px;
    top: -48px;
}

.third-bubbles {
    right: -620px;
    top: -115px;
}

.fourth-bubbles {
    right: -765px;
    top: 110px;
    height: 120px;
    width: 120px;
}

.fourth-bubbles span {
    top: -52px;
    padding: 0 10px;
}

.fifth-bubbles {
    left: -455px;
    top: 190px;
    height: 120px;
    width: 120px;
}

.fifth-bubbles span {
    top: -55px;
}

.sixth-bubbles {
    top: 350px;
    left: 20px;
}

.sixth-bubbles span {
    top: -45px;
}

.seventh-bubbles {
    top: 310px;
    right: -475px;
    width: 82px;
    height: 82px;
}

.seventh-bubbles span {
    left: 11px;
    top: -35px;
}

.eigth-bubbles {
    right: -800px;
    top: 415px;
    height: 110px;
    width: 110px;
}

.eigth-bubbles span {
    top: -45px;
}

.ninth-bubbles {
    top: 440px;
    left: -460px;
    width: 85px;
    height: 85px;
}

.ninth-bubbles span {
    top: -35px;
}

.fragment {
    position: absolute;
    width: 18px;
    height: 18px;
    background: radial-gradient(circle at 30% 30%, #f1f1f1, #111);
    border-radius: 50%;
    pointer-events: none;
    animation: burst 2s ease-out forwards;
    z-index: 9999;
}

@keyframes burst {
    0% {
        transform: translate(0, 0) scale(1.5) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y)) scale(0.8) rotate(720deg);
        opacity: 0;
    }
}

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

    .first-bubbles {
        right: 337px;
    }

    .fourth-bubbles {
        right: -690px;
    }

    .eigth-bubbles {
        right: -685px;
    }

    .fifth-bubbles {
        left: -445px;
        top: 215px;

    }
}

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

    .first-bubbles {
        right: 230px;
    }

    .ninth-bubbles {
        left: -200px;
        top: 450px;
    }

    .fifth-bubbles {
        top: 290px;
        left: -380px;
    }

    .sixth-bubbles {
        top: 345px;
        left: -15px;
    }

    .third-bubbles {
        right: -542px;
    }

    .fourth-bubbles {
        right: -556px;
        top: 290px;
    }

    .eigth-bubbles {
        right: -420px;
    }

    .seventh-bubbles {
        right: -290px;
    }

    .struggling-container-main h2 br {
        display: none !important;
    }

    .struggling-container-main p br {
        display: none !important;
    }
}

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

    .struggling-container-main {
        max-width: 665px;
    }

    .struggling-container-main h2 {
        font-size: 54px;
    }

    .struggling-container-main p {
        /* line-height: 36px; */
        font-size: 20px;
    }

    .first-bubbles {
        right: 160px;
        top: -150px;
        height: 115px;
        width: 115px;
    }

    .second-bubbles {
        right: -90px;
        top: -180px;
    }

    .third-bubbles {
        right: -432px;
        top: -120px;
    }

    .eigth-bubbles {
        right: -330px;
        top: 435px;
        ;
    }

    .fourth-bubbles {
        right: -420px;
        top: 285px;

    }

    .fifth-bubbles {
        top: 280px;
        left: -268px;
    }

    .seventh-bubbles {
        right: -220px;
        top: 300px;
    }

    .fourth-bubbles {
        right: -431px;
        top: 267px;
    }

    .sixth-bubbles {
        top: 350px;
        left: -20px;
    }

    .seventh-bubbles {
        right: -250px;
        top: 300px;
    }

    .first-bubbles span {
        top: -50px;
    }

    .second-bubbles span {
        top: -50px;
    }

    .third-bubbles span {
        top: -47px;
    }

    .fourth-bubbles span {
        top: -51px;
    }

    .fifth-bubbles span {
        top: -60px;
    }

    .sixth-bubbles span {
        top: -50px;
    }

    .seventh-bubbles span {
        top: -38px;
    }

    .ninth-bubbles span {
        top: -40px;
    }




}

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

    .bubble-container {
        padding: 0;
        margin: 0 auto;
    }

    .struggling-container-main h2 {
        color: #fff;
        font-size: 44px;
    }

    .struggling-container-main p {
        font-size: 20px;
    }

    .struggling-container-main p {
        /* line-height: 25px; */
        margin-top: -16px;
        /* font-size: 18px; */
    }

    .first-bubbles {
        right: 80px;
        top: -120px;
        width: 110px;
        height: 110px;
    }

    .first-bubbles span {
        top: -48px;
    }

    .third-bubbles {
        right: -302px;
        top: -140px;
    }

    .fifth-bubbles {
        top: 300px;
        left: -200px;
        height: 100px;
        width: 103px;
    }

    .sixth-bubbles {
        top: 290px;
        left: -40px;
        width: 85px;
        height: 85px;
    }

    .seventh-bubbles {
        right: -170px;
        top: 350px;

    }

    .ninth-bubbles {
        left: -96px;
        top: 415px;
    }

    .fourth-bubbles {
        right: -307px;
        top: 270px;
        height: 90px;
        width: 90px;
    }

    .eigth-bubbles {
        right: -308px;
        top: 420px;
    }

    .second-bubbles {
        top: -180px;
        width: 100px;
        height: 100px;
    }

    .second-bubbles span {
        top: -47px;
        left: 17px;
    }

    .fifth-bubbles span {
        top: -48px;
    }

    .eigth-bubbles span {
        top: -50px;
    }

}

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

    .struggling-main-container-wrapper{
        min-height: 935px;
    }

    .struggling-container-main h2 {
        color: #fff;
        font-size: 34px;
        padding: 0px 0px 20px 0;
    }

    .struggling-container-main p {
        /* line-height: 26px; */
        font-size: 18px;
    }

    .bubbles span {
        font-size: 10px;
    }

    .first-bubbles {
        right: 30px;
        width: 80px;
        height: 80px;
    }

    .second-bubbles {
        top: -190px;
        right: -50px;
        width: 85px;
        height: 85px;
    }

    .third-bubbles {
        right: -150px;
        top: -108px;
        width: 80px;
        height: 80px;
    }

    .eigth-bubbles {
        right: -88px;
        top: 341px;
        width: 80px;
        height: 80px;
    }

    .fourth-bubbles {
        right: -165px;
        top: -216px;
        height: 84px;
        width: 84px;
    }

    .fourth-bubbles span {
        top: -45px;
    }

    .third-bubbles span {
        left: 1px;
        top: -35px;
    }

    .seventh-bubbles {
                right: -165px;
        top: 325px;
    }

    .seventh-bubbles span {
        left: 16px;
        top: -35px;
    }

    .eigth-bubbles {
        right: -166px;
        top: 480px;
    }

    .eigth-bubbles span {
        top: -31px;
    }

    .ninth-bubbles {
        left: -38px;
        top: 520px;
    }

    .fifth-bubbles {
        top: 420px;
        left: -110px;
        height: 80px;
        width: 80px;
    }

    .fifth-bubbles span {
        top: -35px;
    }

    .sixth-bubbles {
                top: 390px;
        left: -4px;
        width: 80px;
        height: 80px;
    }

    .sixth-bubbles span {
        top: -35px;
    }

    .first-bubbles span {
        top: -35px;
    }

    .struggling-container-main p {
        /* line-height: 22px; */
        margin-top: -16px;
        /* font-size: 14px; */
    }

    /* .struggling-container-main h2 {
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    } */

    .second-bubbles span {
        left: 15px;
        top: -38px;
    }

        .ninth-bubbles span {
        top: -37px;
    }
}


/* bubble section ends */

/* bubble section ends */





/* faq css start---------------------- */

.title-gradient h2 {
    background: linear-gradient(to bottom,
            #FFFFFF 0,
            #FFFFFF 40%,
            #999999 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.accordion-col .accordion-container .et_pb_toggle {
    background-color: #191919 !important;
}

.accordion-col .et_pb_toggle_title {
    margin: 15px 0;
    padding-right: 20px !important;
}

.accordion-col .et_pb_toggle_content p {
    color: #B3B3B3;
}

.accordion-col .accordion-container .et_pb_toggle {
    border-radius: 10px;
}

.contact-form-col .et_pb_contact_right {
    display: none;
}

.contact-form-col .et_pb_contact p input {
    background: linear-gradient(to bottom, #323232 -50%, #000000 100%);
    border: 1px solid #323232;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #BEBEBE;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.contact-form-col .et_pb_contact p input::placeholder {
    color: #ffffff87;
}

.contact-form-col button {
    margin-top: 30px;
}

.contact-form-col .et_contact_bottom_container {
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
}

.contact-form-col button[type="submit"]:hover {
    background-color: #fff;
    color: #EE212B;
    border: 1px solid #EE212B;
}

.accordion-col .et_pb_toggle_title {
    position: relative;
}

.accordion-col .et_pb_toggle_title::after {
    position: absolute;
    content: "";
    background: url("/divitesting/wp-content/uploads/2025/09/Group-1000001523.svg") no-repeat;
    background-size: 20px;
    height: 30px;
    width: 30px;
    left: 22px;
    top: 0;
}

.accordion-col .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::after {
    display: none !important;
}

.faq-main-container .everything-heading span {
    font-size: 24px;
    line-height: 42px;
}

/* faq css end---------------------- */
/* Case study css start------------- */
.our-solution-col .list-container {
    margin-top: 12px;
}

.our-solution-col .list-container .last-list {
    margin-top: 24px;
}

/* Case study css end------------- */
@media (max-width: 1499px) {
    .accordion-col .et_pb_toggle_title::after {
        display: none;
    }
}

@media (max-width: 980px) {
    .contact-form-col {
        margin-top: 50px;
    }

    .accordion-col .et_pb_toggle {
        margin-bottom: 30px;
    }

    .accordion-col .et_pb_toggle_title::after {
        display: block;
    }
}

@media (max-width: 767px) {
    .accordion-col .et_pb_toggle_title::after {
        display: none;
    }
}


#page-container {
    position: relative;
    height: 100%;
}

#page-container:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/line.svg);
    background-repeat: repeat-y;
    width: 2px;
    position: absolute;
    height: 100%;
    left: calc(50% - (720px + 4%));
    z-index: 10;
    top: 0;
}

#page-container:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/line.svg);
    background-repeat: no-repeat;
    width: 2px;
    position: absolute;
    height: 100%;
    right: calc(50% - (720px + 4%));
    z-index: 10;
    top: 0;
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    width: 100%;
}

.n2-ss-section-main-content .n2-ss-layer--block{
    max-width: 100% !important;
}
.about-sec-row {
    align-items: center;
}
.title-gradient h2 {
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #999999 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
.slider-heading .n2-ss-item-content {
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #999999 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
.home-content-box{ max-width:730px }

/*Team grid*/
.post-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.post-card {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.post-card-content {
    padding: 20px;
    border: solid 1px #3E3D3D;
    background: #191919;
    border-radius: 8px;
    height: 100%;
}
.post-card .post-img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px;
    margin-bottom: 30px;
}
.post-card h3 {
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.214em;
    font-weight: 500;
    margin: 0px 0 5px;
    padding-bottom: 0;
}
.post-card .designation {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    color: #EE212B;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.post-description {
    font-size: 20px;
    color: #97989F;
    font-family: "Poppins", sans-serif;
    line-height: 1.4em;
    font-weight: 400;
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    #page-container:before {
        left: calc(50% - (720px + 20px));
    }

    #page-container:after {
        right: calc(50% - (720px + 20px));
    }
}

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

    .container,
    .et_pb_row,
    .et_pb_slider .et_pb_container,
    .et_pb_fullwidth_section .et_pb_title_container,
    .et_pb_fullwidth_section .et_pb_title_featured_container,
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        max-width: 1200px !important;
        padding-left: 40px;
        padding-right: 40px;
    }
    #page-container:before {
        left: calc(50% - 600px);
    }
    #page-container:after {
        right: calc(50% - 600px);
    }
    .slider-inner-container {
        max-width: 1160px !important;
        padding-left:20px;
        padding-right:20px;
    }    
}

@media screen and (max-width: 1199px) {
    #page-container:before,
    #page-container:after {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .container,
    .et_pb_row,
    .et_pb_slider .et_pb_container,
    .et_pb_fullwidth_section .et_pb_title_container,
    .et_pb_fullwidth_section .et_pb_title_featured_container,
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 981px) and (max-width: 1499px){
    .post-card h3{
        font-size: 26px;       
    }
    .post-card .designation,
    .post-card .post-description{
        font-size: 18px;       
    }
    .slider-heading .n2-ss-item-content{
        font-size: 44px !important;
    }
    .home-slider-content .n2-ss-text {
        font-size: 28px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px){
    .post-card h3{
        font-size: 26px;       
    }
    .post-card .designation,
    .post-card .post-description{
        font-size: 18px;        
    }
}
@media screen and (max-width: 767px){
    .post-card {
        width: 100%;
    }
    .post-card h3{
        font-size: 22px;       
    }
    .post-card .designation{
        font-size: 16px;       
        margin-bottom: 15px;
    }
    .post-card .post-description{
        font-size: 16px;        
    }
    .post-card .post-img {
        margin-bottom: 10px;
    }
}