/* Base 

Brand Color
Pink - E05050
Indigo - 1B374C
Light Teal - 5eddd4
Teal - 006c70
Navy - 12223d
*/

body {
  /* line-height: 1.7; */
  color: rgb(90, 90, 90);
  font-weight: 300;
  font-size: 0.9rem;
  overflow-y: overlay;
  user-select: none;
}
html,
body {
  overflow-x: hidden;
}

.carousel-item {
  padding: 6vw 0;
  background-size:cover; 
  background-position:center;
}

.bg-grey {
  background-color: #fafafa;
}
#intro-header {
  height: 100%;
  margin: 0px auto;
}
.intro-video {
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}
.intro-overlay {
  position: relative;
  top: -100%;
  height: 100vh;
  min-height: 900px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQYV2NkYGD4zwABjDACQwCqAKySEawMGQAAhdoDBc2f1KsAAAAASUVORK5CYII=")
    repeat;
  content: "";
  display: block;
  z-index: 16000;
}
.intro-content {
  position: relative;
  top: -60px;
  transform: scale(1.2) !important;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

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

.text-dark {
  color: #1f2654;
}

.section-bold-title {
  font-size: 1.4rem !important;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

.img-fluid {
  width: 100%;
}

h3.h5 {
  color: #1f2654 !important;
  text-transform: uppercase;
}

.btn-primary:hover {
  color: #2596be;
  background-color: #101e43;
  border-color: #101e43;
}

.border-2 {
  border-width: 2px;
}

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

.bg-blue {
  background: #1f2654 !important;
}
.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.site-inner {
  margin-top: 48px !important;
}
.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}

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

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.bg-indigo {
  width: 100%;
  background: #1b374c !important;
}

.bg-indigo div img{  
  width: 100%;
}

.text-yellow {
  color: #f8bc2d !important;
  font-size: 36px !important;
  position: relative;
  top: -3px;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 1.5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: black;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s all ease-in-out;
  -o-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.play-single-big > span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #1b374c;
}

.select-wrap,
.wrap-icon {
  position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  width: 480px;
  font-size: 1.3rem;
}

.site-logo span {
  font-size: 2rem;
}

.site-logo a {
  color: #000;
}

.site-navigation {
  position: relative !important;
  /* min-width: 21rem; */
}

div.site-wrap > div.py-1.bg-light > div.container > div > div > a {
  position: relative;
  top: -2px;
}

.headerinfo {
  position: relative;
  top: -1px;
}
.headerinfo.main {
  position: relative;
  top: -1px;
  color: #f8bc2d !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
}

.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active > a {
  color: #1b374c;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

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

.site-navbar .site-navigation .site-menu > li .desc {
  font-size: 12px;
  color: #969696;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #1b374c;
}

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

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  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: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #2596be;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

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

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

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

.site-navbar .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: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #1b374c !important;
}

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

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

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

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

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

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #1b374c;
}

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

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .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-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: #000;
}

.site-menu-toggle {
  position: relative;
  top: 8px;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -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-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -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;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.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;
  height: 100%;
  z-index: 9999;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

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

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

.site-mobile-menu .site-nav-wrap li .active > a {
  color: #1b374c;
}

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

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 20px;
}

.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: 16px;
}

.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: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

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

.sticky-wrapper + .site-blocks-cover {
  margin-top: 0px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #2596be;
}

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

.sticky-wrapper .site-navbar .site-menu > li {
  text-align: center;
  display: inline-block;
}

.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #000;
  position: relative;
}

.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #2596be;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

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

.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  padding: 5px 20px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color: #1b374c;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  background: #1b374c;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
  color: #1b374c;
}

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

/* Blocks */
.intro-section {
  background-size: cover;
  position: relative;
}

.intro-section,
.intro-section .container .row {
  height: 80vh;
  min-height: 680px;
}

.intro-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #222;
  opacity: -0.5;
  border-bottom-right-radius: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .intro-section:before {
    width: 100%;
  }
}

.intro-section h1 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #2596be;
  /* text-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 3px 0 #333, 0 4px 0 #252525,
    0 5px 0 #000000, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15); */
}

