:root{
  --primary-color:#2171cb;
  --secondary-color:#0fbbbb;
 --white:#fff;
 --medium-grey:#d6d6d6;
 --light-grey:#f9f5f3;
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Montserrat:wght@300;400;500;600;700&family=Roboto+Slab:wght@200;300;400&display=swap');
/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
*/
html {
  scroll-behavior: smooth;
}
body {
  line-height: 34px;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}


p{
  color: #3f3f3f;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}
ul li{
  list-style: none;
  font-weight: 200;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,h5 {
  color: #333333;
}
.fw-3{
  font-weight: 300;
}
.fw-6{
  font-weight: 600;
}
.fw-7{
  font-weight: 700;
}


.ptb_20{
  padding: 20px 0;
}

.ptb_50{
  padding: 50px 0;
}

.ptb_70{
  padding: 70px 0;
}

.tagline-text{
  font-size: 22px;
  text-align: left !important;
}
.text-22{
  font-size: 22px;
}
.text-21{
  font-size: 21px;
}
.zoom-img-wrapper { 
  overflow: hidden; 
  border-radius: 10px;
}
.zoom-img {
  transition: 0.3s;
}

.zoom-img:hover {
  transform: scale(1.1);
}


body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

.text-secondary {
  color: #00aeff !important;
}

.bg-primary-light {
  background-color: rgba(19, 106, 213, 0.05);
}

.bg-secondary-light {
  background-color: rgba(0, 174, 255, 0.05);
}

a {
  color: #136ad5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: #136ad5;
  text-decoration: none;
}

button:focus{
  box-shadow: none;
  outline: none;
  border: none;
}
/* ::-moz-selection {
  background: #fff;
  color: #ffffff;
  border: none;
}

::selection {
  background: #fff;
  color: #ffffff;
  border: none;
} */

.text-primary {
  color: #136ad5 !important;
}

a.text-primary {
  color: #136ad5 !important;
}

a.text-primary:hover {
  color: #136ad5 !important;
}

.line-border-bottom{
  border-bottom: 1px solid var(--medium-grey);
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1070px;
}
}

.border-bottom{
width: 100%;
height: 1px;
border: 1px solid ;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #136ad5;
  border-color: #136ad5;
}

.btn.btn-primary:hover {
  border-color: #1573e8;
  background: #1573e8;
}

.btn.btn-secondary {
  background: #0fbbbb;
  border-color: #0fbbbb;
}

.btn.btn-secondary:hover {
  border-color: #0fbbbb;
  background: var(--primary-color);
}

.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-outline-primary {
  border-color: #136ad5;
  color: #136ad5;
}

.btn.btn-outline-primary:hover {
  background: #136ad5;
  color: #ffffff;
}

.form-control,
.custom-select {
  border: none;
  font-size: 16px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #000000;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
  color: #000000;
  border-color: #136ad5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {

  .gutter-v1>.col,
  .gutter-v1>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v2>.col,
.gutter-v2>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {

  .gutter-v2>.col,
  .gutter-v2>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v3>.col,
.gutter-v3>[class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {

  .gutter-v3>.col,
  .gutter-v3>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #136ad5;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-bar a {
  color: #ffffff;
}

.logo {
  max-width: 125px;
}


@media (max-width: 991.98px) {
  .logo {
    left: 20px;
  }
}

.logo:hover {
  color: #ffffff;
}

.menu-absolute {
  position: absolute !important;
}

.btn-book {
  position: absolute;
  right: 15px;
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .btn-book {
    right: 60px;
  }
}

.site-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}

.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-navigation{
  border-bottom: 1px solid #d5d5d5;
}


.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
  position: relative;
  left: 20px;
}

.site-nav .site-navigation .site-menu>li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
  font-size: 15px;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  font-weight: 700;
}

.site-nav .site-navigation .site-menu>li>a:hover {
  color: #000;
}

.site-nav .site-navigation .site-menu>li.cta-button a {
  padding: 5px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: 30px;
}

.site-nav .site-navigation .site-menu>li.cta-button a:hover {
  color: #000;
}

.site-nav .site-navigation .site-menu>li.cta-button.active a {
  color: #000000;
}

.site-nav .site-navigation .site-menu>li.active>a {
  color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: #136ad5 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.active>a {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-nav.dark a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li>a {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav.dark .site-navigation .site-menu>li>a:hover {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li.active>a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:active>a {
  color: #136ad5;
}

.site-nav.dark .site-navigation .site-menu>li.has-children:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:active>a {
  color: #000000;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close>span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: var(--white);
  top: 5px;
  left: 14px;
}

.site-mobile-menu-close>span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fffffff0;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
  /* border: 1px solid #ffff; */
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 13px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: var(--primary-color);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {

  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #0fbbbb;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000000;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #136ad5 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
  color: #136ad5 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sticky-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: transparent;
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 18px;
  padding-bottom: 0px;
  background: white;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

#sticky-wrapper.is-sticky .sticky-nav .burger:before,
#sticky-wrapper.is-sticky .sticky-nav .burger span,
#sticky-wrapper.is-sticky .sticky-nav .burger:after {
  background: #0fbbbb;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a {
  color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a:hover,
#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a.active {
  color: #136ad5 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li.active a {
  color: #136ad5 !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
  background: #0fbbbb;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #0fbbbb;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.untree_co-hero,
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.untree_co-hero.overlay,
.bg-img.overlay {
  position: relative;
}

.untree_co-hero.overlay:before,
.bg-img.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f5f3;
  z-index: -0;
}

.untree_co-hero>.container,
.bg-img>.container {
  position: relative;
  z-index: 2;
}

.untree_co-hero,
.untree_co-hero>.container>.row,
.bg-img,
.bg-img>.container>.row {
  min-height: 114px;
}
.btn-book{
  margin-top: 4px;
}
/* Header end */

/* BUTTON */
.learn-more-btn a{
border-radius: 20px;
padding:7px 45px;
color: var(--white);
display: block;
font-size: 15px;
letter-spacing: 1px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
margin-right: 15px;
}

.learn-more-btn a:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


/*========== BANNER ===========*/

.banner-section{
  margin-top: -250px;
  z-index: 1;
}
.banner-heading{
  padding: 30px;
  background-color: #f9f9f9a6;
}
.banner-heading h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 30px;
  
}

.banner-heading p{
  font-size: 22px;
  text-align: left;
}


.banner-heading h2 span{
  color: var(--primary-color);
}

.banner-heading .learn-more-btn a{
  background-color: var(--primary-color); 
  
}

.banner-heading .contact-btn a{
  color: #333;
}

.banner-image{
  max-width: 90%;
}

.phone-icon{
  background-color: var(--white);
  padding: 15px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

.phone-icon img{
  width: 15px;
  height: 15px;
}

/*========== ABOUT ===========*/

.about-section{
  padding: 30px 0;
}
.about-section1{
  padding: 150px 0 0;
}
.about-section p{
  font-size: 22px;
  text-align: justify;
}
.about-heading h2{
  font-size: 45px;
  font-weight: 700;
}

.about-heading span{
color: var(--primary-color);
font-size: 22px;
}
.about-heading2{
  position: relative;
}
.about-heading2 h3 span{
  font-size: 26px;
  color: #6b6b6b;
}
.about-heading2::before{
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--secondary-color);
  bottom: 10px;

}
.about-heading2 h3{
  font-size: 40px;
}

.about-heading2 img{
  max-width: 280px;
}


.about-section .learn-more-btn a{
  display: inline;
  background-color: var(--secondary-color); 
  font-size: 14px;
  padding: 14px 30px;
  
}

.about-section1 .learn-more-btn a{
  display: inline;
  background-color: var(--secondary-color); 
  font-size: 14px;
  padding: 14px 30px;
  
}

.overview{
  background-color: var(--primary-color);
  padding: 30px 0;
  border-radius: 10px;
  color: var(--white);
}
.overview-text{
  font-size: 30px;
  font-weight: 600;
}
.overview-text span{
  font-size: 14px;
  font-weight: 300;

}
.overview .border-right{
  border-right: 1px solid #5b95d6 !important;
}
.overview .in-border-bottom{
  border-bottom: 1px solid #5b95d6 !important;
}
.about-section .view-more-btn{
  background-color: var(--secondary-color);
  height: 100%;
  color: var(--white);
  border-radius: 10px;
}
.about-section .view-more-btn a{
  color: var(--white);
}

.about-section1 .view-more-btn{
  background-color: var(--secondary-color);
  height: 100%;
  color: var(--white);
  border-radius: 10px;
}
.about-section1 .view-more-btn a{
  color: var(--white);
}

.in-about-section p{
  text-align: justify;
}

/*========== CLIENT ===========*/

.clients-section{
  background-color:var(--light-grey) ;
  padding: 160px 0px 50px;
  margin-top: -170px;
}

.clients-slider .item{
  display: flex;
  flex-wrap: wrap;
  
}
.client{
 flex: 0 0 19%;
 background-color: var(--white);
 margin: 5px;
 min-height: 120px;
 display: flex;
 align-items: center;
 justify-content: center;
 
}
.client-head{
  background-color: var(--secondary-color);
  
}
.client-head h4{
  color: var(--white);
}
.client img{
  max-width: 100px;
}
.clients-slider .owl-dots{
  display: flex;
  justify-content: center;
}
.clients-slider .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  background-color: var(--medium-grey);
  border-radius: 50px;
  margin-top: 30px;
  margin-right: 12px;
}
.clients-slider .owl-dots .owl-dot.active{
  background-color: var(--secondary-color);
}



