/*
CTC Separate Stylesheet
Updated: 2023-12-26 13:54:43
*/


/* Layout Responsive */
body .container,
body .elementor-section.elementor-section-boxed:not(.wdt-no-full-section)>.elementor-container {
    padding: 0 30px;
}

.video-list {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-list iframe {
        width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 550px;
}
.report-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.report-list li {
    margin-bottom: 15px;
    display: inline-flex;
    width: 100%;
    background: #ecf8fd;
    padding: 10px 15px;
    justify-content: space-between;
}

.report-list .filename {margin-right: 10px;font-weight: 600;color: #000;font-size: 14px;}

.downloadfile a {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
}

.downloadfile a i {
    margin-right: 8px;
    font-size: 12px;
}

.footer-title h3 {
    position: relative;
    display: inline-block;
}

.footer-title h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: var(--e-global-color-secondary);
    bottom: -8px;
}

.footer-list ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-list ul li {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-list ul li:before {
    content: "\e949";
    font-family: elementskit !important;
    position: absolute;
    color: var(--e-global-color-secondary);
    font-size: 11px;
}


/* Newsletter Form */
.newsletter-form form {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    align-items: center;
}

.newsletter-form form .wpforms-field-container {
    width: calc(100% - 200px);
    padding: 0;
}

.newsletter-form form .wpforms-submit-container {
    width: 200px;
    padding: 0 !important;
}

.newsletter-form .wpforms-container-full {
    margin-bottom: 0;
}

.newsletter-form input[type=email] {
    border: 0 !important;
    outline: 0 !important;
    font-size: 14px !important;
}


.newsletter-form .wpforms-submit {
    border: 0 !important;
    background: var(--e-global-color-secondary) !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 100% !important;
    padding: 20px 10px !important;
}

.newsletter-form .wpforms-submit:before {
    content: "\e818";
    font-family: elementskit !important;
    margin-right: 5px;
    font-size: 18px;
}


.newsletter-form .wpforms-container-full .wpforms-form label.wpforms-error {
    position: absolute;
    bottom: -25px
}



/*science card*/

.science-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.science-card .back {
    position: absolute;
    bottom: -200%;
    transition: .5s ease all;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 77%);
    z-index: 9;
    padding: 45px 0;
    display: flex;
    align-items: center;
}

.science-card:hover .back {
    bottom: 0;
}

.science-card h2 {
    color: #fff;
    background: var( --e-global-color-primary );
    display: inline-block;
    padding: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

.science-card h2:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 22px solid var( --e-global-color-primary );
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -22px;
    bottom: 0;
}

.science-card .front {
    position: relative;
}

.science-card .front h2 {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 0;
    transition: .5s ease all;
}

.science-card p {
    color: #fff;
    font-size: 14px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
    word-break: break-word;
    padding: 0 20px;
    margin-top: 10px;
    
    line-height: 1.5;
    margin-bottom: 0;
}

.science-card:hover .front h2 {
    opacity: 0;
}

.hexa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    top: 9px;
    width: 60px;
    height: 50px;
    line-height: 60px;
    font-size: 20px;
    color: #fff !important;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
}

.hexa-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 60px;
    height: 54px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
    background: var(--e-global-color-secondary);
    transition: .5s ease all
}

.hexa-btn:hover::before {
    background: var(--e-global-color-secondary);
}

.button-link {
    text-align: center;
    margin-top: 10px;
}




/*Product Card*/

.astra-shop-summary-wrap {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -12px;
}

.astra-shop-thumbnail-wrap {
    background: #eee;
    border: 1px solid #eee;
    border-bottom: 0;
}



.ast-woo-product-category {
    position: absolute !important;
    top: 100px;
    left: 0;
    color: var(--e-global-color-secondary);
    background: #000;
    display: inline-block !important;
    padding: 8px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    opacity: 1 !important;
    font-weight: 700;
}

.ast-woo-product-category:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 22px solid #000;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -22px;
    bottom: 0;
}






.custom-product-content {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -15px;
    position: relative;
}

.custom-product-content .woocommerce-product-details__short-description {
    display: none;
}

.custom-product-thumb {
    background: #eee;
    border: 0px solid #eee;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-product-thumb .cat-name {
    position: absolute !important;
    top: 45px;
    left: 0;
    color: #ffffff;
    background: #5E5E5E;
    display: inline-block !important;
    padding: 6px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    opacity: 1 !important;
    font-weight: 700;
    margin: 0 !important;
}