.intro-section h4 {
  color: #ffffff;
  font-size: 0.8rem;
}

.index-high {
  z-index: 999;
}

.facility-text {
  color: #fff !important;
}

.intro-section p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  max-width: 400px;
}

.custom-breadcrumns {
  padding: 20px 0;
}

.custom-breadcrumns span,
.custom-breadcrumns a {
  font-size: 14px;
}

.custom-breadcrumns a {
  display: inline-block;
  color: #bdbdbd;
}

.custom-breadcrumns a:hover {
  color: #1b374c;
}

.custom-breadcrumns .current {
  color: #1b374c;
}

.section-title-underline {
  color: #000;
}

.section-title-underline span {
  display: inline-block;
}

.section-title-underline.style-2 {
  color: #f6b230;
}

.section-title-underline.style-2 span {
  border-color: #1b374c;
}

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.section-bg.style-1 {
  position: relative;
}

.section-bg.style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2596be;
  opacity: 1;
  z-index: 0;
}

.section-bg.style-1 > .container {
  z-index: 2;
}

.section-bg.style-1 .icon {
  font-size: 3.5rem;
  color: #2596be;
}

.section-bg.style-1 h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.section-bg.style-1 p {
  color: #ffffff;
}

.news-updates {
  padding: 5rem 0;
}

.micon {
  height: 100px;
  padding-bottom: 20px;
}

.picon {
  width: 80%;
}



.news-updates .section-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.news-updates .section-heading h2 {
  margin-bottom: 0;
  line-height: 0;
}

.news-updates .section-heading a {
  font-size: 16px;
}

.news-updates .post-entry-big .img-link {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-updates .post-entry-big .img-link img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.news-updates .post-entry-big .img-link:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  content: "";
  background: #000;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.news-updates .post-entry-big .img-link img {
  z-index: 1;
}

.news-updates .post-entry-big .img-link:hover:before {
  opacity: 0.6;
  visibility: visible;
}

.news-updates .post-entry-big .img-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news-updates .post-entry-big .post-content .post-meta a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #939393;
}

.news-updates .post-entry-big .post-content .post-heading {
  line-height: 0.9;
}

.news-updates .post-entry-big .post-content .post-heading a {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
}

.news-updates .post-entry-big .post-content .post-heading a:hover {
  color: #1b374c;
}

.news-updates .post-entry-big.horizontal .img-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.social-wrap {
  /* padding-left:20px; */
  float: right;
  padding-bottom: 0px;
  line-height: 0px;
}

.social-wrap a {
  display: inline-block !important;
  width: 48px;
  height: 48px;
  background: #1b374c;
  position: relative;
}

.social-wrap.mobile {
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}

.social-wrap a > span {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-wrap a:hover {
  background: #000;
}

.block-number-1 .icon {
  color: #fff;
  font-size: 2rem;
}

.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0;
  color: #000;
}

.ftco-testimonial-1 p {
  color: #a2a2a2;
}

.hero-slide {
  position: relative;
}

