/*-------------General Style---------------------------------------*/
/*body {margin: 0;padding: 0;font-weight: 400;font-size:14px;height: 100%;color: #444;font-family: 'Lato', sans-serif;}*/
/*-------------Bootstrap Style---------------------------------------*/
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  color: #fff;
}

/*-------------Custom Style---------------------------------------*/
.section-gap {
  padding: 50px 0;
}

.section-gap .sec-title {
  margin-bottom: 30px;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
}

.btn-min {
  min-width: 200px;
}

.btn i {
  font-size: 130%;
}

.btn i.small {
  font-size: 80%;
}

a:hover {
  text-decoration: none;
}

.img-full {
  width: 100%;
}

.defaultBtn:hover {
  border: none;
}

.whiteBtn {
  background: #fff;
  color: #f79608;
  border: 1px solid #fff;
}

.whiteBtn:hover {
  background: #f79608;
  color: #fff;
  border-color: #f79608;
}

/* gutters-10 =================================*/

.row.gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row.gutters-10>[class^="col-"],
.row.gutters-10>[class*=" col-"],
.row.gutters-10>.col {
  padding-right: 5px;
  padding-left: 5px;
}

.row.gutters-fix>[class^="col-"],
.row.gutters-fix>[class*=" col-"],
.row.gutters-fix>.col {
  margin-bottom: 20px;
}

/* bootstrap 4 =================================*/
.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bg-light {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #fff;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media (max-width: 767.98px) {
  .flex-column-sm {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-row-sm {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .c-tab {
    margin-top: 5px;
  }

  .m-no-c-gap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw7 {
  font-weight: 700;
}

.fw6 {
  font-weight: 600;
}

/*h1, h2, h3{font-weight: 600;}
h1{font-size: 4.8rem;}
h2{font-size: 4.0rem;}
h3{font-size: 3.0rem;}*/

.sec-title.listing-label {
  font-family: Lato-bold, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

/*-------------Menu Style---------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

#header .menu-section {
  padding: 25px 0;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

/*#header.header-scrolled .menu-section{padding: 20px 0;}*/
#header .logo img {
  padding: 0;
  max-width: 100%;
}

#header .logo img,
#header .logo2 img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

#header .logo2 img {
  margin-right: 70px;
}

#header .menu-section .dropdown img {
  width: 21px;
  margin-right: 5px;
}

.nav-menu-container .nav-menu>li {
  max-width: 100%;
  text-align: center;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  float: left;
}

.nav-menu-container .nav-menu li.active>a {
  color: #cd2122;
}

.menu-has-children ul {
  text-align: left;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 20px;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\e90c";
  position: absolute;
  right: 10px;
  font-family: "vetron" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  top: 2px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\e915";
}

.nav-menu a {
  padding: 0 20px;
  text-decoration: none;
  display: inline-block;
  color: #444;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.nav-menu>li>a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -11px;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 10px;
}

.nav-menu>li>a:hover:before {
  width: 100%;
}

.nav-menu ul {
  margin: 10px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/*------------- Mobile Navigation ---------------------------------------*/
.main-menu {
  position: relative;
}

#mobile-nav-toggle {
  position: absolute;
  right: 15px;
  z-index: 999;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: none;
  font-size: 36px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #0096ad;
  font-weight: 900;
  -webkit-text-stroke: 0.15px #ffffff;
}

#mobile-nav {
  position: fixed;
  top: -300px;
  z-index: 996;
  left: 0px;
  right: 0px;
  transition: 0.4s;
  display: block;
}

body.mobile-nav-active #mobile-nav {
  top: 88px;
}

#mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-nav ul li {
  background-color: #f7f9fb;
  border-bottom: 1px solid #e0e6eb;
}

#mobile-nav ul li:last-child {
  border: none;
}

#mobile-nav ul li a {
  height: 100%;
  color: #444;
  font-size: 14px;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  position: relative;
  text-decoration: none;
  display: block;
  outline: none;
  font-weight: 400;
  cursor: pointer;
}

#mobile-nav>ul>li>a .icon {
  font-size: 1.6rem;
  margin-right: 10px;
}

