:root {
  --primary-color: #2171cb;
  --secondary-color: #1a73e8;
  --white: #fff;
  --medium-grey: #d6d6d6;
  --light-grey: #f9f5f3;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Montserrat:wght@300;400;500;600;700&family=Roboto+Slab:wght@200;300;400&display=swap');
/* 
font-family: 'DM Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
*/

.manrope-regular {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.65;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}


p {
  color: #333333;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
}

ul li {
  list-style: none;
  font-weight: 200;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 {
  color: #333333;
  font-family: "Manrope", sans-serif;
}

.fw-3 {
  font-weight: 300;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}


.ptb_20 {
  padding: 20px 0;
}

.ptb_50 {
  padding: 50px 0;
}

.ptb_70 {
  padding: 70px 0;
}

.tagline-text {
  font-size: 22px;
  text-align: left !important;
}

.text-22 {
  font-size: 22px;
}

.text-21 {
  font-size: 21px;
}

.zoom-img-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.zoom-img {
  transition: 0.3s;
}

.zoom-img:hover {
  transform: scale(1.1);
}


body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

.text-secondary {
  color: #00aeff !important;
}

.bg-primary-light {
  background-color: rgba(19, 106, 213, 0.05);
}

.bg-secondary-light {
  background-color: rgba(0, 174, 255, 0.05);
}

a {
  color: #136ad5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: #136ad5;
  text-decoration: none;
}

button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

/* ::-moz-selection {
  background: #fff;
  color: #ffffff;
  border: none;
}

::selection {
  background: #fff;
  color: #ffffff;
  border: none;
} */

.text-primary {
  color: #136ad5 !important;
}

a.text-primary {
  color: #136ad5 !important;
}

a.text-primary:hover {
  color: #136ad5 !important;
}

.line-border-bottom {
  border-bottom: 1px solid var(--medium-grey);
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1070px;
  }
}

.border-bottom {
  width: 100%;
  height: 1px;
  border: 1px solid;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #136ad5;
  border-color: #136ad5;
}

.btn.btn-primary:hover {
  border-color: #1573e8;
  background: #1573e8;
}

.btn.btn-secondary {
  background: #0fbbbb;
  border-color: #0fbbbb;
}

.btn.btn-secondary:hover {
  border-color: #0fbbbb;
  background: var(--primary-color);
}

.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-outline-primary {
  border-color: #136ad5;
  color: #136ad5;
}

.btn.btn-outline-primary:hover {
  background: #136ad5;
  color: #ffffff;
}

.form-control,
.custom-select {
  border: none;
  font-size: 16px;
  height: 55px;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 79%);
  border-radius: 7px;
  color: #000000;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
  color: #000000;
  border-color: #136ad5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(255 255 255 / 79%);
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(255 255 255 / 79%);
}

.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(255 255 255 / 79%);
}

