@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-brand .custom-logo {
    height: 50px;
  }
  .navbar-expand-xl .navbar-nav .custom-logo {
    line-height: 40px;
    font-weight: 500;
    padding: 0 12px;
  }
}

.vpro .card .card-image-scale img{
  height: 200px;
}
.navbar-expand-xl .navbar-brand .custom-logo {
  width: auto;
}

.bg-light2{
  background: #f9f9f9;
}


footer figure{
  z-index: -2;
}

.bg-light3{
  background: #536976;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffffff, #f7f7f7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffffff, #f7f7f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.content_is_empty {
    height: calc(100vh - 350px);
    text-align: center;
    display: flex;
    align-items: center;
}
.visa-category-link a{
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  width: 100%;
  padding: 26px;
  white-space: normal;
  background: white;
  height: 100%;
  transition: all 0.3s;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: solid;
}
.visa-category-link a i{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 50px;
  opacity: 0.4;
}
.btn{
  transition: all 0.3s;
}
.visa-category-link a:hover,
.btn:hover,
.blog_section .card.bg-transparent:hover
{
  transform: scale(1.1);
  box-shadow: 0 0 10px #ccc;
}

.blog_section img{
  height: 33vh;
  width: 100%;
}

.blog_section .card.bg-transparent {
  box-shadow: 0 0 10px #e5e5e5;
  height: 100%;
  transition: all 0.3s;
}

footer figure.bottom-0{
  opacity: 0.4;
}

.card  .rounded-2 {
    width: 100%;
}
.navbar .row {
    justify-content: space-around;
    width: 100%;
}

.navbar .row .navbar-brand {
    width: auto;
}

.navbar .row  .user-area {
    width: auto;
    display: flex;
    align-items: center;
}

/*New Style*/
.nav-category .container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav-category .container .menu-toggle {
    display: none;
}

.nav-category .container ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.nav-category .container ul ul.sub-menu {
    opacity: 0;
    background-color: #fff;
    min-width: 250px;
}

.nav-category .container ul li a {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    line-height: 40px;
}

.nav-category .container ul ul.sub-menu li {
    transition: all 0.5s ease;
} 

.nav-category .container ul ul.sub-menu  li a {
  line-height: 2;
  padding: 4px 10px;
  color: rgb(116, 117, 121);
  border-bottom: 1px solid #ccc;
}
.nav-category .container ul li ul.sub-menu li:last-child a {
    border-bottom: 0;
}
.nav-category .container ul ul.sub-menu li:hover a,
.nav-category .container ul ul.sub-menu li.current-menu-item a {
    background-color: rgb(249, 83, 83);
    color: #fff;
}


.nav-category .container ul li:hover a,
.nav-category .container ul li.current-menu-item a {
  color: rgb(249, 83, 83);
}

.menu-footer-menu-container ul {
    display: flex;
    list-style: none;
}

.menu-footer-menu-container ul li {
    padding: 0 12px;
}

.menu-footer-menu-container ul li a {
    color: #cfd3d7;
}

.menu-footer-menu-container ul li a:hover,
.menu-footer-menu-container ul li.current-menu-item a {
    color: #066ac9;
}

.card .card-image-scale {
  text-align: center;
}


.nav-category .container ul li.fa-home a {
    font-size: 0;
    padding: 0;
    line-height: 0;
}

.nav-category .container ul li.fa-home {
    display: flex;
    line-height: 40px;
}

.navbar .row {
    justify-content: space-between;
    margin: 0 auto;
}

.single-visa input#btn-danger {
    margin: 0 auto;
    background-color: #d6293e;
    border: 1px solid #d6293e;
    padding: 8px 16px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.single-visa input#btn-danger span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
}

.single-visa span.wpcf7-spinner {
    position: absolute;
}

.single-visa input#btn-danger:hover {
    transform: scale(1.2);
}
.contact_form .form-control {
    background-color: #f5f7f9 !important;
    border: 1px solid #f5f7f9 !important;
    border-radius: 0.325rem;
    min-height: calc(1.25em + 1.6rem + 2px);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}

.contact_form .wpcf7-submit.btn-primary {
    background-color: #066ac9;
    width: 100%;
    border: 1px solid #066ac9;
    padding: 13px 24px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
}

.contact_form .wpcf7-submit.btn-primary:hover {
    transform: scale(1.2);
}
.contact_form .form-control:focus {
    border-color: #066ac9 !important;
}

.list-inline-item .bg-tiktock {
  background-color: #000;
  color: #fff;
}