#mobile-nav>ul>li:hover>a {
  color: #fff;
  background-color: #0096ad;
}

#mobile-nav .submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
}

#mobile-nav ul li:hover .submenu {
  display: block !important;
}

#mobile-nav ul .submenu li {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e6eb;
  background-color: #fff;
  text-align: left;
}

#mobile-nav ul .submenu li a {
  padding: 10px;
  text-align: left;
  padding: 15px 7px 15px 15px;
}

#mobile-nav ul .submenu li a .icon {
  font-size: 1.6rem;
  margin-right: 5px;
  display: inline-block;
  width: 23px;
  height: 23px;
}

#mobile-nav ul .submenu li a .icon img {
  width: 90%;
  filter: brightness(0) invert(0);
}

#mobile-nav ul .submenu li:hover a {
  background-color: #d3dde6;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 995;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  display: none !important;
}

.mobile-nav-active #mobile-body-overly {
  display: block !important;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

#mobile-nav li>a .icon-angle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mobile-nav li:hover>a .icon-angle-up {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (min-width: 1200px) {
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    max-width: 1140px;
    margin: 0 auto;
    border: none;
    background-color: #f7f9fb;
  }

  #mobile-nav>ul>li {
    position: relative;
    width: 12.5%;
    min-width: 130px;
    border-right: 1px solid #e0e6eb;
    border-bottom: none;
  }

  #mobile-nav ul li a {
    font-size: 14px;
    padding: 30px 7px 14px 7px;
    text-align: center;
  }

  #mobile-nav>ul>li>a .icon {
    display: block;
    font-size: 3rem;
    margin-bottom: 5px;
    margin-right: 0;
  }

  #mobile-nav li>a .icon-angle-up {
    left: 0;
    right: 0;
    bottom: 14px;
  }
}

@media (max-width: 1199.98px) {
  .nav-menu-container {
    width: 240px;
  }

  #mobile-nav {
    top: -500px;
    left: initial;
  }
}

@media (min-width: 200px) {

  /* body{padding-top: 88px;} */
  .header-top {
    display: none;
  }

  #header .menu-buttons {
    padding-right: 40px;
  }

  #mobile-nav-toggle,
  #mobile-nav-toggle i {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    background: #fff;
  }

  /*.mobile-nav-active #mobile-nav-toggle i{background-image: url("../images/close.svg");background-size:cover;}
	#mobile-nav-toggle i{background-image: url("../images/menu.svg");background-size:cover;}*/
  #nav-menu-container .nav-menu,
  #mobile-nav .logo {
    display: none;
  }
}

@media (max-width: 767.98) {
  body {
    padding-top: 52px;
  }

  #header {
    height: 52px;
  }

  #header .menu-section {
    padding: 8px 0;
  }

  #header .logo {
    min-width: auto;
  }

  #header .logo img {
    height: 36px;
  }

  #mobile-nav-toggle,
  #mobile-nav-toggle i {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
    background: #daecf6;
  }
}

/*-- Owl Css --*/
.equal-h .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.equal-h .item::before {
  display: block;
  content: "";
}

.equal-h .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.equal-h .item::before {
  padding-top: 28.65%;
}

.banner-section {
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 11;
}

.banner-section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.banner-section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.small-banner .item {
  height: 500px;
}

.small-banner.equal-h .item img {
  object-position: center center;
}

.owl-action-1 .owl-nav .owl-prev,
.owl-action-1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-action-1 .owl-nav .owl-prev {
  left: 10px;
}

.owl-action-1 .owl-nav .owl-next {
  right: 10px;
}

/*.owl-action-1 .owl-nav .owl-prev span{background-image: url(../images/arrow-l.svg);}
.owl-action-1 .owl-nav .owl-next span{background-image: url(../images/arrow-r.svg);}*/
.owl-action-1 .owl-nav .owl-prev span,
.owl-action-1 .owl-nav .owl-next span {
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.15);
  background-size: contain;
  width: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.owl-action-1 .owl-nav .owl-prev:focus,
.owl-action-1 .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-action-1.owl-theme .owl-dots {
  text-align: center;
}