.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(255 255 255 / 79%);
}

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {

  .gutter-v1>.col,
  .gutter-v1>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v2>.col,
.gutter-v2>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {

  .gutter-v2>.col,
  .gutter-v2>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v3>.col,
.gutter-v3>[class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {

  .gutter-v3>.col,
  .gutter-v3>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #136ad5;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-bar a {
  color: #ffffff;
}

.logo {
  max-width: 200px;
}


@media (max-width: 991.98px) {
  .logo {
    left: 20px;
  }
}

.logo:hover {
  color: #ffffff;
}

.menu-absolute {
  position: absolute !important;
}

.btn-book {
  position: absolute;
  right: 15px;
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .btn-book {
    right: 60px;
  }
}

/* Top phone strip */
.top-phone-strip {
  background-color: #0d4ea6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-phone-strip-inner {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-phone-strip a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.2s ease;
}

.top-phone-strip a:hover {
  color: #b8d9ff;
  text-decoration: none;
}

.top-phone-strip .fa-phone {
  font-size: 12px;
  transform: rotate(0deg);
}

/* Hide phone strip once nav becomes sticky */
.sticky-wrapper.is-sticky .top-phone-strip {
  display: none;
}

.site-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}

.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.site-navigation {
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-navigation {
  border-bottom: none;
}


.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
  position: relative;
  float: right;
}

.site-nav .site-navigation .site-menu>li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
  font-size: 15px;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none !important;
  color: #093a30;
  position: relative;
  font-weight: 500;
}

.site-nav .site-navigation .site-menu>li>a:hover {
  color: #093a30;
}

.site-nav .site-navigation .site-menu>li.cta-button a {
  padding: 5px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: 30px;
}

.site-nav .site-navigation .site-menu>li.cta-button a:hover {
  color: #000;
}

.site-nav .site-navigation .site-menu>li.cta-button.active a {
  color: #000000;
}

.site-nav .site-navigation .site-menu>li.active>a {
  color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: #136ad5 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.active>a {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  color: #136ad5;
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
  color: #ffffff;
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-nav.dark a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li>a {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav.dark .site-navigation .site-menu>li>a:hover {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li.active>a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:active>a {
  color: #136ad5;
}

.site-nav.dark .site-navigation .site-menu>li.has-children:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:active>a {
  color: #000000;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close>span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: var(--white);
  top: 5px;
  left: 14px;
}

.site-mobile-menu-close>span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fffffff0;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
  /* border: 1px solid #ffff; */
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 13px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: var(--primary-color);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {

  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #0fbbbb;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000000;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #136ad5 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
  color: #136ad5 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sticky-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: transparent;
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 18px;
  padding-bottom: 0px;
  background: white;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

#sticky-wrapper.is-sticky .sticky-nav .burger:before,
#sticky-wrapper.is-sticky .sticky-nav .burger span,
#sticky-wrapper.is-sticky .sticky-nav .burger:after {
  background: #0fbbbb;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a {
  color: #093a30 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a:hover,
#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a.active {
  color: #136ad5 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li.active a {
  color: #136ad5 !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
  background: #0fbbbb;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #0fbbbb;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.untree_co-hero,
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.untree_co-hero.overlay,
.bg-img.overlay {
  position: relative;
}

.untree_co-hero.overlay:before,
.bg-img.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: -0;
}

.untree_co-hero>.container,
.bg-img>.container {
  position: relative;
  z-index: 2;
}

.untree_co-hero,
.untree_co-hero>.container>.row,
.bg-img,
.bg-img>.container>.row {
  min-height: 114px;
}

.btn-book {
  margin-top: 4px;
}

/* Header end */

/* BUTTON */
.learn-more-btn a {
  border-radius: 20px;
  padding: 7px 45px;
  color: var(--white);
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

.learn-more-btn a:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


/*========== BANNER ===========*/

.banner-section {
  background: #f9f5f3;
}

.banner-heading {
  padding: 80px 0 0 0px;
}

.banner-heading h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -1px;

}

.banner-heading p {
  font-size: 22px;
  text-align: left;
}


.banner-heading h1 span {
  color: var(--primary-color);
}

.banner-heading .learn-more-btn a {
  background-color: var(--primary-color);

}

.banner-heading .contact-btn a {
  color: #333;
}

.banner-image {
  max-width: 90%;
}

.phone-icon {
  background-color: var(--white);
  padding: 15px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

.phone-icon img {
  width: 15px;
  height: 15px;
}

/*========== ABOUT ===========*/
.about-section {
  padding: 50px 0;
}

.about-section p {
  font-size: 22px;
  text-align: justify;
}

.about-heading h2 {
  font-size: 45px;
  font-weight: 700;
}

.about-heading span {
  color: var(--primary-color);
  font-size: 22px;
}

.about-heading2 {
  position: relative;
}

.about-heading2 h3 span {
  font-size: 26px;
  color: #6b6b6b;
}

.about-heading2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--secondary-color);
  bottom: 10px;

}

.about-heading2 h3 {
  font-size: 40px;
}

.about-heading2 img {
  max-width: 280px;
}


.about-section .learn-more-btn a {
  display: inline;
  background-color: var(--secondary-color);
  font-size: 14px;
  padding: 14px 30px;

}

.overview {
  background-color: var(--primary-color);
  padding: 30px 0;
  border-radius: 10px;
  color: var(--white);
}

.overview-text {
  font-size: 30px;
  font-weight: 600;
}

.overview-text span {
  font-size: 14px;
  font-weight: 300;

}

.overview .border-right {
  border-right: 1px solid #5b95d6 !important;
}

.overview .in-border-bottom {
  border-bottom: 1px solid #5b95d6 !important;
}

.about-section .view-more-btn {
  background-color: var(--secondary-color);
  height: 100%;
  color: var(--white);
  border-radius: 10px;
}

.about-section .view-more-btn a {
  color: var(--white);
}

.in-about-section p {
  text-align: justify;
}

/*========== CLIENT ===========*/

.clients-section {
  background-color: var(--light-grey);
  padding: 160px 0px 50px;
  margin-top: -170px;
}

.clients-slider .item {
  display: flex;
  flex-wrap: wrap;

}

.client {
  flex: 0 0 19%;
  background-color: var(--white);
  margin: 5px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.client-head {
  background-color: var(--secondary-color);

}

.client-head h4 {
  color: var(--white);
}

.client img {
  max-width: 100px;
}

.clients-slider .owl-dots {
  display: flex;
  justify-content: center;
}

.clients-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: var(--medium-grey);
  border-radius: 50px;
  margin-top: 30px;
  margin-right: 12px;
}

.clients-slider .owl-dots .owl-dot.active {
  background-color: var(--secondary-color);
}



/*========== SERVICE ===========*/

.services-section {
  background-color: var(--primary-color);
  padding: 50px 0 80px;
}

.services-section h2,
.services-section ul li,
.services-section span {
  color: var(--white);
}

.services-section h2 {
  font-size: 40px;
}

.services-section ul li,
.services-section span {
  font-size: 22px;
}

.services-section .li-border-bottom {
  border-bottom: 1px solid #5b95d6 !important;
}

.services-section .view-btn a {
  display: inline;
  background-color: var(--white);
  color: var(--primary-color);
  padding: 14px 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

.services-section .view-btn a:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}

/*========== MENTOR ===========*/

.mentor-section h3 {
  font-size: 35px;
}

.mentor-section p {
  text-align: left;
}

/* .accordion-mentor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
}
.accordion-mentor .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
  border: none;
}
.accordion-mentor .card .card__head {
  color: var(--white);  
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  white-space: nowrap;
  z-index: 1;
}
.accordion-mentor .card .card__head::before{
  position: absolute;
  content: '';
  width: 10px;
  height: 30px;
  background: var(--secondary-color);
  z-index: -1;

}
.accordion-mentor .card:hover {
  flex-grow: 10;
}
.accordion .card:hover img {
  filter: grayscale(0);
}
.accordion-mentor .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg);
}
.accordion-mentor .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
  border-radius: 20px;
}
.accordion-mentor .card:not(:nth-child(5)) {
  margin-right: 1em;
} */

/*==========  INNER-MENTOR ===========*/

.in-mentor-section .single-team {
  background-color: white;
  margin-bottom: 20px;
  margin-left: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  transition: 0.3s ease-out;
  min-height: 420px;
}

.in-mentor-section .single-team:hover {
  box-shadow: 0px 7px 7px 2px rgba(0, 0, 0, 0.1);
}

.in-mentor-section .single-team:hover .social {
  cursor: pointer;
  opacity: 1;
  transform: rotateY(0deg) scale(1, 1);
}

.in-mentor-section .img-area {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.in-mentor-section .img-area img {
  width: 100%;
}

.in-mentor-section .img-area:hover img {
  transform: scale(1.2)
}

.in-mentor-section .img-area img {
  transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
  .in-mentor-section .img-area img {
    display: inline-block;
  }
}

.in-mentor-section .img-area .social {
  background-color: #136ad5cc;
  position: absolute;
  text-align: center;
  height: auto;
  width: auto;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.img-area .social ul {
  text-align: center;
  position: relative;
  top: 0;
}

.in-mentor-section .img-area .social ul li a {
  /* border: 1px solid #fff; */
  color: #fff;
  display: block;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.in-mentor-section .img-area .social ul li a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
}

.in-mentor-section .img-text {
  padding: 25px;
  color: black;
  text-align: center;
}

.in-mentor-section .img-text h4 {
  margin: 0 0 5px;
  font-size: 30px;
  color: var(--primary-color);
}

.in-mentor-section .img-text h5 {
  font-size: 17px;
  color: #333
}



/*========== BLOG ===========*/

.blog-section {
  background-color: #f9f5f3;
  padding: 50px 0;
}

.blog {
  background-color: #f3eeeb;
  border-radius: 10px;
}

.blog img {
  border-radius: 10px;
}

.blog .content {
  padding: 25px;
}

.blog .content span {
  font-size: 12px;
}

.blog .content h5 {
  font-size: 17px;
}

.blog .content a {
  color: #5b5b5b;
  padding: 10px 14px;
}

.blog .content a:hover {
  background-color: var(--white);
  border-radius: 20px;

}

.blog .content a i {
  margin: 7px 0 0 4px;
}

/*========== FOOTER ===========*/

.footer-section {
  background-color: #ebe5e2;
  padding: 50px 0;

}

.footer-section p,
.copyright p {
  font-size: 15px;
}

.footer-logo img {
  max-width: 120px;
}

.footer-logo,
.footer-reach {
  border-right: 1px solid #b8b1ad;
  min-height: 150px;
}

.footer-reach h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.footer-reach a {
  color: #656565;
}

.copyright {
  background-color: #dbd4d0;
}

/* INNER GLOBAL */

.breadcrumb-head h1 {
  font-size: 40px;
  font-weight: 700;
}

.breadcrumb-head h2 {
  font-size: 40px;
  font-weight: 700;
}

.breadcrumbs a {
  border: 1px solid #c2c2c2;
  padding: 5px 17px;
  border-radius: 20px;
  color: #333333;
}

.breadcrumbs a.active {
  background-color: var(--white);
}

.breadcrumbs a:hover {
  background-color: var(--white);
}

.overlay {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sub-heading {
  font-size: 35px;
  color: #333;
}

.parallax {
  background-color: black;
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

section {
  transition: 0s linear;
  transition-property: background-position;
}

/* INNER ABOUT */


.about-header-bg::before {
  background: #eeeeee !important;
}

.in-about-banner {
  background: #eeeeee;
}

.in-about-banner img {
  max-width: 50%;
}

.in-about-heading h2 {
  font-size: 34px;
  padding-right: 80px;
}

.about-cta-image {
  width: 100%;
  min-height: 400px;
  background-image: url(../images/about-section.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
}

.about-cta-image h3 {
  color: var(--white);
}

.about-cta-btn a {
  display: inline;
  border-radius: 10px;
  background-color: #0fbbbb;
  padding: 14px 30px;
}

.over-view-about {
  max-width: 225px;
  margin-top: -135px;
}

.in-blog-section {
  background-color: #f7f7f7;
  padding: 50px 0;
}


/****************************/
/*     Registration     */
/****************************/
.form-1 {
  background-color: rgb(102 120 139);
  position: relative;
}

.form-1 h2 {
  margin-bottom: 1.25rem;
  color: #fff;
}

.form-1 p,
.form-1 .list-unstyled,
.form-1 .help-block,
.form-1 .checkbox,
.form-1 .checkbox a {
  color: #fff;
}

.form-1 p {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

.form-1 .list-unstyled .fas {
  color: #fff;
  font-size: 0.5rem;
  line-height: 1.5rem;
}

.form-1 .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.form-1 .form-control-input {
  border: 1px solid #fff;
  background-color: #fff;
}

.form-1 .form-control-input:hover {
  border: 1px solid #fff;
}

.form-1 .form-control-submit-button {
  border: 0.125rem solid #fff;
  background-color: transparent;
}

.form-1 .form-control-submit-button:hover {
  border: 0.125rem solid #fff;
  background-color: #fff;
}

.form-1 .form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 0.125rem solid var(--white);
  border-radius: 1.5rem;
  background-color: transparent;
  color: #fff;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}

.form-1 .form-control-submit-button:hover {
  border: 0.125rem solid #333;
  background-color: #333;
  color: var(--white);
}


/****************************/
/*     Form     */
/****************************/

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.87rem;
  left: 1.375rem;
  color: #555;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Montserrat", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .label-control {
    top: 0.9375rem;
  }
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 1rem;
  font-weight: 700;
}

.form-control-input,
.form-control-select {
  display: block;
  /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.3125rem;
  border: 1px solid #c4d8dc;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #555;
  font: 400 0.875rem/1.875rem "Montserrat", sans-serif;
  transition: all 0.2s;
}

.form-control-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .form-control-input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    line-height: 1.75rem;
  }

  .form-control-select {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    height: 3.125rem;
    line-height: 2.125rem;
  }
}

select {
  /* you should keep these first rules in place to maintain cross-browser behavior */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('../images/down-arrow.png');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  outline: none;
}

select::-ms-expand {
  display: none;
  /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
  display: block;
  /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 8rem;
  /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #c4d8dc;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #555;
  font: 400 0.875rem/1.75rem "Montserrat", sans-serif;
  transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none;
  /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}

.checkbox {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

input[type='checkbox'] {
  vertical-align: -15%;
  margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  input[type='checkbox'] {
    vertical-align: -9%;
  }
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 0.125rem solid #ffbd50;
  border-radius: 1.5rem;
  background-color: #ffbd50;
  color: #333;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  border: 0.125rem solid #333;
  background-color: transparent;
  color: #333;
}

.module-header {
  background-image: url(../images/students.jpg);
  background-position: center;
  background-size: cover;
}

.module-header h1 {
  font-size: 2rem;
  letter-spacing: -0.3px;
  color: var(--white);
}

.module-header .p-large {
  margin-bottom: 1.75rem;
  color: var(--white);
}

.module-header .btn-solid-lg {
  margin-bottom: 0;
  margin-left: 0;
}

.module-header .btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid var(--secondary-color);
  border-radius: 2rem;
  background-color: var(--secondary-color);
  color: #fff;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.module-header .btn-solid-lg:hover {
  background-color: transparent;
  border: 0.125rem solid var(--secondary-color);
  color: var(--secondary-color);
}

.module-header .btn-outline-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid #333;
  border-radius: 2rem;
  background-color: transparent;
  color: #333;
  font: 600 0.875rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.module-header .btn-outline-lg {
  border: 0.125rem solid var(--white);
  color: var(--white);
}

.module-header .btn-outline-lg:hover {
  background-color: var(--primary-color);
  color: #fff;
}


/*===============================
	Courses CSS
=================================*/

.in-course-section {

  background-image: url(../images/3d-background-with-connecting-lines-dots.jpg);
  background-position: center;
  background-size: cover;

}

.in-course-section h1,
.in-course-section h5,
.in-course-section p {
  color: var(--white);
}

.in-course-section h1 {
  font-size: 2.8rem;
  letter-spacing: -0.3px;
}

.in-course-section h5 {
  font-size: 1.5rem;
}

.in-course-section p {
  font-size: 1.5rem;
  text-align: left;
}

.in-course-img img {
  max-width: 350px;
  min-height: 290px;
}

.in-course-details {
  background-color: var(--white);
  border-radius: 10px;
  position: relative;
}

.course-circle-1,
.course-circle-2 {
  position: absolute;
}

.course-circle-1 {
  top: -20px;
  left: -30px;
}

.course-circle-2 {
  bottom: 10px;
  left: -27px;
}

.in-course-details ul li {
  font-size: 22px;
  font-weight: 500;
  list-style: circle;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.course-service-sec {
  background-color: transparent;
}

.course-service-sec span {
  color: #0fbbbb;
}

.course-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.course-service-sec .course-card {
  width: 100%;
  min-height: 550px;
  padding: 2em 1.5em;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.course-service-sec .course-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#cae0f8, #d7fdfd);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.course-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.course-service-sec .course-card a {
  border: 1px solid #333;
  padding: 7px 20px;
  border-radius: 20px;
  color: #333;
}

.course-service-sec .course-card a:hover {
  background-color: var(--secondary-colorr);
  border: 1px solid var(--secondary-color);
}

.course-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.course-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.22);
}

.course-service-sec .course-card-image {
  margin-top: -50px;
}

.course-service-sec .course-card:hover:after {
  top: 0%;
}

.course-card .icon-wrapper {
  background-color: #ffffff;
  color: #0fbbbb;
}

.course-service-sec .course-card:hover .icon-wrapper {
  color: #0dcaf0;
}



/***************************/
/*      Module-Description     */
/***************************/

.module-description .basic-2 {
  padding-top: 3.5rem;
  padding-bottom: 2.75rem;
}

.module-description .basic-2 p {
  text-align: left;
}

.module-description .basic-2 h2 {
  margin-bottom: 3.75rem;
  text-align: center;
  font-size: 40px;
  max-width: 800px;
}

.module-description .basic-2 .li-space-lg li {
  margin-bottom: 1.375rem;
}

.module-description .basic-2 .list-unstyled .bullet {
  margin-right: 0.625rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(135 152 169);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*********************/
/*     11. Video     */
/*********************/

.module-video-section .basic-4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.module-video-section .basic-4 h2 {
  margin-bottom: 2.75rem;
  text-align: center;
}

.module-video-section .basic-4 .image-container {
  margin-bottom: 2rem;
}

.module-video-section .basic-4 .image-container img {
  border-radius: 0.75rem;
}

.module-video-section .basic-4 .video-wrapper {
  position: relative;
}

/* Video Play Button */
.module-video-section .basic-4 .video-play-button {
  position: absolute;
  /* z-index: 10; */
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.module-video-section .basic-4 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: var(--secondary-color);
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.module-video-section .basic-4 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.module-video-section .basic-4 .video-play-button span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */


.in-blog-section p {
  text-align: left;
}

.in-blog-section .blog-btn a {
  color: #5b5b5b;
  padding: 10px 14px;
}

.in-blog-section .blog-btn a:hover {
  background-color: var(--white);
  border-radius: 20px;
}

.in-blog-section .card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);


}

.card__header-full-width {
  background-color: #e1e1e1;
}

.in-blog-section .card-full-width {
  width: 100%;
}

.card-full-width img {
  max-width: 400px;
}

.in-blog-section .card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.in-blog-section .card__body-full-width {
  padding: 2rem;
}

.in-blog-section .tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.in-blog-section .tag+.tag {
  margin-left: .5em;
}

.in-blog-section .tag-blue {
  background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.in-blog-section .tag-brown {
  background: #D1913C;
  background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.in-blog-section .tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.in-blog-section .card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.in-blog-section .card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.in-blog-section .user {
  display: flex;
  gap: .5rem;
}

.in-blog-section .user__image {
  border-radius: 50%;
}

.in-blog-section .user__info>small {
  color: #666;
}



/***********************/
/*     16. Contact     */
/***********************/
.in-contact-section .in-contact-section .form-3 {
  padding-top: 6.125rem;
  padding-bottom: 5.125rem;
  background-color: #ffbd50;
}

.in-contact-section i {
  font-size: 20px !important;
}

.in-contact-section i.fa.fa-mobile {
  font-size: 30px !important;
}

.in-contact-section .form-3 .text-container {
  margin-bottom: 3rem;
}

.in-contact-section .form-3 h2 {
  margin-bottom: 1.125rem;
}

.in-contact-section .form-3 p {
  color: #333;
  margin-bottom: 2rem;
}

.in-contact-section .form-3 h3 {
  margin-bottom: 0.875rem;
}

.in-contact-section .form-3 .list-unstyled,
.in-contact-section .form-3 .list-unstyled a {
  color: #333;
}

.in-contact-section .form-3 .list-unstyled .fas {
  color: #333;
  font-size: 1rem;
  line-height: 1.625rem;
}

.in-contact-section .form-3 .list-unstyled .media-body .fas.fa-globe {
  margin-left: 1.125rem;
  margin-right: 0.75rem;
}

.in-contact-section .form-3 .form-control-input,
.in-contact-section .form-3 .form-control-textarea {
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
}

.in-contact-section .form-3 .form-control-input:hover,
.in-contact-section .form-3 .form-control-textarea:hover {
  border: 1px solid #fff;
}

.in-contact-section .form-3 .help-block,
.in-contact-section .form-3 .checkbox,
.in-contact-section .form-3 .checkbox a {
  color: #333;
}

.in-contact-section .form-3 .form-control-submit-button {
  border: 0.125rem solid #333;
  background-color: transparent;
}

.in-contact-section .form-3 .form-control-submit-button:hover {
  border: 0.125rem solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.fa .fa-mobile {
  font-size: 25px;
}




/* ******************************
::  POPUP AREA 
****************************** */

.modal-dialog {
  margin-top: 100px;
  max-width: 694px !important;
  z-index: 99999;
}

.order-model .modal-dialog {
  max-width: 894px !important;
}

.modal.fade .modal-dialog {
  top: 40%;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-content {
  border-radius: 0px;
  overflow: hidden;
  padding-bottom: 25px;
}

.modal-header {
  border-bottom: none;
}

.download-close {
  float: right;
  background: #e30614;
  border-radius: 45px;
  border: 1px solid transparent;
  width: 46px;
  height: 46px;
  z-index: 99999;
  position: absolute;
  right: -6px;
  top: -8px;
  padding: 2px 0;
  transition: all .3s ease;
}

.download-close:hover {
  background: #443640;
}

.download-close span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 45px;
  padding: 5px 16px;
}

#letter5 {
  text-align: center;
}

.letter_inner .heading {
  margin-bottom: 0px;
}

.modal-content #letter5 input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  background-color: var(--primary-color);
  color: #fff !important;
  border: none;
  height: 55px;
  transition: all .3s ease;
}

.modal-content #letter5 input[type="submit"]:focus {
  background-color: var(--primary-color) !important;
}

.heading h2 {
  font-size: 25px;
  line-height: 24px;
  color: #443640;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 38px;
  position: relative;
  letter-spacing: 1.5px;
}

.heading h2:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(to right, #042f4c 0%, transparent 100%);
  z-index: 99;
}

.pp-left {
  background: url("../images/about-section.jpg");
  background-repeat: no-repeat;
  height: auto;
  /* background-position-x: 5%; */
  background-size: cover;
  background-position: center;
  position: relative;
}

.pp-left::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: #e30614; */
}

#letter6 .tab-content,
#letter5 .tab-content {
  padding: 0 30px;
}

.order-model form {
  display: block;
}

.order-model label {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  position: absolute;
  left: 34px;
  top: -12px;
  background: #fff;
  padding: 0 8px;
  z-index: 99;
}

#letter5 select,
#letter5 input {
  margin-bottom: 15px;
  position: relative;
  color: #443640;
  resize: none;
  font-weight: 300;
  border: 0.5px solid #ccc;
  font-size: 14px;
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
  z-index: 9;
  box-shadow: none;
  cursor: pointer;
}

#letter5 input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
}