/*========== SERVICE ===========*/

.services-section{
  background-color: var(--primary-color);
  padding: 50px 0 80px;
}
.services-section h2, .services-section ul li, .services-section span  {
  color: var(--white);
}

.services-section h2{
 font-size: 40px;
}

.services-section ul li, .services-section span {
  font-size: 22px;
}
.services-section .li-border-bottom{
  border-bottom: 1px solid #5b95d6 !important;
}

.services-section .view-btn a{
  display: inline;
  background-color: var(--white);
  color: var(--primary-color);
  padding: 14px 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}
.services-section .view-btn a:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}
/*========== MENTOR ===========*/

.mentor-section h3{
  font-size: 35px;
}
.mentor-section p{
  text-align: left;
}

/* .accordion-mentor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
}
.accordion-mentor .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
  border: none;
}
.accordion-mentor .card .card__head {
  color: var(--white);  
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  white-space: nowrap;
  z-index: 1;
}
.accordion-mentor .card .card__head::before{
  position: absolute;
  content: '';
  width: 10px;
  height: 30px;
  background: var(--secondary-color);
  z-index: -1;

}
.accordion-mentor .card:hover {
  flex-grow: 10;
}
.accordion .card:hover img {
  filter: grayscale(0);
}
.accordion-mentor .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg);
}
.accordion-mentor .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
  border-radius: 20px;
}
.accordion-mentor .card:not(:nth-child(5)) {
  margin-right: 1em;
} */