.owl-action-1.owl-theme .owl-dots .owl-dot {
  width: 19px;
  height: 5px;
  background-color: #e8ebee;
  display: -webkit-inline-box;
  margin-right: 0.6rem;
}

.owl-action-1.owl-theme .owl-dots .owl-dot.active {
  background-color: #00a2bd;
}

.owl-action-2 .owl-nav .owl-prev,
.owl-action-2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 30px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  margin: 0;
}

.owl-action-2 .owl-nav .owl-prev {
  left: -50px;
  border-radius: 4px 0 0 4px;
}

.owl-action-2 .owl-nav .owl-next {
  right: -50px;
  border-radius: 0 4px 4px 0;
}

.owl-action-2 .owl-nav .owl-prev span,
.owl-action-2 .owl-nav .owl-next span {
  font-size: 6.4rem;
  color: #d9d9d9;
  line-height: 0.6;
}

.owl-action-2 .owl-nav .owl-prev:focus,
.owl-action-2 .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-action-2 .owl-nav .owl-prev:hover,
.owl-action-2 .owl-nav .owl-next:hover {
  background: transparent !important;
  color: #00a2bd;
}

.owl-action-2 .owl-nav .owl-prev:hover span,
.owl-action-2 .owl-nav .owl-next:hover span {
  color: #00a2bd;
}

.owl-action-2.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.owl-action-2.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-action-2.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
}

.owl-action-2.owl-theme .owl-dots .owl-dot.active span,
.owl-action-2.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .owl-action-2 .owl-nav .owl-prev {
    left: -1px;
    border-radius: 0 4px 4px 0;
  }

  .owl-action-2 .owl-nav .owl-next {
    right: -1px;
    border-radius: 4px 0 0 4px;
  }
}

/*-------------pagetitle Style---------------------------------------*/
.pagetitle {
  margin: 2.4rem 0 0.8rem;
  padding: 0 0 1.2rem 0;
}

/*.pagetitle h1 {font-size: 2.8rem;color: #444;text-align: left;margin:0;padding:0;position: relative;}*/
.pagetitle h1 {
  font-size: 2.8rem;
  font-family: Lato-Bold;
  color: #444;
  text-align: left;
  margin: 0;
  padding: 0 0 1.5rem 0;
  text-transform: uppercase;
  position: relative;
}

.pagetitle h1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #00a2bd;
  left: 0;
  bottom: 0px;
}

.pagetitle h1 span {
  font-size: inherit;
}

.pagetitle.view2 h1:after {
  content: normal;
}

.pagetitle.view2 {
  padding-bottom: 0px;
}

.pagetitle.view2 p:last-child {
  margin: 0;
}

.pagination .page-link {
  border: none;
  color: #444;
}

.pagination .page-link i {
  font-size: 2rem;
  line-height: 1px;
  vertical-align: middle;
}

a.facebook:hover {
  color: #3b5998;
}

a.twitter:hover {
  color: #00aced;
}

a.youtube:hover {
  color: #c7222a;
}

a.linkedin:hover {
  color: #3b5998;
}

a.instagram:hover {
  color: #e1306c;
}

a.whatsapp:hover {
  color: #1ba62a;
}

a.email:hover {
  color: #333;
}

/*-------------img-card Style---------------------------------------*/
.img-card {
  -webkit-box-shadow: 0 2px 1px 0 rgba(81, 97, 110, 0.09);
  box-shadow: 0 2px 1px 0 rgba(81, 97, 110, 0.09);
  display: block;
  color: #444;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.4s;
  position: relative;
}

.img-card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #444;
}

.img-card .img-card-img-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.img-card .img-card-img-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #444;
}

.img-card .img-card-img-box .icon {
  position: absolute;
  z-index: 111;
  color: #fff;
  font-size: 6.4rem;
  opacity: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.img-card .img-card-img-box::before {
  padding-top: 46.25%;
  display: block;
  content: "";
}

.img-card .img-card-body {
  padding: 18px;
}

.img-card .img-card-body .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #444;
  font-family: Lato-Semibold, sans-serif;
}

