/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/******* BASE *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

h1, .h1-cc {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  h1, .h1-cc {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1, .h1-cc {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1, .h1-cc {
    font-size: 25px;
  }
}

h2, .h2-cc {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 991px) {
  h2, .h2-cc {
    font-size: 25px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h2, .h2-cc {
    font-size: 22px;
  }
}

h3 {
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

h5 {
  font-weight: normal;
}

h6 {
  font-weight: normal;
}

body {
  font-size: 16px;
  color: #9A9A9A;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

.container-cc {
  max-width: 1210px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.inner-container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
}

.max-1010 {
  max-width: 1010px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
a:hover {
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 23px;
}

.page-wrapper {
  padding-top: 160px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.page-wrapper ul {
  margin: 0;
}
.page-wrapper ul li {
  list-style: none;
}
.page-wrapper:after {
  content: "";
  border-top: 30px solid #f3f3f3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .page-wrapper.top-space {
    padding-top: 87px;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (max-width: 767px) {
  .page-wrapper {
    padding-top: 0;
    z-index: 99 !important;
  }
}

.footer-wrapper.page-footer-wrapper {
  border-top: 0;
}

@media (min-width: 1134px) {
  body.page-template-about .page-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 1133px) {
  .page-wrapper {
    padding-top: 200px;
  }

  body.page-template-about .page-wrapper {
    padding-top: 161px;
  }
}
@media (max-width: 767px) {
  body.page-template-about .page-wrapper {
    padding-top: 71px;
  }
}
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn {
  font-size: 20px;
  padding: 14px 41px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-style: italic;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:after {
  content: "";
  background-image: url("../images/arrow-icon.svg");
  width: 20px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .btn:after {
    margin-left: 15px;
  }
}
.btn:hover {
  background-color: #ffffff;
  color: #53B6E7;
}
.btn:hover:after {
  background-image: url("../images/arrow-icon-hover.svg");
}
.btn.blue-bg {
  background-color: #53B6E7;
  color: #ffffff;
  font-weight: 700;
  border-color: #53B6E7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.blue-bg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #53B6E7;
}
.btn.blue-bg:hover span:after {
  background-image: url("../images/arrow-icon-hover.svg");
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 21px 12px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 13px 12px;
    font-size: 14px;
  }
}

.download:after {
  content: "";
  background-image: url("../images/download-icon.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .download:after {
    width: 15px;
    height: 15px;
  }
}
.download:hover {
  background-color: #ffffff;
  color: #53B6E7;
}
.download:hover:after {
  background-image: url("../images/download-icon-hover.svg");
}
.download.grey-download {
  color: #9A9A9A;
  border-color: #9A9A9A;
}
.download.grey-download:after {
  background-image: url("../images/download-icon-gray.svg");
}
.download.grey-download:hover {
  background-color: #53B6E7;
  color: #ffffff;
  border-color: #ffffff;
}
.download.grey-download:hover:after {
  background-image: url("../images/download-icon.svg");
}
.download.white-bg {
  background-color: #ffffff;
  color: #9A9A9A;
  margin-left: 31px;
  border-color: #ffffff;
}
.download.white-bg:hover {
  color: #53B6E7;
  background-color: #ffffff;
}
.download.white-bg:hover:after {
  background-image: url("../images/download-icon-hover.svg");
}

/****** LAYOUT ******/
.header {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  /*&.fixed-menu {
      position: fixed;
      top: 66px;
      @include transition(all 0.5s ease);
      z-index: 999999;
      @media (min-width: 960px) {
      	top: 126px;
      	z-index: 999999;
      }
      @media (min-width: 768px) and (max-width:959px) {
      	top: 0;
      }
      @include respond-below(custom767) {
      	top: 0;
      	z-index: 999999;
      }
  }*/
}
.header .left-logo {
  width: 24%;
  float: left;
}
.header .left-logo a {
  display: block;
  padding-top: 8px;
}
.header .left-logo a img {
  max-width: 172px;
}
@media (max-width: 1200px) {
  .header .left-logo a img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .header .left-logo {
    width: 50%;
  }
}
.header .right-menus {
  width: 76%;
  float: left;
}
.header .right-menus .menu-icon {
  display: none;
}
@media (max-width: 991px) {
  .header .right-menus .menu-icon {
    display: block;
    background-image: url("../images/menu.png");
    height: 32px;
    width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    cursor: pointer;
  }
}
.header .right-menus ul {
  float: right;
}
.header .right-menus ul li {
  float: left;
  cursor: pointer;
}
.header .right-menus ul li.active a {
  background-color: #53B6E7;
  color: #ffffff;
  font-weight: 700;
}
.header .right-menus ul li:hover {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #D8D8D8;
}
.header .right-menus ul li a {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 28px 39px;
  display: block;
  font-size: 16px;
  color: #4B5380;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header .right-menus ul li a {
    font-size: 15px;
    padding: 23px 20px;
  }
}
.header .right-menus ul li a:hover {
  text-decoration: none;
}
.header .right-menus ul li a:focus {
  outline: none;
}
@media (max-width: 991px) {
  .header .right-menus ul li {
    display: block;
    float: none;
  }
}
@media (max-width: 991px) {
  .header .right-menus ul {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .header .right-menus {
    width: 50%;
  }
}
.header.fixed {
  position: fixed;
  top: 66px;
}
@media (min-width: 960px) {
  .header.main-header-section {
    margin-top: 61px;
  }
  .header.main-header-section.fixed-menu {
    margin-top: 0;
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header.main-header-section {
    margin-top: 61px;
    padding: 8px 0;
  }
  .header.main-header-section.fixed-menu {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header.main-header-section {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header.mobile-fixed {
    position: fixed;
    top: 0px;
    margin-top: 0px;
  }

  .body-wrapper .gdlr-header-wrapper {
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    top: 0px;
  }

  .page-wrapper {
    padding-top: 71px;
  }

  .header.fixed {
    position: absolute;
    top: 0px;
  }
}
/****** PAGES ******/
.banner {
  padding-bottom: 29.19%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1168px;
  margin: 0 auto;
}
.banner .banner-text h1 {
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  max-width: 611px;
  float: left;
  font-size: 50px;
  line-height: 1.23;
  justify-self: flex-start;
  margin: 11px auto 0 0;
}
@media (max-width: 991px) {
  .banner .banner-text h1 {
    max-width: 411px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .banner .banner-text h1 {
    font-size: 25px;
    justify-self: center;
    float: none;
    margin: 0 auto;
  }
}
.banner .banner-text img {
  float: right;
}
@media (max-width: 1200px) {
  .banner .banner-text img {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .banner .banner-text img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .banner .banner-text img {
    float: none;
    max-width: 150px;
    margin: 25px auto 0;
  }
}
@media (max-width: 1220px) {
  .banner .banner-text {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner .banner-text {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .banner {
    padding-bottom: 39.19%;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 0;
    height: 380px;
  }
}

.about-sec .about-inner {
  display: flex;
}
.about-sec .about-inner .left-content {
  width: 64%;
  float: left;
  padding: 56px 0 45px;
  justify-content: start;
}
.about-sec .about-inner .left-content .left-content-inner {
  max-width: 665px;
  font-size: 16px;
  color: #9A9A9A;
}
.about-sec .about-inner .left-content h2 {
  color: #53B6E7;
  margin-bottom: 13px;
}
@media (max-width: 1220px) {
  .about-sec .about-inner .left-content h2 {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .about-sec .about-inner .left-content h2 {
    margin-bottom: 23px;
  }
}
.about-sec .about-inner .left-content strong {
  font-style: italic;
}
.about-sec .about-inner .left-content p {
  margin-bottom: 15px;
}
@media (max-width: 1220px) {
  .about-sec .about-inner .left-content {
    padding: 40px 40px 30px 0;
  }
}
@media (max-width: 767px) {
  .about-sec .about-inner .left-content {
    width: 100%;
    float: none;
    padding: 40px 0;
  }
}
.about-sec .about-inner .right-img {
  width: 36.99%;
  float: right;
  display: flex;
}
.about-sec .about-inner .right-img .right-img-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 90%;
  width: 100%;
}
@media (max-width: 767px) {
  .about-sec .about-inner .right-img {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .about-sec .about-inner {
    display: block;
    margin-bottom: 50px;
  }
}

.benefit-sec {
  background-color: #53B6E7;
  overflow: hidden;
}
.benefit-sec .benefit-sec-inner {
  background-color: #53B6E7;
  position: relative;
}
.benefit-sec .benefit-sec-inner.align-center {
  align-items: inherit;
  -webkit-align-items: inherit;
}
@media (max-width: 1024px) {
  .benefit-sec .benefit-sec-inner.align-center {
    align-items: top;
    -webkit-align-items: top;
  }
}
.benefit-sec .benefit-sec-inner .left-img {
  width: 45%;
  margin-right: auto;
  float: left;
}
.benefit-sec .benefit-sec-inner .left-img .left-img-inner {
  height: 33.33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .benefit-sec .benefit-sec-inner .left-img .left-img-inner {
    padding-bottom: 72.77%;
    height: auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .benefit-sec .benefit-sec-inner .left-img .left-img-inner {
    padding-bottom: 72.77%;
    height: auto;
    max-width: 400px;
  }
}
.benefit-sec .benefit-sec-inner .left-img img {
  float: left;
}
@media (max-width: 767px) {
  .benefit-sec .benefit-sec-inner .left-img img {
    float: none;
    display: block;
  }
}
@media (max-width: 991px) {
  .benefit-sec .benefit-sec-inner .left-img {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .benefit-sec .benefit-sec-inner .left-img {
    width: 100%;
    float: none;
    margin: 70px auto 0;
    max-width: 400px;
    display: none;
  }
}
.benefit-sec .benefit-sec-inner .right-content {
  width: 100%;
  float: right;
  color: #ffffff;
  font-size: 16px;
  padding: 55px 55px 45px 100px;
  line-height: 1.5;
}
@media (max-width: 1360px) {
  .benefit-sec .benefit-sec-inner .right-content {
    padding: 35px 55px 35px 100px;
  }
}
.benefit-sec .benefit-sec-inner .right-content h2 {
  color: #ffffff;
  margin: 0 0 12px 0;
  padding: 8px 0 0 0;
}
.benefit-sec .benefit-sec-inner .right-content h2:first-child {
  padding-top: 0;
}
.benefit-sec .benefit-sec-inner .right-content p {
  margin-bottom: 15px;
}
.benefit-sec .benefit-sec-inner .right-content strong {
  font-style: italic;
}
.benefit-sec .benefit-sec-inner .right-content strong a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.benefit-sec .benefit-sec-inner .right-content:after {
  content: "";
  background-image: url("../images/mark-new.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -297px;
  width: 896px;
  height: 889px;
}
.benefit-sec .benefit-sec-inner .right-content .btn {
  margin-top: 32px;
  display: inline-block;
}
@media (max-width: 991px) {
  .benefit-sec .benefit-sec-inner .right-content .btn {
    margin-top: 14px;
  }
}
@media (max-width: 1280px) {
  .benefit-sec .benefit-sec-inner .right-content {
    padding: 50px 78px 60px 70px;
  }
}
@media (max-width: 1220px) {
  .benefit-sec .benefit-sec-inner .right-content {
    padding: 30px 20px 50px 20px;
  }
}
@media (max-width: 991px) {
  .benefit-sec .benefit-sec-inner .right-content {
    padding: 40px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .benefit-sec .benefit-sec-inner .right-content {
    width: 100%;
    float: none;
    padding: 50px 0 40px;
    font-size: 16px;
    background-color: #53B6E7;
  }
}
@media (max-width: 767px) {
  .benefit-sec .benefit-sec-inner {
    display: block;
  }
}

.details-sec {
  overflow: hidden;
}
.details-sec .details-sec-inner {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner {
    display: block;
    display: -webkit-block;
  }
}
.details-sec .details-sec-inner .left-sec {
  width: 49%;
  float: left;
  background-color: #4B5380;
  padding: 53px 80px 77px 0;
  font-style: italic;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.details-sec .details-sec-inner .left-sec h2 {
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .left-sec h2 {
    margin-bottom: 20px;
  }
}
.details-sec .details-sec-inner .left-sec a {
  margin: -3px 0 20px;
  display: inline-block;
}
.details-sec .details-sec-inner .left-sec span.contact {
  font-style: normal;
  width: 100%;
  display: inline-block;
  padding-top: 9px;
}
.details-sec .details-sec-inner .left-sec span.contact a {
  margin: 0;
  color: #53B6E7;
  font-style: italic;
}
.details-sec .details-sec-inner .left-sec span.contact:last-child {
  padding: 0;
}
.details-sec .details-sec-inner .left-sec span.contact:last-child a {
  text-decoration: underline;
}
@media (max-width: 1220px) {
  .details-sec .details-sec-inner .left-sec {
    padding: 53px 20px 77px 0;
  }
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .left-sec {
    width: 100%;
    float: none;
    padding: 53px 20px 77px;
  }
}
.details-sec .details-sec-inner .right-sec {
  width: 51%;
  float: left;
}
.details-sec .details-sec-inner .right-sec .feedback,
.details-sec .details-sec-inner .right-sec .school {
  padding: 53px 0 53px 93px;
}
.details-sec .details-sec-inner .right-sec .feedback h2,
.details-sec .details-sec-inner .right-sec .school h2 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .right-sec .feedback h2,
.details-sec .details-sec-inner .right-sec .school h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1220px) {
  .details-sec .details-sec-inner .right-sec .feedback,
.details-sec .details-sec-inner .right-sec .school {
    padding: 43px 20px;
  }
}
.details-sec .details-sec-inner .right-sec .school {
  background-color: #D8D8D8;
  padding: 53px 0 37px 92px;
  color: #326699;
}
@media (max-width: 1220px) {
  .details-sec .details-sec-inner .right-sec .school {
    padding: 53px 0 37px 20px;
  }
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .right-sec .school {
    padding: 53px 20px 27px;
  }
}
.details-sec .details-sec-inner .right-sec .feedback h2 {
  color: #53B6E7;
}
.details-sec .details-sec-inner .right-sec .feedback p {
  margin-bottom: 15px;
}
.details-sec .details-sec-inner .right-sec .feedback a {
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .right-sec .feedback {
    padding: 53px 20px;
  }
}
@media (max-width: 767px) {
  .details-sec .details-sec-inner .right-sec {
    width: 100%;
    float: none;
  }
}

.topic-sec {
  background-color: #9A9A9A;
  padding: 46px 0;
}
.topic-sec .topic-inner {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.topic-sec .topic-inner h2 {
  color: #ffffff;
  float: left;
  margin-right: auto;
}
@media (max-width: 1220px) {
  .topic-sec .topic-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .topic-sec .topic-inner h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .topic-sec .topic-inner h2 {
    float: none;
    font-size: 22px;
  }
}
.topic-sec .topic-inner a {
  float: right;
  display: inline-block;
}
@media (max-width: 991px) {
  .topic-sec .topic-inner a:last-child {
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .topic-sec .topic-inner a:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .topic-sec .topic-inner a {
    float: none;
    display: table;
    margin: 25px 0;
  }
}
@media (min-width: 1023px) and (max-width: 1220px) {
  .topic-sec .topic-inner a {
    padding: 14px 32px 15px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .topic-sec .topic-inner {
    display: block;
  }
}

.zionism-sec {
  padding: 54px 0 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.zionism-sec .zionism-inner {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.zionism-sec .zionism-inner .content-sec {
  color: #ffffff;
  float: left;
  max-width: 641px;
  margin-right: auto;
}
.zionism-sec .zionism-inner .content-sec h2 {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .zionism-sec .zionism-inner .content-sec {
    max-width: 411px;
  }
}
@media (max-width: 767px) {
  .zionism-sec .zionism-inner .content-sec {
    max-width: 100%;
    float: none;
    margin: 0 auto 45px;
  }
}
.zionism-sec .zionism-inner img {
  float: right;
}
@media (max-width: 991px) {
  .zionism-sec .zionism-inner img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .zionism-sec .zionism-inner img {
    max-width: 240px;
    float: none;
  }
}
@media (max-width: 767px) {
  .zionism-sec .zionism-inner {
    display: block;
  }
}
@media (max-width: 991px) {
  .zionism-sec {
    padding: 40px 0px 25px;
  }
}
@media (max-width: 767px) {
  .zionism-sec {
    padding: 60px 0px 50px;
  }
}

.gallery-sec .title {
  padding: 0 0 52px;
}
.gallery-sec .title h2 {
  color: #53B6E7;
}
@media (max-width: 991px) {
  .gallery-sec .title {
    padding: 33px 0 32px;
  }
}
@media (max-width: 767px) {
  .gallery-sec .title {
    padding: 23px 0 0;
    margin-bottom: 45px;
  }
}
.gallery-sec .left-tab {
  width: 25.78%;
  float: left;
  margin: -5px 0 0 0;
  padding: 0 30px 0 0;
}
.gallery-sec .left-tab .expand-icon {
  background-image: url("../images/plus-icon.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
}
.gallery-sec .left-tab .expand-icon.open {
  background-image: url("../images/minus-icon.png");
}
@media (max-width: 991px) {
  .gallery-sec .left-tab .expand-icon {
    height: 35px;
    width: 35px;
    z-index: 99;
    top: 0;
  }
}
.gallery-sec .left-tab ul > li {
  cursor: pointer;
  position: relative;
}
.gallery-sec .left-tab ul > li > a {
  font-size: 20px;
  font-weight: 700;
  color: #343434;
  border-bottom: 2px solid #343434;
  font-style: italic;
  padding-bottom: 6px;
  display: block;
  padding-right: 25px;
}
.gallery-sec .left-tab ul > li.active > a {
  color: #53B6E7;
  border-bottom: 2px solid #53B6E7;
}
.gallery-sec .left-tab ul > li.active .expand-icon {
  background-image: url("../images/minus-icon.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
  /*&.open {
  	background-image: url('../images/minus-icon.png');
  }*/
}
@media (max-width: 991px) {
  .gallery-sec .left-tab ul > li.active .expand-icon {
    height: 35px;
    width: 35px;
    z-index: 99;
    top: 0;
  }
}
.gallery-sec .left-tab ul > li.active > ul {
  /*display:none;*/
  display: block;
}
.gallery-sec .left-tab ul > li > ul {
  display: none;
  padding-left: 20px;
}
.gallery-sec .left-tab ul > li > ul > li {
  padding: 9px 0 8px;
}
.gallery-sec .left-tab ul > li > ul > li a {
  font-size: 16px;
  border-bottom: 1px solid #9A9A9A;
  font-weight: 400;
  color: #9A9A9A;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-sec .left-tab ul > li > ul > li a:hover {
  color: #53B6E7;
}
.gallery-sec .left-tab ul > li > ul > li.active {
  font-weight: 700;
}
.gallery-sec .left-tab ul > li > ul > li.active > a {
  color: #53B6E7;
  font-style: italic;
}
.gallery-sec .left-tab ul > li > ul > li:last-child {
  border: 0;
}
.gallery-sec .left-tab ul > li:last-child > a {
  border: 0;
}
.gallery-sec .left-tab img {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .gallery-sec .left-tab img {
    margin: 62px auto;
    /*display: $__block;*/
    display: none;
  }
}
@media (max-width: 991px) {
  .gallery-sec .left-tab {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .gallery-sec .left-tab {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.gallery-sec .right-gallery {
  width: 74.2%;
  float: right;
  margin-bottom: 30px;
}
.gallery-sec .right-gallery .right-gallery-inner {
  margin: 0 -15px;
}
.gallery-sec .right-gallery .right-gallery-inner .img-sec {
  width: 33.33%;
  float: left;
  margin: 0 0 24px 0;
  padding: 0 15px;
}
.gallery-sec .right-gallery .right-gallery-inner .img-sec a:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .gallery-sec .right-gallery .right-gallery-inner .img-sec {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0 10px;
  }
}
@media (max-width: 568px) {
  .gallery-sec .right-gallery .right-gallery-inner .img-sec {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gallery-sec .right-gallery .right-gallery-inner {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .gallery-sec .right-gallery {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .gallery-sec .right-gallery {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

.fancybox-stage {
  max-width: 970px !important;
  height: 825px !important;
  background-color: #ffffff;
  margin: 0 auto;
  top: 50%;
  background-image: url("../images/model-mark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: right;
  background-size: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-stage .fancybox-toolbar {
  right: 100px;
  bottom: 84px;
  visibility: visible;
  opacity: 1;
  top: auto;
  background-color: #53B6E7;
}
.fancybox-stage .fancybox-toolbar .fancybox-button {
  height: auto;
  background-color: transparent;
  width: auto;
  padding: 12px 21px 14px;
}
.fancybox-stage .fancybox-toolbar .fancybox-button.fancybox-button--thumbs, .fancybox-stage .fancybox-toolbar .fancybox-button.fancybox-button--play, .fancybox-stage .fancybox-toolbar .fancybox-button.fancybox-button--zoom {
  display: none !important;
}
.fancybox-stage .fancybox-toolbar .fancybox-button.fancybox-button--close:after {
  content: "Back to Gallery";
  background-image: url("../images/back-icon.svg");
  width: 20px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 30px;
  background-position: left;
  background-size: auto;
  font-size: 15px;
  font-style: italic;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
@media screen and (orientation: landscape) {
  .fancybox-stage .fancybox-toolbar .fancybox-button.fancybox-button--close:after {
    background-size: 15%;
    font-size: 13px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-toolbar .fancybox-button {
    padding: 9px 7px 9px;
  }
}
@media (max-width: 1600px) {
  .fancybox-stage .fancybox-toolbar {
    right: 70px;
  }
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-toolbar {
    right: auto;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-toolbar {
    bottom: 12px;
  }
}
.fancybox-stage .fancybox-infobar {
  top: auto;
  mix-blend-mode: inherit;
  bottom: 85px;
  left: 95px;
  font-size: 20px;
  color: #9A9A9A;
  font-weight: 700;
  font-style: italic;
}
.fancybox-stage .fancybox-infobar:before {
  content: "image";
  font-size: 20px;
  color: #9A9A9A;
  font-weight: 700;
  font-style: italic;
  margin-right: 8px;
}
@media (max-width: 1600px) {
  .fancybox-stage .fancybox-infobar {
    bottom: 85px;
    left: 65px;
    font-size: 17px;
  }
  .fancybox-stage .fancybox-infobar:before {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-infobar {
    bottom: 143px;
    left: 10px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-infobar {
    bottom: 103px;
  }
}
.fancybox-stage .fancybox-navigation {
  position: absolute;
  bottom: 130px;
  max-width: 248px;
  left: 270px;
  margin: 0 auto;
  top: auto;
  text-align: right;
  width: 100%;
}
@media (max-width: 1600px) {
  .fancybox-stage .fancybox-navigation {
    max-width: 213px;
    left: 196px;
  }
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-navigation {
    max-width: 213px;
    bottom: 130px;
    left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-navigation {
    bottom: 98px;
    max-width: 200px;
  }
}
.fancybox-stage .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible !important;
  background-color: transparent;
  top: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.fancybox-stage .fancybox-navigation .fancybox-button div {
  padding: 12px 17px;
  min-width: 114px;
  border: 1px solid #9A9A9A;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .fancybox-stage .fancybox-navigation .fancybox-button div {
    padding: 12px 11px;
    min-width: 94px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-navigation .fancybox-button div {
    padding: 8px 5px;
    min-width: 94px;
  }
}
.fancybox-stage .fancybox-navigation .fancybox-button:hover div {
  background-color: #9A9A9A;
  border: 1px solid #9A9A9A;
}
.fancybox-stage .fancybox-navigation .fancybox-button--arrow_left div:after {
  content: "Previous";
  font-size: 15px;
  color: #9A9A9A;
  font-style: italic;
  background-image: url("../images/prev-icon.svg");
  height: 17px;
  width: 9px;
  padding-left: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left;
  background-size: auto;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-navigation .fancybox-button--arrow_left div:after {
    padding-left: 12px;
    background-size: 10%;
  }
}
.fancybox-stage .fancybox-navigation .fancybox-button--arrow_left div:hover:after {
  color: #ffffff;
  background-image: url("../images/prev-icon-hover.svg");
}
.fancybox-stage .fancybox-navigation .fancybox-button--arrow_right div:after {
  content: "Next";
  font-size: 15px;
  color: #9A9A9A;
  font-style: italic;
  background-image: url("../images/next-icon.svg");
  height: 17px;
  width: 9px;
  padding-right: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: right;
  background-size: auto;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-navigation .fancybox-button--arrow_right div:after {
    padding-right: 20px;
    background-size: 10%;
  }
}
.fancybox-stage .fancybox-navigation .fancybox-button--arrow_right div:hover:after {
  color: #ffffff;
  background-image: url("../images/next-icon-hover.svg");
}
.fancybox-stage .fancybox-button svg {
  display: none;
}
.fancybox-stage .fancybox-infobar,
.fancybox-stage .fancybox-navigation {
  opacity: 1;
  visibility: visible !important;
}
.fancybox-stage .fancybox-image {
  top: -22px;
  /*@include respond-below(custom767) {
  	max-width: 90%;
  }*/
}
@media (max-width: 1600px) {
  .fancybox-stage .fancybox-image {
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage .fancybox-image {
    max-width: 65%;
  }
}
@media (max-width: 1600px) {
  .fancybox-stage {
    max-height: 590px !important;
    width: 700px;
  }
}
@media (max-width: 767px) {
  .fancybox-stage {
    min-height: 420px !important;
    left: 0px;
    right: 0px;
    max-width: 90% !important;
    height: 700px !important;
    width: 100% !important;
    max-height: inherit !important;
    /*.fancybox-content {
     	top: -80px;
     	width: 100% !important;
    }*/
  }
  .fancybox-stage .fancybox-slide--image {
    padding-bottom: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .fancybox-stage {
    min-height: 290px !important;
  }
  .fancybox-stage .fancybox-content {
    top: -30px;
  }
}

.testimonial-sec {
  background-color: #9A9A9A;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 73px 0 80px;
}
.testimonial-sec h2 {
  margin-bottom: 35px;
}
.testimonial-sec:after {
  content: "";
  background-image: url("../images/quotes.png");
  width: 240px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-sec .slider-content {
  max-width: 769px;
  margin: 0 auto;
}
.testimonial-sec .slider-content span {
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonial-sec .slider-content {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .slider-content {
    padding: 0 25px;
  }
}
.testimonial-sec .swiper-button-next.swiper-button-disabled,
.testimonial-sec .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.testimonial-sec .swiper-button-prev,
.testimonial-sec .swiper-button-next {
  width: 32px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .testimonial-sec .swiper-button-prev,
.testimonial-sec .swiper-button-next {
    width: 17px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .swiper-button-prev,
.testimonial-sec .swiper-button-next {
    width: 12px;
    height: 19px;
  }
}
.testimonial-sec .swiper-button-prev {
  background-image: url("../images/prev-arrow.svg");
  left: 50px;
}
@media (max-width: 991px) {
  .testimonial-sec .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .swiper-button-prev {
    left: 0;
  }
}
.testimonial-sec .swiper-button-next {
  background-image: url("../images/next-arrow.svg");
  right: 50px;
}
@media (max-width: 991px) {
  .testimonial-sec .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .swiper-button-next {
    right: 0;
  }
}

.tax-gallery-category .gallery-sec ul > li.active {
  display: block;
}
.tax-gallery-category .gallery-sec ul > li.active .expand-icon {
  background-image: url("../images/minus-icon.png");
}

/*.tax-gallery-category  {
	.gallery-sec {
		ul{
			> li {
				> ul.active {
					display:block;
					+ .expand-icon {
						background-image: url("../images/minus-icon.png");
					}
				}
			}
		}
	}
}*/
.fancybox-can-pan .fancybox-navigation,
.fancybox-can-pan .fancybox-toolbar,
.fancybox-can-pan .fancybox-infobar {
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fancybox-stage .fancybox-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .fancybox-stage {
    height: 500px !important;
  }
}
@media only screen and (max-width: 540px) {
  .fancybox-stage {
    height: 500px !important;
  }
}
@media only screen and (max-width: 540px) {
  .fancybox-stage {
    height: 450px !important;
  }
}
.form-content-section {
  padding: 0 0px 0;
  position: relative;
  font-size: 16px;
  color: #9A9A9A;
}
@media (max-width: 767px) {
  .form-content-section {
    padding: 30px 0px 0;
  }
}
.form-content-section h2 {
  color: #53B6E7;
  margin-bottom: 13px;
}
.form-content-section p {
  margin-bottom: 18px;
}
.form-content-section strong {
  font-style: italic;
}
.form-content-section a {
  font-weight: 700;
  font-style: italic;
  color: #9A9A9A;
}
.form-content-section a:hover {
  color: #53B6E7;
}
.form-content-section a.link-blue {
  color: #53B6E7;
  text-decoration: underline;
}
.form-content-section a.link-blue:hover {
  color: #9A9A9A;
}
.form-content-section .form-section {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .form-content-section .form-section {
    margin-top: 35px;
  }
}
.form-content-section .form-section h4 {
  font-size: 20px;
  color: #53B6E7;
  font-weight: 700;
  font-style: italic;
}
.form-content-section .form-section form {
  margin-top: 17px;
}
.form-content-section:after {
  content: "";
  background-image: url("../images/contact-bg.png");
  position: absolute;
  top: 20px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: block;
  right: 0;
  height: 1089px;
  width: 845px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .form-content-section:after {
    height: 709px;
    width: 555px;
  }
}
@media (max-width: 767px) {
  .form-content-section:after {
    top: auto;
    height: 429px;
    width: 325px;
    bottom: 648px;
  }
}

.page-wrapper .text-box {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
}
.page-wrapper .text-box.half-width {
  width: 50%;
  float: left;
  clear: inherit;
}
.page-wrapper .text-box.half-width.left-align {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box.half-width.left-align {
    padding: 0px;
  }
}
.page-wrapper .text-box.half-width.right-align {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box.half-width.right-align {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .text-box.half-width {
    width: 100%;
  }
}
.page-wrapper .text-box input[type=text],
.page-wrapper .text-box input[type=email],
.page-wrapper .text-box .nice-select {
  border: 1px solid #9A9A9A !important;
  background-color: transparent;
  color: #9A9A9A;
  height: 56px;
  padding: 5px 40px;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  outline: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-wrapper .text-box input[type=text]:focus, .page-wrapper .text-box input[type=text]:hover,
.page-wrapper .text-box input[type=email]:focus,
.page-wrapper .text-box input[type=email]:hover,
.page-wrapper .text-box .nice-select:focus,
.page-wrapper .text-box .nice-select:hover {
  border-color: #53B6E7 !important;
  color: #53B6E7;
}
@media (max-width: 767px) {
  .page-wrapper .text-box input[type=text],
.page-wrapper .text-box input[type=email],
.page-wrapper .text-box .nice-select {
    font-size: 15px;
    padding: 5px 20px;
    height: 50px;
  }
}
.page-wrapper .text-box span.wpcf7-form-control-wrap {
  padding: 0;
}
.page-wrapper .text-box.captcha-div {
  position: relative;
}
.page-wrapper .text-box.captcha-div .captha-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #9A9A9A;
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .page-wrapper .text-box.captcha-div .captha-text {
    font-size: 15px;
    text-align: left;
    padding: 0 21px;
  }
}
.page-wrapper .text-box.captcha-div:hover .captha-text {
  color: #53B6E7;
}
.page-wrapper .text-box.text-box-captcha .captha-text {
  opacity: 0;
}
.page-wrapper .text-box .nice-select {
  padding: 5px 110px 5px 45px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box .nice-select {
    padding: 5px 45px 5px 20px;
  }
}
.page-wrapper .text-box .nice-select::after {
  border: none;
  background-image: url("../images/select-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  margin: 0;
  right: 41px;
  top: 19px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box .nice-select::after {
    width: 17px;
    height: 8px;
    right: 16px;
    top: 21px;
  }
}
.page-wrapper .text-box .nice-select:hover {
  border-color: #53B6E7;
  color: #53B6E7;
}
.page-wrapper .text-box .nice-select.open::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  top: 13px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box .nice-select.open::after {
    top: 18px;
    right: 19px;
  }
}
.page-wrapper .text-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9A9A9A;
  opacity: 1;
}
.page-wrapper .text-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9A9A9A;
  opacity: 1;
}
.page-wrapper .text-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #9A9A9A;
  opacity: 1;
}
.page-wrapper .text-box :-moz-placeholder {
  /* Firefox 18- */
  color: #9A9A9A;
  opacity: 1;
}
.page-wrapper .text-box input:hover::-webkit-input-placeholder,
.page-wrapper .text-box input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #53B6E7;
  opacity: 1;
}
.page-wrapper .text-box input:hover::-moz-placeholder,
.page-wrapper .text-box input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #53B6E7;
  opacity: 1;
}
.page-wrapper .text-box input:hover:-ms-input-placeholder,
.page-wrapper .text-box input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #53B6E7;
  opacity: 1;
}
.page-wrapper .text-box input:hover:-moz-placeholder,
.page-wrapper .text-box input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #53B6E7;
  opacity: 1;
}
.page-wrapper .text-box input[type=submit] {
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #53B6E7;
  border: 1px solid #53B6E7;
  text-transform: uppercase;
  padding: 13px 42px;
  cursor: pointer;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .page-wrapper .text-box input[type=submit] {
    font-size: 16px;
    padding: 11px 35px;
  }
}
.page-wrapper .text-box input[type=submit]:hover {
  background-color: transparent;
  color: #53B6E7;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}

.recaptcha {
  width: 293px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .recaptcha {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .recaptcha {
    width: 100%;
  }
}
.recaptcha label {
  font-size: 20px;
  color: #53B6E7;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.recaptcha .text {
  background-color: #D8D8D8;
  border: 1px solid #9A9A9A;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding: 12px 40px;
  margin: 16px 0px 24px;
}
@media (max-width: 767px) {
  .recaptcha .text {
    font-size: 16px;
    padding: 9px 32px;
  }
}

.text-box.date-picker {
  position: relative;
}

.text-box.date-picker .placeholder-text {
  content: "Requested date(s)*";
  margin-right: 10px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  cursor: pointer;
}

.text-box.date-picker input[type=date] {
  border: 1px solid #9A9A9A !important;
  background-color: transparent;
  color: #9A9A9A;
  height: 56px;
  padding: 5px 40px;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  outline: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.text-box.date-picker.date-picker-text .placeholder-text {
  opacity: 0;
  display: block;
}

.datepicker .table-condensed tr th,
.datepicker .table-condensed tr td {
  padding: 12px !important;
}

.datepicker .table-condensed tr td.active {
  background-color: #62cdff;
  color: #fff;
}

.dropdown-menu {
  display: block;
  position: absolute;
  background-color: #ffffff;
}

/*# sourceMappingURL=custom.css.map */
