.link-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.link-nav:after {
  content: '';
  position: absolute;
  background: white;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.link-nav:hover:after, .link-nav:focus:after, .link-nav:active:after {
  width: 100%;
}

.btn-nav {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

.btn-nav:hover {
  color: #fff !important;
  -webkit-animation-name: hoverBurger;
          animation-name: hoverBurger;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn-nav:active {
  -webkit-animation-name: areaAnime;
          animation-name: areaAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.button_container {
  position: fixed;
  top: 10%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 205;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  background-color: transparent;
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.button_container:hover {
  opacity: 1;
}

.button_container .span-nav {
  background: white;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container .span-nav:nth-of-type(2) {
  top: 11px;
}

.button_container .span-nav:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  top: 0;
  right: 0;
  width: 0%;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  overflow: hidden;
  z-index: 101;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes hoverBurger {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e02626;
  }
}

@keyframes hoverBurger {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e02626;
  }
}

@-webkit-keyframes areaAnime {
  from {
    background-color: black;
  }
  to {
    background-color: #e02626;
  }
}

@keyframes areaAnime {
  from {
    background-color: black;
  }
  to {
    background-color: #e02626;
  }
}

@-webkit-keyframes slideText {
  0% {
    opacity: 0;
    margin-top: 35px;
  }
  100% {
    opacity: 1;
    margin-top: 2px;
  }
}

@keyframes slideText {
  0% {
    opacity: 0;
    margin-top: 35px;
  }
  100% {
    opacity: 1;
    margin-top: 2px;
  }
}

/*MenuText*/
.motionMenu {
  opacity: 0;
  -webkit-animation-name: slideText;
          animation-name: slideText;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*============> END SIDE MENU */
/*===========> START Button */
.btn.btn-main {
  background-color: #214792;
  color: #fff;
}

/*===========> END Button */
/**/
.middle {
  vertical-align: middle;
}

.input-main {
  background-color: transparent;
}

/* ===========>LINK */
a.main-link {
  color: #214792;
  text-decoration: none;
}

.border-main {
  border-color: #214792;
  border-width: 2px;
}

/*===========> Start Social Icon */
.facebook {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.facebook:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #385C8E;
}

.instagram {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.instagram:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #7823BC;
}

.youtube {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.youtube:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #F61C0D;
}

.twitter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.twitter:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #76A9EA;
}

.google {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.google:hover {
  -webkit-filter: none;
          filter: none;
  border-color: #F34A38;
}

.outline-social.white {
  color: #fff;
}

.outline-social.white:hover {
  color: white;
  border-color: white;
}

.icon.social {
  width: 20px;
  height: 20px;
  margin: 10px;
}

.outline-social {
  padding: 5px;
  border-style: solid;
  border-width: 2px;
}

.outline-social-close {
  border-style: solid;
  border-width: 2px;
  vertical-align: middle;
}

.social-close {
  color: #fff;
}

#social-side {
  position: fixed;
  z-index: 205;
  top: 55%;
  right: 2%;
  display: block !important;
}

#social-toggler {
  position: fixed;
  z-index: 205;
  top: 90% !important;
  right: 2% !important;
}

#social-toggler.close {
  display: none;
}

#social-plus.hide {
  display: none;
}

#social-plus.open {
  display: block;
}

.social-show {
  visibility: hidden;
}

.social-show.open {
  visibility: visible !important;
}

/*===========> END Social Icon */
/* =======> Start Icon*/
.fa-mt-0 {
  margin-top: 0.36rem;
}

.fas.grey {
  opacity: .6;
}

/* =======> End Icon*/
.topbar {
  z-index: 300;
}

.logo {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: 1rem;
  width: 6rem;
}

.break-line {
  border-right: 1px solid #8a8a8a;
  margin: 0.6em 1.3em;
}

.break-line:last-child {
  border-right: none;
}

#md_toggler {
  width: 30px;
  height: 30px;
  color: #fff;
  border: none !important;
  background-color: #25488A;
}

#md_toggler:active {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#md_toggler:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.position-absolute.menu-align {
  color: #25488A;
  margin-left: 1.5px;
}

.nav-custom {
  color: #fff;
}