.custom-product-thumb .cat-name:after {
    border-bottom: 17px solid transparent;
    border-left: 18px solid #5E5E5E;
    border-top: 19px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -12px;
    left: 100%;
    top: 50%;
    width: 0;
    margin-top: -18px;
    z-index: 1;
}

.pro-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin: 0;
    min-height: 52px;
}

.custom-product-content h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.pro-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.pro-meta del,
.pro-meta ins,
.pro-meta bdi {
    font-size: 16px;
    color: var(--e-global-color-secondary);
    font-weight: 700;
}

.pro-description strong {
    display: inline-block !important;
}

.pro-meta del {
    opacity: .5;
}

.pro-meta .star-rating {
    color: #f2a800 !important;
    margin-top: 10px !important;
}
#ast-scroll-top {
    background-color: #5E5E5E;
}
.pro-action a.add-btn, .pro-action a.add_to_cart_button, .product_type_simple {
    background: var( --e-global-color-primary ) !important;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px !important;
    text-transform: capitalize;
}

.pro-action a.add_to_cart_button:before {
    content: "\e9d0";
    font-family: elementskit !important;
    margin-right: 8px;
}

.pro-action del,
.pro-action ins {
    display: none;
}

.pro-action .amount {

    display: none;
}

.pro-action p {
    margin: 0;
}

.shop-page-lsit .products.elementor-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.shop-page-lsit .products.elementor-grid li.ast-grid-common-col {
    grid-column: auto / span 2;
}


/* .shop-page-lsit .products.elementor-grid li.ast-grid-common-col:nth-child(1),
.shop-page-lsit .products.elementor-grid li.ast-grid-common-col:nth-child(2) {
    grid-column: auto / span 3;
} */

.shop-page-lsit .page-numbers {
    text-align: center;
}

.shop-page-lsit .page-numbers li {
    border-radius: 100%;
    border: 0 !important;
}

.woocommerce-js h2 {
    margin-bottom: 0;
}

.pro-gallery.elementor-element .swiper .elementor-swiper-button {
    top: -50%;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.pro-gallery.elementor-element .swiper .elementor-swiper-button:hover {
    background: var(--e-global-color-secondary);
}

.pro-gallery.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset;
    right: 55px;
}

.accordian-custom .elementor-accordion-icon {
    font-size: 25px;
}

.accordian-custom .elementor-accordion-item .elementor-tab-content.elementor-active {
    border-top: 0 !important;
}


.accordian-custom .elementor-accordion-item {
    margin-bottom: 15px;
    border-top-width: 1px !important;
    border-top-style: solid !important;
}


/* Conatct form */

.custom-form .wpforms-container-full .wpforms-form input {
    height: 45px !important;
    border: 0 !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
}

.custom-form .wpforms-container-full .wpforms-form textarea {
    height: 125px !important;
    border: 0 !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
}

.custom-form .wpforms-submit {
    border: 0 !important;
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 100% !important;
    padding: 20px 10px !important;
}

.page-menu ul.elementor-icon-list-items.elementor-inline-items {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center !important;
    margin: 0;
}

.page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item {
    width: 100%;
    border: 1px solid #fff;
    margin: 0 !important;
    transition: .5s ease all;
}
.page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:last-child {
    border-right: 0;
}
.page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:first-child {
    border-left: 0;
}
.page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item a {
    text-decoration: none;
    padding: 40px 0;
}

.page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:hover {
    background: var(--e-global-color-primary);
}

.page-menu .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: 0 !important;
    opacity: 0;
}

.elementor-sticky--active .page-menu ul.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item a {
    text-decoration: none;
    padding: 18px 0;
}

.science-box .elementor-widget-container,
.science-box .elementor-widget-image {
    height: 100%;
}

.science-box .elementor-widget-image img {
    min-height: 550px;
}


.team-member:hover .member-hover,
.team-member:hover .member-image:before {
    bottom: 0;
}
.hide-info .team-member:hover .member-hover, 
.hide-info .team-member:hover .member-image:before{
    display:none;
}
.member-image {
    position: relative;
    overflow: hidden;
}

.member-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: .5s ease all;
    z-index: 9;
    padding: 25px;
}

.member-info {
    text-align: center;
    margin-top: 20px;
}

h3.member-name {
    color: var(--e-global-color-primary);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 3px;
}

