/*!
Theme Name: Medinik
Theme URI: http://teconce.com/
Author: Teconce
Author URI: https://teconce.com/about
Description: A Multipurpose WordPress Woocommerce Theme
Version: 1.3.1
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: medinik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/***====my css====***/
.tp-header {
    background: #1b3c74;
    padding: 5px 1em;
}
.tp-header span a{
    color: #fff;
}

.tp-header span {
    padding-right: 1em;
}
#course-our .elementor-widget-container {
    padding: 10px 2px !important;
}
#Course-our h3 a {
    font-size: 16px !important;
}
#Course-our .elementor-icon-box-icon .elementor-icon{
    font-size: 20px !important;
    padding: 18px;
}
#Course-our .elementor-icon-box-icon {
    margin: 0 !important;
}
/* #Course-our .elementor-9417 .elementor-element.elementor-element-db6963c {
    margin-top: 0 !important;
    margin-bottom: 0px;
} */
.n-news {
    padding-left: 1em !important;
}
.n-news p {
    border-bottom: 1px solid #ccc;
}
.g-img {
    padding: 2em 0;
}
.affiliation {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding: 1em;
    margin-bottom: 1em;
    height: 380px;
    border-radius: 10px;
}
.aff-img {
    display: flex;
    justify-content: center;
    height: 110px;
    overflow: hidden;
}
.aff-img img {
    width: 50%;
    height: auto;
}
.aff-data h3 {
    font-size: 22px;
    margin: 0;
}
.pg-affiliation {
    padding: 2em 0 1em 0;
}
.infra-content h3 {
    font-size: 22px;
    margin: 0;
}
.infra-img img {
    width: 100%;
    height: auto;
}
.infrastructure {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    height: 550px;
}
.infra-img {
    height: 220px;
    overflow: hidden;
}
.infra-content p {
    height: 150px;
}
.infra-content button {
    padding: 0;
    width: 100%;
    min-height: 35px;
    background: #1b3c74;
    border: 1px solid #1b3c74;
}
.infrastructure:hover button {
    background: aqua;
    color: #1b3c74;
    font-weight: 500;
    border: 1px solid aqua;
    transition: .4s;
}
.adm-process {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 1em;
    height: 200px;
}
.pg-admission {
    padding-top: 1em;
}
.adm-process i {
    border: 1px dashed;
    border-radius: 100px;
    padding: 10px;
    margin-right: 5px;
}

.infrastructure .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
}
.infrastructure .modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}
.infrastructure .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.infrastructure .close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.mobile--nav-menu img {
    width: 65%;
}
@media(max-width: 576px){
    .elementor-9417 .elementor-element.elementor-element-386c041 {
        padding: 4em 2em 0;
    }
}

.ftr-section{
    font-family: "Questrial", Sans-serif;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ECFAFF 100%);
    padding: 3em 0 0 0;
}
.ftr-data {
    border-bottom: 1px solid #1b3c74;
    padding-bottom: 1em;
}
.ftr-data ul {
    margin: 0;
    padding: 0;
}
.footr ul li {
    font-size: 16px;
    list-style: none;
    padding-top: 5px;
}

.footr img {
    width: 50%;
    height: auto;
}
.ftr-data h3 {
    font-size: 22px;
    font-family: "Questrial", sans-serif;
    line-height: 2rem;
}
.ftr-cpyrit {
    padding: 1em 0;
}

.ftr-cpyrit span {
    font-size: 16px;
    /* padding: 1em 0; */
}

/***===end my css====**/