.hero-slide .owl-nav .owl-prev,
.hero-slide .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.hero-slide .owl-nav .owl-prev > span,
.hero-slide .owl-nav .owl-next > span {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-slide .owl-nav .owl-prev {
  left: 0;
}

.hero-slide .owl-nav .owl-next {
  right: 0;
}

.hero-slide .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.hero-slide .owl-dots .owl-dot {
  display: inline-block;
}

.hero-slide .owl-dots .owl-dot > span {
  border-radius: 50%;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px 5px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-slide .owl-dots .owl-dot.active > span {
  background: #fff;
}

.owl-slide-3,
.owl-slide {
  position: relative;
}

.owl-slide-3 .owl-stage,
.owl-slide .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-slide-3 .owl-nav .owl-prev,
.owl-slide-3 .owl-nav .owl-next,
.owl-slide .owl-nav .owl-prev,
.owl-slide .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.owl-slide-3 .owl-nav .owl-prev > span,
.owl-slide-3 .owl-nav .owl-next > span,
.owl-slide .owl-nav .owl-prev > span,
.owl-slide .owl-nav .owl-next > span {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-slide-3 .owl-nav .owl-prev,
.owl-slide .owl-nav .owl-prev {
  left: -32px;
}

.owl-slide-3 .owl-nav .owl-next,
.owl-slide .owl-nav .owl-next {
  right: -32px;
}

.owl-slide-3 .owl-dots,
.owl-slide .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.owl-slide-3 .owl-dots .owl-dot,
.owl-slide .owl-dots .owl-dot {
  display: inline-block;
}

.owl-slide-3 .owl-dots .owl-dot > span,
.owl-slide .owl-dots .owl-dot > span {
  border-radius: 50%;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px 5px;
  background: rgba(0, 0, 0, 0.2);
}

.owl-slide-3 .owl-dots .owl-dot.active > span,
.owl-slide .owl-dots .owl-dot.active > span {
  background: #1b374c;
}

.owl-slide .owl-nav {
  display: none;
}

.feature-1 .icon-wrapper,
.person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
  background: #ccc;
}

.feature-1 .icon-wrapper > span,
.person .icon-wrapper > span {
  width: 96px;
  height: 96px;
  text-align: center;
  font-size: 3rem;
  line-height: 96px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
}

.feature-1 .icon-wrapper:before,
.feature-1 .icon-wrapper:after,
.person .icon-wrapper:before,
.person .icon-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 67.88px;
  height: 67.88px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 14.06px;
}

.feature-1 .icon-wrapper:before,
.person .icon-wrapper:before {
  top: -33.94px;
}

.feature-1 .icon-wrapper:after,
.person .icon-wrapper:after {
  bottom: -33.94px;
}

.feature-1 .feature-1-content,
.person .feature-1-content {
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.feature-1 .feature-1-content h2,
.person .feature-1-content h2 {
  font-size: 1.3rem;
  color: #000;
}

.person {
  margin-bottom: 50px !important;
}

.person img {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.downloads-item {
  text-align: center;
}
.downloads-icon {
  width: 150px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.course-1-item {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px !important;
}

.course-1-item figure {
  position: relative;
}

.course-1-item .category {
  background: #1b374c;
  padding: 30px;
}

.course-1-item .category h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.course-1-item .category p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}

.faculty-thumbnail {
  height: 115px;
  float: right;
  position: relative;
  z-index: 99;
  bottom: 0px;
  object-fit: cover
}

.course-1-item .price {
  position: relative;
  bottom: -20px;
  right: 0;
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
  padding: 10px 30px;
  background: #2596be;
  color: #fff;
}

.course-1-item .course-1-content {
  padding: 0px 30px;
  text-align: left;
}

.course-1-item .course-1-content h2 {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #000;
}

.course-1-item .course-1-content .rating {
  text-align: center;
}

.course-1-item .course-1-content .rating > span {
  display: inline-block;
  margin: 2px;
}

.course-1-item .course-1-content .desc {
  font-size: 15px;
}

.footer {
  padding: 0.2rem 0;
  background: #1b374c;
  font-size: 14px;
  color: #fff !important;
}

.footer-logo {
  width: 75%;
}
.footer-social {
  margin-top: 22px;
}
.footer-social ul {
  padding-inline-start: 0px;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li:not(:last-child) {
  margin-right: 24px;
}
.footer-social ul li a i {
  font-size: 16px;
  color: #2596be;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer-social ul li a i:hover {
  color: #fff;
}
.footer .footer-heading {
  font-size: 16px;
  color: #2596be;
  margin-bottom: 30px;
}

.footer ul li {
  padding-top: 10px;
}
.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer-contact-info {
  padding-right: 70px;
}
.footer-contact-item:not(:last-child) {
  margin-bottom: 23px;
}
.footer-contact-title {
  font-size: 14px;
  font-weight: 500;
  color: #2596be;
}
.footer-contact-line {
  font-size: 14px;
  font-weight: 500;
  color: #efefef;
  margin-top: 3px;
}

.footer .copyright {
  color: #fff;
  padding-top: 1.5rem;
  text-align: center;
}
.footer .accrediation {
  color: #2596be;
  font-size: 17px;
  padding-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.ftco-subscribe-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.ftco-subscribe-1:before {
  position: absolute;
  content: "";
  background: #183661;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ftco-subscribe-1 > .container {
  position: relative;
  z-index: 2;
}

.ftco-subscribe-1 > .container h2,
.ftco-subscribe-1 > .container p {
  color: #49b8a1;
  text-align: center;
}

.ftco-subscribe-1 > .container p {
  color: #fff;
}

.ftco-subscribe-1 .form-control {
  height: auto !important;
}

.video-1 {
  position: relative;
  display: block;
}

.video-1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.video-1 .play > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-1:hover {
  -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 2000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.campustour {
  width: 100vw;
  height: 100vh;
  margin-top: 96px;
}

.btn-primary.course {
  color: #1b374c;
  background-color: transparent;
  border-color: #1b374c;
}

.aboutuniv {
  width: 100%;
}

.headerbtn {
  line-height: 48px;
  vertical-align: middle;
}

.feature-1 .icon-wrapper:after,
.person .icon-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 67.88px;
  height: 67.88px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: #05102d;
  left: 14.06px;
}

.feature-1 .icon-wrapper:before,
.person .icon-wrapper:before {
  background-color: #101e43;
}

div.logo_img > img {
  width: 200px;
}
.contact_content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 98px;
  padding-right: 10px;
}
.contact_about_text {
  margin-top: 16px;
  font-size: 14px;
}
.contact_info_container {
  padding-top: 10px;
  padding-left: 11px;
  padding-right: 10px;
}
.contact_info_main_title {
  font-size: 18px;
  font-weight: 600;
  color: #44425a;
}
.contact_info {
  margin-top: 26px;
}
.contact_info_item:not(:last-child) {
  margin-bottom: 23px;
}
.contact_info_title {
  font-size: 14px;
  font-weight: 500;
  color: #2596be;
}
.contact_info_line {
  font-size: 14px;
  font-weight: 500;
  color: #6c6a74;
  margin-top: 3px;
}
.contact_form_container {
  margin-top: 48px;
}
.contact_form {
  display: block;
  position: relative;
  width: 100%;
}
.contact_form > div:not(:last-child) {
  margin-bottom: 19px;
}
.contact_input.white {
  background: #ffffff;
}
.contact_input.select {
  padding-left: 18px;
  font-size: 15px;
}
.contact_input {
  width: 100%;
  height: 40px;
  padding-left: 22px;
  border: none;
  outline: none;
  background: #f2f1f8;
  border-bottom: solid 3px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.contact_input:hover,
.contact_input:focus {
  border-bottom: solid 3px #2596be;
}
.contact_textarea {
  height: 172px;
  padding-top: 15px;
}
.contact_input::-webkit-input-placeholder {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6c6a74 !important;
}
.contact_input:-moz-placeholder {
  font-size: 15px !important;

  font-weight: 500 !important;
  color: #6c6a74 !important;
}
.contact_input::-moz-placeholder {
  font-size: 15px !important;

  font-weight: 500 !important;
  color: #6c6a74 !important;
}
.contact_input:-ms-input-placeholder {
  font-size: 15px !important;

  font-weight: 500 !important;
  color: #6c6a74 !important;
}
.contact_input::input-placeholder {
  font-size: 15px !important;

  font-weight: 500 !important;
  color: #6c6a74 !important;
}
button:focus {
  outline: 0 !important;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #2596be;
  box-shadow: 0 0 0 0.2rem #2596be;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2596be;
  border-color: #2596be;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #2596be;
  box-shadow: 0 0 0 0.2rem #2596be;
}
.contact_button {
  position: relative;
  width: 224px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #2596be;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.enroll_button {
  width: 100%;
}
.header_button {
  transform: scale(0.8);
}
/* .header_button {
  background: #1b374c !important;
}
*/
.header_button span:first-child,
.contact_button span:first-child {
  color: #1b374c !important;
}
.contact_button .button_arrow {
  width: 47px;
  background: #2596be;
}
.contact_button span:first-child {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
.contact_button:hover {
  background: #2596be;
}
.contact_button:hover .button_arrow {
  background: #ff8a00;
}
.map_col {
  padding-left: 0;
  padding-right: 0;
}
.contact_map {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.google_map {
  width: 100%;
  height: 100%;
}
.map_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map {
  width: 100%;
  height: calc(100% + 30px);
}

/*courses detail */
.title {
  font-size: 21px;
  border: none;
  cursor: pointer;
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
  color: #1f2654 !important;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 74px;
  background: #2596be;
}

.course_details_left .course_list {
  margin-bottom: 0;
}
.course_list p {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .intro-section h1 {
    font-size: 3rem;
  }
  .intro-video {
    margin-top: -20px;
  }
  .intro-content {
    margin-top: -100px;
  }
  .owl-slide-3 .owl-nav .owl-next,
  .owl-slide .owl-nav .owl-next {
    top: 380px;
    right: -12px;
  }
  .owl-slide-3 .owl-nav .owl-prev,
  .owl-slide .owl-nav .owl-prev {
    top: 380px;
    left: -12px;
  }
  .contact_content {
    padding-top: 36px;
    padding-bottom: 78px;
  }
  .footer .footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .site-inner {
    margin-top: 86px !important;
  }
  .course_details_left .course_list {
    padding-left: 0;
  }
  .tab {
    width: 100%;
  }
}
.course_details_left .course_list li {
  list-style: none;
  margin-bottom: 20px;
}

.course_details_left .course_list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .right-contents {
    margin-top: 50px;
  }
}
.right-contents ul {
  padding-left: 0;
}
.right-contents ul li {
  list-style: none;
  background: #f9f9f9;
  padding: 10px 22px;
  margin-bottom: 10px;
}
.right-contents ul li a {
  color: #777777;
  text-align: left;
}
.right-contents ul li a p {
  margin-bottom: 0px;
}
.right-contents ul li .or {
  color: #222222;
}
.right-contents .enroll {
  margin-top: 10px;
  width: 100%;
}
.right-contents .reviews span,
.right-contents .reviews .star {
  width: 31%;
  margin-bottom: 10px;
}
.right-contents .avg-review {
  background: #04091e;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0px;
}
.right-contents .avg-review span {
  font-size: 18px;
  color: #00aee0;
}
@media (max-width: 991px) {
  .right-contents .avg-review {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .right-contents .single-reviews .thumb {
    margin-right: 10px;
  }
}
.right-contents .single-reviews h5 {
  display: inline-flex;
}
@media (max-width: 1024px) {
  .right-contents .single-reviews h5 {
    display: block;
  }
}
.right-contents .single-reviews h5 .star {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .right-contents .single-reviews h5 .star {
    margin: 10px 0;
  }
}



.icon_boxes {
  margin-top: 99px;
}
.icon_boxes_row {
  margin-top: 83px;
}
.icon_box {
  width: 100%;
  padding-top: 15px;
  padding-left: 10px;
}
.ib_image {
  width: 40px;
  position: relative;
  height: 40px;
  top: -8px;
}
.ib_image img {
  max-height: 100%;
  padding-top: 5px;
}
.ib_title {
  font-size: 22px;
  color: #2596be;
  padding-left: 7px;
  line-height: 1.2;
}
.ib_title.ib_dark {
  color: #252525;
}
.ib_title.ib_grey {
  color: #c5c5c5;
}
.ib_text {
  color: #777777;
}

.ib_link {
  margin-top: 17px;
}
.ib_link a {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #2596be;
}

.tab_panels {
  width: calc(100% - 300px);
}

.tab_panels > div.tab_panel > div > div > div > img {
  width: 100%;
}
.no-padding-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.custom-breadcrumns {
  background-color: #fff;
}

.contact_inforow {
  background: #fff;
  padding: 25px 15px 25px 15px !important;
}
#google_map > div > div > div:nth-child(3) {
  display: none;
}

.tabs {
  width: 300px;
  margin-top: 30px;
  background: #ffffff;
}
.tabs_container {
  width: 100%;
}
.tab {
  height: 50px;
  width: 100%;
  background: #f2f1f8;
  font-size: 16px;
  color: #44425a;
  font-weight: 600;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 7px;
  white-space: nowrap;
  margin-bottom: 9px !important;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tab::after {
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #2596be;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tab.active::after,
.tab:hover::after {
  visibility: visible;
  opacity: 1;
}
.tab_panels {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 47px;
  padding-bottom: 32px;
}
.tab_panel {
  display: none !important;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_panel.active {
  display: block !important;
}
.tab_panel_content p:last-of-type {
  margin-bottom: 0;
}
.tab_text_title {
  font-size: 16px;
  font-weight: 600;
  color: #44425a;
}
.tab_text {
  margin-top: 20px;
}
.tab_text p {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.tab_image {
  width: 100%;
}
.tab_image img {
  max-width: 100%;
}

.loaders {
  width: 100%;
  background: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.loader {
  width: 174px;
  height: 174px;
  margin: 0 auto;
}
.loader span {
  position: absolute;
  left: 50%;
  bottom: 41px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #6c6a74;
  white-space: nowrap;
}
.progressbar-text {
  font-size: 50px !important;
}
.t-border{
  border: 1px solid #000000;
  color: #000000;
}

/**New Integratoin*/
.partner-row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.partner-row-cols{
  flex-basis: 30%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-right: 10px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 1s;
    cursor: pointer;
    border: 1px solid rgb(233, 233, 233);
}

.partner-row-cols:hover{
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.2);
}

.image-box{
  width: 100%;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.3);
}

.bold-text{
  font-weight: bold;
}

.text-responsive{
  font-size: 16px;
  cursor: pointer;
}

.slider {
  position: relative;
  
}
.slider__slides {
  position: relative;
  width: 400%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
  will-change: transform;
}
.slider[data-pos="0"] .slider__slides {
  transform: translateX(0%);
}
.slider[data-pos="1"] .slider__slides {
  transform: translateX(-25%);
}
.slider[data-pos="2"] .slider__slides {
  transform: translateX(-50%);
}
.slider[data-pos="3"] .slider__slides {
  transform: translateX(-75%);
}
.slider__slide {
  float: left;
  width: 25%;
  height: 100%;
}
.slider__dots {
  display: flex;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
.slider__dot, .slider__indicator {
  display: block;
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
  background: rgba(219, 32, 32, 0.5);
  border-radius: 100px;
}

.image-box-r{
  width: 50%;
  height: 70%;
}
.slider__indicator {
  position: absolute;
  background: white;
  width: auto;
}
.slider__indicator--left {
  transition: left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.slider__indicator--right {
  transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.slider[data-pos="0"] .slider__indicator {
  left: 0em;
  right: 6em;
}
.slider[data-pos="1"] .slider__indicator {
  left: 2em;
  right: 4em;
}
.slider[data-pos="2"] .slider__indicator {
  left: 4em;
  right: 2em;
}
.slider[data-pos="3"] .slider__indicator {
  left: 6em;
  right: 0em;
}

.image-box-c{
  width: 50% ;
  height: 60% ;
}
.slider__slide:nth-child(1) {
  background: #309954;
}
.slider__slide:nth-child(2) {
  background: #ffbd3c;
}
.slider__slide:nth-child(3) {
  background: #f8593e;
}
.slider__slide:nth-child(4) {
  background: #4086fa;
}
.navbar-nav .dropdown-menu{
    position: static;
    float: none;
    top: 100%;
    text-align: center;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%) !important;
    border: 0 !important;
    padding: 0px 0;
    margin-top: 0px;
    margin-left: 0px;
    background: #1b374c;
}
hr {
  margin-top: 60px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(151, 151, 151, 0.1);
}

.reveal{
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform:translateY(0px);
  opacity: 1;
}
.carousel-indicators-b{
  bottom: 120px !important;
}
.text-ff{
  font-weight: bold;
    font-size: 15px !important;
  color: #fff;
}
.smart-p{
  height: 100% !important;
}

@media only screen and  (max-width:600px){
  .partner-row-cols{
    flex-basis: 100%;
  }
  .text-responsive{
    font-size: 12px;
  }
  .carousel-indicators-b {
    bottom: 16px !important;
  }
  .image-box-c{
    width: 100% !important;
    height: 40% !important;
  }

  .image-box-s{
    margin: 0 auto !important;
  }
  .image-box-r{
  width: 50%;
  height: 70%;
}
  .r-p{
    padding-top: 25px !important;
  }
  .r-height{
    height: 100% !important;
  }
  .smart-p{
    height: 601px !important;
  }
  .rh{
    height: 24% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
  .image-box-a{
    width: 100% !important;
    height: 45% !important;
  }
}

@media only screen and  (max-width: 480px){
  .carousel-indicators-b {
    bottom: 16px ;
  }
  .image-box-c{
    width: 100% !important;
    height: 40% !important;
  }

  .image-box-s{
    margin: 0 auto !important;

  }
  .image-box-r{
  width: 50%;
  height: 70%;
}
  .r-p{
    padding-top: 25px !important;
  }
  .r-height{
    height: 100% !important;
  }
  .smart-p{
    height: 601px !important;
  }
  .rh{
    height: 24% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
  .image-box-r {
    height: 40% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
  .image-box-a{
    width: 100% !important;
    height: 45% !important;
  }
}
@media only screen and  (max-width: 320px){
  .carousel-indicators-b {
    bottom: 16px;
  }
  .image-box-c{
    width: 100% !important;
    height: 40% !important;
  }

  .image-box-s{
    margin: 0 auto !important;
  }
  .image-box-r{
  width: 50%;
  height: 70%;
}
  .r-p{
    padding-top: 25px !important;
  }
  .r-height{
    height: 100% !important;
  }
  .smart-p{
    height: 601px !important;
  }
  .rh{
    height: 24% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
  .image-box-r {
    height: 40% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
  .image-box-a{
    width: 100% !important;
    height: 45% !important;
  }
}

/**Renew Navbar**/
.nav {
  position: relative;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	height: 70px;
	background-color: #2596be;
	font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-shadow: 1px 1px 1px 1px rgba(209, 209, 209, 0.2);
}

.nav .nav-menu {
	position: absolute;
    text-align: center;
    width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav .nav-item {
	display: inline-block;
  font-weight: bold;
}
.nav .nav-item > a {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 70px;
	color: #fff;
	text-decoration: none;
}
.nav .dropdown {
	position: relative;
}
.nav .dropdown a::after {
	content: '';
	display: inline-block;
	margin-left: .5em;
	vertical-align: middle;
	border-top: .3em solid #fff;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.nav .dropdown.show a::after {
	transform: rotate(180deg);
}
.nav .dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: .5em 0;
	margin-top: -.5em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: .5em;
	background-color: #fff;
  width: 200px;
}
.nav .dropdown.show .dropdown-menu {
	display: block;
}
.nav .dropdown-item {
	display: block;
	padding: 0 1.5em;
	font-size: .875em;
	color: #000;
	line-height: 3;
	text-decoration: none;
}
.nav .dropdown-item:hover{
  background-color: rgb(151, 151, 151);
}
.nav .btn-hamburger {
	display: none;
	position: absolute;
	right: 1.5em;
	top: 50%;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	transform: translateY(-50%);
}
.nav .btn-hamburger span {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin: 6px;
	border-radius: 2px;
	transition: .3s ease-in-out;
}
.nav .btn-hamburger span:nth-child(4),
.nav .btn-hamburger span:nth-child(5) {
	position: absolute;
	top: 10px;
	opacity: .5;
}
.nav .btn-hamburger span:nth-child(4) {
	transform: rotate(45deg) scale(0);
}
.nav .btn-hamburger span:nth-child(5) {
	transform: rotate(-45deg) scale(0);
}
.nav.opened .btn-hamburger span:nth-child(4) {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}
.nav.opened .btn-hamburger span:nth-child(5) {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
}
.nav.opened .btn-hamburger span:nth-child(1),
.nav.opened .btn-hamburger span:nth-child(2),
.nav.opened .btn-hamburger span:nth-child(3) {
	opacity: 0;
}
#closeNav{
  display: none;
}

@media screen and (max-width: 967px) {
  #closeNav{
    display: block;
  }

  .nav {
    height: 50px;
  }  

  .nav .btn-hamburger span {
    width: 20px;
    height: 3px;
    margin: 3px;
  }

	.nav .nav-menu {
		position: fixed;
    z-index:10;
		left: 0;
		right: 0;
    top: 0px;
		bottom: 100%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		background-color: #2596be;
		transition: bottom .5s ease-in-out;
		overflow: hidden;
	}

	.nav.opened .nav-menu {
		bottom: 0;
	}
	.nav .nav-item > a {
		display: block;
	}
	.nav .dropdown-menu {
		position: relative;
		top: 0;
		margin: 0 auto;
	}
	.nav .btn-hamburger {
		display: block;
	}
  .image-box-r {
    height: 40% !important;
    width: 100% !important;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  }
}

.image-corners{
  border-radius: 10px;
}

.carousel {
  margin-top: -7%;
  margin-bottom: -7%;
  z-index: 1;
  /*background-color: red;*/
}

.current-active-link{
  font-weight: bolder;
  color:#1b374c;
}

@media (min-width: 1000px) {
  #headerLogo{
    width: 70%;
  }
}

#headerLogo{
  max-width: 100%;
}

/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
 .tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
  width: 100%;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.b-color{
  background-color: #fff !important;
  z-index: 0 !important;
}
.r-height{
  height: auto !important;
}
.image-box-a{
  width: 70%;
  height: 60%;
}
.img-cover{
  object-fit: cover;
  width: 100%;
}
.collapse-height{
  background: #f2f1f8;
  font-size: 16px;
  color: #44425a;
  height: 50px;
}
.collapse-text{
  font-size: 16px;
    color: #44425a;
    font-weight: 600;
}

a[aria-expanded="true"] .card-header{
  border-bottom: 2px solid #2596be;
 }

 #demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
.thumb{
  margin-bottom: 30px;
}

.page-top{
  margin-top:85px;
}


 img.zoom {
  width: 100%;
  height: 200px;
  border-radius:5px;
  object-fit:cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
      

.transition {
  -webkit-transform: scale(1.2); 
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.modal-header {
  border-bottom: none;
}
.modal-title {
  color:#000;
}
.modal-footer{
  display:none;  
}
/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: scale-down;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 0%;
    border-radius: 5px;
    width: 275px;
    
}
.owl-carousel .owl-item .card .name div{
  box-shadow: 2px 3px 15px #3c405a;
  color: #101c81;
  font-size: 1.1rem;
    padding: 0.3rem 0.4rem;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
  font-weight: 600;
  background-color: aquamarine;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}



/* 2 */

#demo-test{
  background: linear-gradient(112deg, #ffffff 50%, #d7e0fa 50%);
  max-width: 900px;
  margin: auto;
  box-shadow: 0 0 25px 0px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 2rem 8rem;
  color: rgba(78, 77, 77, 0.856);
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}
@media(max-width:767px){
  .carousel-caption {
      position: initial;
      z-index: 10;
      padding: 3rem 2rem;
      color: rgba(78, 77, 77, 0.856);
      text-align: center;
      font-size: 0.7rem;
      font-style: italic;
      font-weight: bold;
      line-height: 1.5rem;
  }
}
.carousel-caption img{
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem;
}
@media(max-width:767px){
  .carousel-caption img{
      width: 4rem;
      border-radius: 4rem;
      margin-top: 1rem;
  }
}
#image-caption{
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media(max-width:767px){
  #image-caption{
      font-style: normal;
      font-size: 0.6rem;
      margin-top: 0.5rem;
  }
}
/* i{
  background-color: rgb(223, 56, 89);
  padding: 1.4rem;
} */
@media(max-width:767px){
  i{
      padding: 0.8rem;
  }
}
.carousel-control-prev{
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
  transition: none;
  opacity: unset;
}
#name{
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}