/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
@charset "UTF-8";

.xw-global-header__top,
a {
  -webkit-transition: 0.2s all linear;
}

.xw-dropdown-menu__item h5,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.navbar-toggler:focus,
.slick-slide:focus,
.xw-btn:focus,
.xw-input-item:focus,
a:focus,
a:hover {
  outline: 0;
}

.text-uppercase,
.xw-footer-widget h4 {
  text-transform: uppercase;
}

body {
  color: #102030;
  font-weight: 500;
  padding-top: 140px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.014rem;
}

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: 14px;
  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: #1075bb;
}

.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;
  text-align: right;
}

.xw-header-widget a {
  color: #2f3288;
}

.xw-header-widget ul.short_contact_info li a{padding-top: 3px; display: block;}

.xw-header-widget a:focus,
.xw-header-widget a:hover {
  color: #0d6944;
}

.xw-header-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

ul.short_contact_info li:last-child{max-height: 20px; max-width: 280px; overflow: hidden;}

.xw-header-widget ul li {
  display: inline-block;
  font-size: 14px;  
  margin-right: 30px;
}

.xw-header-widget ul li:last-child {
  margin-right: 0;
}

.xw-header-widget--quicklinks ul li {
  margin-right: 15px;
}
.xw-header-widget--quicklinks ul.social-top li{margin-right: 5px;}

.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%);
}

.xw-global-header.sticky {
  border-bottom: solid 1px #ececec;
}

.xw-global-header.sticky .xw-global-header__top {
  margin-top: -70px;
}

.xw-global-header.sticky .xw-global-header__main {
  padding: 7px 0;
}

.xw-global-header__top {
  padding: 10px 15px 10px 0px;
  background-color: #f7fcff;
  margin-top: 0;
  transition: 0.2s all linear;
  border-bottom: 1px solid #e1ecff;
}

.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 {padding-right: 15px;}

/* .xw-global-header__navigation>ul>li {
    padding: 0 0 20px;
    margin-bottom: -20px
} */
/*!
    Project Name: Valley View English School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Valley View English School.
*/
.xw-global-header__navigation > ul > li a {
  padding: 10px 15px;
}
.xw-global-header__navigation > ul > li:last-child a {padding-right: 0px;}
.login-drop .dropdown-menu{padding: 0px; border-radius: 4px; right: 0; left: auto !important;}
.login-drop .dropdown-menu a{display: block !important; border-bottom: 1px solid #ddd !important; 
  border-radius: 0px; padding: 10px 15px;}
.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: #ea9f30;}
.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; width: auto;}
.xw-header-widget ul.social-top{padding-right: 10px; margin-right: 10px;}
.social-top li a{width: 25px; height: 25px; background: #1075bb; color: #fff; 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: #0d6944;}
.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;}
.xw-header-widget--quicklinks{border-left: 1px solid rgb(136 186 211 / 50%);}

@media (min-width: 992px) {
  .login-drop:hover .dropdown-menu{display: block;}
  .xw-header-widget--quicklinks {
    text-align: center;
  }

  .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: 12px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .xw-global-header__navigation > ul > li {
    margin-left: 10px;
    font-size: 15px;
  }
}

.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;
}

.xw-global-header__navigation ul li.active a {
  color: #1075bb;
}

.xw-global-header__navigation a {
  color: #406195;
  display: block;
}
.xw-global-header__navigation a:hover {
  color: #108255;
  display: block;
}
.xw-global-header__navigation li:focus > a,
.xw-global-header__navigation li:hover > a {
  color: #108255;
}

.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: 16px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.xw-scroll-to-top:focus,
.xw-scroll-to-top:hover {
  color: #fff;
  background-color: #ea9f30;
}

.xw-global-footer {
  background-color: #001b44;
}
.xw-main-footer {
  color: #fff;
  border-bottom: 1px solid #000;
  background: url(../images/footer-bg.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.xw-footer-widget {
  margin-bottom: 40px;
  font-weight: 400;
}

.xw-footer-widget h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  .xw-main-footer {
    padding: 45px 0 30px;
  }

  .xw-footer-widget h4 {
    font-size: 20px;
  }
}

.xw-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-footer-widget ul li {
  margin: 0 0 10px;
}

.xw-footer-widget a {
  color: #fff;
  font-weight: 500;
}

.xw-footer-widget a:focus,
.xw-footer-widget a:hover {
  color: #ea9f30;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.xw-footer-widget--social-links ul {
  font-size: 0;
}

.xw-footer-widget--social-links ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.xw-footer-widget--social-links ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #ea9f30;
}

