/*
Theme Name: dypisicse
Theme URI: https://dypisicse.in/
Author: cnc-tech
Author URI: https://dypisicse.in/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
*/
.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
    line-height: 20px;
    margin-left: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-link.active.active {
    color: #3DB166 !important;
    border-bottom: 2px solid #3DB166;
}
.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu li a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #293857;
}
.contact-map iframe {
    width: 100%;
    height: 400px;
}

.contact-form .form-control {
    width: 100%;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid black;
}
.contact-form textarea {
    width: 100%;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid black;
    height: 106px;
}

.header-menu-ul ul{
    position: relative;
    /* margin: 0; */
    /* padding: 0; */
    list-style: none;
    /* width: 100%; */
    /* display: inline-block; */
}
.menu-headermenu-container {
  margin-left: auto;
}
.header-menu-ul ul li {
    position: relative;
    margin: 0;
    /* padding: 0 15px; */
    /* list-style: none; */
    /* width: auto; */
    display: inline-block;
    /* color: #C8A197; */
    /* font-size: 18px; */
    /* line-height: 16px; */
    /* font-family: "Allerta", sans-serif; */
    /* font-weight: 400; */
}
.header-menu-ul ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
    line-height: 20px;
    margin-left: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.header-menu-ul ul li a:hover{ 
    color:#676767;
} 
.header-menu-ul ul li:first-child{
    /* padding-left: 0; */
}
.header-menu-ul ul li:last-child{
    padding-right: 0;
} 
.header-navbar-full {
    width: 100%;
    align-items: center;
    display: flex;
}
.header-menu-logo {
    text-align: center;
    padding: 30px 21px; 
    width: 320px;
}
.header-menu-logo img{
    width: auto;
    max-width: 100%;
}
.sub-menu-toggle {
    display: none;
}
.header-menu-ul-left{
    position: relative;
    padding-right: 15px;
    text-align: right;
    width: 500px;
}
.header-menu-ul-right{
    position: relative;
    padding-left: 15px;
    text-align: left;
    width: 500px;
}
.header-nav{
    padding: 0;
}

.header-menu-ul ul li.li-btn{
    position: relative;
}
.header-menu-ul ul li.li-btn a {
    width: auto;
    display: inline-block;
    padding: 10px 21px;
    border: 1px solid #C8A197;
    border-radius: 4px;
    border-color: #C8A197;
    background: #C8A197 !important;
    color: #ffffff !important;
}
.header-menu-ul ul li.li-btn a:hover { 
    border-color: #C8A197; 
    background: transparent !important;
    color: #C8A197 !important;
}

.header-menu-ul ul ul {
  display: none;
    background: #ffffff;
    box-shadow: 0 0 1px 0 #000000;
    min-width: 250px;
    position: absolute;
    left: -39px;
    top: 100%;
    text-align: left;
    padding: 21px 21px;
}
.header-menu-ul ul li:hover > ul {
    display: block;
}
.header-menu-ul-right-full{
    justify-content: space-between;
    display: inline-flex; 
    width: 100%;
    align-items: center;
}
.header-menu-ul-right-full ul{
    width: auto;
}
.header-menu-ul ul ul li{
    padding: 0;
    width: 100%;
}
.header-menu-ul ul ul li a{ 
    width: 100%;
    padding: 8px 0;
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
}
/*Blink Text*/

/* .blink {
  animation: blink 3s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  51% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
} */
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
@media only screen and (max-width: 991px) {
    .menu-headermenu-container {
        display: none;
    }
    .header-menu-ul ul ul {
        display: none;
        background: #ffffff;
        box-shadow: 0 0 1px 0 #000000;
        min-width: 250px;
        position: relative;
        left: 0;
        top: 100%;
        text-align: left;
        padding: 21px 21px !important;
    }
    #rmp-menu-wrap-434 .rmp-menu-item-link {
        color: #fff !important;
    }
    #rmp-menu-wrap-434 .rmp-submenu .rmp-menu-item-link {
        color: #000 !important;
    }
    .banner-slide h1 {
        max-width: 100% !important;
        font-size: 18px;
        line-height: normal;
    }
}




