/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-family: "League Spartan", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.025rem;
}

.xw-global-header__top,
a {
  -webkit-transition: 0.2s all linear;
}

.xw-dropdown-menu__item h5,
body {
  font-family: "League Spartan", sans-serif;
  font-size: 1.2rem;
}

.navbar-toggler:focus,
.slick-slide:focus,
.xw-btn:focus,
.xw-input-item:focus,
a:focus,
a:hover {
  outline: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

body {
  color: #123456;
  font-weight: 500;
  padding-top: 140px;
}
p {
  text-align: justify;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.025rem;
  font-size: 1.2rem;
  color: #123456;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.025rem;
}

a {
  transition: 0.2s all linear;
}

a:focus,
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.xw-input-item {
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-weight: 300;
  border: 1px solid #dcdcdc;
  border-radius: 18.5px;
}

.xw-dropdown-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 100vw;
  top: 100%;
  z-index: 999;
  border-top: solid 1px #dadada;
}

.xw-dropdown-menu .container-fluid {
  padding: 0;
}

.xw-dropdown-menu__item {
  font-weight: 300;
  padding: 48px 44px 29px 21px;
  border-right: solid 1px #dfdfdf;
}

.xw-dropdown-menu__item h5 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 15px;
}

.xw-dropdown-menu__item h5 a {
  color: #2d2d2d;
}

.xw-dropdown-menu__item p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #929292;
}

.xw-dropdown-menu__item p:last-of-type {
  margin: 0 0 30px;
}

.xw-dropdown-menu__item h6 {
  text-align: center;
  margin: 0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 4px;
  margin-top: 4px;
  display: block;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #123456;
}

.navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
}

.navbar-toggler .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 25% 90%;
  -moz-transform-origin: 25% 90%;
  -ms-transform-origin: 25% 90%;
  -o-transform-origin: 25% 90%;
  -webkit-transform-origin: 25% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0);
  -moz-ransform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0);
  -moz-ransform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}

.xw-header-widget {
  font-size: 13px;
  font-weight: 500;
}

.xw-header-widget a {
  color: #1a69a1;
}

.xw-header-widget a:focus,
.xw-header-widget a:hover {
  color: #1ba2ff;
}

.xw-header-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.xw-header-widget ul li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.xw-header-widget ul li:last-child {
  margin-right: 0;
}

.xw-global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.xw-global-header.sticky {
  border-bottom: solid 1px #ececec;
}

.xw-global-header.sticky .col-lg-5 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.xw-global-header.sticky .col-lg-7 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.xw-global-header.sticky .navbar-collapse {
  justify-content: flex-start;
}

.xw-global-header.sticky .xw-global-header__top {
  margin-top: 0px;
}

.xw-global-header.sticky .xw-global-header__top .main_logo span,
.xw-global-header.sticky .xw-global-header__top .header_contact_info,
.xw-global-header.sticky .head_right_sec ul,
.xw-global-header.sticky .xw-global-header__top {
  display: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.xw-global-header.sticky .xw-global-header__main {
  padding: 7px 0;
}

.xw-global-header__top {
  padding: 5px 0 5px;
  display: block;
  background: #f4f5f5;
  border-bottom: 1px solid #dddddd;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.xw-btn,
.xw-global-header__main {
  -webkit-transition: 0.2s all linear;
}

.xw-global-header__main {
  padding: 20px 0;
  transition: 0.2s all linear;
}

/* .xw-global-header__navigation>ul>li {
    padding: 0 0 20px;
    margin-bottom: -20px
} */
/*!
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-global-header__navigation > ul > li a {
  padding: 10px 15px;
}

.xw-global-header__navigation > ul > li a svg {
  height: 0.9rem;
}

.login-drop .dropdown-menu {
  padding: 0px;
  border-radius: 4px;
  right: 0;
  left: auto !important;
  margin-top: 0px;
}

.login-drop .dropdown-menu a {
  display: block !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px;
  padding: 10px 15px;
  font-weight: 400;
}

.login-drop .dropdown-menu a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.login-drop .dropdown-menu a:hover {
  color: #fff;
  background: #1ba2ff;
}

.login-drop:hover {
  cursor: pointer;
}

.reg-form {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  padding: 5px 30px 30px 5px;
}

.xw-header-widget--quicklinks ul {
  display: inline-block;
  position: relative;
}

.xw-header-widget ul.social-top {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgb(255 255 255 / 50%);
}

.social-top li a {
  width: 25px;
  height: 25px;
  background: #fff;
  color: #1a69a1;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
}

.social-top li a:hover {
  color: #fff;
  background: #1ba2ff;
}

.download-sec {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  margin-bottom: 30px;
}

.download-sec table {
  margin-bottom: 0px;
  border-color: #ddd;
}

.download-sec tr th,
.download-sec tr td {
  padding: 10px 15px;
}

.download-sec tr th {
  background: #006699;
  color: #fff;
}

.download-sec tr th:first-child {
  border-left: 0px;
}

.download-sec tr th:last-child {
  border-right: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .xw-global-header__navigation > ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .login-drop:hover .dropdown-menu {
    display: block;
  }

  .xw-header-widget--quicklinks {
    text-align: left;
  }

  .xw-global-header__navigation > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .xw-global-header__navigation > ul > li {
    margin-left: 15px;
    font-size: 1rem;
  }
  .xw-footer-widget ul.useful_link {
    min-height: 260px;
  }
}

.xw-global-header__navigation > ul > li:first-child {
  margin-left: 0;
}

.xw-global-header__navigation > ul > li > a img {
  width: 8px;
  height: auto;
  margin-left: 6px;
}

.xw-global-header__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xw-global-header__navigation ul li {
  font-weight: 500;
  text-transform: uppercase;
}

.xw-global-header__navigation ul li.active a {
  color: #123456;
}

.xw-global-header__navigation a {
  color: #1a69a1;
  display: block;
  letter-spacing: 0.025rem;
}

.xw-global-header__navigation a:hover {
  color: #1ba2ff;
  display: block;
}

.xw-global-header__navigation li:focus > a,
.xw-global-header__navigation li:hover > a {
  color: #1ba2ff;
}

.navbar-collapse {
  justify-content: flex-end;
}

.xw-global-footer {
  font-weight: 400;
}

.xw-scroll-to-top {
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: rgb(224 10 24 / 66%);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.xw-scroll-to-top:focus,
.xw-scroll-to-top:hover {
  color: #fff;
  background-color: #1ba2ff;
}

.xw-global-footer {
  background: #004287;
  font-size: 13px;
  position: relative;
  display: block;
  /* background-image: url(../../images/shape-6.png);
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center right; */
}

/* .xw-global-footer:before {
  height: 100%;
  width: 100%;
  background: rgb(231 243 241 / 81%);
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
} */

.xw-main-footer {
  color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.xw-global-footer p {
  font-size: 1rem;
  font-weight: 400;
}

.xw-footer-widget {
  font-weight: 400;
}

.xw-footer-widget h4 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
  margin: 0 0 25px;
  color: #fff;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .xw-main-footer {
    padding: 45px 0 15px;
  }

  .xw-footer-widget h4 {
    font-size: 24px;
  }
}

.xw-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-footer-widget ul li {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}
.footer_contact {
  border-left: 1px dashed rgba(196, 196, 196, 0.4);
  margin-left: -10px;
}
.footer_contact .xw-footer-widget ul li {
  margin: 0 0 5px;
}

.xw-footer-widget ul.useful_link li {
  display: inline-block;
  position: relative;
  width: 49%;
}

.xw-footer-widget a {
  color: #eee;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}

.xw-footer-widget ul.useful_link li a,
.xw-footer-widget ul.quick_link li a {
  padding-left: 25px;
  line-height: 20px;
}

.xw-footer-widget ul.useful_link li a::after,
.xw-footer-widget ul.quick_link li a::after {
  content: "➜";
  text-align: center;
  display: block;
  font-size: 1.2rem;
  position: absolute;
  top: 10%;
  left: 0;
  font-weight: 500;
}

.xw-footer-widget a:focus,
.xw-footer-widget a:hover {
  color: #6dd5ff;
}

.xw-footer-widget--social-links {
  padding-top: 15px;
}

.xw-footer-widget--social-links ul {
  font-size: 0;
}

.xw-footer-widget--social-links ul li {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}
.xw-footer-widget--social-links ul li:last-child {
  margin-right: 0px;
}
.xw-footer-widget--social-links ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #abcdef;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  color: #1a69a1;
  background: #fff;
}

.xw-footer-widget--social-links ul li a:focus,
.xw-footer-widget--social-links ul li a:hover {
  color: #fff;
  background-color: #1ba2ff;
  border-color: #fff;
}

.xw-footer-widget--quicklinks a {
  display: block;
}