/*==========  INNER-MENTOR ===========*/
.in-mentor-section{

}
.in-mentor-section .single-team{
  background-color: white;
  margin-bottom: 20px;
  margin-left:10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  transition: 0.3s ease-out;
  min-height: 420px;
}
.in-mentor-section .single-team:hover{
  box-shadow:0px 7px 7px 2px rgba(0,0,0,0.1);
}
.in-mentor-section .single-team:hover .social{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.in-mentor-section .img-area{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.in-mentor-section .img-area img{
    width: 100%;
}
.in-mentor-section .img-area:hover img{
    transform: scale(1.2)
}
.in-mentor-section .img-area img{
    transition: all 0.4s ease 0s;
}
@media (max-width: 768px){.in-mentor-section 
    .img-area img{
        display: inline-block;
    }
}
.in-mentor-section .img-area .social{
    background-color: #136ad5cc;
    position: absolute;
    text-align: center;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.img-area .social ul{
    text-align: center;
    position: relative;
    top: 0;
}
.in-mentor-section .img-area .social ul li a{
    /* border: 1px solid #fff; */
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.in-mentor-section .img-area .social ul li a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}
.in-mentor-section .img-text{
    padding: 25px;
    color: black;
    text-align: center;
}
.in-mentor-section .img-text h4{
    margin: 0 0 5px;
    font-size: 30px;
    color: var(--primary-color);
}
.in-mentor-section .img-text h5{
    font-size: 17px;
    color: #333

}



/*========== BLOG ===========*/

.blog-section{
  background-color: #f9f5f3;
  padding: 50px 0;
}
.blog{
  background-color: #f3eeeb;
  border-radius: 10px;
}
.blog img{
border-radius: 10px;
}
.blog .content{
  padding: 25px;
}
.blog .content span{
  font-size: 12px;
}
.blog .content h5{
  font-size: 17px;
}
.blog .content a{
  color: #5b5b5b;
  padding: 10px 14px;
}
.blog .content a:hover{
  background-color: var(--white);
  border-radius: 20px;
  
}
.blog .content a i{
  margin: 7px 0 0 4px;
}
/*========== FOOTER ===========*/

.footer-section{
  background-color: #ebe5e2;
  padding: 50px 0;
  
}
.footer-section p, .copyright p{
  font-size: 15px;
}
.footer-logo img{
  max-width: 120px;
}
.footer-logo, .footer-reach{
  border-right: 1px solid #b8b1ad;
  min-height: 150px;
}
.footer-reach h5{
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.footer-reach a{
color: #656565;
}

.copyright{
  background-color:#dbd4d0;
}

/* INNER GLOBAL */

.breadcrumb-head h1{
  font-size: 40px;
  font-weight: 700;
}
.breadcrumb-head h2{
  font-size: 40px;
  font-weight: 700;
}
.breadcrumbs a{
  border: 1px solid #c2c2c2;
  padding: 5px 17px;
  border-radius: 20px;
  color: #333333;
}
.breadcrumbs a.active{
  background-color: var(--white);
}

.breadcrumbs a:hover{
  background-color: var(--white);
}

.overlay{
  position: absolute;
  background-color: #136ad5db;;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sub-heading{
  font-size: 35px;
  color: #333;
}

.parallax {
  background-color: black;
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

section {
  transition: 0s linear;
  transition-property: background-position;
}

/* INNER ABOUT */


.about-header-bg::before{
  background: #eeeeee !important;
}

.in-about-banner{
  background: #eeeeee ;   
}
.in-about-banner img{
  max-width: 50%;
}

.in-about-heading h2 {
  font-size: 34px;
  padding-right: 80px;
}
.about-cta-image{  
  width: 100%;
  min-height: 400px;
  background-image: url(../images/about-section.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
}

.about-cta-image h3{
  color: var(--white);
}

.about-cta-btn a{
  display: inline;
  border-radius: 10px;
  background-color: #0fbbbb ;
  padding: 14px 30px;
}

.over-view-about{
  max-width: 225px;
  margin-top: -135px;
}

.in-blog-section{
  background-color: #f7f7f7;
  padding: 50px 0;
}


/****************************/
/*     Registration     */
/****************************/
.form-1 {
	background-color: rgb(102 120 139);
  position: relative;
}

.form-1 h2 {
	margin-bottom: 1.25rem;
  color: #fff;
}

.form-1 p,
.form-1 .list-unstyled,
.form-1 .help-block,
.form-1 .checkbox,
.form-1 .checkbox a {
	color: #fff;
}

.form-1 p {
	margin-bottom: 1.5rem;
  font-size: 20px;
}

.form-1 .list-unstyled .fas {
	color: #fff;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.form-1 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.form-1 .form-control-input {
	border: 1px solid #fff;
	background-color: #fff;
}

.form-1 .form-control-input:hover {
	border: 1px solid #fff;
}

.form-1 .form-control-submit-button {
	border: 0.125rem solid #fff;
	background-color: transparent;
}

.form-1 .form-control-submit-button:hover {
	border: 0.125rem solid #fff;
	background-color: #fff;
}

.form-1 .form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.125rem solid var(--white);
	border-radius: 1.5rem;
	background-color: transparent;
	color: #fff;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-1 .form-control-submit-button:hover {
	border: 0.125rem solid #333;	
  background-color: #333;
  color: var(--white);
}


/****************************/
/*     Form     */
/****************************/

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #555;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Montserrat", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 1rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.0625rem;
	padding-bottom: 0.0625rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.875rem "Montserrat", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.75rem "Montserrat", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.125rem solid #ffbd50;
	border-radius: 1.5rem;
	background-color: #ffbd50;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 0.125rem solid #333;
	background-color: transparent;
	color: #333;
}

.module-header{
  background-image: url(../images/students.jpg);
  background-position: center;
  background-size: cover;
}

.module-header h1 {
  font-size: 2rem;
  letter-spacing: -0.3px;
  color: var(--white);
}
.module-header .p-large {
  margin-bottom: 1.75rem;
  color: var(--white);
}
.module-header .btn-solid-lg {
  margin-bottom: 0;
  margin-left: 0;
}
.module-header .btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid var(--secondary-color);
  border-radius: 2rem;
  background-color: var(--secondary-color);
  color: #fff;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.module-header .btn-solid-lg:hover {
  background-color: transparent;
  border: 0.125rem solid var(--secondary-color);
  color: var(--secondary-color);
}

.module-header .btn-outline-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid #333;
  border-radius: 2rem;
  background-color: transparent;
  color: #333;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.module-header .btn-outline-lg {
  border: 0.125rem solid var(--white);
  color: var(--white);
}

.module-header .btn-outline-lg:hover {
  background-color: var(--primary-color);
  color: #fff;
}


/*===============================
	Courses CSS
=================================*/

.in-course-section{

  background-image: url(../images/3d-background-with-connecting-lines-dots.jpg);
  background-position: center;
  background-size: cover;
  
}
.in-course-section h1,.in-course-section h5,.in-course-section p{
  color: var(--white);
}
.in-course-section h1 {
  font-size: 2.8rem;
  letter-spacing: -0.3px;
}
.in-course-section h5{
  font-size: 1.5rem;
}
.in-course-section p{
  font-size: 1.5rem;
  text-align: left;
}

.in-course-img img{
  max-width: 350px;
  min-height: 290px;
}

.in-course-details{
  background-color: var(--white);
  border-radius: 10px;
  position: relative;
}

.course-circle-1,.course-circle-2{
 position: absolute;
}
.course-circle-1{
  top: -20px;
  left: -30px;
}
.course-circle-2{
 bottom: 10px;
 left: -27px;
}

.in-course-details ul li{
  font-size: 22px;
  font-weight: 500;
  list-style: circle;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.course-service-sec {
  background-color: transparent;
}

.course-service-sec span {
  color: #0fbbbb;
}

.course-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.course-service-sec .course-card {
  width: 100%;
  min-height: 550px;
  padding: 2em 1.5em;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.course-service-sec .course-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#cae0f8, #d7fdfd);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.course-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.course-service-sec .course-card a{
  border: 1px solid #333;
  padding: 7px 20px;
  border-radius: 20px;
  color: #333;
}
.course-service-sec .course-card a:hover{
  background-color: var(--secondary-colorr);
  border: 1px solid var(--secondary-color);
}

.course-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.course-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
}

.course-service-sec .course-card-image{
  margin-top: -50px;
}

.course-service-sec .course-card:hover:after {
  top: 0%;
}

.course-card .icon-wrapper {
  background-color: #ffffff;
  color: #0fbbbb;
}

.course-service-sec .course-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.course-service-sec .course-card:hover h3 {
  /* color: #ffffff; */
}

.course-service-sec .course-card:hover p {
  /* color: #f0f0f0; */
}
/* COURSES CARD ENDED */



/***************************/
/*      Module-Description     */
/***************************/

.module-description .basic-2 {
	padding-top: 3.5rem;
	padding-bottom: 2.75rem;
}
.module-description .basic-2 p{
  text-align: left;
}

.module-description .basic-2 h2 {
	margin-bottom: 3.75rem;
	text-align: center;
	font-size: 40px;
  max-width: 800px;
}

.module-description .basic-2 .li-space-lg li {
	margin-bottom: 1.375rem;
}

.module-description .basic-2 .list-unstyled .bullet {
	margin-right: 0.625rem;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(135 152 169);
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*********************/
/*     11. Video     */
/*********************/

.module-video-section .basic-4 {
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.module-video-section .basic-4 h2 {
	margin-bottom: 2.75rem;
	text-align: center;
}

.module-video-section .basic-4 .image-container {
	margin-bottom: 2rem;
}

.module-video-section .basic-4 .image-container img {
	border-radius: 0.75rem;
}

.module-video-section .basic-4 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.module-video-section .basic-4 .video-play-button {
	position: absolute;
	/* z-index: 10; */
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.module-video-section .basic-4 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: var(--secondary-color);
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.module-video-section .basic-4 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: var(--secondary-color);
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.module-video-section .basic-4 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}
  
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* end of video play button */


.in-blog-section p {
 text-align: left;
}

.in-blog-section .blog-btn a {
  color: #5b5b5b;
  padding: 10px 14px;
}
.in-blog-section .blog-btn a:hover {
  background-color: var(--white);
  border-radius: 20px;
}

.in-blog-section .card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
background: linear-gradient(to right, #FFFFFF, #ECE9E6);


}

.card__header-full-width{
  background-color: #e1e1e1;
}

.in-blog-section .card-full-width{
  width: 100%;
}

.card-full-width img{
  max-width:400px ;
}

.in-blog-section .card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.in-blog-section .card__body-full-width{
  padding: 2rem;
}

.in-blog-section .tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.in-blog-section .tag + .tag {
  margin-left: .5em;
}

.in-blog-section .tag-blue {
  background: #56CCF2;
background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.in-blog-section .tag-brown {
  background: #D1913C;
background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.in-blog-section .tag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.in-blog-section .card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.in-blog-section .card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.in-blog-section .user {
  display: flex;
  gap: .5rem;
}

.in-blog-section .user__image {
  border-radius: 50%;
}

.in-blog-section .user__info > small {
  color: #666;
}



/***********************/
/*     16. Contact     */
/***********************/
.in-contact-section
.in-contact-section .form-3 {
	padding-top: 6.125rem;
	padding-bottom: 5.125rem;
	background-color: #ffbd50;
}
.in-contact-section i{
font-size: 20px !important;
}
.in-contact-section i.fa.fa-mobile{
  font-size: 30px !important;
}
.in-contact-section .form-3 .text-container {
	margin-bottom: 3rem;
}

.in-contact-section .form-3 h2 {
	margin-bottom: 1.125rem;
}

.in-contact-section .form-3 p {
	color: #333;
	margin-bottom: 2rem;
}

.in-contact-section .form-3 h3 {
	margin-bottom: 0.875rem;
}

.in-contact-section .form-3 .list-unstyled,
.in-contact-section .form-3 .list-unstyled a {
	color: #333;
}

.in-contact-section .form-3 .list-unstyled .fas {
	color: #333;
	font-size: 1rem;
	line-height: 1.625rem;
}

.in-contact-section .form-3 .list-unstyled .media-body {
	/* margin-left: 0.75rem; */
}

.in-contact-section .form-3 .list-unstyled .media-body .fas.fa-globe {
	margin-left: 1.125rem;
	margin-right: 0.75rem;
}

.in-contact-section .form-3 .form-control-input,
.in-contact-section .form-3 .form-control-textarea {
	border: 1px solid #dbdbdb;
	background-color: #dbdbdb;
}

.in-contact-section .form-3 .form-control-input:hover,
.in-contact-section .form-3 .form-control-textarea:hover {
	border: 1px solid #fff;
}

.in-contact-section .form-3 .help-block,
.in-contact-section .form-3 .checkbox,
.in-contact-section .form-3 .checkbox a {
	color: #333;
}

.in-contact-section .form-3 .form-control-submit-button {
	border: 0.125rem solid #333;
	background-color: transparent;
}

.in-contact-section .form-3 .form-control-submit-button:hover {
	border: 0.125rem solid var(--secondary-color);
	background-color: var(--secondary-color);
}

.fa .fa-mobile{
font-size: 25px;
}




/* ******************************
::  POPUP AREA 
****************************** */

.modal-dialog {
  margin-top: 100px;
  max-width: 694px !important;
  z-index: 99999;
}

.order-model .modal-dialog {
  max-width: 804px !important;
}

.modal.fade .modal-dialog {
  top: 40%;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-content {
  border-radius: 0px;
  overflow: hidden;
  padding-bottom: 25px;
}

.modal-header {
  border-bottom: none;
}

.download-close {
  float: right;
  background: #e30614;
  border-radius: 45px;
  border: 1px solid transparent;
  width: 46px;
  height: 46px;
  z-index: 99999;
  position: absolute;
  right: -6px;
  top: -8px;
  padding: 2px 0;
  transition: all .3s ease;
}

.download-close:hover {
  background: #443640;
}

.download-close span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 45px;
  padding: 5px 16px;
}

#letter5 {
  text-align: center;
}

.letter_inner .heading {
  margin-bottom: 0px;
}

.modal-content #letter5 input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  background-color: var(--primary-color);
  color: #fff !important;
  border: none;
  height: 55px;
  transition: all .3s ease;
}

.modal-content #letter5 input[type="submit"]:focus {
  background-color: var(--primary-color) !important;
}

.heading h2 {
  font-size: 25px;
  line-height: 24px;
  color: #443640;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 38px;
  position: relative;
  letter-spacing: 1.5px;
}

.heading h2:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(to right, #042f4c 0%, transparent 100%);
  z-index: 99;
}

.pp-left {
  background: url("../images/vacation-course.jpg");
  background-repeat: no-repeat;
  height: auto;
  /* background-position-x: 5%; */
  background-size: cover;
  background-position: center;
  position: relative;
}

.pp-left::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: #e30614; */
}

#letter6 .tab-content,
#letter5 .tab-content {
  padding: 0 30px;
}

.order-model form {
  display: block;
}

.order-model label {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  position: absolute;
  left: 34px;
  top: -12px;
  background: #fff;
  padding: 0 8px;
  z-index: 99;
}

#letter5 select,
#letter5 input {
  margin-bottom: 15px;
  position: relative;
  color: #443640;
  resize: none;
  font-weight: 300;
  border: 0.5px solid #ccc;
  font-size: 14px;
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
  z-index: 9;
  box-shadow: none;
  cursor: pointer;
}

