/*start header*/
.header-svg{
    position: absolute;
    right: 0;
    width:100%;
    bottom:0;
    z-index: -1;
}

.home header{
    padding: 80px 0 400px;
}
header {
    padding: 20px 0;
    position: relative;
    z-index: 9;


}


.menu-div img {
    display: none;
}

.menu-div {
    display: inline-block;
    vertical-align: middle;
}

nav a {
    color: #707070;
    position: relative;
    display: inline-block;
}

nav a:after {
    content: "\f004";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    color: #fabfc6;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

nav a:before {
    content: "\f004";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    color: #fabfc6;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

nav a:hover:before {
    opacity: .3;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

nav a:hover:after {
    opacity: .5;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

nav a:hover {
    color: #7aaba1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

nav li.active a{
    color: #F27E8C;
    border-bottom: 2px solid #F27E8C;

}
.language {
    color: #707070;
    display: inline-block;
    vertical-align: middle;
    font-family: "bold";
    font-size: 20px;
}

.login-btn{
    display: inline-block;
}

.login-btn span{
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 60px;
    overflow: hidden;
}
.menu-grid .reverse-btn {
    height: 40px;
    line-height: 36px;
}

header .row {
    align-items: center;
}

.menu-grid .custom-btn {
    vertical-align: middle;
}
.menu-grid .custom-btn i{
    display: none;
    margin: auto;
}

.header-description {
    margin-top: 130px;
    position: relative;
    z-index:1;
}

.header-description h1 {
    font-family: "bold";
    font-size: 50px;
    color: #707070;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    overflow:hidden;
    background: -webkit-linear-gradient(left, #F27E8C, #7aaba1, #F27E8C);
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
            animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.header-description .custom-btn {
    padding: 0 60px;
}

.nav-icon {
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    display: none;

}

.nav-icon span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #7aaba1;
    position: relative;
    margin: 1px auto;
}

.nav-icon span:before,
.nav-icon span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background:#7aaba1;
    position: absolute;
    top: 0;
}


.nav-icon span:before {
    right: -10px;
}

.nav-icon span:after {
    left: -10px;
}

.nav-icon:hover span {
    background: #7aaba1;
}


.nav-icon:hover span:before,
.nav-icon:hover span:after {
    background: #7aaba1;

}

.nav-icon:hover span:nth-of-type(2),
.nav-icon:hover span:nth-of-type(2):after,
.nav-icon:hover span:nth-of-type(2):before {
    transition-delay: .2s
}

.nav-icon:hover span:nth-of-type(3),
.nav-icon:hover span:nth-of-type(3):after,
.nav-icon:hover span:nth-of-type(3):before {
    transition-delay: .4s
}

.logo-grid img {
    max-width: 200px;
    vertical-align: middle;
}

.responsive-menu{
    display: none;
}

.notifications{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.notifications .fa-bell{
    font-size: 22px;
    vertical-align: middle;
    margin: auto;
}

.has_notify{
    position: relative;
    cursor: pointer;
}

.notify{
    position: absolute;
    top: -7px;
    background: #F27E8C;
    color: #fff;
    text-align: center;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.notification-div{
  position: absolute;
  top: calc(100% + 10px);
  width: 200px;
  background: #fff;
  border: 1px solid #7aaba1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding:  10px;
  z-index: 5;
  display: none;
}

.notification-div a{
    color: #7aaba1;
}

.removed-div{
    position: relative;
}
.remove-icon{
    position: absolute;
    top: 5px;
    font-size: 14px;
    cursor: pointer;
}

.notification-div li{
    border-bottom: 1px solid #7aaba1;
    margin-bottom: 10px;
    padding:0 0  15px ;
}
.notification-div li b{
    font-size: 14px;
    height: 21px;
    overflow: hidden;
}

.notification-div li p{
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    color: #7aaba1;
    margin-bottom: 0;

}

.notification-div li:hover b,.notification-div li:hover p,.notification-div li:hover .remove-icon{
    color: #F27E8C;
}
/*end header*/