.text-muted span a {
  color: inherit;
}
.text-muted span a:hover {
  color: var(--bs-link-hover-color);
}

.user-area .rounded-pill {
    margin-left: 10px;
    animation: blink 3.0s linear infinite;
}

@keyframes blink {
    0% { box-shadow: 0 0 15px #fa5454; }
    50% { box-shadow: none; }
        100% { box-shadow: 0 0 15px #fa5454; }
}

@media screen and (max-width: 1366px) {
    .about-story .fill-danger {
        margin-left: 37px !important;
    }
}

@media screen and (max-width: 1200px){
    .nav-category .container .menu-toggle {
        display: block;
    }
    .nav-category .container ul li.fa-home {
        flex-direction: column;
    }

    .nav-category .container ul {
        flex-direction: column;
    }

    .menu-header-menu-container {
        display: none;
        -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
        box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        z-index: 999;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav-category .container {
        max-width: 100%;
        padding: 0;
    }
    .nav-category .container ul ul.sub-menu {
        opacity: 1;
        display: none; 
        z-index: 1100;
        -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
        box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
        background-color: rgba(64, 68, 72, 0.04);
        padding: 16px 0;
    }
    .menu-header-menu-container ul.nav-menu li {
        border-bottom: 1px solid #dde0e3;
        padding: 8px 30px;
    }

    .nav-category .container ul li ul.sub-menu li a {
        padding: 0;
        line-height: 2;
        position: relative;
        padding: 2.5px 16px;
        display: block;
    }


    .nav-category .container ul li.menu-item-has-children a:after {
        right: 0;
        position: absolute;
    }

    .nav-category .container ul ul.sub-menu li {
        border-bottom: 0;
        padding: 0;
    }

    .nav-category .container ul li a:hover {
        color: #066ac9;
    }

    .nav-category .container ul li a {
        line-height: 2;
        padding: 0;
    }

    .nav-category .container ul li ul.sub-menu li a:hover {
        color: #066ac9;
        background-color: rgb(6 106 201 / 10%);
    }

    
    
    .nav-category .container ul li.menu-item-has-children a:after {
        display: none;
    }
    .nav-category .container ul li.menu-item-has-children:after{
       content: "\f107";
        font-family: "Font Awesome 5 Free";
        margin-left: 0.35rem;
        font-weight: 900;
        vertical-align: middle;
        border: none;
        position: absolute;
        right: 31px;
        top: 13px;
    }
    .nav-category .container ul li a {
        display: inline-block;
    }

    .nav-category .container .menu-toggle {
      text-align: right;
      padding-right: 60px;
    }


}

@media screen and (max-width: 1100px) {
    .about-story .fill-danger {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    .menu-footer-menu-container ul {
        display: flex;
        list-style: none;
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .menu-footer-menu-container {
        margin-top: 16px;
    }

    .about-story .fill-danger svg {
        transform: translateX(80px);
    }

    .about-story .fill-danger {
        margin-left: auto !important;
        margin-right: 0 !important;
        right: 0;
        left: auto !important;
        overflow: hidden;
    }
}
@media screen and (max-width: 500px) {
    .navbar .row {
        justify-content: center;
        padding-bottom: 20px;
    }
    .navbar .row .user-area {
        width: 100%;
        justify-content: center;
    }


    .ceo-detail {
      margin-left: -92px !important;
    }

    .navbar-expand-xl .navbar-brand .custom-logo {
      width: auto;
      height: 50px;
    }

    .navbar .row .navbar-brand {
      width: 45%;
      text-align: center;
      margin: 0;
      padding: 0 !important;
      display: flex;
          align-items: center;
    }

    .navbar .row .user-area {
        width: 50%;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 0;
      }
    .navbar .row .user-area .btn {
      margin-right: 0 !important;
      margin-left: auto !important;
    }


    .navbar .row .user-area {
      width: 55%;
    }
    .navbar .row {
      align-content: center;
      padding-top: 20px;
    }

    .nav-category .container .menu-toggle {
        text-align: right;
    }

    .nav-category .container .menu-toggle {
      text-align: right;
      padding-right: 16px;
    }
/*
    section {
        margin-top: 3rem;
    }*/
}
@media screen and (max-width: 390px) {
    .navbar .row .user-area {
        justify-content: center;
    }

    .navbar-expand-xl .navbar-brand .custom-logo {
        width: auto;
        height: auto;
      }
    }

    .navbar .row .user-area {
        flex-wrap: wrap;
    }

    .navbar .row .user-area a.btn ~ div {
        margin-top: 13px;
    }
}