.img-card .img-card-body p {
  margin: 0;
}

.img-card .text-primary {
  color: #00a2bd;
}

.style2.img-card {
  box-shadow: 0 0.2rem 0.1rem 0 rgba(81, 97, 110, 0.09);
  border: 0.1rem solid #e1e8ef;
}

.style2.img-card:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.style2.img-card .img-card-body {
  padding: 10px 18px 45px;
}

.style2.img-card .img-card-body .title {
  font-size: 1.8rem;
  font-weight: 400;
}

.style2.img-card .img-card-img-box::before {
  padding-top: 51.5%;
}

.style2.img-card .img-card-body .title {
  height: 44px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #00a2bd;
  transition: all 0.5s ease-out;
  font-family: Lato-Semibold, sans-serif;
  line-height: 1.3;
}

.style2.img-card .img-card-body .title:hover {
  color: #f79608;
  transition: all 0.5s ease-out;
}

.style2.img-card .img-card-body {
  position: relative;
}

.play-icon {
  background: #f79608;
  border-radius: 100px;
  padding: 5px;
  color: #fff;
  font-size: 3.2rem;
  position: absolute;
  left: 15px;
  top: -22px;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 12px 0 rgba(115, 115, 115, 0.52);
}

.play-icon:hover {
  background: #f79608;
  transition: all 0.5s ease-out;
}

.share-box {
  background: #f0f6fa;
  padding: 10px 18px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  font-size: 1.6rem;
  transition: all 0.5s ease-out;
  justify-content: space-between;
}

.style2.img-card .share-box {
  font-size: 1.6rem;
}

.share-box span,
.share-box .link {
  display: block;
  margin-right: 12px;
  line-height: 18px;
}

.share-box .link {
  color: #0096ad;
}

.share-box .link i {
  vertical-align: text-top;
  font-size: 2rem;
}

.share-box span {
  vertical-align: middle;
  font-size: 14px;
}

.share-box small.link {
  cursor: pointer;
}

.share-box small.link:hover {
  text-decoration: underline;
}

.share-box.static {
  position: static;
}

.owl-carousel .style2.img-card {
  margin-bottom: 20px;
  margin-top: 10px;
}

.style2.img-card:hover .share-box {
  bottom: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-group .btn.btn-link {
  display: flex;
  align-items: center;
  /*border: none;*/
}

.btn.btn-link .icon img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transform: scale(1.35);
}

.btn.btn-link:focus {
  background: #eee;
  color: #0096ad;
  text-decoration: none;
}

.btn.btn-link:hover {
  background: #0096ad;
  color: #fff;
  text-decoration: none;
}

.btn.btn-link.active {
  background: #f79608;
  color: #fff;
  text-decoration: none;
}

.btn.btn-link.active .icon img,
.btn.btn-link:hover .icon img {
  filter: brightness(0) invert(1);
}

/*.btn.btn-outline-primary.active{background: #f79608 !important;border-color: #f79608 !important;}*/
.btn-min-group .btn {
  min-width: 80px;
}

.c-tab {
  -webkit-box-shadow: 0 0 7px #0000002e;
  box-shadow: 0 0 7px #0000002e;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

.video-lang .c-tab {
  flex-wrap: wrap;
}

.c-tab a,
.c-tab .btn2 {
  background-color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center !important;
  border: none;
  box-shadow: 0 0 0 1px #fddfb4;
  text-align: center;
  flex-wrap: nowrap;
  color: #444;
  font-family: Lato-Regular, sans-serif;
  margin: 0;
  border-radius: 0;
}

.c-tab a:last-child,
.c-tab .btn2:last-child {
  border: none;
  border-radius: 0;
}

.c-tab a:first-child,
.c-tab .btn2:first-child {
  border-radius: 0;
}

.c-tab a img,
.c-tab .btn2 img {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transform: scale(1.35);
  filter: brightness(0) invert(0);
}

.c-tab a:hover,
.c-tab .btn2:hover,
.c-tab a:focus,
.c-tab .btn2:focus {
  background-color: #fef9f2;
  color: #f79608;
  outline: none;
}

.c-tab a.active,
.c-tab .btn2.active {
  background-color: #f79608;
  color: #fff;
  box-shadow: -1px -1px #f79608;
}

.c-tab a:hover img,
.c-tab .btn2:hover img,
.c-tab a:focus img,
.c-tab .btn2:focus img {
  filter: brightness(0.95);
}

.c-tab a.active img,
.c-tab .btn2.active img {
  filter: brightness(0) invert(1);
}

.video-lang .c-tab .btn2 {
  min-width: 100px;
}

.whyChoose {
  background: #00a2bd;
  position: relative;
  background: url(../images/why_choose_bg.jpg) no-repeat center center;
  background-size: cover;
}

.whyChoose .row>div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1.2rem;
}