#letter5 input:focus,
#letter5 textarea:focus {
  outline: none !important;
  border: 0.5px solid #000;
  color: #443640;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.order-model .datepicker {
  position: relative;
}

.popup-btn a {
  background: var(--primary-color);
  color: #fff;
  padding: 18px 72px;
  border-radius: 100px;
  transition: all .3s;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.popup-btn {
  margin-top: 40px;
}

.modal.fade .modal-dialog {
  display: flex;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.popup-img-main {
  background-color: #2f9331;
}

.popup-img img {
  width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
  color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ec1c24;
  color: #fff;
  background: transparent;
}

.popupleft-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
}

.popupleft-content p {
  /* text-shadow: 1px 2px 1px #042f4c; */
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  /* margin-top: 90px; */
  text-align: left;
}

.popupleft-content h3 {
  /* text-shadow: 1px 4px 1px #042f4c; */
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  margin: 10px 0;
  text-transform: uppercase;
}

.popupleft-content h3 span {
  font-weight: 800;
  font-size: 30px;
}

#letter5 select,
#letter5 input {
  color: #000;
}

.modal-content input {
  color: #443640 !important;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: -10px;
  top: 100%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}






.vertical_btn {
  position: fixed;
  bottom: 340px;
  right: -28px;
  padding: 4px 15px 4px;
  border-radius: 10px;
  background: var(--primary-color);
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #fff;
  z-index: 20;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 3px;
  border: 1px solid var(--primary-color);
}