.xw-footer-widget--social-links ul li a:focus,
.xw-footer-widget--social-links ul li a:hover {
  color: #0d6944;
  background-color: #fff;
  border-color: #0d6944;
}

.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: #00433f;
}

.xw-legal-footer {
  padding: 10px 0;
  background-color: #1075bb;
  color: #fff;
}

.xw-legal-footer a {
  color: #caffc0;
  font-weight: 500;
}

.xw-legal-footer a:focus,
.xw-legal-footer a:hover {
  color: #fff;
}

.xw-global-header__navigation ul > li > ul {
  padding: 0;
  z-index: 100;
  background: #fff;
  border-top: 2px solid #0d6944;
  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; left: auto;
    top: 170%;
    visibility: hidden;
    min-width: 275px;
  }
}

.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: 9px 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  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:focus a,
.xw-global-header__navigation ul > li > ul > li:hover a {
  color: #fff;
  background: #108255;
}

.xw-global-header__navigation ul > li > ul > li.dropdown [class*="fa"] {
  float: right;
  margin-top: 2px;
}

.xw-global-header__navigation ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 240px;
  padding: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-top: 2px solid #1075bb;
  -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;
  padding: 13px 15px;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  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 > li > a:hover {
  color: #fff;
  background: #1075bb;
}

.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: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 42px;
  border-radius: 50px;
  background-color: #2f3288;
  text-transform: none;
  display: inline-block;
  color: #fff;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: 0.2s all linear;
}

.xw-btn:focus,
.xw-btn:hover {
  background-color: #1075bb;
  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: 620px;
  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: #fff;
  position: relative;
  z-index: 2;
}

.xw-banner__content h1 {
  font-size: 30px;
  margin: 0 0 25px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

@media (min-width: 578px) {
  .breadcrumb {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .xw-banner__content h1 {
    font-size: 32px;
  }
}

@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: 46px;
  }
}

.xw-banner__content p {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

@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 {
  max-height: 575px;
  overflow: hidden;
}
.xw-banner-slider .slick-dots {
  bottom: 100px;
}

.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: #1075bb;
}

.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: #fbae3d;
  margin: 0;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: #108255;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.xw-widget {
  background-color: #f3f3f3;
  margin-bottom: 40px;
}

.xw-widget__title {
  padding: 20px 15px;
  background-color: #1075bb;
  color: #fff;
}

.xw-widget__title h4 {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  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: #1075bb;
}

.xw-widget__content ul li a [class*="fa"] {
  color: #1075bb;
  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;
}
/*!
    Project Name: Valley View English School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Valley View English School.
*/
.xw-widget-callback__title h4 {
  font-size: 20px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.xw-widget-callback__title p {
  font-size: 14px;
  line-height: 1.75;
}

.xw-widget-callback__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #1075bb;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  color: #1075bb;
  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: #1075bb;
}

.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: #1075bb;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #1075bb, 4px 0 0 #1075bb, 4px -2px 0 #1075bb,
    4px -4px 0 #1075bb, 4px -6px 0 #1075bb, 4px -8px 0 #1075bb;
  transform: rotate(45deg);
}

.pagination {
  font-size: 15px;
  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: #1075bb;
  border-color: #1075bb;
}

.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--alter .xw-section__title h2 {
  color: #14272e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.xw-section--alter .xw-section__title__icon {
  font-size: 20px;
}

.xw-section--alter .xw-section__title__icon:after,
.xw-section--alter .xw-section__title__icon:before {
  background-color: #14272e;
  width: 28%;
}

.xw-section--alter .xw-section__title__icon:before {
  left: 12%;
}

.xw-section--alter .xw-section__title__icon:after {
  right: 12%;
}

.xw-section__title {
  text-align: center;
  margin-bottom: 35px;
}

.xw-section__title h2 {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.014em;
}

