body,
html {
  color: #333335;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1,
h2,
h4 {
  clear: both;
  color: #111;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.2em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h4 {
  font-size: 22px;
}

p {
  margin-bottom: 12px;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}


em,
i {
  font-style: italic;
}

address {
  margin: 0 0 15px;
}

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

a {
  color: #6699CC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 991px) {
  body, html {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
2. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .st-height-b0 {
    height: 0px;
  }
  .st-height-b10 {
    height: 10px;
  }
  .st-height-b20 {
    height: 20px;
  }
  .st-height-b25 {
    height: 25px;
  }
  .st-height-b40 {
    height: 40px;
  }
  .st-height-b100 {
    height: 100px;
  }
  .st-height-b120 {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .st-height-lg-b10 {
    height: 10px;
  }
  .st-height-lg-b20 {
    height: 20px;
  }
  .st-height-lg-b25 {
    height: 25px;
  }
  .st-height-lg-b30 {
    height: 30px;
  }
  .st-height-lg-b40 {
    height: 40px;
  }
  .st-height-lg-b50 {
    height: 50px;
  }
  .st-height-lg-b80 {
    height: 80px;
  }
}
/*--------------------------------------------------------------
3. General
----------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.st-shape-wrap > .container {
  position: relative;
  z-index: 10;
}

hr {
  opacity: 1;
}

.st-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.st-vertical-middle .st-vertical-middle-in {
  width: 100%;
}

.st-content {
  position: relative;
  background-color: #fff;
  z-index: 10;
  overflow-x: hidden;
}

.st-sticky-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.st-gray-bg {
  background-color: #f9fafc;
}

hr {
  margin: 0;
  width: 100%;
  border-color: #eaeaea;
}

.st-fixed-bg {
  background-attachment: fixed;
}

.st-google-map iframe {
  width: 100%;
  height: 500px;
  display: block;
  border: none;
}

.st-google-map.st-type1 iframe {
  height: 600px;
}

.st-about-wrap {
  position: relative;
}
.st-about-wrap .st-shape-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.st-about-wrap .st-shape-bg img {
  width: 100%;
  height: 500px;
}
.st-about-wrap .st-shape-bg:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(transparent, #fff);
  bottom: 0;
  left: 0;
}

.st-shape-wrap {
  position: relative;
}
.st-shape-wrap .st-shape1,
.st-shape-wrap .st-shape2 {
  position: absolute;
}
.st-shape-wrap .st-shape1 {
  left: 0;
  top: 0;
}
.st-shape-wrap .st-shape2 {
  bottom: 0;
  right: 0;
}

.ui-widget.ui-widget-content {
  z-index: 10 !important;
}
@media screen and (max-width: 991px) {
  .st-content {
    margin: 0 !important;
  }
  .st-vertical-middle {
    display: block;
  }
  .st-google-map iframe {
    height: 400px;
  }
  .st-about-wrap .st-shape-bg {
    display: none;
  }
}
/*--------------------------------------------------------------
4. Preloader
----------------------------------------------------------------*/
.st-perloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.st-perloader .st-perloader-in {
  position: relative;
}
.st-perloader .st-perloader-in svg {
  width: 110px;
  height: 110px;
}
.st-perloader .st-wave-first svg {
  fill: #eaeaea;
}
.st-perloader .st-wave-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: spark 1.25s linear infinite;
          animation: spark 1.25s linear infinite;
}
.st-perloader .st-wave-second svg {
  fill: #003366;
}
.st-perloader.st-color1 .st-wave-second svg {
  fill: #27b1d9;
}

@-webkit-keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
5. Header
----------------------------------------------------------------*/

.st-site-header.st-style1 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-site-header.st-style1 .st-main-header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}
.st-site-header.st-style1.st-sticky-active {
  background-color: #fff;
}
.st-site-header.st-style1 .st-social-btn.st-style1 li {
  font-size: 18px;
  color: #b5b5b5;
  margin-right: 20px;
}
.st-site-header.st-style1 .st-social-btn.st-style1 li:last-child {
  margin-right: 0;
}

.st-site-header.st-style1.st-type1 {
  position: relative;
  z-index: 11;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .st-main-header .container {
    max-width: 100%;
  }
  .st-site-header.st-style1 {
    background-color: #fff;
  }
  .st-site-header.st-style1 .st-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st-site-header.st-style1.st-type1 .st-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.st-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-site-header.st-style1.st-type1 .st-main-header-in {
  height: 70px;
}

@media screen and (min-width: 992px) {
  .st-main-header {
    position: relative;
  }
  .st-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st-nav > .st-btn {
    margin-left: 35px;
  }
  .st-nav > .st-btn.st-style2 {
    font-size: 14px;
    padding: 0.43em 1.6em;
    border-radius: 2.5em;
  }
  .st-nav .st-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .st-nav .st-nav-list > li {
    margin-right: 35px;
  }
  .st-nav .st-nav-list > li:last-child {
    margin-right: 0;
  }
  .st-nav .st-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    position: relative;
  }
  .st-nav .st-nav-list > li > a:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: #003366;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .st-nav .st-nav-list > li > a:hover {
    color: #111;
  }
  .st-nav .st-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .st-nav .st-nav-list > li > ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .st-nav .st-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .st-nav .st-nav-list li {
    position: relative;
  }
  .st-nav .st-nav-list li a.active {
    color: #003366;
  }
  .st-nav .st-nav-list li a.active:before {
    width: 100%;
  }
  .st-nav .st-nav-list ul {
    width: 250px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .st-nav .st-nav-list ul li:hover ul {
    top: 0px;
  }
  .st-nav .st-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .st-nav .st-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
  }
  .st-nav .st-nav-list ul a:hover {
    background-color: #f9fafc;
  }
  .st-nav .st-nav-list ul ul {
    top: 15px;
    left: 100%;
  }
  .st-munu-toggle,
  .st-munu-dropdown-toggle {
    display: none;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a {
    color: #111;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a:before {
    background-color: #ff375f;
  }
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list li a.active,
  .st-site-header.st-style1.st-color1 .st-nav .st-nav-list > li > a:hover {
    color: #ff375f;
  }
}
@media screen and (max-width: 991px) {
  .st-munu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .st-munu-dropdown-toggle:before, .st-munu-dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .st-munu-dropdown-toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .st-munu-dropdown-toggle.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .st-nav .st-nav-list {
    position: absolute;
    width: 100vw;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  .st-nav .st-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .st-nav .st-nav-list a {
    display: block;
    padding: 8px 20px;
  }
  .st-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .st-munu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .st-munu-toggle span,
  .st-munu-toggle span:before,
  .st-munu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #666;
    display: block;
  }
  .st-munu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .st-munu-toggle span:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .st-munu-toggle span:after {
    content: "";
    position: absolute;
    margin-top: 8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  .st-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .st-toggle-active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  .st-toggle-active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
}
.st-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.st-site-branding {
  display: inline-block;
}

@media screen and (min-width: 991px) {
  .st-site-header.st-style2 {
    width: 300px;
    background: #fff;
    height: 100vh;
    border-right: 1px solid #eaeaea;
    overflow: auto;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list > li {
    margin-right: 0;
  }
  .st-site-header.st-style2 .st-nav .st-nav-list > li > a {
    padding: 10px 0;
  }
  .st-site-header.st-style2 .st-main-header {
    position: relative;
    padding: 40px 25px 80px;
  }
  .st-site-header.st-style2 .st-main-header:after {
    content: "";
    position: fixed;
    height: 80px;
    width: 299px;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 {
    position: fixed;
    bottom: 40px;
    left: 40px;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li {
    color: #b5b5b5;
    margin-right: 20px;
    font-size: 18px;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li:last-child {
    margin-right: 0;
  }
  .st-site-header.st-style2 .st-social-btn.st-style1 li a:hover {
    color: #666;
  }
  .st-site-header.st-style2 .st-main-header-left {
    margin-bottom: 24px;
  }
  .st-site-header.st-style2 .st-btn.st-style1 {
    margin-top: 20px;
    font-size: 14px;
    padding: 0.6em 1.3em;
  }
  .st-get-sidebar {
    padding-left: 300px;
  }
  .st-get-sidebar .st-sticky-footer {
    left: 300px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .st-site-header .st-btn,
  .st-site-header.st-style2 .st-social-btn.st-style1 {
    display: none !important;
  }
  .st-site-header.st-style2 {
    background-color: #fff;
  }
  .st-site-header.st-style2 .st-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st-site-header.st-style2 .st-main-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
  }
}
/*--------------------------------------------------------------
6. Button
----------------------------------------------------------------*/
.st-btn.st-style1,
.st-btn.st-style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6em;
  font-weight: 600;
  padding: 0.8em 2.5em;
  border-radius: 7px;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.st-btn.st-style1.st-type1 {
  border-radius: 1.6em;
}

.st-btn.st-style2 {
  border: 1px solid;
  padding: 0.734em 3.2em;
}

.st-btn.st-style1:hover,
.st-btn.st-style2:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
}

.st-btn.st-style1.st-color1 {
  background-color: #003366;
  color: #fff;
}

.st-btn.st-style2.st-color1 {
  background-color: #fff;
  border-color: #003366;
  color: #003366;
}
.st-btn.st-style2.st-color1:hover {
  background-color: #003366;
  color: #fff;
}

.st-btn.st-size-medium {
  padding: 0.6em 1.8em;
}

@media screen and (max-width: 991px) {
  .st-btn.st-style1,
  .st-btn.st-style2 {
    font-size: 14px;
    padding: 0.72em 1.8em;
  }
}
/*--------------------------------------------------------------
7. Slider
----------------------------------------------------------------*/
.st-slider.st-style1 {
  position: relative;
}

.slick-hidden {
  display: none !important;
}

.swipe-arrow.st-hidden,
.pagination.st-hidden {
  display: none;
}

.pagination.st-style1 ul,
.pagination.st-style2 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
}
.pagination.st-style1 li,
.pagination.st-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #666;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination.st-style1 li.slick-active,
.pagination.st-style2 li.slick-active {
  background-color: #003366;
}
.pagination.st-style1 button,
.pagination.st-style2 button {
  display: none;
}

.pagination.st-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination.st-style1.container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px;
}

.st-slider.st-style2 {
  position: relative;
}
.st-slider.st-style2 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.st-slider.st-style2 .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.st-slider.st-style2 .slick-slide > div > .slick-slide-in {
  width: 100%;
}
.st-slider.st-style2 .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
  margin-right: -15px;
}

.st-slider.st-style2 .slick-arrow {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-slider.st-style2 .slick-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
}
.st-slider.st-style2 .slick-arrow.slick-arrow-left {
  left: 0px;
}
.st-slider.st-style2 .slick-arrow.slick-arrow-left:before {
  right: -20px;
}
.st-slider.st-style2 .slick-arrow.slick-arrow-right {
  right: 0px;
}
.st-slider.st-style2 .slick-arrow.slick-arrow-right:before {
  left: -20px;
}
.st-slider.st-style2 .slick-arrow:hover {
  color: #111;
}
.st-slider.st-style2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.st-slider.st-style2:hover .slick-arrow.slick-arrow-left {
  left: -70px;
}
.st-slider.st-style2:hover .slick-arrow.slick-arrow-right {
  right: -70px;
}

@media screen and (max-width: 991px) {
  .st-slider .pagination.st-hidden {
    display: block;
    margin-top: 20px;
  }
  .st-slider .pagination.st-style1 ul,
  .st-slider .pagination.st-style2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swipe-arrow.st-style1 {
    display: none;
  }
  
  .swipe-arrow.st-style2 {
    display: none !important;
  }
}
/*--------------------------------------------------------------
8. Slider
----------------------------------------------------------------*/
.st-hero.st-style1 {
  height: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.st-hero.st-style1 .container {
  position: relative;
  z-index: 2;
}
.st-hero.st-style1 .st-hero-title {
  font-size: 60px;
  margin-bottom: 19px;
}
.st-hero.st-style1 .st-hero-title b {
  font-weight: inherit;
  color: inherit;
}
.st-hero.st-style1 .st-hero-title span {
  padding: 5px 0;
  margin-top: -5px;
  margin-bottom: -5px;
}
.st-hero.st-style1 .st-hero-title.cd-headline b:before {
  content: "";
  position: absolute;
  height: 75px;
  width: 100%;
  /* background-image: url(../img/shape/hero-shape.svg); */
  bottom: -5px;
  z-index: -1;
}
.st-hero.st-style1 .st-hero-text.st-style1 .st-hero-title {
  font-weight: 400;
}
.st-hero.st-style1 .st-hero-subtitle {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 42px;
}
.st-hero.st-style1 .st-shedule-wrap {
  position: absolute;
  right: 0;
  top: -22%;
  width: 380px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  z-index: 1;
}
.st-hero.st-style1 .st-shedule-wrap .st-shedule {
  border-radius: inherit;
}
.st-hero.st-style1 .st-shedule-wrap .st-shedule-title {
  margin-bottom: 14px;
  text-align: center;
  color: #111;
}
.st-hero.st-style1 .st-shedule-wrap .st-shedule-list li {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.st-hero.st-style1.st-type1 .st-hero-title {
  font-size: 72px;
}
.st-hero.st-style1.st-type1 .st-hero-subtitle {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
}

.st-hero-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 590px;
  width: 100%;
}
.st-hero-shape img {
  height: 100%;
  width: 100%;
}

.st-hero-shape.st-style1 {
  width: 72%;
  height: 100%;
  opacity: 0.8;
}

.st-hero-text.st-style1 {
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  padding: 35px 35px 50px;
  border-radius: 10px;
  max-width: 880px;
  margin: auto;
}
.st-hero-text.st-style1 .st-btn {
  min-width: 152px;
}

.st-hero-wrap {
  position: relative;
}
.st-hero-wrap.st-color1 {
  position: relative;
  background-color: rgba(12, 184, 182, 0.1);
}
.st-hero-wrap .st-hero.st-style1 .st-hero-text {
  position: relative;
  z-index: 1;
}
.st-hero-wrap .st-hero-slider1 {
  position: absolute;
  right: 100px;
  width: 580px;
  bottom: -20px;
}
@media screen and (max-width: 991px) {
  .st-hero-wrap .st-hero-slider1 {
    display: none;
  }
  .st-hero.st-style1 {
    height: 550px;
  }
  .st-hero.st-style1 .st-hero-title {
    font-size: 38px;
  }
  .st-hero.st-style1 .st-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .st-hero-shape {
    height: 400px;
  }
  .st-hero.st-style1 .st-hero-title.cd-headline.slide b:before {
    height: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .st-hero-wrap .st-hero-slider1 {
    right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .st-hero.st-style1.st-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit;
  }
}
@media screen and (max-width: 575px) {
  .st-hero.st-style1 .st-hero-title br,
  .st-hero.st-style1 .st-hero-subtitle br {
    display: none;
  }
  .st-hero-text.st-style1 {
    padding: 25px 30px 40px;
  }
  .st-hero.st-style1 .st-hero-title {
    font-size: 32px;
  }
}

/*Stray Wave*/
@-webkit-keyframes st-wave-animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes st-wave-animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/*End Animation Version*/

@-webkit-keyframes animated-icon {
  to {
    opacity: 0;
    -webkit-transform: scale(20) translate(-50%, -50%);
    transform: scale(20) translate(-50%, -50%);
  }
  from {
    opacity: 1;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes animated-icon {
  to {
    opacity: 0;
    -webkit-transform: scale(20) translate(-50%, -50%);
    transform: scale(20) translate(-50%, -50%);
  }
  from {
    opacity: 1;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@media screen and (min-width: 992px) {
  .st-hero-text.st-style2 .st-hero-title {
    font-size: 80px;
    margin-bottom: 10px;
  }
  .st-hero-text.st-style2 .st-hero-subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
  }
}
@media screen and (max-width: 991px) {
  .st-hero-text.st-style2 .st-hero-title {
    margin-bottom: 0;
  }
  .st-hero.st-style1 .st-shedule-wrap {
    position: initial;
    margin-top: 40px;
    width: 100%;
  }
  .st-hero.st-style1.st-type1 .st-hero-title {
    font-size: 38px;
  }
  .st-hero.st-style1.st-type1 .st-hero-title br {
    display: none;
  }
  .st-hero.st-style1.st-type1 .st-hero-subtitle {
    font-size: 16px;
  }
  .st-hero.st-style1.st-type1 .st-hero-subtitle br {
    display: none;
  }
}

/*--------------------------------------------------------------
9. Section Heading
----------------------------------------------------------------*/
.st-section-heading.st-style1 {
  text-align: center;
}
.st-section-heading.st-style1 .st-section-heading-title {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: -8px;
}
.st-section-heading.st-style1 .st-section-heading-subtitle {
  font-size: 16px;
  line-height: 1.6em;
}

.st-section-heading.st-style2 {
  text-align: center;
  overflow: hidden;
}
.st-section-heading.st-style2 .st-section-heading-subtitle {
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #27b1d9;
  padding: 0 10px;
}
.st-section-heading.st-style2 .st-section-heading-subtitle:after, .st-section-heading.st-style2 .st-section-heading-subtitle:before {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #475874;
  position: absolute;
  bottom: 8px;
}
.st-section-heading.st-style2 .st-section-heading-subtitle:after {
  left: 100%;
}
.st-section-heading.st-style2 .st-section-heading-subtitle:before {
  right: 100%;
}
.st-section-heading.st-style2 .st-section-heading-subtitle span:after, .st-section-heading.st-style2 .st-section-heading-subtitle span:before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #27b1d9;
  position: absolute;
  bottom: 10px;
}
.st-section-heading.st-style2 .st-section-heading-subtitle span:after {
  left: 100%;
}
.st-section-heading.st-style2 .st-section-heading-subtitle span:before {
  right: 100%;
}
.st-section-heading.st-style2 .st-section-heading-title {
  font-size: 48px;
  margin-bottom: 0;
}

.st-seperator {
  width: 130px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 15px;
}
.st-seperator .st-seperator-left,
.st-seperator .st-seperator-right {
  background-color: #003366;
  height: 2px;
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.st-seperator .st-seperator-center {
  margin: 0 15px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@media screen and (max-width: 991px) {
  .st-section-heading.st-style1 .st-section-heading-title {
    font-size: 28px;
    margin-top: -6px;
  }
  .st-section-heading.st-style1 .st-section-heading-subtitle {
    font-size: 15px;
  }
  .st-section-heading.st-style2 .st-section-heading-title {
    font-size: 28px;
  }
  .st-section-heading.st-style2 .st-section-heading-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .st-section-heading.st-style2 .st-section-heading-title {
    font-size: 28px;
  }
  .st-section-heading.st-style2 .st-section-heading-title br {
    display: none;
  }
  .st-section-heading.st-style2 .st-section-heading-subtitle:after,
  .st-section-heading.st-style2 .st-section-heading-subtitle:before {
    bottom: 9px;
  }
  .st-section-heading.st-style2 .st-section-heading-subtitle span:after,
  .st-section-heading.st-style2 .st-section-heading-subtitle span:before {
    bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .st-section-heading.st-style1 .st-section-heading-subtitle br {
    display: none;
  }
}
/* End Section Heading */
/*--------------------------------------------------------------
10. Icon box
----------------------------------------------------------------*/

/*--------------------------------------------------------------
11. Text Block
----------------------------------------------------------------*/
.st-text-block.st-style1 .st-text-block-title {
  font-size: 32px;
  margin-bottom: -4px;
}
.st-text-block.st-style1 .st-text-block-text p {
  margin-bottom: 15px;
}
.st-text-block.st-style1 .st-text-block-text p:last-child {
  margin-bottom: 0;
}
.st-text-block.st-style1.st-type1 .st-text-block-title {
  font-size: 48px;
  margin-bottom: 0;
}
.st-text-block.st-style1.st-type1 .st-text-block-text {
  font-size: 16px;
  line-height: 1.6em;
}

.st-text-block-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-text-block-avatar .st-avatar-name {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 1.4em;
  color: #003366;
}
.st-text-block-avatar .st-avatar-designation {
  font-size: 15px;
  line-height: 1.6em;
}
.st-text-block-avatar .st-avatar-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .st-text-block.st-style1 .st-text-block-title {
    font-size: 24px;
  }
  .st-text-block.st-style1.st-type1 .st-text-block-title {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
12. Text Block
----------------------------------------------------------------*/
.st-shedule-wrap {
  padding: 20px;
  background: #f9fafc;
  margin-left: 30px;
}
.st-shedule-wrap.st-type1 {
  padding: 0;
  background: #f9f9f9;
}
.st-shedule-wrap.st-type1 .st-shedule {
  border: 10px solid #fff;
}
.st-shedule-wrap.st-color1 .st-shedule-title {
  color: #27b1d9;
}

.st-shedule {
  border: 1px solid #003366;
  padding: 30px 20px;
}

.st-shedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #003366;
  margin-bottom: 8px;
}

.st-shedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-shedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
}

.st-call.st-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-call.st-style1 .st-call-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  margin-right: 15px;
}
.st-call.st-style1 .st-call-icon svg {
  fill: #111;
}
.st-call.st-style1 .st-call-title {
  font-size: 15px;
  margin-bottom: 1px;
  line-height: 1.2em;
}
.st-call.st-style1 .st-call-number {
  font-size: 18px;
  font-weight: 700;
  color: #003366;
}

.st-shedule-wrap.st-style1 {
  margin-left: 0;
}

.st-shedule-wrap.st-style2 {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .st-shedule-wrap {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
13. Video Block
----------------------------------------------------------------*/

@-webkit-keyframes st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
/*===Video Popup===*/
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.st-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.st-video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.st-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.st-video-popup.active .st-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.st-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.st-video-popup.active .st-video-popup-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.st-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.st-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1100px;
  width: 100%;
  vertical-align: middle;
}

.st-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.st-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.st-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.st-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.st-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.st-video-popup-close:hover:before,
.st-video-popup-close:hover:after {
  background: #000;
}

.st-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.st-video-popup-align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
14. Image Box
----------------------------------------------------------------*/
/*--------------------------------------------------------------
15. Funfact
----------------------------------------------------------------*/

/*--------------------------------------------------------------
16. Isotope
----------------------------------------------------------------*/
.st-isotop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.st-grid-sizer {
  width: 33.333333%;
}
/*Isotop Menu Style1*/
.st-isotop-filter.st-style1 {
  margin-bottom: 30px;
}
.st-isotop-filter.st-style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #eaeaea;
}
.st-isotop-filter.st-style1 li {
  margin: 0 5px;
}
.st-isotop-filter.st-style1 li a {
  padding: 7px 15px;
  padding-top: 0;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.st-isotop-filter.st-style1 li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 0%;
  background-color: #003366;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-isotop-filter.st-style1 li a:hover {
  color: #003366;
}
.st-isotop-filter.st-style1 li.active a {
  color: #003366;
}
.st-isotop-filter.st-style1 li.active a:before {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .st-isotop-filter.st-style1 li a {
    padding: 7px 15px;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
17. Image Gallery
----------------------------------------------------------------*/

/*--------------------------------------------------------------
18. Skill
----------------------------------------------------------------*/

.st-progressbar {
  width: 100%;
  height: 8px;
  background-color: #eaeaea;
  padding: 2px;
}

.st-progressbar-in {
  background-color: #003366;
  height: 4px;
}

.swipe-arrow.st-style2 .slick-arrow-left,
.swipe-arrow.st-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  opacity: 0;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swipe-arrow.st-style2 .slick-arrow-left:hover,
.swipe-arrow.st-style2 .slick-arrow-right:hover {
  color: #111;
}
.swipe-arrow.st-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px;
}
.swipe-arrow.st-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px;
}

.st-slider:hover .swipe-arrow.st-style2 .slick-arrow-left,
.st-slider:hover .swipe-arrow.st-style2 .slick-arrow-right {
  opacity: 1;
}
/*--------------------------------------------------------------
19. Member
----------------------------------------------------------------*/

/*--------------------------------------------------------------
20. CTA
----------------------------------------------------------------*/
/*--------------------------------------------------------------
21. Pricing Table
----------------------------------------------------------------*/
.st-pricing-table.st-style1 {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
  text-align: center;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.st-pricing-wrap:hover .st-pricing-table:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.st-pricing-wrap:hover .st-pricing-table:hover .st-btn {
  background-color: #003366;
  color: #fff;
}

.st-pricing-table.st-style1.st-active {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  opacity: 0.5;
}

.st-pricing-table.st-style2 {
  background-color: #fff;
  border: 10px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.st-pricing-table.st-style2.st-type1 {
  background-color: #f8f8fb;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

@media screen and (max-width: 767px) {
  .st-pricing-table.st-style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*--------------------------------------------------------------
22. Post
----------------------------------------------------------------*/

/*--------------------------------------------------------------
23. Logo carousel
----------------------------------------------------------------*/

/*--------------------------------------------------------------
24. Testimonial
----------------------------------------------------------------*/
.st-testimonial.st-style1 {
  border-radius: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  position: relative;
  padding: 30px 30px;
  border: 1px solid #eaeaea;
}
.st-testimonial.st-style1 .st-quote {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-size: 50px;
  line-height: 1em;
  color: #f5f5f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-testimonial.st-style1:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(112, 112, 112, 0.15);
          box-shadow: 0px 1px 30px 0px rgba(112, 112, 112, 0.15);
}
.st-testimonial.st-style1:hover .st-quote {
  color: #003366;
}
.st-testimonial.st-style1:hover .st-testimonial-name {
  color: #003366;
}
.st-testimonial.st-style1 .st-testimonial-text {
  text-align: center;
}
.st-testimonial.st-style1 .st-testimonial-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 17px;
}
.st-testimonial.st-style1 .st-testimonial-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.st-testimonial-img img {
  border-radius: 50%; /* Hace la imagen redonda */
  width: 100px; /* Ajusta el tamaño a tu preferencia */
  height: 100px; /* Asegúrate de que sea un cuadrado para que sea perfectamente redonda */
  object-fit: cover; /* Asegura que la imagen se ajuste dentro del contenedor redondo */
}


.st-testimonial.st-style1 .st-testimonial-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.st-testimonial.st-style1 .st-testimonial-name {
  font-size: 20px;
  margin-bottom: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-testimonial.st-style1.st-type1 {
  border: none;
  background-color: #eaf9fa;
}
.st-testimonial.st-style1.st-type1 .st-quote {
  bottom: initial;
  top: 7px;
  left: 10px;
  right: initial;
  color: rgba(39, 177, 217, 0.5);
}
.st-testimonial.st-style1.st-type1:hover {
  background-color: #eaf9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.st-testimonial.st-style1.st-type1:hover .st-quote {
  color: #27b1d9;
}
.st-testimonial.st-style1.st-type1:hover .st-testimonial-name {
  color: #27b1d9;
}
.st-testimonial.st-style1.st-type1.st-color1 {
  border: none;
  background-color: #f8f8fb;
}
.st-testimonial.st-style1.st-type1.st-color1 .st-quote {
  color: rgba(255, 55, 95, 0.1);
}
.st-testimonial.st-style1.st-type1.st-color1:hover {
  background-color: #f8f8fb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.st-testimonial.st-style1.st-type1.st-color1:hover .st-quote {
  color: #ff375f;
}
.st-testimonial.st-style1.st-type1.st-color1:hover .st-testimonial-name {
  color: #ff375f;
}

/*--------------------------------------------------------------
25. Newsletter
----------------------------------------------------------------*/
/*--------------------------------------------------------------
26. Contact Form
----------------------------------------------------------------*/
.st-form-field.st-style1 {
  margin-bottom: 23px;
  position: relative;
}
.st-form-field.st-style1 input,
.st-form-field.st-style1 textarea,
.st-form-field.st-style1 select {
  display: block;
  height: 42px;
  border: 1px solid #eaeaea;
  border-radius: 7px;
  width: 100%;
  padding: 10px 15px;
  color: #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-form-field.st-style1 input:focus,
.st-form-field.st-style1 textarea:focus,
.st-form-field.st-style1 select:focus {
  border-color: #003366;
  outline: none;
}
.st-form-field.st-style1.st-color1 input:focus,
.st-form-field.st-style1.st-color1 textarea:focus,
.st-form-field.st-style1.st-color1 select:focus {
  border-color: #27b1d9;
}
.st-form-field.st-style1 textarea {
  height: 150px;
}
.st-form-field.st-style1 label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  margin-bottom: 3px;
}
.st-form-field.st-style1 #submit {
  margin-top: -3px;
}

::-webkit-input-placeholder {
  color: #b5b5b5;
}

::-moz-placeholder {
  color: #b5b5b5;
}

::-ms-input-placeholder {
  color: #b5b5b5;
}

::placeholder {
  color: #b5b5b5;
}

::-ms-input-placeholder {
  color: #b5b5b5;
}

.st-form-field.st-style2 {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.st-form-field.st-style2 input,
.st-form-field.st-style2 textarea,
.st-form-field.st-style2 select {
  font-size: 14px;
  display: block;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 10px 0px;
  color: #fff;
  background-color: transparent;
  padding-top: 0;
}

.st-form-field.st-style2 input:focus,
.st-form-field.st-style2 textarea:focus,
.st-form-field.st-style2 select:focus {
  outline: none;
}

.st-form-field.st-style2 label {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  margin: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #fff;
  padding: 0 5px;
}

.st-form-field.st-style2 input:focus ~ label,
.st-form-field.st-style2 input:valid ~ label,
.st-form-field.st-style2 textarea:focus ~ label,
.st-form-field.st-style2 textarea:valid ~ label,
.st-form-field.st-style2 select:focus ~ label,
.st-form-field.st-style2 select:valid ~ label {
  top: -20px;
  left: 0px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  background-color: #003366;
  line-height: 20px;
  padding: 0 8px;
}

.st-form-field.st-style2 .bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #2caee2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.st-form-field.st-style2 input:focus ~ .bar,
.st-form-field.st-style2 textarea:focus ~ .bar,
.st-form-field.st-style2 select:focus ~ .bar {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.st-form-field.st-style2 textarea::-webkit-input-placeholder,
.st-form-field.st-style2 select::-webkit-input-placeholder,
.st-form-field.st-style2 input::-webkit-input-placeholder {
  color: #fff;
}

.st-form-field.st-style2 textarea::-moz-placeholder,
.st-form-field.st-style2 select::-moz-placeholder,
.st-form-field.st-style2 input::-moz-placeholder {
  color: #fff;
}

.st-form-field.st-style2 textarea:-ms-input-placeholder,
.st-form-field.st-style2 select:-ms-input-placeholder,
.st-form-field.st-style2 input:-ms-input-placeholder {
  color: #fff;
}

.st-form-field.st-style2 textarea:-moz-placeholder,
.st-form-field.st-style2 select:-moz-placeholder,
.st-form-field.st-style2 input:-moz-placeholder {
  color: #fff;
}

.st-contact-form .st-form-field.st-style2 input,
.st-contact-form .st-form-field.st-style2 textarea {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #666;
  padding: 10px 20px;
  width: 100%;
}

.st-contact-form .st-form-field.st-style2 textarea {
  height: 227px;
}

.st-contact-form .st-form-field.st-style2 input:focus,
.st-contact-form .st-form-field.st-style2 textarea:focus,
.st-contact-form .st-form-field.st-style2 select:focus,
.st-contact-form .st-form-field.st-style2 input:valid,
.st-contact-form .st-form-field.st-style2 textarea:valid {
  border-color: #003366;
}

.ui-widget.ui-widget-content {
  border: 1px solid #003366;
  background: #fff;
  padding: 0 10px 5px;
  border-radius: 7px;
  margin-top: -1px;
}

/*End Special Input*/
/*--------------------------------------------------------------
27. Blog Details
----------------------------------------------------------------*/
/*--------------------------------------------------------------
28. Comments
----------------------------------------------------------------*/

/*--------------------------------------------------------------
29. Tab
----------------------------------------------------------------*/
.st-tab-links.st-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
}
.st-tab-links.st-style1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}
.st-tab-links.st-style1 li a {
  text-align: center;
  padding: 10px 15px;
  height: 110px;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 8px 0px #fbfbfb;
          box-shadow: 0px 3px 8px 0px #fbfbfb;
}
.st-tab-links.st-style1 li a svg {
  width: 48px;
  height: 48px;
}
.st-tab-links.st-style1 li a img {
  height: 38px;
}
.st-tab-links.st-style1 li a span {
  display: block;
  font-weight: 600;
  color: #111;
  margin-top: 4px;
  margin-bottom: -6px;
}
.st-tab-links.st-style1 li a:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-radius: 0px 0px 7px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-tab-links.st-style1 li.active a span {
  color: #fff;
}
.st-tab-links.st-style1 li.active a:before {
  bottom: -10px;
  opacity: 1;
}
.st-tab-links.st-style1 li.active a svg {
  fill: #fff;
}

.st-fade-tabs.st-style2 {
  background: #f9fafc;
  padding: 18px 30px 25px;
}

.st-tab-links.st-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #b5b5b5;
}
.st-tab-links.st-style2 li {
  margin: 0 35px;
}
.st-tab-links.st-style2 li.active a {
  color: #003366;
}
.st-tab-links.st-style2 li.active a:after {
  width: 100%;
}
.st-tab-links.st-style2 a {
  display: inline-block;
  padding: 10px 0px;
  position: relative;
}
.st-tab-links.st-style2 a:after {
  content: "";
  height: 3px;
  width: 0%;
  background-color: #003366;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-tab-links.st-style2.st-type1 {
  font-size: 18px;
  border: none;
}
.st-tab-links.st-style2.st-type1 li {
  margin: 0px 20px;
}
.st-tab-links.st-style2.st-type1 a {
  padding: 4px 8px;
}
.st-tab-links.st-style2.st-type1 a:after {
  height: 2px;
  bottom: 0;
}
.st-tab-links.st-style2.st-color1 li.active a {
  color: #27b1d9;
}
.st-tab-links.st-style2.st-color1 li.active a:after {
  background-color: #27b1d9;
}

@media screen and (max-width: 575px) {
  .st-tab-links.st-style2 li {
    margin: 0 10px;
  }
  .st-tab-links.st-style2.st-type1 li {
    margin: 0px 10px;
  }
  .st-tab-links.st-style2.st-type1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .st-fade-tabs.st-style2 {
    padding: 18px 20px 25px;
  }
  .st-tab-links.st-style2 {
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
30. Select
----------------------------------------------------------------*/
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select2-container .select2-selection--single {
  height: 42px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 30px;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 7px;
  height: 36px;
  padding: 5px 15px;
}

.select2-dropdown {
  border-color: #eaeaea;
  border-radius: 7px;
}

.select2-search--dropdown {
  padding: 8px;
  padding-bottom: 0;
}

.select2-results__options {
  padding: 8px;
}

.select2-results__option {
  font-size: 15px;
  line-height: 1.2em;
  padding: 10px 12px;
  border-radius: 7px;
  margin-bottom: 1px;
  color: #666;
}

/*--------------------------------------------------------------
31. Accordian
----------------------------------------------------------------*/

.st-accordian {
  margin-bottom: 15px;
}
.st-accordian:last-child {
  margin-bottom: 0;
}
.st-accordian .st-accordian-title {
  border: 1px solid #eaeaea;
  padding: 12px 20px;
  font-weight: 600;
  color: #111;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-accordian .st-accordian-title:hover {
  color: #003366;
  background-color: rgba(12, 184, 182, 0.1);
}
.st-accordian .st-accordian-body {
  border: 1px solid #eaeaea;
  padding: 22px 20px;
  margin-top: -1px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}
.st-accordian.active .st-accordian-title {
  color: #fff;
  background-color: #003366;
  border-color: #003366;
  pointer-events: none;
  border-radius: 7px 7px 0 0;
}

/*--------------------------------------------------------------
32. Before After Slider
----------------------------------------------------------------*/

.st-before-after {
  max-width: 760px;
  width: 100%;
  position: relative;
  height: 450px;
  border: 10px solid #fff;
  margin: auto;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}

.st-before-after:before,
.st-before-after:after {
  content: "";
  position: absolute;
  height: calc(50% - 25px);
  width: 100%;
  z-index: 2;
  left: 0;
}

.st-before-after:before {
  top: 0;
}

.st-before-after:after {
  bottom: 0;
}

.st-before-after .st-handle-before-after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  cursor: ew-resize;
}

.st-handle-before-after span {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.st-before-after .st-handle-before-after:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background: #fff;
}

.st-handle-before-after span:before,
.st-handle-before-after span:after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #222;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
}

.st-handle-before-after span:before {
  left: 25px;
}

.st-handle-before-after span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
/*--------------------------------------------------------------
33. Footer
----------------------------------------------------------------*/
.st-site-footer {
  background-color: #f9fafc;
}
.st-site-footer.st-color1 {
  background-color: #f9f9f9;
}
.st-site-footer.st-color1 .st-copyright-wrap {
  background-color: #fff;
}
.st-site-footer.st-color1 .st-footer-widget-title,
.st-site-footer.st-color1 .st-social-btn.st-style1 li {
  color: #27b1d9;
}
.st-site-footer.st-color1 #st-backtotop {
  background-color: #27b1d9;
}
.st-site-footer.st-color1 .st-social-btn.st-style1 li a:hover {
  color: #27b1d9;
}

.st-main-footer {
  padding-top: 100px;
  padding-bottom: 60px;
}

.st-social-btn.st-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.st-social-btn.st-style1 li {
  font-size: 22px;
  color: #003366;
  margin-right: 15px;
}
.st-social-btn.st-style1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.st-social-btn.st-style1 li a:hover {
  color: #003366;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.st-footer-widget {
  margin-bottom: 40px;
}

.st-footer-widget-title {
  font-size: 20px;
  position: relative;
  padding-bottom: 17px;
  margin: 0;
  margin-bottom: 30px;
  margin-top: -4px;
  color: #003366;
  font-weight: 600;
}
.st-footer-widget-title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 170px;
  background-color: #eaeaea;
  bottom: 0;
  left: 0;
}

.st-footer-text {
  margin-top: -1px;
}

.st-copyright-wrap {
  background-color: rgba(158, 160, 165, 0.1);
}

.st-copyright-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-copyright-text {
  font-size: 14px;
  line-height: 1.6em;
}

#st-backtotop {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003366;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#st-backtotop:hover {
  background-color: rgba(12, 184, 182, 0.8);
}

.st-footer-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.st-footer-contact-list li span {
  margin-right: 8px;
  font-weight: 600;
  min-width: 70px;
}
.st-footer-contact-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .st-sticky-footer {
    position: initial;
  }
  .st-main-footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
RTL - Right to Left
----------------------------------------------------------------*/
.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .st-sticky-header {
  left: initial;
  right: 0;
}
.rtl .st-perloader .st-wave-second {
  direction: ltr;
}
.rtl .st-site-header.st-style1 .st-social-btn.st-style1 li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .st-site-header.st-style1 .st-social-btn.st-style1 li:last-child {
  margin-left: 0;
}
.rtl .select2-search--dropdown .select2-search__field {
  text-align: right;
}
.rtl .st-hero-shape {
  left: initial;
  right: 0;
}
.rtl .st-hero-wrap .st-hero-slider1 {
  right: initial;
  left: 100px;
}
.rtl .cd-words-wrapper {
  text-align: right;
}
.rtl .st-hero.st-style1 .st-shedule-wrap {
  right: initial;
  left: 0;
}
.rtl .st-shedule-wrap {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .st-call.st-style1 .st-call-icon {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .st-text-block-avatar .st-avatar-img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .st-slider {
  direction: ltr;
}
.rtl .st-pricing-table.st-style1 {
  direction: rtl;
}
.rtl .lg-outer {
  direction: ltr;
}
.rtl .st-footer-contact-list li span {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .st-social-btn.st-style1 li {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .cd-headline.clip .cd-words-wrapper::after {
  left: 0;
  right: initial;
}
.rtl .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 15px;
  padding-left: 30px;
}
.rtl .st-shedule-wrap.st-style1 {
  margin-right: 0;
}
.rtl .st-shedule-wrap.st-style2 {
  margin-right: 0;
}

.otoimg {
  background-image: url('../img/1000120329.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
   /* O ajusta según la altura deseada */
}

.otoimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* Ajusta la opacidad */
}

.st-whatsapp-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Ajusta el margen según lo necesites */
}
@media screen and (min-width: 992px) {
  .rtl .offset-lg-1 {
    margin-left: 0;
    margin-right: 8.333333%;
  }
  .rtl .st-nav > .st-btn {
    margin-left: 0;
    margin-right: 35px;
  }
  .rtl .st-nav .st-nav-list > li {
    margin-right: 0;
    margin-left: 35px;
  }
  .rtl .st-nav .st-nav-list > li:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 991px) {
  .rtl.st-get-sidebar {
    padding-left: 0;
    padding-right: 300px;
  }
  .rtl .st-site-header.st-style2 {
    border-right: none;
    border-left: 1px solid #eaeaea;
  }
  .rtl .st-site-header.st-style2 .st-main-header:after {
    left: inherit;
    right: 0;
  }
  .rtl .st-site-header.st-style2 .st-social-btn.st-style1 {
    left: initial;
    right: 40px;
  }
  .rtl .st-site-header.st-style2 .st-social-btn.st-style1 li {
    margin-right: 0;
    margin-left: 20px;
  }
  .rtl.st-get-sidebar .st-sticky-footer {
    left: initial;
    right: 300px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (max-width: 991px) {
  .rtl .st-munu-dropdown-toggle {
    right: initial;
    left: 20px;
  }
  .rtl .st-nav .st-nav-list ul {
    padding-right: 15px;
    padding-left: 0;
  }
}

.gallery-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery-item {
  flex: 1;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}




@media (max-width: 768px) {
  .gallery-container {
      flex-direction: column;
      padding: 10px;
  }

  .gallery-item {
      margin: 10px 0;
  }


}