.lab_slider .member-name {
    color: var(--e-global-color-secondary);
}

.lab_slider .member-designation {
    color: white;
}


.member-designation {
    font-size: 14px;
    font-weight: 400;
}

.member-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s ease all;
}

.member-image:before {
    content: '';
    background-image: linear-gradient(-180deg, transparent, black);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    transition: .5s ease all;
}

.short-detail {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.member-hover a {
    position: relative;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding-left: 0;
    cursor: pointer;
}

.member-hover a::after {
    content: "\e87a";
    font-family: elementskit!important;
    position: relative;
    left: 5px;
}

.custom-control.lab-control>div {
    background: var(--e-global-color-secondary);
}

.custom-control {
    text-align: right;
}

.custom-control>div {
    margin: 0 5px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    transition: .5s ease all;
    cursor: pointer;
}

.custom-control>div:hover {
    background: var(--e-global-color-secondary);
}


.science-research {
    position: relative;
}

.science-research .elementskit-box-body.ekit-image-box-body {
    position: absolute;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    bottom: 0;
    padding: 15px 40px !important;
    transition: .5s ease all;
}

.science-research .elementskit-box-body.ekit-image-box-body h3 {
    margin: 0 !important;
    position: relative;
    text-align: left;
    color: #fff !important
}

.science-research .elementskit-box-body.ekit-image-box-body h3:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    top: -5px;
    margin-right: 15px;
}

.science-research:hover .elementskit-box-body.ekit-image-box-body {
    padding: 15px 60px !important;
}

.science-research .elementskit-info-image-box.ekit-image-box img {
    height: 300px !important;
    object-fit: cover;
}

.custom-control.advisory-control {
    text-align: center;
}

.advisory-member-info {
    width: 60%;
    background: var(--e-global-color-primary);
    padding: 35px;
}

.advisory-member {
    display: flex;
}

.advisory-member-image {
    width: 40%;
}

.advisory-member-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

h3.advisory-member-name {
    color: #fff;
    margin-bottom: 5px;
}


.advisory-member-info .advisory-member-designation {
    font-family: "Saira Condensed", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.advisory-member-info .advisory-short-detail {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 40px;
}

.advisory-member-info a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
}

.blog-card .elementor-post__card {
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    transition: .5s ease all;
}

.blog-card .elementor-post__card:hover {
    translate: 0px -15px;
}

.blog-card .elementor-post__card .elementor-post__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.page-numbers {
    position: relative;
    /* color: #fff !important; */
    border-radius: 0%;
    font-weight: 600;
    transition: all .3s ease;
    /* width: 45px;
    height: 45px; */
    display: inline-block;
    /* background: #000; */
    font-size: 17px;
    text-decoration: none !important;
    margin-right: 0 !important;
}

.elementor-pagination {
    position: relative;
    margin: 0 5px;
    font-size: 14px;
    color: #000;
    line-height: 45px;
    min-width: 45px;
    font-weight: 400;
    text-align: center;
}

.page-numbers:hover,
.page-numbers.current {
    /* background: var( --e-global-color-secondary); */
}

.woocommerce-pagination .page-numbers {
    display: inline-flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    background: transparent;
}

.woocommerce-pagination .page-numbers .page-numbers {
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #000 !important;
    font-weight: 600;
}

.woocommerce-pagination .page-numbers .page-numbers.current {
    color: #fff !important;
}


.woocommerce-js #content table.cart [name=coupon_code],
.woocommerce-page #content table.cart [name=coupon_code] {
    height: 45px;
    max-height: 45px;
}



/*RSS Feed*/
.custom-rss-feed .rsswidget.rss-widget-title,
.custom-rss-feed .rsswidget.rss-widget-feed {
    display: none;
}



.custom-rss-feed ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
    margin-left: 30px;
}

.custom-rss-feed ul li {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccc;
    padding-bottom: 30px;
}

.custom-rss-feed ul li:last-child {
    border-bottom: 0;
}

.custom-rss-feed ul li a {
    color: #2c2c2c;
    text-decoration: underline;
}

.custom-rss-feed ul li:before {
    content: "";
    margin-left: -35px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: 8px;
    border-radius: 100%;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}


.custom-rss-feed .rsswidget {
    display: block;
    text-decoration: none !important;
    color: var(--e-global-color-primary) !important;
    font-family: "Saira Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.custom-rss-feed .rss-date {
    opacity: .7;
    font-weight: 400;
    font-size: 14px;
}