.vertical_btn:hover {
  background-color: transparent;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: -10px;
  top: 100%;
  transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}


.whatsapp_icon {
  z-index: 10;
  font-size: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 130px;
  background: #34ba48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.call_iconbtn {
  z-index: 10;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 190px;
  background: #0094da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

@media(max-width: 991px) {
  .card-full-width img {
    max-width: 100%;
  }
}

@media(min-width: 575px) {
  .mob-clients-section {
    display: none;
  }

}

@media(max-width: 575px) {

  p {
    line-height: 28px;
    font-size: 14px;
  }

  .h3,
  h3 {
    font-size: 1.35rem;
  }

  .h5,
  h5 {
    font-size: 1.1rem;
  }

  .ptb_70 {
    padding: 25px 0;
  }

  .ptb_50 {
    padding: 25px 0;
  }

  .ptb_100 {
    padding: 50px 0;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  .order-575-1 {
    order: 1;
  }

  .order-575-2 {
    order: 2;
  }

  .pp-left {
    height: 210px;
  }

  .popupleft-content p {
    font-size: 26px;
  }

  .owl-carousel .owl-item img {
    width: auto;
  }

  .breadcrumb-head h1 {
    font-size: 25px;
  }

  .overlay {
    background-color: transparent;
  }

  .site-mobile-menu .site-nav-wrap a:hover {
    color: #333;
  }

  .accordion-mentor {
    margin: 0;
  }

  .banner-heading {
    padding: 0px;
  }

  .banner-heading h1 {
    font-size: 28px;
  }

  .about-cta-image {
    min-height: 219px;
  }

  .about-heading2 h3 {
    font-size: 34px;
  }

  .about-section .view-more-btn {
    padding: 20px;
    margin-top: 10px;
  }

  .about-heading h2 {
    font-size: 27px;
  }

  .about-section p,
  .services-section ul li,
  .services-section span {
    font-size: 17px;
  }

  .banner-heading p {
    font-size: 20px;
  }

  .services-section ul {

    padding-top: 30px !important;
  }

  .overview-text {
    padding: 10px 0;
  }

  .overview .border-right {
    border-bottom: 1px solid #5b95d6 !important;
  }

  .client {
    flex: 0 0 30%;
  }

  .footer-logo,
  .footer-reach {
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
  }

  .footer-logo {
    min-height: auto;
  }

  .footer-reach {
    min-height: 120px;
  }


  .over-view-about {
    max-width: 100%;
    margin-top: 0;
  }

  .course-service-sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-1 {
    padding-top: 60px;
  }

  .form-1 h2 {
    font-size: 26px;
  }

  .form-1 p {
    font-size: 16px;
  }

  .clients-section {
    display: none;
  }

  .mob-clients-section .item {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 10px;
  }

  .mob-clients-section .owl-nav {
    display: flex;
    justify-content: center;
  }

  .mob-clients-section .owl-nav .owl-prev,
  .mob-clients-section .owl-nav .owl-next {
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
    width: 44px;
    color: #858585;
    font-size: 16px;
    margin-right: 5px;
  }

  .mob-clients-section .owl-nav .owl-prev:hover,
  .mob-clients-section .owl-nav .owl-next:hover {
    background-color: #f1f1f1;
  }

  .mob-clients-section .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-1 {
    border-radius: 10px;
  }

  .h2,
  h2 {
    font-size: 1.6rem;
  }

  .in-course-section h1 {
    font-size: 2.2rem;
  }

  .in-course-section h5 {
    font-size: 1.3rem;
  }

  .in-course-details ul li {
    font-size: 21px;
    margin-left: 30px;
  }

  .module-description .basic-2,
  .module-video-section .basic-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .module-description .basic-2 h2 {
    font-size: 25px;
  }

  .module-description .basic-2 .list-unstyled .bullet {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .in-course-head {
    padding-top: 25px;
  }

  .d-block-575 {
    display: block;
  }

  .d-none-575 {
    display: none;
  }

  .call-btn-mob {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex !important;
    z-index: 9999;
  }

  .vertical_btn {
    right: -33px;
    font-size: 12px;
    padding: 5px 12px 2px;
  }

  .call-btn-mob .whatsapp-mob {
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #34ba48;
    border: 1px solid #34ba48;
    letter-spacing: 1px;
    transition: all .3s ease;
    display: inline;
    border-radius: 0;
    font-size: 25px;
    flex: 0 0 50%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 7px 0;
  }

  .call-btn-mob .call-mob {
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #318fb5;
    border: 1px solid #318fb5;
    letter-spacing: 1px;
    transition: all .3s ease;
    display: inline;
    border-radius: 0;
    font-size: 21px;
    flex: 0 0 50%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 7px 0;
  }

  .in-contact-section .form-3 p {
    text-align: left;
  }

}

.thank_you_img {
  text-align: center;

}

.thank_you_img img {
  width: 300px;
}

.thank_you_img h2 {
  font-size: 34px;
}

.thank_you_img p {
  font-size: 22px;
  text-align: center;
}


.thankyou_breadcrumbs a {
  border: 1px solid #c2c2c2;
  padding: 6px 20px;
  border-radius: 20px;
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
}

.thankyou_breadcrumbs a.active {
  background-color: var(--white);
}

.thankyou_breadcrumbs a:hover {
  background-color: var(--white);
}

@media(max-width: 575px) {
  .thank_you_img h2 {
    font-size: 26px;
  }
}


.dm_career_img {
  padding-top: 30px;
}

.dm_career_img h4 {
  padding-top: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;

}

.dm_career_img img {
  border-radius: 10px;
}



/*========== DM inner Page SEO ===========*/

.dm_inner_seo {
  background-color: #ffffff;
  padding: 50px 0 80px;
}


.dm_inner_seo .view-btn a {
  display: inline;
  background-color: var(--white);
  color: var(--primary-color);
  padding: 14px 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
}

.dm_inner_seo .view-btn a:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


.dm_inner_seo h2 {
  text-align: center;
  font-size: 28px;
}

.dm_h2_bottom {
  color: #2171cb;
  padding-bottom: 20px;
}

.dm_inner_boarder {
  border: #3a3939;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  min-height: 430px;
}

.dm_inner_center {
  text-align: center;
  margin: auto;
  align-items: center;
  left: 200px;
}

.dm_inner_boarder h3 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}

.dm_inner_boarder p {
  padding-left: 20px;
  padding-right: 20px;
}


.dm_inner_icone_bg {
  background-color: #136ad5;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-items: center;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}


.dm_inner_icone_bg i {
  font-size: 25px;
  padding-top: 12px;
}

.seo_content_home {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.scroll-box {
  width: 100%;
  height: 400px;
  overflow: hidden;

}

.scroll-box:hover {
  overflow-y: scroll;
}

@media(max-width: 575px) {
  .scroll-box h1 {
    font-size: 28px;
  }
}

.seo-5 {
  font-size: 72px;
}

.seo_content_about {
  background-color: #f9f5f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about_bottom {
  padding-bottom: 130px;
}

.seo_content_dm {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 70px;
}

.seo_content_dm img {
  height: 400px;
}

@media(max-width: 575px) {
  .seo_content_dm img {
    padding-bottom: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.social-soul-banner-area {
  background-image: url(../images/cover/header.png);
  background-position: center;
  background-repeat: no-repeat;
}

.ss-banner-left-content-area {
  min-height: 945px;
}

.ss-banner-left-content-area h1 {
  color: #164276;
  font-size: 35px;
  font-size: 900;
  padding-top: 330px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.ss-banner-left-content-area h3 {
  color: #ef4323;
  font-size: 20px;
  font-size: 100;
  padding-top: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}


/* BUTTON */
.view-more-btn a {
  border-radius: 15px;
  padding: 7px 25px;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  background-color: #ef4323;
  width: 200px;
  margin-top: 30px;
}

.view-more-btn a:hover {
  box-shadow: rgba(49, 45, 45, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}

.view-more-btn a img {
  max-width: 25%;
}


.ss-welcome-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ss-welcome-content-area h5 {
  padding-top: 60px;
  color: #ef4323;
  letter-spacing: 4px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.ss-welcome-content-area h2 {
  color: #164276;
  font-size: 55px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.ss-welcome-content-area .view-more-btn a {
  border-radius: 15px;
  padding: 7px 25px;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  background-color: #2dbfc2;
  width: 200px;
  margin-top: 30px;
}

.ss-welcome-content-area .view-more-btn a:hover {
  box-shadow: rgba(49, 45, 45, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}

.ss-our-client-area-background {
  background-image: url(../images/social-soul/our-clients-background.png);
  background-position: center;
  background-repeat: no-repeat;
}

.ss-our-client-area {
  min-height: 800px;
}

.ss-our-client-area h3 {
  padding-top: 120px;
  font-size: 50px;
  color: #164276;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.ss-client-button {
  margin: auto;
  text-align: center;
  align-items: center;
  padding-top: 20px;
}

.ss-client-button .view-more-btn a {
  margin: auto;
}

.ss-project-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ss-project-heading1 {
  text-align: left;
  float: left;
  margin: auto;
}

.ss-project-heading1 h3 {
  font-size: 45px;
  font-weight: 700;
  color: #164276;
  text-align: left;
  float: left;
  font-family: "Manrope", sans-serif;
}

.ss-project-heading2 {
  text-align: right;
  float: right;
  margin: auto;
}

.ss-project-heading2-block {
  display: flex;
}

.ss-project-heading2-block p {
  color: #164276;
  margin-top: 4px;
}

.ss-project-heading2 {
  margin-left: 700px;
}

.ss-project-body {
  background-image: url('../images/social-soul/video-background.png');
  background-position: center;
  min-height: 500px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 100px;
}

.ss-project-img-icon img {
  margin-top: -400px;
  margin-left: 200px;
  width: 70px;
}

.ss-project-body-area {
  margin-top: 30px;
  display: flex;
}

.ss-project-first-cta .view-more-btn a {
  border-radius: 30px;
}

.ss-project-item2 {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  padding: 10px;
  margin-bottom: 15px;
}

.ss-project-second-part1 img {
  width: 650px;
}

.ss-project-second-part2 p {
  padding-left: 15px;
}

.ss-project-second-part2 h5 {
  padding-left: 15px;
  padding-top: 10px;
}

.ss-project-second-cta {
  padding-left: 15px;
}

.ss-project-second-cta .view-more-btn a {
  border-radius: 25px;
  padding: 3px 15px;
  color: #164276;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  background-color: #edf4fb;
  width: 200px;
  margin-top: 0px;
}

.ss-featured-project-section {
  background-image: url('../images/social-soul/background-img-1.png');
  background-position: center;
  min-height: 500px;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ss-featured-project-title h3 {
  font-size: 45px;
  font-weight: 700;
  color: #164276;
  text-align: left;
  float: left;
  font-family: "Manrope", sans-serif;
}

.ss-featured-project-area {
  padding-top: 50px;
}

.ss-featured-project-item {
  margin-left: 20px;
  margin-right: 20px;
}


.ss-featured-project-img-icon {
  display: flex !important;
  margin-left: 280px;
}

.ss-featured-project-img-icon img {
  width: 70px !important;
  height: 70px !important;
  margin-top: -240px;

}

.ss-service-section {
  background-image: url('../images/social-soul/service-background.png');
  background-position: center;
  min-height: 500px;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ss-service-title h3 {
  font-size: 45px;
  font-weight: 700;
  color: #164276;
  text-align: left;
  float: left;
}

.ss-service-viewall {
  position: absolute;
  right: 410px;
}

.ss-service-viewall h4 {
  font-size: 25px;
  font-weight: 500;
  color: #164276;
}

.ss-service-area-box {
  border-radius: 10px;
  background-color: #fff;
  min-height: 360px;
  width: 100%;
  padding: 20px;
}

.ss-service-area {
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ss-service-area-box h5 {
  padding-top: 15px;
  color: #164276;
}

.ss-service-area-box p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 1px;
}

.ss-service-icone-arrow {
  text-align: right;
}

.ss-footer-banner-first-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ss-footer-banner-first-area h2 {
  color: #164276;
  font-weight: 700;
  font-size: 40px;
}

.ss-footer-banner-first-area p {
  color: #164276;
  font-size: 20px;
}

.ss-footer-banner-first-area-button .view-more-btn a {
  border-radius: 30px;
  padding: 5px 25px;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  background-color: #ef4323;
  width: 130px;
  margin-top: 30px;
  text-align: center;
}

.ss-footer-banner-first-area-button .view-more-btn a:hover {
  box-shadow: rgba(49, 45, 45, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


.ss-footer-banner-first-area-button .view-more-btn1 a {
  border-radius: 30px;
  padding: 5px 25px;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  background-color: #00bd70;
  width: 270px;
  margin-top: 30px;
  text-align: center;
  margin-left: 10px;
}

.ss-footer-banner-first-area-button .view-more-btn1 a:hover {
  box-shadow: rgba(49, 45, 45, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
}


.ss-footer-banner-first-area-button {
  display: flex;
}

.view-more-btn1 img {
  height: 16px;
  margin-top: -3px;
}

.ss-footer-section {
  background-color: #f6f7fb;
  padding-top: 100px;
  padding-bottom: 50px;
}

.ss-footer-title-social {
  position: absolute;
  right: 420px;
}

.ss-footer-title-social i {
  font-size: 24px;
  padding-left: 10px;
  color: #134376;
}

.ss-footer-section hr {
  border: 1px solid #53b0d0;
  width: 100%;
  margin-top: 30px;
}

.ss-footer-menu h5 {
  color: #1c98c1;
}

.ss-footer-menu ul {
  padding-left: 0px;
}

.ss-footer-menu li {
  line-height: 1.8;
}

.ss-display-desktop {
  display: block;
}

.ss-display-mobile {
  display: none;
}

.ss-about-nav {
  display: flex;
}

.ss-about-nav h6 {
  color: #1c98c1;
  text-indent: 5px;
}

.ss-about-left-block h2 {
  color: #164276;
  font-size: 50px;
  font-weight: 700;
}

.ss-about-left-block h3 {
  color: #ef4323;
  font-size: 20px;
  font-weight: 400;
}

.ss-about-left-block {
  margin-top: 160px;
}

.ss-about-content-left-block p {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin-right: 50px;
}

.ss-about-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ss-about-content-right-block p {
  font-size: 15px;
  text-align: left;
}

.ss-about-vision-mission {
  background-image: url('../images/social-soul/background-img-1.png');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ss-about-vision-mission-left-block {
  background-color: #fff;
  border-radius: 25px;
  min-height: 290px;
  margin-right: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 2px 2px #ddd;
}

.ss-about-vision-mission-left-block h4 {
  color: #164276;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ss-about-vision-mission-right-block {
  background-color: #fff;
  border-radius: 25px;
  min-height: 290px;
  margin-right: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 2px 2px #ddd;
}

.ss-about-vision-mission-right-block h4 {
  color: #164276;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ss-service-block-content {
  background-color: #f6f7fb;
  padding: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: #000;
  margin-bottom: 50px;
  min-height: 403px;
}

.ss-service-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ss-service-content img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.ss-service-block-content h3 {
  color: #164276;
}

.ss-contact-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ss-footer-menu a {
  color: #333333;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.ss-welcome-image-area img {
  padding-top: 170px;
}

.selzer-nav-new-btn a {
  padding: 20px;
  background-color: #4192d4;
  border-radius: 10px;
  color: #fff !important;
}

.selzer-banner-section {
  background-image: url(../images/selzar/banner/background-new.jpg);
  padding-top: 150px;
  padding-bottom: 60px;
  margin-top: -120px;
}

.selzer-banner-title h1 {
  color: #0d5183;
}

.selzer-banner-title p {
  text-align: left;
}

.selzer-btn a {
  background-color: #4192d4;
  padding: 7px 15px;
  width: 180px;
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.selzer-btn img {
  width: 20px;
  margin-left: 20px;
}

.selzer-banner-video {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.selzer-banner-video-content {
  padding: 20px;
}

.selzer-banner-align {
  align-items: center;
}

.selzer-about-section {
  background-color: #f4f5f9;
  padding-top: 50px;
  padding-bottom: 20px;
}

.selzer-about-content-top {
  display: flex;
  align-items: center;
}

.selzer-about-content-top img {
  margin-right: 5px;
}

.selzer-about-points {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.selzer-about-points-data p {
  line-height: 0px;
}

.selzer-about-points-data h5 {
  line-height: 30px;
}

.selzer-about-image {
  margin-bottom: 25px;
}

.selzer-about-points img {
  margin-right: 10px;
}

.selzer-milestone-section {
  background-color: #f4f5f9;
  padding-top: 20px;
  padding-bottom: 40px;
}

.selzer-milestone-title {
  margin: auto;
  text-align: center;
}

.selzer-milestone-title h3 {
  font-weight: 700;
  margin-bottom: 25px;
}

.selzer-milestone-content-top {
  align-items: center;
}

.milestone-box-image img {
  width: 50px !important;
}

.milestone-box-data {
  margin-top: -260px;
}

.milestone-box-data p {
  color: #282828;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 70px;
}

.milestone-box-data h4 {
  color: #1a237e;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-left: 70px;
}

.milestone-box-data-year p {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 25px;
  width: 150px;
  text-align: center;
  color: #4192d4;
  font-size: 25px;
  font-weight: 500;
  margin-left: 10px;
}

.milestone-box-data img {
  margin-bottom: 28px;
  width: 40px !important;
  margin-left: 80px;
}

.selzer-products-section {
  background-color: #f4f5f9;
  padding-top: 0px;
  padding-bottom: 40px;
}

.selzer-products-content {
  width: 100%;
  margin-top: -740px;
}

.selzer-products-content-first {
  padding-left: 100px;
}

.selzer-products-content-first-top {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
}

.selzer-products-content-first-top img {
  margin-right: 10px;
}

.selzer-products-content-first h3 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
}


.selzer-btn-new a {
  background-color: #fff;
  padding: 7px 15px;
  width: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  color: #282828;
  border-radius: 20px;
}

.selzer-btn-new img {
  width: 20px;
  margin-left: 20px;
}

.selzer-products-list-box-content {
  background-color: white;
  padding: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}

.selzer-products-list-box-content img {
  position: absolute;
  margin-top: -45px;
  margin-left: 120px;
  width: 30px !important;
}

.selzer-products-list-second {
  margin-top: 50px;
}

.selzer-features-section {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f4f5f9;
}

.selzer-features-first-bk-box {
  padding: 35px;
  margin-bottom: 30px;
}

.selzer-features-first-bk-box h3 {
  font-weight: 700;
}

.selzer-features-second-bk-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
}

.selzer-features-second-bk-box img {
  width: 50px;
  margin-bottom: 20px;
}

.selzer-features-second-bk-box h3 {
  font-size: 22px;
  font-weight: 700;
}


.selzer-features-thired-bk-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.selzer-features-thired-bk-box img {
  width: 50px;
  margin-bottom: 20px;
}

.selzer-features-thired-bk-box h3 {
  font-size: 22px;
  font-weight: 700;
}


.selzer-features-five-bk-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.selzer-features-five-bk-box img {
  width: 50px;
  margin-bottom: 20px;
}

.selzer-features-five-bk-box h3 {
  font-size: 22px;
  font-weight: 700;
}

.selzer-features-five-bk-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}


.selzer-features-six-bk-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.selzer-features-six-bk-box img {
  width: 50px;
  margin-bottom: 20px;
}

.selzer-features-six-bk-box h3 {
  font-size: 22px;
  font-weight: 700;
}

.selzer-our-team-section {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f4f5f9;
}


.selzer-our-team-title {
  margin: auto;
  text-align: center;
}

.selzer-our-team-title h3 {
  font-weight: 700;
  margin-bottom: 25px;
}

.selzer-our-team-content-top {
  align-items: center;
}

.selzer-our-team-bx-content {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.selzer-our-team-bx-content h4 {
  font-size: 18px;
  font-weight: 700;
}

.selzer-our-team-bx-content p {
  font-size: 15px;
  font-weight: 300;
  color: #4192d4;
  line-height: 20px;
}


.selzer-gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/selzar/banner/background-new.jpg);
}

.selzer-gallery-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.selzer-customer-section {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f4f5f9;
}

.selzer-customer-title {
  margin: auto;
}

.selzer-customer-title h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.selzer-customer-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  margin: 15px;
}

.selzer-customer-item img {
  width: 100px !important;
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
}

.selzer-customer-item h4 {
  margin-left: 100px;
}

.selzer-customer-item h6 {
  margin-left: 100px;
  font-weight: 300;
}

.selzer-customer-item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}


.selzer-customer-item1 {
  background-color: #2586d5;
  padding: 25px;
  border-radius: 20px;
  margin: 15px;
  color: #fff;
  margin-top: 50px;
}

.selzer-customer-item1 img {
  width: 100px !important;
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
}

.selzer-customer-item1 h4 {
  margin-left: 100px;
  color: #fff;
}

.selzer-customer-item1 h6 {
  margin-left: 100px;
  font-weight: 300;
  color: #fff;
}

.selzer-customer-item1 p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.selzer-blogs-section {
  padding-top: 0px;
  padding-bottom: 110px;
  background-color: #f4f5f9;
}

.selzer-blogs-bx {
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
  width: 100%;
}

.selzer-blogs-bx-main h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.selzer-blogs-bx-main img {
  margin-bottom: 15px;
}

.selzer-blogs-bx-main h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.selzer-blogs-bx-main h6 {
  font-size: 16px;
  color: #858585;
  font-weight: 200;
  margin-bottom: 15px;
}

.selzer-blogs-bx-sub-image {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.selzer-blogs-bx-sub-image img {
  margin-right: 15px;
}

.selzer-blogs-bx-sub-content h4 {
  font-size: 16px;
  font-weight: 700;
}

.selzer-blogs-bx-sub-content h6 {
  font-size: 14px;
  font-weight: 200;
  color: #858585;
}

.selzer-blogs-bx1 {
  align-items: center;
}

.selzer-footer-section {
  background-color: #123048;
  padding-top: 60px;
  padding-bottom: 0px;
}

.selzer-footer-form {
  width: 100%;
  background-color: #2586d5;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
  display: flex;
}

.selzer-footer-form {
  margin-top: -90px;
}

.selzer-footer-form img {
  margin-top: -50px;
}

.selzer-footer-formarea {
  display: flex;
  width: 100%;
}

.selzer-footer-formarea h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-top: 40px;
}

.selzer-copywrite p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.selzer-footer-3bk {
  margin-top: 30px;
  margin-bottom: 30px;
}

.selzer-footer-first-bk {
  display: flex;
}

.selzer-footer-first-bk img {
  margin-right: 10px;
}

.selzer-footer-second-bk {
  margin: auto;
  text-align: center;
}

.selzer-footer-thired-bk {
  text-align: right;
}

.selzer-footer-thired-bk h4 {
  color: #65a8da;
  font-weight: 700;
  font-size: 23px;
}

.selzer-footer-thired-bk h4 span {
  color: #fff;
}

.selzer-footer-address {
  text-align: center;
}

.selzer-footer-address p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #6b6b6b;
}

.selzer-footer-address h4 {
  color: #65a8da;
  font-weight: 700;
  font-size: 23px;
}

.selzer-footer-address h4 span {
  color: #fff;
}


.selzer-about-banner-section {
  background-image: url(../images/selzar/banner/background-new.jpg);
  padding-top: 150px;
  padding-bottom: 20px;
  margin-top: -120px;
}

.selzer-about-more {
  margin-top: 25px;
}

.selzer-about-more h6 {
  font-weight: 200;
  font-size: 14px;
  color: #65a8da;
}

.selzer-about-more h4 {
  font-size: 25px;
  font-weight: 700;
  color: #282828;
}

.selzer-about-more h4 {
  font-weight: 500;
}

.selzer-about-more-section {
  background-color: #f4f5f9;
  padding-bottom: 60px;
  padding-top: 10px;
}

.selzer-about-more-title {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.selzer-about-more-title h4 {
  font-size: 25px;
  font-weight: 800;
  color: #65a8da;
}

.selzer-about-more-title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}

.selzer-about-more-padding {
  margin-bottom: 40px;
}

.selzer-about-more-data1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.selzer-about-milestones-section {
  background-color: #f4f5f9;
  padding-bottom: 60px;
  padding-top: 0px;
}


.milestone-box {
  position: relative;
  border-radius: 25px;
}

.timeline {
  margin-top: 40px;
}

.timeline-line {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d1d9e6;
  z-index: 0;
}

.timeline-icon {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #d1d9e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1a73e8;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.timeline-icon.active {
  background: #1a73e8;
  color: #fff;
  border-color: #1a73e8;
}

.selzer-about-vision-mision h3 {
  font-size: 23px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 20px;
  margin-top: 50px;
}


.selzer-about-vision-mision p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #cecbcb;
  padding-bottom: 20px;
}


.selzer-exclusive-features-section {
  background-color: #f4f5f9;
  background-image: url(../images/selzar/banner/background-new.jpg);
  padding-top: 60px;
  padding-bottom: 250px;
  background-repeat: repeat-x;
}

.selzer-exclusive-features-title h3 {
  color: #282828;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.selzer-exclusive-features-bx {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.selzer-exclusive-features-bx img {
  padding-bottom: 20px;
  width: 70px;
}

.selzer-exclusive-features-bx h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 800;
}

.selzer-exclusive-features-bx p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}


.selzer-customer-slider .owl-dots {
  display: flex;
  justify-content: center;
}

.selzer-customer-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: var(--medium-grey);
  border-radius: 50px;
  margin-top: 30px;
  margin-right: 12px;
}

.selzer-customer-slider .owl-dots .owl-dot.active {
  background-color: var(--secondary-color);
}




.ss-featured-project-item-slider .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: -350px;
  margin-top: -100px;
}

.ss-featured-project-item-slider .owl-nav .owl-prev,
.ss-featured-project-item-slider .owl-nav .owl-next {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 50%;
  padding: 4px;
  width: 44px;
  color: #ccc;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
}

.ss-featured-project-item-slider .owl-nav .owl-prev:hover,
.ss-featured-project-item-slider .owl-nav .owl-next:hover {
  background-color: #f1f1f1;
}

.ss-featured-project-item-slider .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}




.selzer-products-content-second .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: 50px;
  margin-top: -50px;
}

.selzer-products-content-second .owl-nav .owl-prev,
.selzer-products-content-second .owl-nav .owl-next {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 50%;
  padding: 4px;
  width: 44px;
  color: #ccc;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
}

.selzer-products-content-second .owl-nav .owl-prev:hover,
.selzer-products-content-second .owl-nav .owl-next:hover {
  background-color: #f1f1f1;
}

.selzer-products-content-second .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabcontent {
  display: none;
}

.selzer-desktop-view {
  display: block;
}

.selzer-mobile-view {
  display: none;
}

.selzer-product-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f9;
}

.selzer-product-area {
  background-color: #f4f5f9;
  margin-bottom: 20px;
  cursor: pointer;
}

.selzer-product-area img {
  width: 100%;
}

.selzer-product-area-content {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}


.selzer-product-area-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
}

.selzer-customer-section-product {
  padding-bottom: 220px;
}

.selzer-blog-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f9;
}

.selzer-blog-area {
  background-color: #f4f5f9;
  margin-bottom: 20px;
}

.selzer-blog-area img {
  width: 100%;
}

.selzer-blog-area-content {
  background-color: #fff;
  padding: 40px;
  text-align: left;
}


.selzer-blog-area-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}

.selzer-blog-area-content p {
  font-size: 15px;
  margin-bottom: 5px;
}

.selzer-contact-section {
  padding-bottom: 250px;
  padding-top: 10px;
  background-color: #f4f5f9;
}

.selzer-contact-align {
  align-items: center;
}

/* ========== NEW CONTACT PAGE ========== */

/* Hero */
/* Hero Section */
.selzer-contact-hero-section {
  position: relative;
  background-image: url('../images/selzar/banner/contact-banner-1.jpg');
  background-size: cover;
  background-position: center right;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
}

.selzer-contact-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.selzer-contact-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.selzer-contact-hero-left {
  max-width: 580px;
}

.selzer-contact-breadcrumb {
  font-size: 15px;
  color: #1a5276;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.selzer-contact-heading {
  font-size: 40px;
  font-weight: 900;
  color: #111;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

.selzer-contact-heading-line {
  width: 80px;
  height: 4px;
  background: #1a5276;
  margin-bottom: 30px;
}

.selzer-contact-desc {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
}

/* Feature Icons */
.selzer-contact-features {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.8);
  max-width: fit-content;
}

.selzer-contact-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.selzer-contact-feature-item:last-child {
  border-right: none;
}

.selzer-contact-feature-icon {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #1a5276;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.selzer-contact-feature-icon i {
  font-size: 38px;
}

.selzer-contact-feature-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

/* Right image - hidden in desktop because it's part of background */
.selzer-contact-hero-right {
  display: none;
}

@media (max-width: 991px) {
  .selzer-contact-hero-section {
    background-position: 80%;
    text-align: center;
    padding: 60px 0;
  }

  .selzer-contact-hero-section::before {
    background: rgba(255, 255, 255, 0.85);
  }

  .selzer-contact-hero-left {
    margin: 0 auto;
  }

  .selzer-contact-heading {
    font-size: 60px;
  }

  .selzer-contact-heading-line {
    margin: 0 auto 30px;
  }

  .selzer-contact-features {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .selzer-contact-feature-item {
    border-right: none;
    padding: 15px;
    flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
  .selzer-contact-heading {
    font-size: 48px;
  }

  .selzer-contact-feature-item {
    flex: 0 0 100%;
  }
}


/* Info Cards */
.selzer-contact-info-section {
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.selzer-contact-info-row {
  align-items: stretch;
  gap: 0;
}

.selzer-contact-info-card {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 28px 20px;
  margin: 8px;
  height: 100%;
  border-top: 3px solid #1a5276;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.selzer-contact-info-icon {
  width: 48px;
  height: 48px;
  background: #1a5276;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.selzer-contact-info-icon i {
  color: #fff;
  font-size: 20px;
}

.selzer-contact-info-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: #1a5276;
  margin: 0 0 4px;
}

.selzer-contact-info-card p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* CTA Card */
.selzer-contact-cta-card {
  background: #1a3a5c;
  border-top: 3px solid #2e86c1;
  justify-content: center;
  align-items: flex-start;
}

.selzer-contact-cta-card p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
}

.selzer-contact-cta-btn {
  display: inline-block;
  background: #fff;
  color: #1a3a5c;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.selzer-contact-cta-btn:hover {
  background: #2e86c1;
  color: #fff;
  text-decoration: none;
}

/* Maps Section */
.selzer-contact-maps-section {
  background: #f4f5f9;
  padding: 50px 0 60px;
}

.selzer-contact-map-row {
  align-items: center;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.selzer-contact-map-row:last-child {
  margin-bottom: 0;
}

.selzer-contact-map-info {
  padding: 36px 32px;
}

.selzer-contact-map-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a5276;
  margin-bottom: 16px;
}

.selzer-contact-map-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.selzer-contact-map-info p i {
  color: #1a5276;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.selzer-contact-map-embed iframe {
  display: block;
  width: 100%;
  height: 350px;
}

/* Responsive */
@media (max-width: 991px) {
  .selzer-contact-hero-inner {
    flex-direction: column;
  }

  .selzer-contact-hero-left,
  .selzer-contact-hero-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .selzer-contact-hero-left {
    padding: 40px 24px 32px;
  }

  .selzer-contact-hero-right {
    min-height: 280px;
  }

  .selzer-contact-heading {
    font-size: 36px;
  }

  .selzer-contact-map-info {
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .selzer-contact-features {
    gap: 10px;
  }

  .selzer-contact-feature-item {
    flex: 1 1 100%;
  }
}

.selzer-gallery-video-section {
  padding-bottom: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f9;
}


.selzer-gallery-video-item-icon {
  display: flex !important;
  margin-left: 140px;
}

.selzer-gallery-video-item-icon img {
  width: 50px !important;
  height: 50px !important;
  margin-top: -250px;
}

.selzer-gallery-video-title {
  margin: auto;
}

.selzer-gallery-video-title h3 {
  text-align: center;
  padding-bottom: 30px;
}

.selzer-gallery-image-title {
  margin: auto;
}

.selzer-gallery-image-title h3 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 0px;
}

.selzer-gallery-image-box {
  padding-bottom: 25px;
}

.selzer-gallery-image-box a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.selzer-gallery-image-box img {
  width: 100%;
  transition: transform 0.3s ease;
}

.selzer-gallery-image-box a:hover img {
  transform: scale(1.04);
}

/* ---- Album Cards ---- */
.selzer-album-grid {
  margin-bottom: 10px;
}

.selzer-album-card {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.selzer-album-card:hover,
.selzer-album-card.active {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.selzer-album-card.active {
  border: 2px solid #1a5276;
}

.selzer-album-cover {
  position: relative;
  overflow: hidden;
}

.selzer-album-cover img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.selzer-album-card:hover .selzer-album-cover img {
  transform: scale(1.06);
}

.selzer-album-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px;
  gap: 6px;
}

.selzer-album-overlay i {
  font-size: 32px;
}

.selzer-album-card:hover .selzer-album-overlay,
.selzer-album-card.active .selzer-album-overlay {
  opacity: 1;
}

.selzer-album-info {
  padding: 14px 16px 12px;
}

.selzer-album-info h5 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #1a5276;
}

.selzer-album-meta {
  margin: 0;
  font-size: 13px;
  color: #777;
}

/* ---- Expanded Album View ---- */
.selzer-album-expanded {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
  border-top: 3px solid #1a5276;
}

.selzer-album-expanded-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.selzer-album-expanded-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a5276;
}

.selzer-album-close {
  background: #1a5276;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.selzer-album-close:hover {
  background: #154360;
}

.selzer-our-team-bx img {
  width: 100%;
}


.selzer-product-detail-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f9;
}

.selzer-product-detail-image img {
  width: 100%;
}

.selzer-product-detail-padding {
  align-items: center;
}

.selzer-product-features-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f9;
}