#letter5 input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
}

#letter5 input:focus, #letter5 textarea:focus {
  outline: none !important;
  border: 0.5px solid #000;
  color: #443640;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.order-model .datepicker {
  position: relative;
}

.popup-btn a {
  background: var(--primary-color);
  color: #fff;
  padding: 18px 72px;
  border-radius: 100px;
  transition: all .3s;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-btn a:hover {
  background-color:var(--primary-color);
  color: #fff;
}

.popup-btn {
  margin-top: 40px;
}

.modal.fade .modal-dialog {
  display: flex;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.popup-img-main {
  background-color: #2f9331;
}

.popup-img img {
  width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
  color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ec1c24;
  color: #fff;
  background: transparent;
}

.popupleft-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
}

.popupleft-content p {
  /* text-shadow: 1px 2px 1px #042f4c; */
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  /* margin-top: 90px; */
  text-align: left;
}

.popupleft-content h3 {
  /* text-shadow: 1px 4px 1px #042f4c; */
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  margin: 10px 0;
  text-transform: uppercase;
}

.popupleft-content h3 span {
  font-weight: 800;
  font-size: 30px;
}

#letter5 select,
#letter5 input {
  color: #000;
}

.modal-content input {
  color: #443640 !important;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: -10px;
  top: 100%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}






