/*!
Theme Name: aidmi
Theme URI: http://underscores.me/
Author: Webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aidmi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aidmi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
body{top:0px !important;}
span.wpcf7-spinner {
    position: fixed;
    left: 81%;
    top: 580px;
    z-index: 1;
}

.newsletter p br{
    display: none;
}

.inner-content .contact-details .ul_class .first_li p br{
    display: none;
}

p.text100 {
    color: #000;
}


/* Pagination CSS*/

.pagination .page-item .page-numbers{ color: #333; background: #0000; padding: 15px 20px; border: 1px solid rgb(0 0 0 / 5%); border-width: 0 1px 0 0; transition:500ms; }
.pagination .page-item:last-child .page-numbers{ border-width:0;}
.pagination .page-item .page-numbers:hover, .pagination .page-item.active .page-link{ background-color: #1b4e9b; color: #fff;}
.pagination .page-item:first-child .page-numbers:hover, .pagination .page-item:last-child .page-numbers:hover{ color:#FF281B; background: #0000;}
.pagination .page-item .page-numbers:focus { box-shadow: none;}


/* No Record */
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}
.no-records ul li {

    display: inline-block;
    margin: 0px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.no-records ul li i {
    background: #005798;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    line-height: 150px !important;
    position: relative;
    top: -52px;
    margin-top: 30px;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #333;
    font-family: 'poppinsmedium';
    margin: 0px 0px 0px 0px;
    line-height: 50px !important;
}
.no-records ul li small {
    font-size: 30px;
    color: #666;
}
/* End No Record */


/*.publication-right-area ul li p:empty{
    display: none;
}*/
.img-fluid-single {    
    width: 100%;
    max-height: 631px;
    object-fit: cover;
}


.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7
}

.youtube .play-button {
    width: 47px;
    height: 34px;
    background-color: #212121;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 10px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 6px 0 9px 14px;
    border-color: transparent transparent transparent #fff
}

.youtube:hover .play-button {
    background: #c4302b;
    opacity: 1
}

.youtube img, .youtube .play-button {
    cursor: pointer
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
    position: absolute
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}


/*==*/
img.wp-post-image {
    width: 100%;
    object-fit: cover;
     /*max-height: 500px; */
}
.news .es_subscription_message.success {
    color: #507c50;
    font-size: 16px;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    text-align: justify;
}

.es_subscription_message.success {
    color: #507c50;
    font-size: 16px;
    display: block;
    padding: 0 20%;
    border: 1px solid #507c50;
    margin: 13px 0 0 0;
     text-align: center;
}

/* serachbox */

/*.select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .select{position: relative;display: flex;flex-direction: column;border: none;
     border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #394a6d;
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 2px solid #394a6d;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
	 width: fit-content;
}
.custom-options a{
    cursor: pointer;
    padding: 8px 12px;
    border-bottom: 1px solid rgb(0 0 0 /10%);
    font-size: 14px;
    line-height: 1;
    color: #666;
    user-select: none;
    transition: 500ms;
}
.select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
.custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 22px;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 60px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
 .custom-option.selected {
     color: #ffffff;
     background-color: #305c91;
}
.custom-options a {
    display: block;
    padding: 10px;
    width: auto;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #000;
}*/

.skiptranslate.goog-te-gadget {
    opacity: 0;
    visibility: hidden;
    display: none;
}


.select__trigger{padding: 0 15px 0 0;font-size: 15px;font-weight: 500;line-height: 1;color: #666;cursor: pointer;position:relative;
     display: flex;align-items: center;justify-content: space-between;}
.select__trigger::after{content: "\f107";margin: -2px 0 0 6px;padding: 0;background: transparent;font-family: 'FontAwesome';font-size: 15px;font-weight: 500;line-height: 1;color: var(--theme-color);transition: .2s;position: absolute;right: 0;}

.custom-options{background: #fff;width: max-content;min-width: 100%;max-height: 350px;overflow-y: auto;position: absolute;top: 100%;left: 50%;z-index: 99;box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);transform: scaleY(1) translate(-50%, 0px);visibility: visible;opacity: 1;transform-origin: top;transition: 500ms;}
.select-wrapper .select:not(.open) .custom-options{transform: scaleY(0) translate(-50%, 0px);visibility: hidden;opacity: 0;}

.custom-options a{display: block;cursor: pointer;padding: 8px 12px;border-bottom: 1px solid rgb(0 0 0 /10%);font-size: 14px;line-height: 1;color: #666;user-select: none;transition: 500ms;}
.custom-options a:hover, 
.custom-options a.same-as-selected{background: var(--theme-dark);color: #fff;}


/*25-05-2023*/
/* .register-frm .es-form-field-container{display: flex;flex-direction: column;}
.register-frm .es-form-field-container .gjs-row{margin-bottom:0 !important;}
.register-frm .es-form-field-container .gjs-cell{margin-top: 16px;padding: 0 8px;}
.register-frm .gjs-cell input{padding:10px 15px !important;width:100%;}
.register-frm .gjs-cell #iuym4{width: calc(50% - 8px);margin: 0 8px 0 0;}
.register-frm .gjs-cell #imi1h{width: calc(50% - 8px);margin: 0 0 0 8px;}
.register-frm .submit-btn{margin: 16px 8px 0 auto;}
form[data-form-id="3"] .es-form-field-container{padding:0 !important;}
@media only screen and (max-width:991px) {
	.register-frm .gjs-cell #iuym4{width: 100%;}
	.register-frm .gjs-cell #imi1h{width: 100%;margin: 16px 0 0 0;}
} */




.register-frm .es-form-field-container .gjs-row:first-child{display: flex;flex-wrap: wrap;margin: calc(1rem * -1) calc(1rem * -.5) 0 calc(1rem * -.5) !important;}
.register-frm .es-form-field-container .gjs-row{margin-bottom: 0 !important;}
.register-frm .es-form-field-container .gjs-row .gjs-cell{flex: 0 0 auto;width: 100%;max-width: 100%;padding-right: calc(1rem * .5);padding-left: calc(1rem * .5);}
.register-frm .es-form-field-container .gjs-row .gjs-cell input{margin: 1rem 0 0 0;width: 100%;}

.register-frm .es-form-field-container input{margin: 1rem calc(1rem * .5) 0 calc(1rem * .5);padding: 15px 25px !important;width: calc(50% - .5rem);background: #fff;border: 1px solid rgb(36 38 50 / 30%);border-radius: 0;font-size: 17px;line-height: 1.4;}
.register-frm .es-form-field-container input:nth-child(2){margin-left:0;}
.register-frm .es-form-field-container input:nth-child(3){margin-right:0;}
.register-frm .submit-btn{margin: 16px 0 0 auto;}

@media only screen and (max-width:991px) {
	.register-frm .es-form-field-container input{width: 100%;margin-left:0;margin-right:0;}
}
@media only screen and (max-width: 575px)
	.register-frm{padding: 15px;}
}
@media only screen and (max-width: 320px){
	form[data-form-id="3"] .es-form-field-container{padding:0;}
}
    
    


.skiptranslate {
    display: none;
}
.goog-te-banner-frame {
    DISPLAY: NONE !IMPORTANT;
}