.selzer-product-features-title {
  margin: auto;
}

.selzer-product-features-title h3 {
  text-align: center;
  margin-bottom: 30px;
}

.selzer-product-features-box {
  background-color: #fff;
  padding: 40px;
}

.selzer-product-features-box {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  min-height: 420px;
}

.selzer-product-features-box img {
  margin-bottom: 20px;
}

.selzer-product-features-box h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.selzer-product-features-box p {
  font-size: 15px;
  line-height: 23px;
}

.features-box1 {
  min-height: 20px;
}

.selzer-blog-detail-image img {
  width: 100%;
  margin-bottom: 20px;
}

.selzer-blog-detail-content {
  margin-bottom: 20px;
}

.selzer-features-six-bk-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.selzer-features-thired-bk-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.selzer-features-second-bk-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.selzer-company-features {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4f5f9;
}

.selzer-company-features-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

.selzer-company-features h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.selzer-company-features-box {
  margin-bottom: 25px;
}

.selzer-company-features-box img {
  padding-bottom: 20px;
  width: 70px;
}

.selzer-company-features-box h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 800;
  min-height: 48px;
}

.selzer-company-features-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.selzer-product-features-box-head-only ul li {
  list-style-type: disc;
}


.selzer-product-features-box-head-only {
  background-color: #fff;
  padding: 40px;
}