.vertical_btn {
  position: fixed;
  bottom: 340px;
  right: -28px;
  padding: 4px 15px 4px;
  border-radius: 10px;
  background: var(--primary-color);
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  z-index: 20;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 3px;
  border: 1px solid var(--primary-color);
}
.vertical_btn:hover {
  background-color: transparent;
}
.cont_link_box {
  z-index: 100;
  position: fixed;
  right: -10px;
  top: 100%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}


.whatsapp_icon {
  z-index: 10;
  font-size: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 130px;
  background: #34ba48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.call_iconbtn {
  z-index: 10;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 190px;
  background: #0094da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
@media(max-width: 991px){
.card-full-width img {
  max-width: 100%;
}
}
@media(min-width: 575px){
.mob-clients-section{
  display: none;
}

}
@media(max-width: 575px){
  section{
    padding: 10px;
  }
  
  p {
    line-height: 28px;
    font-size: 14px;
}

.h3, h3 {
  font-size: 1.35rem;
}
.h5, h5 {
  font-size: 1.1rem;
}
.ptb_70 {
  padding: 25px 0;
}

.ptb_50 {
  padding: 25px 0;
}
.ptb_100 {
  padding: 50px 0;
}
  ul{
    padding: 0;
    margin: 0;
  }
  .order-575-1{
    order: 1;
  }
  .order-575-2{
    order: 2;
  }
  .pp-left {  
    height: 0px;
  }
  .popupleft-content p{
    font-size: 26px;
  }
  .owl-carousel .owl-item img{
    width: auto;
  }
  .breadcrumb-head h1{
    font-size: 25px;
  }
  .overlay {
    background-color: transparent;
  }
  .site-mobile-menu .site-nav-wrap a:hover {
    color: #333;
  }
  .accordion-mentor{
    margin: 0;
  }
  .banner-heading {
    padding: 15px ;
  }
  .banner-heading h2 {
    font-size: 22px;
}
.about-cta-image {
  min-height: 219px;
}
.about-heading2 h3 {
  font-size: 34px;
}
.about-section .view-more-btn{
  padding: 20px;
  margin-top: 10px;
}
.about-heading h2 {
  font-size: 27px;
}
.about-section p, .services-section ul li, .services-section span {
  font-size: 17px;
}

.banner-heading p {
  font-size: 20px;
}

.services-section ul{

  padding-top: 30px !important;
}
.overview-text {
  padding: 10px 0;
}
.overview .border-right{
  border-bottom: 1px solid #5b95d6 !important;
}

.client{
  flex: 0 0 30%;
}

.footer-logo, .footer-reach{
  border-right: none;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 15px;
}
.footer-logo{
  min-height: auto;
}
.footer-reach{
  min-height: 120px;
}


.over-view-about {
  max-width: 100%;
  margin-top: 0;
}

.course-service-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-1 {
  padding-top: 60px;
}

.form-1 h2 {
  font-size: 26px;
}
.form-1 p {
  font-size: 16px;
}

.clients-section{
 display: none;
}
.mob-clients-section .item{
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.mob-clients-section .owl-nav{
  display: flex;
    justify-content: center;
}
.mob-clients-section .owl-nav .owl-prev, .mob-clients-section .owl-nav .owl-next{
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px;
  width: 44px;
  color: #858585;
  font-size: 16px;
  margin-right: 5px;
}
.mob-clients-section .owl-nav .owl-prev:hover, .mob-clients-section .owl-nav .owl-next:hover {
  background-color: #f1f1f1;
}
.mob-clients-section .owl-stage{
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-1 {
  border-radius: 10px;
}
.h2, h2 {
  font-size: 1.6rem;
}
.in-course-section h1 {
  font-size: 2.2rem;
}
.in-course-section h5 {
  font-size: 1.3rem;
}
.in-course-details ul li {
  font-size: 21px;
  margin-left: 30px;
}
.module-description .basic-2, .module-video-section .basic-4 {
  padding-top: 0;
  padding-bottom: 0;
}
.module-description .basic-2 h2{
  font-size: 25px;
}
.module-description .basic-2 .list-unstyled .bullet{
  width: 34px;
  height: 34px;
  font-size: 15px;
}

.in-course-head{
  padding-top: 25px;
}
.d-block-575 {
  display: block;
}

.d-none-575{
  display: none;
}

.call-btn-mob {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex !important;
  z-index: 9999;
}

.vertical_btn {
  right: -33px;
  font-size: 12px;
  padding: 5px 12px 2px;
}

.call-btn-mob .whatsapp-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #34ba48;
  border: 1px solid #34ba48;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 25px;
  flex: 0 0 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 0;
}

.call-btn-mob .call-mob {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #318fb5;
  border: 1px solid #318fb5;
  letter-spacing: 1px;
  transition: all .3s ease;
  display: inline;
  border-radius: 0;
  font-size: 21px;
  flex: 0 0 50%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 7px 0;
}

.in-contact-section .form-3 p {
  text-align: left;
}

.stmarys-placement{
    padding-top: 0px;
}

.growth-course-type-box{
    margin-bottom: 20px;
}

.btn.btn-secondary{
  font-size: 10px;
}

.growth-students-testimonials{
  text-align: center;
}

}

.thank_you_img{
  text-align: center;

}

.thank_you_img img{
  width: 300px;
}

.thank_you_img h2{
  font-size: 34px;
}

.thank_you_img p{
  font-size: 22px;
  text-align: center;
}


.thankyou_breadcrumbs a{
  border: 1px solid #c2c2c2;
  padding: 6px 20px;
  border-radius: 20px;
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
}
.thankyou_breadcrumbs a.active{
  background-color: var(--white);
}

.thankyou_breadcrumbs a:hover{
  background-color: var(--white);
}

@media(max-width: 575px){
  .thank_you_img h2{
    font-size: 26px;
  }
}


.dm_career_img{
  padding-top: 30px;
}

.dm_career_img h4{
  padding-top: 20px;
  text-align: center;
  font-size:17px;
  font-weight: 500;

}

.dm_career_img img{
  border-radius: 10px;
}



/*========== DM inner Page SEO ===========*/

.dm_inner_seo{
  background-color: #ffffff;
  padding: 50px 0 80px;
  padding-bottom: 10px;
}


.dm_inner_seo .view-btn a{
  display: inline;
  background-color: var(--white);
  color: var(--primary-color);
  padding: 14px 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}
.dm_inner_seo .view-btn a:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


.dm_inner_seo h2{
  text-align: center;
  font-size: 28px;
}

.dm_h2_bottom{
  color: #2171cb;
  padding-bottom: 20px;
}

.dm_inner_boarder{
  border: #3a3939;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  min-height: 430px;
}

.dm_inner_center{
  text-align: center;
  margin: auto;
  align-items: center;
  left: 200px;
}

.dm_inner_boarder h3{
  padding-left: 20px;
  padding-right: 20px;
  font-size:22px;
}

.dm_inner_boarder p{
  padding-left: 20px;
  padding-right: 20px;
}


.dm_inner_icone_bg{
  background-color: #136ad5;
  color:#fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-items: center;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}


.dm_inner_icone_bg i{
  font-size: 25px;
  padding-top: 12px;
}

.seo_content_home{
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.scroll-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  
}

.scroll-box:hover {
  overflow-y: scroll;
}

@media(max-width: 575px){
.scroll-box h1{
  font-size: 28px;
}
}

.seo-5{
  font-size: 72px;
}

.seo_content_about{
  background-color: #f9f5f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about_bottom{
  padding-bottom: 130px;
}

.seo_content_dm{
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 70px;
}

.seo_content_dm img{
  height: 400px;
}

.zoom-img-wrapper img{
  margin-top: 10px;
}

.scroll-box ul li{
  list-style-type: circle;
  font-weight: 400;
  font-size: 17px;
}

@media(max-width: 575px){
  .seo_content_dm img{
    padding-bottom: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .zoom-img-wrapper img{
    margin-top: 10px;
  }
}




.card-header .btn {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: #5f5f5f;
  text-align: left;
  padding: 13px;
  font-size: 16px;
  text-transform: none;
  /* max-width: 600px; */
}

.card-header .btn.collapsed {
  color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #05141f;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
  content: '-';
  font-family: "FontAwesome";
}

.card-header .btn.collapsed::after {
  content: '+';
  font-family: "FontAwesome";
}

.card-header{
  background-color: #fff;
}

.faq-area{
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}

.card-header span{
  color: #2272cc;
  font-size: 17px;
  padding-right: 20px;
}

.card-body{
  margin-left: 60px;
  margin-right: 60px;
}

@media(max-width: 575px){

  .card-header span{
    color: #2272cc;
    font-size: 16px;
    padding-right: 10px;
  }
  
  .card-body{
    margin-left: 20px;
    margin-right: 20px;
  }

}


.banner-slider .owl-nav button {
  width: 50px;
  height: 50px;
  border: 2px solid #ed1c24 !important;
  border-radius: 50%;
  transition: all .3s ease;
}

.banner-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 25px;
  top: 40%;
}

.banner-slider .owl-nav button.owl-next {
  position: absolute;
  right: 25px;
  top: 40%;
}

.banner-slider .owl-nav button span {
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  color: #ed1c24;
}

.banner-slider .owl-nav [class*=owl-]:hover {
  background: #ed1c24;
  color: #fff;
  border: 2px solid #fff !important;
}

.banner-slider .owl-nav [class*=owl-]:hover span {
  color: #fff;
}

.welcome-area {
  background-image: url(../images/growth-banner-1.jpg);
  background-position: center;
  background-size: cover;
  height: 800px;
}

.welcome-area1 {
  background-image: url(../images/growth-banner-1.jpg);
  background-position: center;
  background-size: cover;
  height: 800px;
}

.footer-form-area{
  padding-top: 60px;
  padding-left: 100px;
}

.banner-content{
  margin-top: -350px;
  margin-left: 260px;
}

.banner-content h3{
  color: #ffffff;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-right: 460px;
}

.banner-content h1{
  color: #ffffff;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-right: 460px;
}

.banner-content h2{
  color: #ffffff;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-right: 460px;
}

.welcome-form {
  margin-top: -750px;
  position: relative;
  z-index: 20;
  max-width: 750px;
  float: right;
  width: 100%;
  padding-left: 50px;
  padding-right: 250px;  
}

.welcome-form form{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
}

.welcome-form form .form-group {
  margin-bottom: 20px;
}

.welcome-form form .form-group-btn {
  margin: 10px 0 0;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: #000;
}

.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #283891;
    color: #000;
    background: #fff;
}

.form-title h4 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 30px;
  /*font-family: 'Playfair Display', serif;*/
}

.form-title p {
  color: #eeb96d;
  font-size: 27px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}

.welcome-form form .form-group {
  margin-bottom: 20px;
}

.welcome-form form .form-group-btn {
  margin: 10px 0 0;
}

.form-group input,
.form-group select {
  background: #fff;
  font-weight: 400;
  padding: 0 25px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 65px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-size: 18px;
  border: 10px solid #fff;
  color: #000;
  border-radius: 25px;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
  color: #000;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
  color: #000;
}

.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #283891;
  color: #000;
  background: #fff;
}