.xw-section__title__icon {
  display: block;
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.xw-section__title__icon:after,
.xw-section__title__icon:before {
  content: "";
  position: absolute;
  width: 32%;
  height: 3px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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: 50px 0 50px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 560px;
}

.xw-chairman-message h2 {
  font-size: 26px;
  color: #212121;
  margin: 0 0 30px;
  border-left: 4px solid #ea9f30;
  padding-left: 9px;
}

.xw-chairman-message p {
  line-height: 1.6;
  margin: 7px 0 20px;
  text-align: justify;
}
.xw-chairman-message,
.xw-chairman-message figure {
  position: relative;
}
.xw-chairman-message figure img {
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  position: absolute;
  right: 23%;
  top: -45px;
  border-right: 10px solid #ea9f30;
}
.princy_msg {
  margin-left: -30px;
}

.about-content .modern-img-feature{max-height: 360px; overflow: hidden; position: relative; z-index: 1;}

.main_short_info .about-content .section-bottom{padding: 30px 30px 20px 30px; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    max-width: 90%; background: rgb(255 255 255 / 90%);  margin-left: auto; margin-right: auto; 
    margin-top: -100px; z-index: 9;  position: relative; border-radius: 10px;
  }

.about-content .xw-btn {
  margin-top: 10px;
}
.about-content .xw-btn,
.xw-chairman-message .xw-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 25px;
}
.message-carousel .slick-dots {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
}

.author_sec {
  padding-top: 15px;
}
.author_sec .name {
  color: #434343;
  font-size: 20px;
  font-weight: 600;
}
.author_sec .designation {
  color: #73738c;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.xw-sidebar h2 {
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.xw-sidebar h3 {
  font-size: 20px;
  color: #123456;
  margin: 0 0 30px;
  border-left: 5px solid #ea9f30;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.xw-sidebar-widget--news {
  margin: 0 0 15px;
  background-color: #fff;
}

.xw-sidebar-widget--news a {
  display: block;
  color: #515151;
  border:1px solid rgb(136 186 211 / 50%);
  border-radius: 10px; padding: 10px;
}

.xw-sidebar-widget--news a:focus,
.xw-sidebar-widget--news a:hover {
  background-color: rgba(33, 33, 33, 0.05);
}

.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: 125px;
  height: 125px;
  text-align: center;
  position: relative;
}

.xw-sidebar-widget--news__left figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.xw-sidebar-widget--news__left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xw-sidebar-widget--news__left h5 {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  padding: 5px; background-color: rgb(0 0 0 / 35%);
  margin: 0;
  width: 100%;
  position: absolute;
  top: auto; bottom: 5px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-sidebar-widget--news__left p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3px 10px;
  position: absolute;
  z-index: 3;
  background-color: #ea9f30;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.xw-sidebar-widget--news__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(63 90 169 / 10%);
}

.xw-sidebar-widget--news__right {
  padding: 0px 10px 0px 10px;
  overflow: hidden;
  min-height: 125px;
}
/*!
  Project Name: Valley View English School
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Valley View English School.
*/
.xw-sidebar-widget--news__right p {
  font-size: 13px;
  margin: 0 0 4px;
  line-height: 1.4;
  text-align: justify;
}

.xw-sidebar-widget--news__right h5 {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.xw-sidebar-widget--news__right h6 {
  margin: 0;
  text-align: right;
  color: #ea9f30;
  font-size: 14px;
  font-weight: 600;
}

.xw-sidebar-widget--news__right h6 [class*="fa"] {
  margin-left: 12px;
  position: relative;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.btn-more {
  font-size: 14px;
  padding: 2px 10px 2px 20px;
  border-radius: 100px;
  border: 0; outline: 0;
}
.btn-more svg{margin-left: 10px; display: inline-block; position: relative; vertical-align: middle;}
.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: #ea9f30;
}

.xw-event-item__date {
  font-size: 14px;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 5px 16px 7px;
  background-color: #ea9f30;
  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 #ea9f30;
  padding: 30px 25px 30px;
  position: relative;
  background: #fff;
  min-height: 307px;
}

.xw-event-item__text h4 {
  color: #1075bb;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
}

.xw-event-item__text p {
  font-size: 14px;
  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: 16px;
  font-weight: 500;
  font-family: Ubuntu, 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 #ea9f30;
  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: 14px;
  margin: 0;
}

.xw-testimonial-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ea9f30;
  margin: 17px 0 8px;
}

.xw-testimonial-item h6 {
  font-size: 12px;
  font-weight: 600;
}

.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: #ea9f30;
}

.xw-book-tour-close img {
  max-width: 20px;
}