.selzer-product-features-box-head-only {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.selzer-product-features-box-head-only img {
  margin-bottom: 20px;
}

.selzer-product-features-box-head-only h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.selzer-product-features-box-head-only h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.selzer-product-features-box-head-only p {
  font-size: 15px;
  line-height: 23px;
}

.selzer-product-detail-content ul li {
  list-style-type: disc;
}






/* Selzer Banner New Section Styling */
.selzer-banner-new-section {
  padding: 160px 0 120px 0;
  background: linear-gradient(150deg, #ffffff 0%, #f0f8ff 30%, #dbeafe 70%, #bfdbfe 100%);
  position: relative;
  overflow: hidden;
}

.selzer-banner-new-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 78, 166, 0.1) 0%, rgba(33, 150, 243, 0.04) 50%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.selzer-banner-new-section .container {
  position: relative;
  z-index: 1;
}

/* Decorative blob elements */
.banner-bg-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.blob-1 {
  width: 420px;
  height: 420px;
  bottom: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(33, 150, 243, 0.1) 0%, transparent 70%);
}

.blob-2 {
  width: 260px;
  height: 260px;
  top: 12%;
  left: 52%;
  background: radial-gradient(circle, rgba(13, 78, 166, 0.07) 0%, transparent 70%);
}

.blob-3 {
  width: 180px;
  height: 180px;
  top: 55%;
  right: 4%;
  background: radial-gradient(circle, rgba(100, 181, 246, 0.13) 0%, transparent 70%);
}