.whyChoose .row>div:last-child {
  border-right: none;
}

.whyChoose .sliderCont {
  text-align: center;
  color: #fff;
  padding-top: 1.2rem;
}

.whyChoose h4 {
  font-size: 4rem;
  padding-bottom: 1.2rem;
  margin: 0;
}

.whyChoose h5 {
  font-size: 2.4rem;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0;
}

.whyChoose p {
  margin: 0;
}

/*-------------video-play Style---------------------------------------*/
.video-play-section {
  background: #d6ddde;
  padding-bottom: 5px;
}

video {
  outline: none;
}

.footer {
  padding: 20px 0 15px;
  border-top: 1px solid #e3e3e3;
}

footer:after,
footer:before {
  content: normal;
}

.footer p {
  font-size: 12px;
  color: #666;
  line-height: 15px;
}

.sociaList {
  padding: 0;
  list-style: none;
}

.sociaList li {
  display: inline-block;
  border-right: 1px solid #f6f6f6;
}

.sociaList li:last-child {
  border: none;
}

.sociaList li a {
  padding: 5px 8px;
  color: #d3d3d3;
}

.sociaList li a.facebook:hover {
  color: #3b5998;
}

.sociaList li a.twitter:hover {
  color: #00aced;
}

.sociaList li a.youtube:hover {
  color: #c7222a;
}

.sociaList li a.linkedin:hover {
  color: #3b5998;
}

.sociaList li a.instagram:hover {
  color: #e1306c;
}

.sociaList li:last-child a {
  margin-right: 0;
}

.sociaList li a i {
  font-size: 2rem;
  vertical-align: middle;
}

.socialMedia p {
  padding-left: 13px;
}

.video-player {
  position: relative;
}

.video-player .share-box {
  bottom: 0px;
  right: 0;
  left: auto;
  display: none !important;
}

.levelBox {
  margin: 0;
  padding: 10px 40px 20px;
  float: left;
  background: #fff;
  text-align: center;
  border-left: 1px solid #e1e4e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.levelBox .text {
  color: #444;
}

.levelBox .text h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.owl-item:last-of-type .levelBox {
  border-right: 1px solid #e1e4e6;
}

.levelBox .iconlevels {
  height: 100px;
  width: 149px;
  display: inline-block;
  margin: 1.6rem auto 0;
  padding: 0;
  background: url(../images/spiteIcons.png) no-repeat 0 0;
}

.levelBox .iconlevels.iconBeginner {
  background-position: 0 -5509px;
}

.levelBox .iconlevels.iconAdvanced {
  background-position: 0 -5835px;
}

.levelBox .iconlevels.iconIntermediate {
  background-position: 0 -5672px;
}

.levelBox .iconlevels.iconvideo1 {
  background: url(../images/video-color-1.png) no-repeat 0 0;
  background-size: contain;
  background-position: center;
}

.levelBox .iconlevels.iconvideo2 {
  background: url(../images/video-color-2.png) no-repeat 0 0;
  background-size: contain;
  background-position: center;
}

.levelBox .iconlevels.iconvideo3 {
  background: url(../images/video-color-3.png) no-repeat 0 0;
  background-size: contain;
  background-position: center;
}

.levelBox p {
  margin: 0;
  padding: 7px 0 0;
  font-size: 14px;
  color: #444;
  height: 60px;
}