.xw-footer-widget--newsletter h4 {
  text-transform: none;
  margin-bottom: 6px;
}

.xw-footer-widget--newsletter .xw-form-group {
  position: relative;
}

.xw-footer-widget--newsletter .xw-input-field {
  height: 47px;
  padding-right: 106px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #515151;
}

.xw-footer-widget--newsletter .xw-btn {
  height: 47px;
  padding: 14px 18px;
  background-color: #00655f;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.xw-footer-widget--newsletter .xw-btn:focus,
.xw-footer-widget--newsletter .xw-btn:hover {
  background-color: #1ba2ff;
}

.xw-legal-footer {
  background-color: #004287;
  color: #fff;
  position: relative;
  z-index: 1;
}
.xw-legal-footer .footer_btm {
  padding: 10px 0;
  border-top: 0.106rem dashed rgba(196, 196, 196, 0.4);
}
.xw-legal-footer .footer_btm p {
  color: #fff;
}

.xw-legal-footer a {
  color: #fff;
  font-weight: 500;
}

.xw-legal-footer a:focus,
.xw-legal-footer a:hover {
  color: #6dd5ff;
}

.xw-global-header__navigation ul > li > ul {
  padding: 0;
  z-index: 100;
  background: #fff;
  border-top: 2px solid #1ba2ff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .xw-global-header__navigation ul > li > ul {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 170%;
    visibility: hidden;
    min-width: 275px;
    left: auto;
  }
}

.xw-global-header__navigation ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.xw-global-header__navigation ul > li > ul > li:last-child {
  border-bottom: none;
}

.xw-global-header__navigation ul > li > ul > li a {
  position: relative;
  display: block;
  padding: 6px 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #1a69a1;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xw-global-header__navigation ul > li > ul > li a:focus,
.xw-global-header__navigation ul > li > ul > li a:hover {
  color: #fff;
  background: #1ba2ff;
}

.xw-global-header__navigation ul > li > ul > li.dropdown [class*="fa"] {
  float: right;
  margin-top: 2px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xw-global-header__navigation ul > li > ul > li.dropdown a:hover [class*="fa"] {
  float: left;
  margin-left: -15px;
  rotate: 180deg;
}

.xw-global-header__navigation ul > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0px;
  width: 240px;
  padding: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

.xw-global-header__navigation ul li.from-right > ul,
.xw-global-header__navigation ul > li > ul.from-right {
  left: auto;
  right: 0;
}

.xw-global-header__navigation ul > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.xw-global-header__navigation ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.xw-global-header__navigation ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 22px;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #222;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xw-global-header__navigation ul > li > ul > li > ul {
  top: 0 !important;
}

.xw-global-header__navigation ul > li > ul > li > ul > li > a {
  color: #123456 !important;
  background: #fff !important;
}

.xw-global-header__navigation ul > li > ul > li > ul > li > a:hover {
  color: #fff !important;
  background: #1ba2ff !important;
}

.xw-global-header__navigation ul li:focus > ul,
.xw-global-header__navigation ul li:hover > ul,
.xw-global-header__navigation ul > li.dropdown:focus > ul,
.xw-global-header__navigation ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item.active,
.breadcrumb a {
  color: #fff;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #ababab;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}

.xw-btn {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 18px 42px;
  border-radius: 50px;
  background-color: #fff;
  text-transform: none;
  display: inline-block;
  color: #1a69a1;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: 0.2s all linear;
  border: 1px solid #1a69a1;
}

.xw-btn:focus,
.xw-btn:hover {
  background-color: #1ba2ff;
  color: #fff;
}

.form-control {
  font-weight: 500;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons/down.png) 96% center no-repeat;
}

select::-ms-expand {
  display: none;
}

.xw-banner {
  padding: 200px 0 280px;
  min-height: 450px;
  position: relative;
}

.xw-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.35);
}

.xw-banner--hasbgimage {
  background-size: cover;
  background-position: center;
}

.xw-banner__content {
  color: #000;
  position: relative;
  padding-top: 40px;
}

.xw-banner__content h1 {
  font-size: 30px;
  margin: 0 0 25px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
}