.nav-custom.opacity {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-custom a {
  color: #fff;
}

/* Start : Nav Bar Slide Animetion */
@media (min-width: 720px) {
  .animate {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* End : Nav Bar Slide Animetion */
/* Language Class */
.lang {
  width: 2rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.lang.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.text-place::-webkit-input-placeholder {
  color: #214792;
}

.text-place:-ms-input-placeholder {
  color: #214792;
}

.text-place::-ms-input-placeholder {
  color: #214792;
}

.text-place::placeholder {
  color: #214792;
}

.dropdown {
  position: static !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Start : Run Animation */
.shake:hover {
  -webkit-animation-name: shakeIcon;
          animation-name: shakeIcon;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* End : Run Animation */
/* Start : Script Animation */
@-webkit-keyframes shakeIcon {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes shakeIcon {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

/* End : Script Animation */
/* Media Responsive*/
@media (min-width: 1280px) {
  .dropdown-menu {
    margin-top: 0;
    width: 100% !important;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 1280px) {
  #social-side {
    top: 50%;
    right: 2%;
  }
}

.welcome {
  height: 100%;
  padding: 0;
  margin: 0;
  background-image: url(../img/welcome.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second {
  height: 100%;
}

/* Start : Text*/
.fa-nav {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.text-primary2 {
  color: #214792;
}

/* End : Text*/
/* ==================>  Overlay Position  */
.overlay-middle-bottom {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: overlay-transform;
          animation-name: overlay-transform;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.overlay-middle-bottom-2 {
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: overlay-transform-2;
          animation-name: overlay-transform-2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* ==================> Run Animation CSS  */
.titleAnim {
  -webkit-animation-name: titleAnime;
          animation-name: titleAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.titleAnim2 {
  -webkit-animation-name: titleAnime2;
          animation-name: titleAnime2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* ==================> End Run Animation CSS  */
/* ==================> Start : Script Animation*/
@-webkit-keyframes titleAnime {
  0% {
    font-size: 0px;
  }
  100% {
    font-size: 2.5em;
  }
}
@keyframes titleAnime {
  0% {
    font-size: 0px;
  }
  100% {
    font-size: 2.5em;
  }
}

@-webkit-keyframes titleAnime2 {
  0% {
    font-size: 1px;
    opacity: 0;
  }
  100% {
    font-size: 18px;
    opacity: 1;
  }
}

@keyframes titleAnime2 {
  0% {
    font-size: 1px;
    opacity: 0;
  }
  100% {
    font-size: 18px;
    opacity: 1;
  }
}

@-webkit-keyframes overlay-transform {
  0% {
    opacity: 0;
    top: 150%;
    left: 50%;
  }
  100% {
    opacity: 1;
    top: 80%;
    left: 50%;
  }
}

@keyframes overlay-transform {
  0% {
    opacity: 0;
    top: 150%;
    left: 50%;
  }
  100% {
    opacity: 1;
    top: 80%;
    left: 50%;
  }
}

@-webkit-keyframes overlay-transform-2 {
  0% {
    opacity: 0;
    top: 150%;
    left: 50%;
  }
  100% {
    opacity: 1;
    top: 90%;
    left: 50%;
  }
}

@keyframes overlay-transform-2 {
  0% {
    opacity: 0;
    top: 150%;
    left: 50%;
  }
  100% {
    opacity: 1;
    top: 90%;
    left: 50%;
  }
}

/* ==================> End : Script Animation*/
/*==============> Start : Media Responsive */
@media only screen and (max-width: 1920px) {
  #nav-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  #navbar-top {
    display: none !important;
  }
  #navbar-toggle {
    display: none !important;
  }
  #nav-mobile {
    display: block !important;
  }
  #soccial-side {
    display: none !important;
  }
  #welcome-tittle-pc {
    display: none !important;
  }
}

/*==============> End : Media Responsive */
/*==============> Start Button */
.btn-welcome {
  font-size: 1rem;
}

.btn-welcome.btn-fix-pc-1 {
  margin-left: 1%;
  margin-right: 1%;
  width: 20%;
}

/*==============> End Button */
/*# sourceMappingURL=main.css.map */