/* Banner Badge */
.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(13, 78, 166, 0.1), rgba(33, 150, 243, 0.14));
  border: 1.5px solid rgba(13, 78, 166, 0.22);
  color: #0d4ea6;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
  font-family: "Outfit", sans-serif;
}

.banner-badge i {
  font-size: 14px;
  color: #1976d2;
}

.banner-title {
  font-size: 54px;
  color: #1a237e;
  line-height: 1.1;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.01em;
}

.banner-title .title-bold {
  font-weight: 800;
  display: inline-block;
  margin-bottom: 5px;
}

.banner-title .title-light {
  font-weight: 400;
  opacity: 0.9;
}

.banner-subtext {
  font-size: 19px;
  color: #2c5282;
  margin-bottom: 30px;
  line-height: 1.65;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  max-width: 520px;
}

.banner-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 20;
}

.btn-primary-selzer {
  background: #0d4ea6 !important;
  color: #fff !important;
  padding: 18px 45px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 28px rgba(13, 78, 166, 0.38);
  border: 2px solid #0d4ea6;
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 9999 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}

.btn-primary-selzer:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(13, 78, 166, 0.5);
  background: #0a3d82 !important;
  color: #fff !important;
}

.btn-glass-selzer {
  background: #ffffff !important;
  border: 2px solid #0d4ea6;
  color: #0d4ea6 !important;
  padding: 18px 45px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 9999 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}