@media (min-width: 578px) {
  .breadcrumb {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xw-banner__content h1 {
    font-size: 24px;
  }

  .xw-banner__content p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .xw-banner__content h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  /* .xw-banner__content h1 {
    font-size: 42px;
  } */
}

@media (min-width: 1200px) {
  .xw-banner__content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.xw-banner__content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  color: #123456;
}

@media (min-width: 768px) {
  .xw-banner__content p {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .xw-banner__content p {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .xw-banner__content p {
    margin: 0 0 45px;
  }
}

.cf-section-work__list ul li:last-child,
.xw-banner__content p:last-child {
  margin-bottom: 0;
}

.xw-banner__content p a {
  color: #fff;
}

.xw-banner__content p a:hover [class*="fa"] {
  margin-left: 10px;
}

.xw-banner__content p a [class*="fa"] {
  margin-left: 4px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.xw-banner-slider {
  position: relative;
  max-height: 500px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(244, 247, 250, 1) 100%
  );
  padding-top: 40px;
  /* overflow: hidden; */
}

.xw-banner-slider .slick-dots {
  bottom: 30%;
  z-index: 2;
  width: 70%;
}

.xw-inner-banner {
  padding: 40px 0;
}

.xw-inner-banner h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 578px) {
  .xw-inner-banner {
    padding: 55px 0 45px;
  }

  .xw-inner-banner h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .xw-inner-banner h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .xw-inner-banner h1 {
    font-size: 40px;
  }
}

.slick-next,
.slick-prev {
  width: 35px;
  height: 18px;
  text-align: center;
  background-color: transparent !important;
  z-index: 2;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: url(../images/icons/arrow-left.png);
}

.slick-next {
  right: -25px;
}

@media (min-width: 578px) {
  .slick-prev {
    left: -71px;
  }

  .slick-next {
    right: -71px;
  }
}

.slick-next:before {
  content: url(../images/icons/arrow-right.png);
}

.slick-slide img {
  display: inline-block;
}

.cf-header-widget--large-btn a:focus,
.cf-header-widget--large-btn a:hover {
  background-color: #1ba2ff;
}

.cf-section-services {
  padding-bottom: 30px;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #006699;
  margin: 0;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li button:hover {
  border-color: #1ba2ff;
  background-color: #cff4ff;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #1ba2ff;
  border-color: #1ba2ff;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.xw-widget {
  background-color: #f3f3f3;
  margin-bottom: 40px;
}

.xw-widget__title {
  padding: 20px 15px;
  background-color: #123456;
  color: #fff;
}

.xw-widget__title h4 {
  margin: 0;
  line-height: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.xw-widget__content {
  padding: 8px 35px 8px 25px;
}

.xw-widget__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-widget__content ul li {
  padding: 10px 0;
  border-bottom: dashed 1px #bababa;
}

.xw-widget__content ul li:last-child {
  border-bottom: none;
}

.xw-widget__content ul li a {
  color: #515151;
  display: block;
}

.xw-widget__content ul li a:focus,
.xw-widget__content ul li a:hover {
  color: #1ba2ff;
}

.xw-widget__content ul li a [class*="fa"] {
  color: #123456;
  margin-right: 6px;
}

.xw-widget--hascounter ul {
  counter-reset: counter;
}

.xw-widget--hascounter ul li {
  counter-increment: counter;
}

.xw-widget--hascounter ul li:before {
  content: "0" counter(counter) ".";
  color: #8d8d8d;
  margin-right: 8px;
  display: inline-block;
}

.xw-widget-callback {
  background-color: #f3f3f3;
  margin-bottom: 40px;
}

.xw-widget-callback__title {
  color: #fff;
  padding: 30px 15px 85px;
  background: url(../images/write.png) left top no-repeat;
  background-size: cover;
  position: relative;
}

/*!
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-widget-callback__title h4 {
  font-size: 1.5rem;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.xw-widget-callback__title p {
  font-size: 1.2rem;
  line-height: 1.75;
}

.xw-widget-callback__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #123456;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 56px;
  color: #123456;
  position: absolute;
  bottom: 0;
  left: 18px;
}

.xw-widget-callback__content {
  padding: 20px 17px 22px;
}

.xw-widget-callback .xw-input-field {
  border-color: #c8c8c8;
  color: #515151;
}

.xw-widget-callback .xw-input-field:focus {
  border-color: #123456;
}

.xw-widget-callback .xw-input-field::-webkit-input-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field:-moz-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field::-moz-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field:-ms-input-placeholder {
  color: #787878;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 15px;
}

input[type="checkbox"] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c8c8c8;
}

input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

input[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #123456;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #123456, 4px 0 0 #123456, 4px -2px 0 #123456,
    4px -4px 0 #123456, 4px -6px 0 #123456, 4px -8px 0 #123456;
  transform: rotate(45deg);
}

.pagination {
  font-size: 1.2rem;
  margin: 13px 0;
}

.pagination .page-link {
  color: #515151;
  border-color: transparent;
  padding: 11px 14px;
  line-height: 1;
  border-radius: 3px;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination .page-item.active .page-link {
  background-color: #123456;
  border-color: #123456;
}

.pagination .page-item:first-child {
  margin-right: 17px;
}

.pagination .page-item:last-child {
  margin-left: 17px;
  margin-right: 0;
}

.dropdown-toggle::after {
  content: none;
}

.xw-section {
  padding: 60px 0 60px;
}

.xw-section__title {
  text-align: center;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}

.xw-section__title h2 {
  font-size: 30px;
  color: #123456;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-family: "League Spartan", sans-serif;
}

.xw-section__title h2 em {
  font-weight: 400;
  color: #1a69a1;
  font-style: normal;
}

.xw-section--programs:after,
.xw-section--why-us:after {
  content: "";
  top: 0;
  bottom: 0;
}

.xw-section__title__icon:before {
  left: 8%;
}

.xw-section__title__icon:after {
  right: 8%;
}

.xw-section--programs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.xw-section--programs:after {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(34, 37, 58, 0.9);
}

.xw-section--programs > * {
  position: relative;
  z-index: 2;
}

.xw-section--programs .form-control {
  height: 66px;
  background: url(../images/icons/down.png) 88% center no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 15px 52px 15px 38px;
  font-size: 17px;
  color: #14272e;
  cursor: pointer;
}

.xw-section--programs .xw-btn {
  border-radius: 35px;
}

.xw-section--why-us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.xw-section--why-us:after {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(16, 28, 64, 0.7);
}

.xw-section--why-us > * {
  position: relative;
  z-index: 2;
}

.xw-section--why-us .row {
  margin: 0;
}

.xw-section--why-us .row > [class*="col-"] {
  padding: 10px;
}

.xw-section--why-us figure {
  text-align: center;
}

.xw-section--why-us figure img {
  max-width: 100%;
  border-radius: 50%;
  max-height: 260px;
}

.xw-section-message {
  padding: 60px 0 60px;
  position: relative;
  display: block;
  background: #fff;
}

.xw-section-message:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(images/att-bg_2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 0.23;
  content: "";
}

.xw-section-message figure {
  position: relative;
  display: block;
  z-index: 2;
  margin-top: 0px;
  border-radius: 9px;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  text-align: center;
  margin-left: -30px;
}

.xw-chairman-message p {
  line-height: 1.6;
  text-align: justify;
}

.xw-chairman-message,
.xw-chairman-message figure {
  position: relative;
}

.xw-chairman-message figure img {
  max-width: 100%;
  max-height: 500px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  margin-left: auto;
  margin-right: auto;
}

.princy_msg {
  margin-left: -30px;
}

.princy_msg .default-btn {
  float: right;
}

.about-content {
  position: relative;
  z-index: 1;
}

.about-content .xw-btn {
  margin-top: 10px;
}

.about-content .xw-btn,
.xw-chairman-message .xw-btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 15px 4px 15px;
  border-radius: 25px;
}

.message-carousel {
  display: block;
  position: relative;
  z-index: 1;
}

.message-carousel .slick-dots {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
}

.author_sec {
  padding-top: 15px;
}

.author_sec .name {
  font-weight: 400;
  color: #1a69a1;
  letter-spacing: 0.025rem;
  font-size: 1.5rem;
}

.author_sec .designation {
  color: #567890;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.xw-sidebar h2 {
  font-size: 30px;
  color: #123456;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}

.xw-sidebar h2 em {
  font-weight: 500;
  color: #1a69a1;
  font-style: normal;
}

.xw-sidebar h3 {
  font-size: 1.5rem;
  color: #000;
  margin: 0 0 30px;
  border-left: 5px solid #1a69a1;
  padding-left: 10px;
}

.xw-sidebar-widget--news {
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 6px;
  min-height: 200px;
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  position: relative;
}

.xw-sidebar-widget--news a {
  display: block;
  color: #123456;
  padding: 15px;
}

.xw-sidebar-widget--news:focus,
.xw-sidebar-widget--news:hover {
  background-color: rgb(252 255 251);
  -webkit-box-shadow: -2px 2px 14px #0000002e;
  -moz-box-shadow: -2px 2px 14px #0000002e;
  box-shadow: -2px 2px 14px #0000002e;
}

.xw-sidebar-widget--news
  a:focus
  .xw-sidebar-widget--news__right
  h6
  [class*="fa"],
.xw-sidebar-widget--news
  a:hover
  .xw-sidebar-widget--news__right
  h6
  [class*="fa"] {
  margin-left: 6px;
}

.xw-sidebar-widget--news__left {
  float: left;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}

.xw-sidebar-widget--news__left figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.xw-sidebar-widget--news__left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 100%; */
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 1px solid #fff;
}

.xw-sidebar-widget--news__left h5 {
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  padding: 0 15px 20px;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-sidebar-widget--news__left p {
  font-size: 12px;
  font-weight: 500;
  color: #123456;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  position: absolute;
  z-index: 3;
  background-color: #f6f9ff;
}

.xw-sidebar-widget--news__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 102 153 / 45%);
}

.xw-sidebar-widget--news__right {
  padding-left: 15px;
  overflow: hidden;
  min-height: 125px;
}

.xw-sidebar-widget--news__right .meta {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 15px;
}

.xw-sidebar-widget--news__right .meta li {
  margin-right: 10px;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.xw-sidebar-widget--news__right .meta li:last-child {
  margin-right: 0px;
}

.team_info {
  position: relative;
  background: #fff;
  padding: 15px;
  margin-top: 20px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
}

.team_info:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 45%;
  border-width: 15px 0px 15px 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: -45deg;
}

/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-sidebar-widget--news__right p {
  font-size: 1.2rem;
  margin: 0 0 5px;
  line-height: 25px;
  text-align: justify;
  font-weight: 400;
  color: #123456;
  letter-spacing: 0.025rem;
}

.xw-sidebar-widget--news__right h5 {
  font-size: 1.4rem;
  margin: 0 0 10px;
  line-height: 25px;
  color: #123456;
  padding-top: 5px;
  font-weight: 500;
  letter-spacing: 0.025rem;
}

.xw-sidebar-widget--news__right h6 {
  margin: 0;
  text-align: right;
  color: #06602c;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}

.xw-sidebar-widget--news__right h6 [class*="fa"] {
  margin-left: 12px;
  position: relative;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.xw-event-slider .slick-dots,
.xw-testimonial-slider .slick-dots {
  bottom: -15px;
}

.xw-event-item {
  /*max-width: 351px;*/
  text-align: center;
  margin-bottom: 45px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.xw-event-item:focus figure img,
.xw-event-item:hover figure img {
  -webkit-transition: 2s all linear;
  transition: 2s all linear;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.xw-event-item:focus .xw-event-item__overlay,
.xw-event-item:hover .xw-event-item__overlay {
  opacity: 1;
}

.xw-event-item:focus .xw-btn,
.xw-event-item:hover .xw-btn {
  background-color: #1ba2ff;
}

.xw-event-item__date {
  font-size: 1.2rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 5px 16px 7px;
  background-color: #1a69a1;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 15px;
}

.xw-event-item a {
  color: #515151;
}

.xw-event-item figure {
  height: 305px;
  position: relative;
  overflow: hidden;
}

.xw-event-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xw-event-item__text {
  border-top: solid 5px #1a69a1;
  padding: 30px 25px 30px;
  position: relative;
  background: #fff;
  min-height: 307px;
}

.xw-event-item__text h4 {
  color: #123456;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
  margin: 0 0 20px;
}

.xw-event-item__text p {
  font-size: 1.2rem;
  line-height: 1.7;
}

.xw-event-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.xw-event-item .xw-btn {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
  padding: 10px 30px;
  border-radius: 55px;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.xw-feature-item {
  color: #fff;
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px;
}

.xw-feature-item--alter {
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
}

.xw-feature-item--alter .xw-feature-item__icon {
  left: auto;
  right: 0;
}

.xw-feature-item:last-child {
  margin-bottom: 0;
}

.xw-feature-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 0;
}

.xw-feature-item h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 12px;
}

.xw-feature-item p {
  font-size: 13px;
  font-weight: 500;
}

.xw-testimonial-item {
  padding: 30px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  /* -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35); */
}

.xw-testimonial-item__content {
  text-align: justify;
  padding-right: 10px;
  padding-left: 30px;
  overflow: hidden;
  height: 150px;
  width: auto;
  display: inline-block;
  position: relative;
  width: 90%;
}

.xw-testimonial-item figure {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid #1a69a1;
  border-radius: 50%;
  vertical-align: top;
}

.xw-testimonial-item figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.xw-testimonial-item p {
  font-size: 1.2rem;
  margin: 0;
}

.xw-testimonial-item h5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a69a1;
  margin: 17px 0 8px;
}

.xw-testimonial-item h6 {
  font-size: 12px;
  font-weight: 500;
}

.xw-book-tour {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-book-tour.form-visible .xw-link {
  display: none;
}

.xw-book-tour.form-visible .xw-book-tour-form {
  display: block;
}

.xw-book-tour-close,
.xw-book-tour.form-visible .xw-book-tour-close {
  display: inline-block;
}

.xw-book-tour-close {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #dc3545;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}

.xw-book-tour-close:hover {
  background-color: #1ba2ff;
}

.xw-book-tour-close img {
  max-width: 20px;
}

.xw-book-tour .xw-link {
  padding: 7px 15px;
  color: #fff;
  background-color: #1a69a1;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -32px;
  cursor: pointer;
  display: none;
}

.xw-book-tour .xw-link.shown {
  display: inline-block;
}

.xw-book-tour .xw-link.shown + .xw-book-tour-close {
  display: none;
}

.xw-book-tour-form {
  display: none;
  width: 380px;
  background-color: #123456;
  padding: 20px 15px 28px;
  border-radius: 0 0 5px;
}

.xw-book-tour-form .form-control {
  height: 40px;
  border: none;
  border-radius: 0;
}

.xw-book-tour-form .form-control::-webkit-input-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control::-moz-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control:-ms-input-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control:-moz-placeholder {
  color: #515151;
}

.xw-mis-login .xw-link,
.xw-mis-login h3 {
  font-family: "League Spartan", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.xw-book-tour-form .xw-btn {
  display: block;
  background-color: #dc3545;
  width: 100%;
  padding: 10px 30px;
  font-size: 1.2rem;
  border-radius: 0;
  font-weight: 500;
  border-radius: 50px;
}

.xw-book-tour-form .xw-btn:focus,
.xw-book-tour-form .xw-btn:hover {
  background-color: #1ba2ff;
}

.xw-book-tour-form .form-group {
  margin-bottom: 18px;
}

.xw-book-tour-form textarea.form-control {
  height: 70px;
}

.xw-mis-login {
  position: absolute;
  right: 10%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.xw-mis-login-form {
  width: 320px;
  padding: 20px 15px 30px;
  background-color: #123456;
  border-radius: 5px 0 5px 5px;
  display: none;
}

.xw-mis-login .xw-link {
  padding: 12px 42px;
  background-color: #123456;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  margin-right: 75px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.xw-mis-login .xw-link:focus,
.xw-mis-login .xw-link:hover {
  background-color: #1ba2ff;
}

.xw-mis-login .xw-link.shown {
  display: inline-block;
}

.xw-mis-login .xw-link.shown + .xw-mis-login-close {
  display: none;
}

.xw-mis-login .xw-mis-login-close {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #123456;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.xw-mis-login h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px;
}

.xw-mis-login .form-control {
  height: 40px;
  border: none;
  border-radius: 0;
}

.xw-mis-login .form-control::-webkit-input-placeholder {
  color: #515151;
}

.xw-mis-login .form-control::-moz-placeholder {
  color: #515151;
}

.xw-mis-login .form-control:-ms-input-placeholder {
  color: #515151;
}

.xw-mis-login .form-control:-moz-placeholder {
  color: #515151;
}

.xw-mis-login .xw-btn {
  display: block;
  background-color: #123456;
  width: 100%;
  padding: 11px 20px 14px;
  font-size: 1.2rem;
  border-radius: 0;
  font-weight: 500;
}

.xw-mis-login .xw-btn:focus,
.xw-mis-login .xw-btn:hover {
  background-color: #1ba2ff;
}

.xw-banner-section-wrap {
  position: relative;
}

.xw-programs-slider__item {
  text-align: center;
  padding: 0 20px;
}

.xw-programs-slider .xw-btn {
  display: block;
  text-align: center;
  padding: 22px 42px;
}

.xw-partners-slider__item {
  text-align: center;
  padding: 0 50px;
  display: table !important;
}

.xw-partners-slider__item a {
  display: table-cell;
  vertical-align: middle;
}

.xw-partners-slider__item a:focus img,
.xw-partners-slider__item a:hover img {
  -webkit-filter: none;
  filter: none;
}

.xw-partners-slider__item img {
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.slimScrollBar {
  background-color: #0089ff !important;
}

.xw-about-page-wrap {
  padding: 60px 0 20px;
}

.section-bottom-shape {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.section-bottom-shape svg {
  width: 100%;
  height: 100%;
}

.section-bottom-shape svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  .xw-about-page-wrap {
    padding: 70px 0 40px;
  }
}

@media (min-width: 992px) {
  .xw-about-page-wrap {
    padding: 70px 0;
  }
}

.xw-about-page-wrap h2 {
  margin: 0 0 16px;
}

.xw-about-page-wrap p {
  line-height: 1.75;
}

.xw-img-left {
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  .xw-img-left {
    float: left;
    margin-right: 40px;
  }
}

.xw-values-block {
  margin: 30px 0 40px;
}

@media (min-width: 768px) {
  .xw-values-block {
    margin: 40px 0 60px;
  }
}

.xw-values-block h3 {
  text-transform: uppercase;
  color: #123456;
  margin: 0 0 15px;
}

.xw-values-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-values-block ul li {
  margin-bottom: 16px;
}

.xw-values-block ul [class*="fa"] {
  color: #123456;
  margin-right: 8px;
}

.xw-values-block blockquote {
  line-height: 1.75;
  font-style: italic;
  padding: 5px 0 0 50px;
  margin: 0;
  position: relative;
}

.xw-values-block blockquote:before {
  content: "“";
  position: absolute;
  font-size: 80px;
  color: #123456;
  top: 0;
  left: 0;
  line-height: 0.9;
}

.xw-section-about-us h3 {
  font-size: 1.5rem;
  color: #123456;
  margin: 35px 0 10px;
}

.xw-section-about-us h3 [class*="fa"] {
  margin-right: 5px;
}

.xw-section-about-us h3 em {
  font-weight: 400;
}

.xw-section-about-us hr {
  margin: 67px 0;
  border-top: solid 1px #171717;
}

.xw-team-block h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .xw-section-about-us h3 {
    font-size: 24px;
  }

  .xw-team-block h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .xw-team-block h3 {
    font-size: 35px;
  }
}

.xw-team-block .slick-list.draggable {
  margin: 0 -15px;
}

.xw-team-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.xw-team-item img {
  max-width: 100%;
}

.xw-team-item__inner {
  width: 262px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.xw-team-item__content {
  text-align: center;
  padding: 10px;
  display: table;
  width: 100%;
  min-height: 110px;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
}

.nav-pills .nav-link:after,
.xw-overview-tab .nav:before,
.xw-progress-bar:before {
  width: 0;
  content: "";
}

.xw-team-item__content > div {
  display: table-cell;
  vertical-align: middle;
}

.xw-team-item__content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #123456;
  margin: 0 0 6px;
}

.xw-team-item__content p {
  margin: 0;
  line-height: 1.6;
}

/*!
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-country-page-wrap {
  padding: 70px 0;
}

.xw-feature-image {
  margin-bottom: 50px;
}

.xw-tab__content {
  padding: 0 20px;
}

.xw-tab__content h2 {
  font-size: 30px;
  margin: 0 0 20px;
}

.xw-tab__content p {
  margin: 0 0 30px;
}

.xw-overview-tab .nav {
  height: 100%;
  position: relative;
}

.xw-overview-tab .nav:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: solid 1px #b2b2b2;
  z-index: -1;
}

.xw-user-review {
  margin-top: 70px;
  border-top: solid 1px #123456;
  padding: 65px 0;
}

.xw-user-review h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #123456;
  margin: 0 0 10px;
}

.xw-user-rating {
  padding: 25px 55px 25px 30px;
  border: 1px solid #c8c8c8;
  text-align: center;
  margin-bottom: 65px;
}

.xw-user-rating__overall {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

.xw-user-rating__overall__digit {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.xw-user-rating__overall__text {
  font-size: 1.2rem;
  margin-top: 8px;
}

.xw-user-rating__overall__text p {
  line-height: 1;
  margin: 0 0 4px;
}

.xw-progress-bar {
  list-style: none;
  padding: 0 0 0 38px;
  margin: 0;
  line-height: 1;
  position: relative;
}

.xw-progress-bar:before {
  position: absolute;
  height: 95%;
  border-right: solid 1px #c8c8c8;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-progress-bar li {
  padding: 0 45px 22px 60px;
  position: relative;
}

.xw-progress-bar li:last-child {
  padding-bottom: 0;
}

.xw-progress-bar__star {
  position: absolute;
  left: 0;
  top: -2px;
}

.xw-progress-bar__percentage {
  position: absolute;
  right: 0;
  top: -2px;
}

.xw-student-rating__title {
  margin-bottom: 15px;
}

.xw-student-rating__item {
  padding-bottom: 40px;
  border-bottom: dashed 1px #bdbdbd;
  margin-bottom: 35px;
}

.xw-student-rating__item__title {
  margin-bottom: 10px;
}

.xw-student-rating__item__user {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 32px;
}

.xw-student-rating__item__date {
  font-size: 13px;
  color: #787878;
  margin-right: 20px;
}

.xw-user-star {
  letter-spacing: -0.25em;
}

.xw-user-star [class*="fa"] {
  font-size: 13px;
  color: #fd7c13;
}

.xw-student-review-form {
  padding: 30px 30px 40px;
  background-color: #f5f5f5;
}

.xw-student-review-form h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #123456;
  margin: 0 0 25px;
}

.xw-student-review-form__stars p {
  margin: 0;
  line-height: 1;
  font-size: 1.2rem;
}

.xw-student-review-form .xw-input-field {
  border-color: #c8c8c8;
}

.xw-student-review-form .xw-input-field:focus {
  border-color: #123456;
}

.xw-student-review-form .xw-input-field::-webkit-input-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field:-moz-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field::-moz-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field:-ms-input-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-form-group {
  margin-bottom: 18px;
}

.xw-student-review-form textarea.xw-input-field {
  height: 161px;
}

.nav-pills .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: #515151;
  line-height: 1;
  padding: 16px 20px;
  border-bottom: dashed 1px #bcbcbc;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:last-child {
  border-bottom: none;
}

.progress {
  height: 8px;
  border-radius: 8px;
  background-color: #d1d1d1;
}

.progress-bar {
  background-color: #fd7c13;
}

.xw-section-contact-info {
  padding: 70px 0 95px;
}

/*!
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-contact-info__item {
  text-align: center;
  padding: 42px 30px 45px;
  height: 100%;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: relative;
  top: 0;
}

.xw-contact-info__item:focus,
.xw-contact-info__item:hover {
  top: -6px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.xw-contact-info__item__icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 68px;
  border: 1px solid #123456;
  border-radius: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.xw-contact-info__item h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #123456;
  margin: 0 0 5px;
}

.xw-contact-info__item p a {
  color: #515151;
}

.xw-contact-info__item p a:focus,
.xw-contact-info__item p a:hover {
  color: #1ba2ff;
}

.xw-section-contact-form {
  padding-bottom: 180px;
}

.xw-section-contact-form .row {
  margin: 0;
}

.xw-section-contact-form .row [class*="col-"] {
  padding: 0;
}

.xw-section-contact-form .row [class*="col-"] > div {
  height: 100%;
}

.xw-section-contact-form .row [class*="col-"] > div > img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.xw-contact-block {
  padding: 55px 58px 58px;
  -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
}

.xw-contact-block h5 {
  margin: 0 0 15px;
}

.xw-contact-block .xw-input-field {
  height: 47px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 2px #e8e8e8;
}

.xw-contact-block .xw-input-field:focus {
  border-color: #123456;
}

.xw-contact-block .xw-input-field::-webkit-input-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field:-moz-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field::-moz-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field:-ms-input-placeholder {
  color: #797979;
}

.xw-contact-block .xw-btn {
  background-color: #123456;
}

.xw-contact-block .xw-btn:focus,
.xw-contact-block .xw-btn:hover {
  background-color: #1ba2ff;
}

.xw-contact-block textarea.xw-input-field {
  height: 138px;
}

.xw-section-appointment {
  padding: 70px 0 120px;
}

.xw-section-appointment .container {
  position: relative;
}

.xw-section-appointment__image {
  display: none;
}

@media (min-width: 992px) {
  .xw-section-appointment__image {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.xw-appointment-form {
  background-color: #fff;
  padding: 25px 20px;
  border: 1px solid #c8c8c8;
  position: relative;
}

@media (min-width: 992px) {
  .xw-appointment-form:before {
    position: absolute;
    top: 50%;
    right: -160px;
    width: 317px;
    height: 643px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: url(../images/bgshadow.png) center no-repeat;
    background-size: contain;
  }
}

.xw-appointment-form h5 {
  font-size: 1.2rem;
  color: #123456;
  margin: 0 0 6px;
}

@media (min-width: 578px) {
  .xw-appointment-form {
    padding: 25px 40px 42px 28px;
  }

  .xw-appointment-form h5 {
    font-size: 1.5rem;
  }
}

.xw-appointment-form p {
  line-height: 1.3;
}

.xw-appointment-form .xw-input-field {
  border-color: #c8c8c8;
}

.xw-appointment-form .xw-input-field:focus {
  border-color: #123456;
}

.xw-appointment-form .xw-input-field::-webkit-input-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field:-moz-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field::-moz-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field:-ms-input-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-form-group {
  margin-bottom: 18px;
}

.xw-appointment-form .xw-captcha-wrap {
  margin-bottom: 25px;
}

.xw-appointment-form .xw-btn {
  padding: 13px 70px;
  text-transform: none;
}

.xw-blog-detail__date,
.xw-section-blog .xw-blogitem__content__date h6 {
  text-transform: uppercase;
}

.xw-appointment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .xw-appointment-form .row {
    margin-bottom: 22px;
  }
}

.xw-appointment-form .row [class*="col"] {
  padding: 0 10px;
}

.xw-appointment-form ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 25px;
}

.xw-appointment-form ul li {
  display: inline-block;
  min-width: 130px;
  padding-right: 20px;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: none;
    padding: 5px;
  }
}

.xw-blog-detail-wrap {
  padding: 75px 0 120px;
}

.xw-blog-detail {
  padding: 0 35px;
}

.xw-blog-detail__feature-image {
  margin: 0 0 40px -35px;
  position: relative;
}

.xw-blog-detail__date {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 14px 24px 12px;
  background-color: #123456;
  position: absolute;
  bottom: 0;
  left: 35px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.xw-blog-detail h2 {
  font-size: 24px;
  margin: 0 0 12px;
}

.xw-blog-detail p {
  margin: 0 0 35px;
}

.xw-blog-detail blockquote {
  font-size: 1.2rem;
  font-style: italic;
  padding: 10px 0 0 45px;
  margin: 0 0 30px;
  position: relative;
}

.xw-blog-detail blockquote:before {
  content: "";
  width: 28px;
  height: 24px;
  background: url(../images/quote.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.xw-blog-detail__share {
  padding: 10px 25px;
  border: 1px solid #dedede;
}

.xw-blog-detail__share h5 {
  float: left;
  font-size: 1.2rem;
  margin: 4px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

.xw-blog-detail__share-link {
  float: right;
}

.xw-btn-social {
  font-size: 13px;
  display: inline-block;
  padding: 6px 12px 8px;
  color: #fff;
  background-color: #123456;
  margin-right: 7px;
}

.xw-btn-social:focus,
.xw-btn-social:hover {
  color: #fff;
}

.xw-btn-social:last-child {
  margin-right: 0;
}

.xw-btn-social [class*="fa"] {
  position: relative;
}

.xw-btn-social [class*="fa"] + span {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.xw-btn-social [class*="fa"] + span:before {
  content: "";
  width: 0;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: -8px;
}

.xw-section-blog .row {
  margin: 0 -17px;
}

.xw-section-blog .row [class*="col"] {
  padding: 0 17px;
  margin-bottom: 34px;
}

.xw-section-blog .xw-blogitem__content h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.xw-section-blog .xw-blogitem__content h4 a {
  color: #123456;
}

.xw-section-blog .xw-blogitem__content h4 a:focus,
.xw-section-blog .xw-blogitem__content h4 a:hover {
  -webkit-text-decoration: #1ba2ff solid underline;
  text-decoration: #1ba2ff solid underline;
}

.xw-section-blog .xw-blogitem__content__date {
  padding: 11px 20px;
}

.xw-image-gallery-block {
  padding: 70px 0 120px;
}

.xw-image-gallery-block .xw-section-study-abroad__item {
  padding: 0;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.xw-image-gallery-block .xw-section-study-abroad__item figure {
  margin-bottom: 0;
}

.xw-image-gallery-block .xw-section-study-abroad__item__content {
  padding: 20px 25px;
}

.xw-image-gallery-block .xw-section-study-abroad__item__content h4 {
  text-transform: none;
  line-height: 1.2;
}

.xw-image-gallery-block .xw-section-study-abroad__item__iframe {
  line-height: 0;
}

.xw-image-gallery-block .xw-section-study-abroad__item__iframe iframe {
  max-width: 100%;
  height: 220px;
}

.xw-about-us-block {
  padding: 70px 0 120px;
}

.xw-about-us-block .xw-team-item {
  padding: 0;
}

.xw-testimonial-block {
  padding: 110px 0 120px;
}

.xw-testimonial-block .xw-testimonial-slider__item {
  padding: 50px 25px 35px;
  min-height: 320px;
  margin-bottom: 45px;
}

.header_contact_info li {
  margin-top: 2px;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #abcdef;
}

.header_contact_info li:last-child {
  padding-right: 0px;
  border: 0;
  margin-right: 0px;
}

.header_contact_info li a i,
.header_contact_info li a svg {
  min-width: 20px;
}

.head_right_sec ul li span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 25px;
  font-size: 1.2rem;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 3px;
  padding-left: 3px;
  color: #567890;
  font-weight: 400;
}

.head_right_sec ul li img {
  max-height: 20px;
  max-width: 100%;
}

.whats_app {
  border-left: 1px solid #abcdef;
}

h2.title {
  font-size: 30px;
  color: #123456;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

h2.title em {
  font-weight: 400;
  color: #1a69a1;
  font-style: normal;
}

.princy_msg p {
  font-size: 1.2rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
  color: #123456;
  line-height: 30px;
}

.btn-read-more {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 7px 20px 5px 20px;
  border-radius: 25px;
}

.btn-read-more:hover {
  color: #1ba2ff;
}

/* Shapes */
.circle-one,
.circle-two,
.circle-dots,
.rectangle-dots {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}

.rectangle-dots {
  bottom: 20%;
  z-index: 1;
  left: 5%;
  -webkit-animation: 8s down-up-three infinite;
  animation: 8s down-up-three infinite;
}

.circle-dots {
  top: 25%;
  z-index: 1;
  right: 8%;
  -webkit-animation: 8s down-up-two infinite;
  animation: 8s down-up-two infinite;
}

.circle-one {
  top: 0%;
  z-index: 1;
  left: 0;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}

.circle-two {
  top: 25%;
  z-index: 1;
  right: 25%;
  -webkit-animation: 50s shapeAnimationTwo infinite;
  animation: 50s shapeAnimationTwo infinite;
}

/* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(-50px, 0px) rotate(0deg);
    transform: translate(-50px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50px, 300px) rotate(90deg);
    transform: translate(-50px, 300px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(200px, 300px) rotate(180deg);
    transform: translate(200px, 300px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(200px, 0px) rotate(270deg);
    transform: translate(200px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(-50px, 0px) rotate(360deg);
    transform: translate(-50px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(-50px, 0px) rotate(0deg);
    transform: translate(-50px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50px, 300px) rotate(90deg);
    transform: translate(-50px, 300px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(200px, 300px) rotate(180deg);
    transform: translate(200px, 300px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(200px, 0px) rotate(270deg);
    transform: translate(200px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(-50px, 0px) rotate(360deg);
    transform: translate(-50px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-500px, 0px) rotate(270deg);
    transform: translate(-500px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-300px, -500px) rotate(180deg);
    transform: translate(-300px, -500px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, -500px) rotate(90deg);
    transform: translate(0px, -500px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-500px, 0px) rotate(270deg);
    transform: translate(-500px, 0px) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-500px, -500px) rotate(180deg);
    transform: translate(-500px, -500px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0px, -500px) rotate(90deg);
    transform: translate(0px, -500px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  50% {
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  50% {
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@-webkit-keyframes down-up-three {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  50% {
    -webkit-transform: translate(25px, -15px);
    transform: translate(25px, -15px);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes down-up-three {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  50% {
    -webkit-transform: translate(25px, -15px);
    transform: translate(25px, -15px);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -50px -50px 0 0;
  }

  100% {
    opacity: 1;
    margin: 0;
  }
}

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -50px -50px 0 0;
  }

  100% {
    opacity: 1;
    margin: 0;
  }
}

.fadeInUpRight {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight;
}

.about-us .style_ani_1 {
  position: absolute;
  z-index: 0;
  bottom: -25px;
  right: -10px;
  max-height: 100px;
  -webkit-animation: 9s down-up-two infinite;
  animation: 9s down-up-two infinite;
}

.about-us .style_ani_2 {
  left: -60px;
  top: -60px;
  max-height: 100px;
  z-index: 0;
  position: absolute;
  -webkit-animation: 35s rotated_circle infinite;
  animation: 35s rotated_circle infinite;
}

.xw-banner--homepage .style_ani_3 {
  right: 2%;
  bottom: 45%;
  z-index: 0;
  position: absolute;
  -webkit-animation: 35s rotated_circle infinite;
  animation: 35s rotated_circle infinite;
}

.xw-section-message .style_ani_4 {
  right: 45%;
  bottom: 50%;
  z-index: 0;
  position: absolute;
  max-height: 250px;
  -webkit-animation: 9s down-up-one infinite;
  animation: 9s down-up-one infinite;
}

.related_org .medicine_cap {
  left: 5%;
  bottom: 85%;
  z-index: 0;
  opacity: 0.1;
  position: absolute;
  max-height: 250px;
  -webkit-animation: 90s shapeAnimationOne infinite;
  animation: 90s shapeAnimationOne infinite;
}

.xw-section-message .bikash_433,
.message .bikash_433 {
  left: 10%;
  bottom: 0%;
  z-index: 0;
  position: absolute;
  max-height: 250px;
  -webkit-animation: 9s moveLeftRight infinite;
  animation: 9s moveLeftRight infinite;
}

.notice_sec .medicine_cap {
  max-width: 100%;
  position: absolute;
  top: 9%;
  z-index: 1;
  right: 1%;
  opacity: 0.3;
  -webkit-animation: 90s shapeAnimationTwo infinite;
  animation: 90s shapeAnimationTwo infinite;
}

.event-section .style_ani_5 {
  right: 5px;
  bottom: 0;
  z-index: 0;
  position: absolute;
  max-height: 100px;
  -webkit-animation: 9s down-up-two infinite;
  animation: 9s down-up-two infinite;
}

.event-section .medicine_cap {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 62%;
  opacity: 0.1;
  -webkit-animation: 90s shapeAnimationTwo infinite;
  animation: 90s shapeAnimationTwo infinite;
}

.video_sec .style_ani_1 {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  left: -20px;
  max-height: 100px;
  -webkit-animation: 9s down-up-three infinite;
  animation: 9s down-up-three infinite;
}

.video_sec .style_ani_2 {
  left: 92%;
  bottom: 85%;
  max-height: 100px;
  z-index: 0;
  position: absolute;
  -webkit-animation: 35s rotated_circle infinite;
  animation: 35s rotated_circle infinite;
}

.video_sec .style_ani_4 {
  right: 0;
  bottom: 95%;
  z-index: 0;
  position: absolute;
  max-height: 200px;
  -webkit-animation: 9s down-up-two infinite;
  animation: 9s down-up-two infinite;
}

.video_sec {
  padding: 60px 0px;
  position: relative;
  background-color: rgb(248, 248, 248);
}

.video_sec .text {
  margin-bottom: 20px;
  text-align: justify;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.025rem;
  font-size: 1.2rem;
}

.video_sec iframe {
  min-height: 420px;
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  position: relative;
  margin-left: 30px;
  border-radius: 5px;
}

.video_gallery {
  padding: 30px 0px;
}

.video_gallery iframe {
  height: 250px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  background: #fff;
  padding: 4px;
}

.section-bottom-shape-two {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
}

.section-bottom-shape-two svg {
  width: 100%;
  height: 100%;
  height: 310px;
  -webkit-transform: translateX(0) rotateY(180deg);
  transform: translateX(0) rotateY(180deg);
}

.section-bottom-shape-two svg path {
  fill: #f8f8f8;
}

.event-section {
  padding: 60px 0px 60px 0px;
  background-position: center;
  background: #fff;
  position: relative;
  display: block;

  /* background-image: url(../../images/shape-6.png); */
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
}

.event-section:before {
  height: 100%;
  width: 100%;
  background: rgb(255 255 255 / 91%);
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.event-section .box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  width: 95% !important;
}

.event_slider {
  margin-left: -10px;
  margin-right: -10px;
}

.event-section .box .thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.event-section .box .thumbnail .image {
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event_date {
  position: absolute;
  top: 30px;
  right: 0;
  min-width: 100px;
  background: #fff;
  padding: 2px 10px;
  color: #1a69a1;
  font-size: 1.2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.event-section .box .thumbnail .image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.event-section .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 25px 30px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-section .box .info .course-caption-main {
  -webkit-transform: translateY(-100%) translateY(-60px);
  transform: translateY(-100%) translateY(-60px);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-section .box .info .title {
  font-size: 1.5rem;
  line-height: 1.34;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.event-section .box .info .title a {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  color: #fff;
}

.event-section .box .info .meta {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  color: #fff;
  list-style: none;
}

.event-section .box .info .meta li {
  margin-right: 25px;
  font-weight: 400;
}

.event-section .box .info .meta li:last-child {
  margin-right: 0;
}

.event-section .box .info .desc {
  margin: 9px 0 0;
}

.event-section .box .info .desc p,
.event-section .box .info .desc a {
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}

.event-section .box .info .desc a {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}

.event-section .box .info .title a:hover,
.event-section .box .info .desc a:hover {
  color: #abcdef;
}

.event-section .box .thumbnail .image .course-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-section .box .thumbnail .image .course-overlay-bg::after,
.event-section .box .thumbnail .image .course-overlay-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(43%, transparent),
    to(#000)
  );
  background: linear-gradient(180deg, transparent 43%, #000 100%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-section .box .thumbnail .image .course-overlay-bg::after {
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background: linear-gradient(180deg, transparent 0, #000 100%);
}

.event-section .box:hover .thumbnail .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.event-section .box:hover .thumbnail .image .course-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-section .box:hover .thumbnail .image .course-overlay-bg::before {
  opacity: 0;
}

.event-section .box:hover .thumbnail .image .course-overlay-bg::after {
  opacity: 1;
}

.event-section .box:hover .info {
  -webkit-transform: none;
  transform: none;
}

.event-section .box:hover .info .course-caption-main {
  -webkit-transform: none;
  transform: none;
}

.event_slider .slick-prev:before,
.event_slider .slick-next:before,
.hsakib_slider .slick-prev:before,
.hsakib_slider .slick-next:before {
  font-family: "slick";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.75;
  color: #123456;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event_slider .slick-next,
.hsakib_slider .slick-next {
  right: -30px;
}

.event_slider .slick-prev,
.hsakib_slider .slick-prev {
  left: -30px;
}

.event_slider .slick-prev:before,
.hsakib_slider .slick-prev:before {
  content: "←";
}

.event_slider .slick-next:before,
.hsakib_slider .slick-next:before {
  content: "→";
}

.event_slider .slick-prev:before:hover,
.hsakib_slider .slick-next:before:hover,
.event_slider .slick-prev:before:hover,
.hsakib_slider .slick-next:before:hover {
  color: #1ba2ff;
}

.hsakib_slider {
  position: relative;
  z-index: 1;
}

.related_org {
  padding: 60px 0px 30px 0px;
  position: relative;
  border-bottom: 1px solid #e7f3f1;
}

.company_logo {
  padding: 30px 0px;
}

.company_logo a {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  min-height: 100px;
  min-width: 150px;
  padding: 15px;
  display: block;
  color: #123456;
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  border: 1px solid #fff;
  border-radius: 5px;
}

.company_logo figure {
  text-align: center;
}

.company_logo img {
  max-height: 60px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.company_logo figcaption {
  margin-top: 10px;
}

.company_logo a:hover {
  border-color: #1ba2ff;
}

.company_logo a:hover figcaption {
  color: #1ba2ff;
}

.feedback_link {
  position: fixed;
  bottom: 40%;
  left: 0px;
  z-index: 99;
  min-height: 30px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.feedback_link a span {
  position: relative;
  z-index: 5;
  color: #ffffff;
}

.feedback_link a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a69a1),
    to(#1ba2ff)
  );
  background-image: linear-gradient(to right, #1a69a1, #1ba2ff);
  border: 0;
  padding: 6px 15px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.025rem;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.feedback_link a:after {
  background-color: #1ba2ff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  z-index: 4;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.feedback_link a:hover {
  background: #1ba2ff;
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }

  100% {
    transform: scale3d(1.1, 1.4, 1.1);
    opacity: 0;
  }
}

.notice_list {
  /* padding: 60px 0px;
  background: rgb(245, 245, 245); */
  position: relative;
}

.notice_list .xw-sidebar,
.notice_list .xw-sidebar h2 {
  text-align: left;
}

.notice_list .notice_box {
  color: #123456;
  background: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
}

.notice_list span,
.notice_list h4 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 10px;
}

.notice_list span {
  width: 100px;
  height: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-right: 5px;
  padding: 0px;
  color: #fff;
}

.notice_list h4 {
  width: 68%;
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 400;
}

/* .notice_list .view_all_link {
  position: absolute;
  right: 9%;
  top: 62px;
} */

.notice_list .view_all_link a {
  color: #123456;
}

.notice_list .view_all_link a:hover {
  color: #1ba2ff;
}

.notice_list .notice_box:hover {
  background-color: rgb(252 255 251);
  -webkit-box-shadow: -2px 2px 14px #0000002e;
  -moz-box-shadow: -2px 2px 14px #0000002e;
  box-shadow: -2px 2px 14px #0000002e;
  color: #1ba2ff;
}

.message {
  position: relative;
  background: #fff url(../../images/bikash.433@gmail.jpg) no-repeat;
  font-size: 1.2rem;
  background-size: cover;
  background-position: left;
}

.message-inner figure {
  text-align: center;
  margin-top: 45px;
}

.message-inner figure img {
  max-height: 500px;
  max-width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
}

.message-box {
  position: relative;
  padding: 30px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 15px #1010101f;
  -moz-box-shadow: 0 0 15px #1010101f;
  box-shadow: 0 0 15px #10101036;
  margin: 15px;
  text-align: justify;
}

.message-box:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #fff;
  border-width: 18px;
  margin-top: -18px;
}

.message-box h5 {
  display: block;
  text-align: right;
  margin-top: 30px;
  color: #1a69a1;
}

.message-box h6 {
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #567890;
}

.text p {
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 30px;
}

p:last-child {
  margin-bottom: 0;
}

.btn-outline-success {
  color: #1a69a1;
  border-color: #1a69a1;
  font-size: 1rem;
}

.btn-outline-success:hover {
  color: #fff;
  background: #1ba2ff;
  border-color: #1ba2ff;
}

/* Start Best Service Area Style
================================*/
.best-services-area {
  padding: 60px 0px;
  background: #fff;
  position: relative;
  display: block;
  background-image: url(../../images/bg-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #fff;
}

.best-services-area .tab-content,
.box-content {
  /* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2); */
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
}

.best-services-area .best-service-img img {
  border-radius: 4px;
  max-height: 500px;
  max-width: 100%;
}

.best-services-area .nav-pills {
  margin-bottom: 30px;
}

.best-services-area .nav-pills .nav-link {
  color: #1a69a1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.best-services-area .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1ba2ff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1ba2ff),
    to(#5abbff)
  );
  background-image: linear-gradient(to right, #1ba2ff, #5abbff);
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.best-services-area .nav-pills .nav-link i {
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  color: #4cb748;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.best-services-area .nav-pills .nav-link:hover {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.best-services-area .nav-pills .nav-link:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.best-services-area .nav-pills .nav-link:hover i {
  color: #ffffff;
}

.best-services-area .nav-pills .nav-link.active {
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a69a1),
    to(#1ba2ff)
  );
  background-image: linear-gradient(to right, #1a69a1, #1ba2ff);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.best-services-area .nav-pills .nav-link.active i {
  color: #ffffff;
}

.best-services-area .best-service h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.5rem;
}
.best-services-area .best-service p {
  text-align: justify;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.025rem;
  font-size: 1.2rem;
}
.best-services-area .best-service ul {
  margin-bottom: 35px;
  padding-left: 30px;
}

.best-services-area .best-service ul li {
  list-style-type: none;
  margin-bottom: 10px;
  color: #1a69a1;
  padding-left: 0px;
  position: relative;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.025rem;
  font-size: 1.2rem;
}

.best-services-area .best-service ul li:after {
  content: "》";
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 1.2rem;
  z-index: 1;
}

.best-services-area .best-service ul li:last-child {
  margin-bottom: 0;
}

.best-services-area .best-service ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #1a69a1;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  font-weight: normal;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}

/* Destination CSS Start */

.destination_sec {
  padding: 60px 0px 60px 0px;
  background: #fff;
  position: relative;
  display: block;
  border-top: 1px solid #fff;
}
.single-feature {
  text-align: center;
  padding: 0px 15px 15px 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
}
.destination-slider .single-feature {
  margin-bottom: 15px;
  min-height: 400px;
}
.single-feature .country-img {
  margin-left: -15px;
  margin-right: -15px;
}
.single-feature .country-img a {
  display: block;
}
.single-feature .country-img figure {
  max-height: 250px;
  overflow: hidden;
}
.country {
  overflow: hidden;
}
.country .country-img figure {
  overflow: inherit;
  margin: 0px;
  max-height: 200px;
}
.country .country-img figure img {
  width: auto;
  max-height: 200px;
  height: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.9s ease-in-out;
}
.country:hover .country-img a img {
  transform: scale(1.1);
}

.single-feature.country h4 {
  margin-bottom: 0px;
}

.single-feature:hover,
.single-feature.active {
  border-bottom-color: #1ba2ff;
}

.single-feature .icon-head i {
  color: #1a69a1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  font-size: 34px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
  background: #7aaedd;
  color: #fff;
  border-color: transparent;
}
.single-feature .icon-head i::after {
  position: absolute;
  width: 20px;
  height: 2px;
  z-index: 3;
  opacity: 1;
  line-height: 20px;
  background: #1a69a1;
  border-radius: 25px;
  left: 50%;
  bottom: 19px;
  content: "";
  margin-left: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after {
  background: #fff;
}
.single-feature h4 {
  margin: 15px 0;
  line-height: inherit;
}
.single-feature h4 a {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-transform: capitalize;
  color: #1a69a1;
  font-weight: 500;
  display: inline-block;
}

.single-feature .button {
  margin-top: 15px;
}
.single-feature .button .homes-btn {
  background: transparent;
  color: #666;
  padding: 0;
  height: auto;
  box-shadow: none;
  line-height: initial;
  border: none;
}
.single-feature .button .homes-btn:hover,
.single-feature h4 a:hover {
  color: #1ba2ff;
}
.single-feature .button .homes-btn i {
  margin-right: 10px;
  background: #fff;
  color: #1a69a1;
  width: 25px;
  border-radius: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-feature.active .homes-btn i,
.single-feature:hover .homes-btn i {
  color: #fff;
  background: #1ba2ff;
}
.destination_sec .xw-sidebar {
  position: relative;
}
.destination_sec .xw-sidebar h2 {
  text-align: left;
}
.destination-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.destination-slider .slick-dots {
  bottom: -30px;
}
.destination_sec .btn-sec {
  position: absolute;
  top: 15px;
  right: 0;
}

.button-group {
  display: flex;
  flex-wrap: wrap; /* so it adjusts on smaller screens */
  gap: 15px; /* nice spacing between buttons */
  justify-content: start; /* center them horizontally */
}

.custom-button {
  background-color: #1a69a1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.2s ease;
  text-decoration: none; /* removes underline for links */
  display: inline-block;
}

.custom-button:hover,
.custom-button:focus {
  background-color: #1ba2ff !important;
  color: #fff !important;
  /* border: 2px solid #8cd1ff !important; */
  box-shadow: 0 6px 20px rgba(26, 105, 161, 0.3) !important;
  transform: translateY(-2px); /* subtle lift */
}

.custom-button:active {
  transform: scale(0.97);
  box-shadow: 0 3px 10px rgba(26, 105, 161, 0.2);
}

.destination_sec .single-feature {
  position: relative;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  width: 95% !important;
}

/* Destination CSS End */

a svg {
  display: inline-block;
  position: relative;
  vertical-align: middle !important;
}
b,
strong {
  font-weight: 500;
}

.xw-sidebar-widget--news a img,
.notice_list .notice_box img,
.single-feature .country-img img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.xw-sidebar-widget--news a:hover img,
.notice_list .notice_box:hover img,
.single-feature:hover .country-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
@media screen and (max-width: 1200px) {
  .xw-map-block iframe {
    width: 68% !important;
  }
}

@media screen and (min-width: 992px) {
  .xw-global-header__navigation ul > li:focus > ul,
  .xw-global-header__navigation ul > li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .xw-contact-form,
  .xw-section-contact-form {
    padding-right: 0;
  }

  .xw-header-widget--address,
  .xw-header-widget--social-links {
    display: none;
  }

  .xw-header-widget.text-center {
    text-align: left !important;
  }

  /* .xw-global-header__main .d-flex {
            display: block !important
        } */

  .xw-global-header__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .xw-global-header__navigation ul {
            padding-top: 20px
        } */

  .xw-global-header__navigation ul > li:last-child {
    padding-bottom: 0;
  }

  .xw-global-header__navigation ul > li > ul {
    display: none;
  }

  .xw-section-services .xw-section-services__bgimage {
    max-width: 420px;
  }

  .xw-section-services .xw-section-services__bgimage img {
    max-width: 100%;
    height: auto;
  }

  .xw-section-testprep__title h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .xw-section-work__content figure {
    margin-bottom: 35px;
  }

  .xw-section-work__list .xw-section-work__bg {
    height: 100%;
    width: 0;
    top: 0;
    left: 25px;
    border-right: dashed 1px #123456;
  }

  .xw-section-work__list .xw-section-work__bg img {
    display: none;
  }

  .xw-section-news__content [class*="col-"] {
    margin-bottom: 30px;
  }

  .xw-section-contact {
    background-color: #123456;
  }

  .xw-section-about-us hr {
    margin: 50px 0 60px;
  }

  .xw-map-block {
    font-size: 0;
  }

  .xw-map-block iframe {
    width: 100% !important;
    float: none;
    height: 420px;
  }

  .xw-footer-img {
    max-width: 740px;
    width: 100%;
  }

  .xw-footer-img img {
    max-width: 100%;
    height: auto;
  }

  /* .xw-main-footer [class*="col-"]:nth-child(2) {
    order: 1;
  } */

  .xw-testimonial-slider {
    margin-top: 70px;
  }

  .xw-footer-widget--newsletter h4 {
    margin-bottom: 25px;
  }

  .xw-values-block blockquote {
    margin-top: 20px;
  }

  .xw-widget-callback__title {
    padding-bottom: 45px;
  }

  .xw-widget-callback__content {
    padding: 45px 17px 22px;
  }

  .xw-widget-callback__icon {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .xw-chairman-message figure img {
    border-bottom-right-radius: 100%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 100%;
    position: relative;
    right: 0%;
    border-right: 0;
    border-bottom: 10px solid #1a69a1;
    width: 100%;
  }

  .princy_msg {
    margin-left: 0px;
  }

  .download-sec table {
    min-width: 600px;
  }

  .xw-brand-item {
    margin-bottom: 20px;
  }

  .xw-section-services {
    overflow: hidden;
  }

  .xw-section-services__intro {
    position: relative;
    padding: 60px 0;
  }

  .xw-section-services__intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 992px;
    background-color: #010101;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .xw-section-services__wrapper {
    padding: 60px 0 10px;
  }

  .xw-section-testprep {
    padding: 70px 0 20px;
  }

  .xw-section-testprep figure {
    margin-bottom: 40px;
  }

  .xw-section-study-abroad__content {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .xw-section-testimonial {
    padding: 60px 0;
  }

  .xw-section-news {
    padding: 60px 0 35px;
  }

  .xw-section-appointment {
    padding: 70px 0;
  }

  .xw-blogitem {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .xw-footer-img {
    display: none;
  }

  .xw-global-footer {
    padding-top: 0;
  }

  .xw-legal-footer {
    font-size: 1.2rem;
  }

  .xw-legal-footer-widget {
    margin-bottom: 4px;
  }

  .xw-legal-footer-widget.text-right {
    text-align: center !important;
    margin-bottom: 0;
  }

  .xw-footer-widget ul.useful_link li {
    display: block;
    width: 100%;
    text-align: left;
  }

  .xw-inner-banner h1 {
    margin-bottom: 10px;
  }

  [class*="col-"]:last-child .xw-brand-item {
    margin-bottom: 0;
  }

  .xw-section-message,
  .princy_msg,
  .princy_msg p {
    text-align: center;
  }

  .xw-section-message figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .author_sec {
    padding-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .xw-global-header__top [class*="col-xs"] {
    padding: 0 15px;
  }

  .xw-header-widget--large-btn a {
    padding: 13px 24px;
  }

  .xw-section-work__list .xw-section-work__bg {
    height: 90%;
  }
}

@media screen and (max-width: 480px) {
  .xw-global-header__top [class*="col-"].justify-content-end {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xw-global-header__logo-wrap img {
    max-width: 160px;
  }

  .xw-section-about-us img,
  .xw-section-work__content figure img {
    max-width: 100%;
  }

  .xw-banner {
    padding: 100px 0 148px;
    background-position: 57%;
  }

  .xw-section-study-abroad__content {
    padding: 20px 15px;
  }

  .xw-section-testimonial__iframe__title h4 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .xw-section-news__content h4 {
    margin: 0 0 15px;
  }

  .xw-section-appointment {
    padding: 60px 0;
  }

  .xw-testimonial-slider {
    background-color: #2e2e2e;
  }

  .xw-contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xw-map-block iframe {
    height: 320px;
  }

  .xw-values-block blockquote {
    padding: 5px 0 0 35px;
  }
}