.form-group input[type="submit"] {
  height: 70px;
  padding: 12px 15px;
  background: #2466b1;
  border: 1px solid #2466b1;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus {
  background: #fff;
  color: #2466b1;
  border: 1px solid #2466b1 !important;
}

.stmarys-placement{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  z-index: -1px;
}

.stmarys-placement{
  padding-top: 20px;
}

.stmarys-placement h3{
  color: #004c8c;
  font-size: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.stmarys-placement h6{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

.stmarys-placement-single{
  width: 100%;
  border-radius: 25px;
}

.stmarys-placement-single{
  text-align: center;
  margin: auto;
}

.stmarys-placement-single img{
  text-align: center;
  width: 100px !important;
  height: 100px;
  margin: auto;
}

.stmarys-placement-box{
  padding-top: 30px;
}

.stmarys-placement-content{
  background-color: #0056b3;
  margin-top: -50px;
  border-radius: 25px;
  min-height: 170px;
}

.stmarys-placement-content h4{
  padding-top: 70px;
  color: #fff;
  padding-bottom: 10px;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.stmarys-placement-content p{
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.stmarys-placement-single .btn-normal a{
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #fff;
  color: #004c8c;
}

.stmarys-placement-single .btn-normal a:hover{
  color: #fff;
  background: #0056b3;
}

.stmarys-placement-box-mobile .owl-dots {
  position: relative;
  text-align: center;
  top: 40px;
}

.stmarys-placement-box-mobile .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cedbe4 !important;
  margin-right: 10px;
  border: none !important;
  outline: none;
}

.stmarys-placement-box-mobile .owl-dots button.active {
  background-color: #6062c3 !important;
}

.stmarys-placement-box .owl-dots {
  position: relative;
  text-align: center;
  top: 10px;
}

.stmarys-placement-box .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cedbe4 !important;
  margin-right: 10px;
  border: none !important;
  outline: none;
}

.stmarys-placement-box .owl-dots button.active {
  background-color: #6062c3 !important;
}

.gwoth-desktop-display{
  display: block;
}

.gwoth-mobile-display{
  display: none;
}

.growath-sucess-story-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;

}

.growath-sucess-story-section h3 {
  color: #004c8c;
  font-size: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.growath-sucess-story-section h6 {
  font-size: 22px;
  font-weight: 100;
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
}

.google-box{
  text-align: center;
}

.google-box h3{
  color: #000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;

}

.google-box-star{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.google-box-star img{
  width: 30px;
  text-align: center;
  padding-left: 2px;
}

.google-box p{
  color: #000;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.google-box p span{
  font-weight: 600;
}

.google-box-logo img{
  width: 100px;
}

.goole-comment-box{
  border: 1px solid #e1e1e1;
  padding: 25px;
  min-height: 500px;
}

.google-imgae{
  display: flex;
}

.google-imgae p{
  margin-left: 5px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  font-size: 13px;
}

.goole-comment-area .google-box-star{
  display: flex;
  text-align: left;
  justify-content: left;
  align-items: left;
}

.goole-comment-area .google-box-star img{
  width: 20px;
  text-align: left;
  padding-left: 2px;
}

.goole-comment-box p{
  color: #000;
}

.goole-comment-area .owl-dots {
  position: relative;
  text-align: center;
  top: 10px;
}

.goole-comment-area .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cedbe4 !important;
  margin-right: 10px;
  border: none !important;
  outline: none;
}

.goole-comment-area .owl-dots button.active {
  background-color: #6062c3 !important;
}

.google-imgae img{
  width: 40px !important;
}

.client-testi-area{
  background-color: #e6f2ff;
  padding: 70px 0 70px;
}

.client-testi-heading h2{
  color: #004c8c;
  font-size: 35px;
  padding-bottom: 20px;
}

.client-testi-heading .btn-normal{
  float: right;
  margin-top: -50px;
}

.client-testi-slider .owl-nav{
  position: relative;
  top: 0px;
  text-align: center;
}

.client-testi-slider .owl-nav button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D9D9D9 !important;
  outline: none;
  margin-right: 10px;
}

.client-testi-slider .owl-nav button span{
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.growth-testimonials-top-image-play{
  margin-top: -230px;
  margin-bottom: 230px;
}

.growth-testimonials-top-image-play img{
  width: 80px !important;
  margin-left: 45%;
}

.client-testi-slider{
  height: 350px;
}

.gwth-vacation-batch{
  margin-top: -130px;
}

.gwth-vacation-batch img{
  border-radius: 10px;
  box-shadow: 2px 2px 5px lightblue;
}

.gwth-enquire-now-bk{
  display: none;
}

.growth-course-area{
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f9f5f3;
}

.growth-course-title h3{
    color: #004c8c;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
}

.growth-course-box{
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.growth-course-box-content{
  padding: 20px;
  min-height: 270px;
}

.growth-course-box-content h4{
  font-size: 22px;
  text-align: center;
}

.growth-course-type-area{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f5f3;
}

.growth-course-type-title{
  margin: auto;
}

.growth-course-type-title h3{
    color: #004c8c;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
}

.growth-course-type-box{
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  min-height: 390px;
}

.growth-course-type-box img{
  width: 75px;
  margin-bottom: 20px;
}

.growth-students-testimonials-area{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f5f3;
}

.growth-students-testimonials-title{
  margin: auto;
}

.growth-students-testimonials-title h3{
    color: #004c8c;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
}

.growth-students-testimonials-item{
  margin-left: 15px;
}

.growth-students-testimonials-item iframe{
  border-radius: 20px;
}

.growth-students-testimonials .owl-dots{
  display: flex;
  justify-content: center;
}
.growth-students-testimonials .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  background-color: var(--medium-grey);
  border-radius: 50px;
  margin-top: 30px;
  margin-right: 12px;
}
.growth-students-testimonials .owl-dots .owl-dot.active{
  background-color: var(--secondary-color);
}

.growth-course-title h3 {
  font-size: 30px;
}

.mentor-section h3 {
    font-size: 30px;
}

.growth-course-type-title h3{
  font-size: 30px;
}

.growth-students-testimonials-title h3{
  font-size: 30px;
}

.client-testi-heading h2{
  font-size: 30px;
}

.banner-cover-slider-item img{
  width: 100%;
}

.banner-section-z-index{
  z-index: 1;
}


.stmarys-placement-box .owl-dots{
  display: flex;
  justify-content: center;
}
.stmarys-placement-box .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  background-color: var(--medium-grey);
  border-radius: 50px;
  margin-top: 30px;
  margin-right: 12px;
}
.stmarys-placement-box .owl-dots .owl-dot.active{
  background-color: var(--secondary-color);
}

.growth-center-btn{
  margin: auto;
  align-items: center;
}

.growth-center-btn1{
  display: block;
}

.learn-more-btn{
  margin-bottom: 25px;
}

.growth-who-we-are{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.growth-who-we-are-second h3{
  color: var(--primary-color);
  font-size: 28px;
}

.growth-who-we-are-second p{
  font-size: 21px;
}

.growth-vision-mission{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f5f3;
}

.growth-vision-mission-content{
  background-color: #fff;
  border-radius: 20px;
}

.growth-vision-mission-content-data{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.growth-vision-mission-content-data img{
  width: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.growth-vision-mission-content-data p{
  font-size: 21px;
}

.growth-who-we-are-first img{
  border-radius: 20px;
}

.growth-who-we-are-align{
  align-items: center;
}