.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
    position: relative;
  }
  .site-header .black-logo {
    display: none;
  }
  
  .header-primary {
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  
  /*--- top header css start ---*/
  .top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  
  .header-contact-info {
    color: #fafafa;
    padding: 11px 0;
  }
  .header-contact-info ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-contact-info ul li {
    display: inline-block;
    font-size: 13px;
    padding: 0 15px;
  }
  .header-contact-info ul li:last-child {
    padding-right: 0;
  }
  .header-contact-info ul li:first-child {
    padding-left: 0;
  }
  .header-contact-info ul li [class*=fa-] {
    margin-right: 5px;
  }
  .header-contact-info ul li a {
    color: #fcfcfc;
    font-weight: 500;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
  }
  .header-contact-info ul li a:hover, .header-contact-info ul li a:focus, .header-contact-info ul li a:active {
    color: #ffc107;
  }
  
  .header-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-social li {
    margin: 0 8px;
  }
  .header-social a {
    color: #fafafa;
  }
  .header-social a:hover, .header-social a:focus {
    color: #2C75BA;
  }
  @media screen and (max-width: 991px) {
    .header-social {
      padding: 10px 0;
    }
  }
  
  .header-search-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: 10px;
  }
  .header-search-icon .search-icon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #ffffff;
    height: 100%;
    padding: 0 15px;
    width: 100%;
  }
  .header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
    outline: none;
    color: #2C75BA;
  }
  
  /*--- top header css end ---*/
  /*--- header Logo css start ---*/
  .site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
  }
  .site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0;
  }
  .site-identity img {
    max-width: 210px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }
  .site-identity a {
    display: block;
  }

  @media screen and (max-width: 575px) {
    .site-identity img {
      max-width: 120px;
    }
  }
  
  /*--------------------------------------------------------------
  >>> Main Header Menu
  ----------------------------------------------------------------*/
  @media screen and (max-width: 991px) {
    .bottom-header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 10px 0;
    }
  }
  
  .navigation-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media screen and (max-width: 991px) {
    .navigation-container {
      padding-right: 35px;
    }
  }
  
  .main-navigation .navigation > ul > li {
    display: inline-block;
    padding: 0 16px;
  }
  .main-navigation ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-navigation ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
  }
  .main-navigation ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation ul > li:last-child:before {
    display: none;
  }
  .main-navigation ul > li > a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 30px 0;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
  }
  .main-navigation ul > li:hover > ul, .main-navigation ul > li:focus > ul, .main-navigation ul > li:active > ul {
    display: block;
  }
  .main-navigation ul > li:hover > a, .main-navigation ul > li:focus > a, .main-navigation ul > li:active > a {
    color: #ffc107;
  }
  .main-navigation ul > li:hover > a:after, .main-navigation ul > li:focus > a:after, .main-navigation ul > li:active > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-navigation ul ul {
    background: #ffffff;
    border-top: 4px solid #ffc107;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 99;
    display: none;
    text-align: left;
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid #DDD;
    position: relative;
    display: block;
  }
  .main-navigation ul ul li a {
    color: #333;
    display: block;
    padding: 13px 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus, .main-navigation ul ul li a:active {
    padding-left: 30px;
    color: #e51d7e;
  }
  .main-navigation ul ul li > ul {
    left: 100%;
    top: 0;
  }
  .main-navigation ul ul li.menu-item-has-children > a:after {
    content: "\f0da";
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul {
    display: block;
    top: -3px;
  }
  .main-navigation ul ul li:hover a:after, .main-navigation ul ul li:focus a:after, .main-navigation ul ul li:active a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-navigation ul li {
    position: relative;
  }
  
  .main-navigation ul li:last-child ul ul, .main-navigation ul li:nth-last-child(2) ul ul {
    right: 100%;
  }
  .main-navigation ul li.menu-item-has-children > a {
    position: relative;
  }
  .main-navigation ul li.menu-item-has-children > a:after {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 900;
    margin-left: 8PX;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
  }
  .main-navigation ul li.menu-item-has-children li:hover > a, .main-navigation ul li.menu-item-has-children li:focus > a {
    background-color: #2c4291;
    color: #ffffff;
  }
  .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a {
    color: #e51d7e;
  }
  
  @-webkit-keyframes slide-up {
    from {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-moz-keyframes slide-up {
    from {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slide-up {
    from {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slide-up {
    from {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .header-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
  }
  .header-btn a {
    padding: 6px 20px;
    color: #000;
    font-weight: 500;
    background: #ffc107;
    border-radius: 5px;
    font-size: 14px;
  }
  @media screen and (max-width: 575px) {
    .header-btn {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
    }
    .header-btn a {
      padding: 8px 20px;
      font-size: 14px;
    }
  }
  
  /*---  header search css ---*/
  .header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .header-search-form {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    z-index: 999;
  }
  .header-search-form .header-search {
    position: relative;
  }
  .header-search-form input[type=text] {
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #292929;
    border: none;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    text-align: center;
  }
  .header-search-form .search-close {
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header-search-form .search-close:hover, .header-search-form .search-close:focus, .header-search-form .search-close:active {
    color: #2C75BA;
  }
  .header-search-form.search-in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  /*---  fixed header css ---*/
  .bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }
  
  @media screen and (min-width: 992px) {
    .fixed-header .bottom-header {
      background-color: #ffffff;
      -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      z-index: 999;
    }
    .fixed-header .bottom-header .white-logo {
      display: none;
    }
    .fixed-header .bottom-header .black-logo {
      display: block;
    }
  }
  @media screen and (max-width: 991px) {
    .fixed-header .bottom-header {
      background-color: transparent;
      position: relative;
    }
  }
  .fixed-header .main-navigation .navigation > ul > li > a {
    color: #101F46;
    padding: 22px 0;
  }
  .fixed-header .main-navigation .navigation > ul > li > a:before {
    background-color: #234499;
  }
  .fixed-header .header-icons .icon-item a {
    color: #101F46;
  }
  .fixed-header .header-icons .icon-item a:hover {
    color: #2C75BA;
  }
  @media screen and (max-width: 991px) {
    .fixed-header .mobile-menu-container {
      background-color: #ffffff;
      -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      z-index: 999;
    }
    .fixed-header .mobile-menu-container .slicknav_nav {
      min-height: calc(100vh - 78px);
      height: 100%;
      overflow-y: scroll;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
    }
    .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
      color: #212121;
    }
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
      background-color: #212121;
    }
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before, .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
      background-color: #212121;
    }
  }
  
  /*---  mobile slick Nav css ---*/
  /* Slicknav - a Mobile Menu */
  .mobile-menu-container .slicknav_menu {
    background-color: transparent;
    padding: 0;
  }
  @media screen and (min-width: 992px) {
    .mobile-menu-container .slicknav_menu {
      display: none;
    }
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 10px 0;
    float: none;
  }
  .mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-left: 0;
    margin-right: 10px;
  }
  .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: 700;
  }
  .mobile-menu-container .slicknav_menu .slicknav_nav li {
    border-top: 1px solid #e6e6e6;
  }
  .mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
    color: #7a7a7a;
    font-size: 13px;
  }
  .mobile-menu-container .slicknav_menu .slicknav_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-container .slicknav_menu .slicknav_row > a {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
  }
  .mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
    border-left: 1px solid #e6e6e6;
    width: 45px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
    position: static;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
  @media screen and (max-width: 991px) {
    .mobile-menu-container {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
  }
  
  .slicknav_menu .slicknav_btn {
    background-color: transparent;
    padding: 0;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #242424;
  }
  .slicknav_menu .slicknav_nav ul {
    margin: 0;
    padding: 0;
  }
  .slicknav_menu .slicknav_nav li {
    position: relative;
    list-style: none;
  }
  .slicknav_menu .slicknav_nav li a {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
    background-color: transparent;
    color: #2C75BA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
  .slicknav_menu .slicknav_nav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  }
  .slicknav_menu .slicknav_arrow {
    position: absolute;
    right: 5px;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
  }
  
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0;
    line-height: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .slicknav_btn .slicknav_icon {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin-top: 1px;
  }
  .slicknav_btn .slicknav_icon:before {
    display: none;
  }
  .slicknav_btn .slicknav_icon span {
    background-color: #FFF;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .slicknav_btn .slicknav_icon span:first-child {
    display: block;
  }
  .slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition-delay: 0.5s, 0s;
    -ms-transition-delay: 0.5s, 0s;
    -o-transition-delay: 0.5s, 0s;
    transition-delay: 0.5s, 0s;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
  }
  .slicknav_btn .slicknav_icon span:first-child:before {
    top: -6px;
  }
  .slicknav_btn .slicknav_icon span:first-child:after {
    top: 6px;
  }
  .slicknav_btn.slicknav_open span:first-child {
    background-color: transparent !important;
  }
  .slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
  }
  .slicknav_btn.slicknav_open span:first-child:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slicknav_btn.slicknav_open span:first-child:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  /*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.white-bg {
    background-color: #ffffff;
  }
  
  .bg-light-grey {
    background-color: #f8f8f8;
  }
  
  .primary-bg {
    background-color: #e51d7e;
  }
  
  .secondary-bg {
    background-color: #0791BE;
  }
  
  .pl-20 {
    padding-left: 20px;
  }
  
  .pr-40 {
    padding-right: 40px;
  }
  
  .site-loader {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
  }
  .site-loader .preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
  }
  
  .social-links ul {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
  }
  .social-links a {
    font-size: 16px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
  }

  .social-links a i{
    background: #fff0;
  }

  .social-links a:hover, .social-links a:focus, .social-links a:active {
    color: #ffc107;
  }
  
  .social-icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
  .social-icon-wrap .social-icon {
    padding: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .social-icon-wrap .social-icon a {
    background-color: #e51d7e;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .social-icon-wrap .social-icon a:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    -moz-filter: saturate(1.5) brightness(1.2);
    -ms-filter: saturate(1.5) brightness(1.2);
    -o-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2);
  }
  .social-icon-wrap .social-icon [class*=fa-] {
    width: 40px;
    text-align: center;
  }
  
  
  .to-top-icon {
    background-color: rgba(245, 105, 96, 0.7);
    color: #ffffff;
    font-size: 20px;
    display: none;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .to-top-icon:hover {
    background-color: #2C75BA;
    color: #ffffff;
  }
  @media screen and (max-width: 575px) {
    .to-top-icon {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 13px;
      right: 10px;
      bottom: 10px;
    }
  }
  



  @media screen and (min-width: 992px) {
    .carousel-home2 .carousel-item img {
        height: 640px;
    }
  }



.inner-banner-wrap {
}

.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 220px 0 180px;
  text-align: center;
  position: relative;
}

.inner-baner-container:before {
  background-color: #151515;
  content: "";
  display: block;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
  top: 80px;
}


.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
}



.section-heading {
  margin-bottom: 50px;
}

.section-heading h5 {
  color: #F56960;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
}

.section-heading h3 {
  font-size: 32px;
  font-weight: 600;
}

.text-center .title-icon-divider {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.title-icon-divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.title-icon-divider {
  color: #e51d7e;
  line-height: 1;
  position: relative;
  margin-top: 15px;
}

.title-icon-divider:before, .title-icon-divider:after {
  content: "....";
  display: inline-block;
  font-size: 30px;
  line-height: 0;
  letter-spacing: 10px;
}

.title-icon-divider:before, .title-icon-divider:after {
  content: "....";
  display: inline-block;
  font-size: 30px;
  line-height: 0;
  letter-spacing: 10px;
}

.dest-highlight{
	background: #f1f1f1;
    padding: 5px 0 5px;
    border-radius: 5px;
}
.dest-highlight h5{
    padding: 10px;
}
.dest-highlight ul{
	margin-left: 15px;	
}
.dest-highlight ul li{
	margin-bottom: 8px;	
}

.dest-highlight ul li i{
	margin-right: 10px;
    font-size: 16px;
	color: #643085;
}




.tour-highlight h5{
    padding: 10px;
}
.tour-highlight ul{
	margin-left: 5px;	
}
.tour-highlight ul li{
	margin-bottom: 5px;	
}

.tour-highlight ul li i{
	margin-right: 10px;
    font-size: 16px;
	color: #643085;
}


.sidebarmenu .nav .nav-link{
    border-bottom: 1px solid #e3e3e3;
    color: #2c4291;
    font-weight: 500;
}

.sidebarmenu .nav .nav-link:hover{
	background: #2c4291;
    color: #fff;
}


.tour-list-sidebar .card-full {
    border-radius: 20px;
    box-shadow: 4px 2px 10px 5px #f1f1f1;
}



/*--------------------------------------------------------------
>>> Home travel callback section  
----------------------------------------------------------------*/

.section-heading-white {
  color: #ffffff;
}
.section-heading-white .dash-style {
  color: #ffffff;
}
.section-heading-white .dash-style:before {
  background-color: #ffffff;
}
.section-heading-white h2,
.section-heading-white p {
  color: #ffffff;
}
.section-heading-white .title-icon-divider {
  color: #ffffff;
}


.callback-section {
  position: relative;
  margin-bottom: 140px;
}
.callback-section:before {
  background-color: #2c4291;
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.callback-section .callback-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 540px;
}
@media screen and (max-width: 991px) {
  .callback-section:before {
    width: 100%;
  }
  .callback-section .callback-img {
    min-height: 300px;
    background-position: top center;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (max-width: 575px) {
  .callback-section {
    margin-bottom: 120px;
  }
}

.callback-inner {
  padding: 100px 0px 0px 65px;
}
@media screen and (max-width: 991px) {
  .callback-inner {
    padding: 80px 0px 0 0px;
  }
}
@media screen and (max-width: 575px) {
  .callback-inner {
    padding: 30px 0px 0 0px;
  }
}

.callback-counter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.callback-section .callback-counter-wrap .counter-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 25px 18px 25px;
  width: 50%;
}
.callback-counter-wrap .counter-icon {
  width: 52px;
}
.callback-counter-wrap .counter-content {
  width: -moz-calc(100% - 52px);
  width: -webkit-calc(100% - 52px);
  width: calc(100% - 52px);
  text-align: center;
}
.callback-counter-wrap .counter-no {
  color: #ffffff;
  display: block;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}
.callback-counter-wrap .counter-text {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 768px) {
  .callback-counter-wrap .counter-item {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .callback-counter-wrap .counter-item:nth-child(2n+2) {
    border-right: none;
  }
  .callback-counter-wrap .counter-item:last-child, .callback-counter-wrap .counter-item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .callback-counter-wrap .counter-item {
    width: 100%;
  }
  .callback-counter-wrap .counter-icon {
    width: 40px;
  }
  .callback-counter-wrap .counter-item {
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
  }
  .callback-counter-wrap .counter-content {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .callback-counter-wrap {
    margin-bottom: 30px;
  }
}

.callback-img {
  position: relative;
}

.support-area {
  background-color: #ffffff;
  box-shadow: 0px 15px 55px -15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
    border-radius: 10px;
}
.support-area .support-icon {
  width: 52px;
  margin-right: 26px;
}
.support-area h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}
.support-area h4 {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .support-area {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 575px) {
  .support-area {
    padding: 20px;
  }
  .support-area h3 {
    font-size: 20px;
  }
  .support-area h4 {
    font-size: 15px;
  }
}

.video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-button a {
  display: block;
  position: relative;
  cursor: pointer;
}
.video-button a i {
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #0791BE;
  display: block;
  font-size: 24px;
  line-height: 104px;
  width: 104px;
  height: 104px;
  text-align: center;
}
.video-button a:after {
  background-color: #ffffff;
  position: absolute;
  display: block;
  content: "";
  height: 70px;
  width: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
  top: 16px;
  left: 16px;
  -webkit-animation: videoPulse 1.6s ease-out infinite;
  animation: videoPulse 1.6s ease-out infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 575px) {
  .video-button a i {
    font-size: 18px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .video-button a:after {
    height: 50px;
    width: 50px;
  }
}

.bg-color-callback {
  background-color: #0791BE;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-color-callback .callback-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.bg-color-callback .callback-content p {
  color: #ffffff;
}
.bg-color-callback .callback-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bg-color-callback .callback-content {
    padding-right: 50px;
  }
}
.bg-color-callback .button-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bg-color-callback .button-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .bg-color-callback {
    text-align: center;
  }
  .bg-color-callback .callback-content {
    margin-bottom: 30px;
  }
  .bg-color-callback .callback-content h2 {
    font-size: 20px;
  }
}

.bg-img-callback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 70px 0;
}
.bg-img-callback:before {
  content: "";
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.bg-img-callback .callback-content {
  color: #ffffff;
}
.bg-img-callback .callback-content h2 {
  color: #ffffff;
}
.bg-img-callback .button-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bg-img-callback .button-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .bg-img-callback {
    text-align: center;
  }
}

@-webkit-keyframes videoPulse {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes videoPulse {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}


.icon-bar {
  position: fixed;
  top: 60%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 15px 05px;
  transition: all 0.3s ease;
  color: white;
  font-size:25px;
  box-shadow: 2px 2px 3px #676869;
}

.icon-bar a:hover {
  background-color: #000;
}

.call {
  background: #0683da;
  color: white;
}

.whatsapp {
  background: #25d366;
  color: white;
}