.btn-glass-selzer:hover {
  background: #0d4ea6 !important;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(13, 78, 166, 0.32);
}

/* Trust Badges */
.banner-trust-badges {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(13, 78, 166, 0.15);
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-num {
  font-size: 26px;
  font-weight: 800;
  color: #0d4ea6;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

.trust-label {
  font-size: 13px;
  color: #5a7ba8;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.trust-divider {
  width: 1px;
  height: 38px;
  background: rgba(13, 78, 166, 0.2);
  flex-shrink: 0;
}

/* Banner Image & Glow */
.selzer-banner-visual {
  position: relative;
  z-index: 5;
  text-align: center;
}

.banner-img-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 78, 166, 0.13) 0%, rgba(33, 150, 243, 0.07) 45%, transparent 70%);
  z-index: 0;
  filter: blur(35px);
}

.selzer-banner-visual img {
  position: relative;
  z-index: 1;
  max-width: 110%;
  width: 110%;
  margin-left: -5%;
  filter: drop-shadow(0 24px 48px rgba(13, 71, 161, 0.18));
  animation: floatAnim 6s ease-in-out infinite;
}

/* Bottom Wave */
.banner-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 2;
}

.banner-wave svg {
  width: 100%;
  height: 80px;
  display: block;
}

@keyframes floatAnim {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 1199px) {
  .banner-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .selzer-banner-new-section {
    padding: 140px 0 100px 0;
    text-align: center;
  }

  .banner-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-title {
    font-size: 38px;
  }

  .banner-subtext {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .banner-actions {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary-selzer,
  .btn-glass-selzer {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .selzer-banner-visual {
    margin-top: 50px;
  }

  .banner-trust-badges {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .selzer-banner-new-section {
    padding: 40px 15px 90px 15px;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-trust-badges {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-num {
    font-size: 22px;
  }
}

/* Why Choose Selzer New Section Styling */
.selzer-why-choose-new-section {
  padding: 65px 0;
  background-color: #f8fafc;
  background-image:
    linear-gradient(180deg, rgba(235, 244, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%),
    url('https://images.unsplash.com/photo-1544148103-0773bf10dcae?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.why-choose-title {
  text-align: center;
  margin-bottom: 35px;
}

.why-choose-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1a237e;
  font-family: "Outfit", sans-serif;
  position: relative;
  display: inline-block;
}

.choose-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.choose-item {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.4s ease;
}

.choose-item:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.choose-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.choose-data h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 5px;
  line-height: 1.25;
  font-family: "Outfit", sans-serif;
}

.choose-data p {
  margin: 0;
  font-size: 15px;
  color: #546e7a;
  line-height: 1.4;
}

.why-choose-visual {
  margin-bottom: 25px;
}

.video-preview {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid #fff;
  line-height: 0;
}

.video-preview img {
  width: 100%;
  transition: transform 0.8s ease;
}

.video-preview:hover img {
  transform: scale(1.05);
}

.play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(30, 64, 175, 0.85);
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-left: 5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 0 15px rgba(30, 64, 175, 0.2);
}

.play-trigger:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #1e40af;
  box-shadow: 0 0 0 25px rgba(30, 64, 175, 0.3);
}

.feature-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  text-align: left;
}

.feature-list li {
  font-size: 18px;
  font-weight: 600;
  color: #2c5282;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Outfit", sans-serif;
}

.feature-list li i {
  color: #3b82f6;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .why-choose-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .selzer-why-choose-new-section {
    padding: 50px 0;
  }

  .why-choose-visual {
    margin-top: 50px;
  }

  .choose-item {
    gap: 15px;
    padding: 20px;
  }

  .choose-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 30px auto;
  }
}

@media (max-width: 575px) {
  .why-choose-title h2 {
    font-size: 30px;
  }

  .choose-data h4 {
    font-size: 18px;
  }

  .play-trigger {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}


/* ===================================================
   DESIGN IMPROVEMENTS – Section Labels, Typography,
   Buttons, Cards, Hover Effects
   =================================================== */

/* -- Section label badges (light-background sections) -- */
.selzer-about-content-top,
.selzer-milestone-content-top,
.selzer-our-team-content-top,
.selzer-features-first-bk-box-top {
  display: inline-flex;
  align-items: center;
  background: rgba(37, 134, 213, 0.1);
  border: 1px solid rgba(37, 134, 213, 0.25);
  padding: 6px 14px 6px 10px;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 700;
  color: #2586d5;
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

/* -- Section label badge (gallery – light blue background) -- */
.selzer-gallery-content-top {
  display: inline-flex;
  align-items: center;
  background: rgba(37, 134, 213, 0.12);
  border: 1px solid rgba(37, 134, 213, 0.3);
  padding: 6px 14px 6px 10px;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

/* -- Section label icon size -- */
.selzer-about-content-top img,
.selzer-milestone-content-top img,
.selzer-our-team-content-top img,
.selzer-gallery-content-top img,
.selzer-features-first-bk-box-top img {
  width: 18px !important;
  height: auto !important;
  margin-right: 7px;
  margin-bottom: 0 !important;
}

/* -- About section h2 -- */
.selzer-about-content-main h2 {
  font-size: 23px;
  font-weight: 800;
  color: #1a237e;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: "Outfit", sans-serif;
}

/* -- Milestone & Team section h3 -- */
.selzer-milestone-title h3,
.selzer-our-team-title h3 {
  font-size: 23px;
  color: #1a237e;
  font-family: "Outfit", sans-serif;
}

/* -- Features main heading -- */
.selzer-features-first-bk-box h3 {
  font-size: 26px;
  font-weight: 800;
  color: #1a237e;
  font-family: "Outfit", sans-serif;
  line-height: 1.25;
  margin-bottom: 18px;
}

/* -- Feature card headings – unified brand color -- */
.selzer-features-second-bk-box h3,
.selzer-features-thired-bk-box h3,
.selzer-features-five-bk-box h3,
.selzer-features-six-bk-box h3 {
  color: #1a237e;
  font-family: "Outfit", sans-serif;
}

/* -- Gallery section – dark navy text on light blue bg -- */
.selzer-gallery-content {
  color: #1a237e;
  padding-top: 10px;
}

.selzer-gallery-content h3 {
  font-size: 26px;
  font-weight: 800;
  color: #1a237e;
  line-height: 1.3;
}

/* -- Customer heading -- */
.selzer-customer-title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #1a237e;
  font-family: "Outfit", sans-serif;
}

/* -- Blog section label badge -- */
.selzer-blogs-bx-main h4 {
  display: inline-flex;
  align-items: center;
  background: rgba(37, 134, 213, 0.1);
  border: 1px solid rgba(37, 134, 213, 0.25);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  color: #2586d5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  margin-bottom: 16px;
}

/* -- Modernized selzer-btn (used in About, Features, Gallery) -- */
.selzer-btn a {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  padding: 12px 26px;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.22);
}

.selzer-btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
  color: #fff;
}

.selzer-btn img {
  width: 16px !important;
  margin-left: 0;
}


/* -- About stats cards – accent border + hover -- */
.selzer-about-points {
  border-left: 4px solid #2586d5;
  background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
  margin-bottom: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selzer-about-points:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09) !important;
}

.selzer-about-points-data h5 {
  font-size: 17px;
  font-weight: 800;
  color: #1a237e;
  font-family: "Outfit", sans-serif;
  line-height: 1.3 !important;
  margin-bottom: 4px;
}

.selzer-about-points-data p {
  color: #546e7a;
  font-size: 14px;
  line-height: 1.4 !important;
  margin-bottom: 0;
}

/* -- Gallery images – rounded corners + hover zoom -- */
.selzer-gallery-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 0;
}

.selzer-gallery-image img {
  width: 100%;
  transition: transform 0.4s ease;
  border-radius: 16px;
}

.selzer-gallery-image:hover img {
  transform: scale(1.05);
}

/* -- Team cards – hover lift effect -- */
.selzer-our-team-bx {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selzer-our-team-bx:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* -- Vision Mission Image Styling -- */
.selzer-about-vision-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-top: 30px;
}

.selzer-about-vision-image:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.selzer-about-vision-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  transition: transform 0.6s ease;
}

.selzer-about-vision-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .selzer-about-vision-image {
    margin-top: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}