.levelBox .vmore {
  margin: 0;
  padding: 0.8rem 0 0;
  color: #00a2bd;
  display: block;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

.levelBox .vmore i {
  vertical-align: middle;
}

.levelBox .share-text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  height: auto;
  font-size: 14px;
}

.levelBox .share-box {
  text-align: center;
}

.levelBox:hover {
  background: #cfedf3;
}

.levelBox:hover .vmore {
  visibility: visible;
  transform: translateY(-15px);
  transition: all 0.5s ease-out;
}

.levelBox:hover .share-box {
  bottom: 0;
  transition: all 0.5s ease-out;
}

.planSec .iconspr {
  position: relative;
  background: url(../images/letsPlanIconBG.png) no-repeat;
  background-size: contain;
  height: 140px;
  width: 170px;
  display: block;
  margin: 0 auto;
}

.planSec .iconspr img {
  position: absolute;
  right: 0px;
  top: 15px;
  width: auto;
}

.planSec h4 {
  position: relative;
}

.planSec h4 .maskText {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent),
    url(../images/text-mask.jpg) repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  font-weight: 700;
  background-position: 9% 163%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.planSec a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  color: #00a2bd;
  padding-bottom: 5px;
}

.planSec a:before {
  clear: both;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50px;
  content: "";
  height: 0;
  width: 0;
  padding: 0;
  margin: -12px;
  border: 5px solid transparent;
  border-left-color: #0198b5;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.planSec a:after {
  position: absolute;
  content: "";
  background: #ccc;
  left: 0;
  bottom: -8px;
  width: 38px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-------------askTheExpert Style---------------------------------------*/
.askTheExpert {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
}

.askTheExpert h2 {
  margin: 90px 0 0;
  padding: 0;
  font-size: 80px;
  line-height: 80px;
  color: #00a2bd;
  position: relative;
  text-transform: uppercase;
  padding-left: 65px;
  font-weight: 900;
}

.askTheExpert h2.ask:before {
  content: "";
  position: absolute;
  left: -37px;
  top: -20px;
  background: url(../images/spiteIcons.png) no-repeat 0 -5998px;
  height: 148px;
  width: 149px;
}

.askTheExpert h3 {
  margin: 0;
  padding: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  color: #00a2bd;
  position: relative;
  text-transform: uppercase;
}

.askTheExpert p {
  margin: 0;
  padding: 30px 30px 0 0;
  font-size: 1.6rem;
  line-height: 22px;
  color: #444;
  text-align: justify;
  letter-spacing: 0;
}

.askTheExpert .askForm {
  margin: 0;
  padding: 60px 50px 54px 100px;
  background: #00a2bd;
  position: relative;
  z-index: 1;
}

.askForm-bg {
  position: relative;
}

.askTheExpert .askForm-bg:after {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  background: #00a2bd;
  top: 0;
  left: 0;
  z-index: 0;
}

.field__input-wrapper {
  position: relative;
  margin-bottom: 25px;
  padding-top: 10px;
}

.field__input-wrapper .field__input+label,
.field__input-wrapper .field__input:focus+label {
  font-size: 14px;
  position: absolute;
  left: 0px;
  pointer-events: none;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.field__input-wrapper .field__input+label,
.field__input-wrapper .field__input:focus+label,
.field__input-wrapper .field__input:placeholder-shown:focus~label {
  top: -4px;
}

.field__input-wrapper .field__input:placeholder-shown~label {
  top: 23px;
  font-size: 14px;
}

.field__input-wrapper .field__input {
  border: none;
  border-bottom: 1px solid #5cbdcd;
  display: block;
  width: 100%;
  padding: 10px 0;
  word-break: normal;
  line-height: 24px;
  font-size: 1.25rem;
  background-color: transparent;
  outline: none;
  color: #fff;
}

.field__input-wrapper textarea.field__input {
  padding-top: 0;
  margin-top: 10px;
}

.video-slider.owl-carousel .owl-dots {
  display: none;
}

.main-cat2.owl-carousel .owl-item {
  border-left: 0.1rem solid #e1e4e6;
}

.main-cat2.owl-carousel .owl-item:last-child {
  border-right: 0.1rem solid #e1e4e6;
}

.main-cat2.owl-carousel .levelBox {
  border: none;
}

/*-------------Responsive Style---------------------------------------*/
@media (min-width: 768px) {
  .pagetitle .c-tab {
    margin-left: 10px;
  }
}

@media (max-width: 1199.98px) {
  .video-lang .c-tab .btn2 {
    min-width: 104.3px;
  }
}

@media (max-width: 991.98px) {
  .row.gutters-fix {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row.gutters-fix>[class^="col-"],
  .row.gutters-fix>[class*=" col-"],
  .row.gutters-fix>.col {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-gap {
    padding: 40px 0;
  }

  .section-gap .sec-title {
    margin-bottom: 20px;
  }

  .askTheExpert .askForm {
    padding: 40px 10px 52px 40px;
  }

  .askTheExpert h2 {
    font-size: 60px;
  }

  .askTheExpert h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .video-lang .c-tab .btn2 {
    min-width: 96px;
  }
}

@media (max-width: 767.98px) {
  #header {
    height: 60px;
  }

  body {
    padding-top: 58px;
  }

  body.mobile-nav-active #mobile-nav {
    top: 60px;
  }

  #header .logo img,
  #header .logo2 img {
    height: 30px;
  }

  #header .menu-section {
    padding: 15px 0;
  }

  .main-banner.equal-h .item::before {
    padding-top: 50%;
  }

  .row.gutters-fix {
    margin-right: -7px;
    margin-left: -7px;
  }

  .row.gutters-fix>[class^="col-"],
  .row.gutters-fix>[class*=" col-"],
  .row.gutters-fix>.col {
    margin-bottom: 14px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .section-gap {
    padding: 30px 0;
  }

  .section-gap .sec-title {
    margin-bottom: 15px;
  }

  .main-cat2.owl-carousel .owl-item {
    text-align: center;
    padding: 10px 25px;
  }

  .levelBox {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
  }

  .main-cat2.owl-carousel .owl-item {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.5;
  }

  .main-cat2.owl-carousel .owl-item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .textWrap {
    text-align: center;
  }

  .planSec a:before,
  .planSec a:after {
    content: normal;
  }

  .askTheExpert h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 50px;
    line-height: 50px;
    padding-left: 45px;
  }

  .askTheExpert h2.ask:before {
    height: 100px;
    width: 100px;
    background-position: -165px -5852px;
    left: 0;
    right: 93px;
    margin: 0 auto;
    top: -16px;
  }

  .askTheExpert h3 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

  .askTheExpert p {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .askTheExpert .askForm-bg:after {
    left: -100px;
  }

  .askTheExpert .askForm {
    padding: 10px 0 52px;
  }

  .askTheExpert .whiteBtn {
    display: block;
    width: 100%;
  }

  .c-tab {
    margin-top: 10px;
  }

  .c-tab a {
    width: 33.33%;
  }

  .video-lang .c-tab .btn2 {
    width: 20%;
  }

  .pagetitle>div>div:last-child {
    width: 100%;
  }

  .stArticleDetails>div>div:last-child {
    width: 100%;
  }

  .smarTomorrowsWrap .inside {
    padding-top: 3rem !important;
  }
}

@media (max-width: 574.98px) {

  #header .logo img,
  #header .logo2 img {
    height: 5.5vw;
  }

  #header .logo2 img {
    margin-right: 40px;
  }

  .row.gutters-fix {
    margin-right: -5px;
    margin-left: -5px;
  }

  .row.gutters-fix>[class^="col-"],
  .row.gutters-fix>[class*=" col-"],
  .row.gutters-fix>.col {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .section-gap {
    padding: 25px 0;
  }

  .section-gap .sec-title {
    margin-bottom: 12px;
  }

  .c-tab a {
    flex-direction: column;
    padding: 1.4rem 0.8rem 0.8rem;
    font-size: 12px;
  }

  .c-tab a img {
    margin-right: 0;
    margin-bottom: 7px;
  }

  .video-lang .c-tab .btn2 {
    width: 33.3333%;
  }
}