.press-logo .elementor-image-box-img {
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}


.press-logo .elementor-image-box-img img {
    height: auto;
    max-height: 100%;
    width: auto;
}



.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgb(0 0 0 / 68%);
}

.popup .popup__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    padding: 45px;
    background: white;
    color: black;
}

.popup .popup__content .close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
    display: block;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #010101;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.team-detail .popup__content {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    max-height: 75vh;
    overflow-y: auto;
    text-align: left;
    display: block;
}

.team-detail .popup__content .close {
    display: none;
}

.team_modal_open {
    overflow: hidden;
}


.custom-contact-form.wpforms-container-full .wpforms-form .wpforms-field-large {
    border: 2px solid #d6d6d6 !important;
    font-size: 14px !important;
    min-height: 55px;
}

.custom-contact-form.wpforms-container-full .wpforms-form .wpforms-field-large:focus {
    border: 2px solid #1f4297 !important;
}

.custom-contact-form.wpforms-container-full .wpforms-form button {
    width: 100%;
    border: 0 !important;
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    border-radius: 5px !important;
    width: 100% !important;
    transition: .5s ease all;
    padding: 20px 10px !important;
}

.custom-contact-form.wpforms-container-full .wpforms-form button:hover {
    background: var(--e-global-color-secondary) !important;
}

.custom-contact-form.wpforms-container-full .wpforms-submit-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-contact-form.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #eeffe1;
    border: 2px dashed #64e100;
    padding: 30px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-contact-form.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #008412 !important;
    font-size: 16px;
    font-weight: 700;
    max-width: 380px;
    text-align: center;
}

.custom-contact-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-contact-form .wpforms-field-container .wpforms-field:nth-child(1) {
    width: 49%;
}

.custom-contact-form .wpforms-field-container .wpforms-field:nth-child(2) {
    width: 49%;
}

.custom-contact-form .wpforms-field-container .wpforms-field:nth-child(3) {
    width: 100%;
}

.custom-contact-form .wpforms-field-container .wpforms-field:nth-child(4) {
    width: 100%;
}
.custom-contact-form.investor-form .wpforms-field-container .wpforms-field:nth-child(1) {
    width: 100%;
}

.custom-contact-form.investor-form .wpforms-field-container .wpforms-field:nth-child(2) {
    width:100%;
}
.custom-contact-form.investor-form.wpforms-container-full .wpforms-form .wpforms-field-large {
    border: 0px solid #d6d6d6 !important;
    font-size: 14px !important;
    min-height: 55px;
    border-radius: 5px;
    padding: 10px 25px;
}
.custom-contact-form.investor-form.wpforms-container-full .wpforms-form button:hover {
    background: #323232 !important;
}
.newslettersubs .custom-contact-form.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 130px;
}
.form-intro h2 {
    font-size: 25px;
    color: var(--e-global-color-primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.form-intro p {
    font-size: 14px;
    font-weight: 700;
}
/* .newslettersubs .custom-contact-form .wpforms-field-container .wpforms-field:nth-child(1) {
    width: 100%;
} */


.press-media-list .elementor-image-box-img img {
    height: auto;
    width: 100%;
    max-height: 55px;
}
.press-media-list .elementor-image-box-img {
    border:1px solid #eee;
    height:75px;
    width: 200px;
    display: inline-flex !important;
    justify-content: center;
    align-items:center;
    padding: 10px;
}
.press-media-list .elementor-image-box-title{
font-size: 20px !important;
}.press-media-list .elementor-image-box-title a {
    text-decoration: none !important;
}


@media (max-width:767px) {
    .press-media-list .elementor-image-box-img {
        margin-bottom: 20px !important;
    }
    .wpforms-field-container .wpforms-field:nth-child(1) {
        width: 100%;
    }

    .wpforms-field-container .wpforms-field:nth-child(2) {
        width: 100%;
    }

    .custom-contact-form.wpforms-container-full .wpforms-confirmation-container-full,
    div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
        min-height: auto;
    }

    .custom-contact-form.wpforms-container-full .wpforms-confirmation-container-full p {
        font-size: 14px;
    }
	.video-list iframe { 
    height: 270px;
}
	.report-list li {
    flex-wrap: wrap;
}.report-list .filename {
    margin-bottom: 10px;
}
}