.xw-book-tour .xw-link {
  padding: 7px 15px;
  color: #fff;
  background-color: #ea9f30;
  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: #1075bb;
  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: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

.xw-book-tour-form .xw-btn {
  display: block;
  background-color: #dc3545;
  width: 100%;
  padding: 10px 30px;
  font-size: 15px;
  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: #ea9f30;
}

.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: #1075bb;
  border-radius: 5px 0 5px 5px;
  display: none;
}

.xw-mis-login .xw-link {
  padding: 12px 42px;
  background-color: #1075bb;
  font-size: 18px;
  font-weight: 700;
  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: #1075bb;
}

.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: #1075bb;
  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: #1075bb;
  width: 100%;
  padding: 11px 20px 14px;
  font-size: 15px;
  border-radius: 0;
  font-weight: 500;
}

.xw-mis-login .xw-btn:focus,
.xw-mis-login .xw-btn:hover {
  background-color: #006694;
}

.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;
}

@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: #1075bb;
  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: #1075bb;
  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: #1075bb;
  top: 0;
  left: 0;
  line-height: 0.9;
}

.xw-section-about-us h3 {
  font-size: 20px;
  color: #1075bb;
  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: 700;
  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: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1075bb;
  margin: 0 0 6px;
}

.xw-team-item__content p {
  margin: 0;
  line-height: 1.6;
}
/*!
    Project Name: Valley View English School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Valley View English School.
*/
.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 #1075bb;
  padding: 65px 0;
}

.xw-user-review h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #1075bb;
  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: 14px;
  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: 18px;
  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: #1075bb;
  margin: 0 0 25px;
}

.xw-student-review-form__stars p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
}

.xw-student-review-form .xw-input-field {
  border-color: #c8c8c8;
}

.xw-student-review-form .xw-input-field:focus {
  border-color: #1075bb;
}

.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: 18px;
  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:after {
  position: absolute;
  left: 100%;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #1075bb;
}

.nav-pills .nav-link.active:after {
  border-color: transparent transparent transparent #1075bb;
}

.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;
}
/*!
    Project Name: Valley View English School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Valley View English School.
*/
.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 #1075bb;
  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: #1075bb;
  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: #1075bb;
}

.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: #1075bb;
}

.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: #1075bb;
}

.xw-contact-block .xw-btn:focus,
.xw-contact-block .xw-btn:hover {
  background-color: #000;
}

.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: 18px;
  color: #1075bb;
  margin: 0 0 6px;
}

@media (min-width: 578px) {
  .xw-appointment-form {
    padding: 25px 40px 42px 28px;
  }

  .xw-appointment-form h5 {
    font-size: 20px;
  }
}

.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: #1075bb;
}

.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: #1075bb;
  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: 18px;
  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: 15px;
  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: #1075bb;
  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: #1075bb;
}

.xw-section-blog .xw-blogitem__content h4 a:focus,
.xw-section-blog .xw-blogitem__content h4 a:hover {
  -webkit-text-decoration: #1075bb solid underline;
  text-decoration: #1075bb 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;
}

.btn_join_alumni{text-align: right;}
.btn_join_alumni a{margin-top: -75px; z-index: 1; position: relative;}
.fb-like-box{max-height: 220px; overflow: hidden;}

/*!
  Project Name: Valley View English School
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Valley View English School.
*/
@media screen and (max-width: 1200px) {
  .xw-map-block iframe {
    width: 68% !important;
  }
}

@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-global-header__navigation ul > li:focus > ul,
  .xw-global-header__navigation ul > li:hover > ul {
    display: block;
  }

  .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 #1075bb;
  }

  .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: #1075bb;
  }

  .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-global-footer {
    padding-top: 87px;
  }

  .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%;
    top: -40px;
    border-right: 0;
    border-bottom: 10px solid #ea9f30;
    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 {
    text-align: center;
    font-size: 14px;
  }

  .xw-legal-footer-widget {
    margin-bottom: 4px;
  }

  .xw-legal-footer-widget.text-right {
    text-align: center !important;
    margin-bottom: 0;
  }

  .xw-footer-widget {
    text-align: center;
  }

  .xw-inner-banner h1 {
    margin-bottom: 10px;
  }

  [class*="col-"]:last-child .xw-brand-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {

  .xw-chairman-message figure img{top:-30px}
  
  .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-banner__content h1,
  .xw-section-news__content [class*="col-"] {
    margin-bottom: 20px;
  }
  .xw-global-header__top [class*="col-"] {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .xw-global-header__top [class*="col-"]:first-child {
    display: none;
  }
  .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: 14px;
